body, *, html {
   font-family: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif; 
}
.navbar {
    background: #000000;
    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: 16px;
    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: .7rem;
    margin: 0px 7px 0px 0px;
}

.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: #59afff;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem;
}

.header .txt-holder h1 {
    margin-bottom: 7px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
}

.header .txt-holder h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.35rem;
    line-height: 1.25;
    text-align: center;
    background: #f58714;
    background: linear-gradient(107deg, #4CAF50 11.1%, #8BC34A 95.3%);
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
}

.header .txt-holder, .header .img-holder {
    width: 50%;
}

.header .txt-holder .stars span:first-child {
    color: #000000;
    font-size: 1.8rem;
}

.header .txt-holder .stars span:last-child {
    color: #777;
    font-size: .9rem;
    margin-left: 0.5rem;
    position: relative;
    top: 9px;
}

.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: #59afff;
    font-weight: 700;
}

.header .txt-holder .discount {
    font-size: 1.1rem;
    background-color: #59afff;
    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 {
    color: #ff8d3d;
    border: 2px solid #0a0a0a;
    background: #222!important;
    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: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
    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: -30px;
    padding-left: 31px;
}

.header .txt-holder .list span {
    color: #28497a;
    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;
}

.sale-badge {
    position: absolute;
    font-weight: 700;
    padding: 2px 6px;
    background-image: linear-gradient(210deg, #f76e0d 20%, #f58714 80%)!important;
    width: fit-content;
    height: 26px;
    color: #000000;
    line-height: 22px;
    z-index: 9999;
    text-align: center;
    font-size: 16px;
    width: 100%;
    position: relative;
}

.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 1px 6px 2px rgb(222 222 222 / 45%);
}

.carousel-bottom .carousel-item img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
    border: 1px solid #ddd;
}

.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-bottom:hover, .slick-prev:focus, .slick-prev-bottom:focus, .slick-next:hover, .slick-next-bottom:hover, .slick-next:focus, .slick-next-bottom:focus {
    outline: none;
}

.slick-prev, .slick-next, .slick-prev-bottom, .slick-next-bottom {
    bottom: 45%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.slick-prev, .slick-prev-bottom {
    bottom: 45%;
    width: 30px;
    height: 30px;
}

.slick-prev, .slick-prev-bottom {
    bottom: 45%;
    width: 30px;
    height: 30px;
}

.slider {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.flickity-button-icon .arrow {
    fill: #f76e0d;
}

.slick-prev {
    left: 0px;
}

.slick-prev-bottom {
    left: 9px;
}

.slick-next {
    right: 0px;
}

.slick-next-bottom {
    right: 6px;
}

.slider-nav-thumbnails, .slider-nav-thumbnails-bottom {
    max-width: 600px;
    margin: 3px auto 0;
}

.slider-nav-thumbnails .slick-slide, .slider-nav-thumbnails-bottom .slick-slide {
    cursor: pointer;
    outline: none;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active, .slider-nav-thumbnails-bottom .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slider-nav-thumbnails .slick-slide img, .slider-nav-thumbnails-bottom .slick-slide img {
    padding: 1px;
    background: transparent;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img, .slider-nav-thumbnails-bottom .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-bottom img {
    width: 95%;
    margin: 0 2.5%;
    top: 0;
    left: 0;
    content: '';
    border: 1px solid #e4e4e4;
    z-index: 5;
    transition: border-color 0.2s;
    cursor: pointer;
    box-shadow: none;
}

.slider-nav-thumbnails img.active, .slider-nav-thumbnails-bottom img.active {
    border-color: #ff585a!important;
}

.slider-nav-thumbnails .slick-slide:first-child img, .slider-nav-thumbnails-bottom .slick-slide:first-child img {
    margin-left: 0;
}

.slider-nav-thumbnails .slick-slide:last-child img, .slider-nav-thumbnails-bottom .slick-slide:last-child img {
    margin-right: 0;
}

.header .quantity-holder .quantity {
    font-size: 1.5rem;
    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;
}

#addToCartBtn_1 {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-color: transparent;
    padding: .5rem 1rem .75rem;
    background-color: #f76e0d!important;
    background-image: unset!important;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100%;
    color: #fff!important;
    border-radius: 5px;
    border: none;
    position: relative;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

#addToCartBtn_1:hover {
    background-color: #f75c0c;
}

#addToCartBtn_1:focus {
    outline: none!important
}

.quantity-selector-holder .button-holder .btn {
    position: relative;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.cta-btn {
    position: relative;
    animation-name: shake;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@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
    }
}

.header .trusted_badges {
    margin: 2px auto 15px;
}

.header .trusted_badges img {
    border-top: 2px solid #f76e0d;
    border-bottom: 2px solid #f76e0d;
    width: 100%;
    padding: 5px 0;
}

.header .txt-holder .price-holder {
    text-align: center;
    margin: 1rem auto 0;
    max-width: 400px;
    width: 95%;
}

.header .txt-holder .price-old {
    text-decoration: line-through;
    color: rgb(177 177 177 / 84%);
    text-shadow: none;
    font-size: 1.1rem;
    position: relative;
    top: -2px;
    left: -3px;
}

.header .txt-holder .price-new {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
}

.header .txt-holder .discount-lb {
    font-size: 1rem;
    background-color: #000000;
    padding: 1px 5px;
    border-radius: 5px;
    position: relative;
    top: -3px;
    left: 5px;
    font-weight: 700;
    color: #ffffff;
}

.header .txt-holder .liveborder {
    padding: 0;
    display: inline-block;
}

.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;
}

.successmsg2 .sb-msg .emoji .emoji-icon {
    color: #0f263e!important;
}

.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%;
    }
}

