@import url(../../lib/normalize/normalize.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,regular,italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,regular,italic,700");
.container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid .row,
.container-fluid .row-expand,
.container-fluid .row-compact,
.container-fluid .row-fluid,
.container-fluid .row-fluid-full,
.container-fluid .bx-showcase {
    width: auto;
}
.row,
.row-expand,
.row-compact,
.row-fluid,
.row-fluid-full,
.bx-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.row-expand {
    max-width: 1540px;
}
.row-compact {
    max-width: 1340px;
}
.row-fluid {
    width: auto !important;
    padding-left: 30px;
    padding-right: 30px;
}
.row-fluid > [class*="col-"] {
    padding: 0;
}
.row-fluid-full {
    width: auto !important;
}
.row-fluid-full > [class*="col-"] {
    padding: 0;
}
.row.row-gutter,
.row-gutter.row-expand,
.row-gutter.row-compact,
.row-gutter.row-fluid,
.row-gutter.row-fluid-full,
.row-gutter.bx-showcase {
    padding-left: 15px;
    padding-right: 15px;
}
.row .row,
.row-expand .row,
.row-compact .row,
.row-fluid .row,
.row-fluid-full .row,
.bx-showcase .row,
.row .row-expand,
.row-expand .row-expand,
.row-compact .row-expand,
.row-fluid .row-expand,
.row-fluid-full .row-expand,
.bx-showcase .row-expand,
.row .row-compact,
.row-expand .row-compact,
.row-compact .row-compact,
.row-fluid .row-compact,
.row-fluid-full .row-compact,
.bx-showcase .row-compact,
.row .row-fluid,
.row-expand .row-fluid,
.row-compact .row-fluid,
.row-fluid .row-fluid,
.row-fluid-full .row-fluid,
.bx-showcase .row-fluid,
.row .row-fluid-full,
.row-expand .row-fluid-full,
.row-compact .row-fluid-full,
.row-fluid .row-fluid-full,
.row-fluid-full .row-fluid-full,
.bx-showcase .row-fluid-full,
.row .bx-showcase,
.row-expand .bx-showcase,
.row-compact .bx-showcase,
.row-fluid .bx-showcase,
.row-fluid-full .bx-showcase,
.bx-showcase .bx-showcase {
    width: auto;
    width: initial;
    margin-left: -15px;
    margin-right: -15px;
}
[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}
[class*="col-"].gt-0 {
    padding-left: 0;
    padding-right: 0;
}
.col-1 {
    width: 8.3333333333%;
}
.col-2 {
    width: 16.6666666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333333333%;
}
.col-5 {
    width: 41.6666666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333333333%;
}
.col-8 {
    width: 66.6666666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333333333%;
}
.col-11 {
    width: 91.6666666667%;
}
.col-12 {
    width: 100%;
}
.col-1of3 {
    width: 33.3333333333%;
}
.col-2of3 {
    width: 65.6666666667%;
}
.col-1of2 {
    width: 50%;
}
.col-offset-0 {
    margin-left: 0;
}
.col-offset-1,
.bx-boxed-content .row:nth-of-type(odd) .bx-txt,
.bx-boxed-content .row-expand:nth-of-type(odd) .bx-txt,
.bx-boxed-content .row-compact:nth-of-type(odd) .bx-txt,
.bx-boxed-content .row-fluid:nth-of-type(odd) .bx-txt,
.bx-boxed-content .row-fluid-full:nth-of-type(odd) .bx-txt,
.bx-boxed-content .bx-showcase:nth-of-type(odd) .bx-txt,
.bx-boxed-content .row:nth-of-type(even) .bx-img,
.bx-boxed-content .row-expand:nth-of-type(even) .bx-img,
.bx-boxed-content .row-compact:nth-of-type(even) .bx-img,
.bx-boxed-content .row-fluid:nth-of-type(even) .bx-img,
.bx-boxed-content .row-fluid-full:nth-of-type(even) .bx-img,
.bx-boxed-content .bx-showcase:nth-of-type(even) .bx-img {
    margin-left: 8.3333333333%;
}
.col-offset-2 {
    margin-left: 16.6666666667%;
}
.col-offset-3 {
    margin-left: 25%;
}
.col-offset-4 {
    margin-left: 33.3333333333%;
}
.col-offset-5 {
    margin-left: 41.6666666667%;
}
.col-offset-6 {
    margin-left: 50%;
}
.col-offset-7 {
    margin-left: 58.3333333333%;
}
.col-offset-8 {
    margin-left: 66.6666666667%;
}
.col-offset-9 {
    margin-left: 75%;
}
.col-offset-10 {
    margin-left: 83.3333333333%;
}
.col-offset-11 {
    margin-left: 91.6666666667%;
}
.col-offset-12 {
    margin-left: 100%;
}
.col-offset-1of3 {
    margin-left: 33.3333333333%;
}
.col-offset-2of3 {
    margin-left: 65.6666666667%;
}
.col-offset-1of2 {
    margin-left: 50%;
}
@media (max-width: 1440px) {
    .row,
    .row-expand,
    .row-compact,
    .row-fluid,
    .row-fluid-full,
    .bx-showcase {
        width: 1200px;
    }
    .col-1-xl {
        width: 8.3333333333%;
    }
    .col-2-xl {
        width: 16.6666666667%;
    }
    .col-3-xl {
        width: 25%;
    }
    .col-4-xl {
        width: 33.3333333333%;
    }
    .col-5-xl {
        width: 41.6666666667%;
    }
    .col-6-xl {
        width: 50%;
    }
    .col-7-xl {
        width: 58.3333333333%;
    }
    .col-8-xl {
        width: 66.6666666667%;
    }
    .col-9-xl {
        width: 75%;
    }
    .col-10-xl {
        width: 83.3333333333%;
    }
    .col-11-xl {
        width: 91.6666666667%;
    }
    .col-12-xl {
        width: 100%;
    }
    .col-1of3-xl {
        width: 33.3333333333%;
    }
    .col-2of3-xl {
        width: 65.6666666667%;
    }
    .col-1of2-xl {
        width: 50%;
    }
    .col-offset-0-xl {
        margin-left: 0;
    }
    .col-offset-1-xl {
        margin-left: 8.3333333333%;
    }
    .col-offset-2-xl {
        margin-left: 16.6666666667%;
    }
    .col-offset-3-xl {
        margin-left: 25%;
    }
    .col-offset-4-xl {
        margin-left: 33.3333333333%;
    }
    .col-offset-5-xl {
        margin-left: 41.6666666667%;
    }
    .col-offset-6-xl {
        margin-left: 50%;
    }
    .col-offset-7-xl {
        margin-left: 58.3333333333%;
    }
    .col-offset-8-xl {
        margin-left: 66.6666666667%;
    }
    .col-offset-9-xl {
        margin-left: 75%;
    }
    .col-offset-10-xl {
        margin-left: 83.3333333333%;
    }
    .col-offset-11-xl {
        margin-left: 91.6666666667%;
    }
    .col-offset-12-xl {
        margin-left: 100%;
    }
    .col-offset-1of3-xl {
        margin-left: 33.3333333333%;
    }
    .col-offset-2of3-xl {
        margin-left: 65.6666666667%;
    }
    .col-offset-1of2-xl {
        margin-left: 50%;
    }
}
@media (max-width: 1200px) {
    .row,
    .row-expand,
    .row-compact,
    .row-fluid,
    .row-fluid-full,
    .bx-showcase {
        width: 1024px;
    }
    .col-1-lg {
        width: 8.3333333333%;
    }
    .col-2-lg {
        width: 16.6666666667%;
    }
    .col-3-lg {
        width: 25%;
    }
    .col-4-lg {
        width: 33.3333333333%;
    }
    .col-5-lg {
        width: 41.6666666667%;
    }
    .col-6-lg {
        width: 50%;
    }
    .col-7-lg {
        width: 58.3333333333%;
    }
    .col-8-lg {
        width: 66.6666666667%;
    }
    .col-9-lg {
        width: 75%;
    }
    .col-10-lg {
        width: 83.3333333333%;
    }
    .col-11-lg {
        width: 91.6666666667%;
    }
    .col-12-lg {
        width: 100%;
    }
    .col-1of3-lg {
        width: 33.3333333333%;
    }
    .col-2of3-lg {
        width: 65.6666666667%;
    }
    .col-1of2-lg {
        width: 50%;
    }
    .col-offset-0-lg,
    .bx-boxed-content .row:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-expand:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-compact:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-fluid:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-fluid-full:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .bx-showcase:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-expand:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-compact:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-fluid:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-fluid-full:nth-of-type(even) .bx-img,
    .bx-boxed-content .bx-showcase:nth-of-type(even) .bx-img {
        margin-left: 0;
    }
    .col-offset-1-lg {
        margin-left: 8.3333333333%;
    }
    .col-offset-2-lg {
        margin-left: 16.6666666667%;
    }
    .col-offset-3-lg {
        margin-left: 25%;
    }
    .col-offset-4-lg {
        margin-left: 33.3333333333%;
    }
    .col-offset-5-lg {
        margin-left: 41.6666666667%;
    }
    .col-offset-6-lg {
        margin-left: 50%;
    }
    .col-offset-7-lg {
        margin-left: 58.3333333333%;
    }
    .col-offset-8-lg {
        margin-left: 66.6666666667%;
    }
    .col-offset-9-lg {
        margin-left: 75%;
    }
    .col-offset-10-lg {
        margin-left: 83.3333333333%;
    }
    .col-offset-11-lg {
        margin-left: 91.6666666667%;
    }
    .col-offset-12-lg {
        margin-left: 100%;
    }
    .col-offset-1of3-lg {
        margin-left: 33.3333333333%;
    }
    .col-offset-2of3-lg {
        margin-left: 65.6666666667%;
    }
    .col-offset-1of2-lg {
        margin-left: 50%;
    }
}
@media (max-width: 1024px) {
    .row,
    .row-expand,
    .row-compact,
    .row-fluid,
    .row-fluid-full,
    .bx-showcase {
        width: 960px;
    }
    .col-1-md {
        width: 8.3333333333%;
    }
    .col-2-md {
        width: 16.6666666667%;
    }
    .col-3-md {
        width: 25%;
    }
    .col-4-md {
        width: 33.3333333333%;
    }
    .col-5-md {
        width: 41.6666666667%;
    }
    .col-6-md {
        width: 50%;
    }
    .col-7-md {
        width: 58.3333333333%;
    }
    .col-8-md {
        width: 66.6666666667%;
    }
    .col-9-md {
        width: 75%;
    }
    .col-10-md {
        width: 83.3333333333%;
    }
    .col-11-md {
        width: 91.6666666667%;
    }
    .col-12-md {
        width: 100%;
    }
    .col-1of3-md {
        width: 33.3333333333%;
    }
    .col-2of3-md {
        width: 65.6666666667%;
    }
    .col-1of2-md {
        width: 50%;
    }
    .col-offset-0-md {
        margin-left: 0;
    }
    .col-offset-1-md {
        margin-left: 8.3333333333%;
    }
    .col-offset-2-md {
        margin-left: 16.6666666667%;
    }
    .col-offset-3-md {
        margin-left: 25%;
    }
    .col-offset-4-md {
        margin-left: 33.3333333333%;
    }
    .col-offset-5-md {
        margin-left: 41.6666666667%;
    }
    .col-offset-6-md {
        margin-left: 50%;
    }
    .col-offset-7-md {
        margin-left: 58.3333333333%;
    }
    .col-offset-8-md {
        margin-left: 66.6666666667%;
    }
    .col-offset-9-md {
        margin-left: 75%;
    }
    .col-offset-10-md {
        margin-left: 83.3333333333%;
    }
    .col-offset-11-md {
        margin-left: 91.6666666667%;
    }
    .col-offset-12-md {
        margin-left: 100%;
    }
    .col-offset-1of3-md {
        margin-left: 33.3333333333%;
    }
    .col-offset-2of3-md {
        margin-left: 65.6666666667%;
    }
    .col-offset-1of2-md {
        margin-left: 50%;
    }
}
@media (max-width: 960px) {
    .row,
    .row-expand,
    .row-compact,
    .row-fluid,
    .row-fluid-full,
    .bx-showcase {
        width: 768px;
    }
    .col-1-sm {
        width: 8.3333333333%;
    }
    .col-2-sm {
        width: 16.6666666667%;
    }
    .col-3-sm {
        width: 25%;
    }
    .col-4-sm {
        width: 33.3333333333%;
    }
    .col-5-sm {
        width: 41.6666666667%;
    }
    .col-6-sm {
        width: 50%;
    }
    .col-7-sm {
        width: 58.3333333333%;
    }
    .col-8-sm {
        width: 66.6666666667%;
    }
    .col-9-sm {
        width: 75%;
    }
    .col-10-sm {
        width: 83.3333333333%;
    }
    .col-11-sm {
        width: 91.6666666667%;
    }
    .col-12-sm {
        width: 100%;
    }
    .col-1of3-sm {
        width: 33.3333333333%;
    }
    .col-2of3-sm {
        width: 65.6666666667%;
    }
    .col-1of2-sm {
        width: 50%;
    }
    .col-offset-0-sm {
        margin-left: 0;
    }
    .col-offset-1-sm,
    .bx-boxed-content .row .bx-txt,
    .bx-boxed-content .row-expand .bx-txt,
    .bx-boxed-content .row-compact .bx-txt,
    .bx-boxed-content .row-fluid .bx-txt,
    .bx-boxed-content .row-fluid-full .bx-txt,
    .bx-boxed-content .bx-showcase .bx-txt,
    .bx-boxed-content .row:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-expand:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-compact:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-fluid:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .row-fluid-full:nth-of-type(odd) .bx-txt,
    .bx-boxed-content .bx-showcase:nth-of-type(odd) .bx-txt {
        margin-left: 8.3333333333%;
    }
    .col-offset-2-sm {
        margin-left: 16.6666666667%;
    }
    .col-offset-3-sm {
        margin-left: 25%;
    }
    .col-offset-4-sm {
        margin-left: 33.3333333333%;
    }
    .col-offset-5-sm {
        margin-left: 41.6666666667%;
    }
    .col-offset-6-sm {
        margin-left: 50%;
    }
    .col-offset-7-sm {
        margin-left: 58.3333333333%;
    }
    .col-offset-8-sm {
        margin-left: 66.6666666667%;
    }
    .col-offset-9-sm {
        margin-left: 75%;
    }
    .col-offset-10-sm {
        margin-left: 83.3333333333%;
    }
    .col-offset-11-sm {
        margin-left: 91.6666666667%;
    }
    .col-offset-12-sm {
        margin-left: 100%;
    }
}
@media (max-width: 768px) {
    .row,
    .row-expand,
    .row-compact,
    .row-fluid,
    .row-fluid-full,
    .bx-showcase {
        width: 96%;
    }
    .row .row,
    .row-expand .row,
    .row-compact .row,
    .row-fluid .row,
    .row-fluid-full .row,
    .bx-showcase .row,
    .row .row-expand,
    .row-expand .row-expand,
    .row-compact .row-expand,
    .row-fluid .row-expand,
    .row-fluid-full .row-expand,
    .bx-showcase .row-expand,
    .row .row-compact,
    .row-expand .row-compact,
    .row-compact .row-compact,
    .row-fluid .row-compact,
    .row-fluid-full .row-compact,
    .bx-showcase .row-compact,
    .row .row-fluid,
    .row-expand .row-fluid,
    .row-compact .row-fluid,
    .row-fluid .row-fluid,
    .row-fluid-full .row-fluid,
    .bx-showcase .row-fluid,
    .row .row-fluid-full,
    .row-expand .row-fluid-full,
    .row-compact .row-fluid-full,
    .row-fluid .row-fluid-full,
    .row-fluid-full .row-fluid-full,
    .bx-showcase .row-fluid-full,
    .row .bx-showcase,
    .row-expand .bx-showcase,
    .row-compact .bx-showcase,
    .row-fluid .bx-showcase,
    .row-fluid-full .bx-showcase,
    .bx-showcase .bx-showcase {
        margin-left: -12px;
        margin-right: -12px;
    }
    .row-fluid,
    .row-fluid-full {
        width: 96% !important;
        padding-left: 12px;
        padding-right: 12px;
    }
    [class*="col-"] {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    [class*="col-offset-"] {
        margin-left: 0 !important;
    }
    .col-1-xs {
        width: 8.3333333333%;
    }
    .col-2-xs {
        width: 16.6666666667%;
    }
    .col-3-xs {
        width: 25%;
    }
    .col-4-xs {
        width: 33.3333333333%;
    }
    .col-5-xs {
        width: 41.6666666667%;
    }
    .col-6-xs {
        width: 50%;
    }
    .col-7-xs {
        width: 58.3333333333%;
    }
    .col-8-xs {
        width: 66.6666666667%;
    }
    .col-9-xs {
        width: 75%;
    }
    .col-10-xs {
        width: 83.3333333333%;
    }
    .col-11-xs {
        width: 91.6666666667%;
    }
    .col-12-xs {
        width: 100%;
    }
    .col-1of3-xs {
        width: 33.3333333333%;
    }
    .col-2of3-xs {
        width: 65.6666666667%;
    }
    .col-1of2-xs {
        width: 50%;
    }
    .col-offset-0-xs {
        margin-left: 0;
    }
    .col-offset-1-xs {
        margin-left: 8.3333333333%;
    }
    .col-offset-2-xs {
        margin-left: 16.6666666667%;
    }
    .col-offset-3-xs {
        margin-left: 25%;
    }
    .col-offset-4-xs {
        margin-left: 33.3333333333%;
    }
    .col-offset-5-xs {
        margin-left: 41.6666666667%;
    }
    .col-offset-6-xs {
        margin-left: 50%;
    }
    .col-offset-7-xs {
        margin-left: 58.3333333333%;
    }
    .col-offset-8-xs {
        margin-left: 66.6666666667%;
    }
    .col-offset-9-xs {
        margin-left: 75%;
    }
    .col-offset-10-xs {
        margin-left: 83.3333333333%;
    }
    .col-offset-11-xs {
        margin-left: 91.6666666667%;
    }
    .col-offset-12-xs {
        margin-left: 100%;
    }
}
h1,
.h1,
h2,
.h2,
.tab-end .price,
.txt-select-choose .jcf-select,
.form-fix .price,
h3,
.h3,
.blg-main .blg-art-body h2,
.blg-main-lg .blg-art-body h2,
h4,
.h4,
.card-if .title,
h5,
.h5,
.checkout .block-title,
h6,
.h6,
.card-if ul li strong,
.checkout .checkout-main .block-progress dt {
    display: block;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    margin-top: 0;
}
h1,
.h1 {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: bold;
}
@media (min-width: 1025px) {
    h1.cube,
    .h1.cube {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}
@media (max-width: 960px) {
    h1.cube,
    .h1.cube {
        margin-left: 0;
        padding-left: 0;
    }
    h1.cube:before,
    .h1.cube:before {
        content: none;
    }
}
h1.cube:before,
.h1.cube:before {
    top: 20px;
}
h1.cube span,
.h1.cube span {
    font-size: 24px;
    line-height: 1.2;
    color: #303234;
    margin-bottom: 0 !important;
    display: inline-block;
    font-weight: 400 !important;
    padding-top: 5px;
}
@media (min-width: 1025px) {
    h1.cube span,
    .h1.cube span {
        margin-left: 10px;
    }
}
@media (max-width: 960px) {
    h1.cube span,
    .h1.cube span {
        display: block;
    }
}
h2,
.h2,
.tab-end .price,
.txt-select-choose .jcf-select,
.form-fix .price {
    font-size: 32px;
    margin-bottom: 12.8px;
    line-height: 1.2;
    font-weight: bold;
}
h3,
.h3,
.blg-main .blg-art-body h2,
.blg-main-lg .blg-art-body h2 {
    font-size: 28px;
    margin-bottom: 11.2px;
    line-height: 1.2;
    font-weight: bold;
}
h3.cube:before,
.h3.cube:before,
.blg-main .blg-art-body h2.cube:before,
.blg-main-lg .blg-art-body h2.cube:before {
    top: 6px;
}
h4,
.h4,
.card-if .title {
    font-size: 24px;
    margin-bottom: 9.6px;
    line-height: 1.2;
    font-weight: bold;
}
h5,
.h5,
.checkout .block-title {
    font-size: 20px;
    margin-bottom: 8px;
}
h6,
.h6,
.card-if ul li strong,
.checkout .checkout-main .block-progress dt {
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7.2px;
}
.d1,
.d2,
.d3,
.d4 {
    display: block;
    font-weight: bold;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    letter-spacing: -0.01em;
}
.d1 {
    font-size: 90px;
    line-height: 1.1;
}
.d2 {
    font-size: 88px;
    line-height: 1.1;
}
.d3 {
    font-size: 72px;
    line-height: 1.2;
}
.d4 {
    font-size: 56px;
    line-height: 1.2;
}
.txt-inline {
    display: inline;
    margin-bottom: 0;
}
p,
.p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: "Open Sans", helvetica, arial, sans-serif;
}
p:last-child,
.p:last-child {
    margin-bottom: 0;
}
.p-lg,
.blg-main .blg-art-body p,
.blg-main-lg .blg-art-body p {
    font-size: 16px;
}
.p-sm {
    font-size: 13px;
}
.lbl-txt {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #bfc1c3;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}
a {
    color: #303234;
    text-decoration: none;
    cursor: pointer;
}
a.a-link,
.checkout .checkout-main .block-progress dt .changelink a {
    font-weight: bold;
    text-decoration: underline;
    color: #ff0406;
}
a.a-link:hover,
.checkout .checkout-main .block-progress dt .changelink a:hover {
    text-decoration: none;
}
a.a-link.a-ico,
.checkout .checkout-main .block-progress dt .changelink a.a-ico {
    position: relative;
    text-decoration: none;
    padding-right: 40px;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all;
}
a.a-link.a-ico:after,
.checkout .checkout-main .block-progress dt .changelink a.a-ico:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: normal;
    font-size: 13px;
    color: #ff0406;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 2px;
}
a.a-link.a-ico:hover,
.checkout .checkout-main .block-progress dt .changelink a.a-ico:hover {
    padding-right: 50px;
}
@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 37.5px;
    }
    h2,
    .h2,
    .tab-end .price,
    .txt-select-choose .jcf-select,
    .form-fix .price {
        font-size: 25.6px;
    }
    h3,
    .h3,
    .blg-main .blg-art-body h2,
    .blg-main-lg .blg-art-body h2 {
        font-size: 22.4px;
    }
    .d1 {
        font-size: 49.5px;
    }
    .d2 {
        font-size: 48.4px;
    }
    .d3 {
        font-size: 39.6px;
    }
    .d4 {
        font-size: 30.8px;
    }
}
.cube {
    padding-left: 25px;
    position: relative;
}
.cube:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ff0406;
    position: absolute;
    left: 0;
    top: 7px;
}
.title-min {
    text-transform: uppercase;
    color: #606569;
    font-size: 12px;
    font-weight: bold;
}
.cookie {
    width: 350px;
    position: fixed;
    z-index: 998;
    left: 20px;
    bottom: 20px;
    padding: 15px;
    text-align: left;
    background: #ff0406;
    opacity: 0.95;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}
