@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,800,900");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

strong {
    font-weight: bold
}

b {
    font-weight: bold
}

em {
    font-style: italic
}

.bg-cover {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.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
}

.ml-20 {
    margin-left: 20px
}

.pt-0 {
    padding-top: 0
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pr-20 {
    padding-right: 20px
}

.pb-0 {
    padding-bottom: 0
}

.pb-20 {
    padding-bottom: 20px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    font-family: 'Nunito';
    font-weight: 400;
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: #808080
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

input[type=radio] {
    display: none
}

input[type=checkbox] {
    display: none
}

.form-wide {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.form-wide:before {
    content: "";
    display: table
}

.form-wide:after {
    content: "";
    display: table;
    clear: both
}

.form-side {
    display: block;
    width: 50%;
    float: left
}

.form-side:nth-child(1) {
    padding-right: 10px
}

.form-side:nth-child(2) {
    padding-left: 10px
}

.form-side:only-child {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    clear: both
}

select {
    -webkit-appearance: none
}

.swipe {
    overflow: hidden;
    visibility: visible;
    position: relative
}

.swipe .swipe-wrap {
    overflow: hidden;
    position: relative
}

.swipe .swipe-wrap>div,
.swipe .swipe-wrap>section {
    float: left;
    width: 100%;
    position: relative
}

.swipe #console {
    color: #999;
    margin-top: 20px;
    max-height: 150px;
    overflow: auto
}

.swipe #mySwipe div b {
    display: block;
    font-weight: bold;
    color: #14ade5;
    font-size: 20px;
    text-align: center;
    margin: 10px;
    padding: 100px 10px;
    box-shadow: 0 1px #ebebeb;
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    border-color: #e5e5e5 #d3d3d3 #b9c1c6
}

html {
    font-size: 62.5%
}

html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 191px;
    margin-left: auto;
    margin-right: auto;
    counter-reset: ol
}

body>h1 {
    position: absolute;
    left: -10000px
}

.screenReaderElement {
    position: absolute;
    left: -10000px
}

.container,
.container-half {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    margin-left: auto;
    margin-right: auto
}

.container:before,
.container-half:before {
    content: "";
    display: table
}

.container:after,
.container-half:after {
    content: "";
    display: table;
    clear: both
}

a {
    color: #f17900
}

main.homepage {
    overflow: hidden;
    background-image: url(../images/big-back.svg);
    background-position: -347px 685px;
    background-repeat: no-repeat;
    background-size: 2250px auto;
    transition: background-position .4s
}

main.homepage.hp-changed {
    background-position: -347px 0
}

header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff
}

header.sticky:after {
    content: "";
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #850039;
    background: -moz-linear-gradient(left, #850039 0, #f17900 100%);
    background: -webkit-linear-gradient(left, #850039 0, #f17900 100%);
    background: linear-gradient(to right, #850039 0, #f17900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@orange', GradientType=1)
}

header.sticky .nav-section.lower {
    margin-top: -150px
}

header.sticky .nav-section.lower.active {
    margin-top: 0
}

header.sticky .nav-section .row .col-8 .nav-top-item .nav-box.burger {
    opacity: 1;
    margin-right: 0
}

header .nav-section {
    display: block;
    width: 100%;
    position: relative;
    background: #fff
}

header .nav-section.upper {
    z-index: 10000
}

header .nav-section.upper .searchbar-form *[type="button"],
header .nav-section.upper .searchbar-form *[type="submit"] {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    height: 50px;
    width: 51px;
    margin-left: -50px;
    border: none;
    background-color: #f7f0f3;
    cursor: pointer;
    background-image: url(../images/search-button.svg);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    transition: .08s all ease-in-out;
    font-size: 0;
    text-indent: -9999px;
    vertical-align: middle
}

header .nav-section.upper .searchbar-form *[type="button"]:hover,
header .nav-section.upper .searchbar-form *[type="submit"]:hover {
    cursor: pointer;
    background-size: 40%
}

header .nav-section.upper .searchbar-form *[type="button"]:active,
header .nav-section.upper .searchbar-form *[type="submit"]:active {
    background-color: #f17900
}

header .nav-section.lower {
    z-index: 1000;
    transition: all .2s;
    background: #850039;
    background: -moz-linear-gradient(left, #850039 0, #f17900 100%);
    background: -webkit-linear-gradient(left, #850039 0, #f17900 100%);
    background: linear-gradient(to right, #850039 0, #f17900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@orange', GradientType=1)
}

header .nav-section .logo {
    display: inline-block;
    width: 200px;
    height: 76px;
    margin-top: 18px;
    margin-bottom: 12px;
    background-image: url(../images/fenix-logo-new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center
}

header .nav-section input[type="text"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    display: inline-block;
    padding: 16px 40px 16px 18px;
    width: 347px;
    background-color: #f7f0f3;
    border: none
}

header .nav-section input[type="text"]::placeholder {
    font-family: 'Nunito';
    font-weight: 400;
    color: #a8969d
}

header .nav-section .nav-top {
    display: table;
    text-align: center
}

header .nav-section .nav-top .nav-top-item {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

header .nav-section .nav-top .nav-top-item:hover>a {
    text-decoration: none
}

header .nav-section .nav-top .nav-top-item:hover .dropdown {
    display: block
}

header .nav-section .nav-top .nav-top-item .dropdown {
    font-family: 'Nunito';
    font-weight: 400;
    display: none;
    position: absolute;
    width: 190px;
    left: -20px;
    top: 50px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08)
}

header .nav-section .nav-top .nav-top-item .dropdown li {
    display: block;
    width: 100%;
    text-align: left;
    z-index: 10000;
    border-bottom: 1px solid #e2e2e2
}

header .nav-section .nav-top .nav-top-item .dropdown li a {
    display: block;
    color: #850039;
    padding: 15px 20px;
    font-size: 1.5rem;
    text-decoration: none
}

header .nav-section .nav-top .nav-top-item .dropdown li:hover {
    background-color: #f17900
}

header .nav-section .nav-top .nav-top-item .dropdown li:hover a {
    color: #fff
}

header .nav-section .nav-top .nav-top-item a {
    font-family: 'Nunito';
    font-weight: 300;
    padding-right: 26px;
    position: relative;
    color: #850039;
    font-size: 1.4rem
}

header .nav-section .nav-top .nav-top-item a:hover {
    text-decoration: none
}

header .nav-section .nav-top .nav-top-item a:first-child {
    padding-right: 29px
}

header .nav-section .nav-top .nav-top-item a.icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-redirect.svg)
}

header .nav-section .nav-top .nav-top-item:nth-child(4) {
    padding-left: 40px
}

header .nav-section .nav-top .nav-top-item .nav-box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    border: 1px solid #f1e8ec;
    background-color: unset;
    position: relative;
    cursor: pointer;
    transition: .2s all ease-in-out;
    background-image: url();
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat
}

header .nav-section .nav-top .nav-top-item .nav-box:active {
    background-color: #f6f1f3
}

header .nav-section .nav-top .nav-top-item .nav-box:hover {
    border: 1px solid #bf879d
}

header .nav-section .nav-top .nav-top-item .nav-box.account {
    background-image: url(../images/icon-account.svg)
}

header .nav-section .nav-top .nav-top-item .nav-box.cart {
    background-image: url(../images/icon-cart.svg)
}

header .nav-section .nav-top .nav-top-item .nav-box.burger {
    opacity: 0;
    margin-right: -60px;
    background-color: #850039;
    border-color: #850039;
    background-image: url(../images/header-burger-white.svg)
}

header .nav-section .nav-top .nav-top-item:hover>.nav-box {
    border: 1px solid #bf879d
}

header .nav-section .nav-top .nav-top-item:hover>.nav-display {
    display: block
}

header .nav-section .nav-top .nav-top-item .nav-display {
    display: none;
    position: absolute;
    right: 5px;
    top: 50px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    width: 320px;
    background-color: #fff;
    z-index: 100
}

header .nav-section .nav-top .nav-top-item .nav-display.account {
    width: 240px;
    padding: 20px
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged {
    font-family: 'Nunito';
    font-weight: 700;
    zoom: 1;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6em
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged:before {
    content: "";
    display: table
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged:after {
    content: "";
    display: table;
    clear: both
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged strong {
    zoom: 1;
    color: #f17900;
    font-size: 120%;
    display: block;
    clear: both;
    margin: 5px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged strong:before {
    content: "";
    display: table
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged strong:after {
    content: "";
    display: table;
    clear: both
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    padding: 0;
    color: #f17900
}

header .nav-section .nav-top .nav-top-item .nav-display.account .account-logged a:hover {
    text-decoration: none
}

header .nav-section .nav-top .nav-top-item .nav-display.account input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    width: 100%;
    padding: 10px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px
}

header .nav-section .nav-top .nav-top-item .nav-display.account input::placeholder {
    color: #a8969d
}

header .nav-section .nav-top .nav-top-item .nav-display.account .forgotten-passwd {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #f17900;
    padding-right: 0
}

header .nav-section .nav-top .nav-top-item .nav-display.account label {
    display: inline-block;
    position: relative;
    cursor: pointer
}

header .nav-section .nav-top .nav-top-item .nav-display.account label.checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

header .nav-section .nav-top .nav-top-item .nav-display.account input[type=checkbox]+label {
    display: block;
    clear: both;
    padding-top: 1px;
    padding-left: 29px;
    text-align: left
}

header .nav-section .nav-top .nav-top-item .nav-display.account input[type=checkbox]+label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    border: 1px solid #e2e2e2
}

header .nav-section .nav-top .nav-top-item .nav-display.account input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

header .nav-section .nav-top .nav-top-item .nav-display.account .btn {
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    border: none;
    background-color: #f17900;
    color: #fff;
    transition: .2s all ease-in-out
}

header .nav-section .nav-top .nav-top-item .nav-display.account .btn:hover {
    background-color: #e77400
}

header .nav-section .nav-top .nav-top-item .nav-display.account .btn.register {
    background-color: #fff;
    border: 1px solid #f17900;
    color: #f17900;
    text-decoration: none;
    text-align: center;
    padding-right: 10px
}

header .nav-section .nav-top .nav-top-item .nav-display.account .btn.register:hover {
    background-color: #f17900;
    color: #fff
}

header .nav-section .nav-top .nav-top-item .nav-display .cart-redirect {
    font-family: 'Nunito';
    font-weight: 700;
    text-decoration: none;
    margin: 20px;
    float: right;
    width: 180px;
    position: relative;
    font-size: 1.6rem;
    border: none;
    background-color: #f17900;
    color: #fff
}

header .nav-section .nav-top .nav-top-item .nav-display .cart-redirect:hover {
    background-color: #e27100
}

header .nav-section .nav-top .nav-top-item .nav-display .cart-redirect:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url(../images/icon-cart-white.svg)
}

header .nav-section .row {
    display: table;
    width: 100%
}

header .nav-section .row .col-1,
header .nav-section .row .col-6,
header .nav-section .row .col-8 {
    float: left
}

header .nav-section .row .col-8 {
    padding-top: 31px;
    float: right
}

header .nav-section .row .col-6 {
    margin-left: 71px;
    margin-top: 31px;
    position: relative
}

header .nav-section .row .col-6 .searchbar-display {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 10000;
    width: 430px;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08)
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item {
    display: block;
    width: 100%;
    text-decoration-color: #f17900;
    text-decoration: none;
    transition: .2s all ease-in-out
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item:hover {
    background-color: #fafafa
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item.normal-item {
    text-align: left;
    padding: 15px 19px 14px 19px;
    text-decoration: underline
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item.normal-item:hover {
    text-decoration: none
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item h2 {
    text-align: left;
    color: #a0a0a0;
    background-color: #f7f7f7;
    padding: 10px 20px;
    font-size: 1.4rem;
    text-transform: uppercase
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link {
    font-family: 'Nunito';
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    color: #f17900
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -2px;
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow-down-orange-small.svg)
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link.btn-arrow {
    font-family: 'Nunito';
    font-weight: 700;
    text-align: left;
    padding-left: 20px
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link.btn-arrow:before {
    display: none
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link.burger {
    font-family: 'Nunito';
    font-weight: 700;
    text-align: left;
    padding: 20px 0 20px 80px;
    border-bottom: 1px solid #e2e2e2
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link.burger:before {
    width: 18px;
    height: 14px;
    top: 24px;
    left: 30px;
    position: absolute;
    background-image: url(../images/burger.svg)
}

header .nav-section .row .col-6 .searchbar-display .searchbar-display-item .searchbar-link small {
    color: #a5a5a5;
    text-decoration: none;
    text-align: center
}

header .nav-section .nav-bottom {
    display: table;
    height: 100%;
    list-style: none outside none
}

header .nav-section .nav-bottom .menu-opener {
    display: none
}

header .nav-section .nav-bottom>li {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

header .nav-section .nav-bottom>li:nth-child(7)>ul>li>ul,
header .nav-section .nav-bottom>li:nth-child(8)>ul>li>ul {
    left: -100%
}

header .nav-section .nav-bottom>li:hover>a {
    cursor: pointer;
    transition: .2s all ease-in-out;
    background: #940040
}

header .nav-section .nav-bottom>li:hover>ul {
    display: block;
    z-index: 100;

    /* opacity: 1;
    transition-delay: 0s; */
}

header .nav-section .nav-bottom>li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 100;
    list-style: none;

    /* opacity: 0;
    transition-delay: 1s; */
}

header .nav-section .nav-bottom>li ul li {
    position: relative;
    border-bottom: 1px solid #e7ccd7
}

header .nav-section .nav-bottom>li ul li:last-child {
    border: none
}

header .nav-section .nav-bottom>li ul li:hover>a {
    background-color: #f17900;
    color: #fff
}

header .nav-section .nav-bottom>li ul li:hover>a:before {
    background-color: #fff
}

header .nav-section .nav-bottom>li ul li:hover>ul {
    display: block
}

header .nav-section .nav-bottom>li ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    color: #850039;
    background-color: #f6f1f3
}

header .nav-section .nav-bottom>li ul li a:before {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 10px;
    width: 8px;
    height: 3px;
    background-color: #f17900
}

header .nav-section .nav-bottom>li ul li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px
}

header .nav-section .nav-bottom>li ul li>ul a:before {
    display: none
}

header .nav-section .nav-bottom>li>a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.3rem;
    color: #f3bb89;
    display: inline-block;
    position: relative;
    padding: 20px 20px 20px 36px;
    transition: .2s all ease-in-out;
    text-decoration: none;
    white-space: nowrap
}

header .nav-section .nav-bottom>li>a:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 11px;
    left: 12.5px;
    top: 25px;
    background-image: url(../images/arrow-down-orange.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

header .nav-section .nav-bottom>li>a strong {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    clear: both;
    white-space: normal
}

header .nav-section .nav-bottom>li>a span {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.3rem;
    color: #f3bb89
}

footer {
    width: 100%;
    overflow: hidden
}

footer .footer-top {
    display: block;
    position: relative;
    width: 100%;
    background-color: #45182b
}

footer .footer-top:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -310px;
    left: calc(50% - 237px);
    width: 475px;
    height: 475px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    background-image: url(../images/fenixgroup.svg)
}

footer .footer-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #850039;
    background: -moz-linear-gradient(left, #850039 0, #f17900 100%);
    background: -webkit-linear-gradient(left, #850039 0, #f17900 100%);
    background: linear-gradient(to right, #850039 0, #f17900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@orange', GradientType=1)
}

footer .footer-top .container {
    position: relative;
    z-index: 1
}

footer .footer-top .row .col-sm {
    display: inline-block;
    width: 25.5%;
    float: left;
    padding: 69px 0 48px 51px
}

footer .footer-top .row .col-sm:first-child {
    width: 25.6%
}

footer .footer-top .row .col-sm:nth-child(2) {
    width: 25.7%
}

footer .footer-top .row .col-sm:nth-child(4) {
    width: 23.2%
}

footer .footer-top .row .col-sm .banks {
    display: block;
    width: 100%;
    height: 55px;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/banks.svg)
}

footer .footer-top .row .col-sm .social {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 22px;
    margin-right: 3px;
    transition: .2s all ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset
}

footer .footer-top .row .col-sm .social:hover {
    background-color: #f17900
}

footer .footer-top .row .col-sm .social.fb {
    background-image: url(../images/icon-fb.svg)
}

footer .footer-top .row .col-sm .social.twitter {
    background-image: url(../images/icon-twitter.svg)
}

footer .footer-top .row .col-sm .social.gplus {
    background-image: url(../images/icon-gplus.svg)
}

footer .footer-top .row .col-sm .social.in {
    background-image: url(../images/icon-in.svg)
}

footer .footer-top .row .col-sm .social.yt {
    background-image: url(../images/icon-yt.svg)
}

footer .footer-top .row .col-sm input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 15px 18px 15px 18px;
    margin-bottom: 11px;
    background-color: #f7f0f3;
    border: none
}

footer .footer-top .row .col-sm input::placeholder {
    font-family: 'Nunito';
    font-weight: 400;
    color: #a8969d
}

footer .footer-top .row .col-sm input[type=checkbox] {
    display: none
}

footer .footer-top .row .col-sm input[type=checkbox]+label {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    display: block;
    padding-left: 35px;
    margin-bottom: 9px;
    position: relative
}

footer .footer-top .row .col-sm input[type=checkbox]+label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    border: 1px solid #e2e2e2;
    background: #e2e2e2
}

footer .footer-top .row .col-sm input[type=checkbox]+label a {
    color: #efb17a
}

footer .footer-top .row .col-sm input[type=checkbox]+label a:hover {
    text-decoration: none
}

footer .footer-top .row .col-sm input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

footer .footer-top .row .col-sm label {
    margin-bottom: 20px;
    color: #fff
}

footer .footer-top .row .col-sm ul {
    list-style: none
}

footer .footer-top .row .col-sm .checkbox-label a {
    font-size: 1.5rem
}

footer .footer-top .row .col-sm li {
    margin-bottom: 10px
}

footer .footer-top .row .col-sm li.white {
    margin-top: 26px
}

footer .footer-top .row .col-sm li.white a {
    font-family: 'Nunito';
    font-weight: 700;
    color: #fff
}

footer .footer-top .row .col-sm li.contact-icon {
    margin-left: 36px;
    margin-bottom: 20px;
    margin-top: 9px;
    position: relative
}

footer .footer-top .row .col-sm li.contact-icon a {
    color: #fff
}

footer .footer-top .row .col-sm li.contact-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    left: -30px;
    top: 3px;
    background-image: url(../images/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat
}

footer .footer-top .row .col-sm li.contact-icon.mail:before {
    background-image: url(../images/icon-mail.svg)
}

footer .footer-top .row .col-sm li a {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 1.45rem;
    color: #efb17a;
    position: relative
}

footer .footer-top .row .col-sm li a:hover {
    text-decoration: none
}

footer .footer-top .row .col-sm li a.icon:after {
    content: "";
    display: block;
    position: absolute;
    right: -16px;
    top: 5px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-redirect-white.svg)
}

footer .footer-top .row .col-sm li h3,
footer .footer-top .row .col-sm li .footer-phone,
footer .footer-top .row .col-sm li .footer-email {
    font-family: 'Nunito';
    font-weight: 700;
    color: #fff
}

footer .footer-top .row .col-sm li .footer-email {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem
}

footer .footer-top .row .col-sm li .footer-email:hover {
    text-decoration: none
}

footer .footer-top .row .col-sm h2 {
    font-family: 'Nunito';
    font-weight: 700;
    position: relative;
    color: #fff;
    padding-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 1px
}

footer .footer-top .row .col-sm h2:before {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 42px;
    left: -60px;
    top: 5px;
    z-index: 5;
    background-image: url(../images/wave.svg);
    background-size: contain;
    background-repeat: no-repeat
}

footer .footer-top .row .col-sm form {
    margin-top: 4px
}

footer .footer-bottom {
    display: table;
    position: relative;
    height: 98px;
    width: 100%;
    z-index: 100;
    background-color: #fff
}

footer .footer-bottom .button-up {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -77px;
    width: 154px;
    height: 60px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow-up-bg.svg)
}

footer .footer-bottom .button-up:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 16px;
    left: 70px;
    top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow-up.svg)
}

footer .footer-bottom span {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #808080
}

footer .footer-bottom span:nth-child(1) {
    text-align: left
}

footer .footer-bottom span a {
    color: #808080;
    position: relative
}

footer .footer-bottom span a:hover {
    text-decoration: none
}

footer .footer-bottom span a.split {
    margin-left: 30px
}

footer .footer-bottom span a.split:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: -15px;
    top: 2px;
    bottom: 2px;
    background-color: #ddd
}

.homepage .slider {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.homepage .slider .container {
    position: relative;
    min-height: 700px
}

.homepage .slider .slider-page {
    min-height: 700px;
    position: relative
}

.homepage .slider .slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px)
}

.homepage .slider .slider-background:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.55)
}

.homepage .slider .slider-hide {
    font-family: 'Nunito';
    font-weight: 400;
    position: absolute;
    bottom: 131px;
    left: -32px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    z-index: 100;
    color: #fff;
    padding-left: 30px
}

.homepage .slider .slider-hide:before {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    width: 17px;
    height: 19px;
    left: 0;
    top: -3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-hide.svg)
}

.homepage .slider .slider-hide:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 190px;
    right: -400px;
    height: 1px;
    transform: rotate(180deg);
    background-color: #808080
}

.homepage .slider .slider-middle {
    display: block;
    position: absolute;
    top: 146px;
    left: 6.8%;
    vertical-align: middle;
    z-index: 1000
}

.homepage .slider .slider-middle h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 6rem;
    color: #f17900;
    text-transform: uppercase;
    margin-left: -5px
}