.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: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
}

.trust-badges-bottom .item .txt-holder p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.exclusive-box {
    width: 95%;
    max-width: 380px;
    margin: 10px auto;
    float: none;
    display: block;
    padding: 25px 0 0;
    border-top: 1px dashed rgb(204 204 204 / 50%);
    border-bottom: 1px dashed rgb(204 204 204 / 50%);
}

.exclusive-box .note {
    font-size: 1rem;
    background-color: #f7cf0d!important;
    padding: 2px 5px;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-weight: 700;
    color: #000000;
    width: fit-content;
}

.exclusive-box .successmsg2 {
    width: 100%;
    max-width: 100%;
    background: #000000!important;
    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: .675rem;
}

.exclusive-box .successmsg2 .sb-msg .emoji .emoji-icon {
    font-size: .9rem!important;
}

.exclusive-box .successmsg2 .sb-msg span b {
    color: #59afff;
    font-size: 1rem;
}

.exclusive-box .successmsg2 .sb-msg span #productNrCounter {
    color: #f7cf0d!important;
    font-size: 1.1rem!important;
    position: relative;
    top: 1px!important;
}

.media {
    color: #fff;
    background: #59afff;
    color: #000;
    background: rgb(221 221 221 / 35%);
}

.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;
}

.media .txt-holder h2 {
    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: #000000;
}

.benefits h2 {
    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%;
    max-width: 600px;
    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;
    border-radius: 10px;
}

.benefits .benefit-item .txt-holder h3 {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    color: #FF5722;
}

.benefits .benefit-item .txt-holder p {
    font-weight: 400;
    line-height: 1.45;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    text-indent: 0;
}

.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%;
}

.gift-box-holder {
    width: 95%;
    position: relative;
    max-width: 550px;
    padding: 2% 2% 0;
    border: 7px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to left, #59afff, #59afff);
    margin: 40px auto 10px;
    -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%);
}

div#quantity-selector {
}

.gift-box-holder .description-holder {
    text-align: center;
    margin-bottom: 9px;
    margin-top: 0;
}

.gift-box-holder .description-holder .headline {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 20px;
}

.gift-box-holder .description-holder .description {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.gift-box-holder .description-holder img {
    width: 96%;
    max-width: 600px;
    margin: 10px auto;
    float: none;
    display: block;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 75%)!important;
}

.testimonials h2 {
    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;
}

