body, *, html {
   font-family: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif; 
}
/* NAVBAR START ------------------------------------------------------- */
 .navbar {
        background: #673AB7;
        padding: 7px 0;
        border-bottom: 2px solid #673AB7;
    }
 .navbar p {
     color: #ffffff;
     font-weight: 600;
}
/**/
 .navbar img.logo {
     width: 100%;
     max-width: 200px;
     margin-left: 5px;
}
 .navbar img.phone {
     display: none!important;
}
 .navbar span.phone-number,
 .navbar span.phone-number a {
     text-align: center;
     color: #fff;
     text-decoration: none;
     font-weight: 400;
     font-size: .8rem;
     margin: 0px 7px 0px 0px;
     position: relative;
     top: 1px;
}
/* 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: #59afff;
     font-weight: 400;
     font-style: italic;
     font-size: 1.5rem;
}
 .header .txt-holder h1 {
     margin-bottom: 20px;
     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.8rem;
     line-height: 1.25;
     text-align: center;
}
 .header .txt-holder, .header .img-holder {
     width: 50%;
     position: relative;
     height: fit-content;
}
 .header .txt-holder .stars span:first-child {
     color: #FF9800;
     font-size: 1.25rem;
}
 .header .txt-holder .stars span:last-child {
     color: #777;
     font-size: 1rem;
     margin-left: 0.5rem;
     position: relative;
     top: 2px;
     font-style: italic;
     }
 .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: #673AB7;
     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: #e80073;
     border: 2px solid #0a0a0a;
     background: rgb(156 39 176 / 20%)!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: 20px;
     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: -29px;
     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, #ee6fb0 20%, #4ea7d2 80%)!important;
    width: 100%;
    height: 20px;
    color: #ffffff;
    line-height: 19px;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    bottom: 0;
    opacity: .9;
}
/*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: 1px 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: #aa7aff;
}
.slick-prev {
     left: 0px;
}
.slick-prev-bottom {
     left: 9px;
}
.slick-next {
     right: 0px;
}
.slick-next-bottom {
     right: 6px;
}
/* slider end */
/* thumbnails start */
.slider-nav-thumbnails,
.slider-nav-thumbnails-bottom {
     max-width: 600px;
     margin: 3px auto 0;
     /* display: none; */
}
.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;
}
/*slider end*/
.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: #36c393!important;
    background: #36c393;
    background-image: linear-gradient(210deg, #65c435 10%, #36c393 90%)!important;
    /* box-shadow: 4px 4px 7px #999!important; */
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100%;
    color: #fff!important;
    border-radius: 5px;
    border: none;
    /* shake animation */
    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 {
    /* shake animation */
    position: relative;
    animation-name: shake;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;  
}

.cta-btn {
    /* shake animation */
    position: relative;
    animation-name: shake;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
position: relative;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}
}
.header .trusted_badges {
    margin: 2px auto 15px;
}
.header .trusted_badges img {
    border-top: 2px solid #64c630;
    border-bottom: 2px solid #65c435;
    width: 100%;
    padding: 5px 0;
    margin-top: 10px;
}
/* price live border start */
.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.15rem;
    position: relative;
    top: -2px;
    left: -7px;
}
.header .txt-holder .price-new {
    font-size: 1.75rem;
    font-weight: 700;
    /* text-shadow: 1px 1px 2px rgb(0 0 0 / 15%); */
    color: #ff309a!important;
}
.header .txt-holder .discount-lb {
     ont-size: 1.1rem;
     background: linear-gradient(210deg, #FF9800 20%, #FF9800 80%)!important;
     padding: 1px 7px;
     border-radius: 4px;
     position: relative;
     top: -3px;
     left: 5px;
     font-weight: 700;
     color: #fff;
}
.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%;
    }
}
/* price live border end */
/* 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: 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;
}
/* TRUST BADGES BOTTOM END ------------------------------------------------------- */
/* EXCLUSIVE BOX START ---------------------------------------------------- */
.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: #0b1e3d;
    width: fit-content;
}
.exclusive-box .successmsg2 {
     width: 100%;
     max-width: 100%;
     background: #00delinear-gradient(210deg, #38a349 20%, #77be3e 80%)!important79!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;
}
/* EXCLUSIVE BOX END ------------------------------------------------------ */
/* MEDIA BOX START -------------------------------------------------------- */
 .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;
}
/* MEDIA BOX END ------------------------------------------------------- */
/* BENEFITS START ------------------------------------------------------- */
.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 / 20%);
     margin-bottom: 15px;
     border-radius: 8px;
}
 .benefits .benefit-item .txt-holder h3 {
     font-weight: 700;
     font-size: 1.8rem;
     line-height: 1.2;
     margin-bottom: 15px;
     text-align: center;
     color: #540c78;
}
 .benefits .benefit-item .txt-holder p {
     font-weight: 400;
     line-height: 1.45;
     font-size: .9rem;
     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%;
}
/* BENEFITS END ------------------------------------------------------- */
/* GIFT BOX START ------------------------------------------------------- */
 .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;
}
 /* GIFT BOX END ------------------------------------------------------- */
