/* 
=========================================================
======================= RESET CSS ========================
========================================================= 
*/

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;
    font-family: 'Open Sans', 'Segoe UI', Calibri, Geneva, Helvetica, Arial, sans-serif !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

b,
strong {
    font-weight: bold;
}

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

*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 
=========================================================
======================= FLEX CSS ========================
========================================================= 
*/

.df {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.df-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.df-ju-space {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.df-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.df-bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.df-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.clear {
    clear: both;
}

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

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

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

strong,
h1,
h2,
h3,
b {
    color: #242424;
}

p,
ul {
    font-size: 18px;
    line-height: 1.45;
}

ul li {
    list-style: none;
    margin-bottom: 5px;
}

::selection {
    background: #e8545a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #e8545a;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #e8545a;
    color: #fff;
    text-shadow: none;
}


/* 
=========================================================
======================= PAGE CSS ========================
========================================================= 
*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://res.cloudinary.com/cloudspace1/image/upload/v1637328728/preloader/igacromixnwks6tje8vk.gif") center center no-repeat #FFF;
}

.preloader2 {
    background-color: transparent;
}

.content-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.content-01-box {
    margin-top: 20px;
    width: 50%;
}

.delivery-line {
    background: #ffd400;
    padding: 1px 10px;
    color: #fff;
}

.product-line {
    background: #00bcd4;
    color: #fff;
    padding: 1px 10px;
}

.delivery-line p {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.product-line p {
    margin: 0px;
    font-size: 18px;
}

.product-headline {
    border-left: 5px solid rgb(209 209 209 / 50%);
    padding: 2px 0 3px 10px;
    font-size: 38px;
    line-height: 1.25;
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-description,
.product-features {
    margin-bottom: 20px;
}

ul.product-features li {
    text-indent: -33px;
    padding-left: 31px;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 3px;
}

.icon-caret-right {
    margin-right: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #244e77;
}

.price-box {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price-box .percentage {
    font-size: 14px;
    color: #000000;
    background: #ffeb3b;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 900;
    letter-spacing: 1px;
    /* border: 2px solid #2e2e2e; */
}

.full-price {
    margin: 0 7px;
    font-weight: 400;
    color: #888;
    font-size: 19px;
    text-decoration: line-through;
}

.discount-price {
    text-decoration: none;
    color: #00bcd4;
    margin: 0;
    font-size: 28px;
    position: relative;
    top: -2px;
}

p.discount-price ins {
    text-decoration: none;
    border: none;
}

div.quantity-selector {
    margin-bottom: 15px;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 30px auto 20px;
}

p.discount-price span {
    font-size: 24px;
    color: #003366;
    margin-bottom: 0;
    float: right;
    position: relative;
    top: 0px;
    left: 7px;
}

a.selectors {
    border-color: transparent;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
    border: #ccc 1px solid;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 17px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-right: 3px;
    text-decoration: none;
    font-weight: 600;
}

a.selected-quantity::before {
    position: absolute;
    display: flex;
    width: 32.3%;
    content: "Odabrano";
    height: 24px;
    top: -22px;
    left: -2px;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #00bcd4;
    color: #ffffff;
    padding: 2px 0 0;
    width: 102%;
}

a.selected-quantity {
    background-color: #ffffff;
    color: #000;
    border: 2px solid #03a9f4;
    text-decoration: none;
    position: relative;
}

div.cta-wrapper {
    width: 100%;
}

a.add-to-cart {
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin: 8px auto 12px;
    font-size: 30px;
    text-transform: inherit;
    position: relative;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    /*background-image: linear-gradient(94deg,#ff0a0a,#ff7539);*/
    background: #ff9800;
    /* box-shadow: 9px 7px 8px -5px #000000; */
    color: #fff;
    text-decoration: none;
}

div.visitors {
    width: 100%;
}

.visitors p {
    width: 100%;
    margin: 3px auto 0;
    position: relative;
    background-color: #00bcd4;
    padding: 0 1%;
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.visitors p span {
    color: #0033aa;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.trust-badge-box img {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
    border-top: 2px solid #e8545a;
    border-bottom: 2px solid #e8545a;
}

.product-swiper {
    position: relative;
}

.product-swiper img {
    max-width: 600px;
    width: 100%;
}

.discount-label {
    /* border: 2px solid; */
    background: #ff9f01;
    top: 0px;
    left: 0px;
    color: #ffffff;
    height: 35px;
    width: fit-content;
    font-size: 19px;
    border-radius: 0;
    position: absolute;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 5px;
    font-size: 14px;
    color: #000000;
    background: #ffeb3b;
}

#slider {
    max-width: 500px;
    width: 50%;
    position: relative;
    margin-top: 20px;
    margin-right: 35px;
    height: -webkit-fill-available;
    height: fit-content;
    overflow: hidden;
}

.fslider {
    position: relative;
}

#slider img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 42px;
    width: 26px;
    height: 44px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    text-align: center;
    margin-left: 7px;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #FFF;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0, 0, 0, 0.15);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

div#slider a.flex-prev,
div#slider a.flex-next {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none!important;
    color: #fff!important;
    font-weight: 700!important;
}