.cookie a {
    color: #fff;
    text-decoration: underline;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.fl-none {
    float: none !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.pos-relative {
    position: relative;
}
.scroll-hidden {
    overflow: hidden !important;
    margin-top: 0 !important;
}
.scroll-hidden body {
    overflow-y: hidden !important;
    height: 100% !important;
}
.border-box,
[class*="col-"],
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    border: 0;
    border-top: 1px solid #bfc1c3;
}
i {
    line-height: 1;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style: none;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: auto;
}
img {
    max-width: 100%;
}
address {
    font-style: normal;
}
.text-ellipsis,
.tag {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.bx-btn-fixed {
    display: none;
}
@media (max-width: 768px) {
    .bx-btn-fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 21;
        padding: 10px;
        background: #fff;
    }
    .bx-btn-fixed .btn,
    .bx-btn-fixed .table-wishlist .tb-wish-action-btn button,
    .table-wishlist .tb-wish-action-btn .bx-btn-fixed button {
        width: 100%;
        border-radius: 0;
    }
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-responsive {
    width: 100%;
}
.page-404 {
    padding: 60px 0 80px 0;
}
@media (max-width: 768px) {
    .page-404 {
        padding: 40px 0 0 0;
    }
}
.page-404 h1,
.page-404 .h1 {
    display: block;
    margin-bottom: 0;
    font-size: 240px;
}
@media (max-width: 768px) {
    .page-404 h1,
    .page-404 .h1 {
        font-size: 90px;
    }
}
.page-404 h2,
.page-404 .h2,
.page-404 .tab-end .price,
.tab-end .page-404 .price,
.page-404 .txt-select-choose .jcf-select,
.txt-select-choose .page-404 .jcf-select,
.page-404 .form-fix .price,
.form-fix .page-404 .price {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.breadcrumbs {
    padding: 20px 0;
    display: block;
}
.breadcrumbs ul li {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #606569;
}
.breadcrumbs ul li a {
    color: #303234;
}
.breadcrumbs ul li a:hover {
    color: #ff0406;
}
.breadcrumbs ul li:before {
    content: "/";
    position: absolute;
    left: 2px;
    top: 0;
    color: #303234;
}
.breadcrumbs ul li:first-child {
    padding-left: 0;
}
.breadcrumbs ul li:first-child:before {
    display: none;
}
.nav-btn {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}
.nav-btn span {
    background: #ff0406;
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 1;
    border-radius: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
}
.nav-btn span:nth-child(1) {
    top: 0;
}
.nav-btn span:nth-child(2) {
    top: 6px;
}
.nav-btn span:nth-child(3) {
    top: 6px;
}
.nav-btn span:nth-child(4) {
    top: 12px;
}
.nav-btn.open span {
    background: #ff0406;
}
.nav-btn.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
    opacity: 0;
}
.nav-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-btn.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
    opacity: 0;
}
.pagination {
    display: inline-block;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #606569;
    border-radius: 3px;
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li span,
.pagination li a {
    display: block;
    color: #606569;
    text-align: center;
    min-width: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.pagination li a {
    text-decoration: none;
    -webkit-transition: 0.05s ease-out all;
    transition: 0.05s ease-out all;
}
.pagination li a:hover,
.pagination li a:hover span {
    background: #1f1f1f;
    color: #fff;
}
.pagination li.current a {
    background: #000;
    color: #fff;
}
.pagination.pg-m {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .pagination.pg-m {
        margin-bottom: 30px;
    }
    .pagination li:not(.prev, .next) {
        display: none;
    }
}
.tag {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    max-width: 100%;
    font-size: 14px;
    white-space: nowrap;
    border: 1px solid #ff0406;
    padding: 0 6px;
    border-radius: 3px;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
}
.tag:hover {
    background: rgba(255, 4, 6, 0.1);
}
* html .clearfix {
    height: 1%;
    overflow: visible;
}
* + html .clearfix {
    min-height: 1%;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.txt-color-1 {
    color: #ff0406 !important;
}
.txt-color-2 {
    color: #606569;
}
.txt-grey-base {
    color: #606569;
}
.txt-grey-darkest {
    color: #171819;
}
.txt-grey-darker {
    color: #303234;
}
.txt-grey-dark {
    color: #3e4144;
}
.txt-grey-light {
    color: #bfc1c3;
}
.txt-grey-lighter {
    color: #dfe0e1;
}
.txt-grey-lightest {
    color: #eeefef;
}
.txt-color-error {
    color: #ea2c54;
}
.txt-color-warning {
    color: #f8e71c;
}
.txt-color-success {
    color: #2dce89;
}
.txt-color-info {
    color: #007be8;
}
.txt-white {
    color: #fff;
}
.txt-black {
    color: #000;
}
.bg-color-1 {
    background-color: #ff0406;
}
.bg-color-2 {
    background-color: #606569;
}
.bg-grey-base {
    background-color: #606569;
}
.bg-grey-darkest {
    background-color: #171819;
}
.bg-grey-darker {
    background-color: #303234;
}
.bg-grey-dark {
    background-color: #3e4144;
}
.bg-grey-light {
    background-color: #bfc1c3;
}
.bg-grey-lighter {
    background-color: #dfe0e1;
}
.bg-grey-lightest {
    background-color: #eeefef;
}
.bg-color-error {
    background-color: #ea2c54;
}
.bg-color-warning {
    background-color: #f8e71c;
}
.bg-color-success {
    background-color: #2dce89;
}
.bg-color-info {
    background-color: #007be8;
}
.bg-color-white {
    background-color: #fff;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.w-auto {
    width: auto;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100,
.table-wishlist .tb-wish-action-btn button {
    width: 100%;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-150 {
    margin-bottom: 150px;
}
[class*="mb-"]:last-child {
    margin-bottom: 0;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mr-0 {
    margin-right: 0;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-150 {
    margin-right: 150px;
}
.mt-0 {
    margin-top: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-150 {
    margin-top: 150px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mtb-125 {
    margin-top: 125px;
    margin-bottom: 125px;
}
.mtb-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.ptb-30,
.bx-boxed-content .row,
.bx-boxed-content .row-expand,
.bx-boxed-content .row-compact,
.bx-boxed-content .row-fluid,
.bx-boxed-content .row-fluid-full,
.bx-boxed-content .bx-showcase {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-125,
.sect-m.ptb-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}
.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media (max-width: 1024px) {
    .ptb-25 {
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }
    .ptb-30,
    .bx-boxed-content .row,
    .bx-boxed-content .row-expand,
    .bx-boxed-content .row-compact,
    .bx-boxed-content .row-fluid,
    .bx-boxed-content .row-fluid-full,
    .bx-boxed-content .bx-showcase {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .ptb-35 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .ptb-40 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .ptb-50 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .ptb-60 {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .ptb-70 {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .ptb-80 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .ptb-90 {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ptb-125,
    .sect-m.ptb-125 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .ptb-150 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (max-width: 768px) {
    .cookie {
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    .mb-25 {
        margin-bottom: 20px;
    }
    .mb-30 {
        margin-bottom: 21px;
    }
    .mb-35 {
        margin-bottom: 24.5px;
    }
    .mb-40 {
        margin-bottom: 28px;
    }
    .mb-50 {
        margin-bottom: 35px;
    }
    .mb-60 {
        margin-bottom: 42px;
    }
    .mb-70 {
        margin-bottom: 42px;
    }
    .mb-80 {
        margin-bottom: 32px;
    }
    .mb-90 {
        margin-bottom: 36px;
    }
    .mb-100 {
        margin-bottom: 40px;
    }
    .mb-125 {
        margin-bottom: 50px;
    }
    .mb-150 {
        margin-bottom: 60px;
    }
    .mr-25 {
        margin-right: 20px;
    }
    .mr-30 {
        margin-right: 21px;
    }
    .mr-35 {
        margin-right: 24.5px;
    }
    .mr-40 {
        margin-right: 28px;
    }
    .mr-50 {
        margin-right: 35px;
    }
    .mr-60 {
        margin-right: 42px;
    }
    .mr-70 {
        margin-right: 42px;
    }
    .mr-80 {
        margin-right: 48px;
    }
    .mr-90 {
        margin-right: 54px;
    }
    .mr-100 {
        margin-right: 50px;
    }
    .mr-125 {
        margin-right: 62.5px;
    }
    .mr-150 {
        margin-right: 75px;
    }
    .mt-25 {
        margin-top: 20px;
    }
    .mt-30 {
        margin-top: 21px;
    }
    .mt-35 {
        margin-top: 24.5px;
    }
    .mt-40 {
        margin-top: 28px;
    }
    .mt-50 {
        margin-top: 35px;
    }
    .mt-60 {
        margin-top: 42px;
    }
    .mt-70 {
        margin-top: 42px;
    }
    .mt-80 {
        margin-top: 48px;
    }
    .mt-90 {
        margin-top: 54px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .mt-125 {
        margin-top: 62.5px;
    }
    .mt-150 {
        margin-top: 75px;
    }
    .mtb-25 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mtb-30 {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .mtb-35 {
        margin-top: 24.5px;
        margin-bottom: 24.5px;
    }
    .mtb-40 {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .mtb-50 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .mtb-60 {
        margin-top: 42px;
        margin-bottom: 42px;
    }
    .mtb-70 {
        margin-top: 42px;
        margin-bottom: 42px;
    }
    .mtb-80 {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .mtb-90 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mtb-100 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mtb-125 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mtb-150 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .ptb-25 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ptb-30,
    .bx-boxed-content .row,
    .bx-boxed-content .row-expand,
    .bx-boxed-content .row-compact,
    .bx-boxed-content .row-fluid,
    .bx-boxed-content .row-fluid-full,
    .bx-boxed-content .bx-showcase {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .ptb-35 {
        padding-top: 24.5px;
        padding-bottom: 24.5px;
    }
    .ptb-40 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .ptb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ptb-60 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .ptb-70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .ptb-80 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .ptb-90 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ptb-125,
    .sect-m.ptb-125 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ptb-150 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.header-main {
    background: #171819;
    position: relative;
    z-index: 220;
    color: #fff;
    -webkit-transition: 0.2s linear background;
    transition: 0.2s linear background;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}
.header-main a {
    color: #fff;
}
.header-main .nav-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
    height: 80px;
}
.header-main .nav-main .nav-sx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main .nav-main .nav-sx .logo {
    position: relative;
    width: 60px;
    height: 60px;
}
.header-main .nav-main .nav-sx .logo a {
    display: block;
    background-size: 60px;
    width: 100%;
    height: 100%;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.header-main .nav-main .nav-sx .nav-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: #ff0406;
}
.header-main .nav-main .nav-sx .nav-btn-outer .nav-btn span {
    background: #fff;
}
.header-main .nav-main .nav-cat {
    opacity: 1;
    -webkit-transition: 0.05s linear opacity;
    transition: 0.05s linear opacity;
}
.header-main .nav-main .nav-cat li {
    display: inline-block;
    margin: 0 10px;
}
.header-main .nav-main .nav-cat li:first-child {
    margin-left: 0;
}
.header-main .nav-main .nav-cat li:last-child {
    margin-right: 0;
}
.header-main .nav-main .nav-cat li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.header-main .nav-main .nav-cat li.nav-li-special a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f8e71c;
    max-height: 18px;
}
.header-main .nav-main .nav-cat li.nav-li-special a img {
    margin-left: 3px;
}
.header-main .nav-main .nav-cat li.nav-li-special a:hover {
    color: #f8e71c;
}
.header-main .nav-main .nav-cat li.current-menu-item a,
.header-main .nav-main .nav-cat li a:hover {
    color: #ff0406;
}
@media (max-width: 1279px) {
    .header-main .nav-main .nav-cat {
        display: none;
    }
}
.header-main .nav-main .nav-user {
    width: 200px;
}

@media (max-width: 1500px) {
    .header-main .nav-main .nav-user {
        width: auto;
    }

    .nav-cat {
        text-align: center;
    }
}

.header-main .nav-main .nav-user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-main .nav-main .nav-user ul li {
    -webkit-transition: 0.2s linear border-color;
    transition: 0.2s linear border-color;
    border-right: 1px solid #606569;
}
.header-main .nav-main .nav-user ul li:last-child {
    border-right: 0;
}
.header-main .nav-main .nav-user ul li a {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main .nav-main .nav-user ul li a i {
    font-size: 24px;
    color: #ff0406;
}
.header-main .nav-main .nav-user ul li .txt {
    white-space: nowrap;
    line-height: 1.2;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}
.header-main .nav-main .nav-user ul li .txt .number {
    display: block;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.header-main .nav-main .nav-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 180px;
    right: 260px;
    visibility: hidden;
    opacity: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.header-main .nav-main .nav-search i {
    font-size: 24px;
    color: #ff0406;
}
.header-main .nav-main .nav-search input[type="text"] {
    margin-left: 10px;
    background: none;
    border: 0;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.header-main .nav-side {
    display: block;
    overflow-y: auto;
    position: fixed;
    z-index: 1001;
    top: 100px;
    bottom: 0;
    left: 0;
    padding-bottom: 84px;
    opacity: 0;
    visibility: hidden;
    background: #606569;
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: left;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.header-main .nav-side .nav-side-inset {
    border-top: 1px solid #3e4144;
    padding: 25px 25px 40px 25px;
}
.header-main .nav-side .nav-side-inset ul li {
    padding: 10px 0;
    border-bottom: 1px solid #3e4144;
}
.header-main .nav-side a {
    font-weight: 500;
}
.header-main .nav-side.in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-main.header-mini {
    background: transparent;
}
.header-main.header-mini .nav-main .logo {
    margin: 0 auto;
}
.header-main.header-mini .nav-main .logo a {
    width: auto;
}
@media (max-width: 768px) {
    .header-main .nav-main {
        height: 60px;
        padding: 0;
    }
    .header-main .nav-main .nav-sx .nav-btn-outer {
        margin-right: 0;
    }
    .header-main .nav-main .nav-user ul li a {
        padding: 0 15px;
    }
    .header-main .nav-main .nav-user ul li .txt {
        display: none;
    }
    .header-main .nav-main .nav-search {
        top: 90px;
        left: 0;
        right: 0;
        padding: 10px 20px;
    }
}
.nav-extended {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    z-index: 210;
    top: 80px;
    left: 0;
    right: 0;
    min-height: 150px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s cubic-bezier(0.63, 0.03, 0.21, 1) all;
    transition: 0.5s cubic-bezier(0.63, 0.03, 0.21, 1) all;
    background: #fff;
    padding: 50px 0 90px 0;
}
.nav-extended .nav-ext-menu {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.nav-extended .nav-ext-menu .h6,
.nav-extended .nav-ext-menu .card-if ul li strong,
.card-if ul li .nav-extended .nav-ext-menu strong,
.nav-extended .nav-ext-menu .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .nav-extended .nav-ext-menu dt {
    text-transform: uppercase;
    margin-bottom: 25px;
}
.nav-extended .nav-ext-menu ul li {
    margin: 2px 0;
}
.nav-extended .nav-ext-menu a:hover {
    color: #ff0406;
}
.nav-extended .nav-ext-results {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    -webkit-transition: 0.3s ease all 0.3s;
    transition: 0.3s ease all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.nav-extended .nav-ext-results.in {
    opacity: 1;
}
.nav-extended.show-results .nav-ext-menu {
    opacity: 0;
    visibility: hidden;
}
.nav-extended.show-results .nav-ext-results {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .nav-extended {
        top: 60px;
        padding: 120px 0px 20px;
    }
}
.nav-side-in .header-main {
    background: #eeefef;
    color: #303234;
}
.nav-side-in .header-main a {
    color: #303234;
}
.nav-side-in .header-main .nav-main .nav-cat {
    opacity: 0;
}
.nav-side-in .header-main .nav-main .nav-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
}
@media (max-width: 768px) {
    .nav-side-in .header-main .nav-main .nav-search {
        top: 90px;
    }
}
.nav-side-in .nav-extended {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #3e4144;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    transition: 0.25s linear opacity;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-out opacity;
    transition: 0.25s ease-out opacity;
}
.modal .modal-dialog {
    position: relative;
    width: 570px;
    margin: 50px auto;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.25s ease-out all;
    transition: 0.25s ease-out all;
}
.modal .modal-dialog .modal-content {
    position: relative;
    background: #fff;
    padding: 40px 25px;
    border-radius: 0;
}
.modal .modal-dialog .modal-content .row,
.modal .modal-dialog .modal-content .row-expand,
.modal .modal-dialog .modal-content .row-compact,
.modal .modal-dialog .modal-content .row-fluid,
.modal .modal-dialog .modal-content .row-fluid-full,
.modal .modal-dialog .modal-content .bx-showcase {
    width: auto;
}
.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 18px;
}
.modal .close:hover {
    color: #ff0406;
}
.modal.modal-full .modal-dialog .modal-content {
    padding: 0 !important;
    border-radius: 0;
}
.modal.modal-full .modal-dialog .modal-content img {
    display: block;
    width: 100%;
}
.modal.modal-full .close {
    color: #bfc1c3;
}
.modal.modal-full .close:hover {
    color: #eeefef;
}
@media (max-width: 768px) {
    .modal .modal-dialog {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    .modal .modal-dialog .modal-content {
        padding: 40px 10px;
    }
}
.modal-open {
    overflow: hidden;
}
.collapse-area .collapse {
    display: none;
}
.collapse-area .collapse.show {
    display: block;
}
.collapse-area .collapsing {
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
}
.swiper-button-prev,
.swiper-button-next {
    background: none;
    font-size: 20px;
    height: 20px;
}
.swiper-pagination.swp-outer {
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.swiper-pagination.swiper-pagination-bullets span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border: 1px solid #bfc1c3;
    background: #bfc1c3;
    opacity: 1;
    border-radius: 0;
    -webkit-transition: 0.4s ease-out all;
    transition: 0.4s ease-out all;
}
.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    border-color: #ff0406;
    background: #ff0406;
}
.swiper-pagination.swiper-pagination-fraction {
    bottom: 0;
}
.sl-nav-results {
    overflow: visible;
}
.sw-container {
    padding-bottom: 50px;
}
.ico-sw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1201px) {
    .ico-sw {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.ico-sw .itm-sw {
    text-align: center;
    padding: 0 30px;
}
@media (min-width: 769px) {
    .ico-sw .itm-sw {
        margin-top: 50px;
    }
}
@media (min-width: 1201px) {
    .ico-sw .itm-sw {
        width: auto;
    }
}
.ico-sw .itm-sw .h5,
.ico-sw .itm-sw .checkout .block-title,
.checkout .ico-sw .itm-sw .block-title {
    margin: 30px 0;
}
.sw-rel {
    padding: 60px 0;
    overflow: visible;
}
@media (max-width: 768px) {
    .sw-rel {
        padding-top: 20px;
    }
}
.sw-rel .swiper-pagination-bullets {
    bottom: 0;
}
.sw-single {
    padding-bottom: 40px;
}
@media (min-width: 1201px) {
    .sw-single {
        margin-right: 100px;
    }
}
.sw-single .swiper-slide img {
    width: 100%;
}
.sw-single .sw-single-pag {
    text-align: right;
}
.btn,
.table-wishlist .tb-wish-action-btn button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.05em;
    background: #ff0406;
    padding: 0 30px;
    border-radius: 3px;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover,
.blg-aside .blg-aside-cta:hover .btn,
.blg-aside-lg .blg-aside-cta:hover .btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #ea0002;
    text-decoration: none;
    color: #fff;
}
.btn:active,
.table-wishlist .tb-wish-action-btn button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #b70001;
}
.btn.btn-lg,
.table-wishlist .tb-wish-action-btn button.btn-lg,
input[type="submit"].btn-lg,
input[type="reset"].btn-lg,
input[type="button"].btn-lg {
    line-height: 60px;
    font-size: 16px;
}
.btn.btn-sm,
.alert .btn,
.table-wishlist .tb-wish-action-btn button,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .checkout .checkout-main .checkout-body ol > li.section #checkout-step-login button,
input[type="submit"].btn-sm,
.alert input[type="submit"].btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="submit"].btn,
input[type="reset"].btn-sm,
.alert input[type="reset"].btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="reset"].btn,
input[type="button"].btn-sm,
.alert input[type="button"].btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="button"].btn {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
}
.btn.btn-2,
.table-wishlist .tb-wish-action-btn button.btn-2,
input[type="submit"].btn-2,
input[type="reset"].btn-2,
input[type="button"].btn-2 {
    background: #606569;
    color: #fff;
}
.btn.btn-2:hover,
.blg-aside .blg-aside-cta:hover .btn-2.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-2.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-2,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-2,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-2,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-2,
.table-wishlist .tb-wish-action-btn button.btn-2:hover,
input[type="submit"].btn-2:hover,
input[type="reset"].btn-2:hover,
input[type="button"].btn-2:hover {
    background: #5b6064;
}
.btn.btn-2:active,
.table-wishlist .tb-wish-action-btn button.btn-2:active,
input[type="submit"].btn-2:active,
input[type="reset"].btn-2:active,
input[type="button"].btn-2:active {
    background: #3b3f41;
}
.btn.btn-3,
.table-wishlist .tb-wish-action-btn button.btn-3,
input[type="submit"].btn-3,
input[type="reset"].btn-3,
input[type="button"].btn-3 {
    background: #000;
    color: #fff;
}
.btn.btn-3:hover,
.blg-aside .blg-aside-cta:hover .btn-3.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-3.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-3,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-3,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-3,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-3,
.table-wishlist .tb-wish-action-btn button.btn-3:hover,
input[type="submit"].btn-3:hover,
input[type="reset"].btn-3:hover,
input[type="button"].btn-3:hover {
    background: #000;
}
.btn.btn-3:active,
.table-wishlist .tb-wish-action-btn button.btn-3:active,
input[type="submit"].btn-3:active,
input[type="reset"].btn-3:active,
input[type="button"].btn-3:active {
    background: #000;
}
.btn.btn-white,
.alert.al-success .btn,
.alert.al-success .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-success button,
.alert.al-error .btn,
.alert.al-error .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-error button,
.alert.al-warning .btn,
.alert.al-warning .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-warning button,
.table-wishlist .tb-wish-action-btn button.btn-white,
input[type="submit"].btn-white,
.alert.al-success input[type="submit"].btn,
.alert.al-error input[type="submit"].btn,
.alert.al-warning input[type="submit"].btn,
input[type="reset"].btn-white,
.alert.al-success input[type="reset"].btn,
.alert.al-error input[type="reset"].btn,
.alert.al-warning input[type="reset"].btn,
input[type="button"].btn-white,
.alert.al-success input[type="button"].btn,
.alert.al-error input[type="button"].btn,
.alert.al-warning input[type="button"].btn {
    background: #fff;
    color: #303234;
}
.btn.btn-white:hover,
.alert.al-success .btn:hover,
.alert.al-success .blg-aside .blg-aside-cta:hover .btn,
.blg-aside .blg-aside-cta:hover .alert.al-success .btn,
.alert.al-success .blg-aside-lg .blg-aside-cta:hover .btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-success .btn,
.alert.al-success .blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-success button,
.alert.al-success .table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover .alert.al-success button,
.alert.al-success .blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-success button,
.alert.al-success .table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover .alert.al-success button,
.alert.al-success .table-wishlist .tb-wish-action-btn button:hover,
.table-wishlist .tb-wish-action-btn .alert.al-success button:hover,
.alert.al-error .btn:hover,
.alert.al-error .blg-aside .blg-aside-cta:hover .btn,
.blg-aside .blg-aside-cta:hover .alert.al-error .btn,
.alert.al-error .blg-aside-lg .blg-aside-cta:hover .btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-error .btn,
.alert.al-error .blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-error button,
.alert.al-error .table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover .alert.al-error button,
.alert.al-error .blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-error button,
.alert.al-error .table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover .alert.al-error button,
.alert.al-error .table-wishlist .tb-wish-action-btn button:hover,
.table-wishlist .tb-wish-action-btn .alert.al-error button:hover,
.alert.al-warning .btn:hover,
.alert.al-warning .blg-aside .blg-aside-cta:hover .btn,
.blg-aside .blg-aside-cta:hover .alert.al-warning .btn,
.alert.al-warning .blg-aside-lg .blg-aside-cta:hover .btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-warning .btn,
.alert.al-warning .blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-warning button,
.alert.al-warning .table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover .alert.al-warning button,
.alert.al-warning .blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn .alert.al-warning button,
.alert.al-warning .table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover .alert.al-warning button,
.alert.al-warning .table-wishlist .tb-wish-action-btn button:hover,
.table-wishlist .tb-wish-action-btn .alert.al-warning button:hover,
.blg-aside .blg-aside-cta:hover .btn-white.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-white.btn,
.blg-aside .blg-aside-cta:hover .alert.al-success .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .alert.al-success .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-success .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .alert.al-success .blg-aside-lg .blg-aside-cta:hover button,
.blg-aside .blg-aside-cta:hover .alert.al-error .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .alert.al-error .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-error .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .alert.al-error .blg-aside-lg .blg-aside-cta:hover button,
.blg-aside .blg-aside-cta:hover .alert.al-warning .table-wishlist .tb-wish-action-btn button,
.blg-aside-lg .blg-aside-cta:hover .alert.al-warning .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-warning .blg-aside .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn .alert.al-warning .blg-aside-lg .blg-aside-cta:hover button,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-white,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-white,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-white,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-white,
.table-wishlist .tb-wish-action-btn button.btn-white:hover,
input[type="submit"].btn-white:hover,
.alert.al-success input[type="submit"].btn:hover,
.alert.al-success .blg-aside .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-success input[type="submit"].btn,
.alert.al-success .blg-aside-lg .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-success input[type="submit"].btn,
.alert.al-error input[type="submit"].btn:hover,
.alert.al-error .blg-aside .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-error input[type="submit"].btn,
.alert.al-error .blg-aside-lg .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-error input[type="submit"].btn,
.alert.al-warning input[type="submit"].btn:hover,
.alert.al-warning .blg-aside .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-warning input[type="submit"].btn,
.alert.al-warning .blg-aside-lg .blg-aside-cta:hover input[type="submit"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-warning input[type="submit"].btn,
input[type="reset"].btn-white:hover,
.alert.al-success input[type="reset"].btn:hover,
.alert.al-success .blg-aside .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-success input[type="reset"].btn,
.alert.al-success .blg-aside-lg .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-success input[type="reset"].btn,
.alert.al-error input[type="reset"].btn:hover,
.alert.al-error .blg-aside .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-error input[type="reset"].btn,
.alert.al-error .blg-aside-lg .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-error input[type="reset"].btn,
.alert.al-warning input[type="reset"].btn:hover,
.alert.al-warning .blg-aside .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-warning input[type="reset"].btn,
.alert.al-warning .blg-aside-lg .blg-aside-cta:hover input[type="reset"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-warning input[type="reset"].btn,
input[type="button"].btn-white:hover,
.alert.al-success input[type="button"].btn:hover,
.alert.al-success .blg-aside .blg-aside-cta:hover input[type="button"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-success input[type="button"].btn,
.alert.al-success .blg-aside-lg .blg-aside-cta:hover input[type="button"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-success input[type="button"].btn,
.alert.al-error input[type="button"].btn:hover,
.alert.al-error .blg-aside .blg-aside-cta:hover input[type="button"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-error input[type="button"].btn,
.alert.al-error .blg-aside-lg .blg-aside-cta:hover input[type="button"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-error input[type="button"].btn,
.alert.al-warning input[type="button"].btn:hover,
.alert.al-warning .blg-aside .blg-aside-cta:hover input[type="button"].btn,
.blg-aside .blg-aside-cta:hover .alert.al-warning input[type="button"].btn,
.alert.al-warning .blg-aside-lg .blg-aside-cta:hover input[type="button"].btn,
.blg-aside-lg .blg-aside-cta:hover .alert.al-warning input[type="button"].btn {
    background: #e6e5e5;
}
.btn.btn-white:active,
.alert.al-success .btn:active,
.alert.al-success .table-wishlist .tb-wish-action-btn button:active,
.table-wishlist .tb-wish-action-btn .alert.al-success button:active,
.alert.al-error .btn:active,
.alert.al-error .table-wishlist .tb-wish-action-btn button:active,
.table-wishlist .tb-wish-action-btn .alert.al-error button:active,
.alert.al-warning .btn:active,
.alert.al-warning .table-wishlist .tb-wish-action-btn button:active,
.table-wishlist .tb-wish-action-btn .alert.al-warning button:active,
.table-wishlist .tb-wish-action-btn button.btn-white:active,
input[type="submit"].btn-white:active,
.alert.al-success input[type="submit"].btn:active,
.alert.al-error input[type="submit"].btn:active,
.alert.al-warning input[type="submit"].btn:active,
input[type="reset"].btn-white:active,
.alert.al-success input[type="reset"].btn:active,
.alert.al-error input[type="reset"].btn:active,
.alert.al-warning input[type="reset"].btn:active,
input[type="button"].btn-white:active,
.alert.al-success input[type="button"].btn:active,
.alert.al-error input[type="button"].btn:active,
.alert.al-warning input[type="button"].btn:active {
    background: #bfbfbf;
}
.btn.btn-success,
.table-wishlist .tb-wish-action-btn button.btn-success,
input[type="submit"].btn-success,
input[type="reset"].btn-success,
input[type="button"].btn-success {
    background: #2dce89;
}
.btn.btn-success:hover,
.blg-aside .blg-aside-cta:hover .btn-success.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-success.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-success,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-success,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-success,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-success,
.table-wishlist .tb-wish-action-btn button.btn-success:hover,
input[type="submit"].btn-success:hover,
input[type="reset"].btn-success:hover,
input[type="button"].btn-success:hover {
    background: #24a46d;
}
.btn.btn-success:active,
.table-wishlist .tb-wish-action-btn button.btn-success:active,
input[type="submit"].btn-success:active,
input[type="reset"].btn-success:active,
input[type="button"].btn-success:active {
    background: #1b7a51;
}
.btn.btn-error,
.table-wishlist .tb-wish-action-btn button.btn-error,
input[type="submit"].btn-error,
input[type="reset"].btn-error,
input[type="button"].btn-error {
    background: #ea2c54;
}
.btn.btn-error:hover,
.blg-aside .blg-aside-cta:hover .btn-error.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-error.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-error,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-error,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-error,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-error,
.table-wishlist .tb-wish-action-btn button.btn-error:hover,
input[type="submit"].btn-error:hover,
input[type="reset"].btn-error:hover,
input[type="button"].btn-error:hover {
    background: #ce153c;
}
.btn.btn-error:active,
.table-wishlist .tb-wish-action-btn button.btn-error:active,
input[type="submit"].btn-error:active,
input[type="reset"].btn-error:active,
input[type="button"].btn-error:active {
    background: #a0102e;
}
.btn.btn-warning,
.table-wishlist .tb-wish-action-btn button.btn-warning,
input[type="submit"].btn-warning,
input[type="reset"].btn-warning,
input[type="button"].btn-warning {
    background: #f8e71c;
}
.btn.btn-warning:hover,
.blg-aside .blg-aside-cta:hover .btn-warning.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-warning.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-warning,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-warning,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-warning,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-warning,
.table-wishlist .tb-wish-action-btn button.btn-warning:hover,
input[type="submit"].btn-warning:hover,
input[type="reset"].btn-warning:hover,
input[type="button"].btn-warning:hover {
    background: #f3e107;
}
.btn.btn-warning:active,
.table-wishlist .tb-wish-action-btn button.btn-warning:active,
input[type="submit"].btn-warning:active,
input[type="reset"].btn-warning:active,
input[type="button"].btn-warning:active {
    background: #c2b306;
}
.btn.btn-facebook,
.table-wishlist .tb-wish-action-btn button.btn-facebook,
input[type="submit"].btn-facebook,
input[type="reset"].btn-facebook,
input[type="button"].btn-facebook {
    background: #3b5998;
}
.btn.btn-facebook:hover,
.blg-aside .blg-aside-cta:hover .btn-facebook.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-facebook.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-facebook,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-facebook,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-facebook,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-facebook,
.table-wishlist .tb-wish-action-btn button.btn-facebook:hover,
input[type="submit"].btn-facebook:hover,
input[type="reset"].btn-facebook:hover,
input[type="button"].btn-facebook:hover {
    background: #2d4373;
}
.btn.btn-facebook:active,
.table-wishlist .tb-wish-action-btn button.btn-facebook:active,
input[type="submit"].btn-facebook:active,
input[type="reset"].btn-facebook:active,
input[type="button"].btn-facebook:active {
    background: #1e2e4f;
}
.btn.btn-gmail,
.table-wishlist .tb-wish-action-btn button.btn-gmail,
input[type="submit"].btn-gmail,
input[type="reset"].btn-gmail,
input[type="button"].btn-gmail {
    background: #c71610;
}
.btn.btn-gmail:hover,
.blg-aside .blg-aside-cta:hover .btn-gmail.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-gmail.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-gmail,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-gmail,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-gmail,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-gmail,
.table-wishlist .tb-wish-action-btn button.btn-gmail:hover,
input[type="submit"].btn-gmail:hover,
input[type="reset"].btn-gmail:hover,
input[type="button"].btn-gmail:hover {
    background: #98110c;
}
.btn.btn-gmail:active,
.table-wishlist .tb-wish-action-btn button.btn-gmail:active,
input[type="submit"].btn-gmail:active,
input[type="reset"].btn-gmail:active,
input[type="button"].btn-gmail:active {
    background: #690c08;
}
.btn.btn-outline,
.table-wishlist .tb-wish-action-btn button,
input[type="submit"].btn-outline,
input[type="reset"].btn-outline,
input[type="button"].btn-outline {
    background: transparent;
    color: #ff0406;
    border: 1px solid #ff0406;
    line-height: 48px;
}
.btn.btn-outline:hover,
.blg-aside .blg-aside-cta:hover .btn-outline.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-outline.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button,
.table-wishlist .tb-wish-action-btn button:hover,
input[type="submit"].btn-outline:hover,
input[type="reset"].btn-outline:hover,
input[type="button"].btn-outline:hover {
    background: #ff0406;
    color: #fff;
}
.btn.btn-outline:active,
.table-wishlist .tb-wish-action-btn button:active,
input[type="submit"].btn-outline:active,
input[type="reset"].btn-outline:active,
input[type="button"].btn-outline:active {
    background: #840001;
}
.btn.btn-outline.btn-lg,
.table-wishlist .tb-wish-action-btn button.btn-lg,
input[type="submit"].btn-outline.btn-lg,
input[type="reset"].btn-outline.btn-lg,
input[type="button"].btn-outline.btn-lg {
    line-height: 58px;
}
.btn.btn-outline.btn-sm,
.alert .btn.btn-outline,
.table-wishlist .tb-wish-action-btn button,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .btn.btn-outline,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .checkout .checkout-main .checkout-body ol > li.section #checkout-step-login button,
input[type="submit"].btn-outline.btn-sm,
.alert input[type="submit"].btn-outline.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="submit"].btn-outline.btn,
input[type="reset"].btn-outline.btn-sm,
.alert input[type="reset"].btn-outline.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="reset"].btn-outline.btn,
input[type="button"].btn-outline.btn-sm,
.alert input[type="button"].btn-outline.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="button"].btn-outline.btn {
    line-height: 38px;
}
.btn.btn-outline-2,
.table-wishlist .tb-wish-action-btn button.btn-outline-2,
input[type="submit"].btn-outline-2,
input[type="reset"].btn-outline-2,
input[type="button"].btn-outline-2 {
    background: transparent;
    color: #606569;
    border: 1px solid #606569;
    line-height: 48px;
}
.btn.btn-outline-2:hover,
.blg-aside .blg-aside-cta:hover .btn-outline-2.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-outline-2.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-outline-2,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-outline-2,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-outline-2,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-outline-2,
.table-wishlist .tb-wish-action-btn button.btn-outline-2:hover,
input[type="submit"].btn-outline-2:hover,
input[type="reset"].btn-outline-2:hover,
input[type="button"].btn-outline-2:hover {
    background: #606569;
    color: #fff;
}
.btn.btn-outline-2:active,
.table-wishlist .tb-wish-action-btn button.btn-outline-2:active,
input[type="submit"].btn-outline-2:active,
input[type="reset"].btn-outline-2:active,
input[type="button"].btn-outline-2:active {
    background: #232526;
}
.btn.btn-outline-2.btn-lg,
.table-wishlist .tb-wish-action-btn button.btn-outline-2.btn-lg,
input[type="submit"].btn-outline-2.btn-lg,
input[type="reset"].btn-outline-2.btn-lg,
input[type="button"].btn-outline-2.btn-lg {
    line-height: 58px;
}
.btn.btn-outline-2.btn-sm,
.alert .btn.btn-outline-2,
.table-wishlist .tb-wish-action-btn button.btn-outline-2,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .btn.btn-outline-2,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login .table-wishlist .tb-wish-action-btn button.btn-outline-2,
.table-wishlist .tb-wish-action-btn .checkout .checkout-main .checkout-body ol > li.section #checkout-step-login button.btn-outline-2,
input[type="submit"].btn-outline-2.btn-sm,
.alert input[type="submit"].btn-outline-2.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="submit"].btn-outline-2.btn,
input[type="reset"].btn-outline-2.btn-sm,
.alert input[type="reset"].btn-outline-2.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="reset"].btn-outline-2.btn,
input[type="button"].btn-outline-2.btn-sm,
.alert input[type="button"].btn-outline-2.btn,
.checkout .checkout-main .checkout-body ol > li.section #checkout-step-login input[type="button"].btn-outline-2.btn {
    line-height: 38px;
}
.btn.btn-link,
.table-wishlist .tb-wish-action-btn button.btn-link,
input[type="submit"].btn-link,
input[type="reset"].btn-link,
input[type="button"].btn-link {
    background: none;
    color: #606569;
}
.btn.btn-link:hover,
.blg-aside .blg-aside-cta:hover .btn-link.btn,
.blg-aside-lg .blg-aside-cta:hover .btn-link.btn,
.blg-aside .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-link,
.table-wishlist .tb-wish-action-btn .blg-aside .blg-aside-cta:hover button.btn-link,
.blg-aside-lg .blg-aside-cta:hover .table-wishlist .tb-wish-action-btn button.btn-link,
.table-wishlist .tb-wish-action-btn .blg-aside-lg .blg-aside-cta:hover button.btn-link,
.table-wishlist .tb-wish-action-btn button.btn-link:hover,
input[type="submit"].btn-link:hover,
input[type="reset"].btn-link:hover,
input[type="button"].btn-link:hover {
    color: #484b4e;
}
.btn[disabled],
.table-wishlist .tb-wish-action-btn button[disabled],
.btn.btn-disabled,
.table-wishlist .tb-wish-action-btn button.btn-disabled,
input[type="submit"][disabled],
input[type="submit"].btn-disabled,
input[type="reset"][disabled],
input[type="reset"].btn-disabled,
input[type="button"][disabled],
input[type="button"].btn-disabled {
    cursor: not-allowed;
    opacity: 0.25;
}
.btn.w-100,
.table-wishlist .tb-wish-action-btn button,
input[type="submit"].w-100,
input[type="reset"].w-100,
input[type="button"].w-100 {
    padding: 0 10px;
}
.btn i,
.table-wishlist .tb-wish-action-btn button i,
input[type="submit"] i,
input[type="reset"] i,
input[type="button"] i {
    font-size: 16px;
    vertical-align: text-bottom;
    line-height: 1.2;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .btn,
    .table-wishlist .tb-wish-action-btn button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        width: 100%;
    }
}
.btn-group {
    font-size: 0;
}
.btn-group .btn,
.btn-group .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .btn-group button {
    margin-right: 15px;
}
.btn-group .btn:last-child,
.btn-group .table-wishlist .tb-wish-action-btn button:last-child,
.table-wishlist .tb-wish-action-btn .btn-group button:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
    .btn-group .btn,
    .btn-group .table-wishlist .tb-wish-action-btn button,
    .table-wishlist .tb-wish-action-btn .btn-group button {
        margin: 0 0 12px 0;
    }
}
@media (max-width: 768px) {
    form [class*="col-"] {
        margin-bottom: 0;
    }
}
.form-group,
.checkout .checkout-main .checkout-body .form-list .wide {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
.form-group.form-checkbox,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide,
.form-group.form-radio,
.checkout .checkout-main .checkout-body .form-list .form-radio.wide {
    margin-bottom: 5px;
}
.form-group.form-checkbox div,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide div,
.form-group.form-radio div,
.checkout .checkout-main .checkout-body .form-list .form-radio.wide div {
    display: inline-block;
}
.form-group.form-checkbox label,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide label,
.form-group.form-radio label,
.checkout .checkout-main .checkout-body .form-list .form-radio.wide label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer;
}
.form-group.form-error input[type="text"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="text"],
.form-group.form-error input[type="password"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="password"],
.form-group.form-error input[type="file"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="file"],
.form-group.form-error input[type="email"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="email"],
.form-group.form-error input[type="file"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="file"],
.form-group.form-error input[type="number"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="number"],
.form-group.form-error input[type="tel"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="tel"],
.form-group.form-error input[type="date"],
.checkout .checkout-main .checkout-body .form-list .form-error.wide input[type="date"],
.form-group.form-error select,
.checkout .checkout-main .checkout-body .form-list .form-error.wide select,
.form-group.form-error textarea,
.checkout .checkout-main .checkout-body .form-list .form-error.wide textarea,
.form-group.form-error .jcf-file,
.checkout .checkout-main .checkout-body .form-list .form-error.wide .jcf-file,
.form-group.form-error .jcf-select,
.checkout .checkout-main .checkout-body .form-list .form-error.wide .jcf-select {
    border-color: #ea2c54 !important;
    color: #ea2c54 !important;
}
.form-group.form-error.form-checkbox,
.checkout .checkout-main .checkout-body .form-list .form-error.form-checkbox.wide,
.form-group.form-error.form-radio,
.checkout .checkout-main .checkout-body .form-list .form-error.form-radio.wide {
    color: #ea2c54 !important;
}
.form-group.form-icon input[type="text"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="text"],
.form-group.form-icon input[type="password"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="password"],
.form-group.form-icon input[type="file"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="file"],
.form-group.form-icon input[type="email"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="email"],
.form-group.form-icon input[type="file"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="file"],
.form-group.form-icon input[type="number"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="number"],
.form-group.form-icon input[type="date"],
.checkout .checkout-main .checkout-body .form-list .form-icon.wide input[type="date"],
.form-group.form-icon select,
.checkout .checkout-main .checkout-body .form-list .form-icon.wide select,
.form-group.form-icon textarea,
.checkout .checkout-main .checkout-body .form-list .form-icon.wide textarea {
    padding-left: 40px;
}
.form-group.form-icon .jcf-select-text,
.checkout .checkout-main .checkout-body .form-list .form-icon.wide .jcf-select-text {
    padding-left: 40px;
}
.form-group.form-icon i,
.checkout .checkout-main .checkout-body .form-list .form-icon.wide i {
    display: block;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    pointer-events: none;
}
.form-group.form-disabled,
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide {
    opacity: 0.35;
}
.form-group.form-disabled input[type="text"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="text"],
.form-group.form-disabled input[type="password"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="password"],
.form-group.form-disabled input[type="file"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="file"],
.form-group.form-disabled input[type="email"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="email"],
.form-group.form-disabled input[type="number"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="number"],
.form-group.form-disabled input[type="tel"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="tel"],
.form-group.form-disabled input[type="date"],
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide input[type="date"],
.form-group.form-disabled select,
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide select,
.form-group.form-disabled textarea,
.checkout .checkout-main .checkout-body .form-list .form-disabled.wide textarea {
    cursor: not-allowed;
}
.form-group.form-flex,
.checkout .checkout-main .checkout-body .form-list .form-flex.wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-group.form-flex .btn,
.checkout .checkout-main .checkout-body .form-list .form-flex.wide .btn,
.form-group.form-flex .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .form-group.form-flex button,
.checkout .checkout-main .checkout-body .form-list .form-flex.wide .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .checkout .checkout-main .checkout-body .form-list .form-flex.wide button {
    border-radius: 0;
    width: auto;
    padding: 0 15px;
}
@media (max-width: 768px) {
    .form-group,
    .checkout .checkout-main .checkout-body .form-list .wide {
        margin-bottom: 10px;
    }
}
.form-group.form-checkbox,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide {
    margin-bottom: 30px;
}
.form-group.form-checkbox label,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide label {
    font-size: 12px;
}
.form-group.form-checkbox label a,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide label a {
    color: #ff0406;
    text-decoration: underline;
}
.form-group.form-checkbox label a:hover,
.checkout .checkout-main .checkout-body .form-list .form-checkbox.wide label a:hover {
    text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
textarea,
select,
.jcf-file,
.jcf-select {
    display: block;
    width: 100%;
    outline: 0;
    background: #fff;
    border: 1px solid #bfc1c3;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: bold;
    color: #3e4144;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    left: 0;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}
input[type="text"].sz-lg,
input[type="text"].jcf-select-sz-lg,
input[type="password"].sz-lg,
input[type="password"].jcf-select-sz-lg,
input[type="email"].sz-lg,
input[type="email"].jcf-select-sz-lg,
input[type="file"].sz-lg,
input[type="file"].jcf-select-sz-lg,
input[type="number"].sz-lg,
input[type="number"].jcf-select-sz-lg,
input[type="tel"].sz-lg,
input[type="tel"].jcf-select-sz-lg,
input[type="search"].sz-lg,
input[type="search"].jcf-select-sz-lg,
input[type="date"].sz-lg,
input[type="date"].jcf-select-sz-lg,
textarea.sz-lg,
textarea.jcf-select-sz-lg,
select.sz-lg,
select.jcf-select-sz-lg,
.jcf-file.sz-lg,
.jcf-file.jcf-select-sz-lg,
.jcf-select.sz-lg,
.jcf-select.jcf-select-sz-lg {
    height: 50px;
    line-height: calc(50px - 4px);
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled,
.jcf-file:disabled,
.jcf-select:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"].jcf-focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"].jcf-focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"].jcf-focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="file"].jcf-focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"].jcf-focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"].jcf-focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"].jcf-focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="date"].jcf-focus,
textarea:hover,
textarea:focus,
textarea.jcf-focus,
select:hover,
select:focus,
select.jcf-focus,
.jcf-file:hover,
.jcf-file:focus,
.jcf-file.jcf-focus,
.jcf-select:hover,
.jcf-select:focus,
.jcf-select.jcf-focus {
    border-color: #3e4144;
    outline: none;
}
.jcf-select.jcf-disabled {
    opacity: 0.35;
}
.jcf-select.jcf-disabled input[type="text"],
.jcf-select.jcf-disabled input[type="password"],
.jcf-select.jcf-disabled input[type="file"],
.jcf-select.jcf-disabled input[type="email"],
.jcf-select.jcf-disabled input[type="number"],
.jcf-select.jcf-disabled input[type="search"],
.jcf-select.jcf-disabled input[type="date"],
.jcf-select.jcf-disabled select,
.jcf-select.jcf-disabled textarea {
    cursor: not-allowed;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.form-row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.form-row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.form-row .form-group,
.form-row .checkout .checkout-main .checkout-body .form-list .wide,
.checkout .checkout-main .checkout-body .form-list .form-row .wide {
    margin-bottom: 10px;
}
textarea {
    padding: 10px;
    resize: none;
    height: inherit;
}
select {
    display: inline-block;
    width: 0;
    opacity: 0;
    height: 0;
}
.jcf-select {
    position: relative;
    line-height: 38px;
    padding: 0;
}
.jcf-select select {
    padding: 0;
}
.jcf-select .jcf-reset-appearance {
    left: 0;
    background: initial;
    color: initial;
}
.jcf-select .jcf-select-text {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 25px 0 10px;
}
.jcf-select .jcf-select-opener:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 700;
    font-size: 13px;
    color: #ff0406;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 2px;
}
.jcf-select.jcf-drop-active {
    font-weight: 700;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jcf-select-drop {
    z-index: 100;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #bfc1c3;
}
.jcf-select-drop.jcf-drop-flipped {
    border-top: 0;
    border-bottom: 1px solid #bfc1c3;
}
.jcf-select-drop .jcf-select-drop-content {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
}
.jcf-select-drop .jcf-select-drop-content ul li span {
    padding: 15px 10px;
    line-height: 20px;
    display: block;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
    cursor: pointer;
}
.jcf-select-drop .jcf-select-drop-content ul li span:hover,
.jcf-select-drop .jcf-select-drop-content ul li span.jcf-selected {
    background: #eeefef;
    padding-left: 20px;
}
.jcf-select-drop .jcf-select-drop-content ul li span.jcf-disabled {
    opacity: 0.5;
}
.jcf-list-content {
    display: inline-block;
    width: 100%;
}
.select-naked .jcf-select {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    color: #ff0406;
}
.select-naked .jcf-select .jcf-select-opener:after {
    font-size: 16px;
    color: #ff0406;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}
.jcf-checkbox,
.jcf-radio {
    display: inline-block;
    position: relative;
    top: 2px;
    height: 14px;
    width: 14px;
    margin-right: 7px;
    background: #fff;
    border: 1px solid #3e4144;
}
.jcf-checkbox input[type="checkbox"],
.jcf-radio input[type="checkbox"] {
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 12px !important;
    cursor: pointer;
}
.jcf-checkbox.jcf-checked,
.jcf-radio.jcf-checked {
    position: relative;
    border-color: #ff0406;
}
.jcf-checkbox.jcf-checked:before,
.jcf-radio.jcf-checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #ff0406 !important;
    display: block;
    font-size: 8px;
    pointer-events: none;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 10;
}
.jcf-radio {
    border-radius: 50%;
}
.jcf-file {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.jcf-file .jcf-button-content {
    display: block;
    text-indent: -9999px;
}
.jcf-file .jcf-button-content:before {
    content: "\f0c6";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: block;
    font-size: 20px;
    pointer-events: none;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 10px;
    z-index: 10;
}
.jcf-file .jcf-fake-input {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.jcf-file .jcf-real-element {
    height: 40px;
    margin: 0;
    right: 0;
    top: 0;
    font-size: 100px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-dk input[type="text"],
.form-dk input[type="password"],
.form-dk input[type="email"],
.form-dk input[type="file"],
.form-dk input[type="number"],
.form-dk input[type="tel"],
.form-dk input[type="search"],
.form-dk input[type="date"],
.form-dk textarea,
.form-dk select,
.form-dk .jcf-file,
.form-dk .jcf-select {
    background: #000;
    border: 1px solid #bfc1c3;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    color: #fff;
}
.form-dk input[type="text"]:hover,
.form-dk input[type="text"]:focus,
.form-dk input[type="text"].jcf-focus,
.form-dk input[type="password"]:hover,
.form-dk input[type="password"]:focus,
.form-dk input[type="password"].jcf-focus,
.form-dk input[type="email"]:hover,
.form-dk input[type="email"]:focus,
.form-dk input[type="email"].jcf-focus,
.form-dk input[type="file"]:hover,
.form-dk input[type="file"]:focus,
.form-dk input[type="file"].jcf-focus,
.form-dk input[type="number"]:hover,
.form-dk input[type="number"]:focus,
.form-dk input[type="number"].jcf-focus,
.form-dk input[type="tel"]:hover,
.form-dk input[type="tel"]:focus,
.form-dk input[type="tel"].jcf-focus,
.form-dk input[type="search"]:hover,
.form-dk input[type="search"]:focus,
.form-dk input[type="search"].jcf-focus,
.form-dk input[type="date"]:hover,
.form-dk input[type="date"]:focus,
.form-dk input[type="date"].jcf-focus,
.form-dk textarea:hover,
.form-dk textarea:focus,
.form-dk textarea.jcf-focus,
.form-dk select:hover,
.form-dk select:focus,
.form-dk select.jcf-focus,
.form-dk .jcf-file:hover,
.form-dk .jcf-file:focus,
.form-dk .jcf-file.jcf-focus,
.form-dk .jcf-select:hover,
.form-dk .jcf-select:focus,
.form-dk .jcf-select.jcf-focus {
    border-color: #fff;
}
.form-dk label {
    color: #fff;
}
.form-dk .jcf-checkbox,
.form-dk .jcf-radio {
    background: #000;
    border: 1px solid #bfc1c3;
}
.form-dk .jcf-checkbox.jcf-checked,
.form-dk .jcf-radio.jcf-checked {
    border-color: #ff0406 !important;
}
.form-dk .form-checkbox.align-center {
    text-align: left !important;
}

.form-contact {
    text-align: left;
}
.table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
}
.table tbody tr {
    border-bottom: 1px solid #606569;
}
.table tbody tr:last-child {
    border-bottom: 1px solid #606569;
}
.table thead tr,
.table tfoot tr {
    border-bottom: 2px solid #606569;
}
.table td,
.table th {
    vertical-align: middle;
    padding: 15px 10px;
}
.table tfoot {
    background: #eeefef;
}
.table tfoot tr {
    border-bottom: 1px solid #dfe0e1;
}
.table tfoot tr:last-child {
    border-bottom: 1px solid #606569;
}
@media (max-width: 768px) {
    .table.table-responsive {
        display: block;
    }
    .table.table-responsive tbody td,
    .table.table-responsive tbody th {
        width: 100%;
        padding: 15px 0;
    }
    .table.table-responsive tbody tr {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .table.table-responsive tbody tr:last-child {
        margin-bottom: 0;
    }
    .table.table-responsive tbody tr td:not(:first-child) {
        text-align: center;
    }
    .table.table-responsive tfoot {
        display: block;
    }
    .table.table-responsive tfoot tr {
        display: block;
    }
    .table .tb-mob-hide {
        display: none;
    }
}
.table.tb-colum thead tr td:first-child {
    padding-right: 150px;
}
.table.tb-colum thead tr td:first-child .cube {
    color: #fff;
    font-weight: bold;
}
@media (max-width: 960px) {
    .table.tb-colum thead tr td:first-child {
        padding-right: 20px;
        width: 75%;
    }
}
.table.tb-colum tbody .h5,
.table.tb-colum tbody .checkout .block-title,
.checkout .table.tb-colum tbody .block-title {
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.table.tb-colum tbody tr td:first-child {
    padding-right: 150px;
}
@media (max-width: 960px) {
    .table.tb-colum tbody tr td:first-child {
        padding-right: 20px;
        width: 75%;
    }
}
.table.tb-colum tbody tr td:not(:first-child) {
    width: 100px;
}
.table.tb-colum tbody tr td p {
    margin: 0;
}
@media (min-width: 769px) {
    .table.tb-colum tbody tr td {
        text-align: center;
    }
    .table.tb-colum tbody tr td:first-child {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .table.tb-colum tbody tr td.td-none-mb {
        display: none;
    }
}
.table.tb-colum .tr-mb {
    margin-bottom: 20px;
}
@media (min-width: 769px) {
    .table.tb-colum .tr-mb td {
        padding-bottom: 50px;
    }
    .table.tb-colum .tr-mb td .txt-color-1 {
        display: none;
    }
}
.nav.nav-tabs {
    border-bottom: 2px solid #606569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav.nav-tabs li {
    display: inline-block;
    font-size: 14px;
    text-transform: inherit;
}
.nav.nav-tabs li a {
    display: inline-block;
    border: 2px solid #606569;
    padding: 10px 25px;
    position: relative;
    top: 2px;
    margin-right: -2px;
    background-color: #dfe0e1;
}
.nav.nav-tabs li a.active {
    color: #ff0406;
    background-color: transparent;
}
@media (max-width: 768px) {
    .nav.nav-tabs li {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }
    .nav.nav-tabs li a {
        padding-bottom: 10px;
    }
}
.tabs-content .tabs-single {
    display: none;
}
.tabs-content .tabs-single.active {
    display: block;
}
.tab-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}
.form-fix {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 10;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form-fix .btn,
.form-fix .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .form-fix button {
    width: 100%;
}
.bx-tab {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
}
.bx-tab .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}
.bx-tab .nav-tabs li {
    width: 100%;
}
.bx-tab .nav-tabs li a {
    font-weight: bold;
    border: none;
    display: block;
    top: 0;
    padding: 15px 20px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.bx-tab .nav-tabs li a h3 {
    color: #606569;
    font-size: 16px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .bx-tab .nav-tabs li a h3 {
        font-size: 14px;
    }
}
.bx-tab .nav-tabs li a.active {
    background-color: #fff;
}
.bx-tab .nav-tabs li a.active h3 {
    color: #303234;
}
.bx-tab .nav-tabs li:last-child a {
    margin-right: 0;
}
.bx-tab .nav-tabs li:first-child a {
    margin-left: 0;
}
.bx-tab .tabs-content {
    background-color: #fff;
}
.bx-tab .tabs-single {
    padding: 25px;
    position: relative;
}
.bx-tab .tabs-single .btn,
.bx-tab .tabs-single .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .bx-tab .tabs-single button {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.bx-tab .tabs-single .position-btm {
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
}
.bx-tab .tabs-single .scroll-filter {
    overflow: auto;
    height: 369px;
}
.bx-tab .tabs-single .scroll-filter .list-filter {
    margin-bottom: 20px;
}
.bx-tab .tabs-single.remove-pdb {
    padding-bottom: 0;
}
.bx-tab.nav-full {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bx-tab.nav-full .nav-tabs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background-color: transparent;
}
@media (max-width: 768px) {
    .bx-tab.nav-full .nav-tabs {
        overflow: auto;
    }
}
@media (min-width: 961px) {
    .bx-tab.nav-full .nav-tabs {
        margin-left: 80px;
    }
}
.bx-tab.nav-full .nav-tabs li {
    width: auto;
}
@media (max-width: 768px) {
    .bx-tab.nav-full .nav-tabs li {
        margin: 0;
        padding: 0;
    }
}
.bx-tab.nav-full .nav-tabs li a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bx-tab.nav-full .nav-tabs li a h2 {
    color: #606569;
    font-size: 16px;
    margin: 0;
    font-family: "Open Sans", helvetica, arial, sans-serif;
}
@media (max-width: 768px) {
    .bx-tab.nav-full .nav-tabs li a {
        margin: 0;
    }
}
.bx-tab.nav-full .nav-tabs li a.active {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.bx-tab.nav-full .tabs-content {
    -webkit-box-shadow: 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 0 rgba(0, 0, 0, 0.1);
}
.tab-end {
    padding: 25px;
    padding-top: 0;
    background-color: #fff;
}
.tab-end .btn,
.tab-end .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .tab-end button {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.tab-end .price {
    margin: 0;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #dfe0e1;
}
.tab-end .price span.minus {
    font-size: 16px;
    margin-left: 10px;
}
.alert {
    opacity: 0;
    position: fixed;
    z-index: 999;
    width: 350px;
    background: #007be8;
    color: #fff;
    padding: 15px 40px 20px 70px;
    border-radius: 3px;
    -webkit-transition: 0.5s cubic-bezier(0.97, 0.04, 0.32, 1) all;
    transition: 0.5s cubic-bezier(0.97, 0.04, 0.32, 1) all;
}
@media (max-width: 768px) {
    .alert {
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0;
    }
}
.alert .al-body {
    min-height: 40px;
}
.alert .al-icn {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 10;
    width: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 1;
}
.alert .al-close {
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    font-size: 12px;
    line-height: 1;
}
.alert.al-success {
    color: #fff;
    background: #2dce89;
}
.alert.al-success .al-close {
    color: #fff;
}
.alert.al-success .btn,
.alert.al-success .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-success button {
    color: #1f8f5f;
}
.alert.al-error {
    color: #fff;
    background: #ea2c54;
}
.alert.al-error .al-close {
    color: #fff;
}
.alert.al-error .btn,
.alert.al-error .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-error button {
    color: #b71235;
}
.alert.al-warning {
    color: #5f5803;
    background: #f8e71c;
}
.alert.al-warning .al-close {
    color: #5f5803;
}
.alert.al-warning .btn,
.alert.al-warning .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .alert.al-warning button {
    color: #908504;
}
.alert.al-bottom-right {
    bottom: 20px;
    right: 20px;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
}
.alert.al-bottom-left {
    bottom: 20px;
    left: 20px;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
}
.alert.al-top-left {
    top: 20px;
    left: 20px;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
}
.alert.al-top-right {
    top: 20px;
    right: 20px;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
}
.alert.al-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#vehicles-list .alert {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.blg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blg .blg-art-share {
    margin-bottom: 20px;
}
.blg .blg-art-share a {
    font-size: 22px;
    margin-right: 8px;
    color: #ff0406;
}
.blg .blg-art-share a:hover {
    color: #b70001;
}
.blg-aside,
.blg-aside-lg {
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 13.5px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    height: 100%;
}
.blg-aside h5,
.blg-aside-lg h5,
.blg-aside .h5,
.blg-aside-lg .h5,
.blg-aside .checkout .block-title,
.checkout .blg-aside .block-title,
.blg-aside-lg .checkout .block-title,
.checkout .blg-aside-lg .block-title {
    margin-bottom: 20px;
}
.blg-aside .blg-post,
.blg-aside-lg .blg-post {
    margin-bottom: 30px;
}
.blg-aside .blg-aside-sect,
.blg-aside-lg .blg-aside-sect {
    margin-bottom: 40px;
}
.blg-aside .blg-aside-sect .searchform,
.blg-aside-lg .blg-aside-sect .searchform {
    position: relative;
}
.blg-aside .blg-aside-sect .searchform:after,
.blg-aside-lg .blg-aside-sect .searchform:after {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #606569;
    font-size: 24px;
}
.blg-aside .blg-aside-sect:last-child,
.blg-aside-lg .blg-aside-sect:last-child {
    margin-bottom: 0;
}
.blg-aside .blg-aside-sect ul li a,
.blg-aside-lg .blg-aside-sect ul li a {
    display: block;
    padding: 5px 0;
}
.blg-aside .blg-aside-sect ul li a:hover,
.blg-aside-lg .blg-aside-sect ul li a:hover {
    color: #ff0406;
}
.blg-aside .blg-aside-sect ul li.active a,
.blg-aside-lg .blg-aside-sect ul li.active a {
    color: #ff0406;
}
.blg-aside .blg-aside-cta,
.blg-aside-lg .blg-aside-cta {
    position: relative;
    z-index: 10;
    height: 320px;
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.blg-aside .blg-aside-cta .h5,
.blg-aside-lg .blg-aside-cta .h5,
.blg-aside .blg-aside-cta .checkout .block-title,
.checkout .blg-aside .blg-aside-cta .block-title,
.blg-aside-lg .blg-aside-cta .checkout .block-title,
.checkout .blg-aside-lg .blg-aside-cta .block-title,
.blg-aside .blg-aside-cta h5,
.blg-aside-lg .blg-aside-cta h5 {
    position: relative;
    z-index: 12;
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.blg-aside .blg-aside-cta:before,
.blg-aside-lg .blg-aside-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfe0e1;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blg-aside .blg-aside-cta:hover:before,
.blg-aside-lg .blg-aside-cta:hover:before {
    opacity: 0.8;
}
.blg-aside-lg {
    width: 320px;
}
.blg-main,
.blg-main-lg {
    width: calc(100% - 210px);
    padding-left: 30px;
    position: relative;
}
.blg-main > img,
.blg-main-lg > img {
    margin-bottom: 20px;
}
.blg-main .blg-art-info,
.blg-main-lg .blg-art-info {
    margin-bottom: 20px;
}
.blg-main .blg-art-body,
.blg-main-lg .blg-art-body {
    margin-bottom: 30px;
}
.blg-main .blg-art-body img,
.blg-main-lg .blg-art-body img {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.blg-main .blg-art-body img:first-child,
.blg-main-lg .blg-art-body img:first-child {
    margin-top: 5px;
}
.blg-main .blg-art-body img.w100,
.blg-main-lg .blg-art-body img.w100 {
    width: 100%;
}
.blg-main .blg-art-body iframe,
.blg-main-lg .blg-art-body iframe {
    display: block;
    width: 100% !important;
    height: 415px !important;
    margin-bottom: 30px;
}
.blg-main .blg-art-body a,
.blg-main-lg .blg-art-body a {
    text-decoration: underline;
    font-weight: 700;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blg-main .blg-art-body a:hover,
.blg-main-lg .blg-art-body a:hover {
    color: #ff6a6b;
}
.blg-main .blg-art-body ul,
.blg-main-lg .blg-art-body ul,
.blg-main .blg-art-body ol,
.blg-main-lg .blg-art-body ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.blg-main .blg-art-body ul li,
.blg-main-lg .blg-art-body ul li,
.blg-main .blg-art-body ol li,
.blg-main-lg .blg-art-body ol li {
    position: relative;
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 5px;
}
.blg-main .blg-art-body ul li:before,
.blg-main-lg .blg-art-body ul li:before,
.blg-main .blg-art-body ol li:before,
.blg-main-lg .blg-art-body ol li:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.blg-main-art-ft .blg-art-share {
    margin-bottom: 40px;
}
.blg-main-art-ft .blg-art-form {
    padding-top: 30px;
    border-top: 1px solid #dfe0e1;
}
.blg-main-lg {
    padding-left: 0;
    padding-right: 30px;
    width: calc(100% - 320px);
}
@media (max-width: 960px) {
    .blg .blg-main,
    .blg .blg-main-lg {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-left-width: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .blg .blg-main .blg-art-body img,
    .blg .blg-main-lg .blg-art-body img {
        width: 100%;
    }
    .blg .blg-aside,
    .blg .blg-aside-lg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 40px;
    }
}
.blg-post {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .blg-post {
        margin-bottom: 20px;
    }
}
.blg-post .img-outer {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.blg-post .img-outer .tag {
    margin: 10px 0px;
    background-color: #ff0406;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 10px;
    border: none;
}
.blg-post .img-outer .tag:hover {
    background-color: #d00002;
}
.blg-post .img-outer img {
    display: block;
    width: 100%;
}
.blg-post .blg-post-body {
    padding: 10px 0;
}
@media (max-width: 768px) {
    .blg-post .blg-post-body {
        padding: 15px 0;
    }
}
.blg-post .blg-post-body .date {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #171819;
    font-size: 12px;
    margin-bottom: 5px;
}
.blg-post .blg-post-body .tag {
    margin-right: 10px;
}
.blg-post .blg-post-body .h5,
.blg-post .blg-post-body .checkout .block-title,
.checkout .blg-post .blg-post-body .block-title {
    font-weight: bold;
    margin-bottom: 8px;
}
.blg-post .blg-post-body .h5 a,
.blg-post .blg-post-body .checkout .block-title a,
.checkout .blg-post .blg-post-body .block-title a {
    color: #ff0406;
}
.blg-post .blg-post-body .p-lg,
.blg-post .blg-post-body .blg-main .blg-art-body p,
.blg-main .blg-art-body .blg-post .blg-post-body p,
.blg-post .blg-post-body .blg-main-lg .blg-art-body p,
.blg-main-lg .blg-art-body .blg-post .blg-post-body p {
    margin: 10px 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}
.blg-post .blg-post-body .p-lg a,
.blg-post .blg-post-body .blg-main .blg-art-body p a,
.blg-main .blg-art-body .blg-post .blg-post-body p a,
.blg-post .blg-post-body .blg-main-lg .blg-art-body p a,
.blg-main-lg .blg-art-body .blg-post .blg-post-body p a {
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
}
.blg-post .blg-post-body .p-lg a:hover,
.blg-post .blg-post-body .blg-main .blg-art-body p a:hover,
.blg-main .blg-art-body .blg-post .blg-post-body p a:hover,
.blg-post .blg-post-body .blg-main-lg .blg-art-body p a:hover,
.blg-main-lg .blg-art-body .blg-post .blg-post-body p a:hover {
    color: #ff0406;
}
.blg-post .blg-post-body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
}
.blg-post-summ .blg-post-body p {
    display: inline-block;
    height: auto;
}
body:not(.single) .blg-main,
body:not(.single) .blg-main-lg {
    border-left: 1px solid #bfc1c3;
}
html {
    height: 100%;
    zoom: 1 !important;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    min-width: 320px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #303234;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
    .hide-xs {
        display: none;
    }
}
.ul-list li {
    position: relative;
    padding-left: 20px;
}
.ul-list li:before {
    position: absolute;
    left: 8px;
    top: 1px;
    width: 2px;
    height: 2px;
    content: "\2022";
    color: #ff0406;
    font-weight: bold;
    display: block;
}
.maps iframe {
    width: 100%;
}
.flex-center,
.flex-column-center,
.bx-boxed-content .row,
.bx-boxed-content .row-expand,
.bx-boxed-content .row-compact,
.bx-boxed-content .row-fluid,
.bx-boxed-content .row-fluid-full,
.bx-boxed-content .bx-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-column-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thankyou {
    min-height: 100vh;
}
.page-default ol,
.page-default ul {
    margin-bottom: 15px;
}
.page-default ol li,
.page-default ul li {
    list-style: disc inside;
    margin: 10px 0;
}
.hero-hm {
    position: relative;
    padding: 110px 0 20px 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(#171819), to(#3e4144));
    background-image: linear-gradient(to right, #171819, #3e4144);
    color: #fff;
    text-align: center;
}
.hero-hm > .row,
.hero-hm > .row-expand,
.hero-hm > .row-compact,
.hero-hm > .row-fluid,
.hero-hm > .row-fluid-full,
.hero-hm > .bx-showcase {
    position: relative;
    z-index: 10;
}
.hero-hm .bg-pixel {
    content: "";
    height: 800px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
.hero-hm .bg-pixel span {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-hm .bg-pixel span:nth-child(1) {
    background: url("../img/pixel-texture-hero-1.png") repeat-x center;
    -webkit-animation: opacity-1 3s ease-out 0s infinite;
    animation: opacity-1 3s ease-out 0s infinite;
}
.hero-hm .bg-pixel span:nth-child(2) {
    background: url("../img/pixel-texture-hero-2.png") repeat-x center;
    -webkit-animation: opacity-2 4s ease-out 0s infinite;
    animation: opacity-2 4s ease-out 0s infinite;
}
.hero-hm .bg-pixel span:nth-child(3) {
    background: url("../img/pixel-texture-hero-3.png") repeat-x center;
    -webkit-animation: opacity-3 5s ease-out 0s infinite;
    animation: opacity-3 5s ease-out 0s infinite;
}
@-webkit-keyframes opacity-1 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes opacity-1 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.1;
    }
}
@-webkit-keyframes opacity-2 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes opacity-2 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
@-webkit-keyframes opacity-3 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes opacity-3 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
.hero-hm:after {
    content: "";
    height: 110px;
    background: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-hm .img-switch {
    position: relative;
    pointer-events: none;
}
.hero-hm .img-switch .item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.75s ease-out all;
    transition: 0.75s ease-out all;
}
.hero-hm .img-switch .item.active {
    opacity: 1;
    visibility: visible;
}
.hero-hm .img-switch img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-hm .img-switch img.mob {
    display: none;
}
@media (max-width: 768px) {
    .hero-hm {
        padding: 40px 20px 20px 20px;
    }
    .hero-hm .img-switch img {
        display: none;
        height: 300px;
        max-width: inherit;
        left: inherit;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: -50px;
    }
    .hero-hm .img-switch img.mob {
        display: block;
    }
}
.hero-default {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    height: 600px;
    background-color: #3e4144;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.hero-default > .row,
.hero-default > .row-expand,
.hero-default > .row-compact,
.hero-default > .row-fluid,
.hero-default > .row-fluid-full,
.hero-default > .bx-showcase {
    position: relative;
    z-index: 10;
}
.hero-default:not(.hero-go):before {
    content: "";
    background: #171819;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.hero-default.hero-go * {
    color: #303234;
}
@media (max-width: 768px) {
    .hero-default {
        height: 250px;
        padding: 30px 0;
    }
    .hero-default.hero-go:before {
        content: "";
        background: #f6ee35;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
    }
}
.hero-default.hero-min {
    height: 450px;
}
@media (max-width: 768px) {
    .hero-default.hero-min {
        height: 250px;
        padding: 30px 0;
    }
}
.hero-default.hero-min > .row,
.hero-default.hero-min > .row-expand,
.hero-default.hero-min > .row-compact,
.hero-default.hero-min > .row-fluid,
.hero-default.hero-min > .row-fluid-full,
.hero-default.hero-min > .bx-showcase {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.hero-default.hero-light {
    color: #000;
    background-color: #f8e71c;
}
.hero-default.hero-light > .row,
.hero-default.hero-light > .row-expand,
.hero-default.hero-light > .row-compact,
.hero-default.hero-light > .row-fluid,
.hero-default.hero-light > .row-fluid-full,
.hero-default.hero-light > .bx-showcase {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .hero-default.hero-light > .row [class*="col-"]:last-child,
    .hero-default.hero-light > .row-expand [class*="col-"]:last-child,
    .hero-default.hero-light > .row-compact [class*="col-"]:last-child,
    .hero-default.hero-light > .row-fluid [class*="col-"]:last-child,
    .hero-default.hero-light > .row-fluid-full [class*="col-"]:last-child,
    .hero-default.hero-light > .bx-showcase [class*="col-"]:last-child {
        display: none;
    }
}
.hero-default.hero-light .lbl-txt {
    color: #303234;
}
.hero-default.hero-light:before {
    content: none;
}
.bx-showcase {
    margin-bottom: 20px;
}
.bx-showcase-hidden {
    display: none;
}
.txt-select-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bg-textured {
    background: #eeefef url("../img/bg-textured.png") top center repeat-x;
}
@media (min-width: 1025px) {
    .bg-img-r {
        background-image: url("../img/bg-r.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 300px;
    }
    .bg-img-l {
        background-image: url("../img/bg-l.svg");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 300px;
    }
}
.bg-dark .bc-bar {
    border-top: 1px solid #3e4144;
    border-bottom: none;
}
.bg-dark .breadcrumbs ul li {
    color: #bfc1c3;
}
.bg-dark .breadcrumbs ul li a {
    color: #ff0406;
}
.bg-dark .breadcrumbs ul li a:hover {
    color: #bfc1c3;
}
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark .tab-end .price,
.tab-end .bg-dark .price,
.bg-dark .txt-select-choose .jcf-select,
.txt-select-choose .bg-dark .jcf-select,
.bg-dark .form-fix .price,
.form-fix .bg-dark .price,
.bg-dark h3,
.bg-dark .h3,
.bg-dark .blg-main .blg-art-body h2,
.blg-main .blg-art-body .bg-dark h2,
.bg-dark .blg-main-lg .blg-art-body h2,
.blg-main-lg .blg-art-body .bg-dark h2,
.bg-dark h4,
.bg-dark .h4,
.bg-dark .card-if .title,
.card-if .bg-dark .title,
.bg-dark h6,
.bg-dark .h6,
.bg-dark .card-if ul li strong,
.card-if ul li .bg-dark strong,
.bg-dark .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .bg-dark dt {
    color: #fff;
}
.bg-dark p,
.bg-dark .p,
.bg-dark h5,
.bg-dark .h5,
.bg-dark .checkout .block-title,
.checkout .bg-dark .block-title {
    color: #bfc1c3;
}
.bg-dark .itm-sw * {
    color: #fff;
}
.list-t-desc {
    margin-top: 40px;
}
.list-t-desc p {
    margin-top: 15px;
    border-top: 2px solid #bfc1c3;
    border-bottom: 1px solid #bfc1c3;
    padding: 20px 0;
}
.nav-page {
    background: #171819;
    padding: 20px 0;
}
.nav-page.inner-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
}
.nav-page.inner-navigation .jcf-mobile {
    margin-bottom: 0 !important;
}
.nav-page .row,
.nav-page .row-expand,
.nav-page .row-compact,
.nav-page .row-fluid,
.nav-page .row-fluid-full,
.nav-page .bx-showcase {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-page .row [class*="col-"] .jcf-mobile,
.nav-page .row-expand [class*="col-"] .jcf-mobile,
.nav-page .row-compact [class*="col-"] .jcf-mobile,
.nav-page .row-fluid [class*="col-"] .jcf-mobile,
.nav-page .row-fluid-full [class*="col-"] .jcf-mobile,
.nav-page .bx-showcase [class*="col-"] .jcf-mobile {
    margin-bottom: 20px;
}
@media (min-width: 769px) {
    .nav-page .row [class*="col-"] .jcf-mobile,
    .nav-page .row-expand [class*="col-"] .jcf-mobile,
    .nav-page .row-compact [class*="col-"] .jcf-mobile,
    .nav-page .row-fluid [class*="col-"] .jcf-mobile,
    .nav-page .row-fluid-full [class*="col-"] .jcf-mobile,
    .nav-page .bx-showcase [class*="col-"] .jcf-mobile {
        margin-bottom: 0;
    }
}
@media (min-width: 961px) {
    .nav-page .row [class*="col-"] .jcf-mobile,
    .nav-page .row-expand [class*="col-"] .jcf-mobile,
    .nav-page .row-compact [class*="col-"] .jcf-mobile,
    .nav-page .row-fluid [class*="col-"] .jcf-mobile,
    .nav-page .row-fluid-full [class*="col-"] .jcf-mobile,
    .nav-page .bx-showcase [class*="col-"] .jcf-mobile {
        display: none;
    }
}
@media (min-width: 769px) {
    .nav-page .row [class*="col-"],
    .nav-page .row-expand [class*="col-"],
    .nav-page .row-compact [class*="col-"],
    .nav-page .row-fluid [class*="col-"],
    .nav-page .row-fluid-full [class*="col-"],
    .nav-page .bx-showcase [class*="col-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.nav-page .row [class*="col-"] ul,
.nav-page .row-expand [class*="col-"] ul,
.nav-page .row-compact [class*="col-"] ul,
.nav-page .row-fluid [class*="col-"] ul,
.nav-page .row-fluid-full [class*="col-"] ul,
.nav-page .bx-showcase [class*="col-"] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 960px) {
    .nav-page .row [class*="col-"] ul,
    .nav-page .row-expand [class*="col-"] ul,
    .nav-page .row-compact [class*="col-"] ul,
    .nav-page .row-fluid [class*="col-"] ul,
    .nav-page .row-fluid-full [class*="col-"] ul,
    .nav-page .bx-showcase [class*="col-"] ul {
        display: none;
    }
}
.nav-page .row [class*="col-"] ul li a,
.nav-page .row-expand [class*="col-"] ul li a,
.nav-page .row-compact [class*="col-"] ul li a,
.nav-page .row-fluid [class*="col-"] ul li a,
.nav-page .row-fluid-full [class*="col-"] ul li a,
.nav-page .bx-showcase [class*="col-"] ul li a {
    color: #bfc1c3;
    display: block;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-page .row [class*="col-"] ul li.current-menu-item a,
.nav-page .row-expand [class*="col-"] ul li.current-menu-item a,
.nav-page .row-compact [class*="col-"] ul li.current-menu-item a,
.nav-page .row-fluid [class*="col-"] ul li.current-menu-item a,
.nav-page .row-fluid-full [class*="col-"] ul li.current-menu-item a,
.nav-page .bx-showcase [class*="col-"] ul li.current-menu-item a {
    color: #fff;
    border: 1px solid #ff0406;
    border-radius: 100px;
}
.bx-sct {
    padding-top: 20px;
    padding-bottom: 80px;
}
@media (max-width: 960px) {
    .bx-sct {
        padding: 20px 0;
    }
}
.bx-sections > .row [class*="col-"],
.bx-sections > .row-expand [class*="col-"],
.bx-sections > .row-compact [class*="col-"],
.bx-sections > .row-fluid [class*="col-"],
.bx-sections > .row-fluid-full [class*="col-"],
.bx-sections > .bx-showcase [class*="col-"] {
    margin-bottom: 0;
}
.bx-sections .bx-sect {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
.bx-sections .bx-sect img {
    display: block;
}
.bx-sections .bx-sect .bx-sect-body {
    padding: 40px;
}
.bx-sections .bx-sect .bx-sect-body .bx-sect-txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.bx-sections .bx-sect .bx-sect-body .bx-sect-cta {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #ff0406;
}
.bx-sections .bx-sect:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .bx-sections .bx-sect {
        margin-bottom: 20px;
    }
    .bx-sections .bx-sect .bx-sect-body {
        padding: 20px;
    }
}
.sect {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.sect .pd-tx {
    padding: 80px 0;
}
@media (max-width: 960px) {
    .sect .pd-tx {
        padding: 0;
    }
}
@media (min-width: 961px) {
    .sect .row,
    .sect .row-expand,
    .sect .row-compact,
    .sect .row-fluid,
    .sect .row-fluid-full,
    .sect .bx-showcase {
        min-height: 70vh;
    }
}
.sect .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    min-height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1200px) {
    .sect .bg-img {
        display: none;
    }
}
@media (min-width: 1201px) {
    .sect img:not(.visible) {
        display: none;
    }
}

.sect-m {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.sect-m .pd-tx {
    padding: 80px 0;
}
@media (max-width: 960px) {
    .sect-m .pd-tx {
        padding: 0;
    }
}
@media (min-width: 961px) {
    .sect-m .row,
    .sect-m .row-expand,
    .sect-m .row-compact,
    .sect-m .row-fluid,
    .sect-m .row-fluid-full,
    .sect-m .bx-showcase {
        min-height: 80vh;
    }
}
@media (max-width: 768px) {
    .sect-m .row,
    .sect-m .row-expand,
    .sect-m .row-compact,
    .sect-m .row-fluid,
    .sect-m .row-fluid-full,
    .sect-m .bx-showcase {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.sect-m .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .sect-m .bg-img {
        display: none;
    }
}
@media (min-width: 769px) {
    .sect-m img {
        display: none;
    }
}
.sect-m .bnr-img {
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .sect-m .bnr-img {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-bottom: 30px;
    }
}
.ft-guided {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    height: 600px;
    color: #fff;
    background-color: #303234;
    background-image: -webkit-gradient(linear, left top, right top, from(#171819), to(#3e4144));
    background-image: linear-gradient(to right, #171819, #3e4144);
}
.ft-guided > .row,
.ft-guided > .row-expand,
.ft-guided > .row-compact,
.ft-guided > .row-fluid,
.ft-guided > .row-fluid-full,
.ft-guided > .bx-showcase {
    position: relative;
    z-index: 10;
}
.ft-guided .bg-pixel {
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 18%;
}
.ft-guided .bg-pixel span {
    background: #fff;
    opacity: 0;
    width: 33.33%;
}
.ft-guided .bg-pixel span:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ft-guided .bg-pixel span:nth-child(2) {
    opacity: 0.1;
    -webkit-animation: opacity-1 3s 0s infinite ease-out;
    animation: opacity-1 3s 0s infinite ease-out;
}
.ft-guided .bg-pixel span:nth-child(4) {
    opacity: 0.1;
    -webkit-animation: opacity-3 2s 0s infinite ease-out;
    animation: opacity-3 2s 0s infinite ease-out;
}
.ft-guided .bg-pixel span:nth-child(5) {
    opacity: 0.2;
    -webkit-animation: opacity-2 3s 0s infinite ease-out;
    animation: opacity-2 3s 0s infinite ease-out;
}
.ft-guided .bg-pixel span:nth-child(9) {
    opacity: 0.1;
    -webkit-animation: opacity-1 1s 0s infinite ease-out;
    animation: opacity-1 1s 0s infinite ease-out;
}
@keyframes opacity-1 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes opacity-2 {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.05;
    }
}
@keyframes opacity-3 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
@media (max-width: 1440px) {
    .ft-guided .bg-pixel {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .ft-guided .bg-pixel {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .ft-guided {
        height: auto;
        padding: 50px 0 30px 0;
    }
}
.ft-points {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    height: 600px;
    background: #ff0406 url("../img/ft-points-bg.svg") center no-repeat;
    color: #fff;
}
@media (max-width: 768px) {
    .ft-points {
        height: auto;
        padding: 30px 0;
    }
}
.bc-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dfe0e1;
}
.txt-rp img {
    width: 100%;
    display: block;
}
.txt-rp .a-ico {
    margin-top: 15px;
    display: inline-block;
}
.txt-rp p {
    color: #606569;
}
.txt-rp .row,
.txt-rp .row-expand,
.txt-rp .row-compact,
.txt-rp .row-fluid,
.txt-rp .row-fluid-full,
.txt-rp .bx-showcase {
    margin-bottom: 40px;
}
.txt-rp .row:last-child,
.txt-rp .row-expand:last-child,
.txt-rp .row-compact:last-child,
.txt-rp .row-fluid:last-child,
.txt-rp .row-fluid-full:last-child,
.txt-rp .bx-showcase:last-child {
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .txt-rp .row [class*="col-"]:first-child,
    .txt-rp .row-expand [class*="col-"]:first-child,
    .txt-rp .row-compact [class*="col-"]:first-child,
    .txt-rp .row-fluid [class*="col-"]:first-child,
    .txt-rp .row-fluid-full [class*="col-"]:first-child,
    .txt-rp .bx-showcase [class*="col-"]:first-child {
        padding-right: 8.3333333333%;
    }
    .txt-rp .row:nth-child(even),
    .txt-rp .row-expand:nth-child(even),
    .txt-rp .row-compact:nth-child(even),
    .txt-rp .row-fluid:nth-child(even),
    .txt-rp .row-fluid-full:nth-child(even),
    .txt-rp .bx-showcase:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .txt-rp .row:nth-child(even) [class*="col-"]:first-child,
    .txt-rp .row-expand:nth-child(even) [class*="col-"]:first-child,
    .txt-rp .row-compact:nth-child(even) [class*="col-"]:first-child,
    .txt-rp .row-fluid:nth-child(even) [class*="col-"]:first-child,
    .txt-rp .row-fluid-full:nth-child(even) [class*="col-"]:first-child,
    .txt-rp .bx-showcase:nth-child(even) [class*="col-"]:first-child {
        padding-left: 8.3333333333%;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .txt-rp .row,
    .txt-rp .row-expand,
    .txt-rp .row-compact,
    .txt-rp .row-fluid,
    .txt-rp .row-fluid-full,
    .txt-rp .bx-showcase {
        margin-bottom: 20px;
    }
    .txt-rp .row:last-child,
    .txt-rp .row-expand:last-child,
    .txt-rp .row-compact:last-child,
    .txt-rp .row-fluid:last-child,
    .txt-rp .row-fluid-full:last-child,
    .txt-rp .bx-showcase:last-child {
        margin-bottom: 0;
    }
    .txt-rp .row .bx-txt,
    .txt-rp .row-expand .bx-txt,
    .txt-rp .row-compact .bx-txt,
    .txt-rp .row-fluid .bx-txt,
    .txt-rp .row-fluid-full .bx-txt,
    .txt-rp .bx-showcase .bx-txt {
        margin-bottom: 20px;
    }
}
.card-if {
    background-color: #eeefef;
    padding: 20px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-if .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-if .title i {
    color: #ff0406;
    font-size: 30px;
    margin-right: 10px;
}
.card-if ul li {
    padding: 8px 0;
    border-bottom: 1px solid #bfc1c3;
    color: #606569;
}
.card-if ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.card-if ul li strong {
    text-transform: inherit;
    margin: 0;
    color: #303234;
}
.card-if ul a {
    font-weight: bold;
}
.point-page {
    background-color: #eeefef;
}
.point-page .search-point {
    padding: 30px;
    background-color: #fff;
}
.point-page .search-point .form-icon input {
    padding-right: 40px;
    padding-left: 10px;
}
.point-page .search-point .form-icon i {
    bottom: 10px;
    top: auto;
    color: #ff0406;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 768px) {
    .point-page .search-point {
        padding: 20px;
        margin-top: 20px;
    }
}
.point-page .order-pt {
    padding: 0 30px;
    border-top: 1px solid #dfe0e1;
    border-bottom: 1px solid #dfe0e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}
@media (max-width: 768px) {
    .point-page .order-pt {
        padding: 0 20px;
        display: none;
    }

    .point-page .scrol-h {
        display: none;
    }
}
.point-page .order-pt .result {
    padding-right: 20px;
    border-right: 1px solid #dfe0e1;
    margin-right: 20px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
}
.point-page .order-pt .result strong {
    margin-right: 5px;
}
.point-page .order-pt .jcf-select {
    color: #ff0406;
    background-color: transparent;
    border: none;
    width: auto;
}
.point-page .order-pt .jcf-select .jcf-select-opener:after {
    right: 0;
}
@media (min-width: 769px) {
    .point-page .scrol-h {
        overflow: auto;
        height: calc(100vh - 617px);
    }
}
.point-page .list-pt {
    border-bottom: 1px solid #dfe0e1;
    padding: 30px;
    position: relative;
    padding-left: 60px;
    color: #606569;
}
.point-page .list-pt:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f3c5";
    font-size: 24px;
    color: #ff0406;
    left: 30px;
    top: 25px;
    position: absolute;
}
@media (max-width: 768px) {
    .point-page .list-pt {
        padding: 20px 0;
        padding-left: 40px;
        overflow: visible;
    }
    .point-page .list-pt:before {
        left: 0;
        top: 15px;
    }
}
.point-page .list-pt .h6,
.point-page .list-pt .card-if ul li strong,
.card-if ul li .point-page .list-pt strong,
.point-page .list-pt .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .point-page .list-pt dt {
    margin: 0;
    color: #303234;
}
.point-page .list-pt p {
    margin: 0;
}
.point-page .list-pt .phone {
    margin-bottom: 10px;
}
.point-page .list-pt .phone a {
    margin-right: 5px;
}
.point-page .list-pt .phone a span {
    font-weight: bold;
}
.point-page .maps-point {
    background-color: #bfc1c3;
    height: calc(100vh - 80px);
    overflow: hidden;
}
@media (max-width: 768px) {
    .point-page .maps-point {
        height: 300px;
        margin-bottom: 30px;
    }
}
.single-car-i {
    margin-bottom: 50px;
    text-align: center;
}
.single-car-i strong {
    display: block;
    margin-top: 0px;
}
.info-car {
    margin-left: 27px;
    margin-bottom: 10px;
    font-size: 16px;
}
@media (max-width: 960px) {
    .info-car {
        margin-left: 0;
    }
}
.info-car li {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.info-car li strong {
    color: #ff0406;
    margin-left: 5px;
}
.info-car li .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px;
    padding: 4px 15px;
    display: block;
}
.info-car li:before {
    content: "|";
    position: absolute;
    color: #bfc1c3;
    right: 3px;
    top: 0;
}
.info-car li:last-child:before {
    content: none;
}
.form-fix {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.form-fix .h6,
.form-fix .card-if ul li strong,
.card-if ul li .form-fix strong,
.form-fix .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .form-fix dt {
    text-transform: none;
    color: #fff;
    margin-bottom: 5px;
}
.form-fix .h6 span,
.form-fix .card-if ul li strong span,
.card-if ul li .form-fix strong span,
.form-fix .checkout .checkout-main .block-progress dt span,
.checkout .checkout-main .block-progress .form-fix dt span {
    font-weight: 400;
    color: #bfc1c3;
    margin-left: 15px;
}
.form-fix .price {
    border-bottom: 1px solid #606569;
    padding-bottom: 10px;
    margin: 0;
}
.form-fix .price span.minus {
    font-size: 14px;
    margin-left: 5px;
}
.form-fix .info-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-fix .info-car li {
    position: relative;
    padding-right: 20px;
    color: #bfc1c3;
    font-size: 14px;
}
.form-fix .info-car li strong {
    margin-left: 5px;
    color: #fff;
}
.form-fix .info-car li:before {
    content: "|";
    position: absolute;
    color: #bfc1c3;
    right: 3px;
    top: 0;
}
.form-fix .info-car li:last-child:before {
    content: none;
}
.open-form .form-fix {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.sc-step {
    background-color: #303234;
    background-image: -webkit-gradient(linear, left top, right top, from(#171819), to(#3e4144));
    background-image: linear-gradient(to right, #171819, #3e4144);
    padding: 30px 0;
    position: relative;
}
.sc-step h1,
.sc-step .h1 {
    color: #fff;
}
.sc-step .title-min {
    color: #bfc1c3;
}
@media (min-width: 1025px) {
    .sc-step {
        height: calc(100vh - 80px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sc-step .row,
    .sc-step .row-expand,
    .sc-step .row-compact,
    .sc-step .row-fluid,
    .sc-step .row-fluid-full,
    .sc-step .bx-showcase {
        width: 100%;
    }
}
.sc-step .bx-option {
    text-align: center;
    z-index: 10;
    cursor: pointer;
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .sc-step .bx-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sc-step .bx-option img {
        max-width: 140px;
        width: 100%;
    }
}
.sc-step .bx-option .h3,
.sc-step .bx-option .blg-main .blg-art-body h2,
.blg-main .blg-art-body .sc-step .bx-option h2,
.sc-step .bx-option .blg-main-lg .blg-art-body h2,
.blg-main-lg .blg-art-body .sc-step .bx-option h2 {
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 768px) {
    .sc-step .bx-option .h3,
    .sc-step .bx-option .blg-main .blg-art-body h2,
    .blg-main .blg-art-body .sc-step .bx-option h2,
    .sc-step .bx-option .blg-main-lg .blg-art-body h2,
    .blg-main-lg .blg-art-body .sc-step .bx-option h2 {
        margin: 0;
        display: block;
    }
}
.sc-step .bx-option.active .fk-check {
    border-color: #ff0406;
}
.sc-step .bx-option.active .fk-check:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #ff0406 !important;
    display: block;
    font-size: 14px;
    pointer-events: none;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 2px;
}
.sc-step .bx-option .fk-check {
    top: 10px;
    height: 22px;
    width: 22px;
    display: inline-block;
    margin: auto;
    border: 2px solid #bfc1c3;
    position: relative;
}
@media (min-width: 769px) {
    .sc-step .bg-pixel {
        content: "";
        height: 800px;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
    .sc-step .bg-pixel span {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .sc-step .bg-pixel span:nth-child(1) {
        background: url("../img/pixel-texture-hero-1.png") repeat-x center;
        -webkit-animation: opacity-1 3s ease-out 0s infinite;
        animation: opacity-1 3s ease-out 0s infinite;
    }
    .sc-step .bg-pixel span:nth-child(2) {
        background: url("../img/pixel-texture-hero-2.png") repeat-x center;
        -webkit-animation: opacity-2 4s ease-out 0s infinite;
        animation: opacity-2 4s ease-out 0s infinite;
    }
    .sc-step .bg-pixel span:nth-child(3) {
        background: url("../img/pixel-texture-hero-3.png") repeat-x center;
        -webkit-animation: opacity-3 5s ease-out 0s infinite;
        animation: opacity-3 5s ease-out 0s infinite;
    }
    @-webkit-keyframes opacity-1 {
        0% {
            opacity: 0.1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.1;
        }
    }
    @keyframes opacity-1 {
        0% {
            opacity: 0.1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.1;
        }
    }
    @-webkit-keyframes opacity-2 {
        0% {
            opacity: 0.2;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.2;
        }
    }
    @keyframes opacity-2 {
        0% {
            opacity: 0.2;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.2;
        }
    }
    @-webkit-keyframes opacity-3 {
        0% {
            opacity: 0.2;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.2;
        }
    }
    @keyframes opacity-3 {
        0% {
            opacity: 0.2;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.2;
        }
    }
}
.hide-slide {
    position: absolute;
    background-color: red;
    z-index: 100;
    top: 0;
    height: 100%;
    right: -100%;
    opacity: 0;
}
.filter-bar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    top: 0;
    background: #fff;
    padding: 15px 0;
}
.filter-bar .fb-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-bar .fb-filters .fbf-opener {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.filter-bar .fb-filters .fbf-opener span {
    position: relative;
    top: -2px;
}
.filter-bar .fb-filters .fbf-opener i {
    font-size: 24px;
    color: #ff0406;
    margin-right: 10px;
}
.filter-bar .fb-filters .fbf-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}
.filter-bar .fb-filters .fbf-selects .jcf-select {
    margin-right: 15px;
    width: 200px;
}
.filter-bar .fb-filters .fbf-selects .jcf-select:last-child {
    margin-right: 0;
}
@media (max-width: 1440px) {
    .filter-bar .fb-filters .fbf-selects .jcf-select {
        min-width: 150px;
    }
}
@media (max-width: 960px) {
    .filter-bar .fb-filters .fbf-selects .jcf-select {
        width: 120px;
    }
}
.filter-bar .fb-filters .fbf-selects .fbf-close {
    display: none;
}
@media (max-width: 768px) {
    .filter-bar .fb-filters .fbf-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .filter-bar .fb-filters .fbf-selects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        overflow: hidden;
        -webkit-transition: 0.3s ease-out all;
        transition: 0.3s ease-out all;
        height: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        background: #fff;
    }
    .filter-bar .fb-filters .fbf-selects .jcf-select {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .filter-bar .fb-filters .fbf-selects .fbf-close {
        display: block;
    }
    .filter-bar .fb-filters .fbf-selects.is-visible {
        opacity: 1;
        visibility: visible;
        padding: 20px 0 10px 0;
    }
    .filter-bar .fb-filters .fbf-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.ft-main {
    position: relative;
    background: #171819;
    color: #fff;
}
.ft-main p,
.ft-main a {
    color: #fff;
}
.ft-main .ft-body {
    font-size: 14px;
    border-top: 2px solid #3e4144;
    border-bottom: 2px solid #3e4144;
}
.ft-main .ft-body .ft-social a {
    display: inline-block;
    font-size: 22px;
    color: #ff0406;
    margin-right: 15px;
}
.ft-main .ft-body .ft-social a:last-child {
    margin-right: 0;
}
.ft-main .ft-body .ft-social a:hover {
    color: #fff;
}
.ft-main .ft-body h6,
.ft-main .ft-body .h6,
.ft-main .ft-body .card-if ul li strong,
.card-if ul li .ft-main .ft-body strong,
.ft-main .ft-body .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .ft-main .ft-body dt {
    color: #fff;
    margin-bottom: 25px;
}
.ft-main .ft-body .ft-logo {
    width: 72px;
    margin-bottom: 20px;
}
.ft-main .ft-body ul li a {
    display: inline-block;
    padding: 5px 0;
    -webkit-transition: 0.15s all ease;
    transition: 0.15s all ease;
    color: #ff0406;
    font-size: 14px;
}
.ft-main .ft-body ul li a:hover {
    color: #fff;
}
.ft-main .ft-body ul li ul {
    display: none;
}
.ft-main .ft-body .bx-nsl label {
    font-size: 14px;
    line-height: 1.8;
}
.ft-main .ft-body .bx-nsl .btn,
.ft-main .ft-body .bx-nsl .table-wishlist .tb-wish-action-btn button,
.table-wishlist .tb-wish-action-btn .ft-main .ft-body .bx-nsl button {
    min-width: 100px;
}
@media (max-width: 1024px) {
    .ft-main .ft-body .bx-nsl {
        margin-top: 40px;
    }
}
@media (max-width: 960px) {
    .ft-main .ft-body p {
        margin-top: 20px;
    }
    .ft-main .ft-body [class*="col-"] {
        margin-bottom: 50px;
    }
    .ft-main .ft-body [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .ft-main .ft-body [class*="col-"] {
        margin-bottom: 40px;
    }
    .ft-main .ft-body [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .ft-main .ft-body .bx-nsl {
        margin-top: 0;
    }
}
.ft-main .ft-bottom {
    padding: 50px 0;
}
.ft-main .ft-bottom .ftb-left img {
    max-width: 160px;
}
.ft-main .ft-bottom .ftb-right {
    text-align: right;
}
@media (max-width: 960px) {
    .ft-main .ft-bottom .ftb-left {
        margin-bottom: 15px;
        text-align: center;
    }
    .ft-main .ft-bottom .ftb-left:last-child {
        margin-bottom: 0;
        text-align: center;
    }
    .ft-main .ft-bottom .ftb-right {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .ft-main .ft-bottom {
        padding: 40px 0;
    }
}
.ft-main:before {
    content: "";
    height: 355px;
    position: absolute;
    z-index: -1;
    top: -355px;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .ft-main:before {
        display: none;
    }
}
@-webkit-keyframes show-step-option {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes show-step-option {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes hide-step-option {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
@keyframes hide-step-option {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
#filtered-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #303234;
}
@media (max-width: 768px) {
    #filtered-search {
        top: 0;
        padding-top: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: -webkit-fill-available;
    }
}
@media (min-width: 1025px) {
    #filtered-search .heading {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
#filtered-search .h1 {
    color: #fff;
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    #filtered-search .h1 {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
#filtered-search .h3,
#filtered-search .blg-main .blg-art-body h2,
.blg-main .blg-art-body #filtered-search h2,
#filtered-search .blg-main-lg .blg-art-body h2,
.blg-main-lg .blg-art-body #filtered-search h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#filtered-search .bg-pixel {
    content: "";
    height: 800px;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
#filtered-search .bg-pixel span {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#filtered-search .bg-pixel span:nth-child(1) {
    background: url("../img/pixel-texture-hero-1.png") repeat-x center;
    -webkit-animation: opacity-1 3s ease-out 0s infinite;
    animation: opacity-1 3s ease-out 0s infinite;
}
#filtered-search .bg-pixel span:nth-child(2) {
    background: url("../img/pixel-texture-hero-2.png") repeat-x center;
    -webkit-animation: opacity-2 4s ease-out 0s infinite;
    animation: opacity-2 4s ease-out 0s infinite;
}
#filtered-search .bg-pixel span:nth-child(3) {
    background: url("../img/pixel-texture-hero-3.png") repeat-x center;
    -webkit-animation: opacity-3 5s ease-out 0s infinite;
    animation: opacity-3 5s ease-out 0s infinite;
}
@keyframes opacity-1 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes opacity-2 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes opacity-3 {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.2;
    }
}
#filtered-search .step {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}
#filtered-search .step.current {
    display: block;
}
#filtered-search .step .row-fluid-full {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#filtered-search .step .col-4,
#filtered-search .step .col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 200ms ease-in-out 500ms;
    transition: all 200ms ease-in-out 500ms;
}
#filtered-search .step .col-4.step-option-exit,
#filtered-search .step .col-3.step-option-exit {
    -webkit-animation: hide-step-option 400ms forwards ease-in-out;
    animation: hide-step-option 400ms forwards ease-in-out;
}
#filtered-search .step .col-4.step-option-active,
#filtered-search .step .col-3.step-option-active {
    -webkit-animation: show-step-option 400ms forwards ease-in-out;
    animation: show-step-option 400ms forwards ease-in-out;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
#filtered-search .step .col-4.step-option-active.step-option-1,
#filtered-search .step .col-3.step-option-active.step-option-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
#filtered-search .step .col-4.step-option-active.step-option-2,
#filtered-search .step .col-3.step-option-active.step-option-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

#filtered-search .step .col-4.step-option-active.step-option-3,
#filtered-search .step .col-3.step-option-active.step-option-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
#filtered-search .step .col-4.step-option-active.step-option-4,
#filtered-search .step .col-3.step-option-active.step-option-4 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
#filtered-search .step .col-4.step-option-active.step-option-5,
#filtered-search .step .col-3.step-option-active.step-option-5 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
#filtered-search .step .col-4.step-option-active.step-option-6,
#filtered-search .step .col-3.step-option-active.step-option-6 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
@media (max-width: 768px) {
    #filtered-search .step .col-4,
    #filtered-search .step .col-3 {
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #filtered-search .step .col-4 img,
    #filtered-search .step .col-3 img {
        width: 70%;
    }
}
#filtered-search .prev-step {
    display: none;
    position: absolute;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    bottom: 50px;
}
@media (max-width: 768px) {
    #filtered-search .prev-step {
        bottom: 0;
    }
}
#filtered-search .prev-step.visible {
    display: block;
}
#filtered-search .jcf-radio {
    border-radius: 3px;
    background: none;
    border: 2px solid #eeefef;
    width: 20px;
    height: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
@media (max-width: 768px) {
    #filtered-search .jcf-radio {
        position: absolute;
        left: 30px;
        top: 50%;
    }
}
#filtered-search .jcf-radio.jcf-checked {
    border-color: #ff0406;
}
#filtered-search .jcf-radio.jcf-checked:before {
    font-size: 12px;
}
.bx-galleries .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx-galleries .gallery .mobx {
    width: 33.3%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-galleries .gallery .mobx p {
    color: #000;
}
.bx-boxed-content {
    margin-bottom: 100px;
}
.bx-boxed-content .row:nth-of-type(odd) .bx-img,
.bx-boxed-content .row-expand:nth-of-type(odd) .bx-img,
.bx-boxed-content .row-compact:nth-of-type(odd) .bx-img,
.bx-boxed-content .row-fluid:nth-of-type(odd) .bx-img,
.bx-boxed-content .row-fluid-full:nth-of-type(odd) .bx-img,
.bx-boxed-content .bx-showcase:nth-of-type(odd) .bx-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media (max-width: 960px) {
    .bx-boxed-content .row:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-expand:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-compact:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-fluid:nth-of-type(even) .bx-img,
    .bx-boxed-content .row-fluid-full:nth-of-type(even) .bx-img,
    .bx-boxed-content .bx-showcase:nth-of-type(even) .bx-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .bx-boxed-content .row img,
    .bx-boxed-content .row-expand img,
    .bx-boxed-content .row-compact img,
    .bx-boxed-content .row-fluid img,
    .bx-boxed-content .row-fluid-full img,
    .bx-boxed-content .bx-showcase img {
        display: block;
        margin-bottom: 30px;
    }
}
.price {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #ff0406;
    white-space: nowrap;
}
.price.price-sm {
    font-size: 18px;
}
.price.price-md,
.checkout #checkout-review-table tfoot tr.last .price {
    font-size: 24px;
}
.price.price-lg {
    font-size: 32px;
}
.price.price-xl {
    font-size: 50px;
    letter-spacing: -0.03em;
}
.price.price-old {
    color: #303234;
    text-decoration: line-through;
}
.price.price-old.price-md,
.checkout #checkout-review-table tfoot tr.last .price.price-old {
    font-size: 18px;
}
.price.price-old.price-lg {
    font-size: 24px;
}
@media (max-width: 768px) {
    .price.price-sm {
        font-size: 14px;
    }
    .price.price-md,
    .checkout #checkout-review-table tfoot tr.last .price {
        font-size: 18px;
    }
    .price.price-lg {
        font-size: 24px;
    }
    .price.price-xl {
        font-size: 30px;
    }
}
.badge {
    display: inline-block;
    pointer-events: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background: #303234;
    padding: 3px 8px 2px 8px;
    min-width: 60px;
    text-align: center;
}
.badge.badge-new {
    background: #606569;
}
.card {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
.card .card-content {
    position: relative;
    z-index: 10;
}
.card img {
    display: block;
    width: 100%;
}
.card .card-body {
    background: #fff;
    padding: 15px 15px 20px 15px;
}
@media (max-width: 768px) {
    .card .card-body {
        padding: 15px;
    }
}
.card .card-line {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #ff0406;
}
.card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-bottom: 20px;
}
.card .card-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 55px;
    font-weight: bold;
    color: #ff0406;
}
@media (max-width: 768px) {
    .card .card-prices {
        min-height: 46px;
    }
}
.card .card-prices span,
.card .card-prices .price {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.card .card-features {
    margin-top: 10px;
}
.card .card-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card .card-features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.card .card-features ul li i {
    margin-right: 5px;
    font-size: 24px;
}
.card .badges {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
/* .card.card-go:before {
    display: block;
    content: "";
    background: #f8e71c;
    position: absolute;
    z-index: 9;
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
}
.card.card-go:after {
    content: "";
    background: #f8e71c url("../img/go-positive.svg") no-repeat;
    background-size: 76px;
    background-position: 8px 8px;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 96px;
    height: 48px;
} */
.card:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .card:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.rating {
    display: inline-block;
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #606569;
}
.rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.rating span {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 100%;
    white-space: nowrap;
}
.rating span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-weight: bold;
}
.rating.r0-5 span {
    right: 91%;
}
.rating.r1 span {
    right: 80%;
}
.rating.r1-5 span {
    right: 71%;
}
.rating.r2 span {
    right: 60%;
}
.rating.r2-5 span {
    right: 51%;
}
.rating.r3 span {
    right: 40%;
}
.rating.r3-5 span {
    right: 31%;
}
.rating.r4 span {
    right: 20%;
}
.rating.r4-5 span {
    right: 11%;
}
.rating.r5 span {
    right: 0;
}
.energetic {
    display: inline-block;
    position: relative;
    background: #606569;
    padding: 4px 7px;
    height: 30px;
    width: 45px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.energetic:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    right: -15px;
    top: 0;
    width: 15px;
    height: 15px;
    border-left: 15px solid #606569;
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
}
.table-wishlist td {
    vertical-align: top;
}
.table-wishlist .tb-wish-img {
    width: 120px;
}
.table-wishlist .tb-wish-img img {
    display: block;
}
.table-wishlist .tb-wish-product p {
    margin-bottom: 5px;
}
.table-wishlist .tb-wish-product p > span {
    display: block;
}
.table-wishlist .tb-wish-price {
    width: 130px;
}
.table-wishlist .tb-wish-price > span {
    display: block;
}
.table-wishlist .tb-wish-qt {
    width: 55px;
}
.table-wishlist .tb-wish-qt input[type="text"] {
    text-align: center;
}
.table-wishlist .tb-wish-action-btn {
    width: 90px;
}
.table-wishlist .tb-wish-action-btn button {
    display: block;
    margin-bottom: 10px;
}
.table-wishlist .tb-wish-action {
    width: 25px;
}
.table-wishlist .tb-wish-action > a {
    font-size: 18px;
}
.table-wishlist .tb-wish-action > a:hover {
    color: #ff0406;
}
@media (max-width: 768px) {
    .table-wishlist tr {
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .table-wishlist tr:last-child {
        margin-bottom: 0;
    }
    .table-wishlist tr td {
        padding: 0 0 20px 0;
    }
    .table-wishlist thead {
        display: none;
    }
    .table-wishlist .tb-wish-img {
        width: 120px;
        display: block;
    }
    .table-wishlist .tb-wish-product {
        display: block;
        padding-bottom: 0;
    }
    .table-wishlist .tb-wish-price {
        display: block;
    }
    .table-wishlist .tb-wish-qt {
        display: block;
    }
    .table-wishlist .tb-wish-action-btn {
        display: block;
        width: 100%;
    }
    .table-wishlist .tb-wish-action {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
    }
}
@media (max-width: 960px) {
    .table-sub-btn {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .table-sub-btn .btn,
    .table-sub-btn .table-wishlist .tb-wish-action-btn button,
    .table-wishlist .tb-wish-action-btn .table-sub-btn button {
        padding-left: 0;
        padding-right: 0;
    }
}
.upanel {
    padding: 70px 0;
}
.upanel > .row,
.upanel > .row-expand,
.upanel > .row-compact,
.upanel > .row-fluid,
.upanel > .row-fluid-full,
.upanel > .bx-showcase {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.upanel .upanel-aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 200px;
}
.upanel .upanel-aside ul {
    margin-bottom: 25px;
}
.upanel .upanel-aside ul li {
    position: relative;
    margin-bottom: 15px;
}
.upanel .upanel-aside ul li a {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-transition: 0.05s ease-in all;
    transition: 0.05s ease-in all;
}
.upanel .upanel-aside ul li a:hover {
    color: #ff0406;
}
.upanel .upanel-aside ul li.active a {
    padding-left: 10px;
    color: #ff0406;
}
.upanel .upanel-aside ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #ff0406;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.upanel .upanel-aside .upanel-aside-mob {
    display: none;
}
.upanel .price {
    font-size: inherit !important;
}
.upanel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 150px;
    padding: 30px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px #bfc1c3;
    box-shadow: 0 3px 5px #bfc1c3;
}
.upanel .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.upanel .item i {
    color: #ff0406;
    font-size: 40px;
}
.upanel .item .h6,
.upanel .item .card-if ul li strong,
.card-if ul li .upanel .item strong,
.upanel .item .checkout .checkout-main .block-progress dt,
.checkout .checkout-main .block-progress .upanel .item dt,
.upanel .item h6 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.upanel .item:hover:after {
    background: #ff0406;
}
@media (max-width: 960px) {
    .upanel {
        padding: 30px 0;
    }
    .upanel .upanel-aside {
        margin-bottom: 10px;
        padding: 0 15px;
        width: 100%;
    }
    .upanel .upanel-aside .upanel-aside-mob {
        display: block;
    }
    .upanel .upanel-aside .upanel-aside-mob .btn,
    .upanel .upanel-aside .upanel-aside-mob .table-wishlist .tb-wish-action-btn button,
    .table-wishlist .tb-wish-action-btn .upanel .upanel-aside .upanel-aside-mob button {
        padding: 0;
        width: 100%;
    }
    .upanel .upanel-aside ul,
    .upanel .upanel-aside ul + .btn,
    .upanel .upanel-aside .table-wishlist .tb-wish-action-btn ul + button,
    .table-wishlist .tb-wish-action-btn .upanel .upanel-aside ul + button {
        display: none;
    }
}
.pn-box-outer {
    width: calc(100% - 200px);
    padding: 0 15px 0 60px;
}
@media (max-width: 960px) {
    .pn-box-outer {
        width: 100%;
        padding: 0 15px;
    }
}
.pn-box,
.pn-box-full {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(62, 65, 68, 0.1);
    box-shadow: 0 5px 20px rgba(62, 65, 68, 0.1);
}
.pn-box .pn-box-header,
.pn-box-full .pn-box-header {
    background: #eeefef;
    padding: 15px 30px;
}
.pn-box .pn-box-header h5,
.pn-box-full .pn-box-header h5,
.pn-box .pn-box-header .h5,
.pn-box-full .pn-box-header .h5,
.pn-box .pn-box-header .checkout .block-title,
.checkout .pn-box .pn-box-header .block-title,
.pn-box-full .pn-box-header .checkout .block-title,
.checkout .pn-box-full .pn-box-header .block-title {
    margin-bottom: 0;
}
.pn-box .pn-box-body,
.pn-box-full .pn-box-body {
    padding: 30px;
}
@media (max-width: 1024px) {
    .pn-box .pn-box-body,
    .pn-box-full .pn-box-body {
        padding: 20px;
    }
    .pn-box .pn-box-body > .row [class*="col-"],
    .pn-box-full .pn-box-body > .row [class*="col-"],
    .pn-box .pn-box-body > .row-expand [class*="col-"],
    .pn-box-full .pn-box-body > .row-expand [class*="col-"],
    .pn-box .pn-box-body > .row-compact [class*="col-"],
    .pn-box-full .pn-box-body > .row-compact [class*="col-"],
    .pn-box .pn-box-body > .row-fluid [class*="col-"],
    .pn-box-full .pn-box-body > .row-fluid [class*="col-"],
    .pn-box .pn-box-body > .row-fluid-full [class*="col-"],
    .pn-box-full .pn-box-body > .row-fluid-full [class*="col-"],
    .pn-box .pn-box-body > .bx-showcase [class*="col-"],
    .pn-box-full .pn-box-body > .bx-showcase [class*="col-"] {
        margin-bottom: 20px;
    }
    .pn-box .pn-box-body > .row [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .row [class*="col-"]:last-child,
    .pn-box .pn-box-body > .row-expand [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .row-expand [class*="col-"]:last-child,
    .pn-box .pn-box-body > .row-compact [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .row-compact [class*="col-"]:last-child,
    .pn-box .pn-box-body > .row-fluid [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .row-fluid [class*="col-"]:last-child,
    .pn-box .pn-box-body > .row-fluid-full [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .row-fluid-full [class*="col-"]:last-child,
    .pn-box .pn-box-body > .bx-showcase [class*="col-"]:last-child,
    .pn-box-full .pn-box-body > .bx-showcase [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .pn-box .pn-box-body .personal-info,
    .pn-box-full .pn-box-body .personal-info {
        padding: 0;
    }
}
.pn-box .pn-box-footer,
.pn-box-full .pn-box-footer {
    position: relative;
    padding: 20px 30px;
    border-top: 1px solid #dfe0e1;
}
.pn-box .pn-box-footer a,
.pn-box-full .pn-box-footer a {
    margin-right: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.pn-box .pn-box-footer a:hover,
.pn-box-full .pn-box-footer a:hover {
    color: #ff0406;
}
.pn-box .pn-box-footer a i,
.pn-box-full .pn-box-footer a i {
    margin-right: 10px;
}
.pn-box-full .pn-box-body {
    padding: 7% 15%;
}
@media (max-width: 768px) {
    .pn-box-full {
        padding: 0;
    }
}
.pn-box-addresses [class*="col-"] {
    margin-bottom: 30px;
}
.pn-box-addresses .pn-box-address {
    position: relative;
    height: 100%;
}
.pn-box-addresses .pn-box-address.add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    padding: 0 30px;
}
.pn-box-addresses .pn-box-address .pn-box-body {
    padding-bottom: 85px;
}
.pn-box-addresses .pn-box-address .pn-box-footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 768px) {
    .pn-box-addresses .pn-box-address {
        height: auto;
    }
}
.ch-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ch-cart > section {
    width: 100%;
    padding-right: 30px;
}
.ch-cart > section .pn-box,
.ch-cart > section .pn-box-full {
    margin-bottom: 30px;
}
.ch-cart .ch-cart-summary {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(62, 65, 68, 0.1);
    box-shadow: 0 5px 20px rgba(62, 65, 68, 0.1);
}
.ch-cart .table-ch-cart td {
    vertical-align: top;
}
.ch-cart .table-ch-cart .tb-cart-img {
    width: 120px;
}
.ch-cart .table-ch-cart .tb-cart-img img {
    display: block;
}
.ch-cart .table-ch-cart .tb-cart-product p {
    margin-bottom: 5px;
}
.ch-cart .table-ch-cart .tb-cart-product p > span {
    display: block;
}
.ch-cart .table-ch-cart .tb-cart-price {
    width: 130px;
}
.ch-cart .table-ch-cart .tb-cart-price > span {
    display: block;
}
.ch-cart .table-ch-cart .tb-cart-qt {
    width: 55px;
}
.ch-cart .table-ch-cart .tb-cart-qt input[type="text"] {
    text-align: center;
}
.ch-cart .table-ch-cart .tb-cart-action {
    width: 25px;
}
.ch-cart .table-ch-cart .tb-cart-action > a {
    font-size: 18px;
}
.ch-cart .table-ch-cart .tb-cart-action > a:hover {
    color: #ff0406;
}
@media (max-width: 960px) {
    .ch-cart {
        display: block;
    }
    .ch-cart > section {
        padding-right: 0;
    }
    .ch-cart .ch-cart-summary {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .ch-cart > section .pn-box,
    .ch-cart > section .pn-box-full {
        margin-bottom: 20px;
    }
    .ch-cart .table-ch-cart tr td {
        padding: 20px 5px;
    }
    .ch-cart .table-ch-cart tr:first-child td {
        padding-top: 0;
    }
    .ch-cart .table-ch-cart thead {
        display: none;
    }
    .ch-cart .table-ch-cart .tb-cart-img {
        width: 75px;
    }
    .ch-cart .table-ch-cart .tb-cart-product {
        display: block;
        padding-bottom: 0;
    }
    .ch-cart .table-ch-cart .tb-cart-price {
        display: block;
    }
}
.checkout {
    position: relative;
    padding: 50px 0 80px 0;
    background: #eeefef;
}
.checkout .checkout-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.checkout .checkout-main .checkout-body {
    width: calc(100% - 330px);
    padding-right: 30px;
}
.checkout .checkout-main .checkout-body .form-checkbox,
.checkout .checkout-main .checkout-body .form-radio {
    margin-bottom: 8px;
}
.checkout .checkout-main .checkout-body ol > li.section {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}
.checkout .checkout-main .checkout-body ol > li.section .btn-edit {
    display: none;
}
.checkout .checkout-main .checkout-body ol > li.section .number {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dfe0e1;
    color: #fff;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .checkout .checkout-main .checkout-body ol > li.section .number {
        left: 20px;
    }
}
.checkout .checkout-main .checkout-body ol > li.section .step-title {
    position: relative;
    padding-left: 80px;
    line-height: 70px;
    font-size: 18px;
    color: #bfc1c3;
}
@media (max-width: 768px) {
    .checkout .checkout-main .checkout-body ol > li.section .step-title {
        padding-left: 75px;
    }
}
.checkout .checkout-main .checkout-body ol > li.section.allow {
    cursor: pointer;
}
.checkout .checkout-main .checkout-body ol > li.section.allow:hover {
    background: #e1e3e3;
}
.checkout .checkout-main .checkout-body ol > li.section.allow .btn-edit {
    display: block;
    padding: 0 10px;
    color: #bfc1c3;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
@media (max-width: 768px) {
    .checkout .checkout-main .checkout-body ol > li.section.allow .btn-edit {
        display: none;
    }
}
.checkout .checkout-main .checkout-body ol > li.section.allow .number {
    background: #ff0406;
}
.checkout .checkout-main .checkout-body ol > li.section.allow .step-title {
    color: #303234;
}
.checkout .checkout-main .checkout-body ol > li.section.active {
    cursor: default;
}
.checkout .checkout-main .checkout-body ol > li.section.active:hover {
    background: #fff;
}
.checkout .checkout-main .checkout-body ol > li.section.active .number {
    background: #ff0406;
}
.checkout .checkout-main .checkout-body ol > li.section.active .step {
    position: relative;
    padding: 20px 30px 30px 30px;
}
@media (max-width: 768px) {
    .checkout .checkout-main .checkout-body ol > li.section.active .step {
        padding: 10px 20px 20px 20px;
    }
}
.checkout .checkout-main .checkout-body fieldset {
    width: 400px;
}
@media (max-width: 768px) {
    .checkout .checkout-main .checkout-body fieldset {
        width: 100%;
    }
}
.checkout .checkout-main .checkout-body .form-list {
    margin-bottom: 25px;
}
.checkout .checkout-main .checkout-body dl {
    margin: 0;
}
.checkout .checkout-main .block-progress {
    background: #606569;
    color: #dfe0e1;
    width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
}
.checkout .checkout-main .block-progress .block-title {
    color: #fff;
}
.checkout .checkout-main .block-progress dt {
    color: #ff0406;
}
.checkout .checkout-main .block-progress dt .changelink {
    font-size: 12px;
    color: #fff;
}
.checkout .checkout-main .block-progress dt .changelink a {
    color: #fff;
}
.checkout .checkout-main .block-progress dd {
    margin: 0 0 25px 0;
}
@media (max-width: 1024px) {
    .checkout .checkout-main .checkout-body {
        width: 100%;
        padding-right: 0;
    }
    .checkout .checkout-main .block-progress {
        display: none;
    }
}
.checkout #checkout-step-payment ul {
    margin-bottom: 25px;
}
.checkout #co-discountcode-form > .form-group,
.checkout .checkout-main .checkout-body .form-list #co-discountcode-form > .wide {
    width: 50%;
}
@media (max-width: 960px) {
    .checkout #co-discountcode-form > .form-group,
    .checkout .checkout-main .checkout-body .form-list #co-discountcode-form > .wide {
        width: 100%;
    }
}
.checkout #checkout-review-table {
    width: 100%;
    border-bottom: 1px solid #bfc1c3;
}
.checkout #checkout-review-table tbody tr.last {
    border-bottom: 3px solid #bfc1c3;
}
.checkout #checkout-review-table tbody td:last-child {
    text-align: right;
}
.checkout #checkout-review-table tbody .item-options {
    margin-top: 10px;
}
.checkout #checkout-review-table tbody .item-options > dt {
    font-weight: bold;
}
.checkout #checkout-review-table tbody .item-options > dd {
    margin-left: 20px;
}
.checkout #checkout-review-table tfoot tr {
    text-align: right;
    font-weight: normal;
}
.checkout #review-buttons-container {
    text-align: center;
    padding: 20px 0 10px 0;
}
.checkout #checkout-shipping-method-load ul {
    margin-bottom: 15px;
}
.checkout .please-wait {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.ck-backshop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 0;
    background: #ff0406;
    color: #fff;
    text-align: center;
}
.ck-backshop a {
    color: #fff;
}
.check-overlay {
    position: absolute;
    z-index: 19;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.check-overlay span {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #ff0406;
}
#viewport {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 200;
    font-size: 14px;
    padding: 2px 20px;
    color: #fff;
    background-color: #ff0406;
}
#viewport:after {
    content: "default";
}
@media (max-width: 1440px) {
    #viewport:after {
        content: "xl";
    }
}
@media (max-width: 1200px) {
    #viewport:after {
        content: "lg";
    }
}
@media (max-width: 1024px) {
    #viewport:after {
        content: "md";
    }
}
@media (max-width: 960px) {
    #viewport:after {
        content: "sm";
    }
}
@media (max-width: 768px) {
    .card-go {
        margin-bottom: 20px;
    }

    .card-go .card-body {
        padding-bottom: 40px;
    }

    #viewport:after {
        content: "xs";
    }
}

.fk-faq-groups {
    margin: 0px;
    padding: 20px 0px;
}

.fk-faq-groups li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0px;
}

@media screen and (max-width: 1024px) {
    .fk-faq-groups {
        text-align: center;
    }

    .fk-faq-groups li {
        margin: 5px 20px;
    }
}

.fk-faq-groups li a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
    font-weight: 600;
    transition: all 0.5s;
}

.fk-faq-groups li a:hover,
.fk-faq-groups li.selected a,
.fk-faq-groups li.current-menu-item a {
    color: #ff0406;
}

.fk-faq-wrapper {
    margin: 20px 0px;
}

.fk-faq-wrapper .fk-faq-content {
    display: none;
}

.page-template-page-faq-onepage .fk-faq-wrapper .fk-faq-content {
    display: block;
}

.fk-faq-wrapper .fk-faq-content.show {
    display: block;
}

.fk-faq .collapse {
    display: none;
}

.map-point {
    width: 100%;
    height: 500px;
}

.jcf-select-select-km {
    width: 250px !important;
}

.page-template-page-dynamic .row p {
    display: block;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
}

.page-template-page-dynamic .bx-boxed-content ul {
    list-style-type: disc;
}

.page-template-page-dynamic .bx-boxed-content ul li {
    display: block;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.page-template-page-dynamic .bx-boxed-content ul li:before {
    position: absolute;
    top: 12px;
    left: 2px;
    content: "";
    background-color: #ff0406;
    width: 8px;
    height: 8px;
}

.st-form {
    text-decoration: none !important;
    display: inline-block;
    margin: 20px 5px;
}

.ft-convenzioni {
    background-color: #606569;
    background-image: none;
}

.ico-anticipo {
    width: 25px !important;
    margin-right: 5px;
}

.card-prices,
.car-head {
    position: relative;
}

.pronta-consegna {
    position: absolute;
    top: -10px;
    right: 0px;
}

.pronta-consegna img {
    display: block;
    max-width: 50px;
    margin: auto;
}

.pronta-consegna span {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -8px;
}

.car-head .pronta-consegna {
    top: 10px;
    right: 125px;
}

@media (max-width: 960px) {
    .car-head .pronta-consegna {
        top: 10px;
        right: 10px;
    }
}

.city-select,
.regione-select,
.provincia-select {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0px !important;
    margin-left: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 700;
    font-size: 13px;
    color: #ff0406;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 3px !important;
    border-color: #bfc1c3 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 14px !important;
    color: #3e4144 !important;
    font-weight: 700 !important;
}

.ppw-post-password-container {
    padding: 80px 20px;
}

.ppw-ppf-input-container {
    text-align: center;
}

.ppw-ppf-input-container input[type="password"] {
    height: 50px;
}

.ppw-pwd-label {
    margin-bottom: 0px;
}
.ppw-ppf-error-msg {
    text-align: center;
    padding: 5px 0px;
}

.convenzioni-contatto {
    text-align: center;
    background-color: #606569;
    background-image: none;
    padding: 20px;
}

.convenzioni-contatto p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 0px;
}

.convenzioni-contatto span {
    display: block;
    margin: 5px 0px;
}

.convenzioni-contatto span.telefono {
    font-size: 1.2em;
    font-weight: bold;
}

.convenzioni-contatto a {
    color: #fff;
}

.convenzioni-link-social {
    background-color: #606569;
}
.convenzioni-link-social .ft-social {
    padding: 30px;
    text-align: center;
}

.convenzioni-link-social .ft-social a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

.conv-tech-data {
    margin-bottom: 5px;
}
.conv-tech-data span.label {
    font-weight: bold;
}
.conv-tech-data span.label::after {
    content: ":";
}
.conv-tech-data span.value {
    font-size: 1.2em;
}

.conv-tech-data span.label::before {
    content: "-";
    font-style: italic;
    color: #ff0406;
    margin-right: 4px;
}

.conv-off-data {
    margin-bottom: 5px;
}
.conv-off-data span.label {
    font-weight: bold;
}
.conv-off-data span.label::after {
    content: ":";
}
.conv-off-data span.value {
    font-size: 1.2em;
}
.conv-off-data.bigger {
    margin-top: 10px;
    background-color: #ff0406;
    padding: 5px 15px;
    display: inline-block;
}

.conv-off-data.bigger span.label {
    font-size: 1.2em;
    color: #fff;
}
.conv-off-data.bigger span.value {
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;
}

.row-img-tit {
    background-color: #fff;
}

.row-img-tit h2 {
    color: #171819 !important;
}

.row-img-tit-item {
    text-align: center;
}

.row-img-tit .row {
    justify-content: center;
}

.conv-info-aggiuntive {
    margin-top: 10px;
    font-size: 1.3em;
}

.fk-gallery .gallery {
    position: relative;
    overflow: hidden;
}

.fk-gallery .gallery .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}
.fk-gallery .gallery .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}

.fk-gallery .gallery .swiper-slide {
    position: relative;
    overflow: hidden;
}

.fk-gallery .gallery .swiper-slide p {
    font-weight: bold;
    z-index: 2;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: all 1s;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fk-gallery .gallery .swiper-slide img {
    width: 100%;
    transition: all 1s;
    z-index: 1;
    position: relative;
}

@media (min-width: 768px) {
    .fk-gallery .gallery .swiper-slide a:hover img {
        transform: scale(1.1);
    }

    .fk-gallery .gallery .swiper-slide a:hover p {
        opacity: 1;
        transform: translateY(-30px);
    }
}

.fk-row-center {
    background-color: #efefef;
}
.fk-row-center .testo p {
    font-size: 17px;
    margin-bottom: 0px;
}

.fk-row-center .testo a {
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.5s;
}

.fk-row-center .testo a:hover {
    color: #606569;
}

.book-image {
    padding: 2px;
    border: 0px solid #f4f4f4;
    height: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.price-header {
    padding-left: 25px;
    margin-bottom: 0px;
    font-weight: normal;
}
@media screen and (max-width: 960px) {
    .price-header {
        padding-left: 0px;
    }
}

.price-titolo {
    padding-left: 25px;
    margin-bottom: 0px;
    color: #ff0406;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: 0px !important;
}

.sl-point {
    padding: 40px 20px;
    width: 100%;
}

.fk-anchor {
    cursor: pointer;
    transition: all 0.5s;
}

.fk-anchor:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.hidden_adem_field {
    display: none;
}

.point-service-wrapper ul li {
    list-style: disc inside;
    margin: 10px 0;
}

.google-review {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgb(250, 250, 250);
}

.write-review-box {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgb(250, 250, 250);
}

.media-stars {
    color: gold;
}

.review-media {
    font-weight: bold;
    font-size: 1.5em;
}

.review-head {
    display: flex;
    align-items: center;
}

.review-head img {
    max-width: 60px;
}

.review-head .review-info {
    padding: 10px;
}

.review-head .review-info h4 {
    margin-bottom: 0px;
}

.review-head .review-info .review-stars {
    margin-right: 5px;
}

.write-review-box span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.write-review-box .btn-google {
    padding: 9px 21px;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: inherit;
    background-color: rgb(28, 145, 255);
    float: right;
}

.review-head .review-stars {
    color: gold;
}

.review-head .review-time {
    margin-left: 10px;
    font-style: italic;
    color: #666;
    font-size: 12px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.card-team-member {
    margin-bottom: 10px !important;
}

.card-team-member .title {
    margin-bottom: 0px;
}

.card-team-member .ruolo {
    margin-bottom: 10px;
}

.thankyou-linkedin {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: calc(100vh - 80px);
}

.thankyou-linkedin:before {
    content: "";
    background: #171819;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.box-thankyou {
    color: #fff;
    padding: 30px;
    width: 900px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.box-thankyou .h2 {
    margin-bottom: 0px;
    font-size: 50px;
}

.box-thankyou p {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 25px;
}

.footer-newsletter-fields p {
}

.footer-newsletter-fields label {
    display: none;
}

.bx-nsl .h6 {
    margin-top: 20px;
    margin-bottom: 10px !important;
}

/* .footer-newsletter-fields {
    display: flex;
    align-items: center;
}

.bx-nsl .h6 {
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.footer-newsletter-fields label {
    display: none;
}

.footer-newsletter-fields p {
    margin-right: 10px;
}

.footer-newsletter-fields .field-email {
    margin-bottom: 15px;
    margin-top: 15px;
} */

.count-cars-wrapper {
    padding-left: 25px;
    text-align: left;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .count-cars-wrapper {
        padding-left: 0px;
    }
}

.count-cars-wrapper span {
    white-space: nowrap;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    background: #ff0406;
    padding: 0 30px;
    color: #fff;
}

.card-content .count-cars-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin: 0;
    padding: 0px;
}

.card-content .count-cars-wrapper span {
    line-height: 20px;
    display: block;
    text-align: center;
}

.hero-mobile {
    background: url("../img/bg_mobile_hero.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    display: none;
}

.top-hero {
    margin-bottom: 70px;
}

.top-hero .top-text {
    padding: 40px 20px;
    text-align: center;
    background-color: #212121;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}

.top-hero .top-text .d4 {
    font-size: 50px;
    line-height: 1;
}

.hero-buttons {
    clear: both;
    overflow: hidden;
}

.hero-buttons .btn {
    width: 50%;
    float: left;
    line-height: 1;
    white-space: normal;
    padding: 45px 20px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #ea3426;
}

.hero-buttons .btn-2,
.hero-buttons .btn-2:hover {
    background-color: #f0b24f;
}

.hero-desktop .btn-2,
.hero-desktop .btn-2:hover {
    background-color: #f0b24f;
}

.hero-buttons .btn i,
.hero-desktop .btn i {
    display: none;
}

.logo-wrapper .home-link {
    display: block;
    text-align: center;
    position: relative;
    top: -4px;
}

.header-main .nav-main .nav-sx .logo {
    height: 50px;
}

.header-main .nav-main .nav-sx .logo a {
    background-size: 50px;
    background-position: center center;
}

.hero-buttons .btn {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .hero-mobile {
        display: block;
    }
    .hero-desktop {
        display: none;
    }

    .price-titolo {
        padding-left: 0;
    }

    .book-image {
        max-width: 100%;
    }

    .bx-tab .nav-tabs li a {
        font-size: 16px;
        white-space: pre-wrap;
    }

    .fk-gallery .gallery .swiper-slide p {
        position: static;
        opacity: 1;
    }

    .convenzioni-contatto a {
        font-size: 16px;
        display: block;
    }
}

@media (min-width: 600px) {
    .card-img {
        height: 200px;
    }
}
