 /* ORDER FORM SECTION START ------------------------------------------------------- */
 .order-form-wrapper 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 10px;
     text-decoration: underline;
     font-weight: 500;
}
 .order-form-wrapper h3 {
     font-size: 1.1rem;
     line-height: 1.25;
     text-align: center;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     width: 100%;
     font-weight: 500;
     margin-bottom: 4px;
}
 .form-note {
     font-size: 0.8rem;
     color: #fff;
     font-style: italic;
     position: relative;
     top: -8px;
     margin: 0 auto;
     float: none;
     display: block;
     text-align: center;
     width: fit-content;
     padding: 3px 7px;
     background: #4fa57a;
     border-radius: 5px;
}
 .order-form-box img {
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
     float: none;
}
 .order-form-wrapper {
     max-width: 1140px;
     width: 97.5%;
     margin: 0px auto 0px;
}
 .form_section {
     max-width: 50%;
     width: 100%;
     display: block;
     float: none;
     margin: 20px auto 0;
     padding-top: 15px;
     border-top: 1px dashed rgb(204 204 204 / 50%);
}
 .order-form-video {
     width: 100%;
     max-width: 500px;
     display: block;
     float: none;
     margin: 0 auto;
}
 .order-form-image {
     width: 100%;
     display: block;
     float: none;
     margin: 0 auto;
}
 .order-form-image img {
     max-width: 500px;
     border-radius: 0;
     -webkit-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5); 
     -moz-box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5); 
      box-shadow: 1px 1px 8px 2px rgb(222 222 222 / 0.5); 
     width: 100%;
     margin: 30px auto 10px;
     float: none;
     display: block;
}
 form#order-form div.form-input-wrapper input, form#order-form div.form-input-wrapper select, form#order-form div.form-input-wrapper_komentar textarea {
     background-color: #fff;
     border-color: #858585;
     border: 1px solid #c7c7c7;
     box-shadow: none;
     border-radius: 3px;
     font-weight: 400;
     color: #222;
     text-transform: none;
     font-size: .875rem;
     min-height: 48px;
     height: auto;
     outline: none;
     padding: 10px 5px;
     width: 100%;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     margin-bottom: 10px;
}
 #checkmark {
     display: none;
}
 form#order-form div.form-input-wrapper label, form#order-form div.form-input-wrapper_komentar label[class*=label_] {
     color: #888;
     box-sizing: border-box;
     display: block;
     font-size: .7rem;
     line-height: 1;
     opacity: 0;
     overflow: hidden;
     padding: 5px 13px 0;
     pointer-events: none;
     position: absolute;
     text-overflow: ellipsis;
     top: -3px;
     left: -7px;
     text-align: left;
     transform: translateY(3px);
     transition: all .2s ease-out;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
     width: 100%;
     z-index: 6;
     text-transform: none;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 form#order-form div.form-input-wrapper input.valid {
     padding-bottom: 0;
     font-size: .95rem;
     color: #000;
     background-color: #fff;
     border: 1px solid #ccc;
     transition: all .2s ease-out;
     border-bottom: solid 2px #00c100;
}
 form#order-form div.form-input-wrapper input.invalid_field {
     border-radius: 3px;
     border-bottom-color: #e62e52;
     color: #e62e52;
     background-color: rgb(255 237 237 / 70%);
     border-top: 1px solid #e62e52;
     border-right: 1px solid #e62e52;
     border-left: 1px solid #e62e52;
     transition: .25s;
     border-bottom: solid 2px #e62e52;
     border-top: 1px solid rgb(201 201 201 / 75%);
     border-right: 1px solid rgb(201 201 201 / 75%);
     border-left: 1px solid rgb(201 201 201 / 75%);
}
 form#order-form .required {
     display: none;
     line-height: 1;
     padding-left: 2px;
     padding-top: 5px;
     position: relative;
     top: -12px;
}
 form#order-form .required .warrning {
     font-style: initial;
     font-size: 16px;
     font-weight: 500;
     color: #e62e52;
}
 form#order-form .required .text {
     font-size: 12.5px;
     font-weight: 500;
     font-style: italic;
     position: relative;
     top: -1px;
}
 input.invalid_field::placeholder {
     color: #e62e52;
}
 div.form-input-wrapper {
     margin-top: 0px;
     font-weight: 500;
     font-size: 0.95rem;
     line-height: 1.3;
     color: #000;
     text-align: left;
     position: relative;
     height: auto;
}
 .form_section h4 {
     font-size: 1rem;
     margin-top: 15px;
     margin-bottom: 5px;
     padding-left: 5px;
     font-weight: 600;
     text-transform: none;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 .form_section p {
     font-size: 1rem;
     margin: 0 0 10px;
     padding-left: 5px;
     font-weight: 400;
     text-transform: none;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 .form_section .last-form-headline {
     margin-top: 10px;
}
 .express-postage {
     font-size: 10px;
     color: #333;
     font-style: italic;
     position: relative;
     top: -1px;
     margin: 0 auto;
     float: none;
     display: block;
     text-align: center;
     width: 100%;
}
 div.order-cover {
     position: absolute;
     width: 100%;
     height: 180%;
     background: rgb(255 255 255 / 0.925);
     z-index: 99999999;
     box-sizing: border-box;
     left: 0px;
     display: none;
}
 div.order-cover div.order-cover-wrapp {
     top: 70%;
     position: relative;
     display: block;
     transform: translate(0%, -50%);
}
 div.order-cover-wrapp p {
     font-size: 1.5rem;
     text-align: center;
     font-weight: 600;
     font-style: italic;
}
 div.order-cover-wrapp img {
     width: 100%;
     max-width: 200px;
}
 #content div.order-cover div.order-cover-wrapp p {
     font-size: 30px;
}
 div.order-cover img {
     max-width: 180px;
     display: block;
     margin: 0 auto;
     position: relative;
     box-shadow: none;
}
 .form-price-holder {
     line-height: 1.3!important;
     margin-top: 10px!important;
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     padding: 5px 0;
}
 .form-price-holder .price {
     font-size: 24px;
     font-weight: 600;
     padding: 0;
     text-align: center;
     position: relative;
     top: -2px;
}
 .form-price-holder .price .crossed-price {
     font-size: 1rem;
     text-decoration: line-through;
     color: #888;
     position: relative;
     top: -3px;
     font-weight: 300;
}
 .form-price-holder .price .full-price {
     font-size: 1.75rem;
     color: #232a97;
     font-weight: 700;
}
 .form-price-holder .discount {
     font-size: 1.1rem;
     background-color: #f7cf0d;
     padding: 1px 9px;
     border-radius: 3px;
     position: relative;
     top: -3px;
     font-weight: 700;
     color: #000;
}
 .form-price-holder .price del {
     text-decoration: none;
     border: none;
}
 .form-price-holder .price ins {
     text-decoration: none;
     border: none;
font-weight: 600;}
/* QUANTITY SELECTOR START ------------------------------------------------------- */
 .order-form-wrapper  .quantity-offer-title {
     font-size: 1.3rem;
     font-weight: 600;
     line-height: 1.25;
     margin-bottom: 10px;
     text-align: center;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 .order-form-wrapper .quantity-selector-holder {
     width: 100%;
     position: relative;
     max-width: 550px;
     padding: 0 .5%;
     border-radius: 5px;
     margin: 0px auto 0;
     border: none;
     box-shadow: none;
}
 .order-form-wrapper .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: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
 .order-form-wrapper .quantity-selector-holder h5 {
     font-size: 1.1rem;
     color: #000;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     text-align: center;
     margin-bottom: 10px;
}
 .order-form-wrapper .quantity-selector-holder .price .crossed-price {
     font-size: 1rem;
     text-decoration: line-through;
     color: #888;
     position: relative;
     top: -1px;
     font-weight: 300;
}
.order-form-wrapper .quantity-selector-holder .userChoice .quantity-selector-item .level-2 {
     /* background-color: #e0e0e0; */
}
.order-form-wrapper .quantity-selector-holder .userChoice .quantity-selector-item .level-2 span {
     color: #000000;
}
.order-form-wrapper  .quantity-selector-holder .price .full-price {
     font-size: 1.5rem;
     color: #232a97;
     font-weight: 700;
}
 .order-form-wrapper  .quantity-selector-holder .discount {
     font-size: 1rem;
     background-color: #f5d239;
     padding: 1px 20px;
     border-radius: 0px;
     position: relative;
     top: -3px;
     font-weight: 700;
}
 .order-form-wrapper  .quantity-selector-holder .price del {
     text-decoration: none;
     border: none;
}
  .order-form-wrapper .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: #fff;
     padding: 0 10px;
     border-radius: 5px;
}
 .quantity-selector-holder .limited-offer {
     margin: 5px auto 30px;
}
 .order-form-box .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", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
     text-align: center;
     margin-bottom: 9px;
     margin-top: 0;
}
 .order-form-box  .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;
}
 .order-form-box  .quantity-selector-holder .description-holder .discount-lines {
     font-size: .8rem;
     line-height: 1.35;
     margin-bottom: 10px;
     padding: 5px 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: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     border-radius: 3px;
  
}
 .order-form-box  .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, Arial, sans-serif;
     border-radius: 3px;
}
/* QUANTITY SELECTOR END ------------------------------------------------------- */
 #form-submit {
     height: 60px;
     line-height: 60px;
     width: 99%;
     margin: 20px auto 20px;
     letter-spacing: .5px;
     text-transform: inherit;
     display: block;
     outline: none;
     white-space: nowrap;
     padding: 0 22px;
     font-weight: 700;
     border: none;
     text-shadow: none;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     border-color: transparent;
     background-image: linear-gradient(200deg, #ff682e 10%, #ff4111 90%)!important;
     background-size: 270% 100%;
     box-shadow: 4px 6px 7px #ccc!important;
     font-size: 1.6rem;
     color: #000;
     font-family: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     border-radius: 5px;
     border: none;
}
 .trusted_badges {
     margin: 10px auto;
}
 .trusted_badges img {
     border-top: 2px solid #232a97;
     border-bottom: 2px solid #232a97;
     width: 100%;
     padding: 5px 0;
}
 .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: 0 auto 3px;
}
 .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;
}
 .successmsg2 .sb-msg span {
     font-weight: 600;
     font-size: .8rem;
     color: #ffffff;
     position: relative;
     top: -1px;
}
.successmsg2 .sb-msg .emoji .emoji-icon {
      font-size: .9rem!important;
}
.successmsg2 .sb-msg span b {
     color: #f7cf0d;
     font-size: 1rem;
}
.successmsg2 .sb-msg span #productNrCounter {
     color: #f7cf0d!important;
     font-size: 1.1rem!important;
     position: relative;
     top: 1px!important;
}
 .option-button {
    background-image: linear-gradient(200deg, #ff682e 10%, #ff4111 90%)!important;
    background-size: 270% 100%;
    color: #000000;
    border-radius: 2px;
    padding: 4px 15px 5px;
    cursor: pointer;
    width: 85px;
    text-align: center;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: .9rem;
    position: relative;
}
 .opacity-1 {
     opacity: 1!important;
}
 @media screen and (max-width: 767px) {
     .form_section {
         max-width: 98%;
        /**/
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
        /**/
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .order-form-image {
         max-width: 97.5%;
        /**/
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
        /**/
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .order-form-wrapper {
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         margin: 0px auto 30px;
    }
}
/* ---------------------------------------------------------------- Form order options -----------------------------------------------------------------*/
.order-options {
     margin-top: 15px;
     font-family: "Poppins", "Segoe UI", "Calibri", "Helvetica Neue", sans-serif!important;
}
.order-options .option {
    margin-bottom: 2px;
}
.option-line {
     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 );
     padding: 7px 10px;
     justify-content: space-between;
     font-weight: 600;
     cursor: pointer;
     display: flex;
     flex-flow: row;
     color: #fff;
     border-bottom: 3px solid #f3f3f3;
     font-size: .65rem;
     padding: 10px 7px 10px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 3px;
}
.opt-btn-price {
     font-weight: 600
}
 .option-description {
     background: #f3f3f3;
     padding: 5px 10px 8px;
     color: #000;
     font-size: .8rem;
     line-height: 1.5;
}
 .option-description {
     background: hsl(236deg 62% 36% / 7%);
     padding: 5px 3px 8px;
     color: #000;
     font-size: .8rem;
     line-height: 1.5;
}
.option .img-holder {
     margin-right: 4%;
     margin-left: 2%;
     justify-items: center;
     align-items: center;
}
.option .img-holder img {
     width: 100%;
     min-width: 60px;
     max-width: 60px;
     height: 60px;
}
.option .txt-holder {

}
.option .txt-holder p {
     color: #000;
     font-size: .85rem;
     line-height: 1.5;
     padding: 0;
     margin: 0;
}
 .option-button.active {
     color: #ffffff;
     background: #59afff;
     font-weight: 700;
}
 .opt-btn-price {
     display: flex;
     flex-flow: row 
}
 .opt-btn-price span {
     margin-right: 10px;
     margin-right: 10px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: flex;
}
/* variations css start */
.variations-selector-holder {
    margin-top: 25px;
}
.variations-selector-holder select#variation, #second_variation, #third_variation {
     background-color: #fff;
     border-color: #c9c9c9;
     border: 1px solid #ccc;
     box-shadow: none;
     border-radius: 3px;
     font-weight: 400;
     color: #222;
     text-transform: none;
     font-size: .875rem;
     min-height: 48px;
     height: auto;
     outline: none;
     padding: 10px 5px;
     width: 100%;
     font-family: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     margin-bottom: 10px;
}
.variations-selector-holder select#variation2, #second_variation2, #third_variation2 {
     background-color: #fff;
     border-color: #c9c9c9;
     border: 1px solid #ccc;
     box-shadow: none;
     border-radius: 3px;
     font-weight: 400;
     color: #222;
     text-transform: none;
     font-size: .875rem;
     min-height: 48px;
     height: auto;
     outline: none;
     padding: 10px 5px;
     width: 100%;
     font-family: "Poppins", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
     margin-bottom: 10px;
}
/* variation css end */
/* ORDER FORM SECTION END ------------------------------------------------------- 