.homepage .slider .slider-middle h2 strong {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    font-size: 3rem;
    color: #fff;
    text-transform: none;
    line-height: .8
}

.homepage .slider .slider-middle .slider-middle-link {
    margin-top: 50px
}

.homepage .slider .slider-price {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 216px;
    z-index: 100;
    padding: 30px 25px;
    background-color: #850039
}

.homepage .slider .slider-price span {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 2.5rem;
    display: block;
    width: 100%;
    text-align: left;
    color: #f17900;
    letter-spacing: 1px;
    line-height: 1.3em
}

.homepage .slider .slider-price strong {
    font-family: 'Nunito';
    font-weight: 900;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 5rem;
    color: #fff
}

.homepage .slider .slider-price strong small {
    font-size: 3rem
}

.homepage .slider .slider-selector {
    display: table;
    width: 50px;
    position: absolute;
    top: 0;
    height: 685px;
    right: 24px;
    z-index: 100
}

.homepage .slider .slider-selector .slider-selector-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.homepage .slider .slider-selector .slider-selector-container .slider-dot {
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    z-index: 1000;
    margin: 20px auto;
    vertical-align: middle;
    background-color: #808080;
    cursor: pointer
}

.homepage .slider .slider-selector .slider-selector-container .slider-dot.selected {
    background-color: #fff
}

.homepage .slider .slider-selector .slider-selector-container .slider-dot.selected:after {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    border: 4px solid #f17900
}

.homepage .hp-about {
    display: block;
    width: 462px;
    position: relative;
    padding-bottom: 100px;
    margin: 103px 0;
    margin-bottom: 65px
}

.homepage .hp-about:after {
    content: "";
    display: block;
    position: absolute;
    right: -1140px;
    top: -289px;
    width: 1234px;
    height: 800px;
    z-index: -1;
    background-image: url(../images/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat
}

.homepage .hp-about h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 4rem;
    color: #000;
    letter-spacing: -2.3px;
    line-height: 1.1em
}

.homepage .hp-about h3 {
    display: block;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.8rem;
    color: #bf879d;
    position: relative;
    padding-bottom: 60px
}