div#slider a.flex-prev img,
div#slider a.flex-next img {
    max-width: 16px;
    width: 100%;
}

.slide:not(:first-child) {
    display: none;
}

/*.slide:first-child {
    padding: 0 .5px;
}*/


/* 
=========================================================
================== NAVIGATION TAB CSS ===================
========================================================= 
*/

.nav-tab {
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.tab {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background-color: #F2F2F2;
    width: 50%;
    max-width: 250px;
}

.tab:nth-child(2) {
    border-right: 1px solid #DDD;
}

.tab.active {
    background: #fff;
}

.tab p {
    text-align: center;
    margin-bottom: 0px;
    padding: 7px 15px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.35;
}


/* 
=========================================================
=================== MAIN CONTENT CSS ====================
========================================================= 
*/

[class*="main-content-"] {
    margin: 20px auto;
    max-width: 800px;
    width: 100%;
    display: block;
    float: none;
    text-align: center;
}

[class*="main-content-"] h3,
.customer-review-headline {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

[class*="main-content-"] p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}

div.content-img-wrapper img,
.feature-image img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 20px auto 0;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);
    -moz-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);
    box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);
}


/* 
=========================================================
=============== SPECIFICATION TABLE CSS =================
========================================================= 
*/

.specification-content {
    display: none;
}

.specification-table {
    width: 100%;
    border: 1px solid #dee2e6;
    margin: 20px auto;
}

.specification-table .spec-row {
    border-bottom: 1px solid #dee2e6;
}

.specification-table .spec-row .spec-item {
    padding: 12px;
    font-size: 20px;
    line-height: 1.45;
}

.specification-table .spec-row:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.specification-table .spec-row .spec-item:nth-child(1) {
    border-right: 1px solid #dee2e6;
    max-width: 280px;
    width: 100%;
}


/* 
=========================================================
================= CUSTOMER REVIEW BOX ===================
========================================================= 
*/

.content-03-box {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
    padding: 0 2.5%;
}

.content-04-box {
    margin: 30px auto 0;
    max-width: 1000px;
    width: 95%;
    padding: 0 2.5%;
}

.content-05-box {
    margin: 20px auto 0;
    max-width: 1000px;
    width: 95%;
    padding: 0 2.5%;
}

.customer-name {
    color: #555;
    margin-bottom: 5px;
}

.customer-review-info p {
    font-size: 16px;
}

p.review-date {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    display: none!important;
}

.verificated {
    padding: 3px 6px 4px;
    width: fit-content;
    background-color: #4caf50;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.verificated span {
    font-size: 10px;
    font-style: italic;
    color: #ffffff;
}

.verificated span b {
    color: #fff;
}

.customer-review-box {
    margin: 7px 1%;
    width: 22%;
    -webkit-box-shadow: 0 0 7px rgb(189 189 189 / 65%);
    -moz-box-shadow: 0 0 7px rgb(189 189 189 / 65%);
    box-shadow: 0 0 7px rgb(189 189 189 / 65%);
    background: #fff;
    border-radius: 7px;
}

