html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    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;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
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;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6f6f6f;
    background-color: #f7f7f7;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #f82e56;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #333745;
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 34px;
}
.h2,
h2 {
    font-size: 24px;
}
.h3,
h3 {
    font-size: 16px;
}
.h4,
h4 {
    font-size: 14px;
}
.h5,
h5 {
    font-size: 13px;
}
.h6,
h6 {
    font-size: 11px;
}
p {
    margin: 0 0 10.5px;
}
.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}
.small,
small {
    font-size: 93%;
}
cite {
    font-style: normal;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10.5px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 21px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
blockquote:after,
blockquote:before {
    content: "";
}
address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1400px) {
    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        float: left;
    }
    .col-xlg-12 {
        width: 100%;
    }
    .col-xlg-11 {
        width: 91.66666667%;
    }
    .col-xlg-10 {
        width: 83.33333333%;
    }
    .col-xlg-9 {
        width: 75%;
    }
    .col-xlg-8 {
        width: 66.66666667%;
    }
    .col-xlg-7 {
        width: 58.33333333%;
    }
    .col-xlg-6 {
        width: 50%;
    }
    .col-xlg-5 {
        width: 41.66666667%;
    }
    .col-xlg-4 {
        width: 33.33333333%;
    }
    .col-xlg-3 {
        width: 25%;
    }
    .col-xlg-2 {
        width: 16.66666667%;
    }
    .col-xlg-1 {
        width: 8.33333333%;
    }
    .col-xlg-pull-12 {
        right: 100%;
    }
    .col-xlg-pull-11 {
        right: 91.66666667%;
    }
    .col-xlg-pull-10 {
        right: 83.33333333%;
    }
    .col-xlg-pull-9 {
        right: 75%;
    }
    .col-xlg-pull-8 {
        right: 66.66666667%;
    }
    .col-xlg-pull-7 {
        right: 58.33333333%;
    }
    .col-xlg-pull-6 {
        right: 50%;
    }
    .col-xlg-pull-5 {
        right: 41.66666667%;
    }
    .col-xlg-pull-4 {
        right: 33.33333333%;
    }
    .col-xlg-pull-3 {
        right: 25%;
    }
    .col-xlg-pull-2 {
        right: 16.66666667%;
    }
    .col-xlg-pull-1 {
        right: 8.33333333%;
    }
    .col-xlg-pull-0 {
        right: auto;
    }
    .col-xlg-push-12 {
        left: 100%;
    }
    .col-xlg-push-11 {
        left: 91.66666667%;
    }
    .col-xlg-push-10 {
        left: 83.33333333%;
    }
    .col-xlg-push-9 {
        left: 75%;
    }
    .col-xlg-push-8 {
        left: 66.66666667%;
    }
    .col-xlg-push-7 {
        left: 58.33333333%;
    }
    .col-xlg-push-6 {
        left: 50%;
    }
    .col-xlg-push-5 {
        left: 41.66666667%;
    }
    .col-xlg-push-4 {
        left: 33.33333333%;
    }
    .col-xlg-push-3 {
        left: 25%;
    }
    .col-xlg-push-2 {
        left: 16.66666667%;
    }
    .col-xlg-push-1 {
        left: 8.33333333%;
    }
    .col-xlg-push-0 {
        left: auto;
    }
    .col-xlg-offset-12 {
        margin-left: 100%;
    }
    .col-xlg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xlg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xlg-offset-9 {
        margin-left: 75%;
    }
    .col-xlg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xlg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xlg-offset-6 {
        margin-left: 50%;
    }
    .col-xlg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xlg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xlg-offset-3 {
        margin-left: 25%;
    }
    .col-xlg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xlg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xlg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: #fff;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f7f7f7;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f7f7f7;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #f7f7f7;
}
.table .table {
    background-color: #f7f7f7;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 10px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #f7f7f7;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f7f7;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f7f7f7;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #eaeaea;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #f7f7f7;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6f6f6f;
}
.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6f6f6f;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #333745;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 55, 69, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 55, 69, 0.6);
}
.form-control::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #8f8f8f;
}
.form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #6f6f6f;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 41px;
    line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 32px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 50px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-horizontal .form-group-sm .form-control,
.input-sm {
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
select.input-sm {
    height: 32px;
    line-height: 32px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-horizontal .form-group-lg .form-control,
.input-lg {
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0;
}
select.input-lg {
    height: 50px;
    line-height: 50px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 51.25px;
}
.form-control-feedback {
    position: absolute;
    top: 26px;
    right: 0;
    z-index: 2;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
}
.input-lg + .form-control-feedback {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.input-sm + .form-control-feedback {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #afafaf;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    line-height: 50px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 32px;
    line-height: 32px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #6f6f6f;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #f82e56;
}
.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #f7f7f7;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #f7f7f7;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 72px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 25.5px 15px;
    font-size: 16px;
    line-height: 21px;
    height: 72px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 19px;
    margin-bottom: 19px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 12.75px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 25.5px;
        padding-bottom: 25.5px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin: 15.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-btn.btn-xs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.navbar-text {
    margin-top: 25.5px;
    margin-bottom: 25.5px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #777;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #777;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #777;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #777;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #191919;
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #f82e56;
    background-color: #fff;
    border-color: #e9e9e9;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #f82e56;
    background-color: #fff;
    border-color: #e9e9e9;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
    color: #f82e56;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.close {
    float: right;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xlg,
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-xlg {
        display: block !important;
    }
    table.visible-xlg {
        display: table;
    }
    tr.visible-xlg {
        display: table-row !important;
    }
    td.visible-xlg,
    th.visible-xlg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-xlg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-xlg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-xlg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1400px) {
    .visible-xlg {
        display: block !important;
    }
    table.visible-xlg {
        display: table;
    }
    tr.visible-xlg {
        display: table-row !important;
    }
    td.visible-xlg,
    th.visible-xlg {
        display: table-cell !important;
    }
}
@media (min-width: 1400px) {
    .visible-xlg-block {
        display: block !important;
    }
}
@media (min-width: 1400px) {
    .visible-xlg-inline {
        display: inline !important;
    }
}
@media (min-width: 1400px) {
    .visible-xlg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1400px) {
    .hidden-xl {
        display: none !important;
    }
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
body.boxed .page-wrapper:before,
body.boxed .page-wrapper:after,
body.boxed .block.fullboxed .container:before,
body.boxed .block.fullboxed .container:after,
body.boxed .page-header:before,
body.boxed .page-header:after,
body.boxed .page-header.fullboxed .container:before,
body.boxed .page-header.fullboxed .container:after,
body.boxed .page-footer.fullboxed .container:before,
body.boxed .page-footer.fullboxed .container:after,
body.fullwidth .block.boxed:before,
body.fullwidth .block.boxed:after,
body.fullwidth .block.fullboxed .container:before,
body.fullwidth .block.fullboxed .container:after,
body.fullwidth .page-header.boxed:before,
body.fullwidth .page-header.boxed:after,
body.fullwidth .page-header.fullboxed .container:before,
body.fullwidth .page-header.fullboxed .container:after,
body.fullwidth .page-footer.boxed:before,
body.fullwidth .page-footer.boxed:after,
body.fullwidth .page-footer.fullboxed > .container:before,
body.fullwidth .page-footer.fullboxed > .container:after {
    content: " ";
    display: table;
}
body.boxed .page-wrapper:after,
body.boxed .block.fullboxed .container:after,
body.boxed .page-header:after,
body.boxed .page-header.fullboxed .container:after,
body.boxed .page-footer.fullboxed .container:after,
body.fullwidth .block.boxed:after,
body.fullwidth .block.fullboxed .container:after,
body.fullwidth .page-header.boxed:after,
body.fullwidth .page-header.fullboxed .container:after,
body.fullwidth .page-footer.boxed:after,
body.fullwidth .page-footer.fullboxed > .container:after {
    clear: both;
}
.vertical-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vert-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.vert {
    display: table-cell;
    vertical-align: bottom;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    overflow-x: hidden;
}
html {
    margin-right: 0 !important;
}
body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.disable-hover {
    pointer-events: none;
}
.block,
.page-header,
.page-footer {
    position: relative;
}
@media (min-width: 992px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 845px;
    }
}
@media (min-width: 1200px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 1045px;
    }
}
@media (min-width: 1400px) {
    body.open-panel.boxed .page-wrapper,
    body.open-panel.boxed .block.fullboxed .container,
    body.open-panel.boxed .page-footer.fullboxed .container,
    body.open-panel.fullwidth .block.boxed .container,
    body.open-panel.fullwidth .block.fullboxed .container,
    body.open-panel.fullwidth .page-footer.boxed,
    body.open-panel.fullwidth .page-footer.fullboxed .container {
        width: 1245px;
    }
}
@media (min-width: 992px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 845px;
    }
}
@media (min-width: 1200px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 1045px;
    }
}
@media (min-width: 1400px) {
    body.open-panel.boxed .page-header,
    body.open-panel.boxed .page-header.fullboxed .container,
    body.open-panel.fullwidth .page-header.boxed,
    body.open-panel.fullwidth .page-header.fullboxed .container {
        width: 1245px;
    }
}
body.boxed .page-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-wrapper {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-wrapper {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .page-wrapper {
        width: 1370px;
    }
}
body.boxed .page-wrapper > .navbar-header,
body.boxed .page-wrapper > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.boxed .page-wrapper > .navbar-header,
    body.boxed .page-wrapper > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.boxed .page-wrapper .container {
    width: 100%;
}
body.boxed .block.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .block.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .block.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.boxed .block.fullboxed .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .block.fullboxed .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .block.fullboxed .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .block.fullboxed .container {
        width: 1370px;
    }
}
body.boxed .block.fullboxed .container > .navbar-header,
body.boxed .block.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.boxed .block.fullboxed .container > .navbar-header,
    body.boxed .block.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.boxed .page-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    body.boxed .page-header {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-header {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-header {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .page-header {
        width: 1370px;
    }
}
body.boxed .page-header > .navbar-header,
body.boxed .page-header > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.boxed .page-header > .navbar-header,
    body.boxed .page-header > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.boxed .page-header .container {
    width: 100%;
}
body.boxed .page-header.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .page-header.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .page-header.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.boxed .page-header.fullboxed .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-header.fullboxed .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-header.fullboxed .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .page-header.fullboxed .container {
        width: 1370px;
    }
}
body.boxed .page-header.fullboxed .container > .navbar-header,
body.boxed .page-header.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.boxed .page-header.fullboxed .container > .navbar-header,
    body.boxed .page-header.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.boxed .page-footer.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .page-footer.fullboxed {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
body.boxed .page-footer.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.boxed .page-footer.fullboxed .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-footer.fullboxed .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-footer.fullboxed .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .page-footer.fullboxed .container {
        width: 1370px;
    }
}
body.boxed .page-footer.fullboxed .container > .navbar-header,
body.boxed .page-footer.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.boxed .page-footer.fullboxed .container > .navbar-header,
    body.boxed .page-footer.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-wrapper .container {
    width: 100%;
}
body.fullwidth .block.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    body.fullwidth .block.boxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .block.boxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .block.boxed {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .block.boxed {
        width: 1370px;
    }
}
body.fullwidth .block.boxed > .navbar-header,
body.fullwidth .block.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .block.boxed > .navbar-header,
    body.fullwidth .block.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .block.boxed .container {
    width: 100%;
}
body.fullwidth .block.fullwidth {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .block.fullwidth .container {
    width: 100%;
}
body.fullwidth .block.fullboxed {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .block.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.fullwidth .block.fullboxed .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .block.fullboxed .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .block.fullboxed .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .block.fullboxed .container {
        width: 1370px;
    }
}
body.fullwidth .block.fullboxed .container > .navbar-header,
body.fullwidth .block.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .block.fullboxed .container > .navbar-header,
    body.fullwidth .block.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-header.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    body.fullwidth .page-header.boxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .page-header.boxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .page-header.boxed {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .page-header.boxed {
        width: 1370px;
    }
}
body.fullwidth .page-header.boxed > .navbar-header,
body.fullwidth .page-header.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-header.boxed > .navbar-header,
    body.fullwidth .page-header.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-header.boxed .container {
    width: 100%;
}
body.fullwidth .page-header.fullwidth {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .page-header.fullboxed {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .page-header.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .page-header.fullboxed .container {
        width: 1370px;
    }
}
body.fullwidth .page-header.fullboxed .container > .navbar-header,
body.fullwidth .page-header.fullboxed .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-header.fullboxed .container > .navbar-header,
    body.fullwidth .page-header.fullboxed .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-footer.boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    body.fullwidth .page-footer.boxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .page-footer.boxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .page-footer.boxed {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .page-footer.boxed {
        width: 1370px;
    }
}
body.fullwidth .page-footer.boxed > .navbar-header,
body.fullwidth .page-footer.boxed > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-footer.boxed > .navbar-header,
    body.fullwidth .page-footer.boxed > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-footer.boxed .container {
    width: 100%;
}
body.fullwidth .page-footer.fullwidth {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .page-footer.fullboxed {
    width: 100%;
    margin-left: 0;
}
body.fullwidth .page-footer.fullboxed > .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.fullwidth .page-footer.fullboxed > .container {
        width: 1370px;
    }
}
body.fullwidth .page-footer.fullboxed > .container > .navbar-header,
body.fullwidth .page-footer.fullboxed > .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    body.fullwidth .page-footer.fullboxed > .container > .navbar-header,
    body.fullwidth .page-footer.fullboxed > .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
body.fullwidth .page-footer.fullboxed.variant1 .container {
    padding-left: 0;
    padding-right: 0;
}
.full-nopad > .container {
    padding-left: 0;
    padding-right: 0;
}
.full-nopad > .container .row {
    margin-left: 0;
    margin-right: 0;
}
.full-nopad > .container [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.block.fullboxed:not(.parallax) {
    background: #ebebec;
}
.fullboxed > .container {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: transparent;
}
@media screen and (max-width: 991px) {
    .fullboxed > .container {
        padding-top: 30px;
    }
}
.block.fullheight {
    height: 100%;
}
.block.fullheight .container {
    height: 100%;
}
.block.bg {
    padding-top: 50px;
    margin-bottom: 50px;
}
.block.bg > .container {
    padding-top: 0;
}
.block.bg.white {
    background: #fff;
}
.block.parallax {
    padding-top: 85px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .block.bg {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .block.parallax {
        padding-top: 45px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .block.parallax {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .nomobile {
        display: none !important;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.open-panel #wrapper:before {
        content: "";
        background: #333745;
        position: absolute;
        left: 0;
        height: 100%;
        width: 125px;
    }
}
.page-wrapper {
    position: relative;
}
#wrapper {
    padding-left: 0;
    min-height: 100%;
    position: relative;
}
body.touch #wrapper {
    overflow-x: hidden;
}
#wrapper:after {
    content: "";
    position: absolute;
    z-index: -999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    visibility: hidden;
    -webkit-transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
    -o-transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
    transition: background-color 0.3s ease 0s, z-index 0s ease 0.5s, visibility 0s ease 0.5s;
}
#wrapper.overlay:after {
    z-index: 1004;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.3s ease 0.2s;
    -o-transition: background-color 0.3s ease 0.2s;
    transition: background-color 0.3s ease 0.2s;
}
@media screen and (min-width: 992px) {
    #wrapper {
        padding-left: 125px;
    }
    body.open-panel #wrapper {
        padding-left: 125px;
    }
    body:not(.open-panel) #wrapper {
        padding-left: 0;
    }
    body:not(.open-panel) #wrapper #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #page-content-wrapper {
        padding: 20px 0;
        position: relative;
    }
}
@media screen and (max-width: 991px) {
    .page-header .container {
        width: 100% !important;
    }
}
.bottom-space {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .bottom-space {
        margin-bottom: 30px;
    }
}
.top-null,
.page-main > .block.top-null:first-child {
    padding-top: 0;
}
.bot-null,
.block.bg.bot-null {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    body:not(.touch) .row.row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }
    body:not(.touch) .row.row-eq-height > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
    body:not(.touch) .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body:not(.touch) .row.row-eq-height > [class*="col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-main > .block:first-child,
.page-main > div.container:first-child {
    padding-top: 50px;
}
@media screen and (max-width: 991px) {
    .page-main > .block:first-child,
    .page-main > div.container:first-child {
        padding-top: 30px;
    }
}
.page-main > .block:first-child > .container > .category-slider:only-child,
.page-main > .block:first-child > .container > .mainSlider:only-child {
    margin-top: -50px;
}
@media screen and (max-width: 991px) {
    .page-main > .block:first-child > .container > .category-slider:only-child,
    .page-main > .block:first-child > .container > .mainSlider:only-child {
        margin-top: -30px;
    }
}
@media screen and (min-width: 768px) {
    .block.top-negative > .container > .title {
        margin-left: -15px;
        width: calc(100% + 15px);
    }
    .block.top-negative {
        margin-top: -42px;
        z-index: 10;
    }
}
.block-custom-text {
    margin-bottom: 50px;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .block-custom-text {
        margin-bottom: 30px;
    }
}
.page-header {
    margin: 0;
    padding: 0;
    border: 0;
}
.header-link {
    position: relative;
    float: left;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1.2em;
    color: #333745;
}
.header-link.header-select > a:after {
    font-family: "icomoon-reg";
    content: "\e920";
    text-decoration: none;
    padding-left: 4px;
}
.header-link > a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 5px;
    color: #333745;
    text-decoration: none;
    cursor: pointer;
}
.header-link > a span {
    text-decoration: none;
}
.header-link > a:hover {
    text-decoration: none;
}
.header-link > a:hover i.icon {
    color: #f82e56;
}
.header-link > a:hover span {
    color: #f82e56;
    text-decoration: underline;
}
.header-link > a i.icon {
    font-size: 18px;
    color: #333745;
    padding-right: 6px;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.header-link > a i.icon:only-child {
    padding-right: 0;
}
.header-link > a .badge {
    position: relative;
    left: -15px;
    top: -14px;
    width: 17px;
    height: 17px;
    margin-right: -20px;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    background-color: #f82e56;
    color: #ffffff;
}
.header-link > a:hover .badge {
    color: #ffffff;
    text-decoration: none;
}
.header-link > a i.icon {
    font-size: 19px;
    line-height: 1.6em;
}
.header-logo {
    height: 72px;
    line-height: 72px;
}
.header-logo svg {
    fill: #f82e56;
    max-width: 300px;
    max-height: 100%;
}
.page-header.is-sticky .hide-sticky {
    display: none;
}
.page-header.is-sticky .header-logo img,
.page-header.is-sticky .header-logo svg {
    max-width: 200px;
}
@media screen and (max-width: 767px) {
    .page-header.is-sticky .header-logo img {
        max-width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .page-header:not(.stickydark).is-sticky .navbar {
        background-color: rgba(255, 255, 255, 0.95);
    }
}
@media screen and (min-width: 992px) {
    .page-header {
        position: relative;
        z-index: 1005;
    }
    .navbar {
        z-index: 100;
        background-color: #ffffff;
        border: 0;
        text-align: center;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    }
    .navbar.disabled {
        overflow: hidden;
    }
    .nav {
        text-align: left;
        float: none;
    }
    .nav li a:focus {
        background: transparent;
    }
    .nav > li {
        position: inherit;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }
    .nav > li > a,
    .nav > li > a:focus {
        position: relative;
        z-index: 100;
        line-height: 72px;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 20px;
        font-family: "Oswald", sans-serif;
        color: #191919;
    }
    .nav > li:hover > a {
        margin: -2px 0;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #ffffff;
        color: #191919;
        -webkit-box-shadow: 10px 0 13px -10px rgba(0, 0, 0, 0.05), -10px 0 7px -10px rgba(0, 0, 0, 0.05);
        box-shadow: 10px 0 13px -10px rgba(0, 0, 0, 0.05), -10px 0 7px -10px rgba(0, 0, 0, 0.05);
    }
    .nav > li.active > a {
        color: #f82e56;
    }
    .header-mobile {
        display: none;
    }
    .page-header.variant-1 {
        position: absolute;
        width: 100%;
    }
    .page-header.variant-1 .navbar {
        margin: 22px 0 0 0;
    }
    .header-logo {
        float: left;
        margin-right: 30px;
        position: relative;
    }
    .header-logo img {
        max-width: 100%;
        max-height: 100%;
    }
    .header-links {
        display: inline-block;
        float: right;
        margin: 15px 0 0 5px;
    }
    .header-link.header-cart,
    .header-link.header-search {
        display: inline-block;
        float: right;
        margin: 15px 0 0 0;
    }
    .mobilemenu {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .page-header.variant-1 + .fix-space {
        height: 0 !important;
    }
    .page-header.sticky .navbar {
        position: static;
    }
    .page-header.variant-1.sticky {
        margin-top: 0;
        -webkit-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
    }
    .page-header.variant-1.sticky.is-sticky {
        margin-top: -22px;
    }
    .page-header.sticky.is-sticky .navbar {
        position: relative;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    }
}
@media screen and (min-width: 992px) and screen and (max-width: 1399px) {
    .header-logo {
        margin-right: 15px;
    }
}
.page-header.sticky.is-sticky {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-header.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}
.page-header.is-sticky.st-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media screen and (min-width: 992px) {
    body.open-panel .page-header.sticky.is-sticky,
    body.fullwidth.open-panel .page-header.fullwidth.sticky.is-sticky,
    body.fullwidth.open-panel .page-header.fullboxed.sticky.is-sticky {
        left: 125px;
        width: inherit;
    }
    body.open-panel .page-header.fullwidth.is-sticky,
    body.open-panel .page-header.fullboxed.is-sticky {
        left: 50%;
    }
    .page-header.sticky {
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
    }
    .page-header.sticky.animated.fadeIn {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }
    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.slideOutUp,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.slideOutUp {
        -webkit-animation-name: slideOutUpSidebar;
        animation-name: slideOutUpSidebar;
    }
    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.slideInDown,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.slideInDown {
        -webkit-animation-name: slideInDownSidebar;
        animation-name: slideInDownSidebar;
    }
    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky {
        -webkit-transform: translateX(62px);
        -ms-transform: translateX(62px);
        transform: translateX(62px);
    }
    body.boxed.open-panel .page-header.fullwidth.sticky.is-sticky.st-hidden,
    body.boxed.open-panel .page-header.fullboxed.sticky.is-sticky.st-hidden {
        -webkit-transform: translate3d(62px, -100%, 0);
        -ms-transform: translate3d(62px, -100%, 0);
        transform: translate3d(62px, -100%, 0);
    }
}
@media screen and (max-width: 991px) {
    .megamenu {
        display: none;
    }
    .navbar {
        margin: 0;
        border: 0;
        height: auto;
    }
    .navbar:after {
        content: "";
        height: 45px;
        width: 100%;
        background-color: #f82e56;
    }
    .header-logo {
        float: left;
        max-width: calc(100% - 60px);
    }
    .header-logo img,
    .header-logo svg {
        max-height: 100%;
        max-width: 100%;
    }
    .header-links {
        display: inline-block;
        float: left;
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        background: #333745;
        min-height: 45px;
    }
    .header-links .header-link {
        position: relative;
        float: right;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 1.2em;
        color: #fff;
    }
    .header-links .header-link > a i.icon,
    .header-links .header-link i.icon {
        font-size: 24px;
        color: #80838f;
    }
    .header-links .header-link > a {
        display: inline-block;
        line-height: 38px;
        padding: 3px 0;
        color: #fff;
    }
    .header-links .header-link > a span {
        display: none;
    }
    .header-links .header-link > a:hover {
        text-decoration: none;
    }
    .header-links .header-link > a:hover span {
        text-decoration: none;
    }
    .header-links .header-link > a img {
        display: inline-block;
        vertical-align: baseline;
    }
    .header-link.header-currency,
    .header-link.header-language {
        float: left;
        padding: 0 10px 0 0;
    }
    .header-link.header-cart {
        position: static;
        width: 100%;
    }
    .header-link.header-cart > a {
        position: absolute;
        margin: 0;
        right: 5px;
        bottom: 48px;
        display: inline-block;
        line-height: 30px;
        padding: 5px 5px;
    }
    .header-link.header-cart > a i.icon {
        color: #282828;
        font-size: 35px;
    }
    .header-link.header-cart > a:hover i.icon {
        color: #f82e56;
    }
    .header-link > a .badge {
        display: inline-block;
        top: -20px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .header-link.header-search {
        position: absolute;
        bottom: 42px;
        right: 5px;
        width: 100%;
    }
    .menu-toggle {
        display: block;
        position: absolute;
        bottom: 2px;
        left: 10px;
    }
    .menu-toggle i.icon {
        color: #ffffff;
        font-size: 36px;
    }
    .fix-space {
        height: 0;
    }
    .page-header.sticky.is-sticky .navbar {
        margin-top: 0;
        top: 0;
        position: relative;
        height: 52px;
        min-height: 0;
        background: #ffffff;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .page-header.sticky.is-sticky .navbar:before {
        display: none;
    }
    .page-header.sticky.is-sticky .navbar:after {
        display: none;
    }
    .page-header.sticky.is-sticky .navbar .header-link.header-cart > a {
        bottom: 0;
    }
    .page-header.sticky.is-sticky .navbar .header-link.header-cart > a i.icon {
        color: #333745;
        font-size: 28px;
    }
    .page-header.sticky.is-sticky .navbar .header-link > a .badge {
        top: -10px;
    }
    .page-header.sticky.is-sticky .navbar .header-cart.variant-2 .dropdown-container {
        margin-top: 0;
    }
    .page-header.sticky.is-sticky .navbar .header-logo {
        position: absolute;
        top: 0;
        left: 55px;
        max-width: calc(100% - 120px);
        height: 100%;
        line-height: 52px;
        float: left;
        margin-left: 0;
    }
    .page-header.sticky.is-sticky .navbar .header-logo img,
    .page-header.sticky.is-sticky .navbar .header-logo svg {
        max-height: 52px;
    }
    .page-header.sticky.is-sticky .navbar .header-link.header-search {
        display: none;
    }
    .page-header.sticky.is-sticky .navbar .header-links {
        display: none;
        position: absolute;
        top: 4px;
        left: auto;
        right: 50px;
        width: auto;
        padding: 0;
    }
    .page-header.sticky.is-sticky .navbar .header-link.header-account {
        float: left;
        padding: 0 10px 0 0;
    }
    .page-header.sticky.is-sticky .navbar .menu-toggle {
        position: absolute;
        top: 7px;
        bottom: auto;
        left: 10px;
    }
    .page-header.sticky.is-sticky .navbar .menu-toggle i.icon {
        color: #333745;
    }
}
@media screen and (max-width: 767px) {
    .header-links {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }
    .nomobile {
        display: none;
    }
    .header-custom-text {
        display: inline-block;
        font-size: 20px !important;
        line-height: 35px;
        color: #333745;
        float: none;
    }
    .header-custom-text i.icon {
        font-size: 20px !important;
    }
}
.header-custom-text {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #333745;
}
.header-custom-text span {
    margin-right: 10px;
    white-space: nowrap;
}
.header-custom-text > ul,
.header-custom-text ul.social-list-simple {
    margin-right: 20px;
    display: inline-block;
}
.header-custom-text i.icon {
    font-size: 18px;
    line-height: 35px;
    padding: 0 3px 0 0;
    color: #f82e56;
    vertical-align: bottom;
}
.header-custom-link a {
    color: #333745;
    text-decoration: none;
    padding: 0 12px;
}
.header-custom-link a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1199px) {
    .header-custom-link a {
        padding: 0 6px;
        font-size: 14px;
    }
}
.page-header .header-ads {
    white-space: nowrap;
    margin-top: 5px;
}
.page-header .box-left-icon {
    display: inline-block;
    width: auto;
    margin: 0 10px 5px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-header .box-left-icon .box-icon {
    width: 60px;
}
.page-header .box-left-icon .box-icon i.icon {
    background: #f6f6f6;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 58px;
}
.page-header .box-left-icon:hover .box-text {
    color: #f82e56;
}
.page-header .box-left-icon:hover .box-icon i.icon {
    background: #f82e56;
    color: #f6f6f6;
}
@media screen and (max-width: 991px) {
    .header-custom-text,
    .header-top-row .header-custom-text {
        padding: 0;
        font-size: 12px;
        line-height: 30px;
        color: #333745;
        float: none;
        width: 100%;
    }
    .header-custom-text > div,
    .header-top-row .header-custom-text > div {
        display: inline-block;
        white-space: nowrap;
    }
    .header-custom-text span,
    .header-top-row .header-custom-text span {
        margin-right: 10px;
        white-space: normal;
    }
    .header-custom-text i.icon,
    .header-top-row .header-custom-text i.icon {
        font-size: 14px;
        line-height: 30px;
        padding: 0 3px 0 0;
        color: #f82e56;
        vertical-align: bottom;
    }
}
.page-header .header-logo img.sticky-logo {
    display: none;
}
@media screen and (min-width: 992px) {
    .page-header.is-sticky .header-logo img:not(:only-of-type):not(.sticky-logo) {
        display: none;
    }
    .page-header.is-sticky .header-logo img.sticky-logo {
        display: block;
    }
}
.toggleHeader {
    display: block;
    width: 60px;
    height: 46px;
    position: absolute;
    z-index: 1004;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #2b2f3b;
    cursor: pointer;
    text-align: center;
}
.toggleHeader span.open-icon,
.toggleHeader span.close-icon {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.toggleHeader span.close-icon {
    opacity: 0;
}
.toggleHeader.open span.open-icon {
    opacity: 0;
}
.toggleHeader.open span.close-icon {
    opacity: 1;
}
.toggleHeader i.icon {
    font-size: 34px;
    line-height: 46px;
    color: #ffffff;
}
.page-header.variant-3 {
    position: fixed;
    height: 118px;
    padding-bottom: 46px;
    bottom: -118px;
    z-index: 1000;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-header.variant-3 .navbar {
    min-height: 118px;
    text-align: left;
}
.page-header.variant-3 .navbar > .container {
    overflow: visible;
}
.page-header.variant-3.open {
    bottom: 0;
}
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container {
    top: auto;
    bottom: 40px;
    border-bottom: 0;
    border-top: 2px solid #f82e56;
}
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:after,
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:before {
    top: 100%;
    bottom: auto;
}
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0);
}
.page-header.variant-3 .header-link:not(.variant-2) .dropdown-container:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #efefef;
    border-bottom-color: rgba(255, 255, 255, 0);
}
.page-header.variant-3 .sub-menu {
    top: auto;
    bottom: 100%;
    border-bottom: 0;
    border-top: 2px solid #f82e56;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}
.page-header.variant-3 .simple-dropdown .sub-menu ul.category-links ul {
    bottom: -15px;
    top: auto;
}
.page-header.variant-3 .header-cart.variant-2.dropdown-link .dropdown-container {
    top: auto;
    bottom: 100%;
    border-top-width: 0;
}
.page-header.variant-3 .header-cart.variant-2.dropdown-link:hover .dropdown-container {
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
    border-top-width: 2px;
}
@media screen and (min-width: 991px) {
    .page-header.variant-3 .header-cart.variant-2.dropdown-link .minicart-content-wrapper:after,
    .page-header.variant-3 .header-cart.variant-2.dropdown-link #minicart-content-wrapper:after {
        top: -15px;
        bottom: auto;
    }
}
@media screen and (max-width: 991px) {
    .toggleHeader {
        display: none;
    }
    .page-header.variant-3 {
        position: fixed;
        height: 50px;
        padding-bottom: 0;
        bottom: 0;
    }
    body.fly_to_cart .page-header.variant-3 .navbar .header-links {
        position: static;
        margin-left: 50px;
        margin-top: 4px;
    }
    body.fly_to_cart .page-header.variant-3 .navbar .header-link.header-cart {
        display: none;
    }
    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link {
        position: static;
    }
    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right {
        left: 50%;
        right: auto;
        margin-left: -150px;
        bottom: 50px;
    }
    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right:after,
    body.fly_to_cart .page-header.variant-3 .navbar .header-account.dropdown-link .dropdown-container.right:before {
        display: none;
    }
    .page-header.variant-3 .navbar {
        margin-top: 0;
        top: 0;
        position: relative;
        height: 52px;
        min-height: 0;
        background: #ffffff;
    }
    .page-header.variant-3 .navbar:before {
        display: none;
    }
    .page-header.variant-3 .navbar:after {
        display: none;
    }
    .page-header.variant-3 .navbar .header-link.header-cart > a {
        margin: 0;
        bottom: 0;
    }
    .page-header.variant-3 .navbar .header-link.header-cart > a i.icon {
        color: #333745;
        font-size: 28px;
    }
    .page-header.variant-3 .navbar .header-link.header-cart > a .badge {
        top: -10px;
    }
    .page-header.variant-3 .navbar .header-logo {
        position: absolute;
        top: 0;
        left: 55px;
        float: left;
        margin-left: 0;
    }
    .page-header.variant-3 .navbar .header-logo svg {
        fill: #f82e56;
        max-height: 50px;
    }
    .page-header.variant-3 .navbar .header-logo img {
        max-height: 50px;
    }
    .page-header.variant-3 .navbar .header-link.header-search {
        display: none;
    }
    .page-header.variant-3 .navbar .header-links {
        position: absolute;
        top: 4px;
        left: auto;
        right: 50px;
        width: auto;
        padding: 0;
    }
    .page-header.variant-3 .navbar .header-links .header-link > a {
        color: #333745;
    }
    .page-header.variant-3 .navbar .header-link.header-account {
        float: left;
        padding: 0 10px 0 0;
    }
    .page-header.variant-3 .navbar .menu-toggle {
        position: absolute;
        top: 7px;
        bottom: auto;
        left: 10px;
    }
    .page-header.variant-3 .navbar .menu-toggle i.icon {
        color: #333745;
    }
    .page-header.dark .navbar {
        background: #333745;
    }
    .page-header.dark .navbar .header-link.header-cart > a i.icon {
        color: #ffffff;
    }
    .page-header.dark .navbar .header-links .header-link > a {
        color: #ffffff;
    }
    .page-header.dark .navbar .menu-toggle i.icon {
        color: #ffffff;
    }
}
.page-header.variant-4:not(.is-sticky) {
    background-color: #ffffff;
}
.page-header.variant-4:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}
.page-header.variant-4:not(.is-sticky) .header-top-left,
.page-header.variant-4:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
}
.page-header.variant-4:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}
.page-header.variant-4.is-sticky .header-top-row {
    display: none;
}
.page-header.variant-4.is-sticky .header-middle-center {
    display: none;
}
.page-header.variant-4.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}
.page-header.variant-4.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}
.page-header.variant-4.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.page-header.variant-4 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .nav > li > a,
    .page-header.variant-4:not(.is-sticky) .nav > li > a:focus {
        line-height: 64px;
    }
    .page-header.variant-4:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-4:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }
    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }
    .page-header.variant-4:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }
    .page-header.variant-4:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-4:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }
    .page-header.variant-4:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    .page-header.variant-4:not(.is-sticky) .header-logo {
        margin: 0;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-4:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
    }
    .page-header.variant-4:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }
    .page-header.variant-4:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }
    .page-header.variant-4:not(.is-sticky) .megamenu.center {
        float: none;
    }
    .page-header.variant-4:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-4:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-4:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search {
        height: 64px;
    }
    .page-header.variant-4:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-4:not(.is-sticky) .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }
    .page-header.variant-4:not(.is-sticky) .navbar {
        padding-top: 45px;
    }
    .page-header.variant-4:not(.is-sticky) .header-top-row {
        padding: 5px 0;
        min-height: 0;
    }
    .page-header.variant-4:not(.is-sticky) .header-middle-center {
        display: none;
    }
    .page-header.variant-4:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .page-header.variant-4.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .page-header.variant-4:not(.is-sticky) .header-top-left,
    .page-header.variant-4:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .header-logo img {
        float: none;
    }
}
.page-header.variant-5:not(.is-sticky) {
    background-color: #ffffff;
}
.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #333745;
}
.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text span {
    margin-right: 7px;
}
.page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text i.icon {
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px 0 0;
    color: #f82e56;
    vertical-align: bottom;
}
.page-header.variant-5.is-sticky .header-middle-left {
    display: none;
}
.page-header.variant-5.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}
.page-header.variant-5.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}
.page-header.variant-5.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.page-header.variant-5 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }
    .page-header.variant-5:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-5:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }
    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }
    .page-header.variant-5:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }
    .page-header.variant-5:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-5:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }
    .page-header.variant-5:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    .page-header.variant-5:not(.is-sticky) .header-logo {
        margin: 0;
        float: none;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
        width: 35%;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-5:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        width: 35%;
        text-align: left;
    }
    .page-header.variant-5:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }
    .page-header.variant-5:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }
    .page-header.variant-5:not(.is-sticky) .megamenu.center {
        float: none;
    }
    .page-header.variant-5:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-5:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-5:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search {
        height: 58px;
    }
    .page-header.variant-5:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-5:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }
    .page-header.variant-5:not(.is-sticky) .navbar {
        padding-top: 45px;
    }
    .page-header.variant-5:not(.is-sticky) .header-middle-left {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 5px 15px;
        border-bottom: 1px solid #ededed;
    }
    .page-header.variant-5:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .page-header.variant-5.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
}
.page-header.variant-6:not(.is-sticky) {
    background-color: #ffffff;
}
.page-header.variant-6.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
}
.page-header.variant-6.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}
.page-header.variant-6.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.page-header.variant-6 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }
    .page-header.variant-6:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-6:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }
    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }
    .page-header.variant-6:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }
    .page-header.variant-6:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-6:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }
    .page-header.variant-6:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    .page-header.variant-6:not(.is-sticky) .header-logo {
        margin: 0;
    }
    .page-header.variant-6:not(.is-sticky) .header-middle-row {
        display: table;
        width: 100%;
        padding: 15px 0;
    }
    .page-header.variant-6:not(.is-sticky) .header-middle-right {
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
    }
    .page-header.variant-6:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-6:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
    }
    .page-header.variant-6:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
    }
    .page-header.variant-6:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }
    .page-header.variant-6:not(.is-sticky) .megamenu {
        clear: left;
        float: left;
    }
    .page-header.variant-6:not(.is-sticky) .megamenu.center {
        float: none;
    }
    .page-header.variant-6:not(.is-sticky) .dropdown-link .dropdown-container {
        z-index: 102;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-6:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-6:not(.is-sticky) .header-link.header-search {
        top: 15px;
        margin: 0;
    }
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 9px;
    }
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search {
        height: 58px;
    }
    .page-header.variant-6:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f8f8f8;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-6:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 12px;
        line-height: 18px;
    }
    .page-header.variant-6:not(.is-sticky) .navbar {
        padding-top: 45px;
    }
    .page-header.variant-6:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .page-header.variant-6.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
    .page-header.variant-6.sticky.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
        top: 52px;
    }
}
.page-header.variant-7:not(.is-sticky) {
    background-color: #ffffff;
}
.page-header.variant-7:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}
.page-header.variant-7:not(.is-sticky) .header-top-row .header-links {
    margin-top: 0;
}
.page-header.variant-7:not(.is-sticky) .header-top-left,
.page-header.variant-7:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
}
.page-header.variant-7:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}
.page-header.variant-7 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}
.page-header.variant-7.is-sticky .header-top-row {
    display: none;
}
.page-header.variant-7.is-sticky .header-middle-center {
    display: none !important;
}
.page-header.variant-7.is-sticky .header-middle-row {
    position: relative;
    z-index: 1;
    display: none;
}
.page-header.variant-7.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
    top: 72px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.page-header.variant-7.is-sticky .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}