.testimonials .testimonial-item .comment-header .user p:last-child {
    color: #ffffff;
    margin-left: 3px;
    padding: 1px 5px;
    background-color: rgb(5 181 0 / 51%);
    border-radius: 3px;
    font-size: .65rem;
    width: fit-content;
    font-weight: 300;
    font-style: italic;
}

.testimonials .testimonial-item .comment-header {
    margin-bottom: 10px;
}

.testimonials .testimonial-item .comment-content h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.testimonials .testimonial-item .comment-content .stars {
    color: #f7cf0d;
    font-size: 1.1rem;
    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;
}

.quantity-offer-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
}

.quantity-selector-holder {
    width: 97.5%;
    position: relative;
    max-width: 550px;
    padding: 2% 1.5% 2%;
    border: 2px solid #59afff;
    margin: 40px auto 30px;
    border-radius: 5px;
}

.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;
}

.quantity-selector-holder h5 {
    font-size: .85rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 3px;
}

.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: #8a2ae3;
    font-weight: 700;
}

.quantity-selector-holder .discount {
    font-size: 1rem;
    background-color: #59afff;
    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: #0c1e3d;
    color: #7df146;
    padding: 3px 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 {
    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: 400;
    font-family: "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
}

.quantity-selector-holder .description-holder .discount-lines {
    font-size: .875rem;
    line-height: 1.35;
    margin-bottom: 10px;
    padding: 5px 0px;
    background-color: #0b1e3d;
    color: #ffffff;
    font-family: "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: "Segoe UI", "Calibri", "Calibri", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    width: 32.5%;
}

.quantity-selector-holder .button-holder {
    margin: 10px auto 0;
}

.quantity-selector-holder .button-holder .btn {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: .75rem 1rem;
    background-color: #f76e0d!important;
    background-image: unset!important;
    background-size: 270% 100%;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
    width: 97.5%;
    max-width: 100%;
    color: #ffffff!important;
    border-radius: 5px;
}

.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: 30px;
    text-indent: -18px;
}

.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: #000000;
    color: #ff9143;
    width: 100%;
    font-weight: 700;
    font-size: .75rem;
}

.userChoice .quantity-selector-item .level-2 {
    width: 100%;
    padding: 0px 5px;
    text-align: center;
    background-color: #f7cf0d;
    color: #ffffff;
    font-weight: 700;
    font-size: .95rem;
}

.userChoice .quantity-selector-item .level-3 {
    width: 100%;
    padding: 3px 0;
    font-size: 1rem;
}

.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;
}

.successmsg2, .option-line, .footer-section-1, .sticky-bottom-line {
    background: #000000!important;
}

button#form-submit, #form-submit, .option-button, .cta-btn {
    background-color: #f76e0d!important;
    background-image: none!important;
    color: #fff!important;
    border-radius: 4px!important;
    box-shadow: none!important;
}

.option-button.active {
    background-color: #6fd2b1!important;
    color: #fff!important;
}

.form-note {
    background: #7bd2b1;
}

.form-price-holder .price .full-price {
    color: #0b1e3d!important;
}

.form-note {
    background: #7bd2b1!important;
}

.size-chart-table h2 {
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 30px;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCellHead {
    background: #6b3eb2;
    color: #fff;
    font-weight: 700;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 4px 10px;
    font-size: .9rem;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.model-preview-gallery {
    margin: 5px auto;
    float: none;
    display: block;
    width: 100%;
    max-width: 500px;
    position: relative;
}

.model-preview-gallery h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Rubik", "Roboto", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
    width: 100%;
    padding-top: 10px;
    margin: 0px 0 40px;
    font-weight: 500;
    text-decoration: none!important;
}

.model-preview-gallery .img-holder {
    box-shadow: 1px 1px 6px 2px rgb(222 222 222 / 45%);
    width: 97%;
    margin: 0 auto;
}

.order-form-wrapper .quantity-selector-holder .userChoice .quantity-selector-item .level-2 span {
    color: #000!important;
}

.option-button {
    font-weight: 700;
}

#form-submit {
    width: 97.5%!important;
}

.sticky-bottom-button {
    width: 42.5%!important;
}

.yellow {
    color: #7ef748!important;
    font-size: .85rem;
}

.sticky-bottom-line .full-price {
    color: #FB8C00!important;
}