.customer-review-info,
.customer-word {
    padding: 10px;
}

.customer-review-image img,
.customer-word {
    max-width: 245px;
    width: 100%;
    font-size: 16px;
}

.product-rating {
    margin-bottom: 10px;
}

.product-rating .stars {
    font-size: 26px;
    margin-right: 12px;
    color: #f7d566;
}

.product-rating .text {
    color: #555;
    font-size: 16px;
    position: relative;
    top: 6px;
    line-height: 1;
}

.fire-counter {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 7px 15px;
    background-color: #00bcd4;
    border-radius: 20px;
    max-width: fit-content;
    text-align: center;
}

.fire-counter .blinker {
    font-size: 18px;
    margin-right: 5px;
}

.fire-counter .text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.customer-product-rating span {
    font-size: 21px;
    color: #ff9f01;
}

.customer-product-rating-main span {
    font-size: 27px;
    color: #ff9f01;
}

.product-raiting-header {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.user-total-reviews p {
    margin-bottom: 0px;
}


/* 
=========================================================
=================== VIDEO WISTIA BOX ====================
========================================================= 
*/

.video-headline {
    margin-top: 15px;
    font-size: 22px;
}


/* 
=========================================================
======================= INFO BOX ========================
========================================================= 
*/

.content-04-box h3,
.content-05-box h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.packaging {
    margin-bottom: 30px;
}

.highlight {
    margin-bottom: 10px;
}

.highlight:last-child {
    margin-bottom: 0px;
}

.packaging ul li {
    font-weight: 600;
    margin-bottom: 0;
}

.content-04-box p,
.content-05-box p {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}

p.highlight-text {
    text-transform: uppercase;
    background-color: #e91e63;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    max-width: fit-content;
    padding: 0px 7px;
    border-radius: 7px;
    font-size: 16px;
}

/* 
=========================================================
====================== ICONS BOX ====================?===
========================================================= 
*/

div.icon-wrapper {
    padding: 0!important;
}
.icon-wrapper img {
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 130px;
    display: block;
    border-radius: 5px;
    border: none;
 }

.icon-wrapper .icon-content-holder {
    width: 25%;
    padding: .5%;
}

.icon-wrapper div.icon-feature-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    color: #244e77;
}

.icon-wrapper div.icon-feature-box p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}


/* 
=========================================================
==================== ANIMATION CSS ======================
========================================================= 
*/

.blinker {
    display: inline-block;
    animation: blinker 1.5s linear infinite;
    -moz-animation: blinker 1.5s linear infinite;
    -moz-animation: blinker 1.5s linear infinite;
    -ms-animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-ms-keyframes blinker {
    50% {
        opacity: 0;
    }
}


/* blink2 animation */

.blinkerr {
    display: inline-block;
    -webkit-animation-name: blinkerr;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 8s;
}

@keyframes blinkerr {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blinkerr {
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blinkerr {
    50% {
        opacity: 0;
    }
}

@-ms-keyframes blinkerr {
    50% {
        opacity: 0;
    }
}


/* beats animation */

.heart-beats {
    display: inline-block;
    animation: heartbeat 1s infinite;
    -moz-animation: heartbeat 1s linear infinite;
    -moz-animation: heartbeat 1s linear infinite;
    -ms-animation: heartbeat 1s linear infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.random-number span {
    font-weight: 700;
    color: #f30240;
}

.countdowntimer {
    font-size: 20px;
    font-weight: 700;
    color: #3f51b5;
}


/* 
=========================================================
==================== DIVIDERS CSS =======================
========================================================= 
*/

.divider {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    min-height: 20px;
    position: relative;
}

.divider span {
    position: relative;
    top: -2px;
    font-size: 30px;
    color: #d2d2d2!important;
    font-weight: 600;
}

.divider::before {
    border-top: 1px solid #e8e8e8;
    content: "";
    height: 0;
    left: 0;
    margin-right: 25px;
    position: absolute;
    right: 50%;
    top: 13px;
}

.divider::after {
    border-top: 1px solid #e8e8e8;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
    left: 50%;
    margin-left: 25px;
    right: 0;
}


/* 
=========================================================
==================== ORDER FORM BOX =====================
========================================================= 
*/

.capitalize { text-transform: capitalize !important; }

.order-form-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 20px auto;
}

.form_section,
.order-form-image {
    max-width: 50%;
    width: 100%;
}

.order-form-image img {
    max-width: 500px;
    width: 90%;
    display: block;
    margin: 50px auto 0;
    border-radius: 5px;
    /*-webkit-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);
    -moz-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);
    box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5);*/
}

form#order-form div.form-input-wrapper input,
form#order-form div.form-input-wrapper select,
form#order-form div.form-input-wrapper_komentar textarea {
    font: 400 13.3333px Arial;
    background-color: #fff;
    border-color: #c9c9c9;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 400;
    color: #8c8d8e;
    text-transform: uppercase;
    font-size: 15px;
    min-height: 48px;
    height: auto;
    outline: none;
    padding: 12px 10px;
    width: 100%;
}

#checkmark {
    display: none;
}

form#order-form div.form-input-wrapper label,
form#order-form div.form-input-wrapper_komentar label[class*=label_] {
    color: #919293;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 5px 13px 0;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    text-align: left;
    text-align: left;
    transform: translateY(3px);
    transition: all .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 6;
    text-transform: uppercase;
}