.homepage .hp-about h3:after {
    content: "";
    display: block;
    position: absolute;
    height: 23px;
    width: 60px;
    bottom: 15px;
    z-index: 5;
    background-image: url(../images/wave.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.homepage .hp-about p {
    font-family: 'Nunito';
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.73em;
    margin-top: 2px;
    letter-spacing: 1px;
    width: 110%
}

.homepage .hp-about .btn.btn-arrow {
    float: left;
    margin: 0;
    margin-top: 35px;
    height: 45px;
    line-height: 48px;
    font-size: 1.3rem;
    text-transform: uppercase
}

.catalog-page .catalog-content {
    display: block;
    margin-bottom: 50px;
    margin-top: 40px
}

.catalog-page .catalog-content .catalog-section-left {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    width: 23.08%;
    float: left
}

.catalog-page .catalog-content .catalog-section-left div {
    zoom: 1
}

.catalog-page .catalog-content .catalog-section-left div:before {
    content: "";
    display: table
}

.catalog-page .catalog-content .catalog-section-left div:after {
    content: "";
    display: table;
    clear: both
}

.catalog-page .catalog-content .catalog-section-left .btn-default {
    text-transform: uppercase;
    background-color: #f17900;
    color: #fff;
    border: none;
    margin-bottom: 20px
}

.catalog-page .catalog-content .catalog-section-left .btn-default:hover {
    background-color: #e27100
}

.catalog-page .catalog-content .catalog-section-left nav ul {
    list-style: none
}

.catalog-page .catalog-content .catalog-section-left nav li {
    position: relative
}

.catalog-page .catalog-content .catalog-section-left nav li.active>.menu-opener {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.catalog-page .catalog-content .catalog-section-left nav li.active>ul {
    display: block !important
}

.catalog-page .catalog-content .catalog-section-left nav li .menu-opener {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    height: 10px;
    width: 11px;
    left: 20px;
    top: 20px;
    background-image: url(../images/arrow-down-orange.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all .2s;
    cursor: pointer
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special {
    margin-top: 1px
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special.mi-sale>a:after {
    background-image: url(../images/menu-sale.svg)
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special.active>a {
    background: #ffefe1;
    color: #f17900;
    opacity: .8
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special>a {
    background: #ffefe1;
    padding-left: 43px;
    padding-right: 10px;
    position: relative;
    color: #f17900;
    text-transform: none
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special>a:hover {
    background: #ffefe1;
    color: #f17900;
    opacity: .8
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li.menu-item-special>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 50%;
    margin-top: -3px;
    margin-left: 3px;
    background: url(../images/menu-news.svg) center center no-repeat;
    background-size: 99% auto
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 13px 45px;
    color: #fff;
    background-color: #850039;
    cursor: pointer;
    transition: .2s all ease-in-out;
    font-size: 1.7rem
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>a:hover {
    background-color: #760032
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li {
    border-bottom: 1px solid #e7ccd7
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li.active>a {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    background: #f17900;
    color: #fff
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li.active>.menu-opener {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-image: url(../images/menu-line-white.svg)
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li:last-child {
    border-bottom: none
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li:hover>a {
    background: #f17900;
    color: #fff
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li:hover>.menu-opener {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-image: url(../images/menu-line-white.svg)
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>.menu-opener {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 19px;
    background-image: url(../images/menu-line.svg);
    background-size: 100% auto
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>a {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.6rem;
    color: #850039;
    padding: 14px 43px;
    display: block
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li.active>a {
    color: #f17900
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li>a {
    font-family: 'Nunito';
    font-weight: 700;
    color: #000;
    font-size: 1.6rem;
    background: #fff;
    padding: 13px 43px;
    display: block
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li>a:hover {
    color: #f17900
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li .menu-opener {
    top: 18px
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li ul {
    list-style: none outside none;
    background: #fff;
    border-top: 1px solid #e7ccd7;
    padding-left: 10px
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li ul li>a {
    font-family: 'Nunito';
    font-weight: 700;
    color: #000;
    font-size: 1.6rem;
    background: #fff;
    padding: 13px 43px;
    display: block
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li>ul>li>ul>li ul li>a:hover {
    color: #f17900
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li ul {
    display: none
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li ul li {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f6f1f3
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li ul li a {
    text-decoration: none
}

.catalog-page .catalog-content .catalog-section-left nav>ul>li ul li ul {
    display: none;
    width: 100%
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    width: 100%;
    padding: 0 17px;
    margin-top: 28px;
    border-radius: 1px solid #e6e6e6;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08)
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block {
    display: block;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #e6e6e6
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block:last-child {
    border-bottom: none
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block span {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding-bottom: 7px;
    color: #a0a0a0
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block .product-select-type {
    font-family: 'Nunito';
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    width: 100%;
    padding: 0 20px 0 10px;
    height: 44px;
    line-height: 43px;
    text-overflow: ellipsis;
    border: 1px solid #e2e2e2
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block .product-select-type span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block .product-select-type.arrow {
    background-position: right 10px center;
    background-image: url(../images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block label {
    display: block;
    margin: 10px 0
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block input[type=checkbox]+label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    border: 1px solid #e2e2e2
}

.catalog-page .catalog-content .catalog-section-left .catalog-section-left-filter .filter-block input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

.catalog-page .catalog-content .catalog-section-right {
    display: inline-block;
    width: 74.33%;
    float: right
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-product {
    flex-wrap: wrap;
    display: flex
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-product .product:not(.small) {
    width: calc(33.33333333% - 30px);
    flex-basis: calc(33.33333333% - 30px)
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-product-small {
    width: 100%;
    padding: 10px 0
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top {
    display: block;
    position: relative;
    width: 100%
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 25px;
    word-spacing: 2px;
    padding: 0 20px;
    display: block;
    word-wrap: break-word;
    color: #000;
    margin-bottom: 30px;
    margin-top: 2px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top p a {
    color: #f17900
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top p a:hover {
    text-decoration: none
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-containers {
    zoom: 1;
    margin-right: -25px;
    flex-wrap: wrap;
    display: flex
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-containers:before {
    content: "";
    display: table
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-containers:after {
    content: "";
    display: table;
    clear: both
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container {
    display: block;
    position: relative;
    margin-bottom: 15px;
    float: left;
    padding-right: 25px;
    flex-basis: 33.33333333%;
    width: 33.33333333%
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container:nth-child(3n+3) .filter+.filter-note {
    left: auto;
    right: 25px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container:nth-child(3n+3) .filter+.filter-note:before {
    margin-left: 0;
    left: auto;
    right: 10px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter-note {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 25px;
    display: none;
    top: 65px;
    z-index: 10000;
    left: 0;
    position: absolute;
    width: 564px;
    padding: 25px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1)
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter-note:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter {
    font-family: 'Nunito';
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: block;
    position: relative;
    padding: 13px 40px;
    padding-left: 46px;
    border: 1px solid #e7ccd7;
    color: #850039;
    cursor: pointer;
    transition: .2s all ease-in-out;
    background-color: #fff;
    text-decoration: none;
    letter-spacing: .5px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter:hover {
    background-color: #f7f7f7
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter:hover+div {
    display: block
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter:before {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 22px;
    width: 10px;
    height: 2px;
    background-color: #f17900
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter:after {
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 900;
    content: "i";
    text-align: center;
    color: #f17900;
    padding-left: 2px;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 14px;
    display: block;
    position: absolute;
    border-left: 1px solid #e7ccd7;
    right: 0;
    top: 0;
    width: 28px;
    background-color: #ffefe1
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort {
    zoom: 1;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 12px 10px;
    background-color: #f7f7f7
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort:before {
    content: "";
    display: table
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort:after {
    content: "";
    display: table;
    clear: both
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-select {
    display: block;
    float: left;
    width: 270px;
    padding-right: 20px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort label {
    float: left;
    margin-right: 25px;
    margin-top: 11px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort input[type=checkbox]+label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    border: 1px solid #e2e2e2;
    background: #fff
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display {
    display: block;
    float: right;
    width: 80px;
    height: 40px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display button {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border: 1px solid #e2e2e2
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display button:nth-child(1) {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    float: left;
    background-image: url(../images/icon-filter-dots.svg);
    background-color: #fff;
    border-right: none
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display button:nth-child(1).selected {
    background-color: #f17900;
    border-color: #f17900;
    background-image: url(../images/icon-filter-dots-active.svg)
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display button:nth-child(2) {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    float: right;
    background-image: url(../images/icon-filter-burger.svg);
    background-color: #fff;
    border-left: none
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display button:nth-child(2).selected {
    background-color: #f17900;
    border-color: #f17900;
    background-image: url(../images/icon-filter-burger-active.svg)
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom {
    zoom: 1;
    display: block;
    width: 100%;
    margin: 23px 0;
    margin-bottom: 40px
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom:before {
    content: "";
    display: table
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom:after {
    content: "";
    display: table;
    clear: both
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .btn.btn-orange.loadmore {
    display: inline-block
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right {
    zoom: 1;
    display: inline-block;
    float: right
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right:before {
    content: "";
    display: table
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right:after {
    content: "";
    display: table;
    clear: both
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right select {
    display: inline-block !important;
    background-position: right 15px center;
    background-image: url(../images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px;
    padding: 12px 40px 12px 15px;
    margin: 3px 5px;
    vertical-align: baseline
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    padding: 9px 0;
    margin: 3px 5px;
    text-decoration: none;
    text-align: center;
    width: 37px;
    color: #000;
    border: 1px solid #e2e2e2;
    transition: .2s all ease-in-out
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right a:hover {
    border: 1px solid #a5a5a5
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right a.selected {
    background-color: #f17900;
    color: #fff;
    border: 0
}

.catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right a:last-child {
    margin: 0 0 0 5px
}

.detail-page section:nth-of-type(3) {
    position: relative;
    background-color: #f7f7f7
}

.detail-page section:nth-of-type(3):hover {
    z-index: 2
}

.detail-page a:hover {
    text-decoration: none
}

.detail-page .detail-top {
    zoom: 1;
    display: block;
    margin-top: 40px
}

.detail-page .detail-top:before {
    content: "";
    display: table
}

.detail-page .detail-top:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-top .detail-left {
    display: inline-block;
    width: 48.7%;
    float: left
}

.detail-page .detail-top .detail-left .show-photographs {
    display: inline-block;
    float: right;
    margin-right: 67px;
    clear: both
}

.detail-page .detail-top .detail-left .show-photographs span {
    float: none;
    margin: 0
}

.detail-page .detail-top .detail-left .show-photographs:hover {
    text-decoration: none
}

.detail-page .detail-top .detail-left span {
    display: inline-block;
    float: right;
    color: #a5a5a5;
    margin-right: 10%
}

.detail-page .detail-top .detail-left .detail-image-table {
    display: table;
    width: 100%;
    height: 430px
}

.detail-page .detail-top .detail-left .detail-image-table .arrow {
    display: table-cell;
    position: relative;
    width: 12%;
    height: 20px
}

.detail-page .detail-top .detail-left .detail-image-table .arrow.inactive {
    cursor: default !important;
    opacity: 0 !important
}

.detail-page .detail-top .detail-left .detail-image-table .arrow:first-child span {
    transform: rotate(180deg)
}

.detail-page .detail-top .detail-left .detail-image-table .arrow span {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-color: #f17900;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 77% 73%;
    background-size: 18px auto
}

.detail-page .detail-top .detail-left .detail-image-table .detail-image {
    display: table-cell;
    width: 76%;
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .2s;
    cursor: pointer
}

.detail-page .detail-top .detail-left .detail-image-small-container {
    display: block;
    width: 76%;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 20px;
    height: 103px
}

.detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: left;
    width: 30%;
    height: 100%;
    padding: 10px;
    margin-right: 5%;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    transition: .2s all ease-in-out
}

.detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small:nth-child(3n+3) {
    margin-right: 0
}

.detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small:nth-child(3)~* {
    display: none
}

.detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small:hover {
    border-color: #f17900
}

.detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small div {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.detail-page .detail-top .detail-right {
    display: inline-block;
    float: right;
    width: 48.7%;
    margin-top: 5px
}

.detail-page .detail-top .detail-right p {
    display: block;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.55rem;
    line-height: 1.7em;
    margin-bottom: 14px
}

.detail-page .detail-top .detail-right p a {
    color: #f17900;
    position: relative
}

.detail-page .detail-top .detail-right p a:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 13px;
    right: -13px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow-down-orange-small.svg)
}

.detail-page .detail-top .detail-right .tags {
    zoom: 1;
    display: block;
    width: 100%;
    padding: 10px 0
}

.detail-page .detail-top .detail-right .tags:before {
    content: "";
    display: table
}

.detail-page .detail-top .detail-right .tags:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-top .detail-right .detail-right-block {
    zoom: 1;
    display: block;
    margin-top: 10px;
    width: 100%
}

.detail-page .detail-top .detail-right .detail-right-block:before {
    content: "";
    display: table
}

.detail-page .detail-top .detail-right .detail-right-block:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left {
    display: block;
    float: left;
    width: 65%
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left .social-links-container .social-links {
    width: 34px;
    margin-right: 8px;
    margin-bottom: 10px;
    height: 34px
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table {
    width: 100%;
    text-align: left
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr {
    border-top: 1px solid #e2e2e2
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr.tr-stock td {
    font-family: 'Nunito';
    font-weight: 700;
    color: #1da610
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr.tr-stock td.out-stock {
    color: #850039
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr.tr-stock td small {
    font-family: 'Nunito';
    font-weight: 300
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr th {
    font-family: 'Nunito';
    font-weight: 300;
    color: #a5a5a5;
    padding: 16px 0 15px 10px;
    width: 40%;
    vertical-align: middle
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr td {
    font-family: 'Nunito';
    font-weight: 300;
    vertical-align: middle
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr:last-child {
    border-bottom: 1px solid #e2e2e2
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left table tr a {
    color: #f17900
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: right;
    padding: 20px 25px;
    padding-bottom: 12px;
    border: 1px solid #e2e2e2
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right .promise-pic {
    display: block;
    width: 100%;
    height: 68px;
    margin: 0;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right strong,
.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right span {
    display: block;
    width: 100%;
    text-align: center
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right strong {
    font-family: 'Nunito';
    font-weight: 700;
    color: #f17900;
    margin-bottom: 3px
}

.detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right span {
    font-size: 1.5rem;
    color: #a5a5a5
}

.detail-page .detail-top .detail-right .detail-right-block-bottom {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 47px;
    margin-bottom: 50px;
    border: 1px solid #e2e2e2
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top {
    display: table;
    width: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    position: relative
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top:hover {
    z-index: 1
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form {
    display: table-cell;
    vertical-align: middle
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form label {
    display: inline-block;
    margin-right: 2%;
    margin-top: 15px;
    vertical-align: top
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form .product-select-type {
    font-family: 'Nunito';
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    min-width: 30%;
    padding: 0 20px 0 10px;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    border: 1px solid #e2e2e2;
    margin-right: 20px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form .product-select-type span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form .product-select-type.arrow {
    background-position: right 10px center;
    background-image: url(../images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom {
    display: block;
    width: 100%;
    min-height: 120px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left {
    display: block;
    float: left;
    width: 55%;
    height: 100%;
    padding: 20px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left strong {
    margin-bottom: 5px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left strong small {
    font-family: 'Nunito';
    font-weight: 300;
    text-decoration: line-through;
    color: #a5a5a5
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left strong span {
    font-family: 'Nunito';
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-size: 1.3rem;
    margin-left: 10px;
    padding: 2px 5px;
    color: #fff;
    background-color: #f04134
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left .price {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 3rem;
    color: #f17900;
    margin-top: 7px;
    margin-bottom: -4px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left .price-nodph {
    color: #a5a5a5;
    text-decoration: line-through
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right {
    display: block;
    position: absolute;
    width: 49%;
    bottom: 20px;
    right: 20px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right .product-select-number {
    padding: 0 10px;
    padding-right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right button {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 700;
    display: inline-block;
    border: none;
    padding: 0 23px 0 51px;
    float: right;
    height: 50px;
    line-height: 56px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: .2s all ease-in-out;
    font-size: 1.3rem;
    letter-spacing: .5px;
    background-color: #f17900
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right button:hover {
    background-color: #e77400
}

.detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right button:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url(../images/icon-cart-white.svg)
}

.detail-page .detail-tabs {
    display: block;
    width: 100%;
    padding-bottom: 29px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #fff 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #fff 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0)
}

.detail-page .detail-tabs .detail-tabs-buttons {
    zoom: 1;
    display: block;
    width: 100%;
    padding: 50px 250px;
    padding-bottom: 30px;
    text-align: center
}

.detail-page .detail-tabs .detail-tabs-buttons:before {
    content: "";
    display: table
}

.detail-page .detail-tabs .detail-tabs-buttons:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-tabs .detail-tabs-buttons button,
.detail-page .detail-tabs .detail-tabs-buttons a {
    font-family: 'Nunito';
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    color: #850039;
    margin: 0 17px;
    transition: .2s all ease-in-out;
    background-color: #f7f7f7;
    margin-right: 0
}

.detail-page .detail-tabs .detail-tabs-buttons button:hover,
.detail-page .detail-tabs .detail-tabs-buttons a:hover {
    text-decoration: none
}

.detail-page .detail-tabs .detail-tabs-buttons button:last-child,
.detail-page .detail-tabs .detail-tabs-buttons a:last-child {
    margin-right: 0
}

.detail-page .detail-tabs .detail-tabs-buttons button.selected,
.detail-page .detail-tabs .detail-tabs-buttons a.selected {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    background-color: #f17900;
    transition: .2s all ease-in-out;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 #f17900;
    -moz-box-shadow: 0 0 5px 0 #f17900;
    box-shadow: 0 0 5px 0 #f17900
}

.detail-page .detail-tabs .detail-tabs-buttons button.selected:hover,
.detail-page .detail-tabs .detail-tabs-buttons a.selected:hover {
    background-color: #e27100
}

.detail-page .detail-tabs .detail-info {
    width: 70%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 50px
}

.detail-page .detail-tabs .detail-info p {
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 1.7em;
    padding-bottom: 25px
}

.detail-page .detail-tabs .detail-properties {
    zoom: 1;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 40px
}

.detail-page .detail-tabs .detail-properties:before {
    content: "";
    display: table
}

.detail-page .detail-tabs .detail-properties:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-tabs .detail-properties .half {
    display: block;
    float: left;
    width: 49%
}

.detail-page .detail-tabs .detail-properties .half:first-child {
    margin-right: 2%
}

.detail-page .detail-tabs .detail-properties .half table {
    width: 100%
}

.detail-page .detail-tabs .detail-properties .half tr {
    text-align: left
}

.detail-page .detail-tabs .detail-properties .half tr:nth-child(odd) {
    background-color: #f3f3f3
}

.detail-page .detail-tabs .detail-properties .half tr:last-child {
    border-bottom: 1px solid #e2e2e2
}

.detail-page .detail-tabs .detail-properties .half th,
.detail-page .detail-tabs .detail-properties .half td {
    padding: 15px 20px
}

.detail-page .detail-tabs .detail-properties .half th {
    width: 45%
}

.detail-page .detail-tabs .detail-properties .half th small {
    font-family: 'Nunito';
    font-weight: 300;
    color: #a5a5a5
}

.detail-page .detail-tabs .detail-properties .half td {
    border-left: 1px solid #e2e2e2
}

.detail-page .detail-tabs .detail-video {
    zoom: 1;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 21px
}

.detail-page .detail-tabs .detail-video:before {
    content: "";
    display: table
}

.detail-page .detail-tabs .detail-video:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-tabs .detail-video .half {
    display: block;
    float: left;
    width: 48.5%
}

.detail-page .detail-tabs .detail-video .half:first-child {
    margin-right: 3%
}

.detail-page .detail-tabs .detail-video .half .video-container {
    display: block;
    position: relative;
    width: 100%;
    height: 321px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000
}

.detail-page .detail-tabs .detail-video .half .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.detail-page .detail-tabs .detail-video .half .video-container>button {
    border-radius: 37.5px;
    -webkit-border-radius: 37.5px;
    -moz-border-radius: 37.5px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    cursor: pointer;
    height: 60px;
    border: none;
    background-color: #f17900;
    -webkit-box-shadow: 0 0 60px -1px rgba(241, 121, 0, 0.57);
    -moz-box-shadow: 0 0 60px -1px rgba(241, 121, 0, 0.57);
    box-shadow: 0 0 60px -1px rgba(241, 121, 0, 0.57)
}

.detail-page .detail-tabs .detail-video .half .video-container>button:after {
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 7px);
    background-size: contain;
    background-image: url(../images/icon-triangle-orange.svg);
    background-repeat: no-repeat
}

.detail-page .detail-tabs .detail-video .half h2 {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    font-size: 2.5rem;
    color: #bf879d;
    margin-bottom: 44px;
    line-height: 1.1em;
    letter-spacing: -1px
}

.detail-page .detail-tabs .detail-video .half p {
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 25px
}

.detail-page .detail-tabs .detail-video .half a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: block;
    float: left;
    position: relative;
    margin: 20px 0;
    padding: 12px 31px 12px 50px;
    border: 1px solid #f17900;
    text-decoration: none;
    transition: .2s all ease-in-out
}

.detail-page .detail-tabs .detail-video .half a:hover {
    background-color: #f17900;
    color: #fff
}

.detail-page .detail-tabs .detail-video .half a:hover:after {
    background-image: url(../images/icon-yt-orange-white.svg)
}

.detail-page .detail-tabs .detail-video .half a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 18px;
    transition: .2s all ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url(../images/icon-yt-orange.svg)
}

.detail-page .detail-tabs .detail-comments {
    zoom: 1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 50px
}

.detail-page .detail-tabs .detail-comments:before {
    content: "";
    display: table
}

.detail-page .detail-tabs .detail-comments:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-tabs .detail-comments .half {
    display: block;
    float: left;
    width: 49%
}

.detail-page .detail-tabs .detail-comments .half:first-child {
    margin-right: 2%
}

.detail-page .detail-tabs .detail-comments .half .comment {
    display: block;
    position: relative;
    width: 100%;
    padding: 29px 25px 21px 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    background-color: #fff
}

.detail-page .detail-tabs .detail-comments .half .comment .top,
.detail-page .detail-tabs .detail-comments .half .comment .text {
    padding-left: 60px
}

.detail-page .detail-tabs .detail-comments .half .comment .profile-pic {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    position: absolute;
    left: 25px;
    top: 27px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url()
}

.detail-page .detail-tabs .detail-comments .half .comment .top {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    width: 100%
}

.detail-page .detail-tabs .detail-comments .half .comment .top .name {
    display: inline-block;
    padding-right: 10px
}

.detail-page .detail-tabs .detail-comments .half .comment .top .rate-star {
    display: inline-block;
    float: unset;
    width: 14px;
    height: 14px
}

.detail-page .detail-tabs .detail-comments .half .comment .top .date {
    font-family: 'Nunito';
    font-weight: 400;
    display: inline-block;
    float: right;
    color: #a5a5a5
}

.detail-page .detail-tabs .detail-comments .half .comment .text {
    margin-top: 14px
}

.detail-page .detail-tabs .detail-comments .half .comment .text p {
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 1.55em
}

.detail-page .detail-tabs .detail-comments .half .write-comment {
    display: block;
    position: relative;
    width: 100%;
    padding: 32px 30px;
    border: 1px solid #e2e2e2;
    background-color: #fff
}

.detail-page .detail-tabs .detail-comments .half .write-comment h2 {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    font-size: 2rem;
    color: #bf879d;
    margin-bottom: 37px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.detail-page .detail-tabs .detail-comments .half .write-comment label {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    padding-bottom: 5px
}

.detail-page .detail-tabs .detail-comments .half .write-comment .input-block {
    display: block;
    width: 47.5%;
    margin-bottom: 21px;
    float: left
}

.detail-page .detail-tabs .detail-comments .half .write-comment .input-block:first-child {
    margin-right: 5%
}

.detail-page .detail-tabs .detail-comments .half .write-comment .input-block input[type="text"],
.detail-page .detail-tabs .detail-comments .half .write-comment .input-block input[type="email"] {
    font-family: 'Nunito';
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 15px 15px
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom {
    zoom: 1;
    display: block;
    width: 100%
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom:before {
    content: "";
    display: table
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom:after {
    content: "";
    display: table;
    clear: both
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom span {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 15px
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom .stars {
    display: block;
    float: left;
    padding-top: 11px;
    padding-left: 6px
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom .stars .rate-star {
    width: 29px;
    height: 29px
}

.detail-page .detail-tabs .detail-comments .half .write-comment .bottom button {
    font-family: 'Nunito';
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    float: right;
    width: auto;
    border: none;
    background-color: #f17900;
    color: #fff;
    clear: none;
    padding: 0 18px;
    height: 47px;
    line-height: 50px
}

.gallery-helper {
    display: none !important
}

.products {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff
}

.products h2 {
    font-family: 'Nunito';
    font-weight: 900;
    display: block;
    margin-bottom: 32px;
    text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #bf879d
}

.error-page {
    display: block
}

.error-page>section {
    background-image: url(../images/waves.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 40px
}

.error-page .error-content {
    display: block;
    width: 35%;
    margin-top: 105px;
    margin-bottom: 115px;
    position: relative
}

.error-page .error-content:after {
    font-family: 'Nunito';
    font-weight: 900;
    content: "404";
    display: block;
    position: absolute;
    top: -100px;
    right: -600px;
    font-size: 25rem;
    color: #f8f8f8
}

.error-page .error-content h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #bf879d;
    margin-bottom: 40px
}

.error-page .error-content span {
    display: block;
    margin-bottom: 30px
}

.error-page .error-content input[type="text"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    display: inline-block;
    padding: 16px 168px 16px 18px;
    background-color: #f7f0f3;
    border: none
}

.error-page .error-content input[type="text"]::placeholder {
    font-family: 'Nunito';
    font-weight: 400;
    color: #a8969d
}

.error-page .error-content input[type="button"] {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    height: 50px;
    width: 51px;
    margin-left: -50px;
    border: none;
    background-color: #f7f0f3;
    background-image: url(../images/search-button.svg);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    transition: .08s all ease-in-out
}

.error-page .error-content input[type="button"]:hover {
    cursor: pointer
}

.error-page .error-content input[type="button"]:active {
    background-color: #f17900
}

.error-page .error-buttons {
    display: block;
    width: 100%;
    margin-bottom: 125px
}

.error-page .error-buttons .btn {
    display: inline-block;
    width: 13%;
    padding: 0 5px;
    margin-right: 30px;
    text-decoration: none
}

.conditions-page a:hover {
    text-decoration: none
}

.conditions-page article {
    font-family: 'Nunito';
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 63px 241px
}

.conditions-page article p {
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 25px;
    font-size: 1.5rem;
    margin-bottom: 33px;
    word-wrap: break-word
}

.conditions-page article p:before {
    content: "";
    display: table
}

.conditions-page article p:after {
    content: "";
    display: table;
    clear: both
}

.conditions-page article p.half {
    display: inline-block;
    width: 50%
}

.conditions-page article span {
    font-family: 'Nunito';
    font-weight: 300;
    display: block;
    width: 32%;
    float: left;
    font-size: 1.35rem;
    color: #a5a5a5;
    text-align: center
}

.conditions-page article img {
    display: block;
    position: relative;
    margin-bottom: 35px;
    max-width: 100%;
    height: auto
}

.conditions-page article img+span {
    display: block;
    clear: both;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #a5a5a5
}

.conditions-page article img.alignleft {
    float: left;
    width: 45%;
    margin-right: 5%
}

.conditions-page article img.alignleft+span {
    float: left;
    width: 45%;
    margin-right: 5%
}

.conditions-page article img.alignright {
    float: right;
    width: 45%;
    margin-left: 5%
}

.conditions-page article img.alignright+span {
    float: right;
    width: 45%;
    margin-right: 5%
}

.conditions-page article .images {
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px
}

.conditions-page article .images:before {
    content: "";
    display: table
}

.conditions-page article .images:after {
    content: "";
    display: table;
    clear: both
}

.conditions-page article .images .images-item {
    display: block;
    flex-basis: calc(33.33333333% - 20px);
    width: calc(33.33333333% - 20px);
    padding: 0 0 10px 0;
    margin: 0 10px
}

.conditions-page article .images .images-item img {
    width: 100%
}

.conditions-page article .images .images-item img+span {
    width: 100%
}

.conditions-page article blockquote {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 400;
    font-style: italic;
    display: block;
    position: relative;
    margin: auto;
    width: 87.2%;
    padding: 45px 45px 45px 120px;
    background-color: #ffefe1;
    margin: 20px 7.1%;
    margin-right: 5.7%;
    margin-top: 70px;
    color: #850039
}

.conditions-page article blockquote p {
    font-family: 'Nunito';
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #850039
}

.conditions-page article blockquote:before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 30px;
    left: 45px;
    top: 45px;
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.conditions-page article table {
    width: 100%;
    text-align: left
}

.conditions-page article table th,
.conditions-page article table td {
    padding: 15px 20px;
    border-right: 1px solid #e2e2e2
}

.conditions-page article table th:last-child,
.conditions-page article table td:last-child {
    border: none
}

.conditions-page article table th {
    font-family: 'Nunito';
    font-weight: 400
}

.conditions-page article table tr:first-child th {
    font-family: 'Nunito';
    font-weight: 700
}

.conditions-page article table tr:nth-child(even) {
    background-color: #f7f7f7
}

.conditions-page article h2,
.conditions-page article h3,
.conditions-page article h4,
.conditions-page article h5 {
    font-family: 'Nunito';
    font-weight: 700;
    margin-top: 76px;
    margin-bottom: 15px;
    color: #bf879d
}

.conditions-page article h2 {
    font-size: 2.8rem
}

.conditions-page article h3 {
    font-size: 2.5rem
}

.conditions-page article h4 {
    font-size: 2rem
}

.conditions-page article h5 {
    font-size: 1.5rem
}

.conditions-page article ol {
    counter-reset: ol;
    list-style-type: none
}

.conditions-page article ol li {
    padding-left: 25px;
    margin-bottom: 13px;
    position: relative
}

.conditions-page article ol li:before {
    font-family: 'Nunito';
    font-weight: 700;
    counter-increment: ol;
    content: counter(ol) ". ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    color: #f17900
}

.conditions-page article ul {
    list-style: none
}

.conditions-page article ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.conditions-page article ul li:before {
    content: "•";
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 1.5rem;
    color: #f17900
}

.cart-1 .cart-step-1 {
    display: block;
    width: 100%
}

.cart-1 .cart-step-1 .product-counter {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    width: 68px;
    position: relative;
    height: 40px;
    margin: 0 auto
}

.cart-1 .cart-step-1 .product-counter:before {
    content: "";
    display: table
}

.cart-1 .cart-step-1 .product-counter:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-step-1 .product-counter input {
    font-family: 'Nunito';
    font-weight: 700;
    line-height: 39px;
    height: 40px;
    text-align: center;
    padding-left: 4px;
    padding-right: 19px;
    border: 1px solid #e2e2e2;
    font-size: 1.4rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cart-1 .cart-step-1 .product-counter input[type=number]::-webkit-outer-spin-button,
.cart-1 .cart-step-1 .product-counter input[type=number]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

.cart-1 .cart-step-1 .product-counter .product-counter-up {
    position: absolute;
    top: 1px;
    right: 0;
    width: 27px;
    height: 50%;
    background: url(../images/counter-up.svg) center center no-repeat;
    background-size: 11px auto;
    text-decoration: none;
    display: block
}

.cart-1 .cart-step-1 .product-counter .product-counter-down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 50%;
    background: url(../images/counter-down.svg) center center no-repeat;
    background-size: 11px auto;
    text-decoration: none;
    display: block
}

.cart-1 .cart-step-1 table {
    width: 100%;
    margin-bottom: 41px;
    border-collapse: separate;
    border-spacing: 0 1em
}

.cart-1 .cart-step-1 table td {
    padding: 10px 5px;
    padding-bottom: 22px;
    vertical-align: middle
}

.cart-1 .cart-step-1 table td:nth-of-type(5) {
    font-family: 'Nunito';
    font-weight: 700
}

.cart-1 .cart-step-1 table td:nth-of-type(6) {
    font-family: 'Nunito';
    font-weight: 700;
    background-color: #f7f7f7
}

.cart-1 .cart-step-1 table th {
    font-family: 'Nunito';
    font-weight: 800;
    color: #a0a0a0;
    font-size: 1.1rem;
    text-transform: uppercase
}

.cart-1 .cart-step-1 table th:nth-of-type(1),
.cart-1 .cart-step-1 table td:nth-of-type(1) {
    width: 3%;
    padding-left: 16px;
    text-align: left
}

.cart-1 .cart-step-1 table th:nth-of-type(2),
.cart-1 .cart-step-1 table td:nth-of-type(2) {
    width: 43.5%
}

.cart-1 .cart-step-1 table th:nth-of-type(3),
.cart-1 .cart-step-1 table td:nth-of-type(3) {
    text-align: center;
    width: 9.5%
}

.cart-1 .cart-step-1 table th:nth-of-type(4),
.cart-1 .cart-step-1 table td:nth-of-type(4) {
    width: 14%;
    text-align: center
}

.cart-1 .cart-step-1 table th:nth-of-type(5),
.cart-1 .cart-step-1 table td:nth-of-type(5) {
    width: 12.5%;
    text-align: right;
    padding-right: 20px
}

.cart-1 .cart-step-1 table th:nth-of-type(6),
.cart-1 .cart-step-1 table td:nth-of-type(6) {
    width: 12.5%;
    padding-right: 12px;
    text-align: right
}

.cart-1 .cart-step-1 table th:nth-of-type(7),
.cart-1 .cart-step-1 table td:nth-of-type(7) {
    width: 5%;
    position: relative
}

.cart-1 .cart-step-1 table thead {
    color: #e2e2e2
}

.cart-1 .cart-step-1 table tbody tr {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    border: 1px solid #e2e2e2;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1)
}

.cart-1 .cart-step-1 table .pic {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.cart-1 .cart-step-1 table .close {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s all ease-in-out;
    background-color: #fff
}

.cart-1 .cart-step-1 table .close:hover {
    background-color: #f04134
}

.cart-1 .cart-step-1 table .close:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 18px;
    background-image: url(../images/icon-close-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.cart-1 .cart-step-1 table .text {
    float: left;
    padding: 0 0 0 10px
}

.cart-1 .cart-step-1 table .text strong,
.cart-1 .cart-step-1 table .text span,
.cart-1 .cart-step-1 table .text a {
    display: block
}

.cart-1 .cart-step-1 table .text a {
    margin-top: 4px
}

.cart-1 .cart-step-1 table .text a.gift {
    color: #f04134;
    margin-top: 6px
}

.cart-1 .cart-step-1 table .text a.gift:before {
    content: "+";
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px
}

.cart-1 .cart-step-1 table .text a.gift span {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 700;
    display: inline-block;
    font-size: 1.3rem;
    padding: 2px 5px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
    background-color: #f04134
}

.cart-1 .cart-step-1 table span.ready {
    color: #1da610
}

.cart-1 .cart-step-1 table span.not-ready {
    color: #850039
}

.cart-1 .cart-step-1 table .input-container {
    display: block;
    margin: auto;
    position: relative;
    width: 40%
}

.cart-1 .cart-step-1 table a:hover {
    text-decoration: none
}

.cart-1 .cart-1-bottom {
    zoom: 1;
    display: block;
    width: 100%;
    margin-bottom: 50px
}

.cart-1 .cart-1-bottom:before {
    content: "";
    display: table
}

.cart-1 .cart-1-bottom:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-1-bottom .content-block {
    zoom: 1;
    display: block;
    position: relative;
    width: 40%;
    height: auto;
    float: left;
    padding-left: 57px
}

.cart-1 .cart-1-bottom .content-block:before {
    content: "";
    display: table
}

.cart-1 .cart-1-bottom .content-block:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 34px;
    height: 22px;
    background-image: url(../images/icon-discount.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) {
    width: 36.5%
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) label {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    padding-bottom: 8px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .btn {
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    font-size: 1.4rem;
    float: right;
    width: 27%;
    margin-top: -37px;
    text-decoration: none;
    padding: 10px 0
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .btn:before {
    content: "";
    display: table
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .btn:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .input-block {
    zoom: 1;
    display: block;
    width: 70%;
    float: left
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .input-block:before {
    content: "";
    display: table
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .input-block:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .input-block input[type="text"],
.cart-1 .cart-1-bottom .content-block:nth-of-type(1) .input-block input[type="email"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 11px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) {
    float: right;
    width: 40%;
    padding-left: 0
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half {
    display: block;
    width: 55%;
    float: left
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half:nth-of-type(1) .btn {
    text-transform: none;
    margin-right: -20px;
    margin-top: 53px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half:nth-of-type(2) {
    width: 45%
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half .btn {
    font-size: 1.4rem;
    margin: 0;
    margin-top: 50px;
    float: right;
    text-transform: uppercase
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half .btn.prev {
    padding: 10px 20px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half span {
    display: block;
    text-align: right;
    padding-bottom: 15px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half span:last-of-type {
    color: #f17900;
    margin-top: 5px
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half strong {
    display: block;
    text-align: right;
    padding: 0 66px 15px 0
}

.cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half strong:last-of-type {
    color: #f17900;
    font-size: 2rem
}

.cart-1 .cart-1-bottom .content-block .content-block-discount .btn {
    clear: none;
    margin-top: 29px;
    height: 39px;
    line-height: 39px;
    padding: 0 5px
}

.cart-1 .cart-1-bottom .content-block .content-block-full {
    zoom: 1;
    width: 100%;
    clear: both;
    padding-top: 37px
}

.cart-1 .cart-1-bottom .content-block .content-block-full:before {
    content: "";
    display: table
}

.cart-1 .cart-1-bottom .content-block .content-block-full:after {
    content: "";
    display: table;
    clear: both
}

.cart-1 .cart-1-bottom .content-block .content-block-full .btn {
    width: auto;
    clear: none;
    margin-top: 0;
    float: right;
    padding-right: 30px;
    padding-left: 30px
}

.cart-1 .cart-1-bottom .content-block .content-block-full .btn.btn-arrow {
    text-transform: uppercase;
    margin-left: 23px;
    padding-right: 51px;
    padding-left: 27px;
    font-size: 1.3rem;
    line-height: 52px
}

.cart-step-2,
.cart-step-3,
.cart-step-4 {
    zoom: 1;
    display: block;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 100px
}

.cart-step-2:before,
.cart-step-3:before,
.cart-step-4:before {
    content: "";
    display: table
}

.cart-step-2:after,
.cart-step-3:after,
.cart-step-4:after {
    content: "";
    display: table;
    clear: both
}

.cart-step-2 input[type=radio]:disabled+label,
.cart-step-3 input[type=radio]:disabled+label,
.cart-step-4 input[type=radio]:disabled+label,
.cart-step-2 input[type=checkbox]:disabled+label,
.cart-step-3 input[type=checkbox]:disabled+label,
.cart-step-4 input[type=checkbox]:disabled+label {
    cursor: default
}

.cart-step-2 input[type=radio]+label,
.cart-step-3 input[type=radio]+label,
.cart-step-4 input[type=radio]+label,
.cart-step-2 input[type=checkbox]+label,
.cart-step-3 input[type=checkbox]+label,
.cart-step-4 input[type=checkbox]+label {
    zoom: 1;
    clear: both
}

.cart-step-2 input[type=radio]+label:before,
.cart-step-3 input[type=radio]+label:before,
.cart-step-4 input[type=radio]+label:before,
.cart-step-2 input[type=checkbox]+label:before,
.cart-step-3 input[type=checkbox]+label:before,
.cart-step-4 input[type=checkbox]+label:before {
    content: "";
    display: table
}

.cart-step-2 input[type=radio]+label:after,
.cart-step-3 input[type=radio]+label:after,
.cart-step-4 input[type=radio]+label:after,
.cart-step-2 input[type=checkbox]+label:after,
.cart-step-3 input[type=checkbox]+label:after,
.cart-step-4 input[type=checkbox]+label:after {
    content: "";
    display: table;
    clear: both
}

.cart-step-2 .cart-half,
.cart-step-3 .cart-half,
.cart-step-4 .cart-half {
    display: block;
    width: 48.8%;
    float: left
}

.cart-step-2 .cart-half .agreement,
.cart-step-3 .cart-half .agreement,
.cart-step-4 .cart-half .agreement {
    display: block;
    width: 100%;
    padding: 40px
}

.cart-step-2 .cart-half .agreement a,
.cart-step-3 .cart-half .agreement a,
.cart-step-4 .cart-half .agreement a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0
}

.cart-step-2 .cart-half .agreement p,
.cart-step-3 .cart-half .agreement p,
.cart-step-4 .cart-half .agreement p {
    margin-top: 30px;
    color: #a5a5a5;
    font-size: 1.4rem;
    line-height: 23px
}

.cart-step-2 .cart-half .buttons,
.cart-step-3 .cart-half .buttons,
.cart-step-4 .cart-half .buttons {
    display: block;
    margin-left: 27%
}

.cart-step-2 .cart-half .buttons .top,
.cart-step-3 .cart-half .buttons .top,
.cart-step-4 .cart-half .buttons .top {
    margin-top: 100px;
    margin-left: 42%
}

.cart-step-2 .cart-half .buttons .btn,
.cart-step-3 .cart-half .buttons .btn,
.cart-step-4 .cart-half .buttons .btn {
    float: right;
    margin: 0;
    clear: none
}

.cart-step-2 .cart-half .buttons .btn.btn-arrow,
.cart-step-3 .cart-half .buttons .btn.btn-arrow,
.cart-step-4 .cart-half .buttons .btn.btn-arrow {
    text-transform: uppercase;
    margin-left: 30px
}

.cart-step-2 .cart-half .buttons .btn.prev,
.cart-step-3 .cart-half .buttons .btn.prev,
.cart-step-4 .cart-half .buttons .btn.prev {
    display: inline-block;
    width: unset;
    color: #000;
    border-color: #f7f7f7;
    margin-right: 5%
}

.cart-step-2 .cart-half .buttons .btn.prev:hover,
.cart-step-3 .cart-half .buttons .btn.prev:hover,
.cart-step-4 .cart-half .buttons .btn.prev:hover {
    color: #000;
    border-color: #a5a5a5;
    background-color: #fff
}

.cart-step-2 .cart-half input[type=radio],
.cart-step-3 .cart-half input[type=radio],
.cart-step-4 .cart-half input[type=radio],
.cart-step-2 .cart-half input[type=checkbox],
.cart-step-3 .cart-half input[type=checkbox],
.cart-step-4 .cart-half input[type=checkbox] {
    display: none
}

.cart-step-2 .cart-half input[type=radio]+label,
.cart-step-3 .cart-half input[type=radio]+label,
.cart-step-4 .cart-half input[type=radio]+label,
.cart-step-2 .cart-half input[type=checkbox]+label,
.cart-step-3 .cart-half input[type=checkbox]+label,
.cart-step-4 .cart-half input[type=checkbox]+label {
    font-size: 1.4rem;
    display: block;
    padding-left: 38px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 6px;
    cursor: pointer;
    width: calc(100% - 10px);
    margin-left: 10px
}

.cart-step-2 .cart-half input[type=radio]+label:before,
.cart-step-3 .cart-half input[type=radio]+label:before,
.cart-step-4 .cart-half input[type=radio]+label:before,
.cart-step-2 .cart-half input[type=checkbox]+label:before,
.cart-step-3 .cart-half input[type=checkbox]+label:before,
.cart-step-4 .cart-half input[type=checkbox]+label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #e2e2e2;
    position: absolute;
    left: -3px;
    top: 0
}

.cart-step-2 .cart-half input[type=radio]:checked+label:before,
.cart-step-3 .cart-half input[type=radio]:checked+label:before,
.cart-step-4 .cart-half input[type=radio]:checked+label:before,
.cart-step-2 .cart-half input[type=checkbox]:checked+label:before,
.cart-step-3 .cart-half input[type=checkbox]:checked+label:before,
.cart-step-4 .cart-half input[type=checkbox]:checked+label:before {
    border-color: #f17900
}

.cart-step-2 .cart-half input[type=radio]:checked+label:after,
.cart-step-3 .cart-half input[type=radio]:checked+label:after,
.cart-step-4 .cart-half input[type=radio]:checked+label:after,
.cart-step-2 .cart-half input[type=checkbox]:checked+label:after,
.cart-step-3 .cart-half input[type=checkbox]:checked+label:after,
.cart-step-4 .cart-half input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

.cart-step-2 .cart-half input[type=radio]+label,
.cart-step-3 .cart-half input[type=radio]+label,
.cart-step-4 .cart-half input[type=radio]+label {
    font-size: 1.6rem;
    padding-top: 2px
}

.cart-step-2 .cart-half input[type=radio]+label~select,
.cart-step-3 .cart-half input[type=radio]+label~select,
.cart-step-4 .cart-half input[type=radio]+label~select {
    margin-left: 48px;
    width: 315px;
    max-width: calc(100% - 48px);
    margin-top: 10px
}

.cart-step-2 .cart-half .cards-img,
.cart-step-3 .cart-half .cards-img,
.cart-step-4 .cart-half .cards-img {
    display: block;
    width: 392px;
    max-width: 100%;
    margin-top: 14px
}

.cart-step-2 .cart-half .chekckbox-label,
.cart-step-3 .cart-half .chekckbox-label,
.cart-step-4 .cart-half .chekckbox-label {
    display: inline-block
}

.cart-step-2 .cart-half select,
.cart-step-3 .cart-half select,
.cart-step-4 .cart-half select,
.cart-step-2 .cart-half .selector,
.cart-step-3 .cart-half .selector,
.cart-step-4 .cart-half .selector {
    width: 60%
}

.cart-step-2 .cart-half .cards,
.cart-step-3 .cart-half .cards,
.cart-step-4 .cart-half .cards {
    display: block;
    width: 80%;
    height: 30px;
    margin-top: 20px;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/logo-cards.svg)
}

.cart-step-2 .cart-half span,
.cart-step-3 .cart-half span,
.cart-step-4 .cart-half span {
    display: block;
    float: right;
    position: relative
}

.cart-step-2 .cart-half span .service-pic,
.cart-step-3 .cart-half span .service-pic,
.cart-step-4 .cart-half span .service-pic {
    display: block;
    position: absolute;
    right: 100px;
    top: -5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left
}

.cart-step-2 .cart-half:nth-of-type(2),
.cart-step-3 .cart-half:nth-of-type(2),
.cart-step-4 .cart-half:nth-of-type(2) {
    float: right
}

.cart-step-2 .cart-half:nth-of-type(2) .price-block,
.cart-step-3 .cart-half:nth-of-type(2) .price-block,
.cart-step-4 .cart-half:nth-of-type(2) .price-block {
    zoom: 1;
    display: block;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2
}

.cart-step-2 .cart-half:nth-of-type(2) .price-block:before,
.cart-step-3 .cart-half:nth-of-type(2) .price-block:before,
.cart-step-4 .cart-half:nth-of-type(2) .price-block:before {
    content: "";
    display: table
}

.cart-step-2 .cart-half:nth-of-type(2) .price-block:after,
.cart-step-3 .cart-half:nth-of-type(2) .price-block:after,
.cart-step-4 .cart-half:nth-of-type(2) .price-block:after {
    content: "";
    display: table;
    clear: both
}

.cart-step-2 .cart-half .form-block,
.cart-step-3 .cart-half .form-block,
.cart-step-4 .cart-half .form-block {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: block;
    position: relative;
    width: 100%;
    padding: 21px 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1)
}

.cart-step-2 .cart-half .form-block:before,
.cart-step-3 .cart-half .form-block:before,
.cart-step-4 .cart-half .form-block:before {
    content: "";
    display: table
}

.cart-step-2 .cart-half .form-block:after,
.cart-step-3 .cart-half .form-block:after,
.cart-step-4 .cart-half .form-block:after {
    content: "";
    display: table;
    clear: both
}

.cart-step-2 .cart-half .form-block a,
.cart-step-3 .cart-half .form-block a,
.cart-step-4 .cart-half .form-block a {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px
}

.cart-step-2 .cart-half .form-block a:hover,
.cart-step-3 .cart-half .form-block a:hover,
.cart-step-4 .cart-half .form-block a:hover {
    text-decoration: none
}

.cart-step-2 .cart-half .form-block span.readonly,
.cart-step-3 .cart-half .form-block span.readonly,
.cart-step-4 .cart-half .form-block span.readonly {
    display: block;
    vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    width: 60%;
    float: left
}

.cart-step-2 .cart-half .form-block span.readonly.readonly-full,
.cart-step-3 .cart-half .form-block span.readonly.readonly-full,
.cart-step-4 .cart-half .form-block span.readonly.readonly-full {
    width: 100%;
    float: none;
    clear: both
}

.cart-step-2 .cart-half .form-block span.readonly.half,
.cart-step-3 .cart-half .form-block span.readonly.half,
.cart-step-4 .cart-half .form-block span.readonly.half {
    width: 40%
}

.cart-step-2 .cart-half .form-block span.readonly:nth-of-type(10),
.cart-step-3 .cart-half .form-block span.readonly:nth-of-type(10),
.cart-step-4 .cart-half .form-block span.readonly:nth-of-type(10) {
    margin-bottom: 20px
}

.cart-step-2 .cart-half .form-block.summary,
.cart-step-3 .cart-half .form-block.summary,
.cart-step-4 .cart-half .form-block.summary {
    padding: 20px;
    border: none;
    background-color: #f7f7f7
}

.cart-step-2 .cart-half .form-block.summary .text-block,
.cart-step-3 .cart-half .form-block.summary .text-block,
.cart-step-4 .cart-half .form-block.summary .text-block {
    display: block;
    width: 65%;
    float: left;
    text-align: right
}

.cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child,
.cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child,
.cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child {
    margin-top: 13px
}

.cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(2),
.cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(2),
.cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(2) {
    width: 30%;
    float: right
}

.cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(2) span,
.cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(2) span,
.cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(2) span {
    font-family: 'Nunito';
    font-weight: 700
}

.cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(2) span:last-child,
.cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(2) span:last-child,
.cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(2) span:last-child {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 2rem
}

.cart-step-2 .cart-half .form-block.summary .text-block span,
.cart-step-3 .cart-half .form-block.summary .text-block span,
.cart-step-4 .cart-half .form-block.summary .text-block span {
    display: block;
    padding-bottom: 10px;
    float: none
}

.cart-step-2 .cart-half .form-block.summary .text-block span:last-of-type,
.cart-step-3 .cart-half .form-block.summary .text-block span:last-of-type,
.cart-step-4 .cart-half .form-block.summary .text-block span:last-of-type {
    color: #f17900;
    margin-top: 10px
}

.cart-step-2 .cart-half .form-block h2,
.cart-step-3 .cart-half .form-block h2,
.cart-step-4 .cart-half .form-block h2 {
    font-family: 'Nunito';
    font-weight: 900;
    display: block;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #bf879d;
    letter-spacing: 1px
}

.cart-step-2 .cart-half .form-block .normal-label,
.cart-step-3 .cart-half .form-block .normal-label,
.cart-step-4 .cart-half .form-block .normal-label {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    float: left;
    width: 40%;
    vertical-align: middle;
    color: #000;
    padding-top: 15px
}

.cart-step-2 .cart-half .form-block .normal-label.required:before,
.cart-step-3 .cart-half .form-block .normal-label.required:before,
.cart-step-4 .cart-half .form-block .normal-label.required:before {
    content: "*";
    color: #f17900;
    padding-right: 5px
}

.cart-step-2 .cart-half .form-block textarea,
.cart-step-3 .cart-half .form-block textarea,
.cart-step-4 .cart-half .form-block textarea {
    margin-top: 5px;
    margin-bottom: 15px
}

.cart-step-2 .cart-half .form-block textarea.readonly,
.cart-step-3 .cart-half .form-block textarea.readonly,
.cart-step-4 .cart-half .form-block textarea.readonly {
    border-top: none;
    border-left: none;
    border-right: none;
    resize: none;
    height: auto
}

.cart-step-2 .cart-half .form-block .input-block,
.cart-step-3 .cart-half .form-block .input-block,
.cart-step-4 .cart-half .form-block .input-block {
    zoom: 1;
    display: block;
    width: 100%;
    margin-bottom: 19px
}

.cart-step-2 .cart-half .form-block .input-block:before,
.cart-step-3 .cart-half .form-block .input-block:before,
.cart-step-4 .cart-half .form-block .input-block:before {
    content: "";
    display: table
}

.cart-step-2 .cart-half .form-block .input-block:after,
.cart-step-3 .cart-half .form-block .input-block:after,
.cart-step-4 .cart-half .form-block .input-block:after {
    content: "";
    display: table;
    clear: both
}

.cart-step-2 .cart-half .form-block .input-block input[type="text"],
.cart-step-3 .cart-half .form-block .input-block input[type="text"],
.cart-step-4 .cart-half .form-block .input-block input[type="text"],
.cart-step-2 .cart-half .form-block .input-block input[type="email"],
.cart-step-3 .cart-half .form-block .input-block input[type="email"],
.cart-step-4 .cart-half .form-block .input-block input[type="email"],
.cart-step-2 .cart-half .form-block .input-block input[type="tel"],
.cart-step-3 .cart-half .form-block .input-block input[type="tel"],
.cart-step-4 .cart-half .form-block .input-block input[type="tel"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: left;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    padding: 15px;
    width: 60%
}

.cart-step-2 .cart-half .form-block .input-block input[type="text"].half,
.cart-step-3 .cart-half .form-block .input-block input[type="text"].half,
.cart-step-4 .cart-half .form-block .input-block input[type="text"].half,
.cart-step-2 .cart-half .form-block .input-block input[type="email"].half,
.cart-step-3 .cart-half .form-block .input-block input[type="email"].half,
.cart-step-4 .cart-half .form-block .input-block input[type="email"].half,
.cart-step-2 .cart-half .form-block .input-block input[type="tel"].half,
.cart-step-3 .cart-half .form-block .input-block input[type="tel"].half,
.cart-step-4 .cart-half .form-block .input-block input[type="tel"].half {
    width: 40%
}

.cart-step-2 .cart-half .form-block .input-block input[type="text"].readonly,
.cart-step-3 .cart-half .form-block .input-block input[type="text"].readonly,
.cart-step-4 .cart-half .form-block .input-block input[type="text"].readonly,
.cart-step-2 .cart-half .form-block .input-block input[type="email"].readonly,
.cart-step-3 .cart-half .form-block .input-block input[type="email"].readonly,
.cart-step-4 .cart-half .form-block .input-block input[type="email"].readonly,
.cart-step-2 .cart-half .form-block .input-block input[type="tel"].readonly,
.cart-step-3 .cart-half .form-block .input-block input[type="tel"].readonly,
.cart-step-4 .cart-half .form-block .input-block input[type="tel"].readonly {
    border-top: none;
    border-left: none;
    border-right: none
}

.cart-step-2 .cart-half .form-block .input-block input[type="text"].finished,
.cart-step-3 .cart-half .form-block .input-block input[type="text"].finished,
.cart-step-4 .cart-half .form-block .input-block input[type="text"].finished,
.cart-step-2 .cart-half .form-block .input-block input[type="email"].finished,
.cart-step-3 .cart-half .form-block .input-block input[type="email"].finished,
.cart-step-4 .cart-half .form-block .input-block input[type="email"].finished,
.cart-step-2 .cart-half .form-block .input-block input[type="tel"].finished,
.cart-step-3 .cart-half .form-block .input-block input[type="tel"].finished,
.cart-step-4 .cart-half .form-block .input-block input[type="tel"].finished {
    border: none
}

.cart-step-2 .cart-half .form-block .input-block select,
.cart-step-3 .cart-half .form-block .input-block select,
.cart-step-4 .cart-half .form-block .input-block select,
.cart-step-2 .cart-half .form-block .input-block .selector,
.cart-step-3 .cart-half .form-block .input-block .selector,
.cart-step-4 .cart-half .form-block .input-block .selector {
    width: 60%;
    padding: 15px 10px
}

.cart-step-2 .cart-half .form-block .input-block select.readonly,
.cart-step-3 .cart-half .form-block .input-block select.readonly,
.cart-step-4 .cart-half .form-block .input-block select.readonly,
.cart-step-2 .cart-half .form-block .input-block .selector.readonly,
.cart-step-3 .cart-half .form-block .input-block .selector.readonly,
.cart-step-4 .cart-half .form-block .input-block .selector.readonly {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    border: none;
    border-bottom: 1px solid #e2e2e2
}

.cart-step-2 .cart-half .form-block .input-block select.finished,
.cart-step-3 .cart-half .form-block .input-block select.finished,
.cart-step-4 .cart-half .form-block .input-block select.finished,
.cart-step-2 .cart-half .form-block .input-block .selector.finished,
.cart-step-3 .cart-half .form-block .input-block .selector.finished,
.cart-step-4 .cart-half .form-block .input-block .selector.finished {
    border: none
}

.cart-4 .ending-text {
    display: block;
    width: 100%;
    margin-bottom: 50px
}

.cart-4 .ending-text .thx {
    font-family: 'Nunito';
    font-weight: 900;
    display: block;
    width: 100%;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    color: #f17900;
    margin-bottom: 20px
}

.cart-4 .ending-text .thx:before {
    content: "";
    display: block;
    margin: auto;
    width: 76px;
    height: 72px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/icon-cart-orange.svg)
}

.cart-4 .ending-text span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.cart-4 .ending-text .social-links-container {
    width: 100%
}

.cart-4 .ending-text .social-links-container .social-wrapper {
    zoom: 1;
    display: block;
    width: fit-content;
    margin: auto
}

.cart-4 .ending-text .social-links-container .social-wrapper:before {
    content: "";
    display: table
}

.cart-4 .ending-text .social-links-container .social-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.cart-4 .ending-text .social-links-container .social-wrapper .social-links:last-child {
    margin-right: 0
}

.banner {
    display: block;
    width: 100%;
    min-height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner.banner-cart .banner-content {
    padding: 34px 0
}

.banner.banner-static .banner-content {
    padding: 19px 0
}

.banner.banner-static .banner-content h2 {
    font-size: 3rem
}

.banner.banner-detail .banner-content h2 {
    margin-top: 30px
}

.banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute
}

.banner .banner-content {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 20px 0;
    padding-bottom: 10px;
    z-index: 10
}

.banner .banner-content h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    color: #f17900;
    margin: 15px 0;
    margin-bottom: 25px;
    width: 100%
}

.banner .banner-content h2 strong {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    display: block;
    clear: both;
    text-transform: none;
    line-height: 1.1em;
    padding-left: 1px;
    letter-spacing: .5px
}

.banner .banner-content h3 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff
}

.banner .banner-content .container {
    position: relative
}

.banner .banner-content .bread {
    zoom: 1;
    display: block;
    margin-top: -10px
}

.banner .banner-content .bread:before {
    content: "";
    display: table
}

.banner .banner-content .bread:after {
    content: "";
    display: table;
    clear: both
}

.banner .banner-content .bread .breadcrumb {
    zoom: 1;
    display: block;
    color: #fff;
    list-style: none
}

.banner .banner-content .bread .breadcrumb:before {
    content: "";
    display: table
}

.banner .banner-content .bread .breadcrumb:after {
    content: "";
    display: table;
    clear: both
}

.banner .banner-content .bread .breadcrumb li {
    display: block;
    float: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 5px
}

.banner .banner-content .bread .breadcrumb li:first-child {
    padding-left: 0
}

.banner .banner-content .bread .breadcrumb li a {
    color: #f3bb89
}

.banner .banner-content .bread .breadcrumb li a:hover {
    text-decoration: none
}

.banner .banner-content .bread .breadcrumb li:last-child {
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: uppercase
}

.banner .banner-content .bread .breadcrumb li:first-child:before {
    content: ""
}

.banner .banner-content .bread .breadcrumb li:before {
    content: "—";
    display: inline-block;
    margin: 0 10px;
    color: #6c757d;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: -5px
}

.gray-bg-section {
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #fff 200px);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #fff 200px);
    background: linear-gradient(to bottom, #f7f7f7 0, #fff 200px);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0)
}

.gray-bg-section .container {
    max-width: 935px
}

.gray-bg-section .row {
    display: table;
    width: 100%;
    padding: 88px 0;
    padding-bottom: 100px;
    position: relative
}

.gray-bg-section .row:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 50%;
    width: 100%;
    margin-right: 593px;
    z-index: 1000;
    top: 150px;
    background-color: #f1e8ec
}

.gray-bg-section .row:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: 473px;
    z-index: 1000;
    top: 150px;
    background-color: #f1e8ec
}

.gray-bg-section .row .col-sm {
    display: table-cell;
    vertical-align: middle;
    padding-right: 69px
}

.gray-bg-section .row .col-sm .promise-pic {
    display: block;
    width: 100%;
    height: 68px;
    margin: 0;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.gray-bg-section .row .col-sm p {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    width: 180px;
    color: #000;
    margin-top: 20px;
    line-height: 1.3em
}

.gray-bg-section .row .col-sm p strong {
    color: #f17900
}

.gray-bg-section .photo-section-container {
    overflow: hidden
}

.gray-bg-section .photo-section-container .photo-section {
    zoom: 1;
    display: table;
    width: 100%;
    height: 400px;
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative
}

.gray-bg-section .photo-section-container .photo-section:before {
    content: "";
    display: table
}

.gray-bg-section .photo-section-container .photo-section:after {
    content: "";
    display: table;
    clear: both
}

.gray-bg-section .photo-section-container .photo-section:nth-child(2n+1) .text-section {
    padding-left: 65px
}

.gray-bg-section .photo-section-container .photo-section:nth-child(2n+2) .photo-container .pics {
    margin-left: 0;
    margin-right: -1000px;
    padding-left: 50px;
    height: 400px;
    overflow: hidden
}

.gray-bg-section .photo-section-container .photo-section:nth-child(2n+2) .photo-container .photo {
    margin-left: 0;
    margin-right: 30px;
    float: left
}

.gray-bg-section .photo-section-container .photo-section:nth-child(2n+2) .text-section .text-section-inner {
    float: right
}

.gray-bg-section .photo-section-container .photo-section .photo-container {
    display: table-cell;
    vertical-align: middle;
    width: 48.5%;
    height: 400px
}

.gray-bg-section .photo-section-container .photo-section .photo-container .pics {
    overflow: hidden;
    margin-left: -1000px
}

.gray-bg-section .photo-section-container .photo-section .photo-container .photo {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: right;
    height: 390px;
    width: 400px;
    margin-left: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
}

.gray-bg-section .photo-section-container .photo-section .text-section {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
    padding: 20px 50px
}

.gray-bg-section .photo-section-container .photo-section .text-section .text-section-inner {
    width: 355px;
    float: left;
    padding-bottom: 26px
}

.gray-bg-section .photo-section-container .photo-section .text-section h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 3rem;
    color: #000;
    text-transform: uppercase
}

.gray-bg-section .photo-section-container .photo-section .text-section h2:after {
    content: "";
    display: block;
    height: 18px;
    width: 75px;
    margin: 15px 0;
    z-index: 5;
    background-image: url(../images/wave.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.gray-bg-section .photo-section-container .photo-section .text-section h3 {
    font-family: 'Nunito';
    font-weight: 400;
    display: block;
    word-wrap: break-word;
    font-size: 1.8rem;
    color: #bf879d;
    line-height: 1.6em
}

.gray-bg-section .photo-section-container .photo-section .text-section .btn {
    font-family: 'Nunito';
    font-weight: 700;
    margin: unset;
    min-width: 110px;
    margin-top: 43px;
    padding-right: 43px;
    text-transform: uppercase;
    line-height: 46px;
    height: 46px;
    font-size: 1.3rem
}

.product-showcase {
    display: block;
    width: 100%;
    padding: 30px 0
}

.product-showcase .product-showcase-top {
    margin-bottom: 20px
}

.product-showcase .row {
    display: table;
    width: 100%;
    height: 88px
}

.product-showcase .row .col {
    display: table-cell;
    vertical-align: middle
}

.product-showcase .row .col:last-child {
    text-align: right
}

.product-showcase .row .col h2 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
    color: #bf879d
}

.product-showcase .row .col a {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #850039;
    position: relative;
    margin: 10px 12px;
    margin-left: 13px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.product-showcase .row .col a:hover {
    text-decoration: none
}

.product-showcase .row .col a.selected {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    color: #fff;
    background: #f17900;
    -webkit-box-shadow: 0 0 5px 0 #f17900;
    -moz-box-shadow: 0 0 5px 0 #f17900;
    box-shadow: 0 0 5px 0 #f17900;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 3px;
    margin-left: 20px;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px
}

.product-showcase .row .col .btn.btn-orange {
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #f17900;
    -moz-box-shadow: 0 0 5px 0 #f17900;
    box-shadow: 0 0 5px 0 #f17900
}

.product-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative
}

.product-flex:hover {
    z-index: 10
}

.product {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: left;
    flex-basis: calc(25% - 30px);
    width: calc(25% - 30px);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
    margin: 0 15px;
    margin-bottom: 26px;
    transition: .2s all ease-in-out
}

.product:before {
    content: "";
    display: table
}

.product:after {
    content: "";
    display: table;
    clear: both
}

.product:hover {
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.08);
    z-index: 11
}

.product.small {
    width: calc(100% - 30px);
    padding: 11px 13px;
    padding-bottom: 6px;
    flex-basis: unset;
    float: unset;
    margin: unset;
    margin-left: 14px;
    margin-bottom: 15px;
    min-height: 115px
}

.product.small .product-image {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    width: 13.8%;
    height: 111px;
    float: left;
    margin-top: 5px
}

.product.small .product-image .tags {
    padding: 5px;
    top: 0;
    width: 30px
}

.product.small .product-image .tags .tag {
    width: 20px;
    padding-right: 0;
    text-indent: -9999px
}

.product.small .product-image .tags .tag:before {
    left: 4px;
    top: 4px
}

.product.small .product-content {
    display: block;
    float: left;
    width: 55%;
    padding: 0 20px;
    background-color: #fff
}

.product.small .product-content p {
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 18px;
    height: auto !important
}

.product.small .product-content h3 {
    margin-bottom: 8px;
    height: auto !important
}

.product.small .product-content h3 a {
    color: #f17900
}

.product.small .product-content strong {
    display: none
}

.product.small .product-buy-section {
    float: right;
    width: 28%;
    padding: 0
}

.product.small .product-buy-section .product-price,
.product.small .product-buy-section .product-price-nodph {
    text-align: right
}

.product.small .product-buy-section .product-price-nodph {
    margin-bottom: 19px;
    margin-top: 3px
}

.product.small .product-buy-section .product-select-type {
    width: 55%
}

.product.small .product-buy-section .product-price {
    font-size: 2.2rem
}

.product .product-image {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 259px;
    padding: 20px;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.product .product-image .tags {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 17px;
    max-width: 100%
}

.product .product-content {
    display: block;
    padding: 16px 15px 13px 15px;
    background-color: #f7f7f7
}

.product .product-content h3 {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 18px
}

.product .product-content h3 a {
    color: #f17900
}

.product .product-content h3 a:hover {
    text-decoration: none
}

.product .product-content p {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5em
}

.product .product-content>strong {
    display: block;
    margin-bottom: 15px
}

.product .product-content>strong strong {
    display: inline;
    margin: 0;
    height: auto !important
}

.product .product-content .product-content-link {
    font-size: 1.4rem;
    display: block;
    padding: 6px 5px;
    margin-left: 17px;
    position: relative;
    text-align: left;
    color: #bf879d;
    text-overflow: ellipsis
}

.product .product-content .product-content-link:hover {
    text-decoration: none
}

.product .product-content .product-content-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 11px;
    width: 14px;
    height: 10px;
    background-image: url(../images/burger-purple.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.product .product-buy-section {
    display: block;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 15px
}

.product .product-buy-section form {
    zoom: 1
}

.product .product-buy-section form:before {
    content: "";
    display: table
}

.product .product-buy-section form:after {
    content: "";
    display: table;
    clear: both
}

.product .product-buy-section .product-price {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3em;
    display: block;
    width: 100%;
    color: #000;
    text-align: center
}

.product .product-buy-section .product-price.prev {
    color: #f17900
}

.product .product-buy-section .product-price.prev span {
    font-family: 'Nunito';
    font-weight: 700;
    color: #a5a5a5;
    text-decoration: line-through;
    padding-right: 10px
}

.product .product-buy-section .product-price-nodph {
    display: block;
    width: 100%;
    text-align: center;
    color: #a5a5a5;
    margin-bottom: 17px
}

.product .product-buy-section .product-price-nodph span {
    font-family: 'Nunito';
    font-weight: 400
}

.product .product-buy-section .product-select-type {
    font-family: 'Nunito';
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    width: 140px;
    padding: 0 20px 0 10px;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    border: 1px solid #e2e2e2
}

.product .product-buy-section .product-select-type span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.product .product-buy-section .product-select-type.arrow {
    background-position: right 10px center;
    background-image: url(../images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px
}

.product .product-buy-section button {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: inline-block;
    border: none;
    height: 40px;
    width: 40px;
    padding: 0;
    float: right;
    cursor: pointer;
    position: relative;
    transition: .2s all ease-in-out;
    background-color: #f17900
}

.product .product-buy-section button:hover {
    background-color: #e77400
}

.product .product-buy-section button:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url(../images/icon-cart-white.svg)
}

.product-select-number {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #e2e2e2;
    float: right;
    padding: 0;
    padding-left: 15px;
    text-align: center
}

.tag {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 700;
    float: left;
    display: block;
    position: relative;
    font-size: 1.2rem;
    margin-right: 14px;
    margin-top: 5px;
    padding: 2px 5px 2px 20px;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: uppercase
}

.tag.tg-newproduct {
    background-color: #00c0c3
}

.tag.tg-newproduct:before {
    background-image: url(../images/icon-star.svg)
}

.tag.tg-discount {
    background-color: #f04134
}

.tag.tg-discount:before {
    background-image: url(../images/icon-percent.svg)
}

.tag:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 600;
    display: block;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #fff;
    transition: .2s all ease-in-out;
    clear: both
}

.btn:before {
    content: "";
    display: table
}

.btn:after {
    content: "";
    display: table;
    clear: both
}

.btn.prev {
    display: block;
    width: auto;
    border: 1px solid #f17900;
    line-height: 49px;
    color: #f17900;
    text-decoration: none
}

.btn.prev:hover {
    color: #fff;
    background-color: #f17900
}

.btn.btn-arrow {
    font-family: 'Nunito';
    font-weight: 700;
    width: auto;
    display: inline-block;
    margin: 50px auto 0 auto;
    padding-left: 20px;
    padding-right: 52px;
    white-space: nowrap;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: #f17900;
    position: relative;
    transition: .2s all ease-in-out;
    z-index: 1;
    line-height: 49px
}

.btn.btn-arrow:hover {
    background-color: #dd6f00
}

.btn.btn-arrow:hover:after {
    right: 12px
}

.btn.btn-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 18px;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    transition: .2s all ease-in-out;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.btn.btn-gradient {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 1.3rem;
    position: relative;
    min-width: 230px;
    padding: 0 50px 0 20px;
    text-decoration: none;
    background-color: unset;
    transition: .2s all ease-in-out;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #850039;
    border-right: 1px solid #f17900;
    clear: both;
    width: auto;
    height: 58px;
    line-height: 58px
}

.btn.btn-gradient:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #850039;
    background: -moz-linear-gradient(left, #850039 0, #f17900 100%);
    background: -webkit-linear-gradient(left, #850039 0, #f17900 100%);
    background: linear-gradient(to right, #850039 0, #f17900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@orange', GradientType=1)
}

.btn.btn-gradient:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #850039;
    background: -moz-linear-gradient(45deg, #850039 0, #f17900 100%);
    background: -webkit-linear-gradient(45deg, #850039 0, #f17900 100%);
    background: linear-gradient(45deg, #850039 0, #f17900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#850039', endColorstr='#f17900', GradientType=1)
}

.btn.btn-gradient:hover .send {
    right: 20px
}

.btn.btn-gradient .send {
    display: inline-block;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -6px;
    transition: .2s all ease-in-out;
    background-image: url(../images/icon-arrow-right-orange.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.btn.btn-orange {
    text-transform: uppercase;
    background-color: #f17900;
    color: #fff;
    border: none
}

.btn.btn-orange:hover {
    background-color: #e27100
}

.btn.btn-orange.loadmore {
    font-family: 'Nunito';
    font-weight: 700;
    width: auto;
    float: left;
    text-decoration: none;
    font-size: 1.45rem;
    margin: 0;
    text-align: right;
    padding: 0 22px 0 43px;
    letter-spacing: -0.9px;
    height: 47px;
    line-height: 47px
}

.btn.btn-orange.loadmore:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 16px;
    left: 18px;
    top: 15px;
    transition: .2s all ease-in-out;
    background-image: url(../images/icon-more.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.btn.btn-orange.btn-slider {
    font-family: 'Nunito';
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-top: 46px;
    padding: 45px 53px;
    padding-bottom: 41px;
    height: auto;
    line-height: 1em;
    width: unset;
    text-decoration: none
}

.btn.btn-orange.btn-slider:nth-child(1) {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1
}

.btn.btn-orange.btn-slider:nth-child(2) {
    margin-left: -5px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1
}

.btn.btn-orange.btn-slider:hover {
    background-color: #f17900;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #f17900;
    -moz-box-shadow: 0 0 5px 0 #f17900;
    box-shadow: 0 0 5px 0 #f17900
}

.products-more-btns {
    zoom: 1;
    float: left
}

.products-more-btns:before {
    content: "";
    display: table
}

.products-more-btns:after {
    content: "";
    display: table;
    clear: both
}

.products-more-btns .btn.loadmore {
    margin-right: 15px;
    clear: none
}

.cart-item {
    zoom: 1;
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e2e2e2
}

.cart-item:before {
    content: "";
    display: table
}

.cart-item:after {
    content: "";
    display: table;
    clear: both
}

.cart-item:hover {
    background-color: #fafafa
}

.cart-item.search {
    padding: 10px 20px;
    min-height: 70px
}

.cart-item.search .cart-item-picture {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.cart-item.search .cart-item-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 161px)
}

.cart-item.search .cart-item-variant {
    font-family: 'Nunito';
    font-weight: 300;
    text-decoration: underline;
    color: #000
}

.cart-item.search .cart-item-price {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.cart-item.news .cart-item-picture {
    padding-bottom: 25px
}

.cart-item.news .cart-item-link {
    font-family: 'Nunito';
    font-weight: 700;
    display: inline-block;
    width: 320px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: unset;
    word-wrap: break-word
}

.cart-item.news .cart-item-link a {
    font-family: 'Nunito';
    font-weight: 700
}

.cart-item .cart-item-picture {
    display: inline-block;
    width: 50px;
    float: left;
    height: 50px;
    position: relative;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.cart-item .cart-item-picture .cart-item-count {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-size: 1.1rem;
    display: block;
    position: absolute;
    text-align: center;
    right: -10px;
    top: -10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    background-color: #fff
}

.cart-item a {
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    width: 100px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: unset;
    color: #f17900;
    float: left;
    padding: unset
}

.cart-item a:hover {
    text-decoration: none
}

.cart-item .cart-item-price {
    font-family: 'Nunito';
    font-weight: 700;
    float: right;
    color: #000;
    width: 75px;
    margin-right: 5px;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart-item .cart-item-price small {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 1.4rem;
    color: #a5a5a5;
    margin-right: 2px
}

.cart-item .cart-item-remove {
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url(../images/icon-close-red.svg)
}

.cart-item .cart-item-variant {
    display: block;
    width: 200px;
    text-align: left;
    float: left;
    color: #a5a5a5
}

.cart-item .cart-item-variant span {
    color: #000
}

.cart-item .item-date {
    font-size: 1.3rem
}

.checkbox-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.5rem
}

.checkbox-label:before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    border: 1px solid #e2e2e2
}

.checkbox-label.checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/arrow-ok.svg)
}

.checkbox-label a {
    font-size: 1.3rem;
    color: #efb17a;
    margin-left: 30px
}

.checkbox-label a:hover {
    text-decoration: none
}

form .rate-star {
    cursor: pointer
}

.rate-star {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-rating-white.svg)
}

.rate-star.selected {
    background-image: url(../images/icon-rating-orange.svg)
}

.tabs>* {
    display: none
}

.tabs>*.selected {
    display: block
}

.more-wrap {
    zoom: 1;
    width: 100%;
    clear: both;
    text-align: center
}

.more-wrap:before {
    content: "";
    display: table
}

.more-wrap:after {
    content: "";
    display: table;
    clear: both
}

.more-wrap .btn.btn-arrow {
    font-family: 'Nunito';
    font-weight: 700;
    margin-top: 24px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-left: 22px;
    padding-right: 47px
}

.range-slider {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin: 44px 5%;
    margin-bottom: 33px
}

.range-slider-price {
    zoom: 1;
    display: block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 0
}

.range-slider-price:before {
    content: "";
    display: table
}

.range-slider-price:after {
    content: "";
    display: table;
    clear: both
}

.range-slider-price span {
    display: block;
    padding-bottom: 3px
}

.range-slider-price input {
    height: 36px;
    line-height: 35px
}

.range-slider .min {
    position: absolute;
    left: -10000px
}

.range-slider .max {
    position: absolute;
    left: -10000px
}

.range-slider .slider {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    border: none !important;
    height: 3px !important;
    background: #f2f2f2 !important;
    margin-top: 4px !important
}

.range-slider .slider .ui-slider-handle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    background: #850039;
    background-size: 100% 100% !important;
    position: absolute;
    top: -11px;
    z-index: 1;
    margin-left: -13px;
    -webkit-box-shadow: 0 2px 13px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 13px 1px rgba(0, 0, 0, 0.15)
}

.range-slider .slider .ui-slider-handle:first-of-type+* span {
    bottom: unset;
    left: unset;
    right: 5px;
    top: 120%
}

.range-slider .slider .ui-slider-handle span {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    position: absolute;
    left: 5px;
    bottom: 120%;
    padding: 2px 4px !important;
    display: block;
    border: 1px solid #dadada;
    background: #fff
}

.range-slider .slider .ui-slider-range {
    background: #f17900;
    height: 3px;
    position: absolute;
    top: 0
}

.hp-main {
    position: relative
}

.hp-main .slider-show {
    font-family: 'Nunito';
    font-weight: 400;
    display: none;
    position: absolute;
    top: 528px;
    left: -39px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    z-index: 100;
    color: #000;
    padding-left: 30px
}

.hp-main .slider-show:before {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    width: 17px;
    height: 19px;
    left: 0;
    top: -3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-show.svg)
}

.hp-main .slider-show:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 190px;
    right: -400px;
    height: 1px;
    transform: rotate(180deg);
    background-color: #808080
}

.cart-progress {
    display: block;
    width: 80%;
    margin: 36px auto
}

.cart-progress a:hover {
    text-decoration: underline
}

.cart-progress .progress-link {
    font-family: 'Nunito';
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    z-index: 0;
    zoom: 1;
    display: inline-block;
    position: relative;
    padding: 15px 5px 15px 15px;
    width: 22%;
    margin-right: 3.5%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #e2e2e2;
    color: #bf879d;
    transition: .2s all ease-in-out
}

.cart-progress .progress-link:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 15px;
    margin-bottom: -3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 20px
}

.cart-progress .progress-link:nth-child(1):before {
    background-image: url(../images/progress-1-orange.svg)
}

.cart-progress .progress-link:nth-child(1).current:before {
    background-image: url(../images/progress-1-white.svg)
}

.cart-progress .progress-link:nth-child(2):before {
    background-image: url(../images/progress-2-orange.svg)
}

.cart-progress .progress-link:nth-child(2).current:before {
    background-image: url(../images/progress-2-white.svg)
}

.cart-progress .progress-link:nth-child(3):before {
    width: 24px;
    height: 24px;
    margin-bottom: -7px;
    background-image: url(../images/progress-3-orange.svg)
}

.cart-progress .progress-link:nth-child(3).current:before {
    width: 24px;
    height: 24px;
    margin-bottom: -7px;
    background-image: url(../images/progress-3-white.svg)
}

.cart-progress .progress-link:nth-child(4):before {
    background-image: url(../images/progress-4-orange.svg)
}

.cart-progress .progress-link:nth-child(4).current:before {
    background-image: url(../images/progress-4-white.svg)
}

.cart-progress .progress-link.current {
    background-color: #f17900;
    color: #fff
}

.cart-progress .progress-link.finished {
    background-color: #850039;
    color: #fff;
    text-decoration: underline
}

.cart-progress .progress-link.finished:hover {
    text-decoration: none
}

.cart-progress .progress-link.finished:before {
    background-image: url(../images/progress-ok.svg)
}

.cart-progress .progress-link:nth-child(4) {
    margin-right: 0
}

a.cart-suggestion:hover span strong {
    text-decoration: none
}

a.cart-suggestion span strong {
    text-decoration: underline
}

.cart-suggestion {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    margin: 36px auto;
    margin-bottom: 24px;
    width: 65%;
    border: 2px dashed #e2e2e2
}

.cart-suggestion span {
    font-family: 'Nunito';
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 35px;
    color: #bf879d
}

.cart-suggestion span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    padding-right: 30px;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-size: contain
}

.cart-suggestion span.house:before {
    background-image: url(../images/house.svg)
}

.cart-suggestion span.login:before {
    background-image: url(../images/icon-account-light.svg)
}

.cart-suggestion span strong {
    font-family: 'Nunito';
    font-weight: 700;
    color: #850039
}

.quotes-section {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    text-align: center
}

.quotes-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 40%;
    width: 130px;
    height: 100px;
    opacity: 1;
    background-image: url(../images/icon-quotation.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.quotes-section span {
    display: inline-block;
    position: relative;
    font-size: 3.5rem;
    z-index: 1;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    color: #bf879d
}

.quotes-section span:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 100vw;
    margin-right: 30px;
    z-index: 0;
    background-color: #f1e8ec
}

.quotes-section span:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100vw;
    margin-left: 30px;
    z-index: 0;
    background-color: #f1e8ec
}

.quotes-section i {
    font-family: 'Nunito';
    font-weight: 400;
    font-style: italic
}

select,
.selector {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    font-size: 1.35rem;
    display: block;
    padding: 10px 60px 10px 20px;
    border: 1px solid #e2e2e2
}

select:hover,
.selector:hover {
    z-index: 100 !important
}

select.arrow,
.selector.arrow {
    background-position: right 15px center;
    background-image: url(../images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px
}

textarea {
    font-family: 'Nunito';
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    width: 100% !important;
    font-size: 1.5rem;
    height: 100px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px
}

.social-links-container {
    zoom: 1;
    display: block;
    width: 100%;
    margin-top: 20px
}

.social-links-container:before {
    content: "";
    display: table
}

.social-links-container:after {
    content: "";
    display: table;
    clear: both
}

.social-links-container .social-links {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    display: block;
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center
}

.social-links-container .social-links.fb {
    background-image: url(../images/icon-fb-small-gray.svg);
    background-size: 35% 45%
}

.social-links-container .social-links.fb:hover {
    background-image: url(../images/icon-fb-small.svg)
}

.social-links-container .social-links.insta {
    background-image: url(../images/icon-insta-small-gray.svg)
}

.social-links-container .social-links.insta:hover {
    background-image: url(../images/icon-insta-small.svg)
}

.social-links-container .social-links.twit {
    background-image: url(../images/icon-twitter-small-gray.svg)
}

.social-links-container .social-links.twit:hover {
    background-image: url(../images/icon-twitter-small.svg)
}

.social-links-container .social-links.pin {
    background-image: url(../images/icon-pinterest-small-gray.svg)
}

.social-links-container .social-links.pin:hover {
    background-image: url(../images/icon-pinterest-small.svg)
}

.social-links-container .social-links.in {
    background-image: url(../images/icon-in-small-gray.svg)
}

.social-links-container .social-links.in:hover {
    background-image: url(../images/icon-in-small.svg)
}

.social-links-container .social-links.plus {
    background-size: 50%;
    background-image: url(../images/icon-google-gray-small.svg)
}

.social-links-container .social-links.plus:hover {
    background-image: url(../images/icon-google-white-small.svg)
}

.social-links-container .social-links.msg {
    background-image: url(../images/icon-msg-small-gray.svg)
}

.social-links-container .social-links.msg:hover {
    background-image: url(../images/icon-msg-small-white.svg)
}

.social-links-container .social-links.chain {
    background-image: url(../images/icon-chain-gray-small.svg)
}

.social-links-container .social-links.chain:hover {
    background-image: url(../images/icon-chain-white-small.svg)
}

.social-links-container .social-links:hover {
    background-color: #f17900;
    border-color: #f17900;
    -webkit-box-shadow: 0 0 5px 0 #f17900;
    -moz-box-shadow: 0 0 5px 0 #f17900;
    box-shadow: 0 0 5px 0 #f17900
}

.selector {
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
    z-index: 10
}

.selector:hover .selector-items {
    display: block
}

.selector:hover.mouseout .selector-items {
    display: none
}

.selector.mouseout .selector-items {
    display: none
}

.selector .selector-items {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url('PIE.htc');
    position: relative;
    z-index: 0;
    zoom: 1;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-top: 5px;
    width: 100%;
    min-width: 200px;
    display: none
}

.selector .selector-items:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 5px;
    width: 100%
}

.selector .selector-items a {
    zoom: 1;
    font-family: 'Nunito';
    font-weight: 600;
    color: #000;
    display: block;
    padding: 10px 10px;
    padding-bottom: 9px;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
    white-space: normal;
    line-height: 1.2em;
    font-size: 1.6rem !important
}

.selector .selector-items a:before {
    content: "";
    display: table
}

.selector .selector-items a:after {
    content: "";
    display: table;
    clear: both
}

.selector .selector-items a:last-child {
    border-bottom: none
}

.selector .selector-items a:hover,
.selector .selector-items a.active {
    color: #f17900
}

.selector .selector-items a span {
    font-family: 'Nunito';
    font-weight: 800;
    float: right;
    margin-left: 10px;
    padding: 0 !important;
    display: inline !important;
    line-height: 1.2em;
    font-size: 1.6rem !important;
    color: #000 !important
}

.another-address {
    display: none
}

.alert {
    font-family: 'Nunito';
    font-weight: 600;
    width: 60%;
    height: 70px;
    position: absolute;
    z-index: 999999999 !important;
    top: 10%;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin: 0 auto;
}

/* .alert:before {
    content: "";
    display: table
}

.alert:after {
    content: "";
    display: table;
    clear: both
} */

.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert .close {
    position: absolute;
    right: 50px;
    font-size: 2em;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #6c757d;
}

.container {
    width: 1190px;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width:1550px) and (min-width:0) {
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter:after {
        display: none
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container .filter-note {
        display: none !important
    }
    .product.small .product-buy-section .product-price {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1300px) and (min-width:0) {
    .container {
        width: 948px
    }
    header .nav-section .row .col-6 {
        margin-left: 30px
    }
    header .nav-section input[type="text"] {
        width: 200px
    }
    header .nav-section .nav-bottom>li>a {
        padding-left: 22px;
        padding-right: 10px
    }
    header .nav-section .nav-bottom>li>a:before {
        left: 3px;
        top: 32px
    }
    header .container {
        max-width: 1000px
    }
    header .nav-section .nav-bottom>li:last-child ul {
        left: auto;
        right: 0
    }
    .conditions-page article {
        padding: 50px
    }
    .gray-bg-section .row .col-sm {
        padding-right: 45px
    }
    footer .footer-top .row .col-sm {
        padding: 60px 0 40px 25px
    }
    .homepage .slider .slider-middle h2 {
        font-size: 5rem
    }
    .btn.btn-orange.btn-slider {
        padding: 20px 30px
    }
    .homepage .slider .slider-price {
        height: 170px
    }
    .homepage .slider .slider-price strong {
        font-size: 4rem
    }
    .product .product-image {
        height: 200px
    }
    .product {
        width: calc(33.33333333% - 30px);
        flex-basis: calc(33.33333333% - 30px)
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-product .product:not(.small) {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
    .product .product-image {
        height: 270px
    }
    .detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left {
        width: 60%
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top {
        display: block;
        padding: 10px
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form {
        display: block
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .left {
        width: 100%;
        clear: both;
        float: none
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right {
        zoom: 1;
        width: 100%;
        clear: both;
        float: none;
        position: static;
        padding: 20px;
        padding-top: 0
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right:before {
        content: "";
        display: table
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-bottom .right:after {
        content: "";
        display: table;
        clear: both
    }
    .detail-page .detail-tabs .detail-tabs-buttons {
        padding-left: 100px;
        padding-right: 100px
    }
    .error-page .error-content {
        width: 50%
    }
    .error-page .error-buttons .btn {
        width: 29%;
        margin-bottom: 15px
    }
    .cart-progress {
        width: 100%
    }
    .cart-1 .cart-1-bottom .content-block:nth-of-type(1) {
        width: 40%
    }
    .cart-step-2 .cart-half span .service-pic,
    .cart-step-3 .cart-half span .service-pic,
    .cart-step-4 .cart-half span .service-pic {
        display: none
    }
    footer .footer-top .row .col-sm .social {
        margin-right: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container {
        width: 50%;
        flex-basis: 50%
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full .btn.btn-arrow {
        margin-left: 5px
    }
    .cart-step-2 .cart-half .buttons,
    .cart-step-3 .cart-half .buttons,
    .cart-step-4 .cart-half .buttons {
        margin-left: 0
    }
}

@media screen and (max-width:1023px) and (min-width:0) {
    .container {
        width: 748px;
        padding-left: 5px;
        padding-right: 5px
    }
    header .nav-section .logo {
        width: 140px
    }
    header .container {
        width: 100%
    }
    header .nav-section.lower {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none
    }
    header .nav-section.lower.active {
        display: block
    }
    header .nav-section .nav-bottom {
        display: block
    }
    header .nav-section .nav-bottom ul {
        display: none !important
    }
    header .nav-section .nav-bottom li.active>.menu-opener {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    header .nav-section .nav-bottom li.active>ul {
        display: block !important
    }
    header .nav-section .nav-bottom li a {
        position: relative;
        padding-right: 30px !important
    }
    header .nav-section .nav-bottom li .menu-opener {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        behavior: url('PIE.htc');
        position: relative;
        z-index: 0;
        zoom: 1;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        right: 10px;
        top: 17px;
        background-image: url(../images/arrow-down-orange.svg);
        background-position: center center;
        background-size: 70% auto;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        z-index: 1;
        transition: all .2s;
        cursor: pointer
    }
    header .nav-section .nav-bottom li .menu-opener:before {
        content: "";
        display: block;
        position: absolute;
        top: -20%;
        left: -20%;
        width: 140%;
        height: 140%
    }
    header .nav-section .nav-bottom>li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }
    header .nav-section .nav-bottom>li:last-child {
        border-bottom: none
    }
    header .nav-section .nav-bottom>li>a {
        width: 100%
    }
    header .nav-section .nav-bottom>li>a:before {
        display: none
    }
    header .nav-section .nav-bottom>li>a>strong {
        display: inline;
        margin-left: 5px
    }
    header .nav-section .nav-bottom>li ul {
        position: static !important;
        width: 100% !important
    }
    header .nav-section .nav-bottom>li ul li {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important
    }
    header .nav-section .nav-bottom>li ul li:last-child {
        border-bottom: none !important
    }
    header .nav-section .nav-bottom>li ul li>a {
        width: 100% !important;
        padding: 18px 20px 18px 30px !important
    }
    header .nav-section .nav-bottom>li ul li>a:before {
        display: none !important
    }
    header .nav-section .nav-bottom>li ul li>a>strong {
        display: inline !important;
        margin-left: 5px !important
    }
    header .nav-section .nav-bottom>li ul ul {
        padding-left: 20px
    }
    header .nav-section.lower .container {
        padding-left: 0;
        padding-right: 0
    }
    header .nav-section .nav-top .nav-top-item a:first-child {
        padding-right: 10px
    }
    header .nav-section .nav-top .nav-top-item .nav-box.burger {
        opacity: 1;
        margin-right: 0
    }
    header .nav-section .nav-top .nav-top-item a.icon:after {
        display: none
    }
    header .nav-section .nav-top .nav-top-item:nth-child(4) {
        padding-left: 10px
    }
    header .nav-section input[type="text"] {
        width: 150px
    }
    header {
        position: absolute
    }
    header.sticky:after {
        display: none
    }
    body {
        margin-top: 111px
    }
    .hp-main .slider-show,
    .homepage .slider .slider-hide {
        display: none
    }
    .product {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
    .gray-bg-section .row {
        padding-left: 25px;
        padding-right: 25px
    }
    .gray-bg-section .row .col-sm {
        padding-right: 10px
    }
    footer .footer-top .row {
        display: flex;
        flex-wrap: wrap
    }
    footer .footer-top .row .col-sm {
        width: 48% !important;
        flex-basis: 48%;
        margin: 0 1%
    }
    .homepage .hp-about:after {
        left: 140px
    }
    .homepage .hp-about p {
        max-width: 68%
    }
    .detail-page .detail-top .detail-left {
        width: 100%;
        float: none;
        display: block;
        clear: both;
        margin-bottom: 80px
    }
    .detail-page .detail-top .detail-right {
        width: 100%;
        float: none;
        display: block;
        clear: both;
        margin-left: 0;
        margin-bottom: 20px
    }
    .detail-page .detail-tabs .detail-tabs-buttons {
        padding-left: 20px;
        padding-right: 20px
    }
    .error-page .error-content:after {
        right: -410px
    }
    .error-page .error-buttons .btn {
        width: 28%
    }
    .cart-progress .progress-link {
        width: 24%;
        margin-right: .5%;
        font-size: 1.3rem;
        padding-top: 12px
    }
    .cart-progress .progress-link:before {
        margin-right: 3px
    }
    .cart-1 .cart-1-bottom .content-block:nth-of-type(2) .half strong {
        padding-right: 10px
    }
    .cart-1 .cart-1-bottom .content-block:nth-of-type(1) {
        width: 48%
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full {
        width: 140%;
        float: right
    }
    .cart-step-2 .cart-half .buttons .btn.btn-arrow,
    .cart-step-3 .cart-half .buttons .btn.btn-arrow,
    .cart-step-4 .cart-half .buttons .btn.btn-arrow {
        margin-left: 10px
    }
    .cart-step-2 .cart-half .buttons .btn.btn-arrow+*,
    .cart-step-3 .cart-half .buttons .btn.btn-arrow+*,
    .cart-step-4 .cart-half .buttons .btn.btn-arrow+* {
        margin-right: 0
    }
    .cart-step-2 .cart-half .buttons,
    .cart-step-3 .cart-half .buttons,
    .cart-step-4 .cart-half .buttons {
        margin-left: 0
    }
    .cart-step-2 .cart-half .form-block.summary .text-block,
    .cart-step-3 .cart-half .form-block.summary .text-block,
    .cart-step-4 .cart-half .form-block.summary .text-block {
        width: 60%
    }
    .cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(2),
    .cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(2),
    .cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(2) {
        width: 40%
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display {
        display: none
    }
}

@media screen and (max-width:767px) and (min-width:0) {
    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }
    header {
        padding-bottom: 6px
    }
    header .nav-section .row .col-1 {
        width: 30%;
        float: left
    }
    header .nav-section .row .col-6 {
        width: 70%;
        float: right;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 14px
    }
    header .nav-section .row .col-8 {
        zoom: 1;
        width: 100%;
        clear: both;
        float: none;
        padding-top: 0
    }
    header .nav-section .row .col-8:before {
        content: "";
        display: table
    }
    header .nav-section .row .col-8:after {
        content: "";
        display: table;
        clear: both
    }
    header .nav-section.upper .container {
        padding-left: 2%;
        padding-right: 2%
    }
    header .nav-section .logo {
        width: 100%;
        height: 40px;
        margin-top: 12px;
        margin-bottom: 6px
    }
    header .nav-section input[type="text"] {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    header .nav-section .nav-top .nav-top-item a {
        font-size: 1.2rem
    }
    header .nav-section .nav-top .nav-top-item .dropdown {
        display: none !important
    }
    header .nav-section .nav-top .nav-top-item .nav-box {
        width: 30px;
        height: 30px
    }
    header .nav-section .nav-top {
        width: 100%
    }
    header .nav-section.upper .searchbar-form *[type="button"],
    header .nav-section.upper .searchbar-form *[type="submit"] {
        height: 38px;
        line-height: 30px;
        vertical-align: middle;
        margin-left: -9px
    }
    body {
        margin-top: 104px
    }
    header .nav-section .nav-bottom>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    header .nav-section .nav-bottom>li>.menu-opener {
        top: 7px
    }
    .homepage .slider .slider-selector {
        height: 485px;
        right: 0
    }
    .homepage .slider .slider-page,
    .homepage .slider .container {
        min-height: 495px
    }
    .homepage .slider .slider-middle {
        left: 5%;
        width: 84.5%;
        top: 100px
    }
    .homepage .slider .slider-middle h2 {
        font-size: 3rem
    }
    .homepage .slider .slider-middle h2 strong {
        font-size: 2rem
    }
    .btn.btn-orange.btn-slider {
        padding: 15px 7px;
        margin-top: 25px;
        font-size: 1.2rem
    }
    .btn.btn-gradient {
        margin-top: 30px;
        height: 37px;
        line-height: 38px;
        padding: 0 50px 0 10px;
        min-width: 180px
    }
    .homepage .slider .slider-price {
        height: 100px;
        right: 5%;
        padding: 10px
    }
    .homepage .slider .slider-price span {
        font-size: 1.8rem
    }
    .homepage .slider .slider-price strong {
        font-size: 2.4rem
    }
    .product-showcase .row {
        display: block;
        height: auto
    }
    .product-showcase .row .col {
        width: 100%;
        clear: both;
        display: block;
        text-align: center
    }
    .product-showcase .row .col h2 {
        margin-bottom: 10px
    }
    .product-showcase .row .col a {
        margin-left: 10px;
        padding-left: 5px;
        padding-right: 5px
    }
    .product-showcase .row .col a.selected {
        margin-left: 0
    }
    .product-showcase-top {
        margin-bottom: 20px
    }
    .product {
        width: calc(100% - 30px) !important;
        flex-basis: calc(100% - 30px) !important
    }
    .btn.btn-arrow {
        margin-top: 20px
    }
    .homepage .hp-about {
        width: 100%;
        margin-top: 20px
    }
    .homepage .hp-about h2 {
        font-size: 2.8rem
    }
    .homepage .hp-about h3 {
        max-width: 260px;
        font-size: 1.6rem;
        padding-bottom: 30px
    }
    .homepage .hp-about p {
        max-width: 100%
    }
    .homepage .hp-about:after {
        position: static;
        width: 100%;
        margin-top: 50px;
        height: 210px;
        background-size: contain
    }
    .homepage .hp-about .btn.btn-arrow {
        margin-top: 20px
    }
    .homepage .hp-about {
        margin-bottom: 20px;
        padding-bottom: 0
    }
    .gray-bg-section .row {
        padding: 20px 0;
        padding-bottom: 0;
        display: block;
        flex-wrap: wrap;
        display: flex
    }
    .gray-bg-section .row .col-sm {
        width: 50%;
        flex-basis: 50%;
        padding-right: 10px;
        padding-bottom: 20px
    }
    .gray-bg-section .row .col-sm p {
        width: 100%
    }
    .gray-bg-section .photo-section-container .photo-section {
        display: block
    }
    .gray-bg-section .photo-section-container .photo-section .photo-container {
        width: 100%;
        display: block;
        clear: both
    }
    .gray-bg-section .photo-section-container .photo-section .text-section {
        width: 100%;
        display: block
    }
    .gray-bg-section .photo-section-container .photo-section .photo-container {
        height: 200px
    }
    .gray-bg-section .photo-section-container .photo-section .photo-container .photo {
        height: 200px;
        width: 200px
    }
    .gray-bg-section .photo-section-container .photo-section {
        height: auto;
        padding-bottom: 0
    }
    .gray-bg-section .photo-section-container .photo-section .text-section .text-section-inner {
        width: 100%;
        float: none !important
    }
    .gray-bg-section .photo-section-container .photo-section:nth-child(2n+2) .photo-container .pics {
        padding-left: 0
    }
    .gray-bg-section .photo-section-container .photo-section .text-section {
        padding: 20px 5%
    }
    .gray-bg-section .photo-section-container .photo-section .text-section h2 {
        font-size: 2.8rem
    }
    .gray-bg-section .photo-section-container .photo-section .text-section h2:after {
        margin: 5px 0;
        margin-top: 7px
    }
    .gray-bg-section .photo-section-container .photo-section .text-section h3 {
        font-size: 1.4rem
    }
    .gray-bg-section .photo-section-container .photo-section .text-section .btn {
        margin-top: 15px;
        line-height: 39px;
        height: 39px
    }
    .quotes-section span {
        padding: 50px 0;
        font-size: 2.4rem
    }
    footer .footer-top .row .col-sm {
        margin: 0 0 20px 0;
        width: 100% !important;
        flex-basis: 100%;
        padding-left: 50px;
        padding-top: 20px;
        padding-bottom: 0
    }
    footer .footer-top .row .col-sm h2 {
        padding-bottom: 15px
    }
    footer .footer-top {
        padding-top: 30px;
        padding-bottom: 50px
    }
    footer .footer-top .row .col-sm li {
        margin-bottom: 3px
    }
    footer .footer-top .row .col-sm li.white {
        margin-top: 10px
    }
    footer .footer-top .row .col-sm .social {
        margin-top: 10px
    }
    footer .footer-bottom {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.1rem
    }
    footer .footer-bottom span {
        text-align: center !important;
        display: block;
        clear: both;
        padding: 5px 0
    }
    .banner .banner-content h2 {
        width: 100%;
        margin: 10px 0;
        font-size: 2.6rem
    }
    .banner .banner-content h2 strong {
        font-size: 2rem
    }
    .banner .banner-content .bread {
        right: 5%;
        max-width: 90%;
        display: block;
        display: none
    }
    .banner .banner-content .bread .breadcrumb li {
        display: inline-block;
        font-size: 1.3rem
    }
    .banner .banner-content {
        min-height: 0
    }
    .banner {
        min-height: 0
    }
    .catalog-page .catalog-content .catalog-section-left {
        display: block;
        width: 100%;
        float: none
    }
    .catalog-page .catalog-content .catalog-section-right {
        display: block;
        width: 100%;
        float: none;
        padding-top: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-container {
        width: 100%;
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .filter-containers {
        margin-right: 0
    }
    .catalog-page .catalog-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top p {
        padding: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-select {
        width: 100%;
        float: none;
        clear: none;
        padding-right: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort label {
        margin-right: 10px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display {
        zoom: 1;
        clear: both;
        margin: 0 auto;
        margin-top: 5px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display:before {
        content: "";
        display: table
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-right-top .sort .sort-display:after {
        content: "";
        display: table;
        clear: both
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom {
        zoom: 1;
        height: auto
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom:before {
        content: "";
        display: table
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom:after {
        content: "";
        display: table;
        clear: both
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right {
        zoom: 1;
        display: block;
        clear: both;
        width: 100%;
        padding-top: 20px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right:before {
        content: "";
        display: table
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right:after {
        content: "";
        display: table;
        clear: both
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .catalog-section-bottom-right a {
        margin: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom {
        padding-bottom: 30px
    }
    .products {
        padding: 20px 0
    }
    .detail-page .detail-top .detail-left .detail-image-table {
        height: 250px
    }
    .detail-page .detail-top .detail-left .detail-image-small-container {
        height: auto
    }
    .detail-page .detail-top .detail-left .detail-image-small-container .detail-image-small {
        height: 60px
    }
    .detail-page .detail-top .detail-left .show-photographs {
        margin-right: 10%
    }
    .detail-page .detail-top .detail-right .detail-right-block .detail-right-block-left {
        width: 100%;
        clear: both;
        float: none
    }
    .detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right {
        width: 100%;
        clear: both;
        float: none
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form label {
        margin: 0;
        padding: 5px 0;
        width: 100%;
        display: block
    }
    .detail-page .detail-top .detail-right .detail-right-block {
        height: auto
    }
    .detail-page .detail-top .detail-right .detail-right-block .detail-right-block-right .promise-pic {
        background-position: center center
    }
    .detail-page .detail-top .detail-right .detail-right-block-bottom .detail-right-block-bottom-top form .product-select-type.arrow {
        width: 100%;
        display: block
    }
    .detail-page .detail-tabs .detail-tabs-buttons {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px
    }
    .detail-page .detail-tabs .detail-tabs-buttons button,
    .detail-page .detail-tabs .detail-tabs-buttons a {
        margin: 5px;
        padding: 8px
    }
    .detail-page .detail-tabs .detail-info {
        width: 100%;
        padding: 5px 0
    }
    .detail-page .detail-tabs .detail-properties .half {
        width: 100%;
        float: none !important;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }
    .detail-page .detail-tabs .detail-properties .half th,
    .detail-page .detail-tabs .detail-properties .half td {
        padding: 8px;
        font-size: 1.3rem
    }
    .detail-page .detail-tabs .detail-video .half h2 {
        font-size: 2.2rem;
        margin-bottom: 15px
    }
    .detail-page .detail-tabs .detail-video .half {
        width: 100%;
        float: none !important;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }
    .detail-page .detail-tabs .detail-video .half .video-container {
        height: 220px
    }
    .detail-page .detail-tabs .detail-comments .half {
        width: 100%;
        float: none !important;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }
    .detail-page .detail-tabs .detail-comments .half .write-comment .bottom button {
        width: 60%;
        margin-left: 40%;
        clear: both;
        float: none;
        margin-top: 20px
    }
    .detail-page .detail-tabs .detail-comments .half .write-comment .bottom {
        display: block
    }
    .detail-page .detail-tabs .detail-comments .half .write-comment .bottom span {
        width: 35%;
        display: block
    }
    .detail-page .detail-tabs .detail-comments .half .write-comment .bottom .stars {
        width: 65%;
        display: block
    }
    .detail-page .detail-tabs .detail-comments {
        padding-bottom: 15px
    }
    .detail-page .detail-tabs {
        padding-bottom: 15px
    }
    .conditions-page article {
        padding: 20px 0
    }
    .conditions-page article blockquote {
        padding: 25px 25px 25px 60px
    }
    .conditions-page article blockquote:before {
        left: 15px
    }
    .conditions-page article table th,
    .conditions-page article table td {
        padding: 5px;
        font-size: 1.3rem
    }
    .error-page .error-content {
        width: 100%;
        margin: 20px 0
    }
    .error-page .error-content:after {
        display: none
    }
    .error-page .error-content input[type="text"] {
        padding: 16px 78px 16px 18px
    }
    .error-page .error-buttons .btn {
        width: 48%;
        margin-right: .5%;
        margin-left: .5%;
        font-size: 1.3rem
    }
    .error-page .error-buttons {
        margin-bottom: 20px
    }
    .cart-progress {
        zoom: 1;
        margin: 20px 0
    }
    .cart-progress:before {
        content: "";
        display: table
    }
    .cart-progress:after {
        content: "";
        display: table;
        clear: both
    }
    .cart-progress .progress-link {
        width: 49%;
        margin: 5px .5%;
        font-size: 1.1rem;
        display: block;
        float: left;
        padding: 10px 5px;
        padding-bottom: 13px
    }
    .cart-suggestion {
        width: 95%;
        margin: 10px auto
    }
    .cart-suggestion span {
        padding: 15px
    }
    .cart-suggestion span:before {
        display: none
    }
    .cart-1 .cart-step-1 table th:nth-of-type(1),
    .cart-1 .cart-step-1 table td:nth-of-type(1) {
        display: none
    }
    .cart-1 .cart-step-1 table th,
    .cart-1 .cart-step-1 table td {
        font-size: 1rem;
        padding: 3px !important
    }
    .cart-1 .cart-step-1 table .text {
        padding: 0
    }
    .cart-1 .cart-step-1 table td:nth-of-type(5),
    .cart-1 .cart-step-1 table td:nth-of-type(6) {
        white-space: nowrap
    }
    .cart-1 .cart-step-1 table th:nth-of-type(3),
    .cart-1 .cart-step-1 table td:nth-of-type(3) {
        display: none
    }
    .cart-1 .cart-step-1 table .close:after {
        right: 0
    }
    .cart-1 .cart-1-bottom .content-block {
        zoom: 1;
        width: 100% !important;
        clear: both;
        float: none;
        padding-bottom: 20px
    }
    .cart-1 .cart-1-bottom .content-block:before {
        content: "";
        display: table
    }
    .cart-1 .cart-1-bottom .content-block:after {
        content: "";
        display: table;
        clear: both
    }
    .cart-1 .cart-1-bottom .content-block .content-block-discount .btn {
        font-size: 1.3rem
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full {
        width: 100%;
        float: none
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full .btn.btn-arrow {
        text-transform: uppercase;
        margin-left: 3px;
        font-size: 1.2rem
    }
    .cart-step-2 .cart-half .buttons .btn.btn-arrow,
    .cart-step-3 .cart-half .buttons .btn.btn-arrow,
    .cart-step-4 .cart-half .buttons .btn.btn-arrow {
        margin-left: 3px;
        font-size: 1.2rem
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full .btn {
        font-size: 1.2rem
    }
    .cart-step-2 .cart-half .buttons .btn.btn-arrow+*,
    .cart-step-3 .cart-half .buttons .btn.btn-arrow+*,
    .cart-step-4 .cart-half .buttons .btn.btn-arrow+* {
        font-size: 1.2rem
    }
    .products h2 {
        margin-bottom: 20px
    }
    header .nav-section .nav-top .nav-top-item .nav-display.account {
        right: -50px
    }
    header .nav-section .nav-top .nav-top-item .nav-display {
        right: -44px
    }
    .cart-step-2 .cart-half,
    .cart-step-3 .cart-half,
    .cart-step-4 .cart-half {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important
    }
    .cart-step-2 .cart-half .form-block h2,
    .cart-step-3 .cart-half .form-block h2,
    .cart-step-4 .cart-half .form-block h2 {
        font-size: 1.8rem
    }
    .cart-4 .ending-text .thx {
        font-size: 2rem
    }
    .social-links-container .social-links {
        width: 30px;
        height: 30px;
        margin-right: 2px
    }
    .cart-step-2 .cart-half .form-block.summary .text-block,
    .cart-step-3 .cart-half .form-block.summary .text-block,
    .cart-step-4 .cart-half .form-block.summary .text-block {
        width: 55%
    }
    .cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(2),
    .cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(2),
    .cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(2) {
        width: 45%
    }
    .cart-step-2 .cart-half .form-block.summary .text-block,
    .cart-step-3 .cart-half .form-block.summary .text-block,
    .cart-step-4 .cart-half .form-block.summary .text-block {
        font-size: 1.1rem
    }
    .cart-step-2 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child,
    .cart-step-3 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child,
    .cart-step-4 .cart-half .form-block.summary .text-block:nth-of-type(1) span:last-child {
        margin-top: 17px
    }
    .cart-step-2,
    .cart-step-3,
    .cart-step-4 {
        margin-bottom: 30px
    }
    .cart-step-2 .cart-half .form-block,
    .cart-step-3 .cart-half .form-block,
    .cart-step-4 .cart-half .form-block {
        font-size: 1.2rem
    }
    .cart-step-2 .cart-half input[type=radio]+label,
    .cart-step-3 .cart-half input[type=radio]+label,
    .cart-step-4 .cart-half input[type=radio]+label,
    .cart-step-2 .cart-half input[type=checkbox]+label,
    .cart-step-3 .cart-half input[type=checkbox]+label,
    .cart-step-4 .cart-half input[type=checkbox]+label {
        font-size: 1.2rem
    }
    header .nav-section .row .col-6 .searchbar-display {
        display: none !important
    }
    .homepage .slider .slider-price strong small {
        font-size: 2rem
    }
    .product-showcase .row .col:last-child {
        text-align: center
    }
    .gray-bg-section .photo-section-container .photo-section:nth-child(2n+1) .text-section {
        padding-left: 5%
    }
    .gray-bg-section .photo-section-container .photo-section .text-section h2 {
        font-size: 2rem
    }
    .photo-section:not(:last-child) .text-section-inner {
        padding-bottom: 0 !important
    }
    .error-page .error-buttons .btn {
        margin-bottom: 5px
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full {
        padding-top: 15px
    }
    .cart-1 .cart-1-bottom .content-block .content-block-full .btn {
        padding-left: 8px;
        padding-right: 8px
    }
    .cart-1 .cart-1-bottom {
        margin-bottom: 20px
    }
    .conditions-page article h2,
    .conditions-page article h3,
    .conditions-page article h4,
    .conditions-page article h5 {
        margin-top: 26px
    }
    .selector .selector-items {
        max-height: 100px;
        overflow: auto
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .btn.btn-orange.loadmore {
        font-size: 1.3rem;
        padding-left: 30px;
        padding-right: 14px;
        margin-right: 7px
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .btn.btn-orange.loadmore:last-child {
        margin-right: 0
    }
    .catalog-page .catalog-content .catalog-section-right .catalog-section-bottom .btn.btn-orange.loadmore:before {
        left: 8px
    }
}