body {
    font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
/* NAVBAR START ------------------------------------------------------- */
 .navbar {
     background: #232a97;
     background: -moz-linear-gradient(left, #232a97, #0b1e3d);
     background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
     background: linear-gradient(to right, #000aa7, #0b1e3d);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
     padding: 7px 0;
}
 .navbar p {
     color: #ffffff;
     font-weight: 600;
}
 .navbar img.logo {
     width: 100%;
     max-width: 200px;
     margin-left: 5px;
}
 .navbar img.phone {
     width: 100%;
     max-width: 20px;
     position: relative;
     top: 0px;
     left: -7px;
}
 .navbar img.icon {
     width: 35px;
     height: 35px;
}
 .navbar span.phone-number,
 .navbar span.phone-number a {
     text-align: center;
     color: #fff;
     text-decoration: none;
     font-weight: 700;
     font-size: .75rem;
     margin: 0px 7px 0px 0px;
}
/* NAVBAR END ------------------------------------------------------- */
/* HEADER START ------------------------------------------------------- */
 .header {
     padding-top: 60px;
}
 .header .txt-holder .quote {
     font-weight: 400;
     margin: 0 0 0.4rem;
     font-size: 1.8px;
     line-height: 1.3;
}
 .header .txt-holder .quote-author {
     color: #ff585a;
     font-weight: 400;
     font-style: italic;
     font-size: 1.5rem;
}
 .header .txt-holder h1 {
     margin-bottom: 10px;
     margin-top: 10px;
     font-weight: 600;
     font-size: 2rem;
     line-height: 1.35;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     text-align: center;
}
 .header .txt-holder, .header .img-holder {
     width: 50%;
}
 .header .txt-holder .stars span:first-child {
     color: #f7cf0d;
     font-size: 1.5rem;
}
 .header .txt-holder .stars span:last-child {
     color: #777;
     font-size: 1rem;
     margin-left: 0.5rem;
     position: relative;
     top: 7px;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
 .header .txt-holder .price {
     font-size: 1.8rem;
     font-weight: 600;
     padding: 10px 0;
     border-top: 1px solid rgb(204 204 204 / 50%);
     border-bottom: 1px solid rgb(204 204 204 / 50%);
     text-align: center;
}
 .header .txt-holder .price .crossed-price {
     font-size: 1rem;
     text-decoration: line-through;
     color: #888;
     position: relative;
     top: -3px;
     font-weight: 300;
}
 .header .txt-holder .price .full-price {
     font-size: 1.75rem;
     color: #232a97;
     font-weight: 700;
}
.header .txt-holder .discount {
     font-size: 1.1rem;
     background-color: #f5d239;
     padding: 1px 10px;
     border-radius: 3px;
     position: relative;
     top: -4px;
     font-weight: 700;
     color: #000;
}
.header .txt-holder .price del {
     text-decoration: none;
     border: none;
}
.header .txt-holder .price ins {
     text-decoration: none;
     border: none;
}
 a.selectors {
     border-color: transparent;
     font-weight: 400;
     background-color: #fff;
     color: #000;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     margin: 0;
     border: 1px solid #ccc;
     text-align: center;
     white-space: nowrap;
     cursor: pointer;
     width: 31%;
     text-decoration: none;
}
 a.selected-quantity {
     background: #232a97;
     background: -moz-linear-gradient(left, #232a97, #0b1e3d);
     background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
     background: linear-gradient(to right, #232a97, #0b1e3d);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
     color: #ffffff;
     border: 2px solid #232a97;
     text-decoration: none;
     position: relative;
     -webkit-box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 10%);
     -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.10);
     box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 10%);
}
.header .txt-holder .description {
     font-weight: 400;
     color: #111;
     font-size: 1rem;
     margin-top: 10px;
     margin-bottom: 25px;
     line-height: 1.6;
     text-align: center;
}
.header .txt-holder .list {
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid rgb(204 204 204 / 50%);
     margin-bottom: 0;
} 
.header .txt-holder .list p {
     font-size: 1rem;
     line-height: 1.5;
     font-weight: 400;
     margin-bottom: 5px;
     text-indent: -27px;
     padding-left: 25px;
}
.header .txt-holder .list span {
     color: #0b1e3f;
     margin-right: 3px;
     font-weight: 700;
}
.header .txt-holder .s-txt {
     font-size: 1rem;
     font-weight: 300;
     line-height: 1.4;
     padding-bottom: 30px;
     border-bottom: 1px solid #ddd;
}
/*slider start*/
.slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
.slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
.slick-list:focus {
     outline: none;
}
.slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
.slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
.slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
.slick-track:after {
     clear: both;
}
.slick-loading .slick-track {
     visibility: hidden;
}
.slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
[dir='rtl'] .slick-slide {
     float: right;
}
.slick-slide img {
     display: block;
     width: 100%;
}
.carousel-item img {
     width: 100%;
     margin: 0 auto;
     position: relative;
     box-shadow: 1px 3px 7px rgb(42 56 142 / 10%);
}
.carousel-item-2 img {
     width: 100%;
     margin: 0 auto;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
.slick-initialized .slick-slide {
     display: block;
}
.slick-loading .slick-slide {
     visibility: hidden;
}
.slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
     display: none;
}
.slick-slide {
     outline: none 
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    /* background: rgb(42 56 142 / 55%)!important;
    */
     outline: none;
}
.slick-prev, .slick-next {
     bottom: 45%;
     width: 30px;
     height: 30px;
     transform: translateY(-50%);
     position: absolute;
     background: rgb(4 13 140 / 25%);
     border: none;
     cursor: pointer;
     box-sizing: border-box;
}
.slick-prev {
     bottom: 45%;
     width: 30px;
     height: 30px;
     left: 0;
}
.slider {
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
     overflow: hidden;
     position: relative;
}
.flickity-button-icon .arrow {
     fill: #ffffff;
}
.slick-prev {
     right: 71px;
}
.slick-next {
     right: 0;
}
/* slider end */
/* thumbnails start */
.slider-nav-thumbnails {
     max-width: 600px;
     margin: 3px auto 0;
}
.slider-nav-thumbnails .slick-slide {
     cursor: pointer;
     outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
     opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
     padding: 1px;
     background: transparent;
     ;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
     background: #000;
}
.slider-nav-thumbnails img {
     width: 96%;
     margin: 0 1%;
     top: 0;
     left: 0;
     content: '';
     border: 1px solid #e4e4e4;
     z-index: 5;
     transition: border-color 0.2s;
     cursor: pointer;
     box-shadow: 1px 3px 7px rgb(42 56 142 / 10%);
}
.slider-nav-thumbnails img.active {
     border-color: #ff585a!important;
}
.slider-nav-thumbnails .slick-slide:first-child img {
     margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
     margin-right: 0;
}
/*slider end*/
.header .quantity-holder .quantity {
     font-size: 1.5rem;
     font-family: "Open Sans", "Segoe UI", "Calibri", sans-serif;
     font-style: normal;
     font-weight: 400;
     color: #101010;
     line-height: 1.5;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     line-height: 1.2;
     padding-right: 35px;
     text-indent: 0.01px;
     cursor: pointer;
     padding-left: 10px;
     padding: 0.6rem;
     width: 90px;
     border-radius: 0;
     min-height: 44px;
     position: relative;
}
.header .quantity-holder .quantity:focus {
     outline: none 
}
.header .quantity-holder {
     width: 100%;
}
.header .quantity-holder .headline {
     font-size: 1.75rem;
     font-weight: 600;
}
.header .limited-offer {
     margin: 20px auto;
}
.header .button-holder .btn {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-color: transparent;
    padding: .5rem 2rem;
    background-image: linear-gradient(213deg, #ff7b48 7%, #f73c22 92%);
    background-color: #ff4747;
    font-weight: 700;
    font-size: 1.8rem;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
    border-radius: 5px;
}
.header .button-holder .btn:hover {
     background-color: #db2d4f;
}
 .header .button-holder .btn:focus {
     outline: none!important 
}
.header .trusted_badges {
    margin: 2px auto 15px;
}
.header .trusted_badges img {
    border-top: 2px solid #232a97;
    border-bottom: 2px solid #232a97;
    width: 100%;
    padding: 5px 0;
}
/* price live border start */
.header .txt-holder .price-holder {
    color: #ffffff;
    text-align: center;
    padding: .7rem 0;
    margin-top: 1rem;
    border-radius: 3px;
    background: #232a97;
    background: -moz-linear-gradient(left, #232a97, #0b1e3d);
    background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
    background: linear-gradient(to right, #232a97, #0b1e3d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
}
.header .txt-holder .price-old {
    text-decoration: line-through;
    color: rgb(255 255 255 / 50%);
    text-shadow: none;
    font-size: .9rem;
    position: relative;
    top: -4px;
    left: -1px;
}
.header .txt-holder .price-new {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    color: #ffffff;
}
.header .txt-holder .discount-lb {
     font-size: 1rem;
     background-color: #f7cf0d;
     padding: 1px 7px;
     border-radius: 0;
     position: relative;
     top: -4px;
     left: 4px;
     font-weight: 700;
     color: #000;
}
.header .txt-holder .liveborder {
    padding: 0 0.75em 0.1em;
    padding: .8em 0.8em 0.7em;
    display: inline-block;
}
.header .txt-holder .live-border {
    display: inline-block;
    position: relative;
    overflow: visible;
}
.header .txt-holder .live-border .border {
    position: absolute;
    background: rgb(255 255 255 / 50%);
    overflow: hidden;
}
.header .txt-holder .live-border .border.top {
    height: 1px;
    width: 100%;
    top: 0px;
    left: 0px;
}
.header .txt-holder .live-border .border.right {
    height: 100%;
    width: 1px;
    top: 0px;
    right: 0px;
}
.header .txt-holder .live-border .border.bottom {
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.header .txt-holder .live-border .border.left {
    height: 100%;
    width: 1px;
    top: 0px;
    left: 0px;
}
.header .txt-holder .live-border .border .bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0px;
    top: 0px;
    z-index: 99;
}
.header .txt-holder .live-border .border.top .bar {
    left: 100%;
    animation: live-border-animate-top 2s linear 2s infinite;
}
.header .txt-holder .live-border .border.right .bar {
    top: 100%;
    animation: live-border-animate-right 2s linear 1s infinite;
}
.header .txt-holder .live-border .border.bottom .bar {
    left: -100%;
    animation: live-border-animate-bottom 2s linear 0s infinite;
}
.header .txt-holder .live-border .border.left .bar {
    top: -100%;
    animation: live-border-animate-left 2s linear 3s infinite;
}
@keyframes live-border-animate-top {
    0%{
        left: 100%;
    }
    100%{
        left: -100%;
    }
}
@keyframes live-border-animate-right {
    0%{
        top: 100%;
    }
    100%{
        top: -100%;
    }
}
@keyframes live-border-animate-bottom {
    0%{
        left: -100%;
    }
    100%{
        left: 100%;
    }
}
@keyframes live-border-animate-left {
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}
/* price live border end */
.header .txt-holder h3 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.25;
    text-align: center;
    color: #ff424b;
    animation-name: shake;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    position: relative;
}
.header .slider-discount {
    text-align: center;
    padding: 3px 0 4px;
    border-radius: 0;
    background: #f5d239;
    z-index: 1000000;
    width: 100%;
    color: #fff;
    opacity: 1;
}
.header .slider-discount p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #000;
}
.header .slider-discount span {
    font-weight: 700;
    color: #ffffff;
    padding: 2px 5px;
    background-image: linear-gradient(200deg, #e62e52 10%, #ff7b48 90%)!important;
    border-radius: 10px;
    font-size: 15px;
}
/* HEADER END ------------------------------------------------------- */
/* TRUST BADGES BOTTOM START ------------------------------------------------------- */
.trust-badges-bottom .item {
     width: 30%;
}
.trust-badges-bottom .item .icon-holder {
     text-align: center;
}
.trust-badges-bottom .item .icon-holder img {
     width: 100%;
     max-width: 60px;
     margin-bottom: 20px;
}
.trust-badges-bottom .item .txt-holder {
     text-align: center;
}
.trust-badges-bottom .item .txt-holder h2 {
     font-weight: 700;
     font-size: 1.3rem;
     line-height: 1.4;
     max-width: 241px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     margin-bottom: 15px;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
.trust-badges-bottom .item .txt-holder p {
     font-size: .9rem;
     font-weight: 400;
     line-height: 1.5;
}
/* TRUST BADGES BOTTOM END ------------------------------------------------------- */
/* EXCLUSIVE BOX START ---------------------------------------------------- */
.exclusive-box {
    width: 95%;
    max-width: 350px;
    margin: 10px auto;
    float: none;
    display: block;
    padding: 25px 0 0;
    border-top: 1px dashed rgb(204 204 204 / 50%);
    border-bottom: 1px solid rgb(204 204 204 / 50%);
}
.exclusive-box .note {
    font-size: 1rem;
    background-color: #f7cf0d;
    padding: 3px 5px;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-weight: 700;
    color: #000;
    width: fit-content;
}
.exclusive-box .successmsg2 {
     width: 100%;
     max-width: 100%;
     background: #232a97;
     background: -moz-linear-gradient(left, #232a97, #0b1e3d);
     background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
     background: linear-gradient(to right, #232a97, #0b1e3d);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
     border-radius: 3px;
     padding: 3px;
     margin: 0px auto 21px;
}
.exclusive-box .successmsg2 .sb-msg .emoji {
     font-size: 1rem;
     background: #ffffff;
     width: 25px;
     height: 25px;
     display: inline-block;
     text-align: center;
     line-height: 25px;
     border-radius: 3px;
     position: relative;
     top: 0;
     margin-right: 3px;
}
.exclusive-box .successmsg2 .sb-msg span {
     font-weight: 600;
     font-size: .7rem;
     color: #ffffff;
     position: relative;
     top: -1px;
}
.exclusive-box .successmsg2 .sb-msg .emoji .emoji-icon {
      font-size: .9rem!important;
}
.exclusive-box .successmsg2 .sb-msg span b {
     color: #f7cf0d;
     font-size: 1rem;
}
.exclusive-box .successmsg2 .sb-msg span #productNrCounter {
     color: #f7cf0d!important;
     font-size: 1.1rem!important;
     position: relative;
     top: 1px!important;
}
/* EXCLUSIVE BOX END ------------------------------------------------------ */
/* MEDIA BOX START -------------------------------------------------------- */
 .media {
     color: #fff;
     background: #ff5859;
     color: #000;
     background: rgb(0 0 0);
}
 .media .media-holder {
     width: 100%;
     max-width: 600px;
     padding: 10px;
}
 .media .media-holder img {
     width: 100%;
     max-width: 600px;
}
 .media .txt-holder {
     width: 100%;
     max-width: 600px;
     padding: 0 10px 10px;
     /* margin-top: 0; */
}
 .media .txt-holder h2 {
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     font-weight: 300;
     font-size: 2.25rem;
     line-height: 1.35;
     margin-bottom: 30px;
}
 .media .icons .txt-holder {
     width: 100%;
     padding: 0;
}
 .media .txt-holder .icons .icon-holder img {
     width: 100%;
     max-width: 60px;
     margin-bottom: 10px;
}
 .media .txt-holder .icons .txt-holder p {
     line-height: 1.4;
     font-weight: 600;
     letter-spacing: 0;
     font-size: 1rem;
     padding: 0 5px;
     margin-bottom: 0;
     color: #ffffff;
}
/* MEDIA BOX END ------------------------------------------------------- */
/* BENEFITS START ------------------------------------------------------- */
.benefits {
    border-bottom: 1px solid rgb(204 204 204 / 50%);
}
.benefits h2 {
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     font-weight: 300;
     font-size: 2.25rem;
     line-height: 1.35;
     text-align: center;
}
 .benefits .benefit-item .img-holder, .benefits .benefit-item .txt-holder {
     width: 95%;
     padding: 2.5%;
     text-align: center;
}
 .benefits .benefit-item .img-holder img {
     width: 100%;
     max-width: 550px;
     box-shadow: 1px 3px 7px rgb(42 56 142 / 10%);
     margin-bottom: 20px;
}
 .benefits .benefit-item .txt-holder h3 {
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     font-weight: 700;
     font-size: 1.8rem;
     line-height: 1.2;
     margin-bottom: 20px;
     text-align: center;
}
 .benefits .benefit-item .txt-holder p {
     font-weight: 400;
     line-height: 1.5;
     font-size: 1rem;
     margin-bottom: 0;
     text-align: center;
}
 .benefits .benefit-item .note {
    font-size: .8rem;
    line-height: 1.4;
    color: #333;
    font-style: italic;
    position: relative;
    top: -10px;
    margin: 0 auto;
    text-align: c;
    width: 100%;
}
/* BENEFITS END ------------------------------------------------------- */
/* TESTIMONIALS END ------------------------------------------------------- */
 .testimonials h2 {
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     font-weight: 300;
     font-size: 2.25rem;
     line-height: 1.35;
     text-align: center;
     margin-bottom: 30px;
}
.testimonials {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
 .testimonials .testimonial-item {
     width: 48%!important;
     margin-bottom: 15px;
     -webkit-box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 45%);
     -moz-box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 0.45);
     box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 45%);
     border-radius: 3px;
}
 .testimonials .testimonial-item .comment-header .user p {
     font-size: 1rem;
     line-height: 1.3;
     margin-left: 3px;
     margin-bottom: 1px;
     font-weight: 700;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
 .testimonials .testimonial-item .comment-header .user p:last-child {
     color: #ffffff;
     margin-left: 3px;
     padding: 1px 5px;
     background-color: #5fc494;
     border-radius: 3px;
     font-size: .6rem;
     width: fit-content;
     font-weight: 300;
}
 .testimonials .testimonial-item .comment-header {
     margin-bottom: 10px;
}
 .testimonials .testimonial-item .comment-content h5 {
     font-size: .9rem;
     margin-bottom: 10px;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
 .testimonials .testimonial-item .comment-content .stars {
     color: #f7cf0d;
     font-size: 1.5rem;
     margin-bottom: 5px;
}
 .testimonials .testimonial-item .comment-content p {
     font-size: .9rem;
     line-height: 1.5;
}
 .testimonials .testimonial-item .image-content img {
     width: 100%;
     margin: 0px auto 7px;
}
/* TESTIMONIALS END ------------------------------------------------------- */
/* QUANTITY SELECTOR START ------------------------------------------------------- */
 .quantity-offer-title {
     font-size: 1.3rem;
     font-weight: 600;
     line-height: 1.25;
     margin-bottom: 10px;
     text-align: center;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
 .quantity-selector-holder {
     width: 98%;
     position: relative;
     max-width: 550px;
     padding: 2% 1.5% 2%;
     border: 7px solid;
     border-image-slice: 1;
     border-width: 4px;
     border-image-source: linear-gradient(to left, #0c1f40, #4853ff);
     margin: 40px auto 30px;
     -webkit-box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 45%);
     -moz-box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 0.45);
     box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 45%);
}
 .quantity-selector-holder .price {
     width: 100%;
     font-size: 1.65rem;
     font-weight: 600;
     padding: 0 0 10px;
     border-bottom: 1px solid #ccc;
     text-align: center;
     font-family: "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
.quantity-selector-holder h5 {
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     text-align: center;
     margin-bottom: 10px;
}
.quantity-selector-holder .price .crossed-price {
     font-size: 1.2rem;
     text-decoration: line-through;
     color: #c1c1c1;
     position: relative;
     top: 1px;
     font-weight: 500;
}
 .quantity-selector-holder .price .full-price {
     font-size: 1.35rem;
     color: #232a97;
     font-weight: 700;
}
 .quantity-selector-holder .discount {
     font-size: 1rem;
     background-color: #f5d239;
     padding: 1px 20px;
     border-radius: 0px;
     position: relative;
     top: -3px;
     font-weight: 600;
}
 .quantity-selector-holder .price del {
     text-decoration: none;
     border: none;
}
 .quantity-selector-holder .price ins {
     text-decoration: none;
     border: none;
     background: #232a97;
     background: -moz-linear-gradient(left, #232a97, #0b1e3d);
     background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
     background: linear-gradient(to right, #232a97, #0b1e3d);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
     color: #f1d048;
     padding: 0 10px;
     border-radius: 5px;
}
 .quantity-selector-holder .limited-offer {
     margin: 5px auto 30px;
}

.quantity-selector-holder .limited-offer-note {
     font-size: .9rem;
    color: #333;
    font-style: italic;
    position: relative;
    top: -10px;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
}
 .quantity-selector-holder .description-holder {
     font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     text-align: center;
     margin-bottom: 9px;
     margin-top: 0;
}
 .quantity-selector-holder .description-holder .headline {
     font-size: 1rem;
     line-height: 1.5;
     margin: 10px auto 15px;
     font-weight: 500;
     font-family: "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}
 .quantity-selector-holder .description-holder .discount-lines {
     font-size: .8rem;
     line-height: 1.35;
     margin-bottom: 10px;
     padding: 2px 0px;
     background: #232a97;
     background: -moz-linear-gradient(left, #232a97, #0b1e3d);
     background: -webkit-linear-gradient(left, #232a97, #0b1e3d);
     background: linear-gradient(to right, #232a97, #0b1e3d);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1e3d', endColorstr='#232a97',GradientType=1 );
     color: #ffffff;
     font-family: "Open Sans", "Segoe UI", "Calibri", "Calibri", Helvetica, Arial, sans-serif;
     border-radius: 3px;
}
 .quantity-selector-holder a.selectors {
     font-size: 1rem;
     line-height: 1.5;
     padding: 0;
     text-transform: none;
     font-weight: 700;
     font-family: "Open Sans", "Segoe UI", "Calibri", "Calibri", Helvetica, Arial, sans-serif;
     border-radius: 3px;
     position: relative;
}
.level-0a,
.level-0b {
    position: absolute;
    top: -20px;
    width: 100%;
    line-height: initial;
    padding: 2px 0;
    font-size: .6rem;
    color: #fff;
    font-weight: 700;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    text-transform: uppercase;
}
.level-0a {
    background: #d72346;
}
.level-0b {
    background: #5fc494;
}
.quantity-selector-holder .button-holder {
    margin: 10px auto 0;
}
.quantity-selector-holder .button-holder .btn {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    padding: .35rem 2rem;
    background-image: linear-gradient(213deg,#ff7b48 7%,#f73c22 92%);
    background-color: #ff4747;
    font-weight: 700;
    font-size: 1.5rem;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-family: "Poppins", "Open Sans", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
    border-radius: 4px;
}
/* QUANTITY SELECTOR END ------------------------------------------------------- */
/* ORDER FORM INSTRO START ------------------------------------------------------- */
 .order-form-instro {
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
     float: none;
     display: block;
}
 .order-form-instro .text-instro p {
     font-size: 1.35rem;
     line-height: 1.5;
     text-align: left;
     padding-left: 10px;
}
 .userChoice {
     margin: 20px auto;
     width: 99%;
}
 .userChoice .quantity-selector-item {
     width: 100%;
}
 .userChoice .quantity-selector-item .level-1 {
     padding: 1px 5px;
     text-align: center;
     background-color: #0b1e3d;
     color: #fff;
     width: 100%;
     font-weight: 700;
     font-size: .9rem;
}
 .userChoice .quantity-selector-item .level-2 {
     width: 100%;
     padding: 0px 5px;
     text-align: center;
     background-color: #f7cf0d;
     color: #000000;
     font-weight: 700;
     font-size: .8rem;
}
 .userChoice .quantity-selector-item .level-3 {
     width: 100%;
     padding: 3px 0;
     font-size: .85rem;
}
.userChoice .quantity-selector-item .level-3 .x-quantity {
     position: relative;
     top: -1px;
     font-size: .75rem;
}
 .userChoice .btnWrapper .choice-selected {
     background-color: rgb(230 230 250 / 85%)!important;
}
 .userChoice .btnWrapper .choice {
     border: 1px solid #bfbfbf;
     cursor: pointer;
     padding: 2px 0;
     width: 100%;
     font-size: 20px;
     flex-wrap: nowrap;
     height: auto;
     display: flex;
     width: 95%;
     box-sizing: border-box;
     margin-left: auto;
     margin-right: auto;
     margin-top: auto;
     position: relative;
     background: #fff;
}
 .choice-selected:after {
     content: "";
     border: 2px solid #0b1e3d!important;
     cursor: pointer;
     width: 101%;
     position: absolute;
     height: 103%;
}
 .choice-price {
     width: initial;
     text-align: center;
     box-sizing: border-box;
     margin: 6px auto 
}
 .color-selector {
     display: flex;
     justify-content: start;
     flex-wrap: wrap;
     margin-bottom: 10px 
}
 .choice-price-p span, .choice-details span {
     font-size: 15px;
}
body .sticky-bottom-line {
    border-top: none!important;
}
body .sticky-bottom-line {
    height: 55px;
}
body .form_section p {
    font-weight: 700;
}
body .form_section .order-options p {
    font-weight: initial;
}
body form#order-form div.form-input-wrapper input, 
body form#order-form div.form-input-wrapper select, 
body form#order-form div.form-input-wrapper_komentar textarea,
body .form_section p,
body #form-submit,
body .order-options {
    font-family: "Poppins", "Roboto", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
    border-color: #cbcbcb!important;
}
body .cta-btn {
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    top: 1px;
    line-height: 38px;
    padding: 0;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
body .form_section p {
    margin-top: 10px;
}
/* ORDER FORM INSTRO END ------------------------------------------------------- */
body #form-submit {
    font-size: 1.65rem;
}
body .sticky-bottom-price del {
    color: #fff;
    font-size: 1rem;
    text-decoration: line-through;
    position: relative;
    top: -1px;
    left: -9px;
    font-weight: 300;
}
body .sticky-bottom-price ins {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
body .sticky-bottom-price {
    margin-left: 10px!important;
}
body .sticky-bottom-discount {
    background: #f5d239;
    color: #000;
    font-weight: bold;
    width: 20%;
    max-width: 55px;
    text-align: center;
    font-size: 1rem;
    padding: 2px 3px;
    border-radius: 4px;
    position: relative;
    left: -20px;
    top: 10px;
}
body .form_section {
    border-top: none;
}
body .form_section {
    margin-top: 0;
}
@keyframes shake {
  0% {left: 0}
  1% {left: -2px}
  2% {left: 1px}
  3% {left: -3px}
  4% {left: 3px}
  5% {left: -1px}
  6% {left: 2px}
  7% {left: 0}
}
.video-holder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    float: none;
    display: block;
    width: 95%;
    max-width: 550px;
}
/*-----------------*/
.sale-badge {
    position: absolute;
    font-weight: 700;
    padding: 2px 6px;
    background-image: linear-gradient(210deg, #59afff 20%, #59afff 80%)!important;
    width: fit-content;
    height: 32px;
    color: #ffffff;
    line-height: 28px;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
}