form#order-form div.form-input-wrapper input.valid {
    padding-bottom: 0;
    font-size: 17px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .2s ease-out;
    border-bottom: solid 2px #0fcc0f;
}

form#order-form div.form-input-wrapper input.invalid_field {
    border-radius: 4px;
    border-bottom-color: red;
    color: red;
    background-color: #ffeded;
    border-top: 1px solid red;
    border-right: 1px solid red;
    border-left: 1px solid red;
    transition: .25s;
    border-bottom: solid 2px #e80000;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
}

form#order-form .required {
    display: none;
    line-height: 1;
    padding-left: 2px;
    padding-top: 5px;
}
form#order-form .required .warrning {
    font-style: initial;
    font-size: 16px;
    font-weight: 500;
    color: red;
}

form#order-form .required .text {
    font-size: 12.5px;
    font-weight: 500;
    font-style: italic;
    position: relative;
    top: -1px;
}

input.invalid_field::placeholder {
    color: red;
}

div.form-input-wrapper {
    margin-top: 10px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 2.5em;
    color: #000;
    margin-right: initial;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    height: auto;
}

.col_half,
.postcontent.bothsidebar {
    width: 50%;
    float: left;
    display: block;
}

.col_full {
    clear: both;
    display: block;
    float: none;
}

.form_section h4 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-weight: 700;
}

.form_section .last-form-headline {
    margin-top: 10px;
}

.express-postage {
    width: 90%;
    font-size: 10px;
    color: #333;
    font-style: italic;
    position: relative;
    top: -10px;
    left: 8px;
}

div.order-cover {
    position: absolute;
    width: 100%;
    height: 110%;
    background: rgb(255 255 255 / 0.95);
    z-index: 99999999;
    box-sizing: border-box;
    left: 0px;
    display: none;
}

div.order-cover div.order-cover-wrapp {
    top: 40%;
    position: relative;
    display: block;
    transform: translate(0%, -50%);
}

div.order-cover-wrapp p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}
div.order-cover-wrapp img {
    width: 100%;
    max-width: 200px;
}

#content div.order-cover div.order-cover-wrapp p {
    font-size: 30px;
}

div.order-cover img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
}

#form-submit {
    height: 60px;
    line-height: 60px;
    width: 97%;
    margin: 5px auto 23px;
    font-size: 30px;
    text-transform: inherit;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    display: block;
    text-shadow: none;
    /*background-image: linear-gradient(94deg,#ff0a0a,#ff7539);*/
    background: #ff434b;
    /* box-shadow: 9px 7px 10px -5px #000000; */
    border-radius: 5px;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

.trusted_badges {
    margin: 10px auto;
}

.trusted_badges img {
    border-top: 2px solid #e8545a;
    border-bottom: 2px solid #e8545a;
    width: 100%;
}

