/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
    margin: 0px !important;
    /*overflow-x: hidden !important;*/
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong,
b,
.strong,
.bold {
    font-weight: 700;
}

button, input {
    outline: none !important;
}

button {
    cursor: pointer;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand,
input::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
}

.clear {
    clear: both;
}

img, video {
    max-width: 100%;
    display: block;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.item {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.loading * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.container {
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

button {
    font-family: inherit !important;
}

/** COMMON **/
body, html {
    font-family: 'Effra trial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    color: #6C6C6C;
    line-height: 1.667em;

}

.container-1 {
    padding: 150px 0px;
}

.container-2 {
    padding: 100px 0px;
}

.container-3 {
    padding: 50px 0px;
}

.wrapper-1 {
    max-width: 1440px;
    padding: 0px 70px;
}

.wrapper-2 {
    max-width: 1140px;
    padding: 0px 70px;
}

.wrapper-3 {
    max-width: 840px;
    padding: 0px 70px;
}

/** SPACING **/
.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

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

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.m-35 {
    margin: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

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

.pl-50 {
    padding-left: 50px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.m-55 {
    margin: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.m-65 {
    margin: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.m-75 {
    margin: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.m-85 {
    margin: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.m-95 {
    margin: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.p-105 {
    padding: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.m-105 {
    margin: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.p-115 {
    padding: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.m-115 {
    margin: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.p-125 {
    padding: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.m-125 {
    margin: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.p-130 {
    padding: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.m-130 {
    margin: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.p-135 {
    padding: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.m-135 {
    margin: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.p-140 {
    padding: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.m-140 {
    margin: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.p-145 {
    padding: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.m-145 {
    margin: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

/** MAX WIDTH **/
.mw-0 {
    max-width: 0px;
}

.mw-25 {
    max-width: 25px;
}

.mw-50 {
    max-width: 50px;
}

.mw-75 {
    max-width: 75px;
}

.mw-100 {
    max-width: 100px;
}

.mw-125 {
    max-width: 125px;
}

.mw-150 {
    max-width: 150px;
}

.mw-175 {
    max-width: 175px;
}

.mw-200 {
    max-width: 200px;
}

.mw-225 {
    max-width: 225px;
}

.mw-250 {
    max-width: 250px;
}

.mw-275 {
    max-width: 275px;
}

.mw-300 {
    max-width: 300px;
}

.mw-325 {
    max-width: 325px;
}

.mw-350 {
    max-width: 350px;
}

.mw-375 {
    max-width: 375px;
}

.mw-400 {
    max-width: 400px;
}

.mw-425 {
    max-width: 425px;
}

.mw-450 {
    max-width: 450px;
}

.mw-475 {
    max-width: 475px;
}

.mw-500 {
    max-width: 500px;
}

.mw-525 {
    max-width: 525px;
}

.mw-550 {
    max-width: 550px;
}

.mw-575 {
    max-width: 575px;
}

.mw-600 {
    max-width: 600px;
}

.mw-625 {
    max-width: 625px;
}

.mw-650 {
    max-width: 650px;
}

.mw-675 {
    max-width: 675px;
}

.mw-700 {
    max-width: 700px;
}

.mw-725 {
    max-width: 725px;
}

.mw-750 {
    max-width: 750px;
}

.mw-775 {
    max-width: 775px;
}

.mw-800 {
    max-width: 800px;
}

.mw-825 {
    max-width: 825px;
}

.mw-850 {
    max-width: 850px;
}

.mw-875 {
    max-width: 875px;
}

.mw-900 {
    max-width: 900px;
}

.mw-925 {
    max-width: 925px;
}

.mw-950 {
    max-width: 950px;
}

.mw-975 {
    max-width: 975px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1025 {
    max-width: 1025px;
}

.mw-1050 {
    max-width: 1050px;
}

.mw-1075 {
    max-width: 1075px;
}

.mw-1100 {
    max-width: 1100px;
}

.mw-1125 {
    max-width: 1125px;
}

.mw-1150 {
    max-width: 1150px;
}

.mw-1175 {
    max-width: 1175px;
}

.mw-1200 {
    max-width: 1200px;
}

.mw-1225 {
    max-width: 1225px;
}

.mw-1250 {
    max-width: 1250px;
}

.mw-1275 {
    max-width: 1275px;
}

.mw-1300 {
    max-width: 1300px;
}

.mw-1325 {
    max-width: 1325px;
}

.mw-1350 {
    max-width: 1350px;
}

.mw-1375 {
    max-width: 1375px;
}

.mw-1400 {
    max-width: 1400px;
}

.mw-1425 {
    max-width: 1425px;
}

.mw-1450 {
    max-width: 1450px;
}

.mw-1475 {
    max-width: 1475px;
}

.mw-1500 {
    max-width: 1500px;
}

.mw-1525 {
    max-width: 1525px;
}

.mw-1550 {
    max-width: 1550px;
}

.mw-1575 {
    max-width: 1575px;
}

.mw-1600 {
    max-width: 1600px;
}

.mw-1625 {
    max-width: 1625px;
}

.mw-1650 {
    max-width: 1650px;
}

.mw-1675 {
    max-width: 1675px;
}

.mw-1700 {
    max-width: 1700px;
}

.mw-1725 {
    max-width: 1725px;
}

.mw-1750 {
    max-width: 1750px;
}

.mw-1775 {
    max-width: 1775px;
}

.mw-1800 {
    max-width: 1800px;
}

.mw-1825 {
    max-width: 1825px;
}

.mw-1850 {
    max-width: 1850px;
}

.mw-1875 {
    max-width: 1875px;
}

.mw-1900 {
    max-width: 1900px;
}

.mw-1925 {
    max-width: 1925px;
}

.mw-1950 {
    max-width: 1950px;
}

.mw-1975 {
    max-width: 1975px;
}

.mw-2000 {
    max-width: 2000px;
}

.mw-2025 {
    max-width: 2025px;
}

.mw-2050 {
    max-width: 2050px;
}

.mw-2075 {
    max-width: 2075px;
}

.mw-2100 {
    max-width: 2100px;
}

.mw-2125 {
    max-width: 2125px;
}

.mw-2150 {
    max-width: 2150px;
}

.mw-2175 {
    max-width: 2175px;
}

.mw-2200 {
    max-width: 2200px;
}

.mw-2225 {
    max-width: 2225px;
}

.mw-2250 {
    max-width: 2250px;
}

.mw-2275 {
    max-width: 2275px;
}

.mw-2300 {
    max-width: 2300px;
}

.mw-2325 {
    max-width: 2325px;
}

.mw-2350 {
    max-width: 2350px;
}

.mw-2375 {
    max-width: 2375px;
}

.mw-2400 {
    max-width: 2400px;
}

.mw-2425 {
    max-width: 2425px;
}

.mw-2450 {
    max-width: 2450px;
}

.mw-2475 {
    max-width: 2475px;
}

.mw-2500 {
    max-width: 2500px;
}

.mw-2525 {
    max-width: 2525px;
}

.mw-2550 {
    max-width: 2550px;
}

.mw-2575 {
    max-width: 2575px;
}

.mw-2600 {
    max-width: 2600px;
}

.mw-2625 {
    max-width: 2625px;
}

.mw-2650 {
    max-width: 2650px;
}

.mw-2675 {
    max-width: 2675px;
}

.mw-2700 {
    max-width: 2700px;
}

.mw-2725 {
    max-width: 2725px;
}

.mw-2750 {
    max-width: 2750px;
}

.mw-2775 {
    max-width: 2775px;
}

.mw-2800 {
    max-width: 2800px;
}

.mw-2825 {
    max-width: 2825px;
}

.mw-2850 {
    max-width: 2850px;
}

.mw-2875 {
    max-width: 2875px;
}

.mw-2900 {
    max-width: 2900px;
}

.mw-2925 {
    max-width: 2925px;
}

.mw-2950 {
    max-width: 2950px;
}

.mw-2975 {
    max-width: 2975px;
}

.mw-3000 {
    max-width: 3000px;
}

.box-1 {
    padding: 30px;
}

.box-2 {
    padding: 50px;
}

/** COLORS **/
/** Color: black-1 **/
.clr-black-1 {
    color: #000 !important
}

.bg-black-1 {
    background-color: #000 !important
}

.clr-media-black-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--audio .plyr__control:hover,
.clr-media-black-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-black-1 .plyr__control--overlaid:focus,
.clr-media-black-1 .plyr__control--overlaid:hover,
.clr-media-black-1 .plyr__control--overlaid,
.clr-media-black-1 .plyr--video .plyr__control:hover {
    background: #000 !important;
}

.clr-media-black-1 .plyr--full-ui input[type=range] {
    color: #000 !important;
}

/** Color: white-1 **/
.clr-white-1 {
    color: #fff !important
}

.bg-white-1 {
    background-color: #fff !important
}

.clr-media-white-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--audio .plyr__control:hover,
.clr-media-white-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-white-1 .plyr__control--overlaid:focus,
.clr-media-white-1 .plyr__control--overlaid:hover,
.clr-media-white-1 .plyr__control--overlaid,
.clr-media-white-1 .plyr--video .plyr__control:hover {
    background: #fff !important;
}

.clr-media-white-1 .plyr--full-ui input[type=range] {
    color: #fff !important;
}

/** Color: grey-1 **/
.clr-grey-1 {
    color: #414042 !important
}

.bg-grey-1 {
    background-color: #414042 !important
}

.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-grey-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-grey-1 .plyr--audio .plyr__control:hover,
.clr-media-grey-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-grey-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-grey-1 .plyr__control--overlaid:focus,
.clr-media-grey-1 .plyr__control--overlaid:hover,
.clr-media-grey-1 .plyr__control--overlaid,
.clr-media-grey-1 .plyr--video .plyr__control:hover {
    background: #414042 !important;
}

.clr-media-grey-1 .plyr--full-ui input[type=range] {
    color: #414042 !important;
}

/** Color: grey-2 **/
.clr-grey-2 {
    color: #6C6C6C !important
}

.bg-grey-2 {
    background-color: #6C6C6C !important
}

.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-grey-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-grey-2 .plyr--audio .plyr__control:hover,
.clr-media-grey-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-grey-2 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-grey-2 .plyr__control--overlaid:focus,
.clr-media-grey-2 .plyr__control--overlaid:hover,
.clr-media-grey-2 .plyr__control--overlaid,
.clr-media-grey-2 .plyr--video .plyr__control:hover {
    background: #6C6C6C !important;
}

.clr-media-grey-2 .plyr--full-ui input[type=range] {
    color: #6C6C6C !important;
}

/** Color: red-1 **/
.clr-red-1 {
    color: #FF5252 !important
}

.bg-red-1 {
    background-color: #FF5252 !important
}

.clr-blue-1 {
    color: #125A78 !important
}

.bg-blue-1 {
    background-color: #125A78 !important
}

.clr-media-red-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-red-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-red-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-red-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-red-1 .plyr--audio .plyr__control:hover,
.clr-media-red-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-red-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-red-1 .plyr__control--overlaid:focus,
.clr-media-red-1 .plyr__control--overlaid:hover,
.clr-media-red-1 .plyr__control--overlaid,
.clr-media-red-1 .plyr--video .plyr__control:hover {
    background: #FF5252 !important;
}

.clr-media-red-1 .plyr--full-ui input[type=range] {
    color: #FF5252 !important;
}

/** Color: green-1 **/
.clr-green-1 {
    color: #35B046 !important
}

.bg-green-1 {
    background-color: #35B046 !important
}

.clr-media-green-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--audio .plyr__control:hover,
.clr-media-green-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-green-1 .plyr__control--overlaid:focus,
.clr-media-green-1 .plyr__control--overlaid:hover,
.clr-media-green-1 .plyr__control--overlaid,
.clr-media-green-1 .plyr--video .plyr__control:hover {
    background: #35B046 !important;
}

.clr-media-green-1 .plyr--full-ui input[type=range] {
    color: #35B046 !important;
}

/** Color: salmon-1 **/
.clr-salmon-1 {
    color: #E8BBA7 !important
}

.bg-salmon-1 {
    background-color: #E8BBA7 !important
}

.clr-media-salmon-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-salmon-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-salmon-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-salmon-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-salmon-1 .plyr--audio .plyr__control:hover,
.clr-media-salmon-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-salmon-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-salmon-1 .plyr__control--overlaid:focus,
.clr-media-salmon-1 .plyr__control--overlaid:hover,
.clr-media-salmon-1 .plyr__control--overlaid,
.clr-media-salmon-1 .plyr--video .plyr__control:hover {
    background: #E8BBA7 !important;
}

.clr-media-salmon-1 .plyr--full-ui input[type=range] {
    color: #E8BBA7 !important;
}

/** Color: salmon-2 **/
.clr-salmon-2 {
    color: #FBF4F1 !important
}

.bg-salmon-2 {
    background-color: #FBF4F1 !important
}

.clr-media-salmon-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-salmon-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-salmon-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-salmon-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-salmon-2 .plyr--audio .plyr__control:hover,
.clr-media-salmon-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-salmon-2 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-salmon-2 .plyr__control--overlaid:focus,
.clr-media-salmon-2 .plyr__control--overlaid:hover,
.clr-media-salmon-2 .plyr__control--overlaid,
.clr-media-salmon-2 .plyr--video .plyr__control:hover {
    background: #FBF4F1 !important;
}

.clr-media-salmon-2 .plyr--full-ui input[type=range] {
    color: #FBF4F1 !important;
}

/** Color: salmon-3 **/
.clr-salmon-3 {
    color: #FDF9F8 !important
}

.bg-salmon-3 {
    background-color: #FDF9F8 !important
}

.clr-media-salmon-3 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-salmon-3 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-salmon-3 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-salmon-3 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-salmon-3 .plyr--audio .plyr__control:hover,
.clr-media-salmon-3 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-salmon-3 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-salmon-3 .plyr__control--overlaid:focus,
.clr-media-salmon-3 .plyr__control--overlaid:hover,
.clr-media-salmon-3 .plyr__control--overlaid,
.clr-media-salmon-3 .plyr--video .plyr__control:hover {
    background: #FDF9F8 !important;
}

.clr-media-salmon-3 .plyr--full-ui input[type=range] {
    color: #FDF9F8 !important;
}

.clr-grey-4 {
    color: #b7b7b7;
}

.block,
.brick {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-in,
.background-overlay {
    height: 100%;
    width: 100%;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.columns,
.form-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.column,
.form-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.column-in,
.form-column-in {
    position: relative;
    height: 100%;
}

.visual {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.no-space {
    padding: 0px !important;
}

.no-space-top {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.no-space-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.item {
    display: block;
    float: left;
}

.es-slider-items .item {
    float: none;
}

.column {
    display: table-cell;
    vertical-align: top;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

.tt-uppercase {
    text-transform: uppercase;
}

.op-0 {
    opacity: 0
}

.op-5 {
    opacity: 0.05
}

.op-10 {
    opacity: 0.10
}

.op-15 {
    opacity: 0.15
}

.op-20 {
    opacity: 0.20
}

.op-25 {
    opacity: 0.25
}

.op-30 {
    opacity: 0.30
}

.op-35 {
    opacity: 0.35
}

.op-40 {
    opacity: 0.40
}

.op-45 {
    opacity: 0.45
}

.op-50 {
    opacity: 0.50
}

.op-55 {
    opacity: 0.55
}

.op-60 {
    opacity: 0.60
}

.op-65 {
    opacity: 0.65
}

.op-70 {
    opacity: 0.70
}

.op-75 {
    opacity: 0.75
}

.op-80 {
    opacity: 0.80
}

.op-85 {
    opacity: 0.85
}

.op-90 {
    opacity: 0.90
}

.op-95 {
    opacity: 0.95
}

.op-100 {
    opacity: 1
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.component p {
    margin-bottom: 1em;
}

.component p:last-child {
    margin-bottom: 0px !important;
}

.title-7 {
    font-family: 'Good Vibes' !important;
}

.arrow {
    opacity: 1;
}

.arrow.hidden {
    opacity: 0;
}

.content-row {
    margin: 0 -38px;
}

.content-row .column {
    padding: 0 38px;
}

.component ul li {
    position: relative;
    padding-left: 20px;
}

.component ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #E8BBA7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
}

button {
    font-size: inherit !important;
    background: inherit !important;
    padding: inherit !important;
}

.usp strong {
    color: #FF5252 !important;
}

.component p a,
.form-check a {
    text-decoration: underline;
}

.component p a:hover,
.form-check a:hover {
    color: #E8BBA7;
}

.component p em {
    color: red !important;
    font-weight: 600 !important;
    font-size: larger;
}

.component p span[style="text-decoration: underline;"] {
    text-decoration: none !important;
    color: #35B046 !important;
    font-weight: 600 !important;
}

.company-name {
    font-weight: 700;
    display: inline;
}

.woocommerce-message {
    padding: 20px 0;
    background: #35B046;
    color: #FFF !important;
    font-weight: 600;
}

.woocommerce-error {
    padding: 20px;
    background: #FF5252;
    color: #FFF !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-error:last-child {
    margin-bottom: 40px;
}

.woocommerce-message a {
    display: block;
    text-align: left;
    text-decoration: underline;
    color: #FFF !important;
}

.brick .woocommerce-NoticeGroup .wrapper {
    padding: 0 !important;
}

abbr {
    text-decoration: none !important;
}

/*.popup-essential-slides {*/
/*left: 50%;*/
/*top: 50%;*/
/*max-width: 1000px;*/
/*max-height: 660px;*/
/*background: #FFF;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-moz-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*-o-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*}*/

/*.popup-essential-slide {*/
/*width: 100% !important;*/
/*height: 100% !important;*/
/*}*/

.popup-essential {
    background: rgba(232, 187, 167, 0.3);
}

.popup-essential .popup-essential-slides-in .popup-essential-slide-in {
    padding: 50px;
    background: #FFF;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    max-height: 660px;
}

.popup-essential-slide-in img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 85% !important;
    max-width: 85% !important;
    margin: 0 auto;
}

.popup-essential-close {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.popup-essential .popup-essential-close,
.popup-essential .popup-essential-arrow {
    background: #FFF;
}

.popup-essential-close .close-in {
    margin: 6px auto 0;
}

.popup-essential-close:hover .close-in,
.popup-essential .popup-essential-arrow:hover i {
    color: #FFF !important;
}

.popup-essential .popup-essential-arrow {
    color: #E8BBA7 !important;
}

.popup-essential .popup-essential-arrow:hover {
    background: #E8BBA7;
}

.popup-essential .popup-essential-arrow i {
    position: relative;
    top: 6px;
}

.text-background {
    position: absolute;
    font-size: 19.444em;
    font-weight: 700;
    top: 50%;
    z-index: -1;
    left: -40px;
    color: #FDF9F8;
}

.popup-essential .popup-essential-arrow {
    right: auto !important;
    left: 50%;
    position: fixed;
}

.popup-essential-arrow.arrow-left {
    margin-left: -500px;
}

.popup-essential-arrow.arrow-right {
    margin-left: 450px;
}

/** TRANSITIONS **/
.nav-toggle,
.nav-toggle-in-content::before,
.input-row,
.form-label,
.btn-in,
.arrow,
.zoom-in,
.delete-in,
.popup-essential .popup-essential-close,
.header-main-in,
.header-nav,
.header-subnav a,
.close-in,
.popup-essential-arrow {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.socials-in a,
.play-in,
.brick-contact-form-1 .contact-details a,
.footer-nav a,
.footer-bottom-nav a,
.header-nav-item > a,
.breadcrumbs-in a,
.component p a,
.form-check a,
.popup-essential .popup-essential-arrow i {
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.item-product-categories-1 a,
.item-products-1 a,
.product-archive-middle-left a {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

.tab-trigger,
.faq-trigger {
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}

.header-subnav a span {
    -webkit-transition: width 100ms ease-in-out;
    -moz-transition: width 100ms ease-in-out;
    -ms-transition: width 100ms ease-in-out;
    -o-transition: width 100ms ease-in-out;
    transition: width 100ms ease-in-out;
}

/** COMPONENTS **/
.title-1 {
    font-size: 1.444em;
    line-height: 1.192em;
}

.title-2 {
    font-size: 1.889em;
    line-height: 1.088em;
}

.title-3 {
    font-size: 2.333em;
    line-height: 1.190em;
}

.title-4 {
    font-size: 2.778em;
    line-height: 1.200em;
}

.title-5 {
    font-size: 3.222em;
    line-height: 1.190em;
}

.title-6 {
    font-size: 3.667em;
    line-height: 1.197em;
}

.title-7 {
    font-size: 3.4em;
    line-height: 1.190em;
}

.text-1 {
    font-size: 0.778em;
    line-height: 1.643em;
}

.text-2 {
    font-size: 0.889em;
    line-height: 1.625em;
}

.text-3 {
    font-size: 1.000em;
    line-height: 1.667em;
}

.text-4 {
    font-size: 1.111em;
    line-height: 1.650em;
}

.text-5 {
    font-size: 1.222em;
    line-height: 1.636em;
}

.text-6 {
    font-size: 1.333em;
    line-height: 1.667em;
}

.button {
    display: inline-block;
    text-align: center;
}

.button-1 .btn-in,
.button-2 .btn-in,
.button-3 .btn-in,
.button-4 .btn-in {
    padding: 12px 40px 9px 40px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.button-1 .btn-in:before,
.button-2 .btn-in:before,
.button-3 .btn-in:before,
.button-4 .btn-in:before,
.arrow-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button-1:hover .btn-in:before,
.button-2:hover .btn-in:before,
.button-3:hover .btn-in:before,
.button-4:hover .btn-in:before,
.arrow:hover .arrow-in:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.button-1 .btn-in {
    border: 1px solid #E8BBA7;
}

.button-1:hover .btn-in {
    color: #E8BBA7 !important;
}

.button-1:active .btn-in {
    background: rgba(232, 187, 167, 0.17) !important;
    color: #E8BBA7 !important;
}

.button-2 .btn-in {
    border: 1px solid #414042;
}

.button-2:hover .btn-in {
    color: #414042 !important;
}

.button-2:active .btn-in {
    background: rgba(65, 65, 66, 0.09) !important;
    color: #414042 !important;
}

.button-3 .btn-in {
    border: none;
}

.button-3:hover .btn-in {
    color: #FFF !important;
}

.button-3:active .btn-in {
    background: #6C6C6C !important;
    color: #FFF !important;
}

.button-3 .btn-in:before {
    background: #414042;
}

.button-4 .btn-in {
    border: 1px solid #35B046;
}

.button-4:hover .btn-in {
    color: #35B046 !important;
}

.button-4:active .btn-in {
    background: rgba(53, 176, 70, 0.17) !important;
    color: #35B046 !important;
}

.button-5 {
    text-decoration: underline;
}

.button-5:hover .btn-in {
    color: #414042 !important;
}

.form-text-in label,
.form-password-in label,
.form-select-in label,
.form-textarea-in label {
    position: relative;
    display: block;
}

.form-text-in input,
.form-password-in input,
.form-select-in select,
.form-textarea-in textarea {
    background: #FFF;
    border: 1px solid #E8BBA7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 67px;
    padding: 0 20px;
    font-size: 1em;
    outline: none;
    color: #6C6C6C;
    font-family: inherit;
    -webkit-appearance: none;
    font-weight: 600;
}

.form-text-in input,
.form-textarea-in textarea {
    padding: 10px 20px 0 20px;
}

.form-text-in.woocommerce-validated input,
.form-textarea-in.woocommerce-validated textarea {
    border-color: #35B046;
}

.form-text-in.woocommerce-validated label:after,
.form-textarea-in.woocommerce-validated label:after {
    font-family: 'riva-fabrieksmatras';
    content: "\6f";
    display: block;
    color: #35B046;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-label {
    position: absolute;
    top: 19px;
    left: 20px;
    margin-top: 2px;
    font-weight: 600;
}

.focus .form-label {
    top: 6px;
    font-size: 0.667em;
    font-weight: 400;
}

.validation_error,
.validation_message {
    color: #414042;
    font-size: 1em;
    font-style: italic;
    margin-top: 4px;
    font-weight: 400 !important;
}

.validation_error.form-text-in {
    margin-top: 0;
}

.validation_error.form-text-in input,
.validation_error.form-textarea-in textarea {
    border-color: #414042;
}

.form-select-select {
    position: relative;
    z-index: 1;
    background: #fff;
}

.form-select-select .icon-select {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: -1;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    margin-top: 1px;
    color: #6C6C6C;

}

.form-select-in select {
    background: transparent !important;
    height: 67px;
    padding: 0 20px;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer;
}

.form-select-in.form-select-in-2 select {
    height: 47px;
    padding: 0 20px;
    width: 100%;
    font-size: 0.889em;
    cursor: pointer;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.form-select-in-3 select {
    display: none;
}

.form-select-in-3 .fake-select {
    position: relative;
}

.form-select-in-3-title .component,
.form-select-in-3-title span {
    display: inline-block;
}

.form-select-in-3-title span {
    line-height: 1.025em;
}

.form-select-in-3 .fake-selected {
    border: 1px solid #E8BBA7;
    cursor: pointer;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.form-select-in-3 .fake-select-options {
    margin-top: -1px;
    border: 1px solid #E8BBA7;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 2;
}

.form-select-in-3.active .fake-select-options {
    display: block;
}

.form-select-in-3.active .fake-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FDF9F9 !important;
}

.form-select-in-3 .fake-select-option:first-child {
    padding-top: 20px;
}

.form-select-in-3 .fake-select-option:last-child {
    padding-bottom: 20px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

.fake-select-option {
    cursor: pointer;
    padding: 0 20px;
}

.fake-select-option-in {
    margin-top: 5px;
}

.fake-select-option:first-child .fake-select-option-in {
    margin-top: 0;
}

.form-select-in-3 span {
    padding: 4px 1px 0 2px;
}

.fake-select-option span {
    padding: 0 2px 0 2px;
    position: relative;
    bottom: 1px;
    max-height: 18px;
    margin-right: 5px;
}

.form-select-in-3 .fake-selected-in {
    height: 47px;
    padding: 11px 20px 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.form-select-in-3 i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -moz-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    -o-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    font-size: 1.15em;
}

.fake-select-option:hover {
    background-color: #FDF9F9 !important;
}

.fake-select-option span,
.fake-select-option .component {
    display: inline-block;
}

.fake-select-option .component {
    vertical-align: middle;
}

.form-select-in-3.active i {
    top: 6%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fake-select-option-in {
    padding-left: 30px;
    position: relative;
}

.fake-select-option-in span {
    position: absolute;
    left: 0px;
    top: 4px;
}

.fake-select-options-in {
    max-height: 250px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.form-textarea-in textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
    resize: vertical;
    padding-top: 27px !important;
}

.form-textarea-in .form-label {
    top: 15px;
}

.form-textarea-in.focus .form-label {
    top: 4px;
}

.form-radio input {
    position: absolute;
    opacity: 0;
    left: -9999px;
    -webkit-appearance: none;
}

.form-radio-in label span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 68px;
    text-align: center;
    border: 1px solid #E8BBA7;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
}

.form-radio-in label img {
    max-width: 100px;
    max-height: 47px;
    mix-blend-mode: multiply;
    margin: 0 auto;
}

.form-radio input:checked ~ span {
    background: #E8BBA7;
}

.form-check {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 18px;
    line-height: 1em;
    margin-bottom: 5px;
}

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-checkmark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFF;
    border: 1px solid #E8BBA7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-checkmark:after {
    content: "";
    /*position: absolute;*/
    display: none;
}

.form-check input:checked ~ .form-checkmark:after {
    display: block;
}

.is-checkout .form-check a {
    color: #35B046;
}

.form-check .form-checkmark:after {
    position: relative;
    top: -2px;
    width: 6px;
    height: 12px;
    border: solid #35B046;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.usps-in {
    margin: 0 -27px;
}

.usp {
    float: left;
    padding: 0 27px;
}

.usp i {
    position: relative;
    font-size: 0.656em;
    top: 1px;
}

.usps-2.usps-in {
    margin: 0 !important;
}

.usps-2 .usp {
    display: table;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
}

.usps-2 .usp:last-child {
    margin-bottom: 0;
}

.usp-left {
    display: table-cell;
    vertical-align: top;
    width: 20px;
}

.usp-right {
    display: table-cell;
    vertical-align: top;
}

.usps-3 .usp i {
    color: #E8BBA7;
}

.usps-4.usps-in {
    margin: 0 !important;
}

.usps-4 .usp {
    display: table;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 7px;
}

.usps-4 .usp-left {
    width: 15px;
}

.usp-left {
    display: table-cell;
    vertical-align: top;
    width: 20px;
}

.usp-right {
    display: table-cell;
    vertical-align: top;
}

.brick-featured-1 .slider-slides .slide .mb-0 {
    height: 100%;
}

.brick-featured-1 .slider-slides .slide .mb-0 img {
    height: 100%;
    object-fit: cover;
}

.brick-featured-1 .countdown-top .column-1 {
    width: 475px;
    vertical-align: top;
}

.brick-featured-1 .countdown-top .column-1 .column-in {
    top: 25px;
}

.brick-featured-1 .countdown-top .column-2 {
    vertical-align: top !important;
    padding: 0;
}

.brick-featured-1 .countdown-top .column-2 .column-in {
    left: -40px;
}

.brick-featured-1 .countdown-top .column-2 img {
    max-width: 160px;
    margin: 0 auto;
}

.stamp {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    padding: 10px;
}

.brick-featured-1 .stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    margin-right: -210px;
}

.stamp-in {
    text-align: center;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.stamp-in .title-6 {
    font-size: 5.333em;
    line-height: .65em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.countdown-top .stamp-in .title-4 {
    line-height: 1em;
}

.countdown-top {
    margin-bottom: -10px;
}

.countdown-top .column-1 .column-in,
.countdown-top .column-2 .column-in {
    height: auto;
}

.countdown-top .countdown-subtitle {
    font-family: 'Good Vibes';
}

.countdown-top .days {
    padding-left: 40px;
}

.countdown-bottom-in {
    display: table;
    width: 100%;
    padding-right: 20px;
}

.countdown-bottom-left,
.countdown-bottom-right {
    display: table-cell;
    vertical-align: top;
}

.brick-featured-1 .countdown-top .column-1 {
    width: 485px;
    vertical-align: top;
    padding-right: 20px;
}

svg{
    display: block;
}

.featured-variant-two {
    position: relative;
    font-family: effra, sans-serif;
}

.featured-variant-two .featured-in {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50px;
}

.featured-variant-two .bg{
    background: rgb(226, 215, 88);
    background: linear-gradient(0deg, rgba(226, 215, 88, 1) 0%, rgba(183, 80, 84, 1) 100%);
    overflow: hidden;
    border-radius: 50px;
}

.featured-variant-two .bg .img{
    position: absolute;
    top: -70px;
    left: -30px;
}

.featured-variant-two .bg .img:nth-child(2){
    left: auto;
    right: 50px;
}

.featured-variant-two .discount-labels .label{
    position: absolute;
    z-index: 3;
    width: 200px;
    height: 200px;
    transform: rotate(-10deg);
}

.featured-variant-two .discount-labels .label:nth-child(1) {
    left: 350px;
    top: -25px;
}
.featured-variant-two .discount-labels .label:nth-child(2) {
    left: -40px;
    top: 150px;
}
.featured-variant-two .discount-labels .label:nth-child(3) {
    top: 30px;
    left: 1015px;
    width: 260px;
    height: 260px;
    transform: rotate(10deg);
}

.featured-variant-two .discount-labels .label-bg .discount-stamp{
    opacity: 0.5;
}

.featured-variant-two .discount-labels .label-bg .discount-stamp-inner{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.featured-variant-two .discount-labels .label:nth-child(3) .discount-stamp-inner{
    width: 200px;
    height: 200px;
}

.featured-variant-two .discount-labels .label .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.featured-variant-two .discount-labels .label .text .discount{
    font-size: 50px;
    line-height: 50px;
}

.featured-variant-two .discount-labels .label:nth-child(3) .text .discount{
    font-size: 60px;
    line-height: 60px;
}

.featured-variant-two .featured-top {
    display: flex;
    padding-left: 70px;
    max-width: 1100px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.featured-variant-two .featured-top .featured-right{
    text-align: center;
    transform: rotate(-5deg);
}

.featured-variant-two .clock{
    padding-left: 20px;
}

.featured-variant-two .small-title{
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.featured-variant-two .small-title h3{
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
}

.featured-variant-two .action-label{
    background-color: #E2D758;
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto 20px auto;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
}

.featured-variant-two .action-label svg{
    width: 100%;
    height: 24px;
}
.featured-variant-two .action-label svg text{
    fill: #000;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linejoin: round;
}

.featured-variant-two .large-title{
    margin-bottom: 30px;
}

.featured-variant-two .large-title h2{
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #fff;
}

.featured-variant-two .sale-dates {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.featured-variant-two .sale-dates .date {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 28px 15px 0 15px;
    font-weight: 800;
}

.featured-variant-two .sale-dates .date::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    padding-bottom: 25%;
    background-color: #000;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    z-index: -1;
}

.featured-variant-two .sale-dates .date .date-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.featured-variant-two .sale-dates .date .date-bar .bar{
    height: 50px;
    width: 10px;
    background-color: #000;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.featured-variant-two .sale-dates .date .weekday,
.featured-variant-two .sale-dates .date .month {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: -0.75px;
}

.featured-variant-two .sale-dates .date .month{
    margin-top: 10px;
    height: 15px;
}

.featured-variant-two .sale-dates .date .month svg,
.featured-variant-two .sale-dates .date .weekday svg {
    width: 100%;
    height: 24px;
    max-width: 90%;
    margin: 0 auto;
}

.featured-variant-two .sale-dates .date .month svg text,
.featured-variant-two .sale-dates .date .weekday svg text {
    fill: #fff;
    stroke: black;
    stroke-width: 1.2px;
    stroke-linejoin: round;
}

.featured-variant-two .sale-dates .date .weekday {
    margin-bottom: -12px;
    position: relative;

}

.featured-variant-two .sale-dates .date .day {
    font-size: 100px;
    line-height: 60px;
    color: #FF5252;
    -webkit-text-stroke: 2px #fff;
}

.featured-variant-two .featured-bottom{
    background-color: #000;
    padding: 30px 0;
    text-align: center;
}

.featured-variant-two .featured-bottom p{
    font-size: 30px;
    color: #fff;
}

:root {
    --clock-body-color: #FF5252;
    --bell-gray: #ADAEB0;
    --handle-gray: #717172;
}

.box-canvas {
    position: relative;
    margin: auto;
    display: block;
    width: 345px;
    height: 430px;
    transform: rotate(-10deg) scale(0.9);
}

/* The metal handle behind the bells */
.handle {
    position: absolute;
    left: 22px;
    top: 30px;
    width: 300px;
    height: 100px;
    border: 15px solid var(--handle-gray);
    border-bottom-color: transparent;
    border-radius: 50% 50% 40% 40%;
}

/* Shared bell styles - main bell prong */
.bell {
    position: absolute;
    top: 78px;
    background: var(--bell-gray);
    width: 10px;
    height: 90px;
}

.bell-left {
    transform: rotate(-30deg);
    left: 50px;
}

.bell-right {
    transform: rotate(30deg);
    right: 50px;
}

/* Shared bell styles - main semi-circle bell */
.bell::after {
    content: '';
    position: absolute;
    top: -75px;
    width: 170px;
    height: 150px;
    clip-path: circle(40% at 50% 100%);
    background: var(--bell-gray);
}

.bell-left::after {
    transform: rotate(-5deg);
    left: -85px;
}

.bell-right::after {
    transform: rotate(5deg);
    right: -85px;
}

/* Main clock face including red border */
.clock-face {
    position: absolute;
    background: #F4FCFB;
    top: 125px;
    left: 20px;
    width: 305px;
    height: 305px;
    border: 15px solid var(--clock-body-color);
    border-radius: 50%;
}

/* Left clock leg */
.clock-face::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 15px;
    height: 70px;
    background: var(--clock-body-color);
    transform: rotate(20deg);
    border-radius: 20%;
}

/* Right clock leg */
.clock-face::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 15px;
    height: 70px;
    background: var(--clock-body-color);
    transform: rotate(-20deg);
    border-radius: 20%;
}

/* Shared vertical tick styles */
.tick {
    position: absolute;
    left: 135px;
    background: var(--handle-gray);
    width: 5px;
    height: 25px;
}

/* Shared horizontal tick styles */
.tick::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    background: var(--handle-gray);
}

/* Twelve o'clock tick */
.twelve {
    top: 10px;

}

/* Three o'clock tick */
.twelve::after {
    top: 125px;
    left: 105px;
}

/* Six o'clock tick */
.six {
    bottom: 10px;
}

/* Nine o'clock tick */
.six::after {
    bottom: 125px;
    right: 105px;
}

/* Shared styles for both hands */
.hand {
    position: absolute;
    width: 10px;
    background: var(--handle-gray);
}

.hour-hand {
    left: 117px;
    top: 135px;
    height: 60px;
    transform: rotate(30deg);
}

/* Shared hand point section styles */
.hand::after {
    content: '';
    position: absolute;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/* Point at end of hand - shared */
.hour-hand::after {
    bottom: -10px;
    border-top: 10px solid var(--handle-gray);
}

/* Minute hand */
.minute-hand {
    background: var(--handle-gray);
    left: 132px;
    top: 55px;
    height: 87px;
    animation: handMove 60s infinite linear;
}

/* Minute hand point */
.minute-hand::after {
    border-bottom: 10px solid var(--handle-gray);
    top: -10px;
}

/* Circular join between both hands */
.hour-hand::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -10px;
    background: var(--handle-gray);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

@keyframes handMove {
    from {
        transform: rotate(0);
        transform-origin: bottom center;
    }
    to {
        transform: rotate(360deg);
        transform-origin: bottom center;
    }
}

.countdown-bottom-left {
    padding-right: 5px;
    padding-top: 20px;
}

.countdown-bottom-right {
    width: 311px;
}

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

.counter-column {
    display: table-cell;
    vertical-align: middle;
}

.counter-column span {
    display: inline-block;
    vertical-align: middle;
    background: #414042;
    line-height: 54px !important;
    margin: 0 3px;
    width: 30px;
    text-align: center;
    padding-top: 6px;
}

.counter-type {
    text-align: center;
}

.days-in span {
    display: block;
    margin-bottom: 15px;
}

.days-in span[style] {
    display: inline;
    margin-bottom: 0;
}

.days-in span:last-child {
    margin-bottom: 0;
}

.countdown-pre-title {
    font-size: 18em;
    line-height: 1em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.countdown-bottom-left .days {
    margin-top: 20px;
}

.breadcrumbs-in > * {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs-in i {
    font-size: 0.7em;
    position: relative;
    top: 0;
}

.breadcrumbs-in span {
    padding: 0 3px
}

.label-1 {
    display: inline-block;
}

.label-1 .label-in {
    padding: 9px 20px 6px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.arrow {
    display: inline-block;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    border: 2px solid #E8BBA7;
    overflow: hidden;
}

.arrow-in {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.arrow i {
    position: relative;
    top: 3px;
}

.arrow:hover {
    color: #E8BBA7 !important;
}

.arrows-2 .arrow {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.944em;
}

.socials-in a {
    display: block;
    padding: 12px 0;
}

.socials-in a:hover {
    color: #E8BBA7;
}

.logos-in > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}

.logos-in img {
    max-height: 23px;
}

.logos-in > *:last-child {
    margin-right: 0;
}

.price-in .column-1 .column-in div {
    display: inline-block;
}

.price-in .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: flex-end;
}

.price-in .column {
    display: block;
}

.price-in .column-in {
    height: auto;
}

.products-single-top .price-in .column-1 {
    padding-right: 0;
    text-align: left;
}

.price-in .column-2 {
    width: 110px !important;
}

.price-in .column-2 ~ .column-3 {
    width: 130px;
}

.price-in .column-3 {
    width: 100%;
}

.price-in .column-3 .column-in .text-4,
.price-in .column-3 .column-in .title-2 {
    display: inline-block;
    vertical-align: middle;
}

.price-in .stamp {
    margin-bottom: 0;
    padding: 20px;
}

.price-in .stamp .text-4 {
    line-height: 1.1em;
}

.zoom-1 {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.111em;
    cursor: pointer;
}

.zoom-1 i {
    position: relative;
    top: 5px;
}

.zoom-1:hover .zoom-in {
    background: #FFF !important;
    color: #E8BBA7 !important;
}

.close-1 {
    display: inline-block;
    cursor: pointer;
}

.close-in {
    width: 36px;
    height: 36px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: .7em;
}

.close-in i {
    position: relative;
    top: 3px !important;
}

.close-1:hover .delete-in {
    color: #6C6C6C !important;
}

.delete-1 {
    display: inline-block;
    cursor: pointer;
}

.delete-in {
    width: 26px;
    height: 26px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: .7em;
}

.delete-in i {
    position: relative;
    top: 1px;
}

.delete-1:hover .delete-in {
    color: #FF5252 !important;
}

.part-video-1 {
    position: relative;
}

.part-video-1:hover .play-in {
    color: #E8BBA7 !important;
}

.play-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-in {
    font-size: 5em;
}

/** LOOPS **/
.loop-product-categories-1 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
}

.item-product-categories-1 {
    float: none;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    min-height: 300px;
    background-color: #fff;
}

.item-product-categories-1 img {
    max-height: 90px;
    background-blend-mode: multiply;
}

.item-product-categories-1.categories-sale {
    min-height: 280px;
}

.item-product-categories-1 a {
    display: block;
    height: 100%;
}

.item-product-categories-1 .button {
    width: 100%;
    height: 50px;
}

.item-product-categories-1 .button .component {
    height: 100%;
    width: 100%;
}

.item-product-categories-1 .button .component .category-label {
    height: 100%;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background-color: #03BFB3;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product-categories-1 .columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.item-product-categories-1 .column {
    vertical-align: middle;
    height: auto;
}

.item-product-categories-1 .column-in {
    height: auto;
}

.item-product-categories-1 .column-in .title {
    font-size: 16px;
    text-align: center;
}

.item-product-categories-1 .column-1 {
    height: auto;
    padding-top: 2em;
}

.item-product-categories-special .title {
    font-size: 25px;
}

.item-product-categories-special a {
    padding: 20px;
    text-align: center;
}

.item-product-categories-special .large-img {
    position: relative;
    overflow: hidden;
    max-height: 145px;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.item-product-categories-special .large-img img {
    width: 100%;
    max-height: none;

}

.item-product-categories-special .large-img > img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.item-product-categories-special .large-img .img-icon {
    width: 80px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.category-label {
    display: inline-block;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 9px 20px 5px;
    text-align: center;
}

.loop-products-1 {
    margin: 0px;
}

.item-products-1 {
    padding: 0px;
    width: 33.333%;
}

.item-products-1 {
    border: 1px #E8BBA7 solid;
    margin-right: -1px;
    margin-bottom: -1px;
}

.item-products-1:last-child {
    margin-right: 0;
}

.item-products-1:first-child {
    margin-left: -1px;
    margin-top: 0 !important;
}

.item-products-1 a {
    display: block;
    height: 100%;
}

.item-products-1 a:hover {
    background-color: rgba(232, 187, 167, 0.1);
}

.item-products-1 .product-top {
    padding: 20px;
    position: relative;
}

.item-products-1 .product-fixed-top {
    position: absolute;
    top: -15px;
    left: -15px;
}

.item-products-1 .product-fixed-bottom {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.item-products-1 .product-fixed-bottom div:nth-child(1) {
    margin-right: 5px;
}

.item-products-1 .product-fixed-bottom img {
    max-width: 72px;
    mix-blend-mode: multiply;
}

.item-products-1 .price-product .component {
    display: inline-block;
}

.item-products-1 .price-product .component:first-child {
    margin-right: 5px;
}

.item-products-1:nth-child(3n+4) {
    margin-left: -1px;
}

.item-subcat-1 .box-1 {
    padding: 65px 20px 20px 20px;
}

.item-subcat-1 .sub-cat-label {
    font-size: 0.89em;
    line-height: 1.186em;
    padding: 15px 25px 11px 25px;
    border-radius: 50px;
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    font-weight: 700;
}

.item-subcat-1 .sub-cat-label.new {
    background: #35B046;
    text-transform: uppercase;
}

.item-subcat-1 .sub-cat-label.actie {
    background: #FF5252;
}

.item-subcat-1 .button {
    width: 100%;
}

.item-subcat-1 .button .btn-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px 9px 25px;
}

.product-reviews > div {
    display: inline-block;
    vertical-align: top;
}

.product-reviews-count {
    padding-left: 4px;
}

.loop-products-cart-1 {
    margin: 0px;
}

.item-products-cart-1 {
    padding: 0px;
    width: 100%;
}

/** PARTS **/
.tab {
    border-bottom: 2px solid #E8BBA7;
}

.tab-bottom {
    display: none;
    padding-bottom: 12px;
}

.tab-top {
    cursor: pointer;
    padding: 17px 0;
}

.tab-top > div,
.tab-faq-top > div {
    display: inline-block;
    max-width: 90%;
}

.tab-trigger,
.faq-trigger {
    float: right;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tab-trigger i,
.faq-trigger i {
    position: relative;
    top: 7px;
}

.tab.active .tab-trigger,
.tab-faq.active .faq-trigger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tab-faq {
    border: 1px solid #E8BBA7;
    margin-bottom: 20px;
}

.tab-faq-top {
    padding: 18px 20px;
    cursor: pointer;
}

.tab-faq-bottom {
    display: none;
    border-top: 1px solid #E8BBA7;
    padding: 20px;
}

.product-tabs-reviews > div {
    display: inline-block;
    vertical-align: top;
}

.product-tabs-reviews .product-tabs-reviews-count {
    padding-right: 4px;
}

.product-tabs-reviews .review-stars {
    position: relative;
    top: 3px;
}

.tab-review {
    padding: 20px;
    margin-bottom: 20px;
}

.tab-review-top-in {
    display: table;
    width: 100%;
}

.tab-review-top-left,
.tab-review-top-right {
    display: table-cell;
    vertical-align: top;
}

.tab-review-top-right {
    width: 120px;
    text-align: right;
}

.tab-review-top {
    border-bottom: 2px solid #E8BBA7;
    padding-bottom: 16px;
}

.tab-review-top-left .text {
    line-height: normal !important;
}

.tab-review-bottom {
    padding-top: 16px;
}

.form-column .review-stars {
    margin-left: -4px;
}

.form-column .review-stars i {
    font-size: 36px;
    width: 34px;
    color: #DDD;
    cursor: pointer;
}

.form-column .review-stars i.hover,
.form-column .review-stars i.selected {
    color: #35B046;
}

.form-column-submit {
    text-align: right;
}

.form-column-submit button {
    padding: 10px 0 0 0 !important;
}

.select-hidden {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.tab-review-form {
    margin-top: 25px;
    padding-bottom: 26px;
}

.slide-label {
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    left: 24px;
    top: 24px;
    padding: 18px 30px 15px;
}

.slide-label .text {
    line-height: normal !important;
}

.plyr--full-ui input[type=range] {
    color: #E8BBA7;
!important;
}

.plyr__control--overlaid {
    background: #E8BBA7;
!important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #E8BBA7;
}

.popup-essential-close i {
    top: 6px;
}

.popup-essential .popup-essential-close:hover {
    background-color: #E8BBA7;
    color: #fff;
}

/** SECTIONS **/
/** SECTION: TOP **/

.sticky-sale-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}

.sticky-bar-in {
    display: flex;
    align-items: center;
    gap: 50px;
}

.sticky-bar-item.sticky-title-out {
    flex: 1;
}

.sticky-bar-countdown {
    width: 306px;
}

.sticky-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sticky-title .title-sale {
    font-size: 4.11em;
    line-height: 1em;
    text-transform: uppercase;
    color: #FF5252;
    margin-bottom: -9px;
}

.sticky-content {
    text-align: right;
}

.sticky-bar-in .text-6 {
    font-size: 1.666em;
    line-height: 1em;
}

.close-sticky {
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-sticky svg {
    display: block;
}

.header-top .usps-1 {
    padding: 5px 0 2px;
}

.nav-toggle {
    cursor: pointer;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 55px;
    background: #E8BBA7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nav-toggle-in {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.nav-toggle-in-content,
.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    width: 20px;
    height: 3px;
    background-color: #e8bba7;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.nav-toggle-in-content::before {
    width: 16px;
}

.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    content: "";
    display: block;
}

.nav-toggle-in-content::before {
    top: 7px;
    right: 0;
}

.nav-toggle-in-content::after {
    bottom: -9px;
    top: 14px;
}

.nav-open .nav-toggle-in-content {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.nav-open .nav-toggle-in-content::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.nav-open .nav-toggle-in-content::after {
    transform: translate3d(0, -19px, 0) rotate(-90deg);
    top: 19px;
}

.header-main {
    border-bottom: 1px solid;
}

.header-main .column-1 {
    width: 600px;
}

.header-main .column-1 .component {
    display: inline-block;
}

.header-main .column {
    vertical-align: middle;
}

.header-main .column-in {
    height: auto;
}

.header-main .column-2 {
    text-align: right;
}

.header-main .column-2 .header-nav .header-nav-item a {
    display: block;
}

.header-nav-item > a {
    line-height: 55px;
}

.header-main .column-2 .header-subnav {
    position: absolute;
    width: 160px;
    text-align: left;
    background-color: #E8BBA7;
    left: -50px;
    top: 100%;
    display: none;
    z-index: 2;
}

.header-main .header-subnav a {
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    position: relative;
}

.header-subnav a.active,
.header-subnav a:hover {
    background: #D9A68F !important;
}

.header-subnav a.active span,
.header-subnav a:hover span {
    width: 3px;
}

.header-subnav a span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #414042;
    width: 0;
}

.header-main .column-2 .header-nav .header-nav-item,
.header-main .column-2 .header-nav,
.header-main .column-2 .header-cart {
    vertical-align: middle;
    display: inline-block;
}

.header-main .header-nav {
    margin: 0 -8px;
}

.header-main .header-nav-item {
    position: relative;
    padding: 0 8px;
}

.header-main .header-cart {
    border-left: 1px #E8BBA7 solid;
    margin-left: 15px;
    position: relative;
    padding-left: 20px;
}

.header-main .header-cart i {
    position: relative;
    top: 4px;
}

.header-main {
    height: 55px;
}

.header-main-in {
    box-shadow: none;
}

.header-main.fixed .header-main-in {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.header-nav-item:hover .header-subnav {
    display: block;
}

.header-main .header-cart .cart-qnty-in {
    position: relative;
    left: 1px;
    bottom: 7px;
    padding: 0 4px;
}

.header-main .header-nav-item:hover .header-subnav {
    display: block;
}

.header-subnav:before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -8px;
    content: '';
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px 8px;
    border-color: transparent transparent #E8BBA7 transparent;
}

.header-subnav a:hover ~ :before {
    border-color: #FF5252;
}

.header-nav-item > a:hover,
.header-nav-item > a.active {
    color: #E8BBA7;
}

.header-language-switcher {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
    border: solid 1px rgba(0, 0, 0, 0);
}

.header-language-switcher .language.active {
    display: none;
}

.header-language-switcher-2 {
    display: none;
}

.trp-flag-image {
    border-radius: 100% !important;
    width: 24px !important;
    height: 24px !important;
}

.trp-language-switcher > div {
    background-image: none;
    padding: 0;
    border-radius: 16px;
    border: solid 1px rgba(0, 0, 0, 0) !important;
}

.trp-language-switcher:hover > div {
    border: solid 1px #E8BBA7 !important;
}

.trp-ls-shortcode-language {
    width: 36px !important;
}

.trp-language-switcher > div > a {
    height: 33px;
}

body.nav-open {
    overflow: hidden !important;
}

body.nav-open .content {
    overflow: hidden;
}

.breadcrumbs-in a:hover {
    color: #E8BBA7;
}

/** SECTION: BRICKS **/
.brick-featured-1 .es-slider-items-in {
    padding-bottom: 0 !important;
}

.brick-featured-1 > .column-1 {
    width: 60%;
    padding-right: 110px;
}

.brick-featured-1 .column-2 {
    padding-left: 17px;
    text-align: right;
}

.brick-featured-1 .background {
    width: auto;
    height: auto;
    right: 0;
    overflow: hidden;

}

.brick-featured-1 .background-cutout {
    position: absolute;
    right: 0;
    background-image: url('../media/static/featured-cutout.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide {
    position: relative;
    /*padding-top: 75%;*/
    height: 100%;
}

.brick-featured-1 .slide.slide-video {
    padding-top: 75%;
}

.slider {
    position: relative;
}

.slider .es-slider-items,
.slider .es-slider-items-in {
    height: 300px !important;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider .arrow.arrow-right {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.brick-featured-1 .brick-in > .columns > .column-2 {
    width: 35%;
}

.brick-featured-1 .brick-in > .columns .column-2 {
    vertical-align: middle;
}

.brick-featured-1 .brick-in > .columns .column-2 .column-in {
    height: auto;
}

.days-in .title-7 {
    font-size: 3.289em !important;
    line-height: 1em !important;
}

.days-in .title-7.action-5 {
    font-size: 4em !important;
}

.days-in .action-6 {
    font-family: inherit !important;
}

.days-in .action-6 p {
    display: inline;
}


.title-6.featured-cta {
    font-size: 5.967em;
    position: relative;
    left: -53px;
}

.featured-cta strong {
    display: block;
    text-align: center;
    font-size: 1.4em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    position: relative;
    right: -30px;
}

.counter-time {
    text-align: center;
}

.brick-product-categories-1 {
    background-color: #fcf8f6;
    position: relative;
    overflow: hidden;
}

.brick-product-categories-1:before {
    content: '';
    width: 150%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -25%;
    bottom: -25%;
}

.brick-product-categories-1 .product-categories-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-bottom: 1.5em;
}

.brick-product-categories-1 .product-categories-bottom-left,
.brick-product-categories-1 .product-categories-bottom-right {
    vertical-align: top;
}

.brick-product-categories-1 .product-categories-bottom-left {
    flex: 2;
}

.brick-product-categories-1 .product-categories-bottom-right {
    position: relative;
    flex: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}

.brick-product-categories-1 .product-categories-bottom-right .usp-left {
    position: relative;
    top: 6px;
}

.product-categories-bottom-right .title {
    font-family: 'Optima Nova', sans-seriff;
}


.sale-items {
    display: flex;
    gap: 1em;
    position: relative;
    flex-basis: 100%;
}
.sale-items .item-product-categories-special{
    order: 2;
}
.sale-items .item-sale{
    order: 3;
}

.sale-items .categories-sale{
    order: 1;
}

.sale-items::before {
    content: '';
    height: 10px;
    width: 90%;
    background-color: #9EBBC7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.sale-items .item {
    flex: 1;
    box-shadow: none;
    border: 10px solid #9EBBC7;
    border-radius: 30px;
    background-color: #fff;
}

.sale-items .item .columns {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
}

.sale-items .large-img {
    position: relative;
    overflow: hidden;
    max-height: 145px;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.sale-items .large-img img {
    width: 100%;
    max-height: none;

}

.sale-items .large-img > img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.item-sale .large-img {
    width: calc(100% - 40px);
}

.item-sale .title {
    position: relative;
    top: 20px;
    font-size: 25px;
    padding: 0 1em 0.5em;
}


.categories-sale .column-1 {
    width: 100%;
    padding: 0 1em;
}

.categories-sale .column-in .component {
    display: flex;
    align-items: center;
    gap: 2em;
}

.brick-product-categories-1 .stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px;
    margin: 5px 0px;
}

.categories-sale .column-2 {
    padding: 0 1em;
}

.categories-sale .title-sale span {
    font-size: 25px;
    font-weight: 800;
}

.products-archive-top {
    padding-top: 3.863em;
}

.products-archive-top-in {
    display: table;
    width: 100%;
}

.products-archive-top-left,
.products-archive-top-right {
    display: table-cell;
    vertical-align: top;
}

.products-archive-top-left {
    width: 652px;
}

.products-archive-top-right {
    text-align: right;
    padding-left: 20px;
}

.products-archive-title-alt {
    font-family: 'Good Vibes';
}

.item-products-1 .product-top-image {
    display: table;
    width: 100%;
    height: 170px;
}

.item-products-1 .product-top-image .component {
    display: table-cell;
    vertical-align: middle;
}

.product-top-image img {
    max-height: 170px;
    margin: 0 auto;
}

.products-archive-middle {
    margin: 0 -72px 80px;
}

.products-archive-middle-in {
    display: table;
    width: 100%;
}

.product-archive-middle-left,
.product-archive-middle-right {
    display: table-cell;
    vertical-align: middle;
}

.loop-products-1 {
    margin-right: -1px !important;
}

.products-single-top .column-1 {
    padding-right: 15px;
}

.products-single-top .column-2 {
    width: 365px;
}


.products-single-top .column-2 .box-2 {
    padding: 30px 0 30px 30px;
}

.products-single-top .column-1 .overlay {
    left: -9999px;
    width: auto;
}

.products-single-images {
    position: relative;
    overflow: hidden;
}

.product-single-image {
    height: 100% !important;
}

.brick-products-single-1 {
    overflow: visible;
}

.product-slider {
    position: sticky;
    top: 120px;
}

.products-single-images img {
    margin: 0 auto;
    /*width: 100%;*/
    max-height: 600px;
}

.products-single-images img.active {
    display: block;
}

.products-single-thumbs {
    display: block;
    justify-content: center;
    margin: 0 -17px;
}

.products-single-thumb {
    display: inline-block;
    float: left;
    padding: 0 17px 17px;
}

.thumb-in {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 3px;
    background: #FFF;
}

.products-single-thumb.active .thumb-in {
    border: 1px solid #414042;
}

.products-single-thumb img {
    max-width: 54px;
    max-height: 54px;
}

.product-single-price {
    text-align: right;
}

.add-to-cart {
    display: table;
    width: 100%;
}

.add-to-cart-left {
    display: table-cell;
    vertical-align: top;
    width: 115px;
}

.add-to-cart-right {
    padding-left: 15px;
}

.add-to-cart-right .button {
    width: 100%;
}

/*.product-usps-column {*/
/*display: table-cell;*/
/*vertical-align: top;*/
/*width: 50%;*/
/*}*/

/*.product-usps-column:first-child {*/
/*padding-right: 30px;*/
/*}*/

/*.product-usps-column:last-child {*/
/*padding-left: 30px;*/
/*}*/

.add-to-cart-right .btn-in {
    padding-left: 10px;
    padding-right: 10px;
}

.products-single-bottom {
    max-width: 1000px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.review-stars:after {
    display: table;
    content: '';
    clear: both;
}

.review-stars i {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #35B046;
    font-size: 24px;
}

.review-stars i.disabled {
    color: #BBB;
}

.product-single-reviews {
    text-align: right;
}

.product-single-reviews > div {
    display: inline-block;
    vertical-align: top;
}

.product-single-reviews-count {
    padding-left: 4px;
}

.brick-contact-form-1 .contact-form-bottom {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 -150px;
}

.brick-contact-form-1 .column-1 {
    padding-right: 70px;
}

.brick-contact-form-1 .column-2 {
    z-index: 5;
}

.brick-contact-form-1 .contact-details,
.brick-contact-form-1 .openinghours-row {
    display: table;
    width: 100%;
}

.brick-contact-form-1 .contact-details-column,
.brick-contact-form-1 .openinghours-column {
    display: table-cell;
    width: 50%;
}

.brick-contact-form-1 .contact-details .contact-details-column:last-child,
.brick-contact-form-1 .openinghours-row .openinghours-column:last-child {
    text-align: right;
}

.brick-contact-form-1 .form-footer {
    text-align: right;
}

.brick-contact-form-1 .background {
    bottom: 321px;
    height: auto;
}

.brick-contact-form-1 .contact-details a:hover {
    color: #414042;
}

.form-footer .component {
    display: inline-block;
    float: right;
}

.form-footer .component .button {
    display: block;
}

.contact-products-in {
    margin: 0 -5px;
}

.contact-product {
    display: inline-block;
    width: 33.333%;
    float: left;
}

.contact-product-in {
    display: block;
    padding: 5px;
}

.contact-product img {
    max-height: 138px;
}

.contact-products:after {
    display: table;
    clear: both;
    content: '';
}

.contact-product-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brick-content-1 .buttons .component {
    display: inline-block;
    margin-right: 15px;
}

.brick-content-1 .buttons .component:last-child {
    margin: 0;
}

.brick-content-1 .part-video-1 {
    padding-bottom: 40%;
    cursor: pointer;
}

.city-autofill-notification {
    font-size: 16px;
    color: #6C6C6C;
    position: relative;
    left: 10px;
}

/*.checkout-bottom .column-1 {*/
/*padding-right: 50px;*/
/*}*/

/*.checkout-bottom .column-2 {*/
/*width: 445px;*/
/*}*/

.form-body {
    margin: -10px;
}

.form-column {
    padding: 10px;
}

.loop-products-cart-1 {
    border: 1px solid #E8BBA7;
    margin-bottom: 25px !important;
}

.item-products-cart-1 {
    float: none !important;
}

.item-products-cart-1:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #E8BBA7;
    height: 1px;
    left: 30px;
    right: 30px;
}

.item-products-cart-1:last-child:after {
    content: normal;
}

.product-cart-top,
.product-cart-bottom,
.cart-total-row {
    display: table;
    width: 100%;
}

.product-cart-top-left,
.product-cart-top-right,
.product-cart-bottom-left,
.product-cart-bottom-right,
.cart-total-row-left,
.cart-total-row-right {
    display: table-cell;
    vertical-align: middle;
}

.product-cart-top-left {
    padding-right: 20px;
}

.product-cart-top-right {
    width: 26px;
}

.product-cart-bottom-left {
    padding-right: 20px;
}

.product-cart-bottom-right {
    width: 155px;
}

.product-cart-bottom-left .select-2 {
    max-width: 140px;
}

.product-cart-top-left span {
    color: #414042;
}

.cart-total-row-left {
    padding-right: 20px;
}

.cart-total-row-right {
    width: 95px;
    text-align: right;
}

.cart-total-row {
    margin-bottom: 20px;
}

.cart-total-row:last-child {
    margin-bottom: 0;
}

.cart-total-row-total {
    border-top: 1px solid #E8BBA7;
    padding-top: 20px;
    margin-top: 15px;
}

.checkout-bottom .column-2 .checkout-part .button-4 {
    width: 100%;
}

.product-cart-bottom img {
    width: 100%;
}

.brick-featured-half-1 .es-slider-items-in {
    padding-bottom: 0 !important;
}

.brick-featured-half-1 .column-1 {
    width: auto;
}

.brick-featured-half-1 .column-1 .column-in {
    width: 470px;
    padding-right: 50px;
}

.brick-featured-half-1 .column-2 {
    position: relative;
    height: auto;
    width: 405px;
}

.brick-featured-half-1 .es-slider-items {
    height: auto;
}

.brick-featured-half-1 .slide {
    height: 605px;
    position: relative;
}

.brick-featured-half-1 .column-1 .component.mb-45 {
    margin-bottom: 0 !important;
}

/** SECTION: BOTTOM **/
footer {
    border-top: 1px solid #E8BBA7;
    overflow: hidden;
}

footer .wrapper {
    max-width: 1440px;
    padding-left: 70px;
}

.footer-top-in {
    position: relative;
    padding: 17px 0 14px;
}

.footer-top .usp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footer-top-in:after,
.footer-middle:after {
    content: '';
    position: absolute;
    background: #E8BBA7;
    height: 1px;
    bottom: 0;
    left: -9999px;
    right: -9999px;
}

.footer-middle {
    position: relative;
}

.footer-middle-in {
    display: table;
    width: 100%;
}

.footer-middle-nav {
    display: table-cell;
    vertical-align: middle;
    padding: 70px 0;
}

.footer-middle-social {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    border-left: 1px solid #E8BBA7;
    text-align: center;
}

.footer-middle-nav .column-1 {
    width: 320px;
}

.footer-middle-nav-in {
    margin: 0 -20px;
}

.footer-middle-nav .column {
    padding: 0 20px;
}

.footer-nav a {
    display: block;
    margin-bottom: 5px;
}

.footer-nav a:hover,
.footer-bottom-nav a:hover {
    color: #E8BBA7;
}

.footer-bottom-in {
    padding: 17px 70px 17px 0;
}

.footer-bottom .column-2 {
    text-align: right;
}

.footer-bottom .column {
    vertical-align: middle;
}

.footer-bottom .column-in {
    height: auto;
}

.footer-bottom .column-1 .column-in .component {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-nav a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.footer-bottom-copyright {
    margin-right: 11px;
}


.input-row-check-disabled {
    opacity: 0.5;
}

.input-row-check-disabled label {
    cursor: not-allowed !important;
}

.cookie-popup {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    max-height: none;
}

.cookie-popup-in {
    background: #FFF;
    padding: 30px;
    max-width: 1140px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.cookie-popup-in.show-settings .cookie-main-tab,
.cookie-settings-tab {
    display: none;
}

.cookie-popup-in.show-settings .cookie-settings-tab {
    display: block;
}

.cookie-title {
    margin-bottom: 15px;
}

.cookie-settings-tab .cookie-title {
    margin-bottom: 30px;
}

.cookie-popup .text-3 {
    line-height: 1.389em;
}

.cookie-popup .text-3 a {
    text-decoration: underline;
}

.cookie-popup .text-3 a:hover {
    color: #1176BA;
}

.cookie-title > * {
    display: inline-block;
    vertical-align: middle;
}

.cookie-title-image img {
    max-width: 98px;
    margin-right: 6px;
}

.cookie-popup .btn {
    padding: 16px !important;
    font-size: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cookie-popup .btn.btn-gray {
    padding: 12px 15px !important;
}

.cookie-popup-bottom {
    /*display: table;*/
    /*width: 100%;*/
    /*margin-top: 25px;*/
}

/*.cookie-popup-bottom-left {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*}*/

.cookie-popup-bottom {
    margin: 25px -3px 0;
    text-align: right;
}

.cookie-popup-bottom > * {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 3px;
}

.cookie-settings > .component {
    margin-bottom: 30px;
    padding-right: 0 !important;
}

.cookie-settings .input-row.input-row-check label {
    display: block;
    padding-left: 0;
    padding-right: 170px;
    font-size: inherit !important;
    letter-spacing: 0 !important;
    position: relative;
    cursor: pointer;
}

.cookie-settings > .component:last-child {
    margin-bottom: 0;
}

.cookie-settings .input-row.input-row-check label .checkbox-rail-in::before {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.cookie-tab .input-row-check input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.cookie-settings .input-row.input-row-check label input:checked ~ .checkbox-rail .checkbox-rail-in::before {
    left: auto;
    right: 0;
}

.cookie-settings .input-row.input-row-check label .checkbox-rail-in {
    position: relative;
    height: 100%;
}

.cookie-settings-button {
    font-size: 18px !important;
    font-weight: 900;
    cursor: pointer;
}

.cookie-settings .input-row.input-row-check label input:checked ~ .checkbox-rail {
    background: #35B046;
}

.cookie-settings .input-row.input-row-check label .checkbox-rail {
    left: auto;
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 35px;
    padding: 5px;
    border-radius: 17.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #999;
    border: none;
}

.cookie-popup-bottom-right {
    width: auto;
}

/*.cookie-popup-bottom-right {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*width: 330px;*/
/*text-align: right;*/
/*}*/

.input-row-check-disabled {
    opacity: 0.5;
}

.input-row-check-disabled label {
    cursor: not-allowed !important;
}

.cookie-tabs {
    display: none;
    font-size: 0.9em;
    margin-top: 20px;
}

.cookie-tabs-top {
    border-bottom: 1px solid #ccc;
    height: 35px;
}

.cookie-tabs-top div {
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    padding: 0px 10px;
    margin-right: 0px;
    cursor: pointer;
}

.cookie-tabs-top div.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.cookie-tabs-bottom [data-tab] {
    padding-top: 10px;
    display: none;
}

.cookie-tabs-bottom [data-tab].active {
    display: block;
}

.cookies-info-in {
    display: table;
    width: 100%;
}

.cookies-info-left, .cookies-info-right {
    display: table-cell;
    vertical-align: top;
}

.cookies-info-left {
    width: 160px;
}

.cookies-info-left div {
    cursor: pointer;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.cookies-info-left div.active {
    color: #286AA6 !important;
}

.cookies-info-right {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    padding-top: 5px;
}

.cookies-info-left div:last-child {
    border-bottom: 0px;
}

.cookie-tabs-bottom p {
    margin-bottom: 10px;
}

.cookie-tabs-bottom p:last-child {
    margin-bottom: 0px !important;
}

.cookie-tabs-bottom .btn {
    display: inline-block;
    text-decoration: none;
}

.cookies-info-right [data-cookieinfo-tab] {
    display: none;
}

.cookies-info-right [data-cookieinfo-tab].active {
    display: block;
}

.cookies-info-right .title {
    font-weight: 600;
    font-size: 1em;
    color: #232626;
    margin-bottom: 0.25em;
}

.cookie-table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 5px;
}

.cookie-table-column {
    display: table-cell;
    vertical-align: top;
    padding: 3px 10px;
}

.cookie-table-column.remove-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cookie-table-row:first-child {
    background: #f1f1f1;
    font-weight: 600;
}

.cookies-info-right .title {
    display: none;
}

.cookie-popup.show-info .cookie-tabs {
    display: block;
}

.toggle-cookie-information .less {
    display: none;
}

.cookie-popup.show-info .toggle-cookie-information .more {
    display: none;
}

.cookie-popup.show-info .toggle-cookie-information .less {
    display: block;
}

.cookie-notice-links .toggle-cookie-information,
.cookie-notice-links > a {
    display: inline-block;
    vertical-align: middle;
}

.cookie-notice-links > a {
    float: right;
}

.form-check-in.disabled {
    opacity: 0.4;
}

.form-check-in.disabled label {
    cursor: not-allowed;
}

.header-message-in {
    padding: 5px 0;
}

.component-slogan-before {
    vertical-align: bottom;
}

.countdown-titles {
    display: table;
    width: 100%;
}

.countdown-titles-left {
    display: none;
    vertical-align: top;
    width: 161px;
}

.countdown-titles-right {
    display: table-cell;
    vertical-align: top;
    margin-left: 15px;
}

.component-product-archive-top-title .title,
.countdown-titles-left .title {
    font-size: 5.863em;
    line-height: unset;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.component-product-archive-top-title {
    position: absolute;
    bottom: 100%;
    width: 100%;
}

.countdown-titles-left .title {
    line-height: 118px;
}

.countdown-titles-right-in {
    margin-right: -165px;
}

.products-archive-top-right-in {
    display: inline-block;
    position: relative;
}

.form-column-disabled .form-text-in {
    color: #BCBCBC;
}

.form-column-disabled .form-text-in input {
    border-color: #BCBCBC;
    color: #BCBCBC;
}

.part-slider-1 .slide .plyr__controls {
    display: none !important;
}

.part-slider-1 .slide button {
    padding: 10px !important;
    background: #FFF !important;
    color: #000 !important;
}

.part-slider-1 .slide .video-slide {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    left: 0;
    width: 100%;
}

.part-slider-1 .slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.part-slider-1 .slide .plyr__video-wrapper,
.part-slider-1 .slide .plyr {
    position: static;
}

.part-slider-1 .slide .video-slide.video-loaded + .play {
    display: none;
}

.part-slider-1 .slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 52px;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-video:hover .play {
    color: #E8BBA7;
}

.header-nav-item-image {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.header-nav-item-image img {
    max-height: 32px;
    margin-left: 1px;
}

.header-nav-item.header-nav-reviews {
    margin-right: 10px;
}

@media screen and (max-width: 1425px) {
    .header-nav-item.header-nav-reviews {
        margin-right: 0;
    }
}

@media screen and (max-width: 1360px) {
    .header-nav-item.header-nav-reviews {
        margin-right: 0px;
    }

    .header-main .column-1 {
        width: 400px;
    }

    .header-main .column-1 a {
        display: block;
    }
}

.reviews-top-in .columns {
    max-width: 890px;
}

.reviews-top-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #F5FBF7;
    padding: 20px;
}

.reviews-top .column-1 {
    width: 265px;
    padding-top: 20px !important;
}

.reviews-top .column {
    padding: 0 25px;
}

.reviews-top-item {
    display: table;
    width: 100%;
}

.reviews-top-item-left,
.reviews-top-item-center,
.reviews-top-item-right {
    display: table-cell;
    vertical-align: middle;
}

.reviews-top-item-left {
    width: 105px;
}

.reviews-top-item-right {
    width: 50px;
    text-align: right;
}

.reviews-top-item-center span {
    display: block;
    position: relative;
    background: #C8ECCD;
    height: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.reviews-top-item-center span.inner {
    position: absolute;
    top: 0;
    left: 0;
    background: #35B046;
}

.reviews-top-title {
    padding: 0 25px;
}

.reviews-top-content .review-stars-variant-2 {
    display: inline-block;
}

.review-stars-variant-2 {
    position: relative;
}

.review-stars-variant-2 .review-stars-in {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
}

.review-stars-variant-2 .review-stars-in i {
    color: #35B046;
}

.review-stars-variant-2 i {
    font-size: 24px !important;
    color: #EDEDED;
    float: none;
}

.reviews-pagination {
    text-align: right;
}

.reviews-pagination a {
    font-size: 23px;
    padding: 0 6px;
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.reviews-pagination a.active,
.reviews-pagination a:hover {
    color: #000;
}

.form-row-small .form-column-2 {
    width: 190px;
}

.form-column-header {
    padding: 0 10px;
}

.header-nav-reviews-top {
    text-align: left;
    line-height: normal;
}

.header-nav-reviews .review-stars-variant-2 {
    text-align: left;
    display: inline-block;
    line-height: normal;
}

.header-nav-reviews .review-stars-variant-2 i {
    float: none;
    font-size: 20px !important;
}

.reviews-top-content-top {
    max-width: 700px;
    margin: 0 auto;
}

body .gform_wrapper .gform_title {
    display: none !important;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 1em;
}

.categories-sale .stamp {
    margin: 0px;
    padding: 10px;
}

.categories-sale .stamp {
    height: 100px;
    width: 100px;
    padding: 0;
    margin: 0;
}

.categories-sale .stamp .title-4 {
    font-size: 20px;
    margin: 0 !important;
}

.categories-sale .item-in {
    padding: 20px 0;
}

.categories-sale .columns {
    justify-content: flex-start !important;
}

.categories-sale .column-1 {
    width: 100%;
    padding: 0 1em;
}

.categories-sale .column-in .component {
    display: flex;
    align-items: center;
    gap: 2em;
}

.brick-product-categories-1 .stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px;
    margin: 5px 0px;
}

.brick-product-categories-1 .stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px;
    margin: 5px 0px;
}

.price-in {
    position: relative;
}

.price-extra-title {
    text-align: left;
    /*float: left;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*text-align: left;*/
    /*padding-right: 20px;*/
}

@media screen and (min-width: 1410px) {
    .price-extra-title {
        font-size: 1.444em !important;
    }
}

.mini-cart {
    display: none;
}

.mini-cart--active {
    right: 0;
    position: absolute;
    display: block;
    z-index: 2;
    width: 540px;
    border: 1px solid #E8BBA7;
    padding: 30px;
}

.mini-cart-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mini-cart .delete-in {
    width: 18px;
    height: 18px;
}

.mini-cart .icon-cross {
    font-size: 9px;
    top: -4.75px;
}

.mini-cart .mini-cart-product.first {
    padding: 30px 0;
    border-top: 1px solid #E8BBA7;
    border-bottom: 1px solid #E8BBA7;
}

.mini-cart-product:not(.first) {
    padding-bottom: 30px;
    border-bottom: 1px solid #E8BBA7;
}

.mini-cart .product-image {
    width: 140px;
    float: left;
}

.mini-cart .product-image > img {
    width: 100%;
}

.mini-cart .product-info {
    float: right;
    width: 60%;
}

.mini-cart .product-price {
    margin-top: 3px;
}

.mini-cart .product-counter,
.mini-cart .product-price {
    display: inline-block;
}

.mini-cart .remove {
    padding-top: 5px;
}

.fix-mini-cart {
    position: fixed;
    top: 54px;
}

.mini-cart .product-counter,
.brick-cart-1 .product-counter {
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #E8BBA7;
    display: flex;
    align-items: center;
    float: left;
}

.mini-cart .product-price {
    float: right;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart .product-price > span {
    margin-top: 5px;
}

.mini-cart .product-counter i,
.brick-cart-1 .product-counter i {
    font-size: 26px;
    cursor: pointer;
}

.mini-cart .icon-trash-2,
.brick-cart-1 .icon-trash-2 {
    font-size: 16px;
    cursor: pointer;
}

.mini-cart .product-counter > span,
.brick-cart-1 .product-counter > span {
    margin-top: 5px;
    padding: 0 15px;
}

.mini-cart > .component {
    display: flex;
    justify-content: center;
}

.mini-cart .total-price {
    float: right;
    display: flex;
    justify-content: flex-end;
}

.mini-cart .total-price > .component:nth-of-type(2) {
    padding-left: 45px;
}

.brick-cart-1 .mini-cart-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px !important;
    background: #FFF;
    border: 1px solid #E8BBA7;
    margin-bottom: 30px;
}

.brick-cart-1 .mini-cart-product:last-child {
    margin-bottom: 0;
}

.brick-cart-1 .mini-cart-product .product-image {
    width: 100px;
    margin-right: 20px;
    background: #D8D8D8;
    flex-shrink: 0;
}

.brick-cart-1 .mini-cart-product .product-image img {
    height: auto;
}

.brick-cart-1 .mini-cart-product .product-info {
    flex-grow: 1;
    margin-right: 20px;
}

.brick-cart-1 .mini-cart-product .product-counter-container {
    margin-right: 50px;
}

.brick-cart-1 .mini-cart-product .product-price {
    margin-right: 50px;
    flex-shrink: 0;
    text-align: right;
}

.brick-cart-1 .mini-cart-product .product-price .title-3 span {
    font-size: 20px;
    font-weight: 400;
}

.brick-cart-1 .product-delete {
    margin-right: 25px;
}

.brick-cart-1 .delete-product a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.brick-cart-1 .delete-product a i {
    font-size: 24px;
}

/*.brick-cart-1 .mini-cart-product {*/
/*border-top: none;*/
/*padding: 30px 0 45px 0;*/
/*}*/

/*.brick-cart-1 .product-image {*/
/*float: left;*/
/*margin-top: 9px;*/
/*}*/

/*.brick-cart-1 .product-image>img {*/
/*max-width: 180px;*/
/*height: 50%;*/
/*}*/

/*.brick-cart-1 .product-info {*/
/*float: right;*/
/*width: 60%;*/
/*padding-right: 0;*/
/*}*/

/*.brick-cart-1 .product-info>.component:first-of-type {*/
/*padding: 20px 0 17px 0;*/
/*}*/

/*.brick-cart-1 .product-price {*/
/*display: flex !important;*/
/*align-items: center;*/
/*justify-content: space-between;*/
/*}*/

.brick-cart-1 .product-price .delete-product > a {
    display: flex;
    align-items: center;
}

.brick-cart-1 .product-price .delete-product > a .icon-trash-2 {
    font-size: 16px;
    padding-right: 10px;
}

.brick-cart-1 .product-price > span {
    margin-top: 5px;
    padding-left: 20px;
}

.brick-cart-1 .product-counter input[type=number],
.mini-cart-product .product-counter input[type=number] {
    width: 50px;
    border: none;
    text-align: center;
    font-family: 'Optima Nova', sans-serif;
}

.brick-cart-1 input[type=number]::-webkit-outer-spin-button,
.mini-cart-product input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brick-cart-1 input[type=number],
.mini-cart-product input[type=number] {
    -moz-appearance: textfield;
}

.brick-cart-1 .product-counter {
    display: flex !important;
}

.brick-cart-1 .product-info > *:not(.component:first-of-type) {
    display: inline-block;
}

.brick-cart-1 .columns,
.brick-cart-1 .column {
    display: block;
    width: auto;
    padding: 0;
}

.brick-cart-1 .column-1 {
    margin-bottom: 30px;
}

.brick-cart-1 .column-2 .column-in {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brick-cart-1 .column-2 .column-in .column-left {
    margin-right: 20px;
}

.brick-cart-1 .delete-product {
    cursor: pointer;
}

.brick-cart-1 .order-summary .cart_totals {
    width: 420px;
    background: #FFF;
}

.cart_totals-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brick-cart-1 .order-summary .cart_totals {
    padding: 30px;
    border: 1px solid #E8BBA7;
}

.brick-cart-1 .order-summary .component {
    display: flex;
    justify-content: space-between;
}

.brick-cart-1 .order-summary > .component:nth-of-type(3) {
    border-bottom: 1px solid #E8BBA7;
}

.brick-cart-1 .order-summary > .component:nth-of-type(5) {
    display: flex;
    justify-content: center;
}

.brick-cart-1 .order-summary .payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brick-cart-1 .order-summary .payment-methods > img:first-of-type {
    width: 15%;
    margin-right: 16px;
}

.brick-cart-1 .order-summary .payment-methods > img:last-of-type {
    width: 15%;
}

.brick-cart-1 .usps .component .text {
    display: flex;
    align-items: center;
}

.brick-cart-1 .usps .component .text span {
    margin-right: 5px;
}

.brick-cart-1 .usps .component:nth-of-type(3) .text span {
    margin: 0 5px;
}

.brick-cart-1 .usps .component .text i {
    margin-right: 20px;
    padding-bottom: 4px;
}

.product-single-review-slider .item {
    vertical-align: top !important;
}

.product-single-review-slider .slider-arrow-right {
    cursor: pointer;
}

.product-single-review-slider {
    border-bottom: solid 2px #E8BBA7;
}

.product-single-review-slider .review-slider-left {
    width: 240px !important;
}

.product-single-review-slider .column-1 .component {
    display: inline-block;
}

.product-single-review-slider .column-2 .column-1 .items {
    margin: 0 -40px 0 0;
}

.product-single-review-slider .header-nav-item {
    display: flex;
    flex-direction: row;
}

.product-single-review-slider .column-1 i {
    font-size: 9px;
}

.product-single-review-slider .item-image {
    width: 130px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.product-single-review-slider .item-image img {
    /*height: 100%;*/
    padding: 5px;
    border: solid 1px #E8BBA7;
    box-sizing: border-box;
}

.product-single-review-slider .item-in {
    padding: 0 40px;
}

.product-single-review-slider .item:first-of-type .item-in {
    padding: 0 40px 0 60px;
}


.product-single-review-slider .item-top {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.product-single-review-slider .review-slider {
    table-layout: fixed;
}

.product-single-review-slider .header-nav-reviews {
    margin: 0 0 0 0 !important;
}

.product-single-review-slider .header-nav-reviews-top {
    height: 20px !important;
    width: 120px;
}

.product-single-review-slider .icon-clock {
    display: inline-block;
    margin-right: 5px;
}

.product-single-review-slider .header-nav-item > a {
    font-size: inherit !important;
    padding: 0 !important;
}

.product-single-review-slider .column-3 {
    width: 90px;
}

.product-single-review-slider .column-3 .column-in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.featured-stamp-in {
    display: table;
    width: 100%;
}

.featured-stamp-left,
.featured-stamp-right,
.featured-stamp-image {
    display: table-cell;
    vertical-align: middle;
}

.featured-stamp-image {
    width: 140px;
}

.featured-stamp-left {
    width: 205px;
}

.featured-stamp-right {
    padding-left: 30px;
    text-align: left;
}

.featured-stamp .stamp {
    min-height: 205px;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: rotate(-13deg);
}

.featured-stamp-out {
    margin-left: -215px;
}

.featured-stamp .stamp-in {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.brick-products-archive-1 .stamp-in {
    position: absolute;
    top: 70px;
}

.brick-cart-1 .quantity input[type=number] {
    width: 50px;
    padding: 0;
}

.woocommerce-cart-form button[name='update_cart'] {
    display: none !important;
}

.checkout-top-in .checkout-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.checkout-top-in .checkout-top-right div {
    min-width: 225px;
}

.woocommerce-cart-form .bottom-cart {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    gap: 25px;
}

.woocommerce-cart-form .recommended-products-wrapper {
    max-width: 66%;
    flex: 2;
}

.woocommerce-cart-form .bottom-cart .column-right {
    max-width: 33%;
    flex: 1;
}

.woocommerce-cart-form .bottom-cart .column-right h2 {
    font-weight: 700;
}

.woocommerce-cart-form .bottom-cart .column-right .cart_totals {
    width: auto;
}

.cart-recommended-products .recommended-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-recommended-products .recommended-top {
    font-weight: 700;
}

.cart-recommended-products .recommended-top .label {
    font-weight: 700;
    color: #fff;
    background: #FF5252;
    padding: 15px 20px;
    border-radius: 25px;
    line-height: 1;
    margin-right: 25px;
}

.brick-cart-1 {
    font-family: 'Optima', sans-serif;
}

.woocommerce-cart-form .recommended-product {
    height: 100%;
}

.woocommerce-cart-form .recommended-product .item-in {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px;
    height: 100%;
}

.woocommerce-cart-form .recommended-product .image {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8BBA7;
    background-color: #fff;
}

.woocommerce-cart-form .recommended-product .image img {
    height: 150px;
    width: 200px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-cart-form .recommended-product .title {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-cart-form .recommended-product .price {
    font-size: 30px;
    color: #FF5252;
}

.woocommerce-cart-form .recommended-product .add-to-cart-button {
    color: #FF5252;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    margin-top: auto;
}

.woocommerce-cart-form .recommended-product .add-to-cart-button .btn-in {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.woocommerce-cart-form .recommended-product .add-to-cart-button .btn-in:before {
    background: #fdf9f8;
}

.woocommerce-cart-form .cart-recommended-products {
    position: relative;
}

.woocommerce-cart-form .cart-recommended-products .column-arrows {
    position: absolute;
    top: 150px;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #35B046;
    border-radius: 50%;
    cursor: pointer;
}

.woocommerce-cart-form .cart-recommended-products .column-arrows .arrows {
    top: 2px;
    left: 2px;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart-form .cart-recommended-products .column-arrows .icon {
    color: #fff;
}

.component-border {
    border-bottom: 1px solid #E8BBA7;
}

.component-button {
    justify-content: center !important;
}

.featured-stamp-info {
    margin-right: -10px;
}

.brick-products-archive-1 .stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 205px;
    margin-right: -210px;
}

.brick-products-archive-1 .featured-stamp {
    margin-bottom: 20px;
    margin-left: 25px;
}

.brick-products-archive-1 .featured-stamp-out {
    margin: 0 !important;
}

.has-stamp .products-archive-top-left {
    width: 460px;
}

.mini-cart .product-counter.qty-disabled, .brick-cart-1 .product-counter.qty-disabled {
    width: 114px;
    font-size: 0.889em;
    line-height: 1.625em;
    font-weight: 700;
    text-align: center;
    color: #000;
    display: block !important;
}

.product-slider-image {
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.product-slider-image.first-only {
    left: 5%;
    top: 5%;
    right: auto;
}

.product-slider-image.first-only.product-slider-image-supreme img {
    max-width: 350px;
}

.product-slider-image.hide {
    opacity: 0;
}

.product-slider-image img {
    max-width: 153px;
}

.product-slider-text {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.button-6 .btn-in {
    padding: 7px;
    font-family: 'Montserrat';
    border-radius: 50%;
    background: rgba(53, 176, 70, 0.40);
}

.button-6 .btn-inner {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    text-transform: uppercase;
    position: relative;
}

.button-6 img {
    position: absolute;
    width: 103px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 22px;
}


.product-categories-top-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
}

.product-categories-top-left {
    flex: 2;
}

.product-categories-top-left .component-group {
    max-width: 500px;
}

.product-categories-top-left .title {
    font-size: 50px;
}

.product-categories-top-left .text {
    font-size: 16px;
    line-height: 19px;
}

.product-categories-buttons {
    flex: 1;
}

.product-categories-top-right .image {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    border-radius: 20px;
}

.product-categories-top-right .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.riva-btn img {
    margin-top: -7px;
    padding: 7px;
    max-height: 180px;
}

/*.btr-inner-text-span{*/
/*    font-size: 50px;*/
/*    font-family: Montserrat !important;*/
/*}*/

body.is-checkout {
    background: #FDF9F8;
}

.is-checkout .header-main .columns {
    padding: 20px 0;
}

.is-checkout .header-main .column-1 {
    width: 230px;
}

.is-checkout .checkout-button {
    display: inline-block;
    vertical-align: middle;
}

.checkout-button,
.is-checkout .header-bottom,
.is-checkout .header-main .column-2 .header-cart,
.is-checkout .mini-cart,
.is-checkout .header-language-switcher,
.is-checkout .header-main .column-2 .header-nav .header-nav-item,
.is-checkout .header-main .column-1 .column-in > *,
.is-checkout .footer-middle,
.is-checkout .footer-1,
.is-checkout .footer-bottom,
.is-checkout .brick-breadcrumbs-1,
.is-checkout .header-top,
.is-checkout .header-message {
    display: none;
}

.is-checkout .nav-toggle {
    display: none !important;
}

.is-checkout .header-main .header-nav-item.header-nav-reviews {
    display: inline-block !important;
    vertical-align: middle;
}

.is-checkout .header-main .column-1 .column-in > a {
    display: inline;
}

.is-checkout .footer-top {
    text-align: center;
    background: #FFF;
    border-top: 1px solid #E8BBA7;
    padding: 0 20px;
}

.is-checkout .footer-top-in {
    display: inline-block;
    vertical-align: middle;
}

.is-checkout header {
    overflow: hidden;
}

.is-checkout .header-main.fixed .header-main-in {
    position: static !important;
}

.checkout-progress {
    background: #FFF;
    border: 1px solid #F4DFD5;
    margin-bottom: 30px;
}

.checkout-progress-in {
    display: flex;
    align-items: center;
}

.checkout-progress-step {
    width: 33.333%;
    text-align: center;
    padding: 15px 20px 12px;
    position: relative;
}

.checkout-progress-step::after {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent #e8bba7;
}

.checkout-progress-step.active {
    background: #E8BBA7;
    color: #FFF !important;
}

.checkout-progress-step.active::after {
    display: block;
}

.checkout-part {
    background: #FFF;
    border: 1px solid #E8BBA7;
    padding: 20px;
}

.checkout-part .form-body {
    margin: 0;
}

.checkout-part .form-row,
.checkout-part .form-column {
    display: block;
}

.checkout-part .form-column select,
.checkout-part .form-column input {
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
}

.checkout-part .form-column input {
    padding-top: 18px;
}

.checkout-part .form-column {
    padding: 0;
    margin-bottom: 15px;
}

.checkout-part .form-column .form-label {
    top: 12px;
    left: 15px;
}

.checkout-part .form-column .focus .form-label {
    top: 5px;
    font-size: 8px;
}

.checkout-part .form-column .form-select-select .icon-select {
    font-size: 14px;
    right: 15px;
}

.checkout-part .wc_payment_method label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkout-part .wc_payment_method:last-child label {
    margin-bottom: 0;
}

.checkout-part .wc_payment_method .form-radio-button {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #E8BBA7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.checkout-part .wc_payment_method .form-radio-logo {
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8BBA7;
    padding: 5px;
    flex-shrink: 0;
}

.checkout-part .wc_payment_method .form-radio-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.checkout-part .wc_payment_method input:checked ~ .form-radio-button span {
    display: block;
}

.checkout-part .wc_payment_method .form-radio-button span {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    background: #35B046;
}

.checkout-part .wc_payment_method .form-radio-name {
    flex-grow: 1;
    padding: 0 15px;
    word-break: break-word;
}

.checkout-product {
    display: flex;
    align-items: flex-end;
}

.checkout-product-left {
    flex-grow: 1;
    padding-right: 50px;
}

.checkout-products {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8BBA7;
}

.checkout-end-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-end-totals-left {
    margin-right: 20px;
}

.checkout-bottom {
    margin: 0 -15px;
}

.checkout-bottom .column {
    padding: 0 15px;
}

.checkout-bottom .column-in > * {
    margin-bottom: 30px;
}

.checkout-bottom .column-in > *:last-child {
    margin-bottom: 0 !important;
}

.checkout-top {
    margin-bottom: 30px;
}

.checkout-top-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -25px;
}

.checkout-top-left,
.checkout-top-right {
    margin-bottom: 25px;
}

.checkout-top-left {
    margin-right: 20px;
}

.checkout-top-right svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.brick-checkout-1 .container {
    padding: 30px 0;
}

.checkout-progress-step-active-arrow {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 30px solid #FFFFFF;
    border-bottom: 25px solid transparent;
}

.shipping-prices-1 {
    display: flex;
    justify-content: space-between;
}

.shipping-prices-2 {
    display: flex;
    align-items: center;
}

.shipping-prices-2 i {
    padding-right: 10px;
    font-size: 0.7em;
}

.shopping-cart-product-in-1 .columns,
.shopping-cart-product-in-2 .columns,
.shopping-cart-product-in-2 .columns .column-2 .column-in {
    display: flex;
    align-items: center;
    align-content: center;
}

.brick-cart-1 .shopping-cart-product-in-1 .column-1,
.brick-cart-1 .shopping-cart-product-in-2 .column-1 {
    margin-bottom: 0;
}

.shopping-cart-product-in-1 {
    padding-bottom: 15px;
}

.shopping-cart-product-in-2 {
    flex-shrink: 0;
}

.form-radio-country {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8BBA7;
    padding: 6.5px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 10px;
}

.form-radio-country img {
    width: 20px;
    height: 20px;
    display: flex;
}

.brick-checkout-1 .breadcrumbs-in {
    display: none;
}

.form-payment-method {
    border: 1px solid #E8BBA7;
    padding: 20px 30px 30px 20px;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
    background-color: #FFFFFF;
}

.form-payment-method .text-4 {
    margin-bottom: 20px;
}

.form-payment-option {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.form-payment-options label:last-child .form-payment-option {
    margin-bottom: 0;
}

.form-payment-method .form-radio-name {
    flex-grow: 1;
    padding: 0 15px;
}

.form-payment-method1 {
    border: 1px solid #E8BBA7;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    margin-right: 30px;
    background-color: #FFFFFF;
}

.form-payment-method .form-radio-logo {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid #E8BBA7;
    padding: 5px;
    flex-shrink: 0;
}

.form-payment-method .form-radio-button {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #E8BBA7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.form-payment-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-payment-options input:checked ~ .form-payment-option .form-radio-button span {
    display: block;
}

.form-payment-method .form-radio-button span {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    background: #35B046;
}

.form-payment-method1-text .text-4 {
    padding-bottom: 20px;
}

.form-payment-method-right {
    border: 1px solid #E8BBA7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    background-color: #FFFFFF;
}

.form-line {
    border-top: 1px solid #E8BBA7;
    margin-top: 20px;
    padding-bottom: 20px;
}

.form-payment-method-right .text-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-payment-method-right .form-right-text .text-4 {
    margin-bottom: 6px;
}

.payment-failed .column-1 {
    width: 70%;
}

.payment-failed .column-2 {
    width: 30%;
}

.payment-failed .form-check {
    margin-bottom: 30px;
}

.is-checkout .woocommerce-notices-wrapper {
    margin-top: 20px;
}

.woocommerce-checkout-payment label {
    cursor: pointer;
}

.form-content {
    padding: 70px 230px;
}

.brick-breadcrumbs-1 .columns .column-2 .img-container {
    height: 125%;
    margin: -95px -75px 0 -50px;
}

.brick-breadcrumbs-1 .columns .column-2 .img-container img {
    height: 100%;
    object-fit: cover;
}

.brick-breadcrumbs-1 .columns .column-1 .column-in {
    margin-right: 80px;
    max-width: 520px;
}

.brick-breadcrumbs-1 .breadcrumbs-in {
    margin-top: -40px;
}

.title-options .text-2 {
    display: flex;
    align-items: center;
}

.title-options .radio-input-colors {
    font-weight: 400;
    color: #414042;
    padding: 0;
}

.radio-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.radio-colors label {
    display: block;
    margin: 0 15px 15px 0;
}


.color-radio .form-radio-button {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #E8BBA7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.color-radio .form-radio-button::after {
    position: absolute;
    display: none;
    z-index: 1;
    width: 13px;
    height: 13px;
    background: #35B046;
    right: -2px;
    bottom: 2px;
    font-size: 7px;
    color: #FFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    content: "\6f";
    font-family: 'riva-fabrieksmatras' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.color-radio .form-radio-button span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
}

.color-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 45px;
    z-index: 2;
}

.color-radio input:checked ~ .form-radio-button::after {
    display: flex;
}

.color-radio input:checked ~ .form-radio-button {
    border: 2px solid #35B046;
}

.radio-input-colors {
    display: none;
}

.color-container,
.radio-input-colors.active {
    display: inline;
}

.title-options p {
    margin: 0;
}

.header-bottom-nav-in,
.header-bottom-in {
    display: flex;
    align-items: center;
}

.header-bottom-in {
    margin-left: -15px;
}

.header-bottom-nav {
    flex-grow: 1;
}

.header-bottom-nav-in {
    flex-wrap: wrap;
}

.header-bottom-nav-item {
    position: relative;
}

.header-bottom-nav-item > div,
.header-bottom-nav-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    padding: 15px;
    color: #FFF;
    font-weight: 700;
}

@media screen and (min-width: 1024px) {
    .header-bottom-nav-item > div,
    .header-bottom-nav-item a {
        padding: 15px 10px;
    }
}

.header-bottom-nav.header-bottom-nav-inner {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    padding: 0;
}

.header-mobile-cart.header-bottom-cart,
.header-sub-fixed-button,
.header-bottom-nav-subtitle,
.header-sub-top,
.header-sub-returns,
.header-bottom-nav-item > div > svg,
.header-bottom-nav.header-bottom-nav-inner .header-bottom-nav.header-bottom-nav-inner {
    display: none;
}

.header-bottom-dropdown-in .header-bottom-nav-item {
    background: transparent !important;
}

.header-bottom-dropdown-in:hover {
    background: #f8f8f8 !important;
}


/*.header-bottom-nav.header-bottom-nav-inner .header-bottom-nav.header-bottom-nav-inner {*/
/*    display: none !important;*/
/*}*/

.header-bottom-nav-item:hover > .header-bottom-nav.header-bottom-nav-inner {
    display: block;
}

.header-bottom-dropdown-in {
    white-space: nowrap;
}

.header-bottom-nav-item .header-bottom-dropdown-product {
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 10px 20px;
    justify-content: flex-start;
}

.header-bottom-dropdown-product-left {
    width: 75px;
    margin-right: 20px;
    flex-shrink: 0;
}

.header-bottom-dropdown-product .text-2 {
    line-height: 1.3em;
}

.header-bottom-nav-item.header-bottom-nav-item-special > div,
.header-bottom-nav-item.header-bottom-nav-item-special > a {
    color: #FF0000;
}

.header-bottom-nav-item.header-bottom-nav-item-special-black > div,
.header-bottom-nav-item.header-bottom-nav-item-special-black > a {
    color: #000;
}

.header-bottom-nav-item > a > svg {
    display: none;
}

.header-bottom-nav-item:hover {
    background: #DBAE9A;
}

.header-cart a {
    display: block;
    position: relative;
}

.header-cart .cart-qnty {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: #35B046;
    border-radius: 50%;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    top: -5px;
    right: -7px;
    padding-top: 3px;
}

.header-cart svg {
    display: block;
}

.header-bottom-cart {
    margin-left: 50px;
}

.cancellation-sale {
    font-size: 30px;
}

.item-product-categories-1.item-dummy {
    height: 0;
    overflow: hidden;
}