/* TESTIMONIALS END ------------------------------------------------------- */
 .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: #141414;
     margin-left: 3px;
     padding: 1px 5px;
     background-color: rgb(60 255 30 / 33%);
     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: #FF9800;
     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;
}
/* 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;
}
 .quantity-selector-holder {
     width: 97.5%;
     position: relative;
     max-width: 550px;
     padding: 2% 1.5% 2%;
     border: 2px solid #9C27B0;
     margin: 40px auto 30px;
     border-radius: 10px;
}
 .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: linear-gradient(210deg, #673AB7 20%, #673AB7 80%)!important;
     color: #FFC107;
     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: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 .quantity-selector-holder .description-holder .discount-lines {
     font-size: .65rem;
     line-height: 1.35;
     margin-bottom: 10px;
     padding: 5px 0px;
     background: linear-gradient(210deg, #673AB7 20%, #673AB7 80%)!important;
     color: #ffffff;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     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: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     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: #FF9800!important;
    background-image: none!important;
    background-size: 270% 100%;
    box-shadow: 4px 6px 7px #ccc!important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
    width: 97.5%;
    max-width: 100%;
    color: #ffffff!important;
    border-radius: 5px;
    font-family: "Poppins";
    }
/* 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: 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: #673AB7;
     color: #ffffff;
     width: 100%;
     font-weight: 700;
     font-size: .9rem;
}
 .userChoice .quantity-selector-item .level-2 {
     width: 100%;
     padding: 0px 5px;
     text-align: center;
     background-color: #FFC107;
     color: #000000;
     font-weight: 700;
     font-size: .8rem;
}
 .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 {
    background: linear-gradient(210deg, #673AB7 20%, #673AB7 80%)!important;
}
.footer-section-1 {
    background: #673AB7!important;
}
.footer-section-1 h2,
.footer .widget h4,
.footer .widget li,
.footer .widget li a,
.footer .copyright {
    /* color: #333!important; */
}
.sticky-bottom-line {
    background: linear-gradient(210deg, #673AB7 20%, #673AB7 80%)!important;
}
button#form-submit,
#form-submit,
.option-button,
.cta-btn {
    background-color: #ffbc00!important;
    background-image: linear-gradient(210deg, #65c435 10%, #36c393 90%)!important;
    color: #fff!important;
    border-radius: 7px!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: #ff309a!important;
}
.form-note{
    background: #7bd2b1!important;
}
/* ORDER FORM INSTRO END ------------------------------------------------------- */
/* CHART SIZE TAVLE START ------------------------------------------------------- */
.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;
}

/* CHART SIZE TAVLE END ------------------------------------------------------- */
.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: "Poppins", "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: #FFC107!important;
    font-size: .85rem;
}
.sticky-bottom-line .full-price {
    /* color: #ff81c2!important; */
}
div.option-button.active {
    background-image: linear-gradient(to right,#59afff,#59afff,#59afff)!important;
border: 1px solid #fff;}
.successmsg2 .sb-msg span b,
div.successmsg2 .sb-msg span#productNrCounter {
    color: #FFC107!important;
}
.faq .accordion::after,
.faq .accordion::before {
    background: #ff309a!important;
}
.sticky-bottom-line {
    height: 46px!important;
}
@media screen and (max-width: 767px) {
    .model-preview-gallery .slick-prev, .model-preview-gallery .slick-next {
        bottom: 40%;
    }    
}
.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;
}
/* MEDIA QUERIES START ------------------------------------------------------- */

@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%;
        position: relative;
    }
    .header .txt-holder h1 {
        font-size: 1.85rem;
    }
    .header .txt-holder h2 {
        font-size: 1.35rem;
    }
    .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;
    }
    /**/
    /* Margins Start */
    .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;
    }
    /* Margins End */
    /* Paddings Start */
    .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;
    }
    /* Paddings End */
}
/* MEDIA QUERIES END ------------------------------------------------------- */
.option-line {
    font-size: .85rem!important;
}
.cta-btn {
    line-height: 1.25!important;
}




.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: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    position: relative;
}
body .gift-item .slick-prev, body .gift-item .slick-next {
    width: 30px!important;
    height: 30px!important;
    border-radius: 100%;
    background: rgb(0 128 0 / 45%);
}
body .gift-item .slick-prev {
    left: 4px;
}
body .gift-item  .slick-next {
    right: 4px;
}
body .gift-item .flickity-button-icon .arrow {
    fill: rgb(255 255 255 / 60%);
}
body .gift-item  {
    width: 97.5%;
    position: relative;
    max-width: 550px;
    padding: 2% 1.5% 2%;
    border: 2px solid #ff309a;
    margin: 10px auto 0px;
    border-radius: 10px;
}
body .successmsg2 .sb-msg span {
    font-size: .7rem;
}

.header .txt-holder h3 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    text-align: center;
    color: #000;
     text-decoration: initial;
}
.header .txt-holder h3 span {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.45;
    text-align: center;
    color: #ff424b;
    text-decoration: underline;
}

.puurple {
    color: #9C27B0;
}
.puuurple {
    color: #9C27B0;
    text-decoration: underline;
}

body  .form_section h4 {
    display: none!important;
}
body .form_section p {
    font-size: 1.05rem!important;
    font-weight: 600!important;
    margin-top: 10px;
}

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

body .option-button {
    background-image: linear-gradient(210deg, #FFC107 10%, #FF9800 90%)!important;
}

.header .slider-discount {
    text-align: center;
    padding: 5px 0;
    border-radius: 0;
    background: #FFC107;
    /* position: absolute; */
    z-index: 1000000;
    width: 100%;
    color: #000;
    opacity: 1;
    margin-bottom: 0;
}
.header .slider-discount p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.header .slider-discount span {
    font-weight: 700;
    color: #ffffff;
    padding: 2px 7px;
    background: #03A9F4;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #fff;
}