.successmsg2 {
    width: 97%;
    max-width: 100%;
    border-radius: 0;
    background: #00bcd4;
    border-radius: 5px;
    text-align: center;
    padding: 7px 1.5%;
}

.successmsg2 .sb-msg .heart-beats {
    font-size: 13px;
    color: #e62e3d;
    margin-right: 5px;
}

.successmsg2 .sb-msg span {
    font-weight: 600;
    font-size: 10px;
    color: #fff;
}

.successmsg2 .sb-msg span b {
    color: #ffeb3b;
}

.option-line {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    cursor: pointer;
    background: #00bcd4;
    color: #fff;
    border-bottom: 3px solid #f3f3f3;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.option-description {
    background: #f9f9f9;
    padding: 5px 10px 10px;
    display: none;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.option-description.active {
    display: block;
}

.opt-btn-price {
    display: flex;
    flex-flow: row;
}

.opt-btn-price span {
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.option-button {
    background: #ff434b;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    width: 85px;
    text-align: center;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
}

.option-button.active {
    color: #000;
    background: #b7fdb5;
    border: 1px solid;
}

.option-button.active {
    color: #000;
    background: #ffffff;
    font-weight: 700;
    border: 1px solid #000;
}

.opacity-1 {
    opacity: 1!important;
}


/* 
=========================================================
========================= FAQ BOX =======================
========================================================= 
*/

.faq {
    margin: 0 auto;
    float: none;
    width: 95%;
    max-width: 600px;
}

.faq h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 7px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
}

.faq span {
    color: #555!important;
    font-size: 13px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
    font-style: italic;
}

.faq .accordion {
    background-color: #00bcd4;
    color: #fff;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    border: 1px solid #3f51b5;
    border-radius: 3px 4px 0px 0px;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s;
}

.faq .active {
    background-color: #00bcd4;
}

.faq .accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.faq .active:after {
    content: "\2212";
}

.faq .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    margin-bottom: 8px;
}

.faq .panel p {
    padding: 10px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid rgb(204 204 204 / 0.25);
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    margin: 0;
}

/* 
=========================================================
====================== FOOTER BOX =======================
========================================================= 
*/

.footer-wrapper {
    margin: 30px auto 0;
    width: 100%;
}

.footer-icon-box {
    max-width: 22%;
    width: 100%;
    margin: 0 1%;
}

.footer-01-box {
    margin: 20px auto;
    float: none;
    width: 95%;
    padding: 5% 2.5% 0;
    border-top: 3px solid #ededed;
}

.footer-icon-box svg {
    max-width: 39px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    fill: #03a9f4!important;
}
 .footer-icon-box svg path {
    fill: #00BCD4;
 }

.footer-icon-info p {
    font-size: 14px;
}

.footer-02-box {
    padding: 10px 0;
    background-color: #00bcd4;
    font-size: 15px;
    line-height: 1.3;
}

.footer-02-box a {
    color: #fff;
    margin-right: 15px;
}

.promo-full {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    background: #00bcd4;
    height: 46px;
    border-top: 1px solid #7dbad1;
}

.promo {
    display: none;
}