div.option-button.active {
    background-image: linear-gradient(to right,#64c538,#64c538,#64c538)!important;
}

.successmsg2 .sb-msg span b, div.successmsg2 .sb-msg span#productNrCounter {
    color: #f76e0d!important;
}

@media screen and (max-width: 767px) {
    .model-preview-gallery .slick-prev, .model-preview-gallery .slick-next {
        bottom: 40%;
    }
}

@media screen and (min-width: 768px) {
    .sticky-bottom-line {
        display: none!important;
        visibility: initial!important
    }
}

@media screen and (max-width: 767px) {
    .wrap-1, .wrap-2 {
        width: 100%;
    }

    .flx-c-mbl {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: column!important;
        flex-flow: column!important;
    }

    .flx-r-mbl {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: row!important;
        flex-flow: row!important;
    }

    .w-100-mob {
        width: 100%!important
    }

    .navbar img.logo {
        max-width: 130px;
    }

    .slider {
        max-width: 100%;
    }

    .carousel-item img {
        width: 100%;
    }

    .slick-prev, .slick-next {
        bottom: 45%;
        width: 40px;
        height: 40px;
    }

    .slick-prev-bottom, .slick-next-bottom {
        bottom: 40%;
        width: 30px;
        height: 30px;
        right: 0px!important;
    }

    .slick-prev-bottom {
        left: 8px!important;
    }

    .slick-next-bottom {
        right: 5px!important;
    }

    .slick-prev, .slick-prev-bottom {
        left: 0px;
    }

    .header {
        padding-top: .5px;
    }

    .header .txt-holder, .header .img-holder {
        width: 100%;
    }

    .header .txt-holder h1 {
        font-size: 1.85rem;
    }

    .header .txt-holder h2 {
        font-size: 1.25rem;
    }

    .header .button-holder {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .header .button-holder .btn {
        max-width: 100%;
    }

    .userChoice {
        margin-bottom: 10px!important;
        margin-top: 1px;
    }

    p.choice-price-p {
        font-size: 16px;
    }

    .choice-price {
        margin: 10px auto;
    }

    .choice-price-p span, .choice-details span {
        font-size: 13px;
    }

    .trust-badges-bottom .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .trust-badges-bottom .item:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .trust-badges-bottom .item .icon-holder {
        width: 25%;
        text-align: left;
    }

    .trust-badges-bottom .item .txt-holder h2 {
        margin-left: 0;
        text-align: left;
    }

    .trust-badges-bottom .item .icon-holder img {
        margin-bottom: 0;
    }

    .trust-badges-bottom .item .txt-holder {
        width: 75%;
        text-align: left;
        margin-right: 2.5%;
        margin-left: 1.5%;
    }

    .trust-badges-bottom .item .txt-holder h2 {
        margin-bottom: 5px;
    }

    a.selectors {
        font-size: .7rem;
    }

    .media {
        padding-top: 0!important;
        padding-bottom: 0!important;
        margin-bottom: 20px;
    }

    .media .media-holder {
        width: 100%;
        padding: 0;
    }

    .media .txt-holder {
        width: 100%;
        padding: 15px 0.5% 15px;
    }

    .media .txt-holder h2 {
        font-size: 2rem;
    }

    .media .txt-holder .icons .txt-holder p {
        font-size: .8rem;
    }

    .benefits .benefit-item .txt-holder {
        text-align: left;
    }

    .benefits .benefit-item {
        margin-bottom: 0px;
    }

    .benefits .benefit-item .img-holder, .benefits .benefit-item .txt-holder {
        width: 100%;
        padding: 2.5%;
    }

    .benefits .benefit-item .txt-holder h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .benefits .benefit-item .note {
        text-align: left;
    }

    .order-form-instro .text-instro p {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .navbar {
        padding: 7px 0;
    }

    .navbar p {
        font-size: 13px;
    }

    .testimonials {
        padding-bottom: 10px;
        width: 97.5%;
        margin: 0 auto 15px;
        border-bottom: 1px solid rgb(204 204 204 / 50%);
    }

    .testimonials .testimonial-item {
        padding: 10px 5px!important
    }

    .testimonials h2, .size-chart-table h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .benefits h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .faq h2 {
        font-size: 1.45rem;
        margin-bottom: 20px;
    }

    .sticky-bottom-line {
        display: none;
    }

    .footer-section-1-wrapper {
        width: 95%;
        padding: 0 0 10px;
    }

    .footer-section-1 .phone-e-mail-holder div {
        width: 100%
    }

    .footer-section-1 .text-holder {
        width: 100%;
        text-align: center;
        padding: 2.4rem 0;
        border-bottom: 1px solid rgb(204 204 204 / 50%);
    }

    .footer-section-1 .phone-e-mail-holder {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }

    .footer-section-1 {
        padding-bottom: 40px
    }

    .footer .widget h4 {
        font-size: 1rem;
    }

    .footer-section-1 h2 {
        font-size: 1rem;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .footer-section-1 h3 {
        font-size: .95rem;
    }

    .footer .widget li a {
        font-size: .8rem
    }

    .footer .logo-footer {
        margin: 0 auto 2.5rem;
        float: none;
    }

    .quantity-selector-holder {
        padding: 3% 1% 5%;
    }

    .limited-offer {
        margin-top: 25px;
        margin-bottom: 10px;
    }

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

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

    .m-s {
        margin: 5px;
    }

    .m-m {
        margin: 10px;
    }

    .m-l {
        margin: 15px;
    }

    .m-t-s {
        margin-top: 5px;
    }

    .m-t-m {
        margin-top: 10px;
    }

    .m-t-l {
        margin-top: 15px;
    }

    .m-b-s {
        margin-bottom: 5px;
    }

    .m-b-m {
        margin-bottom: 10px;
    }

    .m-b-l {
        margin-bottom: 15px;
    }

    .p-s {
        padding: 5px;
    }

    .p-m {
        padding: 10px;
    }

    .p-l {
        padding: 15px;
    }

    .p-t-s {
        padding-top: 5px;
    }

    .p-t-m {
        padding-top: 10px;
    }

    .p-t-l {
        padding-top: 15px;
    }

    .p-b-s {
        padding-bottom: 5px;
    }

    .p-b-m {
        padding-bottom: 10px;
    }

    .p-b-l {
        padding-bottom: 15px;
    }
}

.disc {
    background-color: #000000;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    color: #fff;
}

body .successmsg2 .sb-msg span {
    font-size: .675rem;
}

body .testimonials .testimonial-item .comment-content .stars, .stars, .successmsg2, .exclusive-box {
}

.header .txt-holder h3 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
    color: #ff424b;
    text-decoration: underline;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    width: 80%;
    margin: 10px auto 30px;
}

body .trusted_badges img {
    border-top: 2px solid #f76e0d;
    border-bottom: 2px solid #f76e0d;
    width: 100%;
    padding: 5px 0;
}

body .faq .accordion::before, body .faq .accordion::after {
    background: #f76e0d;
}

body .order-form-wrapper h2 {
    font-size: 1.1rem;
}

.order-options {
    /* display: none!important; */
}

.form-price-holder .price ins {
    color: #000000;
}

body div.sticky-bottom-button {
    width: 35%!important;
}

body .sticky-bottom-line .full-price {
    font-size: 1.2rem;
}

.ooorange {
    color: #FF5722;
}

body .gift-item {
    width: 97.5%;
    position: relative;
    max-width: 550px;
    padding: 2% 1.5% 2%;
    border: 2px solid #000000;
    margin: 10px auto 13px;
    margin-bottom: 20px!important;
    border-radius: 10px;
}

.gift-span {
    color: #59afff!important;
    font-weight: 700;
    text-decoration: underline;
}

.header .txt-holder h3 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 1.25;
    text-align: center;
    color: #3dc300!important;
    text-decoration: underline;
    box-shadow: 2px 4px 7px rgb(0 0 0 / 15%);
}

.quantity-selector-holder,.form_section h4 {
    display: none!important;
}

.form_section p {
    font-weight: 700!important;
}

html body .option .txt-holder p {
    font-weight: initial!important;
}