@media screen and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .nav > li > a:focus {
        line-height: 58px;
    }
    .page-header.variant-7:not(.is-sticky) .nav > li > a > .menu-label,
    .page-header.variant-7:not(.is-sticky) .nav > li > a > .menu-label-alt {
        top: 0;
    }
    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a > .menu-label,
    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a > .menu-label-alt {
        top: 2px;
    }
    .page-header.variant-7:not(.is-sticky) .nav > li:hover > a {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    }
    .page-header.variant-7:not(.is-sticky) .nav > li.mega-dropdown:hover > a:after,
    .page-header.variant-7:not(.is-sticky) .nav > li.simple-dropdown:hover > a:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 6px;
    }
    .page-header.variant-7:not(.is-sticky) .navbar {
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    .page-header.variant-7:not(.is-sticky) .header-logo {
        margin: 0;
        min-width: 200px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-row {
        display: table;
        min-width: 100%;
        padding: 15px 0;
        margin: 0;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 10px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-links,
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart {
        margin-top: 0;
        padding: 0 15px;
        border-left: 1px solid #ededed;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-links .dropdown-container,
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart .dropdown-container {
        top: 60px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 > a {
        position: relative;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 > a .badge {
        right: -8px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart.variant-2 .dropdown-container {
        top: 100%;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart > a i.icon {
        font-size: 34px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right .header-link.header-cart > a .badge {
        position: absolute;
        left: auto;
        right: 10px;
        top: 0;
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        border-radius: 50%;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
        width: 200px;
    }
    .page-header.variant-7:not(.is-sticky) .menu-wrapper {
        padding: 0;
        background: #f8f8f8;
        clear: left;
        float: left;
        width: 100%;
    }
    .page-header.variant-7:not(.is-sticky) .megamenu {
        clear: left;
    }
    .page-header.variant-7:not(.is-sticky) .megamenu.center {
        float: none;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-left: 20px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text span {
        margin-right: 7px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-row .header-custom-text i.icon {
        font-size: 14px;
        line-height: 20px;
    }
    .text-size-phone {
        font-size: 20px;
        font-weight: 400;
    }
    .header-middle-row .header-custom-text .icon-phone {
        font-size: 21px !important;
        line-height: 26px !important;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-header.variant-7:not(.is-sticky) .header-logo {
        min-width: 180px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-7:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-header.variant-7:not(.is-sticky) .header-logo {
        min-width: 160px;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        display: block;
        top: 0;
        margin: 0;
        min-width: 300px;
        float: none;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input {
        height: 50px;
        padding: 0 45px 0 15px;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 0;
        height: 50px;
        line-height: 52px;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 10px;
        width: 1px;
        height: 30px;
        background: #e8e8e8;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-icon-search:hover {
        color: #f82e56;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0;
        top: 0;
        font-size: 15px;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f6f6f6;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-search .exp-search-input {
        border: 1px solid #e8e8e8;
        background-color: #f9f9f9;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        min-width: 300px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-7:not(.is-sticky) .header-link.header-search {
        min-width: 250px;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-7:not(.is-sticky) .header-top-row {
        padding: 0;
        padding-top: 45px;
        min-height: 0;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-row {
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-center,
    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-left {
        max-width: 300px;
        z-index: 11;
        overflow: visible;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-right {
        position: absolute;
        float: right;
        z-index: 10;
        right: 0;
        width: 100%;
        text-align: right;
        top: 5px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-center {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }
    .page-header.variant-7:not(.is-sticky) .header-middle-center:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
    }
    .page-header.variant-7:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .page-header.variant-7:not(.is-sticky) .header-link.header-cart > a {
        position: static;
    }
    .page-header.variant-7:not(.is-sticky) .dropdown-link.header-cart > .dropdown-container {
        margin-top: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-header.variant-7.sticky.is-sticky .navbar .header-link.header-cart > a {
        top: 0;
        right: 0;
    }
    .page-header.variant-7.sticky.is-sticky .header-cart.variant-2.dropdown-link .dropdown-container {
        top: 52px;
    }
}
@media screen and (max-width: 767px) {
    .page-header.variant-7:not(.is-sticky) .header-top-left,
    .page-header.variant-7:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}
body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-link.header-search,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-link.header-search,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-link.header-search {
    min-width: 250px;
}
body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-logo,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-logo,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-logo {
    min-width: 160px;
}
body.open-panel.boxed .page-header.variant-7:not(.is-sticky):not(.fullwidth) .header-middle-right .header-link.header-cart,
body.open-panel .page-header.variant-7:not(.is-sticky).boxed .header-middle-right .header-link.header-cart,
body.open-panel .page-header.variant-7:not(.is-sticky).fullboxed .header-middle-right .header-link.header-cart {
    padding: 0 10px;
}
.page-header.variant-8:not(.is-sticky) {
    background-color: #ffffff;
}
.page-header.variant-8:not(.is-sticky) .header-top-row {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: transparent;
    min-height: 40px;
    border-bottom: 1px solid #ededed;
    text-align: right;
}
.page-header.variant-8:not(.is-sticky) .header-top-left,
.page-header.variant-8:not(.is-sticky) .header-top-right {
    display: block;
    float: left;
    text-align: left;
}
.page-header.variant-8:not(.is-sticky) .header-top-left {
    width: 30%;
}
.page-header.variant-8:not(.is-sticky) .header-top-right {
    width: 70%;
}
.page-header.variant-8:not(.is-sticky) .header-custom-text > div {
    display: inline-block;
}
.page-header.variant-8:not(.is-sticky) .header-top-right {
    float: right;
    text-align: right;
}
.page-header.variant-8 .header-cart.variant-2.dropdown-link > a:hover {
    padding-bottom: 5px;
}
.page-header.variant-8.is-sticky .navbar {
    min-height: 42px;
}
.page-header.variant-8.is-sticky .header-top-row {
    display: none;
}
.page-header.variant-8.is-sticky .header-middle-row {
    width: 100%;
    text-align: center;
    position: relative;
}
.page-header.variant-8.is-sticky .header-middle-center,
.page-header.variant-8.is-sticky .header-middle-right {
    display: none !important;
}
@media screen and (min-width: 992px) {
    .page-header.variant-8 .nav-department {
        margin-left: -15px;
    }
    .page-header.variant-8 .header-links {
        margin: 0 0 0 5px;
    }
    .page-header.variant-8 .header-link.header-cart {
        margin: 0 0 0 5px;
    }
    .page-header.variant-8 .header-link.header-cart > a .badge {
        top: -10px;
    }
    .page-header.variant-8.is-sticky .header-logo {
        float: none;
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        height: 100%;
        line-height: inherit;
    }
    .page-header.variant-8.is-sticky .header-logo > a {
        display: inline-block;
        z-index: 1;
        position: relative;
    }
    .page-header.variant-8.is-sticky .header-logo img,
    .page-header.variant-8.is-sticky .header-logo svg {
        max-height: 42px;
    }
    .page-header.variant-8.is-sticky .header-bottom-row {
        background: #ffffff;
        min-height: 42px;
    }
    .page-header.variant-8.is-sticky .header-bottom-row > .container {
        display: table;
        position: relative;
    }
    .page-header.variant-8.is-sticky .header-bottom-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
    .page-header.variant-8.is-sticky .header-bottom-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
    }
    .page-header.variant-8:not(.is-sticky) .header-logo {
        margin: 0;
        min-width: 200px;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-row {
        display: table;
        min-width: 100%;
        padding: 15px 0;
        margin: 0;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-center {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 10px;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 550px;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-left {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 0 0;
        text-align: left;
        width: 250px;
    }
    .page-header.variant-8:not(.is-sticky) .header-bottom-row {
        background: #f8f8f8;
        min-height: 42px;
    }
    .page-header.variant-8:not(.is-sticky) .header-bottom-row > .container {
        display: table;
        position: relative;
    }
    .page-header.variant-8:not(.is-sticky) .header-bottom-right {
        padding: 0 0 0 15px;
        display: table-cell;
        vertical-align: top;
        text-align: right;
    }
    .page-header.variant-8:not(.is-sticky) .header-bottom-left {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px 0 0;
        text-align: left;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-header.variant-8:not(.is-sticky) .header-logo {
        min-width: 180px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a,
    .page-header.variant-8:not(.is-sticky) .navbar .nav > li > a:focus {
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-header.variant-8:not(.is-sticky) .header-logo {
        min-width: 160px;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        display: block;
        top: 0;
        margin: 0;
        min-width: 350px;
        float: none;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input {
        height: 50px;
        padding: 0 45px 0 15px;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input,
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search,
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-submit {
        top: 0;
        height: 50px;
        line-height: 52px;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 10px;
        width: 1px;
        height: 30px;
        background: #e8e8e8;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-icon-search:hover {
        color: #f82e56;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0;
        top: 0;
        font-size: 15px;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search.exp-search-open {
        background: #f6f6f6;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-search .exp-search-input {
        border: 1px solid #e8e8e8;
        background-color: #f9f9f9;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        min-width: 300px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-8:not(.is-sticky) .header-link.header-search {
        min-width: 250px;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-8.is-sticky .header-bottom-left {
        display: none;
    }
    .page-header.variant-8:not(.is-sticky) .header-top-row {
        padding: 0;
        padding-top: 45px;
        min-height: 0;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-right,
    .page-header.variant-8:not(.is-sticky) .header-bottom-left {
        display: none;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-left {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .page-header.variant-8:not(.is-sticky) .header-middle-center:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
    }
    .page-header.variant-8:not(.is-sticky) .header-links {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .page-header.variant-8:not(.is-sticky) .header-link.header-cart > a {
        bottom: 48px;
    }
}
@media screen and (max-width: 767px) {
    .page-header.variant-8:not(.is-sticky) .header-top-left,
    .page-header.variant-8:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .page-header.variant-9:not(.is-sticky) .header-top-row {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding: 0;
        min-height: 35px;
        text-align: right;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-row .header-links {
        margin-top: 0;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-row .header-link > a {
        padding: 0 8px;
        line-height: 35px;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-row .dropdown-link .dropdown-container {
        top: 36px;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-left,
    .page-header.variant-9:not(.is-sticky) .header-top-right {
        display: block;
        float: left;
        text-align: left;
        width: 50%;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-right {
        float: right;
        text-align: right;
    }
    .page-header.variant-9:not(.is-sticky) .header-right-links {
        float: right;
    }
    .page-header.variant-9:not(.is-sticky) .header-logo {
        height: 110px;
        line-height: 110px;
    }
    .page-header.variant-9:not(.is-sticky) .header-logo svg {
        height: 100%;
    }
    .page-header.variant-9:not(.is-sticky) .megamenu {
        margin-top: 20px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar {
        height: 110px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links-wrapper {
        width: 136px;
        height: 110px;
        float: right;
        border-left: 1px solid #f0f0f0;
        -webkit-transition: width 0.2s ease 0.05s;
        -o-transition: width 0.2s ease 0.05s;
        transition: width 0.2s ease 0.05s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links-wrapper:before {
        content: "\e923";
        font-family: icomoon-reg;
        font-size: 16px;
        line-height: 25px;
        width: 27px;
        height: 27px;
        border: 1px solid #f0f0f0;
        background-color: #f7f7f7;
        border-radius: 50%;
        display: inline-block;
        float: left;
        position: relative;
        top: 50%;
        margin: -14px 0 -50px -12px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .collapsed-links-wrapper {
        width: auto;
        -webkit-transition: width 0.2s ease 0.1s;
        -o-transition: width 0.2s ease 0.1s;
        transition: width 0.2s ease 0.1s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .collapsed-links {
        width: auto;
        float: right;
        margin-top: 15px;
        white-space: nowrap;
        pointer-events: none;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-links {
        display: inline-block;
        vertical-align: top;
        float: none;
        white-space: nowrap;
        direction: rtl;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-links .header-link {
        opacity: 0;
        direction: ltr;
        -webkit-transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
        transition: opacity 0.2s ease 0s, margin 0.2s ease 0s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link > a i.icon {
        padding-right: 0;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link > a .badge {
        left: -10px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link .link-text {
        display: block;
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 10px;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-link {
        pointer-events: auto;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:first-child {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.1s;
        -o-transition: opacity 0.3s ease 0.1s;
        transition: opacity 0.3s ease 0.1s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(2) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.2s;
        -o-transition: opacity 0.3s ease 0.2s;
        transition: opacity 0.3s ease 0.2s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(3) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.3s;
        -o-transition: opacity 0.3s ease 0.3s;
        transition: opacity 0.3s ease 0.3s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(4) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.4s;
        -o-transition: opacity 0.3s ease 0.4s;
        transition: opacity 0.3s ease 0.4s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(5) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -o-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(6) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.6s;
        -o-transition: opacity 0.3s ease 0.6s;
        transition: opacity 0.3s ease 0.6s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-right-links.hovered .header-links > .header-link:nth-child(7) {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.7s;
        -o-transition: opacity 0.3s ease 0.7s;
        transition: opacity 0.3s ease 0.7s;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-links .header-link {
        display: inline-block;
        float: none;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-cart {
        margin-right: 20px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-search {
        margin-top: 35px;
        margin-right: 20px;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-cart,
    .page-header.variant-9:not(.is-sticky) .navbar .header-link.header-search {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    body:not(.touch) .page-header.variant-9:not(.is-sticky) .header-right-links .dropdown-link:not(.variant-2) > .dropdown-container,
    body:not(.touch) .page-header.variant-9:not(.is-sticky) .header-right-links .dropdown-link:not(.variant-2):hover > .dropdown-container {
        top: 65px;
    }
    .page-header.variant-9 .dropdown-link .dropdown-container:after,
    .page-header.variant-9 .dropdown-link .dropdown-container:before {
        left: 26px;
    }
    .page-header.variant-9 .dropdown-link .dropdown-container.right:after,
    .page-header.variant-9 .dropdown-link .dropdown-container.right:before {
        right: 26px;
        left: auto;
    }
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        padding-bottom: 0;
    }
    .page-header.variant-9 .navbar .nav > li:hover > a {
        color: #f82e56;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .nav > li > a:after,
    .page-header.variant-9:not(.is-sticky) .navbar .nav > li > a:focus:after {
        content: "";
        display: block;
        height: 18px;
    }
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-header.variant-9 .navbar .nav > li:hover > a {
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .page-header.variant-9 .container {
        white-space: nowrap;
    }
    .page-header.variant-9 .nav > li > a > .menu-label,
    .page-header.variant-9 .nav > li > a > .menu-label-alt {
        left: auto;
        right: -10px;
        top: 4px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-header.variant-9 .navbar .nav > li > a,
    .page-header.variant-9 .navbar .nav > li > a:focus {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .page-header.variant-9 .header-logo {
        margin-right: 15px;
    }
    .page-header.variant-9 .navbar .header-link .link-text {
        display: none;
    }
}
.page-header.variant-9 .header-top-row {
    background-color: #f5f5f6;
}
.page-header.variant-9.is-sticky .header-top-row {
    display: none;
}
.page-header.variant-9.is-sticky .header-links,
.page-header.variant-9.is-sticky .header-link > a .link-text {
    display: none;
}
.page-header.variant-9.is-sticky .collapsed-links-wrapper {
    width: auto !important;
}
@media screen and (max-width: 767px) {
    .page-header.variant-7:not(.is-sticky) .header-top-left,
    .page-header.variant-7:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .page-header.variant-9 .header-links .header-link {
        float: left;
    }
    .page-header.variant-9 .header-link .link-text {
        display: none;
    }
    .page-header.variant-9 .header-links .header-link > a {
        line-height: 43px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-row {
        padding-bottom: 0;
        padding-top: 45px;
        min-height: 0;
    }
    .page-header.variant-9:not(.is-sticky) .header-top-right .header-links {
        position: absolute;
        top: 0;
    }
    .page-header.variant-9:not(.is-sticky) .navbar,
    .page-header.variant-9:not(.is-sticky) .navbar .container {
        position: static;
    }
    .page-header.variant-9:not(.is-sticky) .navbar .header-links {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        min-height: 40px;
        margin: 0;
    }
    .page-header.variant-9:not(.is-sticky) .dropdown-link .dropdown-container.right {
        right: -14px;
        margin-top: 7px;
    }
}
@media screen and (max-width: 767px) {
    .page-header.variant-9:not(.is-sticky) .header-top-left,
    .page-header.variant-9:not(.is-sticky) .header-top-right {
        float: none;
        text-align: left;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .page-header.stickydark.is-sticky .navbar {
        background: #333745;
    }
    .page-header.stickydark.is-sticky .navbar .header-link.header-cart > a i.icon {
        color: #ffffff;
    }
    .page-header.stickydark.is-sticky .navbar .menu-toggle i.icon {
        color: #ffffff;
    }
}
@media screen and (min-width: 992px) {
    .page-header.dark:not(.is-sticky) .navbar,
    .page-header.stickydark.is-sticky .navbar {
        background-color: #333745;
    }
    .page-header.dark:not(.is-sticky) .navbar .header-link > a,
    .page-header.stickydark.is-sticky .navbar .header-link > a {
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .header-link > a:hover i.icon,
    .page-header.stickydark.is-sticky .navbar .header-link > a:hover i.icon {
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .header-link > a i.icon,
    .page-header.stickydark.is-sticky .navbar .header-link > a i.icon {
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .nav li a:focus,
    .page-header.stickydark.is-sticky .navbar .nav li a:focus {
        background: transparent;
    }
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a,
    .page-header.stickydark.is-sticky .navbar .nav > li > a,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a:focus,
    .page-header.stickydark.is-sticky .navbar .nav > li > a:focus {
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a,
    .page-header.dark:not(.is-sticky) .navbar .nav > li.active > a,
    .page-header.stickydark.is-sticky .navbar .nav > li.active > a {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a:after,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a:after,
    .page-header.dark:not(.is-sticky) .navbar .nav > li.active > a:after,
    .page-header.stickydark.is-sticky .navbar .nav > li.active > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f82e56;
    }
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label-alt,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label-alt,
    .page-header.dark:not(.is-sticky) .navbar .nav > li:hover > a > .menu-label,
    .page-header.stickydark.is-sticky .navbar .nav > li:hover > a > .menu-label,
    .page-header.dark:not(.is-sticky) .navbar .nav > li > a > .menu-label-alt,
    .page-header.stickydark.is-sticky .navbar .nav > li > a > .menu-label-alt {
        top: 4px;
    }
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-input,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-input {
        background: #333745;
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open,
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-submit,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-submit {
        background: #333745;
    }
    .page-header.dark:not(.is-sticky) .navbar .exp-icon-search,
    .page-header.stickydark.is-sticky .navbar .exp-icon-search {
        color: #ffffff;
    }
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-search-input,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-search-input {
        border-color: #e8e8e8;
    }
    .page-header.dark:not(.is-sticky) .navbar .exp-search.exp-search-open .exp-icon-search,
    .page-header.stickydark.is-sticky .navbar .exp-search.exp-search-open .exp-icon-search,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input::-webkit-input-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input::-webkit-input-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input:-moz-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input:-moz-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input::-moz-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input::-moz-placeholder,
    .page-header.dark:not(.is-sticky) .navbar .exp-search-input:-ms-input-placeholder,
    .page-header.stickydark.is-sticky .navbar .exp-search-input:-ms-input-placeholder {
        color: #ffffff;
    }
}
.footer-bot {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}
.footer-top {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}
@media (min-width: 992px) {
    .footer-bot .row {
        display: table;
        width: calc(100% + 30px);
    }
    .footer-bot .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    footer:not(.variant4) .footer-top .row {
        display: table;
        width: calc(100% + 30px);
    }
    footer:not(.variant4) .footer-top .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
.footer-block {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .footer-block {
        margin-bottom: 30px;
    }
}
.footer-payment-link {
    margin-bottom: 0;
    text-align: right;
}
.footer-logo {
    text-align: left;
    height: 75px;
}
.footer-logo svg {
    fill: #f82e56;
    max-width: 100%;
}
.footer-copyright {
    padding: 17px 0;
    font-size: 14px;
    line-height: 16px;
    color: #333745;
}
.footer-social {
    text-align: center;
}
.footer-social a,
.icons-social a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f82e56;
}
.footer-social a:hover,
.icons-social a:hover {
    color: #333745;
}
.footer-social a:hover i.icon.icon-circled,
.icons-social a:hover i.icon.icon-circled {
    color: #ffffff;
    background-color: #f82e56;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-social i.icon,
.icons-social i.icon {
    font-size: 20px;
    line-height: 30px;
}
.footer-social i.icon.icon-circled,
.icons-social i.icon.icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #f82e56;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}
.footer-nav {
    text-align: center;
    margin-bottom: 10px;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
    position: relative;
    color: #333745;
    font-size: 15px;
    line-height: 20px;
}
.footer-nav ul li:after {
    content: "|";
    padding: 0 0 0 20px;
}
.footer-nav ul li a {
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-nav ul li a:hover {
    color: #f82e56;
}
.footer-nav ul li:last-child:after {
    display: none;
}
footer.variant1 .under-footer {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
footer.variant1 .after-footer {
    width: 100%;
    clear: both;
}
footer.variant1 .footer-bot {
    float: left;
    width: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
}
footer.variant1 .footer-logo {
    display: table;
    width: 100%;
}
footer.variant1 .footer-logo > a {
    display: table-cell;
    vertical-align: middle;
}
footer.variant1 .footer-logo img {
    max-width: 100%;
}
@media screen and (min-width: 1400px) {
    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"],
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"],
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 40%;
    }
    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"]:first-child,
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"]:first-child,
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"]:first-child {
        width: 25%;
    }
    body.open-panel.boxed footer.variant1:not(.fullwidth) .footer-bot [class*="col-"]:last-child,
    body.open-panel footer.variant1.boxed .footer-bot [class*="col-"]:last-child,
    body.open-panel footer.variant1.fullboxed .footer-bot [class*="col-"]:last-child {
        width: 35%;
    }
}
@media screen and (max-width: 1399px) {
    footer.variant1 .under-footer {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer.variant1 .footer-bot {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    footer.variant1 .footer-bot .container > .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer.variant1 .footer-bot [class*="col-"] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer.variant1 .footer-logo {
        text-align: center;
        padding: 0;
    }
    footer.variant1 .footer-payment-link {
        text-align: center;
        padding: 0;
    }
    footer.variant1 .footer-copyright {
        text-align: center;
    }
    footer.variant1 .footer-social {
        text-align: center;
        padding: 0;
    }
}
footer.variant2,
footer.variant4 {
    background-color: #ffffff;
}
footer.variant2 .footer-top,
footer.variant4 .footer-top {
    padding: 40px 0;
}
footer.variant2 .footer-middle,
footer.variant4 .footer-middle {
    padding: 40px 0 10px;
}
footer.variant2 .footer-bot,
footer.variant4 .footer-bot {
    padding: 40px 0 40px;
    margin: 0;
    border: 0;
    background-color: #f9f9f9;
}
footer.variant2 .footer-payment-link,
footer.variant4 .footer-payment-link {
    text-align: center;
}
footer.variant2 .footer-copyright,
footer.variant4 .footer-copyright {
    padding: 0 0 10px;
}
@media screen and (max-width: 991px) {
    footer.variant2 .footer-top,
    footer.variant4 .footer-top {
        padding: 20px 0;
    }
    footer.variant2 .footer-middle,
    footer.variant4 .footer-middle {
        padding: 20px 0;
    }
    footer.variant2 .footer-bot,
    footer.variant4 .footer-bot {
        padding: 20px 0;
    }
    footer.variant2 .footer-copyright,
    footer.variant4 .footer-copyright {
        padding: 10px 0;
    }
}
footer.variant4 .footer-social {
    text-align: left;
    margin: 10px 0;
}
footer.variant4 .footer-top {
    background-image: url(/images/block-bg-4.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #333745;
    border-bottom: 0;
    color: #fff;
}
footer.variant4 .footer-top h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
footer.variant4 .footer-top h3,
footer.variant4 .footer-top h4,
footer.variant4 .footer-top h5 {
    color: #fff;
}
footer.variant4 .footer-top a,
footer.variant4 .footer-top a.readmore {
    color: #f82e56;
    font-weight: bold;
}
footer.variant4 .footer-top a:hover,
footer.variant4 .footer-top a.readmore:hover {
    color: #fff;
}
footer.variant4 .footer-top .footer-logo svg {
    fill: #fff;
}
footer.variant4 .footer-top input:focus {
    border-color: #fff;
}
footer.variant3 {
    background-color: #f7f7f7;
}
footer.variant3 > .container {
    padding-top: 35px;
}
footer.variant3 .footer-logo {
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
}
footer.variant3 .footer-payment-link {
    text-align: right;
    padding: 5px 0 10px;
    line-height: 40px;
}
footer.variant3 .footer-social {
    text-align: left;
    padding: 5px 0;
}
footer.variant3 .after-footer {
    margin-top: 20px;
    background: #f82e56;
}
footer.variant3 .after-footer,
footer.variant3 .after-footer .footer-copyright,
footer.variant3 .after-footer .footer-copyright a {
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    footer.variant3 .footer-payment-link {
        text-align: center;
    }
    footer.variant3 .footer-social {
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .mobilemenu {
        position: fixed;
        z-index: 1009;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }
    .mobilemenu-content {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        line-height: 50px;
        font-weight: bold;
        overflow: auto;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        background: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }
    .mobilemenu-header {
        position: fixed;
        left: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }
    .mobilemenu-toggle {
        text-decoration: none;
    }
    .mobilemenu-toggle:hover,
    .mobilemenu-toggle:focus {
        text-decoration: none;
    }
    .mobilemenu .mobilemenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #ffffff;
    }
    .mobilemenu .mobilemenu-toggle:before,
    .mobilemenu .mobilemenu-toggle:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .mobilemenu .mobilemenu-toggle:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobilemenu .mobilemenu-toggle:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mobilemenu.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }
    .mobilemenu.active .mobilemenu-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }
    .mobilemenu.active .mobilemenu-header {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }
    .navbar ul.nav {
        display: block;
        padding-top: 50px;
    }
    .navbar ul.nav li {
        position: relative;
        padding: 0;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    .navbar ul.nav li a {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 12px 50px 12px 20px;
        font-weight: bold;
        color: #333745;
        text-transform: uppercase;
        background: transparent;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    .navbar ul.nav li:hover > a,
    .navbar ul.nav li.submenu-open > a {
        background-color: #f8f8f8;
        color: #f82e56;
        text-decoration: none;
    }
    .navbar ul.nav li .arrow {
        position: absolute;
        z-index: 100;
        width: 50px;
        height: 45px;
        top: 0;
        right: 0;
        font-family: "icomoon-reg";
        font-size: 18px;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .navbar ul.nav li .arrow:before {
        color: #333745;
        content: "\e922";
    }
    .navbar ul.nav li .arrow:hover:before {
        color: #f82e56;
    }
    .navbar ul.nav li.submenu-open > .arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar ul.nav li ul {
        display: none;
        padding: 0;
        margin: 0;
        opacity: 0;
        list-style: none;
        -webkit-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
    }
    .navbar ul.nav li ul a {
        padding-left: 40px;
    }
    .navbar ul.nav li ul ul a {
        padding-left: 60px;
    }
    .navbar ul.nav li ul ul ul a {
        padding-left: 80px;
    }
    .navbar ul.nav li ul ul ul ul a {
        padding-left: 100px;
    }
    .navbar ul.nav li ul ul ul ul a {
        padding-left: 120px;
    }
    .navbar ul.nav li.submenu-open > ul {
        opacity: 1;
    }
}
@media screen and (min-width: 481px) {
    .mobilemenu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 120%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }
    .mobilemenu.active:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}
.header-cart.variant-1 .dropdown-container {
    min-width: 430px;
    padding: 20px 20px 10px;
    white-space: normal;
}
.header-cart.variant-1 .dropdown-container .block.block-minicart {
    margin-bottom: 0;
}
.header-cart.variant-1 .dropdown-container .block-title {
    font-size: 16px;
    line-height: 1.2em;
}
.header-cart.variant-1 .dropdown-container .block-content {
    padding: 5px 0 0 0;
    color: #191919;
}
.header-cart.variant-1 .dropdown-container .block-content .items-total,
.header-cart.variant-1 .dropdown-container .block-content .subtitle {
    display: block;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
}
.header-cart.variant-1 .dropdown-container .block-content .subtitle {
    width: 100%;
    clear: both;
    padding-top: 15px;
    margin-bottom: 15px;
}
.header-cart.variant-1 .dropdown-container .block-content .subtotal {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}
.header-cart.variant-1 .dropdown-container .block-content .subtotal .label {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 10px 0 0;
    font-weight: 500;
}
.header-cart.variant-1 .dropdown-container .block-content .subtotal .price-container {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #f82e56;
    display: inline-block;
}
.header-cart.variant-1 .dropdown-container .block-content .actions {
    clear: both;
    padding: 10px 0 0;
    text-align: right;
}
.header-cart.variant-1 .dropdown-container .block-content .actions button.checkout,
.header-cart.variant-1 .dropdown-container .block-content .actions .action.viewcart {
    min-width: 170px;
}
.header-cart.variant-1 .dropdown-container .block-content .actions > div {
    display: inline-block;
    margin-bottom: 10px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 41px;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #f82e56;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus {
    color: #333;
    text-decoration: none;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.disabled,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart[disabled],
fieldset[disabled] .header-cart.variant-1 .dropdown-container .block-content .action.viewcart {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.pull-right {
    margin-right: 10px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active {
    background-color: #f82e56;
    color: #ffffff;
    border-color: #f82e56;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover {
    background-color: transparent;
    color: #f82e56;
    border-color: #f82e56;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:focus {
    background-color: transparent;
    color: #f82e56;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:hover {
    background-color: #f82e56;
    color: #ffffff;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart i.icon {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-right: 0.4em;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart i.icon:only-child {
    font-size: 1.2em;
    margin-right: 0;
    vertical-align: baseline;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart span {
    position: relative;
    top: 0;
    left: 0;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-sm {
    height: 26px;
    padding: 0 8px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 26px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-sm i.icon {
    line-height: 1em;
    margin-right: 0.3em;
}
@-moz-document url-prefix() {
    .header-cart.variant-1 .dropdown-container .block-content .action.viewcart .btn-sm {
        line-height: 25px;
    }
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-lg {
    padding: 4px 25px 3px;
    font-size: 16.5px;
    height: auto;
    border-width: 1px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-xl {
    padding: 15px 40px;
    font-size: 24px;
    height: auto;
    border-width: 2px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart-xxl {
    padding: 25px 50px;
    font-size: 28.995px;
    height: auto;
    border-width: 2px;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:active {
    background-color: #333745;
    border-color: #333745;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart:hover {
    background-color: transparent;
    color: #333745;
    border-color: #333745;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:active,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert.focus,
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:focus {
    background-color: transparent;
    color: #333745;
}
.header-cart.variant-1 .dropdown-container .block-content .action.viewcart.btn-invert:hover {
    background-color: #333745;
    color: #ffffff;
}
.header-cart.variant-1 .dropdown-container .btn-minicart-close {
    display: none;
}
.header-cart.variant-1 .dropdown-container .minicart-items {
    margin: 0 0 10px;
    padding: 0;
}
.header-cart.variant-1 .dropdown-container li {
    margin: 0;
    padding: 0;
}
.header-cart.variant-1 .dropdown-container .label {
    display: none;
    color: #191919;
}
.header-cart.variant-1 .dropdown-container .product {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.header-cart.variant-1 .dropdown-container .product-item {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}
.header-cart.variant-1 .dropdown-container .product-item:after {
    content: "";
    display: table;
    clear: both;
}
.header-cart.variant-1 .dropdown-container .product-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.header-cart.variant-1 .dropdown-container .product-item-photo,
.header-cart.variant-1 .dropdown-container .product-item-details {
    float: left;
    padding: 0;
}
.header-cart.variant-1 .dropdown-container .product-item-photo {
    width: 60px;
    min-width: 60px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.header-cart.variant-1 .dropdown-container .product-item-photo:hover {
    opacity: 0.7;
}
.header-cart.variant-1 .dropdown-container .product-item-photo img {
    width: 100%;
}
.header-cart.variant-1 .dropdown-container .product-item-details {
    width: calc(100% - 110px);
}
.header-cart.variant-1 .dropdown-container .product-item-name,
.header-cart.variant-1 .dropdown-container .product-item-qty,
.header-cart.variant-1 .dropdown-container .product-item-pricing {
    float: left;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}
.header-cart.variant-1 .dropdown-container .product-item-name {
    width: 50%;
    margin-top: 7px;
    overflow: hidden;
}
.header-cart.variant-1 .dropdown-container .product-item-name a {
    color: #191919;
}
.header-cart.variant-1 .dropdown-container .product-item-name a:hover {
    color: #f82e56;
    text-decoration: none;
}
.header-cart.variant-1 .dropdown-container .product-item-qty {
    width: 20%;
}
.header-cart.variant-1 .dropdown-container .product-item-qty input {
    width: 100%;
    padding: 5px;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}
.header-cart.variant-1 .dropdown-container .product-item-qty .label {
    display: none;
}
.header-cart.variant-1 .dropdown-container .product-item-pricing {
    font-family: "Roboto", sans-serif;
    width: 30%;
}
.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    color: #f82e56;
    text-align: left;
}
.header-cart.variant-1 .dropdown-container .product.actions {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 60px;
    text-align: right;
}
.header-cart.variant-1 .dropdown-container .product.actions > div {
    display: inline-block;
    margin: 0 5px;
}
.header-cart.variant-1 .dropdown-container .product.actions a {
    display: block;
    color: #191919;
    text-decoration: none;
    margin: 5px 0;
}
.header-cart.variant-1 .dropdown-container .product.actions a:hover,
.header-cart.variant-1 .dropdown-container .product.actions a:hover:after {
    color: #f82e56;
    text-decoration: none;
}
.header-cart.variant-1 .dropdown-container .product.actions .action.edit span,
.header-cart.variant-1 .dropdown-container .product.actions .action.delete span {
    display: none;
}
.header-cart.variant-1 .dropdown-container .product.actions .action.edit:after,
.header-cart.variant-1 .dropdown-container .product.actions .action.delete:after {
    display: block;
    font-family: "icomoon-reg";
    content: "\e9ac";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.header-cart.variant-1 .dropdown-container .product.actions .action.edit:after {
    content: "\e90e";
}
.header-cart.variant-1 .dropdown-container .total-title,
.header-cart.variant-1 .dropdown-container .total-price {
    width: 50%;
    float: left;
}
.header-cart.variant-1 .dropdown-container .total-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #333745;
}
.header-cart.variant-1 .dropdown-container .total-price {
    text-align: right;
}
.header-cart.variant-1 .dropdown-container button.btn {
    margin: 15px 0 0;
}
@media (min-width: 481px) and (max-width: 991px) {
    .header-cart.variant-1 .dropdown-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 120%;
        height: 120%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }
    .header-cart.active .dropdown-container:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}
@media screen and (max-width: 991px) {
    .header-cart.variant-1 .dropdown-container {
        display: block !important;
        opacity: 1;
        position: fixed;
        z-index: 1004;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        background: transparent;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }
    .header-cart.variant-1 .dropdown-container:before {
        display: none;
    }
    .header-cart.variant-1 .dropdown-container .block-content {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        padding: 65px 15px 10px;
        overflow: auto;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        background: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }
    .header-cart.variant-1 .dropdown-container .block-title {
        position: fixed;
        display: block;
        right: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }
    .header-cart.variant-1 .dropdown-container .block-title .qty {
        display: none;
    }
    .header-cart.variant-1 .dropdown-container .block-title:before,
    .header-cart.variant-1 .dropdown-container .block-title:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-cart.variant-1 .dropdown-container .block-title:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-cart.variant-1 .dropdown-container .block-title:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-cart.variant-1 .dropdown-container .product.actions {
        width: 30px;
    }
    .header-cart.variant-1.active .dropdown-container {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }
    .header-cart.variant-1.active .dropdown-container .block-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }
    .header-cart.variant-1.active .dropdown-container .block-title {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }
    .header-cart.variant-1 .close {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 60px;
        color: #ffffff;
        opacity: 1;
    }
    .header-cart.variant-1 .close span {
        display: none;
    }
    .header-cart.variant-1 .close:before,
    .header-cart.variant-1 .close:after {
        content: "";
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-cart.variant-1 .close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-cart.variant-1 .close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-cart.variant-1 .dropdown-container .block-title {
        height: auto;
        line-height: 20px;
        padding: 15px 35px;
    }
    .header-cart.variant-1 .dropdown-container .product-item-photo {
        width: 90px;
        min-width: 90px;
    }
    .header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
        font-size: 15px;
    }
}
@media screen and (max-width: 680px) {
    .header-cart.variant-1 .dropdown-container .product-item-photo {
        width: 60px;
        min-width: 60px;
    }
    .header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
        font-size: 15px;
    }
    .header-cart.variant-1 .dropdown-container .block-content .actions > div {
        display: block;
    }
    .header-cart.variant-1 .dropdown-container .block-content .actions > div {
        margin-bottom: 10px;
    }
    .header-cart.variant-1 .dropdown-container .block-content .actions > div .btn {
        width: 100%;
    }
}
.header-cart.variant-2 .dropdown-container {
    width: 100%;
    background: #333745;
    color: #8f8f8f;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.header-cart.variant-2 .dropdown-container .block.block-minicart {
    margin-bottom: 0;
}
.header-cart.variant-2 .dropdown-container .btn-minicart-close {
    display: none;
}
.header-cart.variant-2 .dropdown-container .block-title {
    display: block;
    background: #424652;
    padding: 15px 45px 15px 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .block-content {
    padding: 5px 0 0 0;
    color: #191919;
}
.header-cart.variant-2 .dropdown-container .block-content .subtotal {
    display: block;
    width: 50%;
    float: right;
    margin-top: 20px;
    text-align: right;
    font-size: 31px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .block-content .subtotal .label {
    padding: 0 10px 0 0;
    font-size: 100%;
}
.header-cart.variant-2 .dropdown-container .block-content .subtotal .price-container {
    display: inline-block;
    font-size: 31px;
    line-height: 1.2em;
    font-weight: bold;
}
.header-cart.variant-2 .dropdown-container .block-content .actions {
    clear: both;
    padding: 20px 0 20px;
    text-align: right;
}
.header-cart.variant-2 .dropdown-container .block-content .actions > div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.header-cart.variant-2 .dropdown-container .block-content .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .block-content .btn-alt {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #f82e56;
}
.header-cart.variant-2 .dropdown-container .block-content .btn-alt:hover {
    background-color: #f82e56;
    border-color: #f82e56;
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .minicart-items {
    margin: 0 0 10px;
    padding: 0;
}
.header-cart.variant-2 .dropdown-container li {
    margin: 0;
    padding: 0;
}
.header-cart.variant-2 .dropdown-container .label {
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .product {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.header-cart.variant-2 .dropdown-container .product-item {
    display: table;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #3e4352;
}
.header-cart.variant-2 .dropdown-container .product-item-photo,
.header-cart.variant-2 .dropdown-container .product-item-details {
    display: table-cell;
    float: none;
    padding: 0;
}
.header-cart.variant-2 .dropdown-container .product-item-photo {
    width: 90px;
    min-width: 90px;
    vertical-align: middle;
}
.header-cart.variant-2 .dropdown-container .product-item-photo img {
    width: 100%;
}
.header-cart.variant-2 .dropdown-container .product-item-details {
    width: auto;
}
.header-cart.variant-2 .dropdown-container .product-item-name,
.header-cart.variant-2 .dropdown-container .product-item-qty,
.header-cart.variant-2 .dropdown-container .product-item-pricing {
    display: table-cell;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
}
.header-cart.variant-2 .dropdown-container .product-item-name {
    width: 45%;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}
.header-cart.variant-2 .dropdown-container .product-item-name a {
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .product-item-name a:hover {
    color: #f82e56;
    text-decoration: none;
}
.header-cart.variant-2 .dropdown-container .product-item-qty {
    width: 25%;
}
.header-cart.variant-2 .dropdown-container .product-item-qty input {
    width: 65px;
    padding: 15px;
    border: 0;
    background-color: #424652;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
}
.header-cart.variant-2 .dropdown-container .product-item-qty .label {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 25px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .product-item-pricing {
    font-family: "Roboto", sans-serif;
    width: 30%;
}
.header-cart.variant-2 .dropdown-container .product-item-pricing .price-container {
    float: right;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #f82e56;
    text-align: left;
}
.header-cart.variant-2 .dropdown-container .product.actions {
    text-align: right;
}
.header-cart.variant-2 .dropdown-container .product.actions > div {
    display: inline-block;
    margin-left: 10px;
}
.header-cart.variant-2 .dropdown-container .product.actions a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.header-cart.variant-2 .dropdown-container .product.actions a:hover {
    color: #f82e56;
    text-decoration: none;
}
.header-cart.variant-2 .dropdown-container .product.actions .action.edit:before,
.header-cart.variant-2 .dropdown-container .product.actions .action.delete:before {
    display: inline-block;
    font-family: "icomoon-reg";
    content: "\e9ac";
    font-size: 16px;
    padding-right: 4px;
}
.header-cart.variant-2 .dropdown-container .product.actions .action.edit:before {
    content: "\e90e";
}
body:not(.touch) .header-cart.variant-2.dropdown-link .block-minicart {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    max-height: 0;
    width: calc(100% + 30px);
    padding: 15px 30px 15px 15px;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    -o-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
}
@media screen and (min-width: 992px) {
    .header-cart.variant-2.dropdown-link > a:hover {
        padding-bottom: 20px;
    }
    .header-cart.variant-2.dropdown-link .dropdown-container {
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        top: 100%;
        max-height: 0;
        padding: 0;
        z-index: 1;
        border: 0;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
        -o-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
        transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
    }
    .header-cart.variant-2.dropdown-link:hover .dropdown-container {
        top: 100%;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
        -o-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
        transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s, box-shadow 0.5s ease 0.5s;
    }
    .header-cart.variant-2.dropdown-link .minicart-content-wrapper,
    .header-cart.variant-2.dropdown-link #minicart-content-wrapper {
        position: relative;
    }
    .header-cart.variant-2.dropdown-link .minicart-content-wrapper:after,
    .header-cart.variant-2.dropdown-link #minicart-content-wrapper:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: calc(100% + 30px);
        height: 2px;
        bottom: -15px;
        left: -15px;
        right: -15px;
        background: #f82e56;
    }
    .header-cart.variant-2.dropdown-link .block-minicart {
        position: relative;
        overflow-y: scroll;
        height: 100%;
        max-height: 0;
        width: calc(100% + 30px);
        padding: 15px 30px 15px 15px;
        -webkit-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: max-height 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }
    body.touch .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}
@media screen and (min-width: 992px) {
    .header-cart.variant-2 {
        position: static;
    }
}
@media screen and (min-width: 992px) {
    @supports (-ms-accelerator: true) {
        .header-cart.variant-2.dropdown-link .block-minicart {
            width: 100%;
            padding: 15px;
        }
    }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}
@media screen and (min-width: 992px) {
    body.mac .header-cart.variant-2.dropdown-link .block-minicart {
        width: 100%;
        padding: 15px;
    }
}
body.touch .header-cart.variant-2 .dropdown-container .btn-minicart-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}
body.touch .header-cart.variant-2 .dropdown-container .btn-minicart-close:hover {
    color: #f82e56;
}
@media screen and (max-width: 991px) {
    .header-cart.variant-2 .dropdown-container {
        left: 0;
        padding: 0;
    }
    .header-cart.variant-2 .dropdown-container .product-item-name {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
    .header-cart.variant-2 .dropdown-container .product-item-qty input {
        font-size: 18px;
        line-height: 20px;
        height: 50px;
        width: 50px;
        padding: 15px 10px;
    }
    .header-cart.variant-2 .dropdown-container .product-item-qty .label {
        display: none;
    }
    .header-cart.variant-2 .dropdown-container .product-item-pricing .price-container {
        font-size: 20px;
    }
    .header-cart.variant-2 .dropdown-container .product.actions {
        padding: 5px 0 0;
    }
    .header-cart.variant-2 .dropdown-container .product.actions a span {
        display: none;
    }
    .header-cart.variant-2 .dropdown-container .product-item-photo {
        width: 60px;
        min-width: 60px;
    }
    .header-cart.variant-2 .dropdown-container .block-content {
        padding: 5px 15px;
    }
    .header-cart.variant-2 .dropdown-container .block-content .subtotal {
        width: 100%;
        margin-top: 10px;
        font-size: 20px;
    }
    .header-cart.variant-2 .dropdown-container .block-content .subtotal .price-container {
        font-size: 20px;
    }
    .header-cart.variant-2 .dropdown-container .block-content .actions > div .btn {
        min-width: 200px;
        margin-bottom: 10px;
    }
    body:not(.touch) header.is-sticky .dropdown-link.header-cart.variant-2:hover > .dropdown-container {
        top: calc(100%);
    }
    body:not(.touch) .dropdown-link.header-cart.variant-2:hover > .dropdown-container {
        top: calc(100% - 50px);
    }
    body:not(.touch) .header-cart.variant-2 .dropdown-container .block-content {
        padding-left: 0;
        padding-right: 0;
    }
    body:not(.touch) .header-cart.variant-2.dropdown-link .block-minicart {
        width: calc(100% + 15px);
    }
    body.touch .header-cart.variant-2.header-link .dropdown-container {
        top: 100%;
        z-index: 10000;
        border-bottom-width: 0;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    body.touch .header-cart.variant-2.header-link.active .dropdown-container {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }
    body.touch .header-cart.variant-2 .dropdown-container {
        overflow: scroll;
    }
}
.products-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .products-grid {
        margin-bottom: 0;
    }
}
.products-grid-wrapper {
    overflow: hidden;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .products-grid-wrapper {
        margin-bottom: 30px;
    }
}
.products-grid-wrapper.isotope-wrapper {
    overflow: visible;
}
.products-grid.products-carousel {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .products-grid.products-carousel {
        margin-bottom: 30px;
    }
}
.product-vertical-carousel {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .product-vertical-carousel {
        margin-bottom: 30px;
    }
}
.product-action-btn,
.product-action-btn:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product-action-btn i.icon,
.product-action-btn:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}
.product-action-btn:hover {
    color: #fff;
    background-color: #f82e56;
}
.product-item-inside {
    overflow: hidden;
    position: relative;
}
.product-item.large {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 30px 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto", sans-serif;
}
.product-item.large .product-item-info {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
}
.product-item.large .product-item-photo {
    position: static;
    display: table-cell;
    width: 50%;
}
.product-item.large .product-item-photo img {
    width: 100%;
}
.product-item.large .product-item-details {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    width: 50%;
}
.product-item.large .product-item-details .product-item-actions .actions-primary {
    display: block;
}
.product-item.large .product-item-description {
    margin: 15px 0 15px 0;
}
.product-item.large .product-item-description hr {
    margin: 5px 0 5px 0;
}
.product-item.large .product-item-name {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 700;
}
.product-item.large .product-item-name a {
    color: #333745;
}
.product-item.large .product-item-actions .actions-primary {
    display: none;
}
.product-item.large .product-item-actions .actions-primary i.icon {
    display: none;
}
.product-item.large .product-item-actions .actions-secondary {
    position: absolute;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.product-item.large .product-item-actions .actions-secondary a,
.product-item.large .product-item-actions .actions-secondary a:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product-item.large .product-item-actions .actions-secondary a i.icon,
.product-item.large .product-item-actions .actions-secondary a:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}
.product-item.large .product-item-actions .actions-secondary a:hover {
    color: #fff;
    background-color: #f82e56;
}
.product-item.large .product-item-actions .actions-secondary a > span {
    display: none;
}
.product-item-rating {
    font-size: 15px;
    color: #f82e56;
}
.product-item-rating i.icon {
    font-size: 12px;
    margin-right: 2px;
}
.product-item-label {
    display: table;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 38px;
    height: 22px;
    font-size: 13px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
}
.product-item-label span {
    display: table-cell;
    vertical-align: middle;
}
.product-item-label.label-new {
    left: 0;
    background-color: #333745;
    color: #ffffff;
}
.product-item-label.label-sale {
    right: 0;
    background-color: #f82e56;
    color: #ffffff;
}
.product-item-label.label-sale .text {
    display: table-cell;
}
.product-item-label.label-sale .percent {
    display: none;
}
.product-variant-2 .product-item-label.label-new {
    left: auto;
    right: 0;
    top: 4px;
}
.product-variant-2 .product-item-label.label-sale {
    right: auto;
    left: 0;
    top: 4px;
}
@media screen and (max-width: 991px) {
    .product-variant-2 .product-item-label.label-new {
        top: 3px;
    }
    .product-variant-2 .product-item-label.label-sale {
        top: 3px;
    }
}
.price-box {
    margin-bottom: 12px;
}
.price-box .price,
.price-box .special-price {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f82e56;
}
.price-box .old-price {
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 300;
    color: #333745;
    text-decoration: line-through;
}
.products-grid .product-item.large:hover .countdown-box {
    opacity: 0;
    visibility: hidden;
}
.products-listview .product-item.large .product-item-photo:hover .countdown-box {
    opacity: 0;
    visibility: hidden;
}
.products-carousel .product-item.large {
    margin-bottom: 0;
}
.products-grid.six-in-row .product-item.large {
    width: 16.66557%;
}
.products-grid.five-in-row .product-item.large {
    width: 20%;
}
.products-grid.four-in-row .product-item.large {
    width: 25%;
}
.products-grid.three-in-row .product-item.large {
    width: 33.33333%;
}
.products-grid.two-in-row .product-item.large {
    width: 50%;
}
.products-grid.one-in-row .product-item.large {
    width: 100%;
}
@media screen and (min-width: 1400px) {
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-info,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-info {
        display: block;
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-photo,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-photo {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-details,
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-details {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 1399px) {
    .products-grid.six-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}
@media screen and (max-width: 1199px) {
    .products-grid.six-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.six-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.three-in-row .product-item.large {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .products-grid.six-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.five-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.four-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.three-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.two-in-row .product-item.large {
        width: 100%;
    }
}
.products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 29px;
    padding: 0;
    -webkit-transform: translateY(106%);
    transform: translateY(106%);
}
.products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
    display: block;
    float: left;
    width: 44px;
    height: 29px;
}
@media screen and (min-width: 1400px) {
    .products-grid.product-variant-1.five-in-row .product-item.large .product-item-actions .actions-secondary,
    .products-grid.product-variant-1.six-in-row .product-item.large .product-item-actions .actions-secondary {
        z-index: 1;
        bottom: 0;
        right: 0;
        height: auto;
        width: 35px;
        padding: 0;
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }
    .products-grid.product-variant-1.five-in-row .product-item.large .product-item-actions .actions-secondary a,
    .products-grid.product-variant-1.six-in-row .product-item.large .product-item-actions .actions-secondary a {
        display: block;
        float: none;
        width: 35px;
        height: 29px;
    }
}
@media screen and (min-width: 992px) {
    .products-grid.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .products-grid.five-in-row.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-1 .product-item.large .product-item-photo {
        width: 45%;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
        background: transparent;
        bottom: 10px;
        left: 45%;
        padding: 0 0 0 10px;
        width: auto;
        -webkit-transform: none;
        transform: none;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 5px 9px;
        background: transparent;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }
}
@media screen and (max-width: 480px) {
    .products-grid.product-variant-1 .product-item.large .product-item-photo {
        width: 45%;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary {
        bottom: 5px;
        left: 45%;
        padding: 0 0 0 10px;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a {
        padding: 3px 7px;
    }
    .products-grid.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 20px;
    }
}
.slick-slide > div > .product-item.large {
    margin-bottom: 25px;
}
.slick-slide > div:last-child > .product-item.large {
    margin-bottom: 0;
}
.carousel-arrows .slick-prev:before,
.carousel-arrows .slick-next:before {
    font-size: 17px;
    line-height: 16px;
    position: absolute;
    top: 2px;
    left: 8px;
}
.carousel-arrows .slick-prev:before {
    left: 7px;
}
.products-grid.carousel-negative {
    margin-left: -30px;
    margin-right: -30px;
}
.products-grid.carousel-negative.product-variant-2 {
    margin-left: -15px;
    margin-right: -15px;
}
.products-grid.product-variant-2 .product-item.large {
    display: block;
    float: left;
    margin: 0 -1px 0 0;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #f0f0f0;
}
.products-grid.product-variant-2 .product-item.large .product-item-photo {
    position: static;
}
.products-grid.product-variant-2 .product-item.large .product-item-info {
    overflow: hidden;
}
.products-grid.product-variant-2 .product-item.large .product-item-name {
    position: relative;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    background-color: #f9f9f9;
    padding: 10px 15px;
    margin: 0 -15px 12px;
    max-height: 70px;
    color: #333745;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.products-grid.product-variant-2 .product-item.large .product-item-name a {
    display: block;
    display: -webkit-box;
    text-decoration: none;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-grid.product-variant-2 .product-item.large .product-item-description {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.products-grid.product-variant-2 .product-item.large .price-box {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    text-align: right;
}
.products-grid.product-variant-2 .product-item.large .price-box .price,
.products-grid.product-variant-2 .product-item.large .price-box .special-price {
    font-size: 21px;
}
.products-grid.product-variant-2 .product-item.large .price-box .old-price {
    font-size: 18px;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions {
    position: absolute;
    bottom: 0;
    right: 0;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary {
    display: block;
    position: absolute;
    background-color: #333745;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button {
    width: 44px;
    height: 29px;
    border: 0;
    padding: 0;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button,
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button i.icon,
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:focus i.icon {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:hover {
    color: #fff;
    background-color: #f82e56;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button span {
    display: none;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button i.icon {
    display: block;
}
.products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary {
    z-index: 1;
    bottom: 0;
    right: 44px;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a {
    display: block;
    float: left;
    width: 44px;
}
.products-grid.product-variant-2 .product-item.large .product-item-inside {
    padding-top: 4px;
}
.products-grid.product-variant-2 .product-item.large:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% + 2px);
    height: 5px;
    left: -1px;
    top: -1px;
    background-color: #333745;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover .product-item-details .product-item-actions .actions-primary,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside .product-item-details .product-item-actions .actions-primary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover .product-item-photo .product-item-actions .actions-secondary,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside .product-item-photo .product-item-actions .actions-secondary {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .products-grid.product-variant-2 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-2 .product-item.large.hover .product-item-inside:after {
        background-color: #f82e56;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-2 .product-item.large .product-item-inside {
        padding-top: 3px;
    }
    .products-grid.product-variant-2 .product-item.large:after {
        height: 4px;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo {
        width: 45%;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-details {
        width: 55%;
        padding-bottom: 40px;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions {
        display: none;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-name {
        max-height: 60px;
        font-size: 18px;
        line-height: 22px;
        padding: 5px 12px;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-name a {
        max-height: 50px;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary {
        bottom: 8px;
        right: 46px;
        height: auto;
        background-color: transparent;
        -webkit-transform: none;
        transform: none;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 0;
        width: 46px;
        height: 35px;
        padding: 5px 0;
        background-color: transparent;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a:hover,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary a i.icon,
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-secondary button i.icon {
        font-size: 18px;
        line-height: 25px;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary {
        position: absolute;
        z-index: 1;
        background: transparent;
        left: auto;
        right: 0;
        bottom: 8px;
        display: inline-block;
        padding: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button {
        color: #333745;
        opacity: 0.5;
        width: 46px;
        height: 35px;
        border: 0;
        background: transparent;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button > span {
        display: none;
    }
    .products-grid.product-variant-2 .product-item.large .product-item-photo .product-item-actions .actions-primary button i.icon {
        display: block;
        font-size: 23px;
        line-height: 25px;
        margin-right: 0;
    }
}
.products-grid.product-variant-3 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.products-grid.product-variant-3 .product-item.large .product-item-photo img {
    width: 100%;
}
.products-grid.product-variant-3 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 5px 10px 10px;
    overflow: visible;
}
.products-grid.product-variant-3 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 12px;
}
.products-grid.product-variant-3 .product-item.large .product-item-name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 10px;
}
.products-grid.product-variant-3 .product-item.large .price-box {
    float: left;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-align: left;
}
.products-grid.product-variant-3 .product-item.large .price-box .price,
.products-grid.product-variant-3 .product-item.large .price-box .special-price {
    font-size: 20px;
}
.products-grid.product-variant-3 .product-item.large .price-box .old-price {
    font-size: 16px;
    color: #8f8f8f;
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary {
    display: block;
    float: right;
    margin-top: -3px;
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn {
    height: 30px;
    padding: 0 10px 0 10px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn span {
    display: none;
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-primary .btn i.icon {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
    bottom: 0;
    right: 0;
    width: 35px;
    padding: 0;
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}
.products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
    display: block;
}
.products-grid.product-variant-3 .product-item.large .product-item-photo .actions-primary {
    display: none;
}
.products-grid.product-variant-3 .product-item.large .color-swatch {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 5px 10px;
    margin: 0;
}
.products-grid.product-variant-3 .product-item.large .countdown-box {
    font-size: 14px;
}
.products-grid.product-variant-3 .product-item.large .product-item-label {
    height: 35px;
}
.products-grid.product-variant-3 .product-item.large .product-item-label.label-sale {
    top: 12px;
    right: 12px;
}
.products-grid.product-variant-3 .product-item.large .product-item-label.label-new {
    top: 12px;
    left: 12px;
}
@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-3 .product-item.large .countdown-box {
        font-size: 11px;
    }
}
@media screen and (min-width: 768px) {
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-actions .actions-secondary {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:after,
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:before {
        width: 5px;
        opacity: 1;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:after {
        left: 15px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside:before {
        right: 15px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:before {
        height: 5px;
        opacity: 1;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:after,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:after {
        top: 0;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-info:before,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-info:before {
        bottom: 0;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-label.label-sale,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-label.label-sale {
        top: 12px;
        right: 12px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-inside:hover .product-item-label.label-new,
    .products-grid.product-variant-3 .product-item.large.hover .product-item-inside .product-item-label.label-new {
        top: 12px;
        left: 12px;
    }
}
@media screen and (max-width: 1399px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .products-grid.product-variant-3.six-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-3.five-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-3.four-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-3.three-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-3.two-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-3.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-3 .product-item.large .product-item-photo {
        position: static;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-info {
        padding: 12px;
        padding-bottom: 45px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
        width: 100%;
        text-align: right;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: transparent;
        bottom: 5px;
        right: 5px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        display: inline-block;
        padding: 5px 0;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a:hover {
        color: #f82e56;
        opacity: 1;
        background-color: transparent;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }
    .products-grid.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}
.product-small-list {
    margin: 15px 0 50px;
}
@media screen and (max-width: 991px) {
    .product-small-list {
        margin-bottom: 30px;
    }
}
.megamenu .product-small-list {
    margin: 15px 0 0;
}
@media screen and (max-width: 991px) {
    .megamenu .product-small-list {
        margin-bottom: 0;
    }
}
.product-small-list .product-item-inside {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.product-item.small {
    margin: 5px 0 15px;
}
.product-item.small:last-child {
    margin-bottom: 0;
}
.product-item.small:only-child {
    margin-bottom: 15px;
    display: block;
}
.product-item.small .product-item-photo {
    display: table-cell;
    width: 32%;
    min-width: 40px;
    position: relative;
    border: 5px solid #ffffff;
}
.product-item.small .product-item-photo img {
    width: calc(100%);
}
.product-item.small .product-item-details {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 0 0 10px;
}
.product-item.small .product-item-name {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.product-item.small .product-item-name a {
    color: #333745;
}
.product-item.small .divider-line {
    clear: all;
    height: 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #f0f0f0;
}
.product-item.small .price-box {
    float: left;
    font-size: 17px;
    line-height: 1.6em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #f82e56;
}
.product-item.small .product-item-actions {
    float: right;
}
.product-item.small .product-item-actions .btn i.icon {
    font-size: 15px;
    line-height: 22px;
}
.product-item.small .add_to_wishlist i.icon,
.product-item.small .wishlist i.icon {
    vertical-align: top;
}
.product-small-list.variant2 .product-item.small .product-item-photo {
    width: 35%;
    min-width: 100px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-small-list.variant2 .product-item.small .product-item-photo > a {
    display: block;
    overflow: hidden;
}
.product-small-list.variant2 .product-item.small .product-item-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}
.product-small-list.variant2 .product-item.small .product-item-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.product-small-list.variant2 .product-item.small .product-item-details {
    padding: 0 10px 0 10px;
}
.product-small-list.variant2 .product-item.small .product-item-name {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 3px;
}
.product-small-list.variant2 .product-item.small .product-item-name a {
    color: #333745;
}
.product-small-list.variant2 .product-item.small .product-item-not-available {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #333745;
}
.product-small-list.variant2 .product-item.small .product-item-not-available span {
    color: #f82e56;
    font-weight: 500;
}
.product-small-list.variant2 .product-item.small .divider-line {
    display: none;
}
.product-small-list.variant2 .product-item.small .price-box {
    float: none;
    margin-bottom: 3px;
}
.product-small-list.variant2 .product-item.small .price-box .price,
.product-small-list.variant2 .product-item.small .price-box .special-price {
    font-size: 17px;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #f82e56;
}
.product-small-list.variant2 .product-item.small .price-box .old-price {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #8b8b8b;
    text-decoration: line-through;
}
.product-small-list.variant2 .product-item.small .product-item-actions {
    float: none;
}
.product-small-list.variant2 .product-item.small .product-item-actions .btn {
    color: #f82e56;
    border: 0;
    background-color: transparent;
}
.product-small-list.variant2 .product-item.small .product-item-actions .btn i.icon {
    font-size: 16px;
    line-height: 22px;
}
.product-small-list.variant2 .product-item.small .product-item-actions .btn:hover,
.product-small-list.variant2 .product-item.small .product-item-actions .btn:focus {
    color: #333745;
    background-color: transparent;
}
.product-small-list.variant2 .product-item.small .product-item-actions .btn.active {
    color: #f82e56;
    background-color: transparent;
}
.product-small-list.variant2 .product-item.small .product-item-actions .btn.active .icon.icon-heart-1:before {
    content: "\e902";
}
.color-swatch {
    margin: 12px 0;
    padding: 0;
}
.color-swatch li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    width: 14px;
    -webkit-box-shadow: inset 0 0 1px #888;
    box-shadow: inset 0 0 1px #888;
}
.color-swatch li.active {
    border: 2px solid #f82e56;
    width: 18px;
    vertical-align: -5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.color-swatch li a {
    display: block;
}
.color-swatch img {
    width: 100%;
    display: block;
}
@media screen and (min-width: 992px) {
    .products-listview .color-swatch {
        margin: 15px 0;
    }
    .products-listview .color-swatch li {
        margin: 0 3px 0 0;
        width: 20px;
    }
    .products-listview .color-swatch li.active {
        border: 2px solid #f82e56;
        width: 20px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 991px) {
    .color-swatch {
        margin: 8px 0;
    }
}
.product-item.large .social-list {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 35px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    background: #ffffff;
}
.product-item.large .social-list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-item.large .social-list a {
    position: relative;
    display: block;
    width: 35px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    text-indent: 120%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-item.large .social-list a:hover {
    opacity: 0.7;
}
.product-item.large .social-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    text-indent: 0;
}
.product-variant-1 .product-item.large .social-list {
    width: auto;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product-variant-1 .product-item.large .social-list li {
    display: block;
    float: left;
}
.product-variant-1 .product-item.large .social-list a {
    width: 44px;
    height: 35px;
}
.product-variant-1 .product-item.large.sharing .social-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product-variant-2 .product-item.large .social-list {
    width: auto;
    height: 29px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product-variant-2 .product-item.large .social-list li {
    display: block;
    float: left;
}
.product-variant-2 .product-item.large .social-list a {
    width: 44px;
    height: 35px;
}
.product-variant-2 .product-item.large.sharing .social-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-variant-2 .product-item.large.sharing .product-item-photo .product-item-actions .actions-secondary,
.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-photo .product-item-actions .actions-secondary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product-variant-2 .product-item.large.sharing .product-item-details .product-item-actions .actions-primary,
.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-details .product-item-actions .actions-primary {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product-variant-3 .product-item.large .social-list {
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}
.product-variant-3 .product-item.large.sharing .social-list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
.product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
    -webkit-transform: translateX(106%);
    transform: translateX(106%);
}
@media screen and (min-width: 1400px) {
    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list {
        width: 35px;
        height: auto;
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list li,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list li {
        float: none;
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large .social-list a,
    .products-grid.five-in-row.product-variant-1 .product-item.large .social-list a {
        width: 35px;
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .social-list,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .social-list {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-grid.six-in-row.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-grid.five-in-row.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateX(106%);
        transform: translateX(106%);
    }
}
@media screen and (max-width: 991px) {
    .product-variant-2 .product-item.large .social-list,
    .product-variant-1 .product-item.large .social-list {
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }
    .product-variant-2 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .product-variant-2 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }
    .product-variant-1 .product-item.large.sharing .product-item-actions .actions-primary,
    .product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-primary {
        -webkit-transform: none;
        transform: none;
    }
    .product-variant-3 .product-item.large .social-list {
        width: auto;
        height: 29px;
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }
    .product-variant-3 .product-item.large .social-list li {
        display: block;
        float: left;
    }
    .product-variant-3 .product-item.large .social-list a {
        width: 44px;
        height: 29px;
    }
    .product-variant-3 .product-item.large.sharing .social-list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
    .product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }
}
.product-item-not-available {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
}
.product-item-not-available > span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-item-not-available span.text {
    display: inline-block;
    padding: 1.236em 2em;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.products-grid.product-variant-2 .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
}
.products-grid.product-variant-3 .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 0;
}
.products-listview .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.products-listview.product-variant-1 .product-item.large .product-item-photo,
.products-listview.product-variant-2 .product-item.large .product-item-photo,
.products-listview.product-variant-3 .product-item.large .product-item-photo,
.products-listview.product-variant-4 .product-item.large .product-item-photo {
    position: static;
}
.products-listview.product-variant-1 .product-item.large .product-item-description,
.products-listview.product-variant-2 .product-item.large .product-item-description,
.products-listview.product-variant-3 .product-item.large .product-item-description,
.products-listview.product-variant-4 .product-item.large .product-item-description {
    display: block;
    font-size: 15px;
    line-height: 1.467em;
    margin-bottom: 15px;
}
.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary {
    z-index: 1;
    background: transparent;
    bottom: 5px;
    left: 28%;
    padding: 0 0 0 40px;
    width: auto;
    -webkit-transform: none;
    transform: none;
}
.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a {
    color: #333745;
    opacity: 1;
    display: inline-block;
    padding: 5px 10px 5px 0;
    background-color: transparent;
}
.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a:hover,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a:hover {
    color: #f82e56;
    background-color: transparent;
}
.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a i.icon {
    font-size: 14px;
    padding-right: 7px;
    line-height: 20px;
}
.products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a > span,
.products-listview.product-variant-4 .product-item.large .product-item-actions .actions-secondary a > span {
    display: inline;
}
@media screen and (min-width: 992px) {
    .products-listview.product-variant-1 .product-item.large,
    .products-listview.product-variant-2 .product-item.large,
    .products-listview.product-variant-3 .product-item.large {
        position: relative;
        display: block;
        vertical-align: top;
        margin: 0 0 30px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-photo,
    .products-listview.product-variant-2 .product-item.large .product-item-photo,
    .products-listview.product-variant-3 .product-item.large .product-item-photo {
        width: 28%;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-details,
    .products-listview.product-variant-2 .product-item.large .product-item-details,
    .products-listview.product-variant-3 .product-item.large .product-item-details {
        padding: 20px 40px 40px;
        width: 72%;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-name,
    .products-listview.product-variant-2 .product-item.large .product-item-name,
    .products-listview.product-variant-3 .product-item.large .product-item-name {
        font-size: 19px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label,
    .products-listview.product-variant-2 .product-item.large .product-item-label,
    .products-listview.product-variant-3 .product-item.large .product-item-label {
        display: table;
        position: absolute;
        z-index: 5;
        top: 0;
        width: 38px;
        height: 35px;
        font-size: 13px;
        line-height: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        text-align: center;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label span,
    .products-listview.product-variant-2 .product-item.large .product-item-label span,
    .products-listview.product-variant-3 .product-item.large .product-item-label span {
        display: table-cell;
        vertical-align: middle;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label.label-new,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-new,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-new {
        left: 0;
        background-color: #333745;
        color: #ffffff;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale {
        left: 28%;
        margin-left: -38px;
        background-color: #f82e56;
        color: #ffffff;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale .text,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale .text,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale .text {
        display: table-cell;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale .percent,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale .percent,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale .percent {
        display: none;
    }
    .products-listview.product-variant-1 .product-item.large .price-box,
    .products-listview.product-variant-2 .product-item.large .price-box,
    .products-listview.product-variant-3 .product-item.large .price-box {
        margin-bottom: 15px;
    }
    .products-listview.product-variant-1 .product-item.large .price-box .price,
    .products-listview.product-variant-2 .product-item.large .price-box .price,
    .products-listview.product-variant-3 .product-item.large .price-box .price,
    .products-listview.product-variant-1 .product-item.large .price-box .special-price,
    .products-listview.product-variant-2 .product-item.large .price-box .special-price,
    .products-listview.product-variant-3 .product-item.large .price-box .special-price {
        font-size: 28px;
    }
    .products-listview.product-variant-1 .product-item.large .price-box .old-price,
    .products-listview.product-variant-2 .product-item.large .price-box .old-price,
    .products-listview.product-variant-3 .product-item.large .price-box .old-price {
        padding-right: 10px;
        font-size: 22px;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-details .product-item-actions .actions-primary,
    .products-listview.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary,
    .products-listview.product-variant-3 .product-item.large .product-item-details .product-item-actions .actions-primary {
        display: block;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-details .product-item-actions .actions-primary .btn,
    .products-listview.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary .btn,
    .products-listview.product-variant-3 .product-item.large .product-item-details .product-item-actions .actions-primary .btn {
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .products-listview .countdown-box {
        font-size: 20px;
    }
    .products-listview .countdown-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media screen and (min-width: 992px) {
    .products-listview.product-variant-1 .product-item.large .social-list,
    .products-listview.product-variant-2 .product-item.large .social-list,
    .products-listview.product-variant-3 .product-item.large .social-list {
        left: 28.05%;
        padding-left: 40px;
        width: auto;
        height: 29px;
        -webkit-transform: translateY(106%);
        transform: translateY(106%);
    }
    .products-listview.product-variant-1 .product-item.large .social-list li,
    .products-listview.product-variant-2 .product-item.large .social-list li,
    .products-listview.product-variant-3 .product-item.large .social-list li {
        display: block;
        float: left;
    }
    .products-listview.product-variant-1 .product-item.large .social-list a,
    .products-listview.product-variant-2 .product-item.large .social-list a,
    .products-listview.product-variant-3 .product-item.large .social-list a {
        width: 44px;
        height: 29px;
    }
    .products-listview.product-variant-1 .product-item.large.sharing .social-list,
    .products-listview.product-variant-2 .product-item.large.sharing .social-list,
    .products-listview.product-variant-3 .product-item.large.sharing .social-list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .products-listview.product-variant-1 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large.sharing .product-item-actions .actions-secondary,
    .products-listview.product-variant-1 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large.sharing .product-item-inside:hover .product-item-actions .actions-secondary {
        -webkit-transform: translateY(125%);
        transform: translateY(125%);
    }
}
@media screen and (max-width: 1770px) {
    .products-listview .countdown-box {
        font-size: 15px;
    }
}
@media screen and (max-width: 1399px) {
    .products-listview.product-variant-1 .product-item.large .product-item-photo,
    .products-listview.product-variant-2 .product-item.large .product-item-photo,
    .products-listview.product-variant-3 .product-item.large .product-item-photo {
        width: 35%;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-details,
    .products-listview.product-variant-2 .product-item.large .product-item-details,
    .products-listview.product-variant-3 .product-item.large .product-item-details {
        padding: 20px 30px 45px;
        width: 65%;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary {
        background: transparent;
        bottom: 5px;
        left: 35%;
        padding-left: 30px;
    }
    .products-listview.product-variant-1 .product-item.large .social-list,
    .products-listview.product-variant-2 .product-item.large .social-list,
    .products-listview.product-variant-3 .product-item.large .social-list {
        left: 35.05%;
        padding-left: 30px;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-2 .product-item.large .product-item-label.label-sale,
    .products-listview.product-variant-3 .product-item.large .product-item-label.label-sale {
        left: 35%;
        margin-left: -38px;
    }
    .products-listview .countdown-box {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a {
        color: #333745;
        opacity: 0.5;
        background: transparent;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a > span,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a > span,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a > span {
        display: none;
    }
    .products-listview.product-variant-1 .product-item.large .product-item-actions .actions-secondary a i.icon,
    .products-listview.product-variant-2 .product-item.large .product-item-actions .actions-secondary a i.icon,
    .products-listview.product-variant-3 .product-item.large .product-item-actions .actions-secondary a i.icon {
        font-size: 18px;
        line-height: 25px;
    }
}
.products-grid.no-animate .product-item.large .product-action-btn,
.products-listview.no-animate .product-item.large .product-action-btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.products-grid.no-animate .product-item.large .product-item-actions .actions-secondary,
.products-listview.no-animate .product-item.large .product-item-actions .actions-secondary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.products-grid.no-animate .product-item.large .social-list,
.products-listview.no-animate .product-item.large .social-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.products-grid.no-animate .product-item.large .social-list li,
.products-listview.no-animate .product-item.large .social-list li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.products-grid.no-animate .product-item.large .social-list a,
.products-listview.no-animate .product-item.large .social-list a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.product-item.large .product-item-actions .actions-secondary a.wishlist.active {
    color: #f82e56;
}
.product-item.large .product-item-actions .actions-secondary a.wishlist.active:hover {
    color: #fff;
}
@media screen and (min-width: 992px) {
    body.boxed .products-grid:not(.carousel-negative):not(.product-variant-4),
    .block.boxed .products-grid:not(.carousel-negative):not(.product-variant-4),
    .block.fullboxed .products-grid:not(.carousel-negative):not(.product-variant-4) {
        margin-left: -10px;
        margin-right: -10px;
    }
    body.boxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large,
    .block.boxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large,
    .block.fullboxed .products-grid:not(.carousel-negative):not(.product-variant-4) .product-item.large {
        margin: 0 -4px 20px 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.boxed .products-grid.isotope .product-item.large,
    .block.boxed .products-grid.isotope .product-item.large,
    .block.fullboxed .products-grid.isotope .product-item.large {
        margin: 0 0 20px 0;
    }
    body.boxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details,
    .block.boxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details,
    .block.fullboxed .products-grid:not(.product-variant-3):not(.product-variant-4) .product-item.large .product-item-details {
        padding: 10px;
    }
    body.boxed .products-grid .product-item.large .countdown-box .countdown-wrapper,
    .block.boxed .products-grid .product-item.large .countdown-box .countdown-wrapper,
    .block.fullboxed .products-grid .product-item.large .countdown-box .countdown-wrapper {
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 4px;
    }
    body.boxed .products-grid.product-variant-1 .product-item-not-available,
    .block.boxed .products-grid.product-variant-1 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-1 .product-item-not-available,
    body.boxed .products-grid.product-variant-2 .product-item-not-available,
    .block.boxed .products-grid.product-variant-2 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-2 .product-item-not-available {
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
    }
    body.boxed .products-grid.product-variant-3 .product-item-not-available,
    .block.boxed .products-grid.product-variant-3 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-3 .product-item-not-available,
    body.boxed .products-grid.product-variant-4 .product-item-not-available,
    .block.boxed .products-grid.product-variant-4 .product-item-not-available,
    .block.fullboxed .products-grid.product-variant-4 .product-item-not-available {
        top: 0;
        bottom: 0;
        left: 9px;
        right: 9px;
    }
}
@media screen and (max-width: 1199px) {
    .product-item .actions-secondary .quick-view-btn {
        display: none;
    }
}
.product-variant-4 .product-item.large .social-list {
    background: transparent;
}
.product-variant-4 .product-item.large .quick-view-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 160px;
    margin: -26px 0 0 -80px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #333745;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-variant-4 .product-item.large .quick-view-btn:hover {
    background: rgba(255, 255, 255, 0.95);
}
.product-variant-4 .product-item.large .quick-view-btn i.icon,
.product-variant-4 .product-item.large .quick-view-btn span {
    display: inline-block;
    vertical-align: middle;
}
.product-variant-4 .product-item.large .quick-view-btn i.icon {
    font-size: 16px;
    padding: 0 6px 0 0;
}
.product-variant-4 .product-item.large .product-item-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.product-variant-4 .product-item.large .product-item-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    -webkit-transition: max-width 0s ease 0.2s;
    -o-transition: max-width 0s ease 0.2s;
    transition: max-width 0s ease 0.2s;
}
.product-variant-4 .product-item.large .price-box {
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
    text-align: center;
}
.product-variant-4 .product-item.large .price-box .price,
.product-variant-4 .product-item.large .price-box .special-price {
    font-size: 20px;
}
.product-variant-4 .product-item.large .price-box .old-price {
    font-size: 16px;
    color: #8f8f8f;
}
.product-variant-4 .product-item.large .product-item-rating,
.product-variant-4 .product-item.large .product-item-rating i.spr-icon {
    color: #ffc000;
}
.product-variant-4 .product-item.large .wishlist,
.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist,
.product-variant-4 .product-item.large .share-button {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.product-variant-4 .product-item.large .wishlist,
.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist {
    font-size: 18px;
    padding: 5px;
    width: 26px;
    text-align: center;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.product-variant-4 .product-item.large .wishlist span,
.product-variant-4 .product-item.large .no_wishlist span,
.product-variant-4 .product-item.large .add_to_wishlist span {
    display: none;
}
.product-variant-4 .product-item.large .wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .no_wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .add_to_wishlist.block-loading .bg-striped,
.product-variant-4 .product-item.large .wishlist.block-loading .bg-striped-sm,
.product-variant-4 .product-item.large .no_wishlist.block-loading .bg-striped-sm,
.product-variant-4 .product-item.large .add_to_wishlist.block-loading .bg-striped-sm {
    display: none;
}
.product-variant-4 .product-item.large .no_wishlist,
.product-variant-4 .product-item.large .add_to_wishlist {
    color: #333745;
}
.product-variant-4 .product-item.large .no_wishlist:hover,
.product-variant-4 .product-item.large .add_to_wishlist:hover {
    color: #f82e56;
}
.product-variant-4 .product-item.large .wishlist.active {
    display: block;
    color: #f82e56;
}
.product-variant-4 .product-item.large .wishlist.active:hover {
    color: #333745;
}
.product-variant-4 .product-item.large .share-button {
    top: 50px;
}
.product-variant-4 .product-item.large .product-item-rating,
.product-variant-4 .product-item.large .color-swatch,
.product-variant-4 .product-item.large .add-to-cart,
.product-variant-4 .product-item.large .btn.quick-view-link {
    margin: 10px 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-variant-4 .product-item.large .countdown-box {
    font-size: 14px;
}
.product-variant-4 .product-item.large .product-item-label {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 45px;
    font-weight: bold;
}
.product-variant-4 .product-item.large .product-item-label.label-sale {
    right: 10px;
}
.product-variant-4 .product-item.large .product-item-label.label-new {
    right: 10px;
    left: auto;
}
.product-variant-4 .product-item.large .product-item-label {
    top: 10px;
}
.product-variant-4 .product-item.large .product-item-label ~ .product-item-label {
    top: 60px;
}
.product-variant-4 .product-item.large .add-to-cart,
.product-variant-4 .product-item.large .btn.quick-view-link {
    margin: 0 0 10px;
}
.product-variant-4 .product-item.large .color-swatch {
    margin-bottom: 15px;
}
.product-variant-4 .product-item.large .color-swatch li {
    width: 22px;
    border-radius: 0;
    overflow: hidden;
    margin: 2px 3px;
    box-shadow: none;
}
.product-variant-4 .product-item.large .color-swatch li img {
    border-radius: 50%;
}
.product-variant-4 .product-item.large .color-swatch li.active,
.product-variant-4 .product-item.large .color-swatch li:hover {
    width: 26px;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    vertical-align: middle;
}
.products-grid.product-variant-4 .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-4 .product-item.large .countdown-box .countdown-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-name,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-name {
        font-size: 14px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .btn.quick-view-link,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .btn.quick-view-link,
    .products-grid.five-in-row.product-variant-4 .product-item.large .btn.add-to-cart,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .btn.add-to-cart {
        height: 36px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 36px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch {
        top: -44px;
        height: 36px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li {
        width: 18px;
        margin: 2px 2px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li.active,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li.active,
    .products-grid.five-in-row.product-variant-4 .product-item.large .color-swatch li:hover,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .color-swatch li:hover {
        width: 22px;
        margin: 0;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .price-box .price,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .price-box .price,
    .products-grid.five-in-row.product-variant-4 .product-item.large .price-box .special-price,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .price-box .special-price {
        font-size: 18px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-details,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-details {
        padding: 12px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button .social-list li,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button .social-list li {
        width: 28px;
        height: 28px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .social-list a,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .social-list a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1) {
        top: 0;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2) {
        top: 28px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3) {
        top: 56px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4) {
        top: 84px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5) {
        top: 112px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6) {
        top: 140px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .carousel-inside .carousel-control.prev,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .carousel-inside .carousel-control.prev {
        left: -22px;
        width: 20px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .carousel-inside .carousel-control.next,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .carousel-inside .carousel-control.next {
        right: -22px;
        width: 20px;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.prev,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.prev {
        left: 0;
    }
    .products-grid.five-in-row.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.next,
    .products-grid.deal-carousel-2.product-variant-4 .product-item.large .product-item-inside:hover .carousel-control.next {
        right: 0;
    }
}
.products-grid.product-variant-4 .product-item-not-available,
body.boxed .products-grid.product-variant-4 .product-item.large .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.products-grid.product-variant-4 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
}
.products-grid.product-variant-4 .product-item.large .product-item-photo img {
    width: 100%;
}
.products-grid.product-variant-4 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 20px 20px;
    overflow: visible;
    text-align: center;
    overflow: hidden;
}
.products-grid.product-variant-4 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 0;
}
.products-grid.product-variant-4 .product-item.large .product-item-rating,
.products-grid.product-variant-4 .product-item.large .color-swatch,
.products-grid.product-variant-4 .product-item.large .add-to-cart,
.products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
    display: none;
    opacity: 0;
}
.products-listview.product-variant-4 .product-item.large .product-item-photo {
    width: 30%;
    position: relative;
}
.products-listview.product-variant-4 .product-item.large .product-item-details {
    width: 70%;
    padding: 25px;
}
.products-listview.product-variant-4 .product-item.large .product-item-name {
    margin: 0 0 10px;
    font-size: 18px;
}
.products-listview.product-variant-4 .product-item.large .price-box {
    text-align: left;
}
.products-listview.product-variant-4 .product-item.large .price-box .price,
.products-listview.product-variant-4 .product-item.large .price-box .special-price {
    font-size: 20px;
}
.products-listview.product-variant-4 .product-item.large .price-box .old-price {
    font-size: 16px;
}
.products-listview.product-variant-4 .product-item.large .wishlist,
.products-listview.product-variant-4 .product-item.large .no_wishlist,
.products-listview.product-variant-4 .product-item.large .add_to_wishlist,
.products-listview.product-variant-4 .product-item.large .share-button {
    display: block;
}
@media screen and (max-width: 991px) {
    .products-listview.product-variant-4 .product-item.large .product-item-photo {
        width: 40%;
    }
    .products-listview.product-variant-4 .product-item.large .product-item-details {
        width: 60%;
        padding: 20px;
    }
}
@media screen and (min-width: 992px) {
    .products-grid.product-variant-4.products-carousel,
    .products-grid.product-variant-4.deal-carousel-2,
    .products-grid.product-variant-4.deal-carousel {
        margin-bottom: 50px;
    }
    .products-grid.product-variant-4 .product-item .product-item-info {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    }
    .products-grid.product-variant-4 .product-item.large .product-item-info {
        padding: 0;
    }
    .products-grid.product-variant-4 .product-item.large .product-item-gallery-previews-wrapper {
        position: relative;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 10;
    }
    .products-grid.product-variant-4 .product-item.large.hovered {
        z-index: 10000;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .product-item-info {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 40px);
        overflow: hidden;
        display: block;
        margin: -20px -20px 0;
        z-index: 10000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .products-grid.product-variant-4 .product-item.large.hovered .product-item-inside {
        position: relative;
        overflow: visible;
    }
    .products-grid.product-variant-4 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .share-button,
    .products-grid.product-variant-4 .product-item.large.hovered .product-item-rating,
    .products-grid.product-variant-4 .product-item.large.hovered .color-swatch,
    .products-grid.product-variant-4 .product-item.large.hovered .quick-view-btn,
    .products-grid.product-variant-4 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-4 .product-item.large.hovered .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .wishlist,
    .products-grid.product-variant-4 .product-item.large.hovered .no_wishlist,
    .products-grid.product-variant-4 .product-item.large.hovered .add_to_wishlist {
        display: block;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .share-button {
        display: block;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-4 .product-item.large.hovered .btn.quick-view-link {
        display: inline-block;
    }
    .products-grid.product-variant-4 .product-item.large.hovered .product-item-gallery-previews-wrapper {
        opacity: 1;
        margin-top: -25px;
        margin-bottom: 15px;
        max-height: 200px;
        overflow: visible;
        visibility: visible;
    }
    .products-grid.product-variant-4 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }
    .products-grid.product-variant-4 > .slick-list {
        z-index: 1000;
        position: relative;
    }
    .products-grid.product-variant-4 .slick-list.out-space {
        margin: -40px -40px -300px;
        padding: 40px 40px 300px;
        z-index: 10000;
        overflow: visible;
    }
    .products-grid.product-variant-4:hover > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
        opacity: 0;
    }
    .product-item-gallery-main {
        position: relative;
    }
    .product-item-gallery-previews {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        border: 1px solid #fff;
        transition: all 0s ease 0.5s;
        text-align: center;
    }
    .product-item-gallery-previews img {
        width: 100%;
    }
    .previews-3 .product-item-gallery-previews {
        width: 75%;
    }
    .previews-3 .product-item-gallery-previews .item {
        width: 33.333%;
    }
    .previews-2 .product-item-gallery-previews {
        width: 50%;
    }
    .previews-2 .product-item-gallery-previews .item {
        width: 50%;
    }
    .product-item.hovered .product-item-gallery-previews {
        transition: all 0s ease 0s;
    }
    .product-item-gallery-previews-wrapper {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .product-item-gallery-previews-wrapper .item {
        display: block;
        float: left;
        width: 25%;
    }
    .product-item-gallery-previews-wrapper a:hover img {
        opacity: 0.75;
        background-color: #fff;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
    .products-listview .product-item-gallery-previews {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background-color: transparent;
    }
    .products-listview.product-variant-4 .product-item {
        height: auto !important;
    }
    body:not(.ie) .products-grid.product-variant-4 .product-item .product-item-info {
        -webkit-transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
        -o-transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
        transition: margin 0.2s ease 0s, width 0.2s ease 0s, box-shadow 0.2s ease 0s;
    }
    body:not(.ie) .products-grid.product-variant-4 .product-item.large.hovered .product-item-info {
        -webkit-transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
        -o-transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
        transition: margin 0.25s ease 0.2s, width 0.25s ease 0.2s, box-shadow 0.25s ease 0.2s;
    }
}
body.boxed .products-grid.product-variant-4.isotope .product-item.large,
.block.boxed .products-grid.product-variant-4.isotope .product-item.large,
.block.fullboxed .products-grid.product-variant-4.isotope .product-item.large {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 991px) {
    .product-variant-4 .product-item {
        height: auto !important;
    }
    .product-item-gallery-previews-wrapper {
        display: none;
    }
    .products-grid.product-variant-4 .product-item.large .wishlist,
    .products-grid.product-variant-4 .product-item.large .no_wishlist,
    .products-grid.product-variant-4 .product-item.large .add_to_wishlist,
    .products-grid.product-variant-4 .product-item.large .share-button,
    .products-grid.product-variant-4 .product-item.large .product-item-rating,
    .products-grid.product-variant-4 .product-item.large .color-swatch,
    .products-grid.product-variant-4 .product-item.large .quick-view-btn,
    .products-grid.product-variant-4 .product-item.large .add-to-cart,
    .products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }
    .products-grid.product-variant-4 .product-item.large .share-button {
        display: block;
    }
    .products-grid.product-variant-4 .product-item.large .add-to-cart,
    .products-grid.product-variant-4 .product-item.large .btn.quick-view-link {
        display: inline-block;
    }
}
@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-4 .product-item.large .countdown-box {
        font-size: 11px;
    }
}
@media screen and (max-width: 1399px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .products-grid.product-variant-4.six-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-4.five-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-4.four-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-4.three-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-4.two-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-4.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-4 .product-item.large .product-item-photo {
        position: relative;
    }
    .products-grid.product-variant-4 .product-item.large .quick-view-link {
        display: none;
    }
    .products-grid.product-variant-4 .product-item.large .product-item-info {
        padding: 0;
        padding-bottom: 0;
    }
    .products-grid.product-variant-4 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}
.product-variant-5 .product-item.large .social-list {
    background: transparent;
}
.product-variant-5 .product-item.large .quick-view-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 160px;
    margin: -26px 0 0 -80px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #333745;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-variant-5 .product-item.large .quick-view-btn:hover {
    background: rgba(255, 255, 255, 0.95);
}
.product-variant-5 .product-item.large .quick-view-btn i.icon,
.product-variant-5 .product-item.large .quick-view-btn span {
    display: inline-block;
    vertical-align: middle;
}
.product-variant-5 .product-item.large .quick-view-btn i.icon {
    font-size: 16px;
    padding: 0 6px 0 0;
}
.product-variant-5 .product-item.large .product-item-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.product-variant-5 .product-item.large .product-item-details {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: max-width 0s ease 0.2s;
    -o-transition: max-width 0s ease 0.2s;
    transition: max-width 0s ease 0.2s;
}
.product-variant-5 .product-item.large .price-box {
    margin-bottom: 7px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    float: left;
}
.product-variant-5 .product-item.large .btn-sm,
.btn-primary-sm,
button.action-sm {
    float: right !important;
}
.product-variant-5 .product-item.large .price-box .price,
.product-variant-5 .product-item.large .price-box .special-price {
    font-size: 20px;
}
.product-variant-5 .product-item.large .price-box .old-price {
    font-size: 16px;
    color: #8f8f8f;
}
.product-variant-5 .product-item.large .product-item-rating,
.product-variant-5 .product-item.large .product-item-rating i.spr-icon {
    color: #ffc000;
}
.product-variant-5 .product-item.large .wishlist,
.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist,
.product-variant-5 .product-item.large .share-button {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.product-variant-5 .product-item.large .wishlist,
.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist {
    font-size: 18px;
    padding: 5px;
    width: 26px;
    text-align: center;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.product-variant-5 .product-item.large .wishlist span,
.product-variant-5 .product-item.large .no_wishlist span,
.product-variant-5 .product-item.large .add_to_wishlist span {
    display: none;
}
.product-variant-5 .product-item.large .wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .no_wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .add_to_wishlist.block-loading .bg-striped,
.product-variant-5 .product-item.large .wishlist.block-loading .bg-striped-sm,
.product-variant-5 .product-item.large .no_wishlist.block-loading .bg-striped-sm,
.product-variant-5 .product-item.large .add_to_wishlist.block-loading .bg-striped-sm {
    display: none;
}
.product-variant-5 .product-item.large .no_wishlist,
.product-variant-5 .product-item.large .add_to_wishlist {
    color: #333745;
}
.product-variant-5 .product-item.large .no_wishlist:hover,
.product-variant-5 .product-item.large .add_to_wishlist:hover {
    color: #f82e56;
}
.product-variant-5 .product-item.large .wishlist.active {
    display: block;
    color: #f82e56;
}
.product-variant-5 .product-item.large .wishlist.active:hover {
    color: #333745;
}
.product-variant-5 .product-item.large .share-button {
    top: 50px;
}
.product-variant-5 .product-item.large .product-item-rating,
.product-variant-5 .product-item.large .color-swatch,
.product-variant-5 .product-item.large .add-to-cart,
.product-variant-5 .product-item.large .btn.quick-view-link {
    margin: 0 0 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-variant-5 .product-item.large .countdown-box {
    font-size: 14px;
}
.product-variant-5 .product-item.large .product-item-label {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 45px;
    font-weight: bold;
}
.product-variant-5 .product-item.large .product-item-label.label-sale {
    right: 10px;
}
.product-variant-5 .product-item.large .product-item-label.label-new {
    right: 10px;
    left: auto;
}
.product-variant-5 .product-item.large .product-item-label {
    top: 10px;
}
.product-variant-5 .product-item.large .product-item-label ~ .product-item-label {
    top: 60px;
}
.product-variant-5 .product-item.large .add-to-cart,
.product-variant-5 .product-item.large .btn.quick-view-link {
    margin: 0 0 10px;
}
.product-variant-5 .product-item.large .color-swatch {
    margin-bottom: 0;
}
.product-variant-5 .product-item.large .color-swatch li {
    width: 22px;
    border-radius: 0;
    overflow: hidden;
    margin: 2px 3px;
    box-shadow: none;
}
.product-variant-5 .product-item.large .color-swatch li img {
    border-radius: 50%;
}
.product-variant-5 .product-item.large .color-swatch li.active,
.product-variant-5 .product-item.large .color-swatch li:hover {
    width: 26px;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    vertical-align: middle;
}
.product-variant-5 .product-item.large .color-swatch {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: hidden;
    z-index: 1;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 7px;
    white-space: nowrap;
    text-align: center;
}
.products-grid.product-variant-5 .product-item.large .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-5 .product-item.large .countdown-box .countdown-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    padding: 5px;
}
.products-grid.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
body.boxed .products-grid.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
    bottom: 40px;
}
.products-listview.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
    bottom: 50px;
}
@media screen and (min-width: 768px) {
    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-name,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-name,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-name,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-name {
        font-size: 14px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    .products-grid.six-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .btn.quick-view-link,
    .products-grid.five-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    .products-grid.six-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .btn.add-to-cart,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .btn.add-to-cart {
        height: 36px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 36px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch {
        bottom: 0;
        height: 36px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li {
        width: 18px;
        margin: 2px 2px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li.active,
    .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .color-swatch li:hover,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .color-swatch li:hover {
        width: 22px;
        margin: 0;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large.colorvariants .countdown-box .countdown-wrapper {
        bottom: 36px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .price,
    .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .price,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .price,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .price,
    .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .special-price,
    .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .special-price,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .price-box .special-price,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .price-box .special-price {
        font-size: 18px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-details,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-details,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-details,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-details {
        padding: 12px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button .social-list li,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button .social-list li {
        width: 28px;
        height: 28px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .social-list a,
    .products-grid.six-in-row.product-variant-5 .product-item.large .social-list a,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .social-list a,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .social-list a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(1) {
        top: 0;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(2) {
        top: 28px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(3) {
        top: 56px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(4) {
        top: 84px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(5) {
        top: 112px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6),
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .share-button.toBottom:hover .social-list li:nth-child(6) {
        top: 140px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev {
        left: -22px;
        width: 20px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .carousel-inside .carousel-control.next {
        right: -22px;
        width: 20px;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev {
        left: 0;
    }
    .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    body.boxed .products-grid.five-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next,
    body.boxed .products-grid.six-in-row.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next {
        right: 0;
    }
}
.products-grid.product-variant-5 .product-item-not-available,
body.boxed .products-grid.product-variant-5 .product-item.large .product-item-not-available {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.products-grid.product-variant-5 .product-item.large .product-item-photo {
    display: block;
    position: relative;
    width: 100%;
}
.products-grid.product-variant-5 .product-item.large .product-item-photo img {
    width: 100%;
}
.products-grid.product-variant-5 .product-item.large .product-item-details {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 20px 20px;
    overflow: visible;
    text-align: center;
}
.products-grid.product-variant-5 .product-item.large .product-item-info {
    display: block;
    overflow: hidden;
    padding: 0;
}
.products-grid.product-variant-5 .product-item.large .product-item-rating,
.products-grid.product-variant-5 .product-item.large .add-to-cart,
.products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
    display: none;
    opacity: 0;
}
.products-grid.product-variant-5 .product-item.large .carousel-inside .item a {
    display: block;
}
.products-grid.product-variant-5 .product-item.large .carousel-inside .carousel-control.prev {
    left: -35px;
    width: 35px;
}
.products-grid.product-variant-5 .product-item.large .carousel-inside .carousel-control.next {
    right: -35px;
    width: 35px;
}
.products-grid.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.prev {
    left: 0;
}
.products-grid.product-variant-5 .product-item.large .product-item-inside:hover .carousel-control.next {
    right: 0;
}
.products-listview.product-variant-5 .product-item.large .product-item-photo {
    width: 30%;
    position: relative;
}
.products-listview.product-variant-5 .product-item.large .product-item-details {
    width: 70%;
    padding: 25px;
}
.products-listview.product-variant-5 .product-item.large .product-item-name {
    margin: 0 0 10px;
    font-size: 18px;
}
.products-listview.product-variant-5 .product-item.large .price-box {
    text-align: left;
}
.products-listview.product-variant-5 .product-item.large .price-box .price,
.products-listview.product-variant-5 .product-item.large .price-box .special-price {
    font-size: 20px;
}
.products-listview.product-variant-5 .product-item.large .price-box .old-price {
    font-size: 16px;
}
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .no_wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .no_wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .add_to_wishlist,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .add_to_wishlist,
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .share-button,
body.touch .products-listview.product-variant-5 .product-item.large .product-item-photo .share-button {
    display: block;
}
.products-listview.product-variant-5 .product-item.large .product-item-photo:hover .quick-view-btn {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .products-listview.product-variant-5 .product-item.large .product-item-photo {
        width: 40%;
    }
    .products-listview.product-variant-5 .product-item.large .product-item-details {
        width: 60%;
        padding: 20px;
    }
}
@media screen and (min-width: 992px) {
    .products-grid.product-variant-5 .product-item .product-item-info {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    }
    .products-grid.product-variant-5 .product-item.large .product-item-info {
        padding: 0;
    }
    .products-grid.product-variant-5 .product-item.large .product-item-gallery-previews-wrapper {
        position: relative;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 10;
    }
    .products-grid.product-variant-5 .product-item.large.hovered {
        z-index: 1000;
    }
    .products-grid.product-variant-5 .product-item.large.hovered .product-item-info {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: block;
        z-index: 10000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
    .products-grid.product-variant-5 .product-item.large.hovered .product-item-inside {
        position: relative;
        overflow: visible;
    }
    .products-grid.product-variant-5 .product-item.large.hovered.with-previews .product-item-details {
        padding-top: 0;
    }
    .products-grid.product-variant-5 .product-item.large.hovered .share-button,
    .products-grid.product-variant-5 .product-item.large.hovered .product-item-rating,
    .products-grid.product-variant-5 .product-item.large.hovered .color-swatch,
    .products-grid.product-variant-5 .product-item.large.hovered .quick-view-btn,
    .products-grid.product-variant-5 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-5 .product-item.large.hovered .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }
    .products-grid.product-variant-5 .product-item.large.hovered .wishlist,
    .products-grid.product-variant-5 .product-item.large.hovered .no_wishlist,
    .products-grid.product-variant-5 .product-item.large.hovered .add_to_wishlist {
        display: block;
    }
    .products-grid.product-variant-5 .product-item.large.hovered .share-button {
        display: block;
    }
    .products-grid.product-variant-5 .product-item.large.hovered .add-to-cart,
    .products-grid.product-variant-5 .product-item.large.hovered .btn.quick-view-link {
        display: inline-block;
    }
    .products-grid.product-variant-5 > .slick-list {
        margin: 0;
        padding: 0;
        z-index: 1000;
        position: relative;
    }
    .products-grid.product-variant-5 > .slick-list.out-space {
        margin: -40px -40px -300px;
        padding: 40px 40px 300px;
        z-index: 10000;
        overflow: visible;
    }
    .products-grid.product-variant-5:hover > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
        opacity: 0;
        pointer-events: none;
    }
    .product-item-gallery-main {
        position: relative;
    }
    .products-listview.product-variant-5 .product-item {
        height: auto !important;
    }
}
body.boxed .products-grid.product-variant-5.isotope .product-item.large,
.block.boxed .products-grid.product-variant-5.isotope .product-item.large,
.block.fullboxed .products-grid.product-variant-5.isotope .product-item.large {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 991px) {
    .product-variant-5 .product-item {
        height: auto !important;
    }
    .products-grid.product-variant-5 .product-item.large .wishlist,
    .products-grid.product-variant-5 .product-item.large .no_wishlist,
    .products-grid.product-variant-5 .product-item.large .add_to_wishlist,
    .products-grid.product-variant-5 .product-item.large .share-button,
    .products-grid.product-variant-5 .product-item.large .product-item-rating,
    .products-grid.product-variant-5 .product-item.large .color-swatch,
    .products-grid.product-variant-5 .product-item.large .quick-view-btn,
    .products-grid.product-variant-5 .product-item.large .add-to-cart,
    .products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s;
    }
    .products-grid.product-variant-5 .product-item.large .share-button {
        display: block;
    }
    .products-grid.product-variant-5 .product-item.large .add-to-cart,
    .products-grid.product-variant-5 .product-item.large .btn.quick-view-link {
        display: inline-block;
    }
}
@media screen and (min-width: 992px) {
    .six-in-row.products-grid.product-variant-5 .product-item.large .countdown-box {
        font-size: 11px;
    }
}
@media screen and (max-width: 1399px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 20%;
    }
    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 25%;
    }
    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 33.33333%;
    }
    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 50%;
    }
    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .products-grid.product-variant-5.six-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-5.five-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-5.four-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-5.three-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-5.two-in-row .product-item.large {
        width: 100%;
    }
    .products-grid.product-variant-5.one-in-row .product-item.large {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .products-grid.product-variant-5 .product-item.large .product-item-photo {
        position: relative;
    }
    .products-grid.product-variant-5 .product-item.large .quick-view-link {
        display: none;
    }
    .products-grid.product-variant-5 .product-item.large .product-item-info {
        padding: 0;
        padding-bottom: 0;
    }
    .products-grid.product-variant-5 .product-item.large .product-item-actions .actions-secondary a {
        display: inline-block;
        padding: 3px 12px;
        background: transparent;
    }
}
.products-listview.product-variant-5 .product-item.large .product-item-description {
    display: block;
}
.products-listview.product-variant-5 .product-item.large {
    padding-left: 0;
    padding-right: 0;
}
.carousel-inside {
    position: relative;
    overflow: hidden;
}
.carousel-inside .carousel-control {
    position: absolute;
    display: block;
    height: 35px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #333745;
    color: #ffffff;
    top: 50%;
    padding: 0;
    margin-top: -17px;
    border: none;
    outline: none;
    opacity: 1;
    -webkit-transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    -o-transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    transition: left 0.3s ease 0.3s, right 0.3s ease 0.3s;
    text-shadow: none;
}
.carousel-inside .carousel-control:hover,
.carousel-inside .carousel-control:focus {
    outline: none;
}
.carousel-inside .carousel-control:hover {
    background: #f82e56;
}
.carousel-inside .carousel-control:before {
    font-family: "icomoon-reg";
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-inside .carousel-control.prev {
    left: -22px;
    right: auto;
}
.carousel-inside .carousel-control.prev:before {
    content: "\e923";
}
.carousel-inside .carousel-control.next {
    right: -22px;
    left: auto;
}
.carousel-inside .carousel-control.next:before {
    content: "\e922";
    margin-left: 2px;
}
.product-variant-3 .carousel-inside .carousel-control {
    width: 35px;
}
.product-variant-3 .carousel-inside .carousel-control.prev {
    left: -37px;
}
.product-variant-3 .carousel-inside .carousel-control.next {
    right: -37px;
}
.carousel-inside.slide .carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}
.product-item .product-item-inside:hover .carousel-inside .carousel-control {
    opacity: 1;
}
.product-item .product-item-inside:hover .carousel-control.prev {
    left: 0;
}
.product-item .product-item-inside:hover .carousel-control.next {
    right: 0;
}
@media screen and (max-width: 991px) {
    .carousel-inside .carousel-control {
        opacity: 1;
    }
    .carousel-inside .carousel-control.prev {
        left: 0;
    }
    .carousel-inside .carousel-control.next {
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    .carousel-control.prev {
        display: none;
    }
    .carousel-control.next {
        display: none;
    }
}
.carousel-inside.fade {
    opacity: 1;
}
.carousel-inside.fade .item {
    transition: opacity ease-out 0.5s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel-inside.fade .item:first-child {
    top: auto;
    opacity: 1;
    position: relative;
}
.carousel-inside.fade .item.active {
    opacity: 1;
}
.carousel-inside.slide .carousel-inner > .item {
    width: calc(100% + 1px);
}
.carousel-inside.slide .carousel-inner > .item.active {
    display: table;
}
.carousel-inside .item a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.product-creative-slider .item img {
    width: 100%;
}
.product-slider-wrapper {
    position: relative;
}
.product-slider-wrapper .zoomContainer {
    top: 0 !important;
}
.product-slider-wrapper .zoomWindowContainer > .zoomWindow {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 481px) {
    .product-creative-slider {
        position: relative;
        z-index: 1;
    }
    .product-creative-slider .item img {
        vertical-align: top;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}
.product-creative-slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.product-creative-slider-control .slick-prev,
.product-creative-slider-control .slick-next {
    position: absolute;
    z-index: 3;
    display: block;
    height: 100%;
    width: 70px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    top: 10px;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-creative-slider-control .slick-prev:hover,
.product-creative-slider-control .slick-next:hover,
.product-creative-slider-control .slick-prev:not(.slick-disabled):hover,
.product-creative-slider-control .slick-next:not(.slick-disabled):hover {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.product-creative-slider-control .slick-prev.slick-disabled,
.product-creative-slider-control .slick-next.slick-disabled {
    visibility: hidden;
}
.product-creative-slider-control .slick-prev:before,
.product-creative-slider-control .slick-next:before {
    font-size: 38px;
    line-height: 50px;
    color: #f82e56;
    opacity: 1;
}
.product-creative-slider-control .slick-prev:hover:before,
.product-creative-slider-control .slick-next:hover:before {
    color: #f82e56;
    opacity: 1;
}
.product-creative-slider-control .slick-prev {
    left: 0;
    right: auto;
}
.product-creative-slider-control .slick-next {
    right: 0;
    left: auto;
}
@media screen and (max-width: 480px) {
    .product-creative-slider-control .slick-prev,
    .product-creative-slider-control .slick-next {
        width: 45px;
    }
}
.product-info-block {
    color: #333745;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .product-info-block {
        margin-bottom: 30px;
    }
}
.product-info-block .price {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: right;
    color: #f82e56;
}
@media screen and (max-width: 991px) {
    .product-info-block .price {
        font-size: 28px;
    }
}
.product-info-block .price .old-price {
    padding-right: 10px;
    font-size: 0.824em;
    font-weight: 300;
    color: #333745;
    text-decoration: line-through;
}
.product-info-block .product-sku,
.product-info-block .product-availability {
    font-size: 17px;
}
.product-info-block .product-sku span,
.product-info-block .product-availability span {
    font-weight: 500;
    color: #f82e56;
}
.product-info-block .product-sku {
    display: inline-block;
    padding-right: 10px;
}
.product-info-block .product-availability {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-info-block .product-options {
    margin-bottom: 15px;
}
.product-info-block .product-options > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.product-info-block .product-options ul {
    display: none;
}
.product-info-block .product-options > div.swatches .select-wrapper-sm {
    display: none;
}
.product-info-block .product-options > div.swatches ul {
    display: inline-block;
    vertical-align: top;
}
.product-info-block .product-options select.form-control {
    margin-bottom: 0;
}
.product-info-block .product-qty .qty {
    display: inline-block;
    vertical-align: baseline;
}
.product-info-block .product-qty .qty input[type="text"] {
    background-color: transparent;
    border: 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    vertical-align: middle;
    color: #f82e56;
}
.product-info-block .option-label {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #333745;
    font-weight: bold;
    text-transform: uppercase;
}
.product-info-block .product-label {
    float: right;
    margin: -5px 0 5px 5px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Oswald", sans-serif;
    background-color: #f82e56;
    text-transform: uppercase;
}
.product-info-block .product-label:before {
    display: none;
}
.product-info-block .product-label.new {
    color: #ffffff;
    background-color: #333745;
}
.product-info-block .product-actions .product-details {
    display: none;
}
.product-info-block.classic {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .product-info-block.classic {
        margin-bottom: 30px;
    }
}
.product-info-block.classic .select-wrapper-sm {
    float: left;
}
.product-info-block.classic .product-info-top {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.product-info-block.classic .rating {
    display: block;
}
.product-info-block.classic .product-info-top .rating {
    display: inline-block;
    line-height: 23px;
    float: right;
}
.product-info-block.classic .product-name-wrapper {
    width: 100%;
    display: table;
}
.product-info-block.classic .product-labels {
    display: table-cell;
    vertical-align: top;
}
.product-info-block.classic .product-labels .product-label {
    margin-top: 0;
}
.product-info-block.classic .product-name {
    display: table-cell;
    vertical-align: top;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    text-transform: none;
}
.product-info-block.classic .product-description {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.product-info-block.classic .product-description p:last-child {
    margin-bottom: 0;
}
.product-info-block.classic .countdown-circle {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.product-info-block.classic .product-meta {
    margin-bottom: 3px;
}
.product-info-block.classic .product-meta > span {
    margin-right: 5px;
}
.product-info-block.classic .product-meta a {
    white-space: nowrap;
    text-decoration: none;
}
.product-info-block.classic .product-meta a i.icon {
    margin-right: 3px;
}
.product-info-block.classic .product-options {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-info-block.classic .product-options > div {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    float: none;
}
.product-info-block.classic .product-options .product-qty {
    padding-bottom: 5px;
}
.product-info-block.classic .product-options .option-label {
    display: block;
    float: left;
    padding-right: 0;
    font-size: 13px;
    line-height: 30px;
    min-width: 110px;
}
.product-info-block.classic .qty-changer input[type="button"] {
    background: #ffffff;
}
.product-info-block.classic .product-actions .actions {
    text-align: right;
}
.product-info-block.creative .select-wrapper-sm {
    display: inline-block;
}
.product-info-block.creative .product-name {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.333em;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}
.product-info-block.creative .product-meta {
    margin-bottom: 15px;
}
.product-info-block.creative .product-meta > span:before {
    content: "|";
    padding: 0 16px;
    color: #e8e8e8;
}
.product-info-block.creative .product-meta > span:last-child:before,
.product-info-block.creative .product-meta > span.availability:before {
    display: none;
}
.product-info-block.creative .product-meta a {
    text-decoration: none;
}
.product-info-block.creative .product-meta a i.icon {
    margin-right: 3px;
}
.product-info-block.creative .product-labels {
    float: right;
}
.product-info-block.creative .product-labels:before {
    display: none;
}
.product-info-block.creative .product-description {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 15px 20px;
}
.product-info-block.creative .product-description p:last-child {
    margin-bottom: 0;
}
.product-info-block.creative .social {
    padding-top: 10px;
}
.product-info-block.creative .product-sku {
    font-size: 15px;
}
.product-info-block.creative .product-actions {
    display: table;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 0 0;
}
.product-info-block.creative .product-actions > div {
    display: table-cell;
    vertical-align: top;
}
.product-info-block.creative .product-actions > div:first-child {
    padding-right: 15px;
}
.product-info-block.creative .product-actions .social {
    text-align: left;
    padding-top: 0;
}
.product-info-block.creative .product-actions .actions {
    text-align: right;
    min-width: 300px;
}
.product-info-block.creative .product-options {
    float: left;
    margin-bottom: 5px;
    width: calc(100% - 220px);
}
.product-info-block.creative .product-qty {
    float: right;
    text-align: right;
    width: 220px;
    margin-bottom: 15px;
}
.product-info-block.creative .product-options.more-options {
    float: none;
    width: 100%;
}
.product-info-block.creative .countdown-circle .countdown-text .text1 {
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .product-info-block.creative .product-meta {
        font-size: 13px;
    }
    .product-info-block.creative .product-meta > span:before {
        padding: 0 8px;
    }
    .product-info-block.creative .product-sku {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .product-info-block.creative .product-options {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .product-info-block.creative .product-qty {
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
    }
    .product-info-block.creative .product-options > div {
        white-space: nowrap;
    }
    .product-info-block.creative .product-actions {
        display: block;
        padding: 15px 0 0 0;
    }
    .product-info-block.creative .product-actions > div {
        display: block;
    }
    .product-info-block.creative .product-meta > span {
        display: block;
        margin-bottom: 5px;
    }
    .product-info-block.creative .product-meta > span:before {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .product-info.creative .product-name {
        font-size: 24px;
    }
}
.rating i.icon {
    margin-right: 2px;
}
.rating i.icon.fill {
    color: #f82e56;
}
.rating .count {
    padding-left: 5px;
}
.product-previews-wrapper {
    position: relative;
    z-index: 1;
}
.product-previews-carousel {
    overflow: hidden;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .product-previews-carousel {
        margin-bottom: 30px;
    }
}
.product-previews-carousel {
    opacity: 0;
}
.product-previews-carousel .slick-prev {
    left: 0;
    right: auto;
    z-index: 1;
}
.product-previews-carousel .slick-next {
    right: 0;
    left: auto;
}
.product-previews-carousel .slick-next,
.product-previews-carousel .slick-prev {
    height: 45px;
    width: 19px;
    margin-top: -22px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product-previews-carousel .slick-next:before,
.product-previews-carousel .slick-prev:before {
    color: #f82e56;
}
.product-previews-carousel .slick-next:hover:before,
.product-previews-carousel .slick-prev:hover:before {
    color: #ffffff;
}
.product-previews-carousel .slick-disabled {
    visibility: hidden;
}
.product-previews-carousel:not(.slick-slider) {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.product-previews-carousel:not(.slick-slider) > a {
    display: block;
    width: calc(33.333% - 30px);
    margin: 0 15px;
    float: left;
}
.product-previews-carousel:not(.slick-slider) > a img {
    width: 100%;
}
.product-previews-carousel .slick-list {
    margin: 0 -13px 0 -15px;
}
.product-previews-carousel .slick-slide {
    margin: 0 15px;
}
.product-previews-carousel .slick-slide img {
    max-width: 100%;
}
.product-previews-carousel.slick-initialized {
    opacity: 1;
}
.product-previews-carousel a.active {
    position: relative;
}
.product-previews-carousel a.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset -2px 0 0 #f82e56, inset 0 -2px 0 #f82e56, inset 0 2px 0 #f82e56, inset 2px 0 0 #f82e56;
    -webkit-box-shadow: inset -2px 0 0 #f82e56, inset 0 -2px 0 #f82e56, inset 0 2px 0 #f82e56, inset 2px 0 0 #f82e56;
}
.main-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.main-image img.zoom {
    max-width: 100%;
    max-height: 100%;
}
.main-image .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
}
.main-image .zoomWrapper img {
    width: 100% !important;
    height: auto !important;
}
.main-image .zoomWrapper img:first-child {
    position: relative !important;
    z-index: 1;
}
.main-image .zoomWrapper img:last-child {
    z-index: 2;
    top: 0;
    left: 0;
}
.main-image .zoomContainer {
    top: 0 !important;
    left: 0 !important;
    display: none !important;
}
.page-main > .zoomContainer {
    left: 15px !important;
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .main-image {
        margin-bottom: 20px;
    }
    .product-previews-carousel:not(.slick-slider) {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-previews-carousel:not(.slick-slider) > a {
        width: calc(33.333% - 20px);
        margin: 0 10px;
    }
    .product-previews-carousel .slick-list {
        margin: 0 -8px 0 -10px;
    }
    .product-previews-carousel .slick-slide {
        margin: 0 10px;
    }
}
.dblclick-text {
    display: none;
}
body.touch .dblclick-text {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 7px;
    width: 100%;
    text-align: center;
}
body.touch .dblclick-text span {
    display: inline-block;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333745;
}
.product-nav {
    padding: 0 10px;
}
.product-nav > a {
    position: relative;
}
.product-nav > a .product-nav-preview {
    position: absolute;
    z-index: -1;
    padding: 3px;
    width: 100px;
    top: -10000px;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.product-nav > a .product-nav-preview span.image {
    position: relative;
    display: block;
    padding: 0;
}
.product-nav > a .product-nav-preview span.price {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    color: #ffffff;
    background-color: #f82e56;
}
.product-nav > a .product-nav-preview span.name {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    color: #333745;
}
.product-nav > a .product-nav-preview img {
    width: 100%;
}
.product-nav > a:hover .product-nav-preview {
    top: 22px;
    visibility: visible;
    opacity: 1;
    z-index: 1005;
}
.product-nav > a.product-nav-prev:hover .product-nav-preview {
    left: -5px;
}
.product-nav > a.product-nav-next:hover .product-nav-preview {
    right: -5px;
}
.zoom-link,
.video-link {
    display: block;
    position: absolute;
    z-index: 1003;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #333745;
}
.zoom-link:hover,
.video-link:hover {
    color: #f82e56;
}
.video-link {
    top: 0;
    bottom: auto;
    font-size: 20px;
    line-height: 38px;
}
.product-info-block.creative .video-link {
    position: static;
    font-size: 44px;
    line-height: 40px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .product-info-block.creative .video-link {
        margin-top: -15px;
        margin-bottom: 10px;
    }
}
.product-info-block.creative .video-link-wrapper {
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .product-block .col-md-12 {
        clear: both;
    }
}
.productStack {
    position: fixed;
    right: 0;
    bottom: -134px;
    width: 100%;
    z-index: 1004;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.productStack .productstack-content {
    height: 134px;
    clear: both;
    background: #ffffff;
    border-top: 4px solid #f82e56;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    overflow-y: hidden;
}
.productStack.disable {
    bottom: -184px;
    visibility: hidden;
    z-index: -10000;
}
.productStack.open {
    bottom: 0;
}
.productStack .toggleStack {
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    background: #f82e56;
    color: #ffffff;
    width: auto;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px;
    pointer-events: auto;
    white-space: nowrap;
}
.productStack .toggleStack .icon {
    font-size: 30px;
    vertical-align: sub;
    padding: 0 10px 0 0;
}
.productStack .toggleStack:after {
    content: "";
    display: table;
}
.productStack .total-cart {
    float: right;
    min-width: 200px;
    max-width: 290px;
    padding: 15px 10px;
    color: #333745;
}
.productStack .total-cart .items-total {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 10px 0;
    margin: 0 0 10px;
}
.productStack .total-cart .count,
.productStack .total-cart .price {
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #f82e56;
}
.productStack .total-cart .subtotal {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
}
.productStack .action-cart {
    float: right;
    min-width: 210px;
    padding: 15px 10px;
}
.productStack .action-cart .btn {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.productStack .products-list-wrapper {
    display: inline-block;
    width: calc(100% - 500px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 15px 5px;
}
.productStack .products-list {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.productStack .products-list.loaded {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.productStack .products-list li {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}
.productStack .products-list li a {
    display: block;
}
.productStack .products-list li img {
    height: 100px;
}
.productStack .products-list li:hover .actions {
    opacity: 1;
    bottom: 0;
}
.productStack .products-list .item-qty {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    color: #ffffff;
    background-color: #f82e56;
}
.productStack .products-list .actions {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.productStack .products-list .actions.open {
    height: 100%;
}
.productStack .products-list .actions .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #f82e56;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.productStack .products-list .actions .action:hover {
    background: #f82e56;
    color: #ffffff;
}
.productStack .products-list .actions .action.edit {
    width: calc(50% - 1px);
}
.productStack .products-list .actions .action.edit:after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    right: -1px;
    top: 9px;
    background-color: #999;
    z-index: 1;
}
.productStack .products-list .actions .action.delete:after {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    left: -1px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}
.productStack .products-list .actions .action.delete {
    left: 50%;
}
.productStack .products-list .edit-qty {
    position: absolute;
    top: -100%;
    opacity: 0;
    padding: 5%;
    width: 100%;
    height: calc(100% - 32px);
    background: rgba(255, 255, 255, 0.8);
}
.productStack .products-list .edit-qty input {
    width: 100%;
    height: 24px;
    line-height: 20px;
    padding: 0 0 0 5px;
    margin-bottom: 4px;
    text-align: center;
}
.productStack .products-list .edit-qty button {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    text-transform: uppercase;
}
.productStack .products-list .actions.open .edit-qty {
    top: 0;
    opacity: 1;
}
body.touch .productStack .products-list .actions .action.edit {
    display: none;
}
body.touch .productStack .products-list .actions .action.delete {
    left: 0;
    width: 100%;
}
body.touch .productStack .products-list .actions .action.delete:after {
    display: none;
}
@media screen and (max-width: 991px) {
    .productStack .toggleStack {
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        padding: 0 8px;
    }
    .productStack .toggleStack .icon {
        font-size: 26px;
        padding: 0 8px 0 0;
    }
}
@media screen and (min-width: 992px) {
    body.open-panel .productStack {
        right: 0;
        left: 125px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .productStack {
        bottom: -280px;
    }
    .productStack.disable {
        bottom: -326px;
    }
    .productStack .productstack-content {
        height: 280px;
    }
    .productStack .products-list-wrapper,
    .productStack .action-cart,
    .productStack .total-cart {
        float: none;
        width: 100%;
        min-width: none;
        max-width: none;
    }
    .productStack .total-cart {
        padding: 10px 15px;
        border-top: 1px solid #f0f0f0;
    }
    .productStack .total-cart .btn {
        display: inline-block;
        width: auto;
    }
    .productStack .total-cart .items-total,
    .productStack .total-cart .subtotal {
        line-height: 25px;
        padding: 0;
    }
    .productStack .action-cart {
        overflow: hidden;
        padding: 10px 10px;
        border-top: 1px solid #f0f0f0;
    }
    .productStack .action-cart .btn {
        display: block;
        float: left;
        margin: 0 5px;
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .productStack .products-list-wrapper,
    .productStack .action-cart,
    .productStack .total-cart {
        float: none;
        width: 100%;
    }
    .productStack .total-cart {
        overflow: hidden;
        padding: 8px 15px;
        border-top: 1px solid #f0f0f0;
    }
    .productStack .total-cart .btn {
        display: inline-block;
        width: auto;
    }
    .productStack .total-cart .items-total {
        float: left;
        width: 30%;
        text-align: left;
    }
    .productStack .total-cart .subtotal {
        float: right;
        width: 60%;
    }
    .productStack .action-cart {
        overflow: hidden;
        padding: 10px 10px 5px;
        border-top: 1px solid #f0f0f0;
    }
    .productStack .action-cart .btn {
        display: block;
        float: left;
        margin: 0 5px 5px;
        width: 100%;
    }
}
body.touch .productStack .products-list .actions {
    opacity: 1;
}
.category-slider {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .category-slider {
        margin-bottom: 30px;
    }
}
.category-slider .item,
.category-slider-item {
    display: inline-block;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 50em;
    perspective: 50em;
}
.category-slider .item img,
.category-slider-item img {
    width: 100%;
    vertical-align: top;
}
.category-slider .item .caption,
.category-slider-item .caption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    text-align: center;
    padding: 5%;
}
.category-slider .item .text,
.category-slider-item .text {
    opacity: 0;
}
.category-slider .item .banner-btn .text,
.category-slider-item .banner-btn .text {
    opacity: 1;
}
.category-slider .item .text-style-1,
.category-slider-item .text-style-1 {
    font-family: "Roboto", sans-serif;
    font-size: 43px;
    line-height: 0.9em;
    font-weight: 600;
    margin: 0 0 0.2em;
    color: #f82e56;
}
.category-slider .item .text-style-2,
.category-slider-item .text-style-2 {
    font-family: "Roboto", sans-serif;
    font-size: 0.5em;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0 0 0.9em;
    color: #333745;
}
.category-slider .item:after,
.category-slider-item:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    pointer-events: none;
}
.category-slider .item:hover .caption,
.category-slider-item:hover .caption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}
.category-slider .item:hover .text,
.category-slider-item:hover .text {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out 0.6s;
    -o-transition: opacity 0.4s ease-in-out 0.6s;
    transition: opacity 0.4s ease-in-out 0.6s;
}
.category-slider .item:hover:after,
.category-slider-item:hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.85;
}
.category-slider .item:hover img,
.category-slider-item:hover img {
    -webkit-animation: blur 1s linear forwards;
    -moz-animation: blur 1s linear forwards;
    -ms-animation: blur 1s linear forwards;
    -o-animation: blur 1s linear forwards;
    animation: blur 1s linear forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@media screen and (max-width: 1399px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 45px;
    }
}
@media screen and (max-width: 991px) {
    .category-slider .item,
    .category-slider-item {
        font-size: 50px;
    }
}
@media screen and (max-width: 991px) {
    .category-slider .item {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .category-slider .item {
        font-size: 28px;
    }
}
.category-slider .slick-prev,
.category-slider .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 90px;
    width: 75px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    padding: 0;
    margin-top: -45px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-slider .slick-prev:hover,
.category-slider .slick-next:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.category-slider .slick-prev:before,
.category-slider .slick-next:before {
    font-size: 38px;
    line-height: 90px;
    color: #333745;
    opacity: 1;
}
.category-slider .slick-prev:hover:before,
.category-slider .slick-next:hover:before {
    color: #ffffff;
    opacity: 1;
}
.category-slider .slick-prev {
    left: 0;
    right: auto;
}
.category-slider .slick-next {
    right: 0;
    left: auto;
}
.category-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    text-decoration: none;
}
.category-block:hover,
.category-block:focus {
    text-decoration: none;
}
.category-block .category-image img {
    width: 100%;
}
.category-block .category-title {
    text-align: center;
    padding: 15px;
    font-size: 23px;
    line-height: 1.217em;
    font-weight: 700;
    color: #f82e56;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .category-block .category-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .category-block .category-title {
        font-size: 15px;
    }
}
.category-slider-item .banner-btn {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.category-slider-item .banner-btn span {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.category-slider-item .banner-btn > span {
    font-family: "Roboto", sans-serif;
    height: 41px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    height: auto;
    background-color: #f82e56;
}
.category-slider-item .banner-btn span.hoverbg {
    background-color: #ffffff;
}
.category-slider-item .banner-btn:hover > span {
    color: #f82e56;
}
.filter-col {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .filter-col {
        margin-bottom: 30px;
    }
}
.filter-col-content {
    padding-bottom: 15px;
}
.sidebar-block {
    margin-top: 15px;
    background-color: #fff;
}
.sidebar-block .block-title {
    padding: 12px 19px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.sidebar-block .block-title span {
    color: #191919;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.sidebar-block .block-title:hover span {
    color: #f82e56;
}
.sidebar-block .block-title a {
    color: #191919;
    text-decoration: none;
}
.sidebar-block .block-title a:hover {
    color: #f82e56;
}
.sidebar-block .block-content {
    padding: 12px 19px;
}
.sidebar-block .bg-striped {
    display: none;
}
.sidebar-block:after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #f82e56 transparent transparent transparent;
}
.sidebar-block.selected:after {
    opacity: 1;
}
.sidebar-block.block-loading .bg-striped {
    display: block;
}
.sidebar-block.collapsed {
    position: relative;
}
.sidebar-block.collapsed .block-content {
    display: none;
}
.sidebar-block.collapsed .toggle-arrow {
    display: block;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    font-family: "icomoon-reg";
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sidebar-block.collapsed .toggle-arrow:before {
    color: #333745;
    content: "\e94a";
}
.sidebar-block.collapsed .toggle-arrow:hover:before {
    color: #f82e56;
}
.sidebar-block.collapsed.open .block-content {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
}
.sidebar-block.collapsed.open .toggle-arrow:before {
    color: #333745;
    content: "\e94c";
}
ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.category-list li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
ul.category-list li:last-child {
    border: 0;
}
ul.category-list li a:not(.clear) {
    position: relative;
    display: block;
    padding: 11px 0;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.category-list li a:not(.clear):hover,
ul.category-list li a:not(.clear).active {
    color: #f82e56;
    text-decoration: none;
    margin-left: 0;
    margin-right: -10px;
}
ul.category-list li a:not(.clear):hover:before {
    opacity: 1;
}
ul.category-list li a:not(.clear):before {
    position: absolute;
    top: 11px;
    left: 0;
    font-family: "icomoon-reg";
    font-size: 12px;
    line-height: 21px;
    content: "\e922";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}
ul.category-list li.active a {
    color: #f82e56;
    margin-left: 0;
    margin-right: -10px;
}
ul.category-list li.active a:before {
    opacity: 1;
}
ul.category-list li a.clear {
    display: none;
}
ul.category-list li.active a.clear {
    display: block;
    position: absolute;
    right: -7px;
    top: 6px;
    width: 30px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #f82e56;
}
ul.category-list li.active a.clear:before {
    font-family: "icomoon-reg";
    content: "\e933";
    font-size: 16px;
    line-height: 20px;
}
ul.category-list li.active a.clear:hover {
    color: #333745;
}
.selected-filters {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
}
.selected-filters li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 2px 7px 0;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #333745;
}
.selected-filters li .bg-striped {
    display: none;
}
.selected-filters li.block-loading .bg-striped {
    display: block;
}
.selected-filters li a {
    display: block;
    padding: 0 5px;
    color: #333745;
    text-decoration: none;
}
.selected-filters li a:hover {
    color: #f82e56;
}
.selected-filters li i.icon {
    padding: 0 0 0 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.sidebar-block ul.tags {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 3px;
    margin: 0;
}
.color-list {
    padding: 0;
    margin: 0;
}
.color-list li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px 12px 0;
}
.color-list li img,
.color-list li span.color {
    display: block;
    width: 27px;
    height: 27px;
}
.color-list li span.clear {
    display: none;
}
.color-list li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #f82e56;
    border: 0;
}
.color-list li.active span.clear:before {
    font-family: "icomoon-reg";
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}
.color-list li.active span.clear:hover {
    color: #333745;
}
.color-list li.active img,
.color-list li:hover img {
    border: 3px solid transparent;
}
.color-list li.active span.color,
.color-list li:hover span.color {
    margin: 3px;
    width: 21px;
    height: 21px;
}
.color-list li.active span.value,
.color-list li:hover span.value {
    border: 1px solid #f82e56;
}
.color-list li.active span.value:after,
.color-list li:hover span.value:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.color-list li a {
    display: block;
    text-decoration: none;
}
.color-list li a span.value {
    display: block;
    position: relative;
    border: 1px solid transparent;
}
.color-list li a span.value:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 1px #888;
    box-shadow: inset 0 0 1px #888;
}
.color-list li.absent-option > a,
.size-list li.absent-option > a {
    position: relative;
    background: #ffffff;
}
.color-list li.absent-option > a span.value,
.size-list li.absent-option > a span.value {
    opacity: 0.5;
}
.color-list li.absent-option > a:after,
.size-list li.absent-option > a:after {
    position: absolute;
    z-index: 1;
    content: "";
    background: url(/images/cross.png);
    background-size: 100% 100%;
    display: block;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    margin: auto;
}
.size-list {
    padding: 0;
    margin: 0;
}
.size-list li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 6px 12px 0;
}
.size-list li a {
    display: block;
    text-decoration: none;
    text-align: center;
}
.size-list li span.clear {
    display: none;
}
.size-list li span.value {
    display: block;
    min-width: 30px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #333745;
    color: #333745;
    font-size: 15px;
    line-height: 26px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.size-list li.active span.value,
.size-list li:hover span.value {
    border-color: #f82e56;
    background: #f82e56;
    color: #ffffff;
}
.size-list li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #f82e56;
}
.size-list li.active span.clear:before {
    font-family: "icomoon-reg";
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}
.size-list li.active span.clear:hover {
    color: #333745;
}
.size-list img {
    width: 100%;
    display: block;
}
.sidebar-block .color-list,
.sidebar-block .size-list {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 0;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .sidebar-block .color-list {
        margin: 8px 0;
    }
}
.price-slider-wrapper {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 25px;
}
.price-values {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #f82e56;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -6px;
    top: -6px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f82e56;
    cursor: pointer;
}
.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.noUi-origin {
    border-radius: 0;
    box-shadow: none;
}
.noUi-background {
    background: #e9e9e9;
}
.noUi-connect {
    background: #ffbbc8;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}
.filter-col-header {
    display: none;
}
.filter-button {
    display: none;
}
@media screen and (max-width: 991px) {
    .sidebar-block-top {
        padding: 12px 19px;
    }
    .filter-button {
        display: inline-block;
    }
    .filter-col {
        position: fixed;
        z-index: 10001;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: visibility 0s ease 0.6s;
        -o-transition: visibility 0s ease 0.6s;
        transition: visibility 0s ease 0.6s;
    }
    .filter-col-content {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        max-width: 480px;
        padding: 50px 0 30px;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        background-color: #f7f7f7;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
    }
    .filter-col-header {
        position: fixed;
        display: block;
        left: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #f82e56;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2;
        -webkit-transition: top 0.3s ease 0s;
        -o-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }
    .filter-col .filter-col-toggle {
        text-decoration: none;
    }
    .filter-col .filter-col-toggle:hover,
    .filter-col .filter-col-toggle:focus {
        text-decoration: none;
    }
    .filter-col .filter-col-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #ffffff;
    }
    .filter-col .filter-col-toggle:before,
    .filter-col .filter-col-toggle:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background-color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .filter-col .filter-col-toggle:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .filter-col .filter-col-toggle:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .filter-col.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        -o-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }
    .filter-col.active .filter-col-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
    }
    .filter-col.active .filter-col-header {
        top: 0;
        -webkit-transition: top 0.3s ease 0.5s;
        -o-transition: top 0.3s ease 0.5s;
        transition: top 0.3s ease 0.5s;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .filter-col:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s ease 0.3s;
        -o-transition: background 0.3s ease 0.3s;
        transition: background 0.3s ease 0.3s;
    }
    .filter-col.active:after {
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 0.3s ease 0;
        -o-transition: background 0.3s ease 0;
        transition: background 0.3s ease 0;
    }
}
.filter-row {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 18px 18px;
    color: #333745;
    text-align: center;
}
.filter-row .bg-striped {
    display: none;
}
.filter-row .form-label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 32px;
    padding-right: 15px;
}
.filter-row .select-wrapper-sm {
    width: auto;
    vertical-align: top;
    display: inline-block;
}
.filter-row select {
    margin-bottom: 0;
}
.filter-row .directions {
    display: inline-block;
}
.filter-row .directions a {
    display: inline-block;
    padding: 6px 4px 5px;
    color: #333745;
}
.filter-row .directions a:hover,
.filter-row .directions a:active {
    color: #f82e56;
}
.filter-row .col-left {
    padding-top: 2px;
    text-align: left;
}
.filter-row .col-right {
    padding-top: 2px;
    text-align: right;
}
.filter-row .view-mode a {
    font-size: 27px;
    line-height: 32px;
    margin: 0 4px;
    text-decoration: none;
    color: #333745;
}
.filter-row .view-mode a i.icon {
    margin-top: 5px;
}
.filter-row .view-mode a:hover,
.filter-row .view-mode a.active {
    color: #f82e56;
}
.filter-row .filter-button {
    vertical-align: top;
}
.filter-row .filter-button .btn {
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}
.filter-row.block-loading .bg-striped {
    display: block;
}
@media screen and (max-width: 991px) {
    .filter-row {
        padding-bottom: 10px;
    }
    .filter-row .select-wrapper-sm,
    .filter-button {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 667px) {
    .filter-button {
        width: 100%;
    }
    .filter-row .col-left {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .filter-row .col-right {
        width: 100%;
        float: none;
        text-align: left;
    }
}
.items-total {
    font-size: 14px;
    text-align: right;
    color: #333745;
    margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
    .row.row-table {
        display: table;
        width: 100%;
    }
    .ymax {
        height: 30px;
        min-height: 1px;
    }
    .row.row-table > .aside {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    body:not(.touch) .filter-col.is-fixed:not(.is-fixed-bottom) .filter-container {
        position: fixed;
        width: 25%;
        left: 0;
        top: 0;
        padding: 0;
    }
    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container {
        position: relative;
    }
    body:not(.touch) .filter-col.fixed.is-fixed-bottom {
        vertical-align: bottom;
    }
    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container {
        position: relative;
        overflow: hidden;
        left: 0 !important;
    }
    body:not(.touch) .filter-col.fixed.is-fixed-bottom .filter-container .fixed-scroll {
        max-height: none !important;
    }
    .filter-col.fixed:not(.is-fixed) .filter-container .fixed-scroll {
        max-height: none !important;
    }
    body:not(.touch) .fixed-wrapper {
        overflow: hidden;
    }
    body:not(.touch) .fixed-scroll {
        overflow-x: hidden;
        overflow-y: scroll;
        width: calc(100% + 20px);
        margin-top: 12px;
        padding-top: 72px;
        -webkit-transition: padding 0.5s ease;
        -o-transition: padding 0.5s ease;
        transition: padding 0.5s ease;
    }
    body:not(.touch) .filter-col.fixed.is-fixed .fixed-scroll {
        padding-top: 0;
    }
    body.hdr-sticky:not(.touch) .filter-col.fixed.is-fixed .fixed-scroll {
        padding-top: 72px;
    }
    body.touch .fixed-scroll {
        width: 100%;
    }
    body:not(.touch) .fixed-wrapper {
        top: auto !important;
        bottom: 0 !important;
    }
}
@media screen and (min-width: 992px) {
    body.mac:not(.touch) .fixed-scroll {
        width: 100%;
    }
}
.listing-info {
    margin-bottom: 50px;
    text-align: center;
}
.description {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .description {
        margin-bottom: 30px;
    }
}
.description > .categories {
    margin-bottom: -30px;
}
body.layout-advanced .sidebar-block .block-title {
    padding: 20px 19px;
}
body.layout-advanced .sidebar-block {
    margin-top: 0;
    border-top: 1px solid #e8e8e8;
}
body.layout-advanced .sidebar-block.collapsed .toggle-arrow {
    top: 6px;
}
.blog-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .blog-carousel {
        margin-bottom: 30px;
    }
}
.blog-carousel .blog-item {
    position: relative;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-carousel .blog-item-info {
    padding: 20px 20px 15px;
    background-color: #ffffff;
}
.blog-carousel .blog-item-title {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    min-height: 42px;
}
.blog-carousel .blog-item-teaser {
    margin: 0 0 10px;
    font-weight: 300;
    color: #6f6f6f;
}
.blog-carousel .blog-item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
.blog-carousel .blog-item-photo > a {
    display: block;
    overflow: hidden;
}
.blog-carousel .blog-item-photo img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}
.blog-carousel .blog-item-photo:hover {
    background-color: #000;
}
.blog-carousel .blog-item-photo:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.blog-carousel .blog-item-photo img {
    width: 100%;
}
.blog-carousel .blog-item-links {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}
.blog-carousel .blog-item-links i.icon {
    margin-right: 5px;
}
.blog-carousel .blog-item-links a:not(.readmore) {
    color: #f82e56;
}
.blog-carousel .blog-item-links .pull-left > span {
    padding-right: 10px;
}
.blog-carousel .blog-item-links .pull-right > span {
    padding-left: 10px;
}
.blog-carousel.variant-2 .blog-item-title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
}
.blog-carousel.variant-2 .blog-item-info {
    padding: 16px 14px 10px;
}
.blog-carousel.variant-2 .blog-item-links {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}
.blog-post {
    background-color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .blog-post {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
.blog-photo {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.blog-photo > a {
    display: block;
    overflow: hidden;
    max-height: 224px;
}
.blog-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    width: 100%;
}
.blog-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.blog-photo img {
    height: 100%;
}
.blog-content {
    position: relative;
    padding: 30px 30px 0;
    color: #333745;
}
.blog-content p {
    margin-bottom: 15px;
}
h2.blog-title {
    font-size: 27px;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 0;
    color: #333745;
}
h2.blog-title a {
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
h2.blog-title a:hover {
    color: #f82e56;
}
.blog-meta,
.blog-tags {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.blog-tags {
    margin-bottom: 50px;
    padding: 34px 0;
}
@media screen and (max-width: 991px) {
    .blog-tags {
        margin-bottom: 30px;
    }
}
.blog-tags span {
    padding-right: 15px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
}
.blog-tags ul.tags {
    display: inline-block;
}
.blog-meta {
    margin-bottom: 25px;
    padding: 8px 0;
    font-size: 13px;
    line-height: 19px;
    color: #838383;
}
.blog-meta a {
    color: #f82e56;
}
.blog-meta a:hover {
    text-decoration: underline;
}
.blog-meta span {
    white-space: nowrap;
}
.blog-meta .pull-left {
    padding-top: 5px;
}
.blog-meta .pull-left span:not(.last):after {
    content: "|";
    padding: 0 5px;
}
.blog-comments h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}
.blog-comments h4 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}
.blog-comments .comment {
    padding-bottom: 30px;
    overflow: hidden;
    color: #333745;
}
.blog-comments .comment .user-photo {
    float: left;
    width: 100px;
}
.blog-comments .comment .user-photo img {
    width: 100%;
    border-radius: 50%;
}
.blog-comments .comment .comment-details {
    padding: 0 0 0 115px;
}
.blog-comments .comment .comment-details .author {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #333745;
}
.blog-comments .comment .comment-details .author:hover {
    text-decoration: underline;
}
.blog-comments .comment .comment-details .date {
    margin-bottom: 8px;
    font-size: 12px;
}
.blog-comments .comment .comment-details .text {
    font-size: 15px;
    line-height: 21px;
}
.blog-comments .comment.reply {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
}
.blog-comments .comment.reply a.replylink {
    display: block;
    position: absolute;
    padding: 5px;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #f82e56;
    text-decoration: none;
}
.blog-comments .comment.reply a.replylink:hover {
    color: #333745;
}
.blog-comments .comment.reply .user-photo {
    width: 75px;
}
.blog-comments .comment.reply .comment-details {
    padding: 0 0 0 95px;
}
.blog-comments .comment.reply .comment {
    padding-bottom: 0;
    margin: 30px 0 0 60px;
    border-bottom: 0;
}
.blog-comments form.post-comment textarea {
    height: 185px;
}
@media screen and (max-width: 1199px) {
    .blog-meta {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .blog-meta .pull-left {
        width: 100%;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 0;
    }
    .blog-meta .pull-right {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .blog-tags {
        padding: 15px 0;
    }
    .blog-post {
        padding-bottom: 15px;
    }
    .blog-content {
        padding: 15px 15px;
    }
    .blog-comments .comment .user-photo {
        width: 50px;
    }
    .blog-comments .comment .comment-details {
        padding: 0 0 0 65px;
    }
    .blog-comments .comment.reply .user-photo {
        width: 35px;
    }
    .blog-comments .comment.reply .comment-details {
        padding: 0 0 0 50px;
    }
    .blog-comments .comment.reply .comment {
        margin-left: 15px;
    }
}
.blog-grid-2,
.blog-grid-3,
.blog-grid-4 {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
}
.blog-grid-2 .blog-post,
.blog-grid-3 .blog-post,
.blog-grid-4 .blog-post {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 30px);
    min-height: 1px;
    margin-left: 30px;
    margin-right: -4px;
    margin-bottom: 30px;
}
.blog-grid-2 .blog-post {
    width: calc(50% - 30px);
}
.blog-grid-3 .blog-post {
    width: calc(33.33333% - 30px);
}
.blog-grid-3 .blog-content {
    padding-top: 20px;
}
.blog-grid-4 .blog-post {
    width: calc(25% - 30px);
    padding-bottom: 20px;
}
.blog-grid-4 .blog-content {
    padding: 20px 20px 0;
}
.blog-grid-4 .blog-meta .share-button {
    right: 20px;
}
.blog-grid-2 .blog-meta,
.blog-grid-3 .blog-meta,
.blog-grid-4 .blog-meta {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}
.blog-grid-2 .blog-meta .pull-left,
.blog-grid-3 .blog-meta .pull-left,
.blog-grid-4 .blog-meta .pull-left {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}
.blog-grid-2 .blog-meta .pull-right,
.blog-grid-3 .blog-meta .pull-right,
.blog-grid-4 .blog-meta .pull-right {
    padding-top: 10px;
}
@media screen and (max-width: 991px) {
    .blog-grid-4 .blog-post {
        width: calc(33.33333% - 30px);
    }
}
@media screen and (max-width: 767px) {
    .blog-grid-4 .blog-post,
    .blog-grid-3 .blog-post {
        width: calc(50% - 30px);
    }
    .blog-content {
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .blog-grid-4 .blog-post,
    .blog-grid-3 .blog-post,
    .blog-grid-2 .blog-post {
        width: calc(100% - 30px);
    }
}
.sideblock {
    margin-bottom: 25px;
}
.sideblock.half {
    width: calc(50% - 15px);
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
.sideblock.half:nth-child(even) {
    margin-left: 30px;
}
.sideblock h2 {
    margin-top: -5px;
    margin-bottom: 10px;
}
.sideblock ul.simple-list li a {
    position: relative;
    display: inline-block;
    padding-left: 7px;
    margin-left: -7px;
    color: #333745;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sideblock ul.simple-list li a:hover {
    color: #f82e56;
    text-decoration: none;
    margin-left: 0;
    margin-right: -7px;
}
.sideblock ul.simple-list li a:hover:before {
    opacity: 1;
}
.sideblock ul.simple-list li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: "icomoon-reg";
    font-size: 12px;
    line-height: 21px;
    content: "\e922";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}
.sideblock ul.simple-list li {
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
    color: #333745;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sideblock.half,
    .sideblock.half:nth-child(even) {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
}
.testimonials-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .testimonials-carousel {
        margin-bottom: 30px;
    }
}
.testimonials-carousel .testimonials-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
.testimonials {
    margin-bottom: 50px;
}
.testimonials-item {
    margin-bottom: 25px;
}
.testimonials-item-info {
    display: table;
    position: relative;
    width: 100%;
}
.testimonials-item-author-photo {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    min-width: 82px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media (min-width: 1800px) {
    .testimonials-item-author-photo {
        width: 50%;
    }
}
.testimonials-item-author-photo > a {
    display: block;
    overflow: hidden;
}
.testimonials-item-author-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}
.testimonials-item-author-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.testimonials-item-author-photo img {
    width: 100%;
}
.testimonials-item-author-name {
    display: block;
    margin-bottom: 5px;
    z-index: 1;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    color: #333745;
    text-decoration: none;
}
.testimonials-item-details {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.2em;
}
.testimonials-item-details:after {
    content: "\e92a";
    font-family: "icomoon-reg";
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 16px;
    font-size: 60px;
    color: #f0f0f0;
}
.testimonials-item-teaser {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-weight: 300;
    font-style: italic;
    color: #6f6f6f;
}
.testimonials-item-date {
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 300;
    color: #6f6f6f;
}
.testimonials-item:last-child {
    margin-bottom: 0;
}
.slick-slide > div > .testimonials-item {
    margin-bottom: 40px;
}
.slick-slide > div:last-child > .testimonials-item {
    margin-bottom: 0;
}
.slick-slide > div:last-child > .testimonials-item .testimonials-item-info:after {
    display: none;
}
@media screen and (max-width: 991px) {
    .testimonials-carousel {
        margin-bottom: 0;
    }
}
.testimonial-single-slider {
    margin-bottom: 50px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .testimonial-single-slider {
        margin-bottom: 30px;
    }
}
.testimonial-single-slider .item {
    padding: 120px 0 30px;
    position: relative;
}
.testimonial-single-slider .item:before {
    content: "\e92a";
    font-family: "icomoon-reg";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 10px;
    margin-left: -35px;
    font-size: 70px;
    color: #333745;
}
.testimonial-single-slider .text {
    font-size: 17px;
    line-height: 26px;
    color: #333745;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 25px;
}
.testimonial-single-slider .author-photo {
    position: relative;
    text-align: center;
}
.testimonial-single-slider .author-photo:after,
.testimonial-single-slider .author-photo:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    height: 1px;
    width: calc(50% - 70px);
    background-color: #dedede;
}
.testimonial-single-slider .author-photo:before {
    left: auto;
    right: 0;
}
.testimonial-single-slider .author-photo img {
    border-radius: 50%;
    display: inline;
}
.testimonial-single-slider .slick-prev,
.testimonial-single-slider .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 90px;
    width: 75px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    top: 50%;
    padding: 0;
    margin-top: -45px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-single-slider .slick-prev:not(.slick-disabled):hover,
.testimonial-single-slider .slick-next:not(.slick-disabled):hover {
    background-color: transparent;
    opacity: 1;
}
.testimonial-single-slider .slick-prev:before,
.testimonial-single-slider .slick-next:before {
    font-size: 38px;
    line-height: 90px;
    color: #333745;
    opacity: 1;
}
.testimonial-single-slider .slick-prev:not(.slick-disabled):hover:before,
.testimonial-single-slider .slick-next:not(.slick-disabled):hover:before {
    color: #f82e56;
    opacity: 1;
}
.testimonial-single-slider .slick-prev {
    left: -15%;
    right: auto;
}
.testimonial-single-slider .slick-next {
    right: -15%;
    left: auto;
}
@media screen and (max-width: 991px) {
    .testimonial-single-slider .text {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial-single-slider .slick-prev,
    .testimonial-single-slider .slick-next {
        width: 50px;
    }
    .testimonial-single-slider .slick-prev {
        left: -50px;
    }
    .testimonial-single-slider .slick-next {
        right: -50px;
    }
}
.brand-carousel {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .brand-carousel {
        margin-bottom: 30px;
    }
}
.brand-carousel .brand-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.brand-carousel .brand-item img {
    width: 100%;
}
.brand-carousel.white-bg .brand-item img {
    background: gray;
}
.slick-slide > div > .brand-item {
    margin-bottom: 20px;
}
.slick-slide > div:last-child > .brand-item {
    margin-bottom: 0;
}
.brand-grid {
    list-style: none;
    overflow: hidden;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .brand-grid {
        margin-bottom: 30px;
    }
}
.brand-grid a {
    float: left;
    width: calc(16.66666% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}
.brand-grid a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
    opacity: 0.5;
}
.brand-grid a:hover img,
.brand-grid a:focus img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.brand-grid a > img {
    width: 100%;
}
.brand-grid:not(.brand-carousel) {
    margin: 0 0 0 -30px;
    padding: 0;
    width: calc(100% + 30px);
}
.brand-grid:not(.brand-carousel) a {
    background-color: #f7f7f7;
}
@media screen and (max-width: 991px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(33.33333% - 30px);
    }
}
@media screen and (max-width: 767px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 30px);
    }
}
@media screen and (max-width: 480px) {
    .brand-grid:not(.brand-carousel) {
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 992px) {
    .newsletter.variant1 {
        background: #ffffff;
        padding: 20px 20px;
        margin-bottom: 50px;
    }
    .newsletter.variant1 h2 {
        border: 0;
        padding: 0;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 992px) and screen and (max-width: 991px) {
    .newsletter.variant1 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .newsletter.variant1 input {
        background: #ffffff;
    }
}
.newsletter.variant2 {
    margin-bottom: 0;
}
.newsletter.variant3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.newsletter.variant3 .input-group {
    max-width: 540px;
}
@media screen and (max-width: 991px) {
    .newsletter.variant3 {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
input:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0);
}
.exp-search {
    position: absolute;
    z-index: 101;
    top: -15px;
    right: 0;
    width: 0;
    min-width: 40px;
    height: 72px;
    margin: 0 5px;
    float: right;
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease;
    -webkit-backface-visibility: hidden;
}
.exp-search-input {
    position: absolute;
    top: 15px;
    right: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 5px 75px 5px 15px;
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
}
.exp-search.exp-search-open {
    background: #ffffff;
    overflow: visible;
}
.page-header.is-sticky .exp-search.exp-search-open {
    background: transparent;
}
.exp-search.exp-search-open .exp-search-input {
    background: #ffffff;
}
.exp-search-input::-webkit-input-placeholder {
    color: #8f8f8f;
}
.exp-search-input:-moz-placeholder {
    color: #8f8f8f;
}
.exp-search-input::-moz-placeholder {
    color: #8f8f8f;
}
.exp-search-input:-ms-input-placeholder {
    color: #8f8f8f;
}
.exp-icon-search,
.exp-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.exp-search-submit {
    background-color: transparent;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    right: 40px;
}
.page-header.variant-7 .exp-search,
.page-header.variant-8 .exp-search {
    overflow: visible;
}
.page-header.variant-7 .exp-search-close,
.page-header.variant-8 .exp-search-close {
    visibility: hidden;
}
.page-header.variant-7 .exp-search-submit,
.page-header.variant-8 .exp-search-submit {
    right: 0;
}
.exp-icon-search {
    color: #000;
    z-index: 90;
    font-size: 16px;
    line-height: 44px;
}
.exp-search.exp-search-open {
    width: 400px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.exp-search.exp-search-open .exp-search-input {
    border: 1px solid #e8e8e8;
}
.exp-search.exp-search-open .exp-icon-search {
    z-index: 11;
    right: 40px;
}
.exp-search.exp-search-open .exp-search-submit {
    z-index: 10;
}
.exp-search-close {
    display: none;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 44px;
    z-index: 11;
    top: 15px;
    cursor: pointer;
    text-align: center;
}
header.variant-4:not(.is-sticky) .exp-search-close,
header.variant-5:not(.is-sticky) .exp-search-close,
header.variant-6:not(.is-sticky) .exp-search-close {
    top: 9px;
}
.exp-search.exp-search-open .exp-search-close {
    display: block;
}
.exp-search-close,
.exp-icon-search {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.exp-search-close:hover,
.exp-icon-search:hover {
    color: #f82e56;
}
@media screen and (max-width: 991px) {
    .exp-search {
        top: 0;
        height: 39px;
        background: transparent;
    }
    .exp-search-submit,
    .exp-search-input {
        background: transparent;
        top: 0;
        height: 39px;
    }
    .exp-search,
    .exp-search.exp-search-open {
        width: calc(100% - 65px);
    }
    .exp-search .exp-search-input {
        border: 1px solid #ffffff;
        background: #ffffff;
    }
    .exp-icon-search {
        color: #ffffff;
        top: 0;
        font-size: 24px;
    }
    .exp-search .exp-icon-search,
    .exp-search.exp-search-open .exp-icon-search {
        color: #000000;
    }
}
header.is-sticky .search-results {
    visibility: hidden;
}
.search-results {
    z-index: 10000;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    overflow: hidden;
}
.page-header.variant-3 .search-results {
    top: auto;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    bottom: -15px;
}
.search-results li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
}
.search-results li:first-child {
    border-top: none;
}
.search-results .thumbnail {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin: 5px 0 5px 5px;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.search-results .title {
    float: left;
    width: calc(100% - 55px);
    padding: 10px 15px 15px 15px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    line-height: 38px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
    color: #333745;
    -webkit-transition: color 0 ease;
    -o-transition: color 0 ease;
    transition: color 0 ease;
}
.search-results .title:hover {
    color: #f82e56;
}
.instagramm-feed {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% + 10px);
    margin: 20px 0 0 -10px;
}
.instagramm-feed a {
    float: left;
    width: calc(33.33333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
.instagramm-feed a > a {
    display: block;
    overflow: hidden;
}
.instagramm-feed a img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}
.instagramm-feed a:hover {
    background-color: #000;
}
.instagramm-feed a:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.instagramm-feed a > img {
    width: 100%;
}
.instagramm-title {
    font-size: 58px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 4vw;
    text-indent: 4vw;
    color: #ddd;
    background-color: #f1f1f1;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .instagramm-title {
        font-size: 38px;
        padding: 25px 0;
        letter-spacing: 2vw;
        text-indent: 2vw;
    }
}
.instagramm-feed-full {
    height: 128px;
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0;
    background: #000;
    overflow: hidden;
    white-space: nowrap;
}
.instagramm-feed-full a {
    display: inline-block;
    width: 10%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.instagramm-feed-full a:hover {
    opacity: 0.65;
}
.instagramm-feed-full a > img {
    width: 100%;
}
.instagramm-feed-full .slick-prev,
.instagramm-feed-full .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.instagramm-feed-full .slick-prev:hover,
.instagramm-feed-full .slick-next:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.instagramm-feed-full .slick-prev:before,
.instagramm-feed-full .slick-next:before {
    font-size: 38px;
    color: #333745;
    opacity: 1;
}
.instagramm-feed-full .slick-prev:hover:before,
.instagramm-feed-full .slick-next:hover:before {
    color: #fff;
    opacity: 1;
}
.instagramm-feed-full .slick-prev {
    left: 0;
    right: auto;
}
.instagramm-feed-full .slick-prev:before {
    margin-left: -5px;
}
.instagramm-feed-full .slick-next {
    right: 0;
    left: auto;
}
.instagramm-feed-full .slick-next:before {
    margin-left: 5px;
}
.person {
    margin-bottom: 50px;
    color: #333745;
}
@media screen and (max-width: 991px) {
    .person {
        margin-bottom: 30px;
    }
}
.person .person-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.person .person-photo > a {
    display: block;
    overflow: hidden;
}
.person .person-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}
.person .person-photo:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.person .person-photo img {
    width: 100%;
}
.person .person-info {
    padding: 40px 0 20px;
}
.person .person-info p {
    font-size: 17px;
    line-height: 20px;
}
.person .person-name {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}
.person .person-name a {
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.person .person-name a:hover {
    color: #f82e56;
}
.person .person-subname {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 10px;
}
.person .person-links {
    text-align: right;
}
.person .person-links a {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    font-size: 20px;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.person .person-links a:hover {
    color: #f82e56;
}
.cart-table {
    background: #fff;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .cart-table {
        margin-bottom: 30px;
    }
}
.cart-table .table-header,
.cart-table .table-row {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
}
.cart-table .table-header > div,
.cart-table .table-row > div {
    display: table-cell;
    vertical-align: middle;
}
.cart-table .table-row {
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
    margin-bottom: 7px;
}
.cart-table .table-row > div {
    border-left: 1px solid #f0f0f0;
}
.cart-table .table-row > div:first-child {
    border-left: none;
}
.cart-table .table-header {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    color: #333745;
}
.cart-table .table-footer {
    padding: 20px 0 15px;
    display: table;
    width: 100%;
}
.cart-table .table-footer .btn {
    margin: 0 12px 15px;
}
.cart-table .table-footer .btn:first-child {
    margin-left: 24px;
}
.cart-table .table-footer .btn:first-child + .btn {
    margin-right: 24px;
}
.cart-table .photo {
    width: 14%;
}
.cart-table .name {
    width: 44%;
}
.cart-table .price,
.cart-table .qty,
.cart-table .subtotal {
    width: 12%;
}
.cart-table .remove,
.cart-table .continue {
    width: 6%;
}
.cart-table .table-row .photo {
    width: 14%;
    text-align: center;
    padding: 0 50px;
}
.cart-table .table-row .photo img {
    width: 100%;
    max-width: 140px;
}
.cart-table .table-row .name {
    padding: 0 50px;
}
.cart-table .table-row .name small {
    color: #333745;
    font-size: 0.8em;
    font-weight: 400;
}
.cart-table .table-row .name,
.cart-table .table-row name a,
.cart-table .table-row .price,
.cart-table .table-row .subtotal {
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    color: #f82e56;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.cart-table .table-row name a:hover {
    color: #f82e56;
    text-decoration: underline;
}
.cart-table .table-row .price,
.cart-table .table-row .subtotal {
    text-align: center;
}
.cart-table .table-row .qty {
    text-align: center;
}
.cart-table .table-row .qty input[type="text"] {
    background-color: transparent;
    border: 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    color: #f82e56;
}
.cart-table .table-row .remove {
    text-align: center;
}
.cart-table .table-row .remove a {
    font-size: 20px;
    line-height: 1em;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.cart-table .table-row .remove a:hover {
    color: #f82e56;
}
.cart-table .table-row .continue {
    text-align: center;
}
.cart-table .table-row .continue a {
    font-size: 20px;
    line-height: 1em;
    color: #333745;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.cart-table .table-row .continue a:hover {
    color: #f82e56;
}
.cart-table .table-row .continue span,
.cart-table .table-row .remove span {
    display: none;
}
.total-price {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    max-width: 400px;
    float: right;
    background-color: transparent;
    font-size: 17px;
    line-height: 1.7em;
    color: #333745;
    font-weight: bold;
}
.total-price td {
    width: 50%;
    padding: 0 0 0 10px;
    text-align: right;
}
.total-price .total {
    font-size: 20px;
    color: #f82e56;
}
.cart-action {
    text-align: right;
    margin-bottom: 30px;
    width: 100%;
    clear: both;
}
.cart-action .btn {
    margin-bottom: 10px;
}
.cart-action a:not(.btn) {
    font-size: 17px;
    line-height: 1.2em;
    color: #f82e56;
    text-decoration: none;
}
.cart-action a:not(.btn):hover {
    text-decoration: underline;
}
.total-wrapper {
    float: right;
}
@media screen and (max-width: 1199px) {
    .cart-table .table-row .photo {
        padding: 0 20px;
    }
    .cart-table .table-header {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .total-wrapper {
        float: none;
    }
    .cart-table {
        margin-bottom: 15px;
    }
    .cart-table .table-header {
        padding: 10px 0;
        font-size: 14px;
    }
    .cart-table .table-row .photo {
        padding: 0 10px;
    }
    .cart-table .table-row .name {
        padding: 0 10px;
    }
    .cart-table .table-row .name,
    .cart-table .table-row name a,
    .cart-table .table-row .price,
    .cart-table .table-row .subtotal {
        font-size: 15px;
        line-height: 18px;
    }
    .cart-table .table-row .qty input[type="text"] {
        font-size: 15px;
        line-height: 18px;
    }
    .cart-table .table-footer .btn {
        margin-right: 10px;
    }
    .cart-table .price,
    .cart-table .qty,
    .cart-table .subtotal {
        width: 15%;
    }
    .cart-table .name {
        width: 35%;
    }
    .table-header {
        font-size: 15px;
    }
}
@media screen and (max-width: 667px) {
    .cart-table .table-row .photo {
        padding: 0 20px;
    }
    .cart-table .table-header {
        padding: 10px 0;
        font-size: 14px;
    }
    .cart-table .table-row .name {
        padding: 0 30px;
        font-size: 14px;
    }
}
@media screen and (max-width: 667px) {
    .cart-table .table-row {
        border-bottom-width: 1px;
        border-top: 0;
    }
    .cart-table .table-header {
        display: none;
    }
    .cart-table .table-row {
        display: block;
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .cart-table .table-row .photo {
        display: block;
        width: 33.33333%;
        float: left;
        padding: 0 10px;
    }
    .cart-table .table-row .name {
        display: block;
        float: right;
        width: 66.66666%;
        padding: 40px 0 20px;
    }
    .cart-table.wishlist .table-row .name {
        padding: 50px 0 20px;
    }
    .cart-table .table-row .remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 15px;
        width: auto;
    }
    .cart-table .table-row .continue {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px 15px;
        width: auto;
    }
    .cart-table .table-row .continue span,
    .cart-table .table-row .remove span {
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        padding-right: 8px;
    }
    .cart-table .table-row .continue i.icon,
    .cart-table .table-row .remove i.icon {
        vertical-align: bottom;
        font-size: 20px;
    }
    .cart-table .table-row > div {
        border-left: none;
    }
    .cart-table .qty,
    .cart-table .price,
    .cart-table .subtotal {
        display: block;
        position: absolute;
        width: 33.33333%;
        bottom: 10px;
        left: 0;
    }
    .cart-table .subtotal {
        left: auto;
        right: 0;
        padding: 0 10px;
    }
    .cart-table .qty {
        left: 33.33333%;
    }
    .cart-table .table-footer .btn {
        margin: 0 15px 15px;
        width: calc(100% - 30px);
        max-width: 300px;
        float: none !important;
    }
    .cart-table .table-footer .btn:first-child {
        margin-left: 15px;
    }
    .cart-table .table-footer .btn:first-child + .btn {
        margin-right: 15px;
    }
    .cart-table .table-footer {
        padding: 10px 0 0;
        text-align: center;
    }
}
.cart-table.cart-table--sm .table-row .photo {
    padding: 5px;
}
.cart-table.cart-table--sm .table-row .name {
    padding: 0 15px;
    font-weight: 500;
    font-size: 15px;
}
.cart-table.cart-table--sm .price,
.cart-table.cart-table--sm .subtotal {
    min-width: 80px;
    width: auto;
}
.cart-table.cart-table--sm .table-row .price,
.cart-table.cart-table--sm .table-row .subtotal {
    font-size: 16px;
    min-width: 80px;
    width: auto;
}
.page_404 {
    text-align: center;
    background: url("/images/404-bg.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-404 {
    position: absolute;
    left: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    height: calc(2vw + 20px);
    font-size: calc(1vw + 20px);
    line-height: calc(2vw + 20px);
    font-weight: bold;
    background: #f7f7f7;
    color: #d1d1d1;
    text-transform: uppercase;
}
.page_404 .btn,
.empty-cart .btn,
.empty-category .btn {
    font-weight: 300;
    padding: 0.75vw calc(0.5vw + 10px);
    height: calc(2.8vw + 20px);
    font-size: calc(0.8vw + 15px);
    line-height: 1.4em;
    margin-bottom: 50px;
}
.image-404 {
    margin-top: 4vh;
    position: relative;
    display: inline-block;
}
.image-404 img {
    max-width: 100%;
}
.empty-cart,
.empty-category {
    text-align: center;
    background: url("/images/empty-cart-bg.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.image-empty-cart {
    margin-top: 10vh;
    margin-bottom: 2vh;
    position: relative;
    display: inline-block;
}
.image-empty-cart img {
    max-width: 500px;
    width: 100%;
}
.text-empty-cart-1,
.text-empty-cart-2 {
    position: absolute;
    left: 0;
    top: 12%;
    display: inline-block;
    width: 100%;
    padding-left: 5%;
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    line-height: 1em;
    font-weight: bold;
    color: #d1d1d1;
    text-transform: uppercase;
}
.text-empty-cart-2 {
    left: 0;
    top: 33%;
    padding-left: 0;
    font-size: 71px;
}
@media screen and (max-width: 500px) {
    .text-empty-cart-1 {
        font-size: 7vw;
    }
    .text-empty-cart-2 {
        font-size: 12vw;
    }
}
.image-empty-category {
    margin-top: 10vh;
    margin-bottom: 2vh;
    position: relative;
    display: inline-block;
}
.image-empty-category img {
    max-width: 590px;
    width: 100%;
}
.text-empty-category-1,
.text-empty-category-2 {
    position: absolute;
    left: 0;
    top: 2%;
    display: inline-block;
    width: 100%;
    font-size: 33px;
    line-height: 1em;
    font-weight: 700;
    color: #d1d1d1;
    text-transform: uppercase;
}
.text-empty-category-2 {
    left: 0;
    top: auto;
    bottom: 12%;
    font-size: 20px;
    text-transform: none;
}
@media screen and (max-width: 590px) {
    .text-empty-category-1 {
        font-size: 5vw;
    }
    .text-empty-category-2 {
        font-size: 3.5vw;
    }
}
.gallery-wrapper {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .gallery-wrapper {
        margin-bottom: 30px;
    }
}
.gallery-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.gallery-item .image img {
    position: relative;
    display: block;
    margin: 0 auto;
}
.gallery-item .caption {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item .caption::before,
.gallery-item .caption::after {
    pointer-events: none;
}
.gallery-item .caption,
.gallery-item .caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-item .caption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.gallery-item.effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
.gallery-item.effect > a {
    display: block;
    overflow: hidden;
}
.gallery-item.effect img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}
.gallery-item.effect:hover {
    background-color: #000;
}
.gallery-item.effect:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.gallery-item.effect img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item.effect .caption {
    text-align: left;
}
.gallery-item .link {
    position: absolute;
    bottom: 5%;
    right: 5%;
    opacity: 0;
}
.gallery-item .link a {
    display: inline-block;
    width: calc(20px + 2.5vw);
    height: calc(20px + 2.5vw);
    margin-left: 0.45em;
    background-color: #fff;
    font-size: calc(10px + 1vw);
    color: #333745;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.gallery-item .link a i.icon {
    padding: 0.7em 0 0;
}
.gallery-item .link a:hover {
    color: #fff;
    background-color: #f82e56;
}
body.touch .gallery-item.effect .link,
.gallery-item.effect:hover .link {
    opacity: 1;
}
.gallery-item.effect .title {
    padding: 10px;
    font-weight: bold;
    text-transform: none;
    background-color: rgba(26, 28, 36, 0.7);
}
.gallery-item.effect .title span {
    font-size: 16px;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.gallery-item.effect .title span.m {
    font-size: 20px;
    font-weight: 400;
}
.gallery-item.effect .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.45s ease-out 0.1s;
    transition: max-height 0.45s ease-out;
}
.gallery-item.effect:hover .text {
    max-height: 300px;
    -webkit-transition: max-height 1s ease-out 0.1s;
    transition: max-height 1s ease-out;
}
.gallery-item.effect p {
    display: inline-block;
    margin: 0 0 -0.3em;
    padding: 1em 0.8em;
    background: #fff;
    color: #333745;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: calc(7px + 0.8vw);
    line-height: 1em;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: opacity 0s ease, -webkit-transform 0s ease;
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);
    -o-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.gallery-item.effect p:nth-of-type(2) {
    margin-left: 1.5em;
}
.gallery-item.effect p:nth-of-type(3) {
    margin-left: 3em;
}
.gallery-item.effect:hover p:first-child {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.gallery-item.effect:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.gallery-item.effect:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.gallery-item.effect:hover p {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, transform 0.35s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.filters {
    margin: 0;
    padding: 10px 0 30px;
    list-style: none;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .filters {
        padding: 5px 0 15px;
    }
}
.filters li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
}
.filters li span {
    padding: 0 15px;
    display: inline-block;
    vertical-align: sub;
}
.filters li a {
    color: #333745;
    font-size: 24px;
    line-height: 1.75em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    align-content: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.filters li a:hover,
.filters li a.active {
    color: #f82e56;
    text-decoration: none;
}
.filters li:last-child span {
    display: none;
}
.filters.style2 {
    margin: 0 0 30px;
    padding: 10px 0 30px;
}
@media screen and (max-width: 991px) {
    .filters.style2 {
        padding: 5px 0 15px;
    }
}
.filters.style2 li {
    margin: 0 8px;
    position: relative;
    vertical-align: top;
}
.filters.style2 li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.353em;
    text-transform: uppercase;
    color: #333745;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filters.style2 li a:hover,
.filters.style2 li a.active {
    color: #fff;
    background-color: #f82e56;
    text-decoration: none;
}
.filters.style2 li a:hover span.count,
.filters.style2 li a.active span.count {
    display: block;
}
.filters.style2 li a span.count {
    display: none;
    position: absolute;
    padding: 0 8px;
    top: -10px;
    right: -10px;
    font-size: 13px;
    line-height: 21px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #333745;
}
button.mfp-arrow {
    opacity: 1;
    margin-top: -20px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
button.mfp-arrow:hover {
    background-color: #f82e56;
}
.mfp-arrow-right {
    margin-right: 5%;
}
.mfp-arrow-left {
    margin-left: 5%;
}
.mfp-arrow:active {
    margin-top: -20px;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    font-size: 38px;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    color: #f82e56;
}
.mfp-arrow-right:after {
    top: 0;
    border: 0;
    margin: 0 0 0 15px;
    font-family: "icomoon-reg";
    content: "\e922";
    font-size: 30px;
    line-height: 38px;
    color: #f82e56;
}
.mfp-arrow-right:before {
    display: none;
}
.mfp-arrow-left:after {
    top: 0;
    border: 0;
    margin: 0 0 0 12px;
    font-family: "icomoon-reg";
    content: "\e923";
    font-size: 30px;
    line-height: 38px;
    color: #f82e56;
}
.mfp-arrow-left:before {
    display: none;
}
.mfp-arrow-left:hover:after,
.mfp-arrow-right:hover:after {
    color: #ffffff;
}
.gallery.simple .gallery-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.gallery.simple .gallery-item.isvisible {
    visibility: visible;
    opacity: 1;
}
.news-item .news-date {
    font-size: 12px;
    line-height: 1.1em;
    padding-bottom: 6px;
}
.news-item .news-title,
.news-item h4.news-title {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}
.news-item .news-title a,
.news-item h4.news-title a {
    color: #fff;
}
.news-carousel .slick-dots {
    bottom: -20px;
}
.news-carousel .news-item {
    padding-left: 1px;
}
@media screen and (max-width: 991px) {
    .news-carousel {
        margin-bottom: 45px;
    }
}
body,
html {
    font-weight: 300;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}
a,
a:focus,
a:active {
    text-decoration: none;
}
a:focus,
a:active {
    text-decoration: none;
}
#wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.divider {
    height: 35px;
}
.divider:before,
.divider:after {
    content: " ";
    display: table;
}
.divider:after {
    clear: both;
}
.divider:before,
.divider:after {
    content: " ";
    display: table;
}
.divider:after {
    clear: both;
}
.divider-sm {
    height: 20px;
}
.line-divider {
    width: 100px;
    height: 0;
    margin: 15px auto 25px;
    border-bottom: 1px solid #e8e8e8;
}
.line-divider:before,
.line-divider:after {
    content: " ";
    display: table;
}
.line-divider:after {
    clear: both;
}
.line-divider:before,
.line-divider:after {
    content: " ";
    display: table;
}
.line-divider:after {
    clear: both;
}
h1,
.h1-style {
    font-size: 34px;
    line-height: 1.75em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0;
    color: #333745;
}
.cat-block h1,
.cat-block p {
    text-align: center;
}
h2,
.h2-style {
    font-size: 23px;
    line-height: 1.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #333745;
}
h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
    color: #333745;
}
h3 i.icon {
    padding-right: 5px;
}
h1.no-line,
h2.no-line {
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
}
h1.h-bg,
h2.h-bg {
    display: inline-block;
    color: #ffffff;
    background-color: #333745;
    padding: 0 15px;
    margin: 0;
    border: 0;
}
h4 {
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}
h4 i.icon {
    padding-right: 5px;
}
h5 {
    font-size: 13px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}
h5 i.icon {
    padding-right: 5px;
}
h6 {
    font-size: 11px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}
h6 i.icon {
    padding-right: 5px;
}
.title {
    position: relative;
}
.title.center h1,
.title.center h2 {
    font-size: 34px;
    line-height: 1.75em;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0 0 10px;
    border: 0;
    position: relative;
    text-align: center;
}
.title.center h1:after,
.title.center h2:after {
    content: "";
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    margin-left: -50px;
    background: #e8e8e8;
}
.title.center h1:after,
.title.center h2:after {
    bottom: 18px;
}
h1.size-lg,
.title.center h1.size-lg {
    font-size: 28px;
    letter-spacing: -1px;
}
h1.size-lg .logo-font,
.title.center h1.size-lg .logo-font {
    font-size: 1.6em;
    font-weight: 900;
    text-transform: none;
}
h2.size-lg,
.title.center h2.size-lg {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: 300;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 25.5px;
    }
    h2 {
        font-size: 18px;
    }
    h1.h-bg,
    h2.h-bg {
        line-height: 1.5em;
        padding-top: 3px;
    }
    .title.center h1,
    .title.center h2 {
        font-size: 25.5px;
        line-height: 1.75em;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .title.center h1:after,
    .title.center h2:after {
        bottom: 14px;
    }
    h1.size-lg,
    .title.center h1.size-lg {
        font-size: 36px;
    }
    h2.size-lg,
    .title.center h2.size-lg {
        font-size: 24px;
    }
}
a.readmore {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #f82e56;
}
a.readmore:hover {
    color: #333745;
}
a.readmore:after {
    font-family: "icomoon-reg";
    content: "\e91f";
    font-size: 13px;
    text-decoration: none;
    padding-left: 4px;
}
.text-center .img-responsive {
    display: inline-block;
}
object,
video,
embed {
    height: auto;
    max-width: 100%;
}
.logo-font {
    font-family: "Roboto", sans-serif;
}
.custom-color {
    color: #f82e56;
}
.custom-color-alt {
    color: #333745;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.text-wrapper {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .text-wrapper {
        margin-bottom: 30px;
    }
}
.text-lg p {
    font-size: 16.99995px;
    font-weight: bold;
    color: #333745;
}
.text-lg p:first-child:first-letter {
    display: inline-block;
    font-size: 2.411em;
    line-height: 0.658em;
    vertical-align: top;
    text-transform: uppercase;
    color: #f82e56;
}
.marker {
    background: #f82e56;
    color: #ffffff;
    padding: 0 0.2em;
}
.underline {
    text-decoration: underline;
}
.underline:hover {
    text-decoration: none;
}
ul.marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.marker-list li,
ul.marker-list li a {
    color: #333745;
}
ul.marker-list li a {
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.marker-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background-color: #e4e4e4;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.marker-list li a:hover {
    color: #f82e56;
    text-decoration: none;
}
ul.marker-list li {
    font-size: 16px;
    line-height: 20px;
}
ul.marker-list li a:hover {
    padding-left: 20px;
    margin-right: -8px;
}
ul.marker-list li a:hover:before {
    top: 12px;
    width: 10px;
    height: 4px;
    background-color: #f82e56;
}
ul.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.simple-list li a {
    color: #f82e56;
}
ul.simple-list li {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    color: #333745;
}
ul.simple-list i.icon {
    display: inline-block;
    vertical-align: inherit;
    font-size: 13px;
    color: #f82e56;
    margin: 0 10px 0 0;
}
ul.marker-simple-list {
    padding: 10px 0 20px;
    margin: 0;
    list-style: none;
}
ul.marker-simple-list li a {
    color: #f82e56;
}
ul.marker-simple-list li {
    position: relative;
    padding: 0 0 7px 0;
    font-size: 17px;
    line-height: 20px;
    color: #333745;
}
ul.marker-simple-list li:before {
    margin-right: 9px;
    font-family: "icomoon-reg";
    font-size: 12px;
    line-height: 21px;
    content: "\e951";
    color: #f82e56;
}
@media screen and (min-width: 480px) {
    .two-columns,
    .three-columns {
        display: table-cell;
    }
    .two-columns li,
    .three-columns li {
        margin-right: 30px;
    }
    .two-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .three-columns {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}
.blockquote {
    background: #ffffff;
    border-left: 4px solid #f82e56;
    padding: 20px 30px;
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
    margin: 0 0 50px 0;
}
.info-block {
    margin-bottom: 50px;
    color: #333745;
}
@media screen and (max-width: 991px) {
    .info-block {
        margin-bottom: 30px;
    }
}
.info-block p:last-child {
    margin-bottom: 0;
}
.info-block:after,
.info-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #eeeeee;
    border-left: 4px solid #f82e56;
}
.info-block:after {
    margin-top: 20px;
}
.info-block:before {
    margin-bottom: 20px;
}
.info-block p:first-child:first-letter {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 4px 0 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f82e56;
    color: #fff;
}
ul.social-list-simple {
    margin: 0;
    padding: 0;
}
ul.social-list-simple li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 7px 0;
}
ul.social-list-simple li a {
    display: block;
    padding: 0 6px;
    font-size: 22px;
    line-height: 35px;
    color: #333745;
    text-decoration: none;
}
ul.social-list-simple li a:hover {
    color: #f82e56;
}
ul.social-list-simple.small li {
    margin: 2px 2px 2px 0;
}
ul.social-list-simple.small li a {
    display: block;
    padding: 0 6px;
    font-size: 17px;
    line-height: 25px;
}
ul.tags {
    margin: 0;
    padding: 0;
}
ul.tags li {
    display: inline-block;
    margin: 0 3px 7px 0;
}
ul.tags li a {
    display: block;
    text-decoration: none;
}
ul.tags li span.value {
    display: inline-block;
}
ul.tags li span.value span,
ul.tags li span.value a {
    position: relative;
    display: inline-block;
    z-index: 1;
}
ul.tags li span.value span:before,
ul.tags li span.value a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background-color: #f82e56;
}
ul.tags li span.value:hover span:before,
ul.tags li span.value:hover a:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}
ul.tags li span.value span,
ul.tags li span.value span:before,
ul.tags li span.value a,
ul.tags li span.value a:before {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}
ul.tags li span.value span {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 17px;
    background: #333745;
    color: #ffffff;
}
ul.tags li span.clear {
    display: none;
}
ul.tags li.active span.value span {
    background: #f82e56;
}
ul.tags li.active span.clear {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #f82e56;
}
ul.tags li.active span.clear:before {
    font-family: "icomoon-reg";
    content: "\e933";
    font-size: 16px;
    line-height: 18px;
}
ul.tags li.active span.clear:hover {
    color: #333745;
}
@media screen and (max-width: 767px) {
    ul.tags li span.value span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 15px;
    }
    ul.tags li.active span.clear {
        padding: 3px 0 0 3px;
    }
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.videocontainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.videocontainer video {
    width: 100% !important;
    height: auto !important;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    font-size: inherit;
}
.address-block {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.address-block.last {
    padding-bottom: 0;
    border-bottom: none;
}
.google-map {
    width: 100%;
    height: 470px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .google-map {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .google-map {
        width: 100%;
        height: 370px;
    }
}
@media screen and (max-width: 991px) {
    .google-map {
        width: 100%;
        height: 270px;
    }
}
table.table {
    margin-bottom: 30px;
}
.params-row {
    margin: 0;
    padding: 0;
    list-style: none;
}
.params-row li {
    min-width: 50px;
    display: inline-block;
    text-align: center;
}
.white-card {
    background: #ffffff;
    padding: 30px 25px;
    margin-bottom: 50px;
    color: #333745;
}
@media screen and (max-width: 991px) {
    .white-card {
        margin-bottom: 30px;
    }
}
.white-sideblock {
    background-color: #fff;
    padding: 15px;
}
body.touch .dark-tooltip {
    display: none !important;
}
body .page-footer .footer-social,
.page-footer .footer-social ul.footer-social,
a.sharing .icon-share,
.product-item-actions ul.social-list,
.product-item.large .social-list a,
ul.social-list-simple.small li a,
ul.social-list-simple.small li a.icon-facebook-logo,
ul.social-list-simple li a,
ul.social-list-simple li a.icon-facebook-logo,
.product-info-block div.social,
.product-info-block div.share-button ul.social-list,
.product-info-block div.share-button ul.social-list a,
.blog-meta div.share-button ul.social-list,
.blog-meta div.share-button ul.social-list a {
    display: block !important;
}
.product-info-block div.share-button,
.blog-meta div.share-button,
.product-item-actions a.sharing .icon-share,
body .page-footer .footer-social i.icon.icon-circled {
    display: inline-block !important;
}
button:focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
button:active:focus,
.btn:active:focus,
.btn-primary:active:focus,
button.action:active:focus,
button.active:focus,
.btn.active:focus,
.btn-primary.active:focus,
button.action.active:focus,
button.focus,
.btn.focus,
.btn-primary.focus,
button.action.focus,
button:active.focus,
.btn:active.focus,
.btn-primary:active.focus,
button.action:active.focus,
button.active.focus,
.btn.active.focus,
.btn-primary.active.focus,
button.action.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:hover,
.btn:hover,
.btn-primary:hover,
button.action:hover,
button:focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
button.focus,
.btn.focus,
.btn-primary.focus,
button.action.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:active,
.btn:active,
.btn-primary:active,
button.action:active,
button.active,
.btn.active,
.btn-primary.active,
button.action.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.pull-right,
.btn.pull-right,
.btn-primary.pull-right,
button.action.pull-right {
    margin-right: 10px;
}
.btn,
.btn-primary,
button.action {
    height: 41px;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #f82e56;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn,
.btn-primary,
button.action,
.btn.focus,
.btn-primary.focus,
button.action.focus,
.btn:focus,
.btn-primary:focus,
button.action:focus,
.btn:active,
.btn-primary:active,
button.action:active {
    background-color: #f82e56;
    color: #ffffff;
    border-color: #f82e56;
}
.btn:hover,
.btn-primary:hover,
button.action:hover {
    background-color: transparent;
    color: #f82e56;
    border-color: #f82e56;
}
.btn.btn-invert,
.btn-primary.btn-invert,
button.action.btn-invert,
.btn.btn-invert:active,
.btn-primary.btn-invert:active,
button.action.btn-invert:active,
.btn.btn-invert.focus,
.btn-primary.btn-invert.focus,
button.action.btn-invert.focus,
.btn.btn-invert:focus,
.btn-primary.btn-invert:focus,
button.action.btn-invert:focus {
    background-color: transparent;
    color: #f82e56;
}
.btn.btn-invert:hover,
.btn-primary.btn-invert:hover,
button.action.btn-invert:hover {
    background-color: #f82e56;
    color: #ffffff;
}
.btn i.icon,
.btn-primary i.icon,
button.action i.icon {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-right: 0.4em;
}
.btn i.icon:only-child,
.btn-primary i.icon:only-child,
button.action i.icon:only-child {
    font-size: 1.2em;
    margin-right: 0;
    vertical-align: baseline;
}
.btn span,
.btn-primary span,
button.action span {
    position: relative;
    top: 0;
    left: 0;
}
.btn-sm,
.btn-primary-sm,
button.action-sm {
    height: 26px;
    padding: 0 8px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 26px;
}
.btn-sm i.icon,
.btn-primary-sm i.icon,
button.action-sm i.icon {
    line-height: 1em;
    margin-right: 0.3em;
}
@-moz-document url-prefix() {
    .btn .btn-sm,
    .btn-primary .btn-sm,
    button.action .btn-sm {
        line-height: 25px;
    }
}
.btn-lg,
.btn-primary-lg,
button.action-lg {
    padding: 4px 25px 3px;
    font-size: 16.5px;
    height: auto;
    border-width: 1px;
}
.btn-xl,
.btn-primary-xl,
button.action-xl {
    padding: 15px 40px;
    font-size: 24px;
    height: auto;
    border-width: 2px;
}
.btn-xxl,
.btn-primary-xxl,
button.action-xxl {
    padding: 25px 50px;
    font-size: 28.995px;
    height: auto;
    border-width: 2px;
}
.btn-alt,
.btn-alt.focus,
.btn-alt:focus,
.btn-alt:active {
    background-color: #333745;
    border-color: #333745;
}
.btn-alt:hover {
    background-color: transparent;
    color: #333745;
    border-color: #333745;
}
.btn-alt.btn-invert,
.btn-alt.btn-invert:active,
.btn-alt.btn-invert.focus,
.btn-alt.btn-invert:focus {
    background-color: transparent;
    color: #333745;
}
.btn-alt.btn-invert:hover {
    background-color: #333745;
    color: #ffffff;
}
.btn.disabled i.spin {
    vertical-align: text-bottom;
    line-height: 1em;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    -webkit-transition: opacity 0.3s easy;
    -o-transition: opacity 0.3s easy;
    transition: opacity 0.3s easy;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.btn-center {
    text-align: center;
    margin-bottom: 30px;
}
button.close {
    -webkit-appearance: none;
}
.fixed-btns {
    position: fixed;
    bottom: 220px;
    right: 0;
    z-index: 1006;
}
.fixed-btns.demo-mode {
    top: 100px;
    bottom: auto;
    padding: 50px 0 0;
}
body.edit-mode .fixed-btns {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-fixed-btn,
.buy-fixed-btn {
    position: relative;
    z-index: 101;
    display: block;
    color: #fff !important;
    font-size: 35px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
}
.top-fixed-btn:focus,
.buy-fixed-btn:focus {
    text-decoration: none;
}
.top-fixed-btn .icon,
.buy-fixed-btn .icon,
.top-fixed-btn i.icon:only-child,
.buy-fixed-btn i.icon:only-child {
    display: block;
    font-size: 26px;
    line-height: 48px;
}
.buy-fixed-btn {
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    white-space: normal;
}
.buy-fixed-btn .icon,
.buy-fixed-btn i.icon:only-child {
    font-size: 12px;
    line-height: 22px;
    display: block;
}
.top-fixed-btn,
.top-fixed-btn:focus {
    color: #fff;
    background: #333745;
    text-decoration: none;
}
.top-fixed-btn:hover {
    background: #f82e56;
    text-decoration: none;
}
.buy-fixed-btn,
.buy-fixed-btn:focus {
    color: #fff;
    background: #f82e56;
    text-decoration: none;
}
.buy-fixed-btn:hover {
    background: #f82e56;
    text-decoration: none;
}
.fixed-btns.demo-mode .top-fixed-btn:hover {
    background: #22242e;
}
.fixed-btns.demo-mode .buy-fixed-btn:hover {
    background: #f50837;
}
.back-to-top {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top:hover {
    opacity: 1;
    background-color: #f82e56;
}
.fixed-btns {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed-btns.is-visible,
.fixed-btns.demo-mode {
    opacity: 1;
}
.fixed-btns.demo-mode:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333745;
}
.fixed-btns.demo-mode .top-fixed-btn {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.fixed-btns.demo-mode .top-fixed-btn.is-visible {
    opacity: 1;
    height: 50px;
}
@media screen and (max-width: 991px) {
    .fixed-btns {
        display: none;
    }
}
.back-to-top-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .back-to-top-mobile {
        display: block;
        height: 45px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        font-family: "Roboto", sans-serif;
    }
    .back-to-top-mobile .icon {
        font-size: 22px;
        vertical-align: text-bottom;
        padding: 0 10px 0 0;
    }
    .back-to-top-mobile,
    .back-to-top-mobile:focus,
    .back-to-top-mobile:hover {
        color: #fff;
        background-color: #333745;
        text-decoration: none;
    }
}
.tabaccordion .collapsing {
    -webkit-transition: none;
    transition: none;
}
.nav-tabs {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    overflow: hidden;
    border: 0;
}
.nav-tabs > li {
    position: relative;
}
.nav-tabs > li > a {
    display: block;
    margin: 5px 5px -5px 0;
    border-radius: 0;
    padding: 12px 20px 18px;
    border: 0;
    border-top: 2px solid #bcbcbc;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333745;
}
.nav-tabs > li > a:hover {
    border-color: #bcbcbc;
}
.nav-tabs > li.active:after,
.nav-tabs > li:hover:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: calc(100% - 5px);
    height: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    margin-top: 0;
    padding-top: 17px;
    background-color: #ffffff;
    border: 0;
    border-top: 2px solid #f82e56;
    color: #f82e56;
}
.tab-content {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    color: #191919;
}
@media screen and (max-width: 991px) {
    .tab-content {
        margin-bottom: 30px;
    }
}
.tab-content > .tab-pane {
    display: none;
    background-color: #ffffff;
    padding: 30px;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.tab-content > .active {
    display: block;
}
.tab-content p {
    margin-bottom: 20px;
}
.tab-content form,
.tab-content form.white {
    margin-bottom: 0;
}
.tab-content ul.tags {
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .panel-group {
        margin-bottom: 30px;
    }
}
.panel-group.faq .panel {
    margin-bottom: 25px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group.faq .panel-heading {
    position: relative;
    min-height: 90px;
    margin-bottom: 10px;
    padding: 25px 30px;
    background: #ffffff;
}
.panel-group.faq .panel-heading .panel-title {
    padding-left: 90px;
    font-size: 25px;
    line-height: 40px;
    color: #333745;
    font-weight: 500;
    text-transform: none;
}
.panel-group.faq .panel-heading a,
.panel-group.faq .panel-heading a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
    transition: all 0.25 ease;
}
.panel-group.faq .panel-heading a > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    min-height: 90px;
    background: #333745;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 100;
}
.panel-group.faq .panel-heading a > span > i {
    display: block;
    position: relative;
    font-style: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.panel-group.faq .panel-heading a:not(.collapsed) > span.opened {
    display: none;
}
.panel-group.faq .panel-heading a > span.closed {
    padding-top: 3px;
}
.panel-group.faq .panel-heading a.collapsed > span.closed {
    display: none;
}
.panel-group.faq .panel-collapse {
    margin-top: 0;
    background: #ffffff;
}
.panel-group.faq .panel-body {
    color: #333745;
    border: 0;
    padding: 30px;
}
.panel-group.faq .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
@media screen and (max-width: 1199px) {
    .panel-group.faq .panel {
        margin-bottom: 20px;
    }
    .panel-group.faq .panel-heading {
        min-height: 70px;
        padding: 20px 25px;
    }
    .panel-group.faq .panel-heading .panel-title {
        padding-left: 70px;
        font-size: 20px;
        line-height: 30px;
    }
    .panel-group.faq .panel-heading a > span {
        width: 70px;
        min-height: 70px;
        font-size: 50px;
    }
}
@media screen and (max-width: 991px) {
    .panel-group.faq .panel {
        margin-bottom: 15px;
    }
    .panel-group.faq .panel-heading {
        min-height: 50px;
        padding: 14px 15px;
    }
    .panel-group.faq .panel-heading .panel-title {
        padding-left: 50px;
        font-size: 18px;
        line-height: 22px;
    }
    .panel-group.faq .panel-heading a > span {
        width: 50px;
        min-height: 50px;
        font-size: 35px;
    }
    .panel-group.faq .panel-heading a > span.closed {
        padding-top: 1px;
    }
}
.tabaccordion .panel-default {
    border-color: #f7f7f7;
}
.tabaccordion .panel-default > .panel-heading {
    color: #333745;
    background-color: #ffffff;
    border-color: #f7f7f7;
}
.tabaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f7f7f7;
}
.tabaccordion .panel-default > .panel-heading .badge {
    color: #ffffff;
    background-color: #333745;
}
.tabaccordion .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f7f7f7;
}
.tabaccordion .panel-heading {
    padding: 0;
}
.tabaccordion .panel-title {
    padding: 0;
}
.tabaccordion .panel-title a {
    padding: 20px 15px;
    display: block;
    border-top: 1px solid #e8e8e8;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5 ease;
    -o-transition: all 0.5 ease;
    transition: all 0.5 ease;
}
.tabaccordion .panel-title a:not(.collapsed) {
    color: #ffffff;
    background: #f82e56;
    border-color: #f82e56;
}
.tabaccordion .panel-group .panel:first-child .panel-title a {
    border: 0;
}
.tabaccordion .panel-group .panel + .panel {
    margin-top: 0;
    border: 0;
}
.tabaccordion .panel-body {
    color: #191919;
    padding: 20px 50px;
}
@media (max-width: 991px) {
    .tabaccordion .panel-body {
        padding: 20px 25px;
    }
}
@media (max-width: 767px) {
    .tabaccordion .panel-body {
        padding: 15px 20px;
    }
}
.pagination {
    margin: 0 0 50px;
    padding: 0;
    border-radius: 0;
}
@media screen and (max-width: 991px) {
    .pagination {
        margin-bottom: 30px;
        float: none !important;
    }
}
.pagination > li {
    display: inline-block;
    margin-right: -1px;
}
.pagination > li a {
    min-width: 35px;
    text-align: center;
}
.pagination.pull-right > li {
    margin-left: -1px;
    margin-right: 0;
}
.contact-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .contact-list {
        margin-bottom: 30px;
    }
}
.contact-list li {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) and (min-width: 480px) {
    .contact-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -4px;
        padding-right: 15px;
    }
}
.services-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .services-list {
        margin-bottom: 30px;
    }
}
.services-list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.services-list li:last-child {
    border-bottom: 0;
}
.services-list li:last-child {
    margin-bottom: 0;
}
.services-list .box-left-icon {
    margin-bottom: 20px;
}
.services-list .box-left-icon .box-text {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6f6f6f;
}
.services-list .box-left-icon .box-text .title {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333745;
    text-transform: none;
}
.services-list .box-left-icon .box-icon {
    width: 60px;
}
.services-list .box-left-icon .box-icon i.icon {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}
input,
textarea {
    border-radius: 0;
}
input[type="text"],
input[type="password"],
textarea,
.select-wrapper select,
.select-wrapper-sm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label {
    font-size: 14px;
    font-weight: inherit;
    color: #333745;
}
.required,
.required-text {
    color: #f82e56;
}
.form-control {
    box-shadow: none !important;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border-radius: 0;
    color: #333745;
}
.form-control.dashed {
    border: 2px dashed #d4d4d4;
}
.input-group-btn .btn i.icon {
    font-size: 19px;
    line-height: 39px;
    padding: 0 12px;
}
.checkbox-group {
    position: relative;
    list-style: none;
}
.checkbox-group input[type="checkbox"] {
    display: none;
}
.checkbox-group label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 23px;
    font-weight: 400;
}
.checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox-group label .box {
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #e9e9e9;
    height: 23px;
    width: 23px;
    z-index: 9;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background: #fff;
}
.checkbox-group label .check {
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    opacity: 0;
    z-index: 10;
    color: #f82e56;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-left: none;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.checkbox-group input[type="checkbox"]:checked ~ label .box {
    border-color: #d4d4d4;
}
.checkbox-group input[type="checkbox"]:checked ~ label .check {
    opacity: 1;
}
.radio {
    float: left;
    display: block;
    cursor: pointer;
    margin: -5px 30px -4px 0;
    line-height: 23px;
    font-weight: 400;
}
.radio input {
    width: 1px;
    height: 1px;
    opacity: 0;
}
.radio input:checked + .outer .inner {
    background-color: #f82e56;
    opacity: 1;
}
.radio input:checked + .outer {
    border-width: 2px;
    border-style: solid;
    border-color: #d4d4d4;
}
.radio .outer {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 2px 7px 0 0;
    border-width: 2px;
    border-style: solid;
    border-color: #e9e9e9;
    border-radius: 50%;
    background-color: #fff;
}
.radio .inner {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 6px;
    height: 6px;
    display: block;
    margin: 5px;
    border-radius: 50%;
    background-color: #f82e56;
    opacity: 0;
    position: relative;
}
.text-center > .radio .outer {
    float: none;
    margin: 0 auto;
}
.form-card {
    background: #ffffff;
    padding: 30px 25px;
    margin-bottom: 50px;
    color: #333745;
}
@media screen and (max-width: 991px) {
    .form-card {
        margin-bottom: 30px;
    }
}
.form-card p {
    margin-bottom: 20px;
}
.form-card h3 {
    font-size: 19px;
    line-height: 1.2em;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
}
.form-card h4 {
    font-size: 19px;
    line-height: 1.2em;
    text-transform: none;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
}
.form-card .back {
    color: #f82e56;
}
.form-card .back a {
    color: #f82e56;
    text-decoration: underline;
}
.form-card .back a:hover {
    text-decoration: none;
}
.row-eq-height .form-card {
    height: 100%;
    position: relative;
}
form.white {
}
@media screen and (max-width: 991px) {
    form.white {
        margin-bottom: 30px;
    }
}
form.white .form-control {
    background-color: #fff;
    border-color: #e8e8e8;
    color: #333745;
}
form.white .form-control {
    margin-bottom: 12px;
}
form.white textarea {
    height: 125px;
}
form.white .btn {
    margin-top: 15px;
    margin-bottom: 5px;
}
form.white .input-group .form-control {
    margin-bottom: 0;
}
form.white .input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
}
label.error {
    display: block;
    clear: both;
    color: red;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#contactFormSuccess,
#contactFormError {
    display: none;
    font-weight: 400;
}
#contactFormError {
    color: red;
}
form.account-create .form-control {
    margin-bottom: 12px;
}
form.account-create .btn {
    margin-top: 20px;
    margin-bottom: 15px;
}
form.account-create .required-text {
    float: right;
    padding-top: 20px;
}
form.search-form {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 991px) {
    form.search-form {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}
.qty-changer input[type="button"] {
    border: 0;
    background-color: #f7f7f7;
    color: #333745;
    cursor: pointer;
    width: 23px;
    height: 23px;
    -webkit-appearance: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
}
.qty-changer input[type="text"] {
    border: 0;
    width: 35px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
}
.select-wrapper,
.select-wrapper-sm {
    position: relative;
}
.select-wrapper:before,
.select-wrapper-sm:before {
    content: "\e920";
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    font-family: "icomoon-reg";
    font-size: 24px;
    line-height: 40px;
    pointer-events: none;
    color: #333745;
    text-align: center;
    background-color: #ffffff;
}
.select-wrapper select,
.select-wrapper-sm select {
    padding-right: 40px;
    background-color: #ffffff;
    color: #333745;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
.select-wrapper-sm:before {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
}
.select-wrapper-sm select {
    padding-right: 30px;
}
.form-card .select-wrapper select,
.form-card .select-wrapper-sm select,
.form-card .select-wrapper:before,
.form-card .select-wrapper-sm:before {
    background-color: #f7f7f7;
}
select.input-sm {
    line-height: 21px;
}
.range-slider {
    margin: 0 0 20px;
    width: 100%;
}
.range-slider-range {
    -webkit-appearance: none;
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 73px) !important;
    height: 6px;
    background: #ddd;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f82e56;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider-range::-webkit-slider-thumb:hover {
    background: #333745;
}
.range-slider-range:active::-webkit-slider-thumb {
    background: #333745;
}
.range-slider-range::-moz-range-thumb {
    border: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f82e56;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider-range::-moz-range-thumb:hover {
    background: #333745;
}
.range-slider-range:active::-moz-range-thumb {
    background: #333745;
}
.range-slider-value {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    color: #f82e56;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    background: #f7f7f7;
    padding: 5px 10px;
    margin-left: 8px;
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
.dropdown-link {
    position: relative;
}
.dropdown-link .dropdown-container {
    position: absolute;
    z-index: 1009;
    top: 40px;
    left: 0;
    right: auto;
    min-width: 50px;
    padding: 15px;
    background: #ffffff;
    list-style: none;
    border-bottom: 2px solid #f82e56;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    text-align: left;
}
.dropdown-link .dropdown-container:after,
.dropdown-link .dropdown-container:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdown-link .dropdown-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}
.dropdown-link .dropdown-container:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #efefef;
    border-width: 7px;
    margin-left: -7px;
}
.dropdown-link .dropdown-container.right {
    left: auto;
    right: 0;
}
.dropdown-link .dropdown-container.right:after,
.dropdown-link .dropdown-container.right:before {
    right: 20px;
    left: auto;
}
@media screen and (min-width: 992px) {
    .dropdown-link .dropdown-container {
        top: -5000px;
    }
    .dropdown-link:hover > .dropdown-container {
        opacity: 1;
        visibility: visible;
        top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .dropdown-link:not(.header-cart):hover > .dropdown-container {
        opacity: 1;
        visibility: visible;
    }
    .dropdown-link.header-cart.active > .dropdown-container {
        opacity: 1;
        visibility: visible;
    }
}
.dropdown-link.header-cart.variant-2 .dropdown-container:after,
.dropdown-link.header-cart.variant-2 .dropdown-container:before {
    display: none;
}
.header-language .dropdown-container {
    min-width: 92px;
    padding: 7px 10px;
    color: #191919;
}
.header-language .dropdown-container li.active {
    font-weight: bold;
}
.header-language .dropdown-container li a {
    color: #191919;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}
.header-language .dropdown-container li a img {
    margin-right: 7px;
}
.header-language .dropdown-container li a:focus,
.header-language .dropdown-container li a:active {
    text-decoration: none;
}
.header-language .dropdown-container li a:hover {
    text-decoration: none;
    color: #f82e56;
}
.header-currency .dropdown-container {
    min-width: 55px;
    padding: 7px 10px;
    color: #191919;
}
.header-currency .dropdown-container li.active {
    font-weight: bold;
}
.header-currency .dropdown-container li a {
    color: #191919;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}
.header-currency .dropdown-container li a span.symbol {
    margin-right: 7px;
}
.header-currency .dropdown-container li a:hover {
    text-decoration: none;
    color: #f82e56;
}
.header-account .dropdown-container {
    min-width: 100px;
    padding: 20px;
    color: #8f8f8f;
}
.header-account .dropdown-container .title {
    font-size: 20px;
    line-height: 1.2em;
    color: #191919;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}
.header-account .dropdown-container form {
    margin: 15px 0 0 0;
}
.header-account .dropdown-container input.form-control {
    margin-bottom: 20px;
    min-width: 260px;
}
.header-account .dropdown-container button.btn {
    width: 100%;
    margin-bottom: 15px;
}
.header-account .dropdown-container .top-text {
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    color: #8f8f8f;
}
.header-account .dropdown-container .bottom-text {
    font-size: 17px;
    line-height: 1.2em;
    text-align: center;
    color: #191919;
}
@media screen and (max-width: 991px) {
    .header-language .dropdown-container {
        min-width: 150px;
        padding: 0;
        color: #191919;
    }
    .header-language .dropdown-container li {
        padding: 0 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .header-language .dropdown-container li.active {
        font-weight: bold;
    }
    .header-language .dropdown-container li a {
        color: #191919;
        display: block;
        font-size: 14px;
        line-height: 15px;
        padding: 10px 0;
    }
    .header-language .dropdown-container li a img {
        margin-right: 7px;
    }
    .header-language .dropdown-container li a:hover {
        text-decoration: none;
        color: #f82e56;
    }
    .header-currency .dropdown-container {
        min-width: 150px;
        padding: 0;
        color: #191919;
    }
    .header-currency .dropdown-container li {
        padding: 0 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .header-currency .dropdown-container li.active {
        font-weight: bold;
    }
    .header-currency .dropdown-container li a {
        color: #191919;
        display: block;
        font-size: 14px;
        line-height: 15px;
        padding: 10px 0;
    }
    .header-currency .dropdown-container li a span.symbol {
        margin-right: 7px;
    }
    .header-currency .dropdown-container li a:hover {
        text-decoration: none;
        color: #f82e56;
    }
}
.collapsed-mobile .toggle-arrow {
    display: none;
}
@media screen and (max-width: 991px) {
    .page-footer .collapsed-mobile {
        position: relative;
    }
    .collapsed-mobile {
        position: relative;
    }
    .collapsed-mobile .title {
        cursor: pointer;
    }
    .collapsed-mobile .title h2 {
        margin: 0 0 10px 0;
        padding: 0 0 10px;
    }
    .collapsed-mobile .collapsed-content {
        position: absolute;
        padding: 10px 0 20px;
        margin-bottom: 15px;
        width: 100%;
        top: -10000px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .collapsed-mobile .toggle-arrow {
        display: block;
        position: absolute;
        z-index: 100;
        width: 50px;
        height: 50px;
        top: -10px;
        right: 0;
        font-family: "icomoon-reg";
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .collapsed-mobile .toggle-arrow:before {
        color: #333745;
        content: "\e922";
    }
    .collapsed-mobile .toggle-arrow:hover:before {
        color: #f82e56;
    }
    .collapsed-mobile.open .collapsed-content {
        position: relative;
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .collapsed-mobile.open .toggle-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .collapsed-mobile .carousel-arrows {
        display: none;
    }
    .page-footer .container > .row > [class*="col-"]:last-child .footer-block.collapsed-mobile {
        margin-bottom: 0;
    }
    .page-footer .collapsed-mobile .collapsed-content {
        margin-bottom: 0;
    }
    .page-footer .collapsed-mobile .toggle-arrow {
        right: -5px;
    }
}
body.modal-open .modal .modal-dialog {
    margin: auto;
}
.modal {
    text-align: center;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-countdown {
    display: none;
}
.modal-content {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    padding: 35px 50px 50px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 80%;
    position: relative;
    background: #ffffff;
    color: #333745;
}
.modal-dialog:after,
.modal-dialog:before {
    content: "";
    height: 4px;
    background: #333745;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}
.modal-dialog:after {
    top: 0;
}
.modal-dialog:before {
    bottom: 0;
}
.modal-dialog .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.modal-dialog p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.3em;
}
.modal-dialog .btn,
.modal-dialog input {
    margin-bottom: 20px;
}
.modal-dialog .checkbox-group {
    display: inline-block;
    color: #333745;
}
.modal-dialog .checkbox-group label {
    font-size: 15px;
    font-weight: 400;
}
.modal-header,
.modal-body,
.modal-footer {
    border-bottom: 0;
    padding: 0;
    min-height: 0;
}
.modal-header .close {
    position: absolute;
    margin: 0;
    right: -20px;
    top: -20px;
    font-family: "icomoon-reg";
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.modal-header .close:hover {
    color: #f82e56;
}
.modal.info .modal-dialog {
    width: 340px;
}
.modal.info .modal-content {
    padding: 20px 40px 20px;
    text-align: center;
}
.modal.info .modal-content .icon-info {
    font-size: 45px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.modal.info .modal-content p {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
}
.modal.info.success .modal-content .icon-info {
    color: #63c66c;
}
.modal.info.error .modal-content .icon-info {
    color: #f82e56;
}
@media screen and (max-width: 991px) {
    .modal-content {
        padding: 20px 30px 30px;
    }
    .modal.info .modal-content {
        padding: 15px 20px 5px;
    }
}
.modal-backdrop {
    -webkit-backface-visibility: hidden;
}
.modal-backdrop.zoom,
.modal-backdrop.zoom-out {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-backdrop.unfold-3d {
    perspective: 500;
}
.modal.zoom .modal-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0.6);
}
.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}
.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: scale(1.3);
}
.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 40px;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 40px;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 40px;
    }
}
@-webkit-keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 20px;
    }
}
@-moz-keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 20px;
    }
}
@keyframes progress-bar-stripes-small {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 20px;
    }
}
.bg-striped,
.bg-striped-sm {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 0.25;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #bfbfbf 25%, transparent 25%, transparent 50%, #bfbfbf 50%, #bfbfbf 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    -moz-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}
.bg-striped-sm {
    background-size: 20px 20px;
    -webkit-animation: progress-bar-stripes-small 0.5s linear infinite;
    -moz-animation: progress-bar-stripes-small 0.5s linear infinite;
    animation: progress-bar-stripes-small 0.5s linear infinite;
}
.block-loading {
    position: relative;
}
.block-loading .bg-striped,
.block-loading .bg-striped-sm {
    display: block;
}
.image-hover-dark {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    -o-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
.image-hover-dark > a {
    display: block;
    overflow: hidden;
}
.image-hover-dark img {
    -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transform: scale(1.01) rotate(0.0001deg);
    transform: scale(1.01) rotate(0.0001deg);
}
.image-hover-dark:hover {
    background-color: #000;
}
.image-hover-dark:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.image-hover-scale {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.image-hover-scale > a {
    display: block;
    overflow: hidden;
}
.image-hover-scale img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
}
.image-hover-scale:hover img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}
.colorhover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
    opacity: 0.5;
}
.colorhover:hover img,
.colorhover:focus img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.blur {
    -webkit-animation: blur 1s linear forwards;
    -moz-animation: blur 1s linear forwards;
    -ms-animation: blur 1s linear forwards;
    -o-animation: blur 1s linear forwards;
    animation: blur 1s linear forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes blur {
    to {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
}
@-moz-keyframes blur {
    to {
        -moz-filter: blur(3px);
        filter: blur(3px);
    }
}
@keyframes blur {
    to {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
    }
}
.hoverslide span,
.hoverslide a {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.hoverslide span:before,
.hoverslide a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background-color: #f82e56;
}
.hoverslide:hover span:before,
.hoverslide:hover a:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}
.hoverslide span,
.hoverslide span:before,
.hoverslide a,
.hoverslide a:before {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}
.share-button {
    position: relative;
    display: inline-block;
}
.share-button .toggle {
    position: relative;
    height: 30px;
    margin-bottom: 0;
    z-index: 10;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    line-height: 30px;
    color: #333745;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.share-button .toggle:hover {
    color: #f82e56;
}
.share-button .toggle:after {
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-family: "icomoon-reg";
    content: "\e905";
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    left: -2px;
}
.share-button .social-list {
    position: absolute;
    margin: 0;
    padding: 0;
}
.share-button .social-list li {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    -o-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}
.share-button .social-list a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-indent: 120%;
    text-decoration: none;
    background-color: #f82e56;
    border: 1px solid #f82e56;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.share-button .social-list a:hover {
    opacity: 0.7;
}
.share-button .social-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    text-indent: 0;
}
.share-button:hover .social-list li {
    opacity: 1;
}
body:not(.rtl) .share-button.toRight .social-list,
body.rtl .share-button.toLeft .social-list {
    right: 100%;
    margin-right: 5px;
    top: 0;
}
body:not(.rtl) .share-button.toRight .social-list li,
body.rtl .share-button.toLeft .social-list li {
    top: 0;
    right: 0;
    margin: 0;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(1),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(1) {
    right: 0;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(2),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(2) {
    right: 30px;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(3),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(3) {
    right: 60px;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(4),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(4) {
    right: 90px;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(5),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(5) {
    right: 120px;
}
body:not(.rtl) .share-button.toRight:hover .social-list li:nth-child(6),
body.rtl .share-button.toLeft:hover .social-list li:nth-child(6) {
    right: 150px;
}
body:not(.rtl) .share-button.toLeft .toggle,
body.rtl .share-button.toRight .toggle {
    padding-right: 5px;
}
body:not(.rtl) .share-button.toLeft .social-list,
body.rtl .share-button.toRight .social-list {
    left: 100%;
    margin-left: 0;
    top: 0;
}
body:not(.rtl) .share-button.toLeft .social-list li,
body.rtl .share-button.toRight .social-list li {
    top: 0;
    left: 0;
    margin: 0;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(1),
body.rtl .share-button.toRight:hover .social-list li:nth-child(1) {
    left: 0;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(2),
body.rtl .share-button.toRight:hover .social-list li:nth-child(2) {
    left: 30px;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(3),
body.rtl .share-button.toRight:hover .social-list li:nth-child(3) {
    left: 60px;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(4),
body.rtl .share-button.toRight:hover .social-list li:nth-child(4) {
    left: 90px;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(5),
body.rtl .share-button.toRight:hover .social-list li:nth-child(5) {
    left: 120px;
}
body:not(.rtl) .share-button.toLeft:hover .social-list li:nth-child(6),
body.rtl .share-button.toRight:hover .social-list li:nth-child(6) {
    left: 150px;
}
.share-button.toTop .social-list {
    left: 0;
    bottom: 100%;
    padding-bottom: 5px;
}
.share-button.toTop .social-list li {
    left: 0;
    bottom: 0;
}
.share-button.toTop:hover .social-list li:nth-child(1) {
    bottom: 0;
}
.share-button.toTop:hover .social-list li:nth-child(2) {
    bottom: 30px;
}
.share-button.toTop:hover .social-list li:nth-child(3) {
    bottom: 60px;
}
.share-button.toTop:hover .social-list li:nth-child(4) {
    bottom: 90px;
}
.share-button.toTop:hover .social-list li:nth-child(5) {
    bottom: 120px;
}
.share-button.toTop:hover .social-list li:nth-child(6) {
    bottom: 150px;
}
.share-button.toBottom .social-list {
    left: 0;
    top: 100%;
}
.share-button.toBottom .social-list li {
    left: 0;
    top: 0;
}
.share-button.toBottom:hover .social-list li:nth-child(1) {
    top: 0;
}
.share-button.toBottom:hover .social-list li:nth-child(2) {
    top: 30px;
}
.share-button.toBottom:hover .social-list li:nth-child(3) {
    top: 60px;
}
.share-button.toBottom:hover .social-list li:nth-child(4) {
    top: 90px;
}
.share-button.toBottom:hover .social-list li:nth-child(5) {
    top: 120px;
}
.share-button.toBottom:hover .social-list li:nth-child(6) {
    top: 150px;
}
.social-list a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.social-list a.twitter {
    background-color: #00aced;
    border-color: #00aced;
}
.social-list a.google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.social-list a.pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}
.social-list a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
}
.social-list a.instagram {
    background-color: #125688;
    border-color: #125688;
}
.social-list a.youtube {
    background-color: #b00;
    border-color: #b00;
}
.social-list a.skype {
    background-color: #12a5f4;
    border-color: #12a5f4;
}
.social-list a.vimeo {
    background-color: #80ceff;
    border-color: #80ceff;
}
.social-list a.fancy {
    background-color: #46a5e3;
    border-color: #46a5e3;
}
.icons-social.colors a i:not(.icon-circled) {
    color: #333745;
}
.icons-social.colors a i:not(.icon-circled).facebook {
    color: #3b5998;
}
.icons-social.colors a i:not(.icon-circled).twitter {
    color: #00aced;
}
.icons-social.colors a i:not(.icon-circled).google {
    color: #dd4b39;
}
.icons-social.colors a i:not(.icon-circled).pinterest {
    color: #bd081c;
}
.icons-social.colors a i:not(.icon-circled).linkedin {
    color: #007bb5;
}
.icons-social.colors a i:not(.icon-circled).instagram {
    color: #125688;
}
.icons-social.colors a i:not(.icon-circled).youtube {
    color: #b00;
}
.icons-social.colors a i:not(.icon-circled).skype {
    color: #12a5f4;
}
.icons-social.colors a i:not(.icon-circled).vimeo {
    color: #80ceff;
}
.icons-social.colors a i:not(.icon-circled).fancy {
    color: #46a5e3;
}
.icons-social.colors a:hover i:not(.icon-circled) {
    opacity: 0.7;
}
.icons-social.colors a i.icon.icon-circled.facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.icons-social.colors a i.icon.icon-circled.twitter {
    color: #00aced;
    border-color: #00aced;
}
.icons-social.colors a i.icon.icon-circled.google {
    color: #dd4b39;
    border-color: #dd4b39;
}
.icons-social.colors a i.icon.icon-circled.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}
.icons-social.colors a i.icon.icon-circled.linkedin {
    color: #007bb5;
    border-color: #007bb5;
}
.icons-social.colors a i.icon.icon-circled.instagram {
    color: #125688;
    border-color: #125688;
}
.icons-social.colors a i.icon.icon-circled.youtube {
    color: #b00;
    border-color: #b00;
}
.icons-social.colors a i.icon.icon-circled.skype {
    color: #12a5f4;
    border-color: #12a5f4;
}
.icons-social.colors a i.icon.icon-circled.vimeo {
    color: #80ceff;
    border-color: #80ceff;
}
.icons-social.colors a i.icon.icon-circled.fancy {
    color: #46a5e3;
    border-color: #46a5e3;
}
.icons-social.colors a:hover i.icon.icon-circled {
    color: #ffffff !important;
}
.icons-social.colors a:hover i.icon.icon-circled.facebook {
    background-color: #3b5998;
}
.icons-social.colors a:hover i.icon.icon-circled.twitter {
    background-color: #00aced;
}
.icons-social.colors a:hover i.icon.icon-circled.google {
    background-color: #dd4b39;
}
.icons-social.colors a:hover i.icon.icon-circled.pinterest {
    background-color: #bd081c;
}
.icons-social.colors a:hover i.icon.icon-circled.linkedin {
    background-color: #007bb5;
}
.icons-social.colors a:hover i.icon.icon-circled.instagram {
    background-color: #125688;
}
.icons-social.colors a:hover i.icon.icon-circled.youtube {
    background-color: #b00;
}
.icons-social.colors a:hover i.icon.icon-circled.skype {
    background-color: #12a5f4;
}
.icons-social.colors a:hover i.icon.icon-circled.vimeo {
    background-color: #80ceff;
}
.icons-social.colors a:hover i.icon.icon-circled.fancy {
    background-color: #46a5e3;
}
.breadcrumbs {
    margin: 0;
    margin-top: -50px;
    padding: 29px 0;
    list-style: none;
}
@media screen and (max-width: 991px) {
    .breadcrumbs {
        margin-top: -30px;
    }
}
@media screen and (max-width: 991px) {
    .breadcrumbs {
        padding: 20px 0;
    }
}
.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
}
.breadcrumbs li span {
    padding-left: 7px;
}
.breadcrumbs li a {
    padding-left: 7px;
    padding-right: 5px;
    color: #333745;
    font-weight: 400;
    text-decoration: none;
    align-content: center;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.breadcrumbs li a:hover {
    color: #f82e56;
}
.breadcrumbs li:first-child span {
    padding-left: 0;
}
span.color.color-red {
    background-color: #f82e56;
}
span.color.color-riogrande {
    background-color: #c9da11;
}
span.color.color-orange {
    background-color: #ff8400;
}
span.color.color-pink {
    background-color: #dd41a8;
}
span.color.color-green {
    background-color: #4b9058;
}
span.color.color-lightgreen {
    background-color: #8cc93b;
}
span.color.color-caribbean {
    background-color: #0bc39f;
}
span.color.color-blue {
    background-color: #075a82;
}
span.color.color-lightblue {
    background-color: #468cf1;
}
span.color.color-violet {
    background-color: #714abf;
}
span.color.color-tomato {
    background-color: #f34a4a;
}
body.bg-white {
    background-color: #fff;
}
body.bg-white .product-variant-3 .product-item.large .product-item-inside,
body.bg-white .product-variant-5 .product-item.large .product-item-inside,
body.bg-white .products-listview .product-item.large .product-item-inside {
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.bg-white .blog-carousel .blog-item {
    margin: 0 15px;
    padding: 0;
}
body.bg-white .product-info-block.classic .qty-changer input[type="button"] {
    background: #f7f7f7;
}
body.bg-white .panel-group.faq .panel-heading,
body.bg-white .box,
body.bg-white .form-card {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
    body.bg-white .newsletter.variant1 {
        background: transparent;
        padding: 20px 20px;
    }
}
body.bg-white .blog-carousel .blog-item-info {
    padding-left: 0;
    padding-right: 0;
}
body.bg-white .nav-tabs {
    margin-bottom: -5px;
    list-style: none;
    overflow: visible;
    display: inline-block;
}
body.bg-white .nav-tabs > li > a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
body.bg-white .tab-content > .tab-pane {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #333745;
    color: #ffffff;
    top: 50%;
    right: 15px;
    padding: 0;
    margin-top: -10px;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
}
.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
    background: #f82e56;
}
.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
    cursor: auto;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "icomoon-reg";
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    right: 23px;
}
.slick-prev[dir="rtl"] {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "\e923";
}
.slick-prev:before[dir="rtl"] {
    content: "\e922";
}
.slick-next {
    right: 0;
}
.slick-next[dir="rtl"] {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "\e922";
}
.slick-next:before[dir="rtl"] {
    content: "\e923";
}
.product-vertical-carousel .slick-prev,
.slick-vertical .slick-prev,
.product-vertical-carousel .slick-next,
.slick-vertical .slick-next {
    top: 0;
    margin-top: -35px;
}
.slick-dotted .slick-slider {
    margin-bottom: 10px;
}
.slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: #e8e8e8;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background: #f82e56;
}
@media screen and (max-width: 991px) {
    .slick-prev,
    .slick-next {
        margin-top: -12px;
    }
}
@media screen and (min-width: 991px) {
    .mainSlider .item img {
        float: left;
        width: 71%;
    }
    .mainSlider .item .orderForm {
        width: 29% !important;
        float: left;
        text-align: center;
        padding: 20px 0 23px;
        background: #fff;
        height: 100%;
    }
    .mainSlider .item .orderForm .note {
        font-size: 10px;
        margin-top: 3px;
    }
    .mainSlider .item .orderForm input,
    .mainSlider .item .orderForm .btn {
        width: 70% !important;
    }
    .mainSlider .item .orderForm form {
        width: auto;
        text-align: -webkit-center;
    }
}
#pcontactFormSuccess,
#pcontactFormError {
    display: none;
}
.margin-top40 {
    margin-top: 40px;
}
.modal-backdrop {
    display: none;
}
.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
    .banner {
        margin-bottom: 30px;
    }
}
.banner img {
    width: 100%;
}
.full-nopad .banner {
    margin-bottom: 0;
}
a.banner-wrap,
a.banner-wrap:hover,
a.banner-wrap:focus,
a.banner-wrap:active {
    text-decoration: none;
}
.banner {
    font-size: 100px;
}
.banner .btn {
    float: none;
}
.banner.style-8 .banner-caption {
    top: 6%;
    right: 25%;
    bottom: 0;
    left: 5%;
}
.banner.style-8 .text-1 {
    font-family: "Roboto", sans-serif;
    font-size: 43px;
    line-height: 1em;
    font-weight: 900;
    color: #333745;
    text-transform: none;
    margin-bottom: 30px;
}
.banner.style-8 .text-2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 1em;
    font-weight: 100;
    color: #f82e56;
    text-transform: none;
    margin-bottom: 0.3em;
    margin-right: 250px;
}
.banner.style-8 .text-3 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 1em;
    font-weight: 100;
    color: #f82e56;
    text-transform: none;
    margin-bottom: 0.3em;
    margin-bottom: 80px;
}
.banner.style-8 .text-4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1em;
    font-weight: 100;
    color: #333745;
    text-transform: none;
    margin-bottom: 0.3em;
    margin-bottom: 40px;
}
.banner.style-8 .banner-btn {
    color: #fff;
    text-decoration: none;
}
.banner.style-8 .banner-btn > span {
    padding: 0 2.2em;
    font-family: "Roboto", sans-serif;
    font-size: 0.22em;
    line-height: 2.8em;
    font-weight: 500;
    height: auto;
    background-color: #67e0fa;
}
.banner.style-8 .banner-btn span.hoverbg {
    background-color: #fff;
}
.banner.style-8 .banner-btn:hover > span {
    color: #67e0fa;
}
.text-hover {
    overflow: hidden;
}
.text-hover > span {
    position: relative;
    display: table;
    z-index: 1;
}
.horc .text-hover > span {
    margin-left: auto;
    margin-right: auto;
}
.horl .text-hover > span {
    float: left;
}
.horr .text-hover > span {
    float: right;
}
.text-hover span > span.hoverbg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.banner:hover .text-hover:not(.banner-btn) > span > span.hoverbg {
    width: 100%;
}
.banner-btn:hover span > span.hoverbg {
    width: 100%;
}
.text-hover span > span.hoverbg {
    transition: all 0s ease 0s;
}
.text-hover span > span.text {
    transition: color 0.2s ease 0s;
}
.text-hoverslide {
    overflow: hidden;
}
.text-hoverslide > span {
    position: relative;
    display: table;
    z-index: 1;
}
.horc .text-hoverslide > span {
    margin-left: auto;
    margin-right: auto;
}
.horl .text-hoverslide > span {
    float: left;
}
.horr .text-hoverslide > span {
    float: right;
}
.text-hoverslide span > span.hoverbg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.banner:hover .text-hoverslide:not(.banner-btn) > span > span.hoverbg {
    width: 100%;
}
.text-hoverslide span > span.hoverbg {
    transition: all 0.4s cubic-bezier(0.35, 0.975, 0.25, 0.9) 0s;
}
.text-hoverslide span > span.text {
    transition: color 0.2s ease 0s;
    position: relative;
    z-index: 1;
}
.table-view {
    display: table;
}
.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.banner .banner-caption {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    z-index: 10;
    transition: opacity 0.2s ease;
}
.banner .banner-caption > span {
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
}
.banner .banner-caption.vertm .vert {
    vertical-align: middle;
}
.banner .banner-caption.vertt .vert {
    vertical-align: top;
}
.banner .banner-caption.vertb .vert {
    vertical-align: bottom;
}
.banner .banner-caption.horl {
    text-align: left;
}
.banner .banner-caption.horc {
    text-align: center;
}
.banner .banner-caption.horr {
    text-align: right;
}
#output {
    min-height: 300px;
}
.banner-btn {
    display: table;
    float: left;
}
.horc .banner-btn {
    margin: 0 auto;
    float: none;
}
.horr .banner-btn {
    float: right;
}
.banner-btn-wrap,
.banner-btn-wrap:hover,
.banner-btn-wrap:focus,
.banner-btn-wrap:active {
    display: table;
    float: left;
    text-decoration: none;
}
.banner-btn-wrap .banner-btn,
.banner-btn-wrap:hover .banner-btn,
.banner-btn-wrap:focus .banner-btn,
.banner-btn-wrap:active .banner-btn {
    float: none;
}
.horc .banner-btn-wrap,
.horc .banner-btn {
    margin: 0 auto;
    float: none;
}
.horr .banner-btn-wrap,
.horr .banner-btn {
    float: right;
}
.banners-with-pad {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .banners-with-pad {
        margin-bottom: 30px;
    }
}
.banners-with-pad .banner {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .banners-with-pad .banner {
        margin-bottom: 30px;
    }
}
.banners-with-pad .banner.image-hover-scale img {
    vertical-align: top;
}
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/google/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCXABTV.woff) format("woff");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/google/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local(Roboto-LightItalic), url(/fonts/google/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local(Roboto-LightItalic), url(/fonts/google/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local(Roboto-Italic), url(/fonts/google/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local(Roboto-Italic), url(/fonts/google/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local(Roboto-Thin), url(/fonts/google/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local(Roboto-Thin), url(/fonts/google/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local(Roboto-Light), url(/fonts/google/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local(Roboto-Light), url(/fonts/google/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local(Roboto-Light), url(/fonts/google/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(Roboto), local(Roboto-Regular), url(/fonts/google/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(Roboto), local(Roboto-Regular), url(/fonts/google/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local(Roboto-Medium), url(/fonts/google/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local(Roboto-Medium), url(/fonts/google/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local(Roboto-Bold), url(/fonts/google/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local(Roboto-Bold), url(/fonts/google/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local(Roboto-Black), url(/fonts/google/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local(Roboto-Black), url(/fonts/google/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "icomoon-reg";
    src: url(/fonts/icomoon-reg/fonts/icomoon-reg.eot?ovvbpy);
    src: url(/fonts/icomoon-reg/fonts/icomoon-reg.eot?ovvbpy#iefix) format("embedded-opentype"), url(/fonts/icomoon-reg/fonts/icomoon-reg.ttf?ovvbpy) format("truetype"), url(/fonts/icomoon-reg/fonts/icomoon-reg.woff?ovvbpy) format("woff"),
        url(/fonts/icomoon-reg/fonts/icomoon-reg.svg?ovvbpy#icomoon-reg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon-reg" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-trash-alt:before {
    content: "\e917";
}
.icon-clipboard:before {
    content: "\e95a";
}
.icon-heart-1:before {
    content: "\e926";
}
.icon-heart:before {
    content: "\e902";
}
.icon-vk:before {
    content: "\e956";
}
.icon-check2:before {
    content: "\e951";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-filter:before {
    content: "\e94b";
}
.icon-check-square:before {
    content: "\e935";
}
.icon-dollar-1:before {
    content: "\e92b";
}
.icon-bar-chart:before {
    content: "\e924";
}
.icon-balance:before {
    content: "\e925";
}
.icon-angle-down:before {
    content: "\e920";
}
.icon-angle-up:before {
    content: "\e921";
}
.icon-angle-right:before {
    content: "\e922";
}
.icon-angle-left:before {
    content: "\e923";
}
.icon-pencil:before {
    content: "\e90e";
}
.icon-fancy:before {
    content: "\e943";
}
.icon-tool-layout-1:before {
    content: "\e93b";
}
.icon-settings:before {
    content: "\e93c";
}
.icon-tool-layout:before {
    content: "\e93d";
}
.icon-tool-header:before {
    content: "\e93e";
}
.icon-tool-color:before {
    content: "\e93f";
}
.icon-tool-round:before {
    content: "\e940";
}
.icon-tool-side:before {
    content: "\e941";
}
.icon-dollar-bills:before {
    content: "\e91e";
}
.icon-left-arrow-circular:before {
    content: "\e937";
}
.icon-right-arrow-circular:before {
    content: "\e91f";
}
.icon-star-fill:before {
    content: "\e952";
}
.icon-star:before {
    content: "\e91c";
}
.icon-star-half:before {
    content: "\e91d";
}
.icon-close-envelope:before {
    content: "\e915";
}
.icon-facebook-logo:before {
    content: "\e916";
}
.icon-skype-logo:before {
    content: "\e918";
}
.icon-twitter-logo:before {
    content: "\e919";
}
.icon-vimeo:before {
    content: "\e91a";
}
.icon-youtube-logo:before {
    content: "\e91b";
}
.icon-user:before {
    content: "\e900";
}
.icon-eye:before {
    content: "\e901";
}
.icon-magnify:before {
    content: "\e903";
}
.icon-scale-arrows:before {
    content: "\e904";
}
.icon-share:before {
    content: "\e905";
}
.icon-cart-1:before {
    content: "\e906";
}
.icon-undo:before {
    content: "\e907";
}
.icon-money:before {
    content: "\e908";
}
.icon-plane:before {
    content: "\e909";
}
.icon-gift:before {
    content: "\e90a";
}
.icon-help:before {
    content: "\e90b";
}
.icon-location:before {
    content: "\e90c";
}
.icon-dollar:before {
    content: "\e90d";
}
.icon-raketa:before {
    content: "\e90f";
}
.icon-cart:before {
    content: "\e910";
}
.icon-diamant:before {
    content: "\e911";
}
.icon-like2:before {
    content: "\e912";
}
.icon-plane-1:before {
    content: "\e913";
}
.icon-grid:before {
    content: "\e958";
}
.icon-pictures:before {
    content: "\e959";
}
.icon-like:before {
    content: "\e94f";
}
.icon-close-2:before {
    content: "\e944";
}
.icon-chat:before {
    content: "\e927";
}
.icon-minus:before {
    content: "\e94c";
}
.icon-close-1:before {
    content: "\e932";
}
.icon-close:before {
    content: "\e933";
}
.icon-menu:before {
    content: "\e931";
}
.icon-headset-mic:before {
    content: "\e92e";
}
.icon-plus:before {
    content: "\e94a";
}
.icon-arrow-right:before {
    content: "\e946";
}
.icon-arrow-left:before {
    content: "\e947";
}
.icon-arrow-down:before {
    content: "\e948";
}
.icon-arrow-up:before {
    content: "\e949";
}
.icon-instagram:before {
    content: "\e955";
}
.icon-google:before {
    content: "\e93a";
}
.icon-linkedin:before {
    content: "\e938";
}
.icon-pinterest:before {
    content: "\e939";
}
.icon-dots-three-horizontal:before {
    content: "\e934";
}
.icon-copy:before {
    content: "\e95b";
}
.icon-rtl:before {
    content: "\e957";
}
.icon-play:before {
    content: "\e953";
}
.icon-film:before {
    content: "\e954";
}
.icon-check:before {
    content: "\e950";
}
.icon-zoomout:before {
    content: "\e94d";
}
.icon-zoomin:before {
    content: "\e94e";
}
.icon-sync:before {
    content: "\e945";
}
.icon-alert:before {
    content: "\e936";
}
.icon-calendar:before {
    content: "\e92f";
}
.icon-clock:before {
    content: "\e930";
}
.icon-airplane:before {
    content: "\e92c";
}
.icon-truck:before {
    content: "\e92d";
}
.icon-right-quote:before {
    content: "\e929";
}
.icon-left-quote:before {
    content: "\e92a";
}
.icon-comment:before {
    content: "\e928";
}
.icon-home:before {
    content: "\e914";
}
.icon-phone:before {
    content: "\e942";
}
.icon-undo-1:before {
    content: "\e967";
}
.icon-equalizer:before {
    content: "\e992";
}
.icon-bin:before {
    content: "\e9ac";
}
.icon-star-empty:before {
    content: "\e9d7";
}
.icon-spinner:before {
    content: "\e97b";
}
.icon-spinner-1:before {
    content: "\e981";
}

@media screen and (max-width: 550px){
  h1.size-lg, .title.center h1.size-lg, h1 {
      font-size: 22px !important;
  }
  .btn-lg, .btn-primary-lg, button.action-lg {
      padding: 4px 3px 3px;
      font-size: 13.5px;
      height: auto;
      border-width: 1px;
  }

}