.promo>.container>span>del {
    font-size: 15px!important;
    margin-right: 0;
    color: #ffffff;
    text-decoration: line-through;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.promo>.container>span>ins {
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #1d00be;
    position: relative;
    top: 7px;
}

.promo a.button {
    font-size: 18px;
    padding: 0;
    margin-right: 0;
    letter-spacing: 0;
    width: 40%;
    float: right;
    text-align: center;
    font-weight: 700;
    margin: 0;
    height: 36px;
    line-height: 34px;
    background-color: #ff9800;
    color: #ffffff;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    /* border-bottom: 3px solid rgba(0, 0, 0, 0.15); */
    /* border-color: #ffd400; */
}
.footer-info-box {
    text-align: center;
    background: #00bcd4;
    padding: 15px 0 5px;
    border-top: 3px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.footer-info-box p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}
.footer-info-box p strong {
    font-size: 15px;
    margin-bottom: 10px;    
    font-weight: 900;
    color: #fff
}

/* MODEL CAROUSEL CONTAINER
================================================================================================ 
================================================================================================ 
================================================================================================ 
================================================================================================ */

div.model-carousel-container {
    margin-bottom: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

div.model-carousel-container div.model-carousel-headline h3 {
    color: #232f3e;
    font-weight: 550;
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;

    border-bottom: 2px solid #000;
    max-width: max-content;
    margin: 0 auto;
}

div.model-carousel {
    padding: 20px;
    max-width: 100vw;
    overflow-x: scroll;
    grid-gap: 20px;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


/* width */
div.model-carousel::-webkit-scrollbar {
  height: 7px;
}

/* Track */
div.model-carousel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}

/* Handle */
div.model-carousel::-webkit-scrollbar-thumb {
  background: #7e7e7e; 
  border-radius: 10px;
}

/* Handle on hover */
div.model-carousel::-webkit-scrollbar-thumb:hover {
  background: #696868; 
}

div.model-carousel div.product-model {
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
} 

div.model-carousel div.product-model a.model-link {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 7%), 0 5px 20px -5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: initial;
}

div.model-carousel div.model-image {
    position: relative;
    overflow: hidden;
}

div.model-carousel div.model-image img {
    max-width: 260px;
    width: 100%;
    display: block;
}

div.model-carousel div.model-image div.sold-out-banner {
    display: none;
    font-size: 1.3rem;
    position: absolute;
    z-index: 99;
    background-color: #d10039;
    width: 126%;
    text-align: center;
    height: auto;
    line-height: 50px;
    color: white;
    font-family: monospace;
    top: 50%;
    -ms-transform: rotate(-22deg) translate(0%, -50%);
    -webkit-transform: rotate(-22deg) translate(0%, -50%);
    transform: rotate(-22deg) translate(0%, -50%);
    right: -41px;
    background: -moz-linear-gradient(left, rgba(209,0,57,0) 0%, rgba(209,0,57,0.8) 35%, rgba(209,0,57,1) 39%, rgba(209,0,57,1) 45%, rgba(209,0,57,1) 51%, rgba(209,0,57,1) 58%, rgba(209,0,57,1) 61%, rgba(209,0,57,0.8) 65%, rgba(209,0,57,0) 100%);
    background: -webkit-linear-gradient(left, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%);
    background: linear-gradient(to right, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d10039', endColorstr='#00d10039',GradientType=1 );
}

div.model-carousel a.model-link[data-status="sold"] div.sold-out-banner {
    display: block;
}

div.model-carousel div.product-model div.model-info {
    padding: 10px;
}

div.model-carousel div.product-model h3.model-name {
    font-size: 1.2rem;
    font-weight: 550;
}

div.model-carousel div.product-model div.sales-price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

div.model-carousel div.product-model div.model-order-btn {
    background: #f3033f;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    margin-top: 15px;
    font-weight: 550;
}

div.model-carousel div.product-model a.model-link[data-status="sold"] {
    cursor: not-allowed;
}

div.model-carousel div.product-model a.model-link[data-status="sold"] div.model-order-btn {
    background: #e7e7e7;
    color: #bbbbbb;
    font-weight: 450;
}

span.price-decimal {
    font-size: 11px;
    vertical-align: text-top;
    font-weight: bold;
    margin-left: -4px;
    line-height: 1.4;
}

span.price-integer {
    line-height: .9090909091;
    font-weight: bold;
    font-size: inherit;
}

span.price-per-unit {
    font-size: 11px;
    margin-left: -4px;
}

div.model-price div.sales-price span {
    color:#000;
}

div.model-price div.price-before-discount span {
    color:#000;
}

div.price-before-discount span {
    font-size: 12px;
    text-decoration: line-through;
}

body {
    overflow-x: hidden;
}

div.variant-picker {
    margin-bottom: 15px;
    max-width: 100vw;
    /*overflow-x: scroll;*/
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

div.hidden-picker {
    display: none;
}

div.variant-picker div.variant-item {
    margin: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 2px;
    border: 2px solid transparent;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.variant-item.selected-variant {
    border: 2px solid #dd5c4d!important;
}

div.variant-picker div.variant-item img {
    max-width: 80px;
    width: 100%;
    display: block;
}

div.quantity-selector-headline p, div.variant-headline p {
    font-weight: 500;
}

.flash {
    background: #f3f399;
}

/* 
=========================================================
====================== RESPONSIVE =======================
========================================================= 
*/

@media screen and (max-width: 1023px) {
    .content-wrapper {
        padding: 0px 50px;
    }
    .content-01-box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    #slider {
        margin: 10px auto 0;
        width: 100%;
    }
    .content-01-box,
    .content-03-box,
    .content-04-box,
    .content-05-box,
    .footer-01-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 799px) {
    form#order-form div.form-input-wrapper label {
        padding: 3px 13px 0;
    }
}

@media screen and (max-width: 768px) {
    .content-wrapper {
        padding: 0px 30px;
    }
    .product-headline {
        font-size: 24px;
    }
    .delivery-line p,
    .product-line p,
    .tab p {
        font-size: 15px;
    }
    .customer-review-box {
        max-width: 47%;
        width: 100%;
        margin: 6px 1.5%;
    }
    .customer-review-image img {
        display: block;
    }
    .customer-review-info {
        max-width: 245px;
        width: 100%;
        padding-bottom: 10px;
    }
    .customer-review-image img,
    .customer-word,
    .customer-review-info {
        margin: 0 auto;
    }
    .order-form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 97.5%
    }
    .form_section,
    .order-form-image {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .order-form-image img {
        margin: 10px auto;
        width: 98%;
    }
    .specification-table .spec-row .spec-item:nth-child(1),
    .specification-table .spec-row .spec-item {
        width: 50%;
        font-size: 15px;
        padding: 10px 5px;
    }
    .footer-02-box {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 575px) {
    .promo {
        display: none!important;
    }
}

@media screen and (max-width: 575px) {
    .container,
    #header.full-header .container,
    .container-fullwidth {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.icon-wrapper {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: column!important;
        flex-flow: column!important;
        padding-top: 10px!important;
        border-bottom: 1px solid #e8e8e8;
    }
    div.icon-wrapper h3 {
        font-size: 18px!important;
    }
    .icon-wrapper .icon-content-holder {
       width: 99%;
       padding: .5%;
    }
    .icon-wrapper div.icon-feature-box {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .icon-wrapper div.icon-feature-box div:first-child img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    .icon-wrapper div.icon-feature-box div:last-child {
        text-align: left;
    }
    .icon-wrapper div.icon-feature-box div:last-child h3 {
        text-align: left!important;
        margin: 0 0 10px!important;
    }
    .icon-wrapper div.icon-feature-box div:last-child p {
        text-align: left!important;
    }
    .icon-wrapper div.icon-feature-box p {
        font-size: 16px!important;
    }
}

@media screen and (max-width: 480px) {
    .content-wrapper {
        padding: 0px 10px;
    }
    .footer-icon-info p:first-child {
        font-weight: 700;
        font-size: 10px;
    }
    .footer-icon-info p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    a.selectors {
        font-size: 10.5px;
    }
    p,
    ul {
        font-size: 18px;
    }
    [class*="main-content-"] h3,
    .customer-review-headline {
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 1.4;
    }
    [class*="main-content-"] h3 {
       color: #00bcd4;
       font-weight: 700;
       font-style: italic;
       text-decoration: underline;
    }
    .user-total-reviews p {
        font-size: 16px;
    }
    .customer-word {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    div.container,
    #header.full-header .container,
    .container-fullwidth {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
    a.selectors {
        font-size: 11px;
    }
}
@media screen and (max-width: 359px) {
    .delivery-line p, .product-line p, .tab p {
        font-size: 13px;
    }
}
@media screen and (max-width: 359px) {
    .delivery-line p, .product-line p, .tab p {
        font-size: 16px;
    }
}
body .delivery-line {
    background: linear-gradient(80deg,#ff9f01 0, #ff9f01 100%)!important;
}

body .delivery-line p {
    color: #000!important;
}

@media (max-width: 767px) {
    body .delivery-line p {
        font-size: 13px!important;
    }
}





