/* --------------------
Set root URL
or LESS compiling
-------------------- */
/* --------------------
Imports
-------------------- */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
@charset "UTF-8";
@font-face {
  font-family: "osr";
  src: url("/wp-content/themes/osr/static/fonts/osr.eot");
  src: url("/wp-content/themes/osr/static/fonts/osr.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/osr/static/fonts/osr.woff") format("woff"), url("/wp-content/themes/osr/static/fonts/osr.ttf") format("truetype"), url("/wp-content/themes/osr/static/fonts/osr.svg#osr") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "osr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-google:before {
  content: "y";
}
.icon-glow-in-the-dark:before {
  content: "s";
}
.icon-personalmessage:before {
  content: "t";
}
.icon-arrow-left:before {
  content: "b";
}
.icon-pinstrest:before {
  content: "x";
}
.icon-arrow-right:before {
  content: "c";
}
.icon-arrow-up:before {
  content: "d";
}
.icon-star:before {
  content: "h";
}
.icon-star-empty:before {
  content: "g";
}
.icon-baptism:before {
  content: "r";
}
.icon-certificate:before {
  content: "q";
}
.icon-star-half:before {
  content: "f";
}
.icon-starcart:before {
  content: "o";
}
.icon-check:before {
  content: "e";
}
.icon-christmas:before {
  content: "p";
}
.icon-twitter:before {
  content: "w";
}
.icon-valetine:before {
  content: "n";
}
.icon-email:before {
  content: "m";
}
.icon-envelope:before {
  content: "l";
}
.icon-wedding:before {
  content: "k";
}
.icon-explanationsheet:before {
  content: "j";
}
.icon-facebook:before {
  content: "v";
}
.icon-aniversary:before {
  content: "u";
}
.icon-arrow-down:before {
  content: "a";
}
.icon-whatsapp:before {
  content: "i";
}
.icon-blog:before {
  content: "z";
}
.icon-youtube:before {
  content: "A";
}
.icon-x-1:before {
  content: "C";
}
.icon-gift:before {
  content: "D";
}
.icon-shipping:before {
  content: "B";
}
.icon-calendar159:before {
  content: "E";
}
.icon-fifty:before {
  content: "F";
}
.icon-memorial:before {
  content: "G";
}
.icon-secretary:before {
  content: "H";
}
.icon-geboorte:before {
  content: "I";
}
.icon-vadermoederdag:before {
  content: "J";
}
.icon-custom-starpage:before {
  content: "K";
}
.icon-elegant-giftcard-wrapping:before {
  content: "L";
}
.icon-eternal-star-registration:before {
  content: "M";
}
.icon-explanation-sheet-2:before {
  content: "N";
}
.icon-giftcard-code:before {
  content: "O";
}
.icon-starfinder-app:before {
  content: "P";
}
.icon-gift-wrapper:before {
  content: "Q";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}
@font-face {
  font-family: 'Lora';
  src: url('/wp-content/themes/osr/static/fonts/lora.eot');
  src: url('/wp-content/themes/osr/static/fonts/lora.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/osr/static/fonts/lora.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/osr/static/fonts/lora.woff') format('woff'), /* Pretty Modern Browsers */ url('/wp-content/themes/osr/static/fonts/lora.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/osr/static/fonts/lora.svg#Lora') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* --------------------
Colors
-------------------- */
/* --------------------
Fonts
-------------------- */
.lora {
  font-family: "Lora", serif;
}
/* --------------------
Icon font
-------------------- */
.icons {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.inlineflex {
  display: inline-flex;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
Sidebar
-------------------- */
.sidebar {
  background: #DCDEF0;
  max-width: 556px;
}
.sidebar .row {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 40px;
}
.sidebar .row h3 {
  font-size: 22px;
  margin-bottom: 13px;
  line-height: 26px;
}
.sidebar .row ul li {
  border-bottom: 1px solid rgba(0, 0, 36, 0.12);
}
.sidebar .row ul li:before {
  float: left;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 11px;
  margin: 15px 8px 0 0;
}
.sidebar .row ul li a {
  color: #000024;
  line-height: 39px;
  text-decoration: none;
}
.sidebar .row ul li a:hover {
  opacity: .6;
}
.sidebar .row .image-wrapper {
  float: left;
  text-align: center !important;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .row .image-wrapper img {
  display: inline-block;
  width: 90%;
  height: auto;
}
.sidebar .row .button.full {
  width: 100%;
  margin-top: 1px;
}
.sidebar .row.newsletter-row {
  margin-bottom: 10px;
}
.sidebar .search-form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .search-form input {
  float: left;
  width: 98%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .newsletter-form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .newsletter-form input {
  float: left;
  width: 98%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .newsletter-form input.language {
  display: none;
}
.sidebar .newsletter-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .newsletter-form p {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.sidebar .article {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .article .thumbnail {
  float: left;
  position: relative;
  width: 100%;
  /* padding-bottom: 45%; */
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.sidebar .article .thumbnail h3 {
  position: absolute;
  font-size: 18px;
  color: white;
  bottom: 10px;
  left: 0;
  padding: 0 15px;
  z-index: 3;
  line-height: 22px;
}
.sidebar .article .thumbnail img {
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sidebar .article .thumbnail:after {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
@media only screen and (max-width: 1023px) {
  .sidebar .search-form input,
  .sidebar .newsletter-form input,
  .sidebar .search-form input {
    width: 100%;
    padding: 0 20px;
  }
  .sidebar .search-form .button,
  .sidebar .newsletter-form .button,
  .sidebar .search-form .button {
    float: left;
    position: relative;
    margin-top: 10px;
  }
  .sidebar .search-form p,
  .sidebar .newsletter-form p,
  .sidebar .search-form p {
    width: 100%;
  }
}
.page-template-page-service .main-content-wrapper #lang_sel > ul,
.page-template-page-about .main-content-wrapper #lang_sel > ul {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.page-template-page-service .main-content-wrapper #lang_sel > ul > li a,
.page-template-page-about .main-content-wrapper #lang_sel > ul > li a {
  color: black;
}
.page-template-page-service .main-content-wrapper #lang_sel > ul > li:after,
.page-template-page-about .main-content-wrapper #lang_sel > ul > li:after {
  color: black;
}
.page-template-page-service .main-content-wrapper #lang_sel > ul > li ul li a,
.page-template-page-about .main-content-wrapper #lang_sel > ul > li ul li a {
  color: white;
}
.banner-sidebar {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.banner-sidebar img {
  float: left;
  width: 100%;
  height: auto;
}
.banner-sidebar p {
  position: absolute !important;
  color: white;
}
.banner-sidebar p a {
  color: white;
  text-decoration: none;
}
.banner-sidebar p span {
  color: white;
}
.banner-sidebar p.name-star-now {
  font-size: 14px;
  top: 40px;
  left: 43px;
}
.banner-sidebar p.animation {
  text-align: center !important;
  opacity: 0;
  font-size: 12px;
  line-height: 12px;
  width: 100px;
  -webkit-animation: fadein 20s infinite ease-in-out;
  -moz-animation: fadein 20s infinite ease-in-out;
  -ms-animation: fadein 20s infinite ease-in-out;
  /* -------------
			Stars
			------------- */
}
.banner-sidebar p.animation:before {
  position: absolute;
  width: 16px;
  height: 25px;
  background: url("/wp-content/themes/osr/static/images/pin.svg") center center no-repeat;
  background-size: 16px;
  top: -27px;
  left: 50%;
  margin-left: -8px;
  content: "";
}
.banner-sidebar p.animation.one {
  top: 66px;
  left: 314px;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.banner-sidebar p.animation.two {
  top: 71px;
  left: 198px;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.banner-sidebar p.animation.three {
  top: 62px;
  left: 221px;
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.banner-sidebar p.animation.four {
  top: 28px;
  left: 254px;
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
@media only screen and (max-width: 1260px) {
  .banner-sidebar p.name-star-now {
    top: 35px;
    left: 15px;
  }
  .banner-sidebar p.animation:before {
    top: -30px;
  }
  .banner-sidebar p.animation.one {
    top: 58px;
    left: 237px;
  }
  .banner-sidebar p.animation.two {
    top: 57px;
    left: 164px;
  }
  .banner-sidebar p.animation.three {
    top: 42px;
    left: 213px;
  }
  .banner-sidebar p.animation.four {
    top: 28px;
    left: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-sidebar p.name-star-now {
    font-size: 17px;
    top: 49px;
    left: 28px;
  }
  .banner-sidebar p.animation {
    font-size: 16px;
    width: 110px;
    line-height: 16px;
  }
  .banner-sidebar p.animation.one {
    top: 60px;
    left: 283px;
  }
  .banner-sidebar p.animation.two {
    top: 76px;
    left: 201px;
  }
  .banner-sidebar p.animation.three {
    top: 70px;
    left: 319px;
  }
  .banner-sidebar p.animation.four {
    top: 30px;
    left: 258px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-sidebar p.name-star-now {
    font-size: 14px;
    top: 36px;
    left: 9px;
  }
  .banner-sidebar p.animation {
    font-size: 12px;
    width: 110px;
  }
  .banner-sidebar p.animation:before {
    width: 16px;
    height: 25px;
    background: url("/wp-content/themes/osr/static/images/pin.svg") center center no-repeat;
    background-size: 16px;
    top: -31px;
    left: 50%;
    margin-left: -8px;
    content: "";
  }
  .banner-sidebar p.animation.one {
    top: 58px;
    left: 221px;
  }
  .banner-sidebar p.animation.two {
    top: 56px;
    left: 151px;
  }
  .banner-sidebar p.animation.three {
    top: 43px;
    left: 198px;
  }
  .banner-sidebar p.animation.four {
    top: 31px;
    left: 176px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-sidebar {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .banner-sidebar {
    display: none;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .banner-sidebar {
    display: none;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .banner-sidebar {
    display: none;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --------------------
Star Table
-------------------- */
.google-sky-wrapper {
  width: 100%;
  height: 275px;
  background: black;
  margin-bottom: -20px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.google-sky-wrapper #star-map {
  width: 100%;
  height: /* ~"calc(100% + 50px)" */ 100%;
}
.loading-order-page .module.purple .col-1-1.purple {
  z-index: 1;
}
.loading-order-page .star-table-wrapper {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
.loading-order-page .star-table-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b2bac4;
  background: #dcdef0 url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-position: center 102px;
  background-size: 50px;
}
.loading-order-page .star-table-wrapper .button.white {
  display: none;
}
.star-table-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.star-table-wrapper .star-table {
  width: 100%;
}
.star-table-wrapper .star-table thead {
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px;
}
.star-table-wrapper .star-table thead tr td {
  padding: 12px;
}
.star-table-wrapper .star-table thead tr td:first-child,
.star-table-wrapper .star-table thead tr td:last-child {
  padding: 12px 40px;
}
.star-table-wrapper .star-table tbody {
  font-size: 14px;
  line-height: 20px;
}
.star-table-wrapper .star-table tbody tr td {
  padding: 12px;
}
.star-table-wrapper .star-table tbody tr td:first-child,
.star-table-wrapper .star-table tbody tr td:last-child {
  padding: 12px 40px;
}
.star-table-wrapper .star-table tbody tr:nth-child(odd) {
  background: #DCDEF0;
}
@media only screen and (max-width: 1023px) {
  .star-table-wrapper .star-table thead tr td:first-child,
  .star-table-wrapper .star-table thead tr td:last-child {
    padding: 12px 20px;
  }
  .star-table-wrapper .star-table tbody tr td:first-child,
  .star-table-wrapper .star-table tbody tr td:last-child {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .star-table-wrapper {
    display: block;
    overflow: hidden;
  }
  .star-table-wrapper .star-table {
    display: block;
  }
  .star-table-wrapper .star-table thead {
    display: none;
  }
  .star-table-wrapper .star-table tbody {
    float: left;
    width: 100%;
  }
  .star-table-wrapper .star-table tbody tr {
    float: left;
    width: 100%;
    padding: 5px 0;
  }
  .star-table-wrapper .star-table tbody tr td {
    float: left;
    width: 100%;
    padding: 5px 20px;
  }
  .star-table-wrapper .star-table tbody tr td span {
    float: left;
    width: 50%;
  }
  .star-table-wrapper .star-table tbody tr td:before {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    font-weight: bold;
    content: attr(data-th) ": ";
  }
  .star-table-wrapper .star-table tbody tr td:first-child {
    padding: 12px 20px 5px;
  }
  .star-table-wrapper .star-table tbody tr td:last-child {
    padding: 5px 20px 12px;
  }
  .star-table-wrapper .star-table tbody tr td:last-child:before,
  .star-table-wrapper .star-table tbody tr td:last-child span {
    /* width: 100%; margin-bottom: 5px; */
  }
}
/* --------------------
Blog
-------------------- */
.category-tabs {
  float: left;
  width: 100%;
  font-size: 14px;
}
.category-tabs ul li {
  float: left;
  margin-right: 5px;
}
.category-tabs ul li a {
  float: left;
  position: relative;
  background: #DCDEF0;
  color: #000024;
  padding: 12px 16px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.category-tabs ul li a:after {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  background-color: #b8bce1;
  background-image: -webkit-linear-gradient(bottom, #b8bce1, #dcdef0);
  background-image: -moz-linear-gradient(bottom, #b8bce1, #dcdef0);
  background-image: -o-linear-gradient(bottom, #b8bce1, #dcdef0);
  background-image: -ms-linear-gradient(bottom, #b8bce1, #dcdef0);
  background-image: linear-gradient(bottom, #b8bce1, #dcdef0);
}
.category-tabs ul li.current-cat a,
.category-tabs ul li.current-menu-item a {
  background: white;
}
.category-tabs ul li.current-cat a:after,
.category-tabs ul li.current-menu-item a:after {
  display: none;
}
.category-tabs ul li.current-cat > .children > li > a,
.category-tabs ul li.current-menu-item > .children > li > a {
  background: #DCDEF0;
}
.category-tabs ul li > .children {
  float: left;
}
.category-tabs ul li > .children > li {
  padding-top: 8px;
  margin-left: 1px;
  margin-right: 0;
}
.category-tabs ul li > .children > li > a {
  padding: 8px 12px 8px 10px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}
@media only screen and (max-width: 1260px) {
  .category-tabs ul li a {
    padding: 10px 10px;
  }
  .category-tabs ul li > .children > li > a {
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .category-tabs {
    display: none;
  }
  .category-tabs ul {
    display: none;
  }
  .category-tabs ul.categories-trigger-list {
    display: block;
  }
}
.search-results {
  /* -------------
	Article
	------------- */
}
.search-results .article {
  margin-bottom: 60px;
}
.search-results .article .thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.search-results .article .thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.search-results .article h3 {
  float: left;
  width: 100%;
  color: #000024;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.search-results .article h3 a {
  color: #000024;
}
.search-results .article h3 a:hover {
  color: rgba(0, 0, 36, 0.5);
}
.search-results .article p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.search-results .article p.date {
  width: auto;
  color: #5F5F7F;
  font-size: 14px;
  margin-bottom: 10px;
}
.search-results .article .post-categories {
  float: left;
  margin-bottom: 0;
  line-height: 24px;
  margin-right: 5px;
}
.search-results .article .post-categories li {
  float: left;
}
.search-results .article .post-categories li a {
  color: #5F5F7F;
  text-decoration: none;
  font-size: 14px;
}
.search-results .article .post-categories li a:hover {
  color: #000024;
  text-decoration: underline;
}
.search-results .article .post-categories li:before {
  display: none;
}
.search-results .article .post-categories li:after {
  content: ",";
  margin-right: 5px;
}
.search-results .article .post-categories li:last-of-type:after {
  content: "";
  margin-right: 0;
}
.search-results .article .permalink {
  width: 100%;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #000024;
}
.search-results .article .permalink:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
.search-results .article .permalink:hover {
  color: rgba(0, 0, 36, 0.5);
}
.search-results .article.main-overview-item {
  border-bottom: 1px solid #dde1e5;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.search-results .article.main-overview-item .thumbnail {
  margin-bottom: 20px;
}
/* -------------
Post
------------- */
.post h1 {
  width: 75%;
  margin-bottom: 8px;
}
.post h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.post .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #5F5F7F;
  margin-bottom: 20px;
}
.post .date a {
  color: #5F5F7F;
}
.post .date a:hover {
  color: #000024;
  text-decoration: underline;
}
.post .thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.post .thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.post .post-categories {
  float: left;
  margin-bottom: 0;
  line-height: 24px;
  margin-right: 5px;
}
.post .post-categories li {
  float: left;
}
.post .post-categories li a {
  color: #5F5F7F;
  text-decoration: none;
  font-size: 14px;
}
.post .post-categories li a:hover {
  color: #000024;
  text-decoration: underline;
}
.post .post-categories li:before {
  display: none;
}
.post .post-categories li:after {
  content: ",";
  margin-right: 5px;
}
.post .post-categories li:last-of-type:after {
  content: "";
  margin-right: 0;
}
.post .intro-post {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
}
.post .intro-post h3 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
.post .rrssb-buttons {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.post .rrssb-buttons p {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post .rrssb-buttons li {
  float: left;
  width: 28px !important;
  height: 28px !important;
  margin: 0 5px 5px 0;
}
.post .rrssb-buttons li:before {
  display: none;
}
.post .rrssb-buttons li a {
  float: left;
  text-align: center !important;
  font-size: 16px;
  line-height: 33px;
  overflow: hidden;
  color: white;
  width: 28px;
  height: 28px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.post .rrssb-buttons li a.icon-facebook {
  background: #3C599B;
  line-height: 42px;
  font-size: 19px;
}
.post .rrssb-buttons li a.icon-facebook:before {
  margin-left: 8px;
}
.post .rrssb-buttons li a.icon-facebook:hover {
  background: #2e4476;
}
.post .rrssb-buttons li a.icon-twitter {
  background: #17C5FF;
}
.post .rrssb-buttons li a.icon-twitter:hover {
  background: #00aae3;
}
.post .rrssb-buttons li a.icon-email {
  background: #655FA7;
}
.post .rrssb-buttons li a.icon-email:hover {
  background: #504b88;
}
.post .rrssb-buttons li a.icon-pinstrest {
  background: #DC0029;
}
.post .rrssb-buttons li a.icon-pinstrest:hover {
  background: #a9001f;
}
.post .rrssb-buttons li a.icon-google {
  background: #EA5335;
}
.post .rrssb-buttons li a.icon-google:hover {
  background: #d63616;
}
.post .rrssb-buttons li a.icon-whatsapp {
  background: #50A940;
}
.post .rrssb-buttons li a.icon-whatsapp:hover {
  background: #3e8432;
}
.post .blog img.aligncenter {
  width: 100%;
  height: auto;
}
.post .blog .wp-caption.alignright {
  text-align: right !important;
  float: right;
  margin-left: 20px;
}
.post .blog .wp-caption.alignright .wp-caption-text {
  margin-left: 10px;
}
.post .blog .wp-caption.alignleft {
  text-align: left !important;
  float: left;
  margin-right: 20px;
}
.post .blog .wp-caption.alignleft .wp-caption-text {
  margin-right: 10px;
}
.post .blog .wp-caption .wp-caption-text {
  text-align: left !important;
  font-style: italic;
  font-size: 12px;
}
.post .blog .wp-caption .wp-caption-text:before {
  content: "- ";
}
.post .blog .newsletter-form {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.post .blog .newsletter-form h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}
.post .blog .newsletter-form .col-1-2.left {
  padding-right: 15px;
}
.post .blog .newsletter-form .col-1-2.right {
  padding-left: 15px;
}
.post .blog .newsletter-form .col-1-2 label {
  float: left;
  width: 100%;
  color: #5f5f7F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.post .blog .newsletter-form .col-1-2 input {
  float: left;
  width: 98%;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.post .blog .newsletter-form .col-1-2 input.language {
  display: none;
}
.post .blog .newsletter-form .col-1-2 input:focus,
.post .blog .newsletter-form .col-1-2 input:hover {
  border: 1px solid #2e3368;
}
.post .blog .comments p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.post .blog .comments .depth-2 {
  margin-left: 25px;
}
.post .blog .comments .depth-3 {
  margin-left: 25px;
}
.post .blog .comments li:before {
  display: none;
}
.post .blog .comments .comment-body {
  padding: 15px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.post .blog .comments ol li {
  list-style: none;
}
.post .blog .comments h3 {
  margin-bottom: 15px;
}
.post .blog .comments span {
  padding-bottom: 25px;
}
.post .blog .comments .col-1-2 label {
  float: left;
  width: auto;
  color: #5f5f7F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 5px;
}
.post .blog .comments .col-1-2 input {
  float: left;
  width: 98%;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.post .blog .comments .col-1-2 input.language {
  display: none;
}
.post .blog .comments .col-1-2 input:focus,
.post .blog .comments .col-1-2 input:hover {
  border: 1px solid #2e3368;
}
.post .blog .comments .submit {
  font-weight: bold;
}
.post .blog .comments .submit:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a" !important;
  color: #C4C4C4 !important;
  font-size: 12px;
  line-height: 34px;
}
.post .blog .comments label {
  float: left;
  width: auto;
  color: #5f5f7F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 5px;
}
.post .blog .comments textarea {
  float: left;
  width: 98%;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.post .blog .comments textarea.language {
  display: none;
}
.post .blog .comments textarea:focus,
.post .blog .comments textarea:hover {
  border: 1px solid #2e3368;
}
.post .blog .comments input[type="submit"] {
  float: left;
  position: relative;
  margin-top: 15px;
  color: white;
  font-size: 14px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: linear-gradient(top, #16c3fc, #03a6dc);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.post .blog .comments input[type="submit"]:hover {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: linear-gradient(bottom, #16c3fc, #03a6dc);
}
@media only screen and (max-width: 1023px) {
  body.single-post .editor img.alignleft,
  body.single-post .editor img.alignright {
    display: block;
    clear: both;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post h1 {
    width: 100%;
  }
  .post .rrssb-buttons p {
    width: 100%;
  }
  .post .blog .newsletter-form .col-1-2 {
    padding: 0 !important;
  }
}
/* -------------
Progress
------------- */
.order-progress {
  float: left;
  height: 50px;
  width: 100%;
  overflow: hidden;
  counter-reset: li-counter;
  line-height: 17px !important;
}
.order-progress li {
  float: left;
  position: relative;
  width: 20%;
  color: #000024;
  font-size: 16px;
  font-weight: bold;
  background: #EDEEF7;
  pointer-events: none;
  list-style: none !important;
}
.order-progress li:before {
  float: left;
  position: relative;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  margin: 16px 10px 0 16px;
  z-index: 10;
}
.order-progress li span {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  padding: 17px 16px 17px 0;
  z-index: 9;
  background: #EDEEF7;
}
.order-progress li span:before {
  position: absolute;
  right: -20px;
  top: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 27px;
  border-color: transparent transparent transparent white;
  content: "";
}
.order-progress li span:after {
  position: absolute;
  right: -10px;
  top: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 27px;
  border-color: transparent transparent transparent #EDEEF7;
  content: "";
}
.order-progress li:first-child {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
.order-progress li:last-child {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
.order-progress li:last-child span:before,
.order-progress li:last-child span:after {
  display: none;
}
.order-progress li.success span {
  background: #DDDEF0;
}
.order-progress li.success span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress li.success:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress li:first-child span {
  background: #DDDEF0;
}
.order-progress li:first-child span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress li:first-child:after {
  display: none;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.one li:first-child {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.one li:first-child span {
  background: #DDDEF0;
}
.order-progress.one li:first-child span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.one li:first-child:after {
  display: block;
}
.order-progress.one li:nth-child(2) span {
  background: #DDDEF0;
}
.order-progress.one li:nth-child(2) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.one li:nth-child(2):after {
  display: none;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.two li:first-child {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.two li:first-child span {
  background: #DDDEF0;
}
.order-progress.two li:first-child span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.two li:first-child:after {
  display: block;
}
.order-progress.two li:nth-child(2) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.two li:nth-child(2) span {
  background: #DDDEF0;
}
.order-progress.two li:nth-child(2) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.two li:nth-child(2):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.two li:nth-child(3) span {
  background: #DDDEF0;
}
.order-progress.two li:nth-child(3) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.two li:nth-child(3):after {
  display: none;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.three li:first-child {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.three li:first-child span {
  background: #DDDEF0;
}
.order-progress.three li:first-child span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.three li:first-child:after {
  display: block;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.three li:nth-child(2) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.three li:nth-child(2) span {
  background: #DDDEF0;
}
.order-progress.three li:nth-child(2) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.three li:nth-child(2):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.three li:nth-child(3) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.three li:nth-child(3) span {
  background: #DDDEF0;
}
.order-progress.three li:nth-child(3) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.three li:nth-child(3):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.three li:nth-child(4) span {
  background: #DDDEF0;
}
.order-progress.three li:nth-child(4) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.three li:nth-child(4):after {
  display: none;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.four li:first-child {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.four li:first-child span {
  background: #DDDEF0;
}
.order-progress.four li:first-child span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.four li:first-child:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.four li:nth-child(2) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.four li:nth-child(2) span {
  background: #DDDEF0;
}
.order-progress.four li:nth-child(2) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.four li:nth-child(2):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.four li:nth-child(3) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.four li:nth-child(3) span {
  background: #DDDEF0;
}
.order-progress.four li:nth-child(3) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.four li:nth-child(3):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-progress.four li:nth-child(4) {
  background: #DDDEF0;
  cursor: pointer;
  pointer-events: all;
}
.order-progress.four li:nth-child(4) span {
  background: #DDDEF0;
}
.order-progress.four li:nth-child(4) span:after {
  border-color: transparent transparent transparent #DDDEF0;
}
.order-progress.four li:nth-child(4):after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 17px;
  top: 19px;
  z-index: 9;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  .order-progress li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .order-progress li {
    font-size: 11px;
  }
  .order-progress li:before {
    margin: 16px 5px 0 10px;
  }
  .order-progress li:after {
    font-size: 10px !important;
    top: 23px;
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .order-progress {
    display: none;
  }
}
/* -------------
Coupon/Gift
------------- */
.coupon-form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  background: #EDEEF7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.coupon-form:before {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 39px;
  height: 25px;
  background: url("/wp-content/themes/osr/static/images/coupon-icon.gif") top center no-repeat;
  content: "";
}
.coupon-form input {
  float: left;
  width: 98%;
  font-size: 14px;
  height: 47px;
  padding: 0 220px 0 65px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.coupon-form .button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.gift-upgrade {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  background: #EDEEF7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.gift-upgrade:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 20px;
  left: 22px;
  width: 39px;
  height: 25px;
  font-size: 25px;
  content: "D";
}
.gift-upgrade p {
  float: left;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px 0 65px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.gift-upgrade .button {
  float: right;
  margin-right: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.gift-upgrade .close {
  position: absolute;
  top: 34px;
  margin-top: -7px;
  right: 15px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  width: 14px;
  height: 14px;
}
.gift-upgrade .close:before {
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-top: -2px;
  color: white;
  content: "";
  background: #000024 url('/wp-content/themes/osr/static/images/close-small.png') center center no-repeat;
  background-size: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.gift-upgrade.hide {
  display: none;
}
.shipping-notice {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  min-height: 67px;
  background: #EDEEF7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.shipping-notice:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 20px;
  left: 22px;
  width: 39px;
  height: 25px;
  font-size: 25px;
  content: "B";
}
.shipping-notice p {
  float: left;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px 0 65px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.shipping-notice .close {
  position: absolute;
  top: 34px;
  margin-top: -7px;
  right: 15px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  width: 14px;
  height: 14px;
}
.shipping-notice .close:before {
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-top: -2px;
  color: white;
  content: "";
  background: #000024 url('/wp-content/themes/osr/static/images/close-small.png') center center no-repeat;
  background-size: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.shipping-notice.hide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .gift-upgrade .button {
    float: left;
    margin-left: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .coupon-form {
    margin-bottom: 10px;
  }
  .coupon-form input {
    width: 100%;
    padding: 0 0 0 65px;
  }
  .coupon-form .button {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 10px 10px;
  }
  .gift-upgrade:before {
    font-size: 25px;
    height: 25px;
    width: 25px;
    left: 10px;
    top: 10px;
  }
  .gift-upgrade p {
    padding: 0 0 0 0;
    margin: 33px 0 15px;
  }
  .gift-upgrade .button {
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .gift-upgrade .close {
    top: 20px;
  }
  .shipping-notice:before {
    font-size: 25px;
    height: 25px;
    width: 25px;
    left: 10px;
    top: 10px;
  }
  .shipping-notice p {
    padding: 0 0 0 0;
    margin: 33px 0 10px;
  }
  .shipping-notice .button {
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .shipping-notice .close {
    top: 20px;
  }
}
@media only screen and (max-device-width: 1260px) {
  .gift-upgrade .close:before {
    text-align: center !important;
    background: #000024;
    color: white;
    content: "C";
    line-height: 18px;
    font-size: 13px;
  }
  .shipping-notice .close:before {
    text-align: center !important;
    background: #000024;
    color: white;
    content: "C";
    line-height: 18px;
    font-size: 13px;
  }
}
/* --------------------
Box arapper
-------------------- */
.box-wrapper {
  float: left;
  width: 100%;
  padding: 0 30px;
  margin: 10px 0 40px;
}
.box-wrapper .box {
  padding: 10px;
}
.box-wrapper .box .inner {
  float: left;
  width: 100%;
  border: 1px solid #D8DAEE;
  padding: 40px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.box-wrapper .box .inner h4 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000024;
}
.box-wrapper .box .inner p {
  float: left;
  width: 100%;
  color: #5f5f7f;
  margin-bottom: 15px;
}
.box-wrapper .box .inner .newsletter-form {
  float: left;
  position: relative;
  width: 98%;
  margin-bottom: 0;
}
.box-wrapper .box .inner .newsletter-form input {
  float: left;
  width: 100%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.box-wrapper .box .inner .newsletter-form input.language {
  display: none;
}
.box-wrapper .box .inner .newsletter-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.box-wrapper .box .inner .newsletter-form p {
  float: left;
  margin-top: 5px;
}
.box-wrapper .box .inner .button.mobile-app {
  position: relative;
  width: 48%;
  line-height: 1.3;
  padding-right: 30px;
}
.box-wrapper .box .inner .button.mobile-app:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-wrapper .box .inner .button.mobile-app:nth-of-type(1) {
  float: left;
}
.box-wrapper .box .inner .button.mobile-app:nth-of-type(2) {
  float: right;
}
@media only screen and (max-width: 1260px) {
  .box-wrapper .box {
    padding: 10px;
  }
  .box-wrapper .box .inner {
    padding: 25px 17px;
  }
  .box-wrapper .box .inner .newsletter-form input {
    padding: 0 20px 0 20px;
  }
  .box-wrapper .box .inner .newsletter-form .button {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .box-wrapper .box .inner .button.mobile-app {
    width: 100%;
  }
  .box-wrapper .box .inner .button.mobile-app:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1260px) {
  .box-wrapper {
    padding: 0 10px;
  }
  .box-wrapper .box:nth-child(2) .inner .button {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .box-wrapper .box {
    padding: 10px 0;
  }
  .box-wrapper .box .inner .newsletter-form input {
    padding: 0 20px 0 20px;
  }
  .box-wrapper .box .inner .newsletter-form .button {
    width: 100%;
  }
}
/* --------------------
Order form
-------------------- */
.wpcf7 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.wpcf7 p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-form-control-wrap {
  float: left;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  pointer-events: none;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  right: 0px;
  top: 5px;
  z-index: 9;
  content: "C";
  color: #d70000;
  margin-right: 10px;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"] {
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="email"]:hover {
  border: 1px solid #2e3368;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="password"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
  width: calc(100% - 40px);
  border: 1px solid #d70000;
}
.wpcf7 textarea {
  -ms-overflow-style: none;
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  height: 197px;
  resize: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #6a6a88;
}
.wpcf7 textarea:-moz-placeholder {
  color: #6a6a88;
}
.wpcf7 textarea::-moz-placeholder {
  color: #6a6a88;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #6a6a88;
}
.wpcf7 textarea:focus,
.wpcf7 textarea:hover {
  border: 1px solid #2e3368;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  color: #d70000;
}
.wpcf7 .wpcf7-submit {
  float: left;
  position: relative;
  color: white;
  font-size: 14px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: linear-gradient(top, #16c3fc, #03a6dc);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: linear-gradient(bottom, #16c3fc, #03a6dc);
}
.wpcf7 .ajax-loader {
  float: left;
  margin: 15px;
}
.wpcf7 .wpcf7-display-none {
  display: none;
}
.wpcf7 .screen-reader-response,
.wpcf7 br {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wpcf7 .wpcf7-response-output[aria-hidden="false"] {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  color: #d70000;
  background: rgba(215, 0, 0, 0.05);
  border: 1px solid rgba(215, 0, 0, 0.3) !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  color: #009b20;
  background: rgba(0, 155, 32, 0.05);
  border: 1px solid rgba(0, 155, 32, 0.3) !important;
}
.wpcf7 form.sent > p {
  display: none;
}
.customer-service-form {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.customer-service-form.login-form {
  padding-bottom: 40px;
  border-bottom: 1px solid #dde1e5;
}
.customer-service-form div {
  float: left;
  width: 100%;
}
.customer-service-form div.col-1-2 {
  width: 50%;
}
.customer-service-form div.col-1-2.left {
  padding-right: 10px;
}
.customer-service-form div.col-1-2.right {
  padding-left: 10px;
}
.customer-service-form label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.customer-service-form input[type="submit"] {
  float: left;
  position: relative;
  margin-top: 15px;
  color: white;
  font-size: 14px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: linear-gradient(top, #16c3fc, #03a6dc);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.customer-service-form input[type="submit"]:hover {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: linear-gradient(bottom, #16c3fc, #03a6dc);
}
.customer-service-form input[type="checkbox"],
.customer-service-form input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.customer-service-form input[type="text"],
.customer-service-form input[type="password"],
.customer-service-form input[type="email"] {
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.customer-service-form input[type="text"]:focus,
.customer-service-form input[type="password"]:focus,
.customer-service-form input[type="email"]:focus,
.customer-service-form input[type="text"]:hover,
.customer-service-form input[type="password"]:hover,
.customer-service-form input[type="email"]:hover {
  border: 1px solid #2e3368;
}
.customer-service-form input[type="text"].wpcf7-not-valid,
.customer-service-form input[type="password"].wpcf7-not-valid,
.customer-service-form input[type="email"].wpcf7-not-valid {
  width: calc(100% - 40px);
  border: 1px solid #d70000;
}
.customer-service-form textarea {
  -ms-overflow-style: none;
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  height: 197px;
  resize: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.customer-service-form textarea::-webkit-input-placeholder {
  color: #6a6a88;
}
.customer-service-form textarea:-moz-placeholder {
  color: #6a6a88;
}
.customer-service-form textarea::-moz-placeholder {
  color: #6a6a88;
}
.customer-service-form textarea:-ms-input-placeholder {
  color: #6a6a88;
}
.customer-service-form textarea:focus,
.customer-service-form textarea:hover {
  border: 1px solid #2e3368;
}
@media only screen and (max-width: 767px) {
  .customer-service-form div.col-1-2 {
    width: 100%;
    padding: 0 !important;
  }
  .customer-service-form div.col-1-2 input[type="text"],
  .customer-service-form div.col-1-2 input[type="password"],
  .customer-service-form div.col-1-2 input[type="email"] {
    margin-bottom: 15px;
  }
  .customer-service-form div input[type="submit"] {
    margin-top: 0;
  }
}
.order-form-page {
  overflow: visible;
  /* -------------
	Gift cards
	------------- */
}
.order-form-page .step {
  display: none;
}
.order-form-page .step.active {
  display: block;
}
.order-form-page .col-2-3 {
  padding-top: 10px;
  overflow: visible;
}
.order-form-page .col-1-3.right {
  padding-top: 10px;
  padding-left: 0;
}
.order-form-page .order-form {
  float: left;
  width: 100%;
}
.order-form-page .order-form h1 {
  font-size: 30px;
}
.order-form-page .order-form .col-1-1,
.order-form-page .order-form .col-1-2,
.order-form-page .order-form .col-3-4,
.order-form-page .order-form .col-3-5,
.order-form-page .order-form .col-2-5 {
  overflow: visible;
}
.order-form-page .order-form .col-1-1.left,
.order-form-page .order-form .col-1-2.left,
.order-form-page .order-form .col-3-4.left,
.order-form-page .order-form .col-3-5.left,
.order-form-page .order-form .col-2-5.left {
  padding: 0 15px 0 0;
}
.order-form-page .order-form .col-1-1.right,
.order-form-page .order-form .col-1-2.right,
.order-form-page .order-form .col-3-4.right,
.order-form-page .order-form .col-3-5.right,
.order-form-page .order-form .col-2-5.right {
  padding: 0 0 0 15px;
}
.order-form-page .order-form .col-1-1 .row,
.order-form-page .order-form .col-1-2 .row,
.order-form-page .order-form .col-3-4 .row,
.order-form-page .order-form .col-3-5 .row,
.order-form-page .order-form .col-2-5 .row {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  /* -------------
				Valid/invalid
				------------- */
}
.order-form-page .order-form .col-1-1 .row.margin-top,
.order-form-page .order-form .col-1-2 .row.margin-top,
.order-form-page .order-form .col-3-4 .row.margin-top,
.order-form-page .order-form .col-3-5 .row.margin-top,
.order-form-page .order-form .col-2-5 .row.margin-top {
  margin-top: 25px;
}
.order-form-page .order-form .col-1-1 .row.col-1-4,
.order-form-page .order-form .col-1-2 .row.col-1-4,
.order-form-page .order-form .col-3-4 .row.col-1-4,
.order-form-page .order-form .col-3-5 .row.col-1-4,
.order-form-page .order-form .col-2-5 .row.col-1-4 {
  width: 25%;
}
.order-form-page .order-form .col-1-1 .row.col-1-2,
.order-form-page .order-form .col-1-2 .row.col-1-2,
.order-form-page .order-form .col-3-4 .row.col-1-2,
.order-form-page .order-form .col-3-5 .row.col-1-2,
.order-form-page .order-form .col-2-5 .row.col-1-2 {
  width: 50%;
}
.order-form-page .order-form .col-1-1 .row.col-3-4,
.order-form-page .order-form .col-1-2 .row.col-3-4,
.order-form-page .order-form .col-3-4 .row.col-3-4,
.order-form-page .order-form .col-3-5 .row.col-3-4,
.order-form-page .order-form .col-2-5 .row.col-3-4 {
  width: 75%;
}
.order-form-page .order-form .col-1-1 .row.full,
.order-form-page .order-form .col-1-2 .row.full,
.order-form-page .order-form .col-3-4 .row.full,
.order-form-page .order-form .col-3-5 .row.full,
.order-form-page .order-form .col-2-5 .row.full {
  width: calc(200% + 15px);
}
.order-form-page .order-form .col-1-1 .row.full p,
.order-form-page .order-form .col-1-2 .row.full p,
.order-form-page .order-form .col-3-4 .row.full p,
.order-form-page .order-form .col-3-5 .row.full p,
.order-form-page .order-form .col-2-5 .row.full p {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-right: 15px;
}
.order-form-page .order-form .col-1-1 .row.full > .fl,
.order-form-page .order-form .col-1-2 .row.full > .fl,
.order-form-page .order-form .col-3-4 .row.full > .fl,
.order-form-page .order-form .col-3-5 .row.full > .fl,
.order-form-page .order-form .col-2-5 .row.full > .fl {
  margin-top: 5px;
}
.order-form-page .order-form .col-1-1 .row > p,
.order-form-page .order-form .col-1-2 .row > p,
.order-form-page .order-form .col-3-4 .row > p,
.order-form-page .order-form .col-3-5 .row > p,
.order-form-page .order-form .col-2-5 .row > p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  margin-top: 5px;
}
.order-form-page .order-form .col-1-1 .row > p.underline,
.order-form-page .order-form .col-1-2 .row > p.underline,
.order-form-page .order-form .col-3-4 .row > p.underline,
.order-form-page .order-form .col-3-5 .row > p.underline,
.order-form-page .order-form .col-2-5 .row > p.underline {
  text-decoration: underline;
}
.order-form-page .order-form .col-1-1 .row .col-1-2,
.order-form-page .order-form .col-1-2 .row .col-1-2,
.order-form-page .order-form .col-3-4 .row .col-1-2,
.order-form-page .order-form .col-3-5 .row .col-1-2,
.order-form-page .order-form .col-2-5 .row .col-1-2 {
  overflow: visible;
  padding: 0 10px;
}
.order-form-page .order-form .col-1-1 .row .col-1-4,
.order-form-page .order-form .col-1-2 .row .col-1-4,
.order-form-page .order-form .col-3-4 .row .col-1-4,
.order-form-page .order-form .col-3-5 .row .col-1-4,
.order-form-page .order-form .col-2-5 .row .col-1-4 {
  overflow: visible;
}
.order-form-page .order-form .col-1-1 .row .col-3-4,
.order-form-page .order-form .col-1-2 .row .col-3-4,
.order-form-page .order-form .col-3-4 .row .col-3-4,
.order-form-page .order-form .col-3-5 .row .col-3-4,
.order-form-page .order-form .col-2-5 .row .col-3-4,
.order-form-page .order-form .col-1-1 .row .col-3-5,
.order-form-page .order-form .col-1-2 .row .col-3-5,
.order-form-page .order-form .col-3-4 .row .col-3-5,
.order-form-page .order-form .col-3-5 .row .col-3-5,
.order-form-page .order-form .col-2-5 .row .col-3-5 {
  padding-right: 10px;
}
.order-form-page .order-form .col-1-1 .row label,
.order-form-page .order-form .col-1-2 .row label,
.order-form-page .order-form .col-3-4 .row label,
.order-form-page .order-form .col-3-5 .row label,
.order-form-page .order-form .col-2-5 .row label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.order-form-page .order-form .col-1-1 .row label span,
.order-form-page .order-form .col-1-2 .row label span,
.order-form-page .order-form .col-3-4 .row label span,
.order-form-page .order-form .col-3-5 .row label span,
.order-form-page .order-form .col-2-5 .row label span {
  font-style: italic;
  font-weight: normal;
  color: #6A6A88;
}
.order-form-page .order-form .col-1-1 .row label.checkbox-label,
.order-form-page .order-form .col-1-2 .row label.checkbox-label,
.order-form-page .order-form .col-3-4 .row label.checkbox-label,
.order-form-page .order-form .col-3-5 .row label.checkbox-label,
.order-form-page .order-form .col-2-5 .row label.checkbox-label {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
}
.order-form-page .order-form .col-1-1 .row label.checkbox-label:before,
.order-form-page .order-form .col-1-2 .row label.checkbox-label:before,
.order-form-page .order-form .col-3-4 .row label.checkbox-label:before,
.order-form-page .order-form .col-3-5 .row label.checkbox-label:before,
.order-form-page .order-form .col-2-5 .row label.checkbox-label:before {
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  background: white;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.order-form-page .order-form .col-1-1 .row label.checkbox-label:after,
.order-form-page .order-form .col-1-2 .row label.checkbox-label:after,
.order-form-page .order-form .col-3-4 .row label.checkbox-label:after,
.order-form-page .order-form .col-3-5 .row label.checkbox-label:after,
.order-form-page .order-form .col-2-5 .row label.checkbox-label:after {
  position: absolute;
  display: none;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  color: #000024;
  font-size: 9px;
  left: 3px;
  top: 2px;
}
.order-form-page .order-form .col-1-1 .row label.checkbox-label.active:after,
.order-form-page .order-form .col-1-2 .row label.checkbox-label.active:after,
.order-form-page .order-form .col-3-4 .row label.checkbox-label.active:after,
.order-form-page .order-form .col-3-5 .row label.checkbox-label.active:after,
.order-form-page .order-form .col-2-5 .row label.checkbox-label.active:after {
  display: block;
}
.order-form-page .order-form .col-1-1 .row label.radio-label,
.order-form-page .order-form .col-1-2 .row label.radio-label,
.order-form-page .order-form .col-3-4 .row label.radio-label,
.order-form-page .order-form .col-3-5 .row label.radio-label,
.order-form-page .order-form .col-2-5 .row label.radio-label {
  float: left;
  position: relative;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  margin-right: 20px;
}
.order-form-page .order-form .col-1-1 .row label.radio-label:before,
.order-form-page .order-form .col-1-2 .row label.radio-label:before,
.order-form-page .order-form .col-3-4 .row label.radio-label:before,
.order-form-page .order-form .col-3-5 .row label.radio-label:before,
.order-form-page .order-form .col-2-5 .row label.radio-label:before {
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  background: white;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.order-form-page .order-form .col-1-1 .row label.radio-label:after,
.order-form-page .order-form .col-1-2 .row label.radio-label:after,
.order-form-page .order-form .col-3-4 .row label.radio-label:after,
.order-form-page .order-form .col-3-5 .row label.radio-label:after,
.order-form-page .order-form .col-2-5 .row label.radio-label:after {
  position: absolute;
  display: none;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  color: #000024;
  font-size: 9px;
  left: 3px;
  top: 2px;
}
.order-form-page .order-form .col-1-1 .row label.radio-label.active:after,
.order-form-page .order-form .col-1-2 .row label.radio-label.active:after,
.order-form-page .order-form .col-3-4 .row label.radio-label.active:after,
.order-form-page .order-form .col-3-5 .row label.radio-label.active:after,
.order-form-page .order-form .col-2-5 .row label.radio-label.active:after {
  display: block;
}
.order-form-page .order-form .col-1-1 .row #example-text,
.order-form-page .order-form .col-1-2 .row #example-text,
.order-form-page .order-form .col-3-4 .row #example-text,
.order-form-page .order-form .col-3-5 .row #example-text,
.order-form-page .order-form .col-2-5 .row #example-text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order-form-page .order-form .col-1-1 .row #example-text.hide,
.order-form-page .order-form .col-1-2 .row #example-text.hide,
.order-form-page .order-form .col-3-4 .row #example-text.hide,
.order-form-page .order-form .col-3-5 .row #example-text.hide,
.order-form-page .order-form .col-2-5 .row #example-text.hide {
  opacity: 0;
  visibility: hidden;
  border: none;
}
.order-form-page .order-form .col-1-1 .row #textarea-feedback,
.order-form-page .order-form .col-1-2 .row #textarea-feedback,
.order-form-page .order-form .col-3-4 .row #textarea-feedback,
.order-form-page .order-form .col-3-5 .row #textarea-feedback,
.order-form-page .order-form .col-2-5 .row #textarea-feedback {
  position: absolute;
  text-align: right !important;
  bottom: 4px;
  right: 2px;
  z-index: 2;
  padding: 7px 15px 13px;
  background: white;
  color: #5F5F7F;
  font-style: italic;
  font-size: 14px;
  width: calc(100% - 4px);
}
.order-form-page .order-form .col-1-1 .row .open-note,
.order-form-page .order-form .col-1-2 .row .open-note,
.order-form-page .order-form .col-3-4 .row .open-note,
.order-form-page .order-form .col-3-5 .row .open-note,
.order-form-page .order-form .col-2-5 .row .open-note {
  position: absolute;
  bottom: 4px;
  left: 8px;
  z-index: 3;
  padding: 7px 7px 13px;
  background: white;
  color: #000024;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option {
  float: left;
  position: relative;
  text-indent: 27px;
  width: 100%;
  line-height: 20px;
  border: 1px solid #DCDEF0;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option span,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option span,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option span,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option span,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option span {
  float: left;
  width: 100%;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option img,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option img,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option img,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option img,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: auto;
  height: 30px;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option.active,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option.active,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option.active,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option.active,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option.active {
  background: #EDEEF7;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option.active:after,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option.active:after,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option.active:after,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option.active:after,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option.active:after {
  display: block;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option:before,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option:before,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option:before,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option:before,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option:before {
  position: absolute;
  top: 13px;
  left: 15px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  background: white;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.order-form-page .order-form .col-1-1 .row .payment-option-wrapper .payment-option:after,
.order-form-page .order-form .col-1-2 .row .payment-option-wrapper .payment-option:after,
.order-form-page .order-form .col-3-4 .row .payment-option-wrapper .payment-option:after,
.order-form-page .order-form .col-3-5 .row .payment-option-wrapper .payment-option:after,
.order-form-page .order-form .col-2-5 .row .payment-option-wrapper .payment-option:after {
  position: absolute;
  display: none;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  color: #000024;
  font-size: 9px;
  left: -9px;
  top: 15px;
}
.order-form-page .order-form .col-1-1 .row.date-picker-wrapper:before,
.order-form-page .order-form .col-1-2 .row.date-picker-wrapper:before,
.order-form-page .order-form .col-3-4 .row.date-picker-wrapper:before,
.order-form-page .order-form .col-3-5 .row.date-picker-wrapper:before,
.order-form-page .order-form .col-2-5 .row.date-picker-wrapper:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 30px;
  right: 3px;
  width: 25px;
  height: 25px;
  font-size: 19px;
  content: "E";
  pointer-events: none;
}
.order-form-page .order-form .col-1-1 .row.date-picker-wrapper .datepicker,
.order-form-page .order-form .col-1-2 .row.date-picker-wrapper .datepicker,
.order-form-page .order-form .col-3-4 .row.date-picker-wrapper .datepicker,
.order-form-page .order-form .col-3-5 .row.date-picker-wrapper .datepicker,
.order-form-page .order-form .col-2-5 .row.date-picker-wrapper .datepicker,
.order-form-page .order-form .col-1-1 .row.date-picker-wrapper .trigger-datepicker,
.order-form-page .order-form .col-1-2 .row.date-picker-wrapper .trigger-datepicker,
.order-form-page .order-form .col-3-4 .row.date-picker-wrapper .trigger-datepicker,
.order-form-page .order-form .col-3-5 .row.date-picker-wrapper .trigger-datepicker,
.order-form-page .order-form .col-2-5 .row.date-picker-wrapper .trigger-datepicker {
  cursor: pointer;
}
.order-form-page .order-form .col-1-1 .row.date-picker-wrapper p.underline,
.order-form-page .order-form .col-1-2 .row.date-picker-wrapper p.underline,
.order-form-page .order-form .col-3-4 .row.date-picker-wrapper p.underline,
.order-form-page .order-form .col-3-5 .row.date-picker-wrapper p.underline,
.order-form-page .order-form .col-2-5 .row.date-picker-wrapper p.underline {
  cursor: pointer;
}
@media only screen and (max-device-width: 1024px) {
  .order-form-page .order-form .col-1-1 .row.date-picker-wrapper:before,
  .order-form-page .order-form .col-1-2 .row.date-picker-wrapper:before,
  .order-form-page .order-form .col-3-4 .row.date-picker-wrapper:before,
  .order-form-page .order-form .col-3-5 .row.date-picker-wrapper:before,
  .order-form-page .order-form .col-2-5 .row.date-picker-wrapper:before {
    top: 34px;
  }
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper {
  /* -------------
					Open/hover
					------------- */
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric .label,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric .label,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric .label,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric .label,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric .label {
  font-style: italic;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric .button,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric .button,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric .button,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric .button,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric .button {
  right: 0;
  padding: 0 !important;
  width: 40px;
  height: 33px;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric .button:before,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric .button:before,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric .button:before,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric .button:before,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric .button:before {
  position: absolute;
  top: 3px;
  left: 0;
  height: 27px;
  width: 1px;
  background: #eaeaea;
  content: "";
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric .button:after,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric .button:after,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric .button:after,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric .button:after,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric .button:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a" !important;
  color: #C4C4C4 !important;
  font-size: 12px;
  line-height: 34px;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric.chosen .label,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric.chosen .label,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric.chosen .label,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric.chosen .label,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric.chosen .label {
  font-style: normal;
  color: #000024;
  font-size: 14px;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items {
  background: white;
  box-shadow: 1.5px 2.598px 12.39px 8.609999999999999px rgba(37, 40, 93, 0.08);
  border: 1px solid #C9CCE6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items li,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items li,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items li,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items li,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items li {
  color: #000024;
  border-top: none;
  border-bottom: 1px solid #ecedf6;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items li:before,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items li:before,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items li:before,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items li:before,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items li:before {
  display: none;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items li.selected,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items li.selected,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items li.selected,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items li.selected,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items li.selected {
  background: #d1d4eb;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items li.disabled,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items li.disabled,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items li.disabled,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items li.disabled,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items li.disabled {
  opacity: 1;
  color: #000024 !important;
  font-weight: bold;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper .selectric-items li:hover,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper .selectric-items li:hover,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper .selectric-items li:hover,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper .selectric-items li:hover,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper .selectric-items li:hover {
  background: #DCDEF0;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-hover .selectric,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-hover .selectric,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-hover .selectric,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-hover .selectric,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-hover .selectric {
  border: 1px solid #2e3368;
  background: white;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-hover .selectric .button:before,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-hover .selectric .button:before,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-hover .selectric .button:before,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-hover .selectric .button:before,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-hover .selectric .button:before {
  background: #2e3368;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-hover .selectric .button:after,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-hover .selectric .button:after,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-hover .selectric .button:after,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-hover .selectric .button:after,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-hover .selectric .button:after {
  color: #000024 !important;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-open .selectric,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-open .selectric,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-open .selectric,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-open .selectric,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-open .selectric {
  border: 1px solid #C9CCE6;
  background: white;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-open .selectric .button:before,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-open .selectric .button:before,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-open .selectric .button:before,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-open .selectric .button:before,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-open .selectric .button:before {
  background: #C9CCE6;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-open .selectric .button:after,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-open .selectric .button:after,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-open .selectric .button:after,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-open .selectric .button:after,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-open .selectric .button:after {
  color: #000024 !important;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-open.selectric-above .selectric,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-open.selectric-above .selectric,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-open.selectric-above .selectric,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-open.selectric-above .selectric,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-open.selectric-above .selectric {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.order-form-page .order-form .col-1-1 .row .selectric-wrapper.selectric-open.selectric-above .selectric-items,
.order-form-page .order-form .col-1-2 .row .selectric-wrapper.selectric-open.selectric-above .selectric-items,
.order-form-page .order-form .col-3-4 .row .selectric-wrapper.selectric-open.selectric-above .selectric-items,
.order-form-page .order-form .col-3-5 .row .selectric-wrapper.selectric-open.selectric-above .selectric-items,
.order-form-page .order-form .col-2-5 .row .selectric-wrapper.selectric-open.selectric-above .selectric-items {
  border-top: 1px solid #C9CCE6;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.order-form-page .order-form .col-1-1 .row input[type="checkbox"],
.order-form-page .order-form .col-1-2 .row input[type="checkbox"],
.order-form-page .order-form .col-3-4 .row input[type="checkbox"],
.order-form-page .order-form .col-3-5 .row input[type="checkbox"],
.order-form-page .order-form .col-2-5 .row input[type="checkbox"],
.order-form-page .order-form .col-1-1 .row input[type="radio"],
.order-form-page .order-form .col-1-2 .row input[type="radio"],
.order-form-page .order-form .col-3-4 .row input[type="radio"],
.order-form-page .order-form .col-3-5 .row input[type="radio"],
.order-form-page .order-form .col-2-5 .row input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.order-form-page .order-form .col-1-1 .row input[type="text"],
.order-form-page .order-form .col-1-2 .row input[type="text"],
.order-form-page .order-form .col-3-4 .row input[type="text"],
.order-form-page .order-form .col-3-5 .row input[type="text"],
.order-form-page .order-form .col-2-5 .row input[type="text"],
.order-form-page .order-form .col-1-1 .row input[type="password"],
.order-form-page .order-form .col-1-2 .row input[type="password"],
.order-form-page .order-form .col-3-4 .row input[type="password"],
.order-form-page .order-form .col-3-5 .row input[type="password"],
.order-form-page .order-form .col-2-5 .row input[type="password"],
.order-form-page .order-form .col-1-1 .row input[type="email"],
.order-form-page .order-form .col-1-2 .row input[type="email"],
.order-form-page .order-form .col-3-4 .row input[type="email"],
.order-form-page .order-form .col-3-5 .row input[type="email"],
.order-form-page .order-form .col-2-5 .row input[type="email"] {
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.order-form-page .order-form .col-1-1 .row input[type="text"]:focus,
.order-form-page .order-form .col-1-2 .row input[type="text"]:focus,
.order-form-page .order-form .col-3-4 .row input[type="text"]:focus,
.order-form-page .order-form .col-3-5 .row input[type="text"]:focus,
.order-form-page .order-form .col-2-5 .row input[type="text"]:focus,
.order-form-page .order-form .col-1-1 .row input[type="password"]:focus,
.order-form-page .order-form .col-1-2 .row input[type="password"]:focus,
.order-form-page .order-form .col-3-4 .row input[type="password"]:focus,
.order-form-page .order-form .col-3-5 .row input[type="password"]:focus,
.order-form-page .order-form .col-2-5 .row input[type="password"]:focus,
.order-form-page .order-form .col-1-1 .row input[type="email"]:focus,
.order-form-page .order-form .col-1-2 .row input[type="email"]:focus,
.order-form-page .order-form .col-3-4 .row input[type="email"]:focus,
.order-form-page .order-form .col-3-5 .row input[type="email"]:focus,
.order-form-page .order-form .col-2-5 .row input[type="email"]:focus,
.order-form-page .order-form .col-1-1 .row input[type="text"]:hover,
.order-form-page .order-form .col-1-2 .row input[type="text"]:hover,
.order-form-page .order-form .col-3-4 .row input[type="text"]:hover,
.order-form-page .order-form .col-3-5 .row input[type="text"]:hover,
.order-form-page .order-form .col-2-5 .row input[type="text"]:hover,
.order-form-page .order-form .col-1-1 .row input[type="password"]:hover,
.order-form-page .order-form .col-1-2 .row input[type="password"]:hover,
.order-form-page .order-form .col-3-4 .row input[type="password"]:hover,
.order-form-page .order-form .col-3-5 .row input[type="password"]:hover,
.order-form-page .order-form .col-2-5 .row input[type="password"]:hover,
.order-form-page .order-form .col-1-1 .row input[type="email"]:hover,
.order-form-page .order-form .col-1-2 .row input[type="email"]:hover,
.order-form-page .order-form .col-3-4 .row input[type="email"]:hover,
.order-form-page .order-form .col-3-5 .row input[type="email"]:hover,
.order-form-page .order-form .col-2-5 .row input[type="email"]:hover {
  border: 1px solid #2e3368;
}
.order-form-page .order-form .col-1-1 .row textarea,
.order-form-page .order-form .col-1-2 .row textarea,
.order-form-page .order-form .col-3-4 .row textarea,
.order-form-page .order-form .col-3-5 .row textarea,
.order-form-page .order-form .col-2-5 .row textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -ms-overflow-style: none;
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  height: 197px;
  resize: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.order-form-page .order-form .col-1-1 .row textarea::-webkit-input-placeholder,
.order-form-page .order-form .col-1-2 .row textarea::-webkit-input-placeholder,
.order-form-page .order-form .col-3-4 .row textarea::-webkit-input-placeholder,
.order-form-page .order-form .col-3-5 .row textarea::-webkit-input-placeholder,
.order-form-page .order-form .col-2-5 .row textarea::-webkit-input-placeholder {
  color: #6a6a88;
}
.order-form-page .order-form .col-1-1 .row textarea:-moz-placeholder,
.order-form-page .order-form .col-1-2 .row textarea:-moz-placeholder,
.order-form-page .order-form .col-3-4 .row textarea:-moz-placeholder,
.order-form-page .order-form .col-3-5 .row textarea:-moz-placeholder,
.order-form-page .order-form .col-2-5 .row textarea:-moz-placeholder {
  color: #6a6a88;
}
.order-form-page .order-form .col-1-1 .row textarea::-moz-placeholder,
.order-form-page .order-form .col-1-2 .row textarea::-moz-placeholder,
.order-form-page .order-form .col-3-4 .row textarea::-moz-placeholder,
.order-form-page .order-form .col-3-5 .row textarea::-moz-placeholder,
.order-form-page .order-form .col-2-5 .row textarea::-moz-placeholder {
  color: #6a6a88;
}
.order-form-page .order-form .col-1-1 .row textarea:-ms-input-placeholder,
.order-form-page .order-form .col-1-2 .row textarea:-ms-input-placeholder,
.order-form-page .order-form .col-3-4 .row textarea:-ms-input-placeholder,
.order-form-page .order-form .col-3-5 .row textarea:-ms-input-placeholder,
.order-form-page .order-form .col-2-5 .row textarea:-ms-input-placeholder {
  color: #6a6a88;
}
.order-form-page .order-form .col-1-1 .row textarea:focus,
.order-form-page .order-form .col-1-2 .row textarea:focus,
.order-form-page .order-form .col-3-4 .row textarea:focus,
.order-form-page .order-form .col-3-5 .row textarea:focus,
.order-form-page .order-form .col-2-5 .row textarea:focus,
.order-form-page .order-form .col-1-1 .row textarea:hover,
.order-form-page .order-form .col-1-2 .row textarea:hover,
.order-form-page .order-form .col-3-4 .row textarea:hover,
.order-form-page .order-form .col-3-5 .row textarea:hover,
.order-form-page .order-form .col-2-5 .row textarea:hover {
  border: 1px solid #2e3368;
}
.order-form-page .order-form .col-1-1 .row.valid:after,
.order-form-page .order-form .col-1-2 .row.valid:after,
.order-form-page .order-form .col-3-4 .row.valid:after,
.order-form-page .order-form .col-3-5 .row.valid:after,
.order-form-page .order-form .col-2-5 .row.valid:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  right: 0px;
  top: 33px;
  z-index: 9;
  content: "e";
  color: #009b20;
  margin-right: 10px;
}
.order-form-page .order-form .col-1-1 .row.valid input[type="text"],
.order-form-page .order-form .col-1-2 .row.valid input[type="text"],
.order-form-page .order-form .col-3-4 .row.valid input[type="text"],
.order-form-page .order-form .col-3-5 .row.valid input[type="text"],
.order-form-page .order-form .col-2-5 .row.valid input[type="text"],
.order-form-page .order-form .col-1-1 .row.valid input[type="password"],
.order-form-page .order-form .col-1-2 .row.valid input[type="password"],
.order-form-page .order-form .col-3-4 .row.valid input[type="password"],
.order-form-page .order-form .col-3-5 .row.valid input[type="password"],
.order-form-page .order-form .col-2-5 .row.valid input[type="password"],
.order-form-page .order-form .col-1-1 .row.valid input[type="email"],
.order-form-page .order-form .col-1-2 .row.valid input[type="email"],
.order-form-page .order-form .col-3-4 .row.valid input[type="email"],
.order-form-page .order-form .col-3-5 .row.valid input[type="email"],
.order-form-page .order-form .col-2-5 .row.valid input[type="email"] {
  width: calc(100% - 40px);
  border: 1px solid #009b20;
}
.order-form-page .order-form .col-1-1 .row.valid.how-many:after,
.order-form-page .order-form .col-1-2 .row.valid.how-many:after,
.order-form-page .order-form .col-3-4 .row.valid.how-many:after,
.order-form-page .order-form .col-3-5 .row.valid.how-many:after,
.order-form-page .order-form .col-2-5 .row.valid.how-many:after {
  top: 8px;
}
.order-form-page .order-form .col-1-1 .row.valid.how-many .right,
.order-form-page .order-form .col-1-2 .row.valid.how-many .right,
.order-form-page .order-form .col-3-4 .row.valid.how-many .right,
.order-form-page .order-form .col-3-5 .row.valid.how-many .right,
.order-form-page .order-form .col-2-5 .row.valid.how-many .right {
  padding-right: 40px;
}
.order-form-page .order-form .col-1-1 .row.invalid:after,
.order-form-page .order-form .col-1-2 .row.invalid:after,
.order-form-page .order-form .col-3-4 .row.invalid:after,
.order-form-page .order-form .col-3-5 .row.invalid:after,
.order-form-page .order-form .col-2-5 .row.invalid:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  right: 0px;
  top: 30px;
  z-index: 9;
  content: "C";
  color: #d70000;
  margin-right: 10px;
}
.order-form-page .order-form .col-1-1 .row.invalid input[type="text"],
.order-form-page .order-form .col-1-2 .row.invalid input[type="text"],
.order-form-page .order-form .col-3-4 .row.invalid input[type="text"],
.order-form-page .order-form .col-3-5 .row.invalid input[type="text"],
.order-form-page .order-form .col-2-5 .row.invalid input[type="text"],
.order-form-page .order-form .col-1-1 .row.invalid input[type="password"],
.order-form-page .order-form .col-1-2 .row.invalid input[type="password"],
.order-form-page .order-form .col-3-4 .row.invalid input[type="password"],
.order-form-page .order-form .col-3-5 .row.invalid input[type="password"],
.order-form-page .order-form .col-2-5 .row.invalid input[type="password"],
.order-form-page .order-form .col-1-1 .row.invalid input[type="email"],
.order-form-page .order-form .col-1-2 .row.invalid input[type="email"],
.order-form-page .order-form .col-3-4 .row.invalid input[type="email"],
.order-form-page .order-form .col-3-5 .row.invalid input[type="email"],
.order-form-page .order-form .col-2-5 .row.invalid input[type="email"] {
  width: calc(100% - 40px);
  border: 1px solid #d70000;
}
.order-form-page .order-form .col-1-1 .row.invalid .col-3-4 input[type="text"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-4 input[type="text"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-4 input[type="text"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-4 input[type="text"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-4 input[type="text"],
.order-form-page .order-form .col-1-1 .row.invalid .col-3-5 input[type="text"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-5 input[type="text"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-5 input[type="text"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-5 input[type="text"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-5 input[type="text"],
.order-form-page .order-form .col-1-1 .row.invalid .col-3-4 input[type="password"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-4 input[type="password"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-4 input[type="password"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-4 input[type="password"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-4 input[type="password"],
.order-form-page .order-form .col-1-1 .row.invalid .col-3-5 input[type="password"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-5 input[type="password"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-5 input[type="password"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-5 input[type="password"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-5 input[type="password"],
.order-form-page .order-form .col-1-1 .row.invalid .col-3-4 input[type="email"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-4 input[type="email"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-4 input[type="email"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-4 input[type="email"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-4 input[type="email"],
.order-form-page .order-form .col-1-1 .row.invalid .col-3-5 input[type="email"],
.order-form-page .order-form .col-1-2 .row.invalid .col-3-5 input[type="email"],
.order-form-page .order-form .col-3-4 .row.invalid .col-3-5 input[type="email"],
.order-form-page .order-form .col-3-5 .row.invalid .col-3-5 input[type="email"],
.order-form-page .order-form .col-2-5 .row.invalid .col-3-5 input[type="email"] {
  width: 100%;
  border: 1px solid #d70000;
}
.order-form-page .order-form .col-1-1 .row.how-many label,
.order-form-page .order-form .col-1-2 .row.how-many label,
.order-form-page .order-form .col-3-4 .row.how-many label,
.order-form-page .order-form .col-3-5 .row.how-many label,
.order-form-page .order-form .col-2-5 .row.how-many label {
  float: left;
  margin-top: 10px;
}
.order-form-page .order-form .col-1-1 .row.how-many input[type="text"],
.order-form-page .order-form .col-1-2 .row.how-many input[type="text"],
.order-form-page .order-form .col-3-4 .row.how-many input[type="text"],
.order-form-page .order-form .col-3-5 .row.how-many input[type="text"],
.order-form-page .order-form .col-2-5 .row.how-many input[type="text"],
.order-form-page .order-form .col-1-1 .row.how-many input[type="number"],
.order-form-page .order-form .col-1-2 .row.how-many input[type="number"],
.order-form-page .order-form .col-3-4 .row.how-many input[type="number"],
.order-form-page .order-form .col-3-5 .row.how-many input[type="number"],
.order-form-page .order-form .col-2-5 .row.how-many input[type="number"] {
  float: left;
  margin-left: 20px;
  width: 60px;
}
.order-form-page .order-form .different-address {
  display: none;
  width: calc(200% + 30px);
}
.order-form-page .order-form .different-address.show {
  display: block;
}
.order-form-page .image-wrapper-order {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.order-form-page .image-wrapper-order img {
  width: 100%;
  height: auto;
}
.order-form-page .totals {
  margin: 30px 0 85px;
}
.order-form-page .totals p {
  line-height: 25px;
  color: #5F5F7F;
  margin-bottom: 0;
}
.order-form-page .totals p span {
  float: right;
}
.order-form-page .totals p.total {
  font-weight: bold;
  color: #000024;
  padding-top: 3px;
  margin-top: 3px;
  border-top: 1px solid #e6e6e6;
}
.order-form-page .payment-shipping {
  text-align: center !important;
}
.order-form-page .payment-shipping span {
  display: inline-block;
  margin: 2px 7px;
  width: 41px;
  height: 27px;
  background: url("/wp-content/themes/osr/static/images/payment-options.png");
  background-size: 247px;
  background-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .order-form-page .payment-shipping span {
    margin: 2px 4px;
  }
}
.order-form-page .payment-shipping span:hover {
  background-position: left top;
}
.order-form-page .payment-shipping span.mastercard {
  background-position: -41px bottom;
}
.order-form-page .payment-shipping span.mastercard:hover {
  background-position: -41px top;
}
.order-form-page .payment-shipping span.paypal {
  background-position: -82px bottom;
}
.order-form-page .payment-shipping span.paypal:hover {
  background-position: -82px top;
}
.order-form-page .payment-shipping span.visa {
  background-position: -124px bottom;
}
.order-form-page .payment-shipping span.visa:hover {
  background-position: -124px top;
}
.order-form-page .payment-shipping span.americanexpress {
  background-position: -165px bottom;
}
.order-form-page .payment-shipping span.americanexpress:hover {
  background-position: -165px top;
}
.order-form-page .payment-shipping span.banktransfer {
  background-position: -206px bottom;
}
.order-form-page .payment-shipping span.banktransfer:hover {
  background-position: -206px top;
}
.order-form-page .payment-shipping .shipping {
  display: inline-block;
  margin-top: 10px;
  height: 55px;
  background: url("/wp-content/themes/osr/static/images/security-options.png");
  background-size: 225px;
  background-position: left bottom;
}
.order-form-page .payment-shipping .shipping:hover {
  background-position: left top;
}
.order-form-page .payment-shipping .shipping.ups {
  width: 38px;
}
.order-form-page .payment-shipping .shipping.macafee {
  width: 84px;
  background-position: -38px bottom;
}
.order-form-page .payment-shipping .shipping.macafee:hover {
  background-position: -38px top;
}
.order-form-page .payment-shipping .shipping.norton {
  width: 103px;
  background-position: -122px bottom;
}
.order-form-page .payment-shipping .shipping.norton:hover {
  background-position: -122px top;
}
.order-form-page .gift-card {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.order-form-page .gift-card:before {
  position: absolute;
  top: 114px;
  left: 15px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  background: white;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.order-form-page .gift-card:after {
  position: absolute;
  display: none;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  color: #000024;
  font-size: 9px;
  left: 18px;
  top: 116px;
}
.order-form-page .gift-card .thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.order-form-page .gift-card .thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.order-form-page .gift-card h3 {
  float: left;
  width: 100%;
  color: #000024;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  padding: 0 15px 0 40px;
}
.order-form-page .gift-card h4 {
  float: left;
  width: 100%;
  color: #000024;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0 15px 0 40px;
}
.order-form-page .gift-card p {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 24px;
  margin-bottom: 20px !important;
  padding: 0 15px;
}
.order-form-page .gift-card.left {
  padding-right: 10px;
}
.order-form-page .gift-card.right {
  padding-left: 10px;
}
.order-form-page .gift-card:hover {
  border: 1px solid #2e3368;
}
.order-form-page .gift-card.active {
  border: 1px solid #2e3368;
  background: #EDEEF7;
}
.order-form-page .gift-card.active:after {
  display: block;
}
.order-form-page .gift-card.active h3 {
  position: relative;
}
.order-form-page .gift-card.active h3:after {
  display: none;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 15px;
  top: 10px;
  font-size: 16px;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.order-form-page .gift-radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/* -------------
One page checkout (begin)
------------- */
.change-star {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #edeef7;
  margin-bottom: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.change-star .change-star-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.05;
  background-position: 100% -5px !important;
}
.change-star img {
  float: left;
  width: 101px;
  height: auto;
  padding: 20px 0 0 30px;
  margin-right: 35px;
}
.change-star .content {
  float: left;
  padding-top: 25px;
  width: calc(100% - 175px);
}
.change-star .content p {
  margin-bottom: 0;
  line-height: 22px;
}
.change-star .content p span {
  display: inline-block;
  font-weight: 500;
  min-width: 110px;
}
.change-star a {
  float: right;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
  color: #000024;
  font-weight: 500;
  padding: 12px 42px 0 0;
}
.change-star a:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 13px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/osr/static/images/change-star-ico.png") top right / 12px no-repeat;
  padding-left: 10px;
}
.change-star a:hover {
  text-decoration: underline;
}
.one-page-checkout .image-wrapper-order {
  margin-top: 20px;
}
.one-page-checkout .order-form .step {
  display: block;
}
.one-page-checkout .order-form .step:after {
  display: table;
  clear: both;
  content: "";
}
.one-page-checkout .order-form .step .left {
  padding-right: 0;
}
.one-page-checkout .order-form .shipping-notice {
  margin-bottom: 15px;
  min-height: 60px;
}
.one-page-checkout .order-form .shipping-notice:before {
  display: none;
}
.one-page-checkout .order-form .shipping-notice .shipping-logo {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 30px;
  height: 55px;
}
.one-page-checkout .order-form .shipping-notice p {
  margin: 0;
}
.one-page-checkout .order-form .shipping-notice .close:before {
  margin-top: -6px;
}
.one-page-checkout .order-form .radio-label span {
  color: #000024 !important;
  font-weight: 600 !important;
}
.one-page-checkout .order-form label.margin-top {
  margin-top: 30px;
}
.one-page-checkout .order-form .row.no-margin {
  margin-bottom: 0;
}
.one-page-checkout .order-form .row.postal {
  margin-top: 21px;
}
.get-started {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #3e3c8e;
  padding: 30px;
  padding-right: 40%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.get-started:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 430px;
  height: 100%;
  content: "";
  background: url("/wp-content/themes/osr/static/images/get-started-star.jpg");
  background-size: 470px;
  background-position: 5px -85px;
  z-index: 0;
  background-repeat: no-repeat;
}
.get-started:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 430px;
  height: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3c8e+0,3e3c8e+100&1+0,0+70,0+100 */
  background: -moz-linear-gradient(left, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c8e', endColorstr='#003e3c8e', GradientType=1);
  /* IE6-9 */
  z-index: 0;
}
.get-started .content {
  position: relative;
  z-index: 1;
}
.get-started .content h2 {
  color: white;
  margin-bottom: 5px;
}
.get-started .content p {
  color: #b0b3db;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.get-started .content ul {
  margin-bottom: 0;
}
.get-started .content ul li {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.get-started .content ul li:before {
  font-size: 12px !important;
  color: white !important;
}
.get-started-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3c8e+0,3e3c8e+100&1+0,0+70,0+100 */
  background: -moz-linear-gradient(left, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e3c8e 0%, rgba(62, 60, 142, 0) 70%, rgba(62, 60, 142, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c8e', endColorstr='#003e3c8e', GradientType=1);
  /* IE6-9 */
}
@media only screen and (max-width: 1023px) {
  .change-star .content p {
    margin-bottom: 10px;
  }
  .change-star .content p span {
    display: block;
  }
  .one-page-checkout .order-form .row.postal {
    margin-top: 32px;
  }
  .get-started {
    padding-right: 30px;
  }
  .get-started:before {
    background-position: 240px -85px;
  }
  .get-started:after {
    right: -240px;
  }
}
@media only screen and (max-width: 767px) {
  .change-star img {
    width: 60px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .change-star .content {
    width: calc(100% - 85px);
    padding-top: 15px;
  }
  .change-star a {
    position: relative;
  }
  .one-page-checkout .image-wrapper-order {
    margin-top: 0;
  }
  .one-page-checkout .order-form .row.postal {
    margin-top: 0;
  }
  .shipping-notice .shipping-logo {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .change-star .change-star-bg {
    width: 100%;
  }
}
/* -------------
One page checkout (end)
------------- */
@media only screen and (max-width: 1260px) {
  .order-form-page .gift-card:before {
    top: 91px;
  }
  .order-form-page .gift-card:after {
    top: 93px;
  }
}
@media only screen and (max-width: 1023px) {
  .order-form-page .gift-card:before {
    top: 108px;
  }
  .order-form-page .gift-card:after {
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .order-form-page .order-form .col-1-2.left {
    padding: 0;
  }
  .order-form-page .order-form .col-1-2.right {
    padding: 0;
  }
  .order-form-page .gift-card:before {
    top: 100px;
  }
  .order-form-page .gift-card:after {
    top: 102px;
  }
}
@media only screen and (max-width: 480px) {
  .order-form-page .order-form .col-1-2.left {
    padding: 0;
  }
  .order-form-page .order-form .col-1-2.right {
    padding: 0;
  }
  .order-form-page .gift-card:before {
    top: 86px;
  }
  .order-form-page .gift-card:after {
    top: 88px;
  }
}
@media only screen and (max-device-width: 1400px) {
  .row.select-wrapper:before {
    position: absolute;
    top: 31px;
    right: 30px;
    height: 24px;
    width: 1px;
    background: #eaeaea;
    z-index: 1;
    content: "";
  }
  .row.select-wrapper:after {
    position: absolute;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center !important;
    right: 0;
    top: 27px;
    padding: 0 !important;
    width: 30px;
    height: 33px;
    content: "a" !important;
    color: #C4C4C4 !important;
    font-size: 10px;
    line-height: 36px;
  }
  .row.select-wrapper .col-1-4 {
    position: relative;
  }
  .row.select-wrapper .col-1-4:before {
    position: absolute;
    top: 6px;
    right: 30px;
    height: 27px;
    width: 1px;
    background: #eaeaea;
    z-index: 1;
    content: "";
  }
  .row.select-wrapper .col-1-4:after {
    position: absolute;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center !important;
    right: 0;
    top: 3px;
    padding: 0 !important;
    width: 30px;
    height: 33px;
    content: "a" !important;
    color: #C4C4C4 !important;
    font-size: 10px;
    line-height: 36px;
  }
  .row.select-wrapper .col-1-2 {
    position: relative;
  }
  .row.select-wrapper .col-1-2:before {
    position: absolute;
    top: 6px;
    right: 40px;
    height: 27px;
    width: 1px;
    background: #eaeaea;
    z-index: 1;
    content: "";
  }
  .row.select-wrapper .col-1-2:after {
    position: absolute;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center !important;
    right: 10px;
    top: 3px;
    padding: 0 !important;
    width: 30px;
    height: 33px;
    content: "a" !important;
    color: #C4C4C4 !important;
    font-size: 10px;
    line-height: 36px;
  }
  select {
    height: 35px;
    width: 100%;
    background: white;
    -webkit-appearance: none;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    padding: 0 40px 0 7px;
    margin-top: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .order-form-page .editor > .col-1-1 {
    padding: 30px 20px 0;
  }
  .order-form-page .editor > .col-2-3 {
    padding: 30px 20px;
  }
  .order-form-page .editor > .col-1-3 {
    padding: 30px 20px;
  }
  .order-form-page .order-form .col-1-1 .row .col-1-4:nth-child(2),
  .order-form-page .order-form .col-1-2 .row .col-1-4:nth-child(2),
  .order-form-page .order-form .col-3-4 .row .col-1-4:nth-child(2),
  .order-form-page .order-form .col-3-5 .row .col-1-4:nth-child(2),
  .order-form-page .order-form .col-2-5 .row .col-1-4:nth-child(2) {
    width: 33.333333%;
  }
  .order-form-page .order-form .col-1-1 .row .col-1-4:nth-child(4),
  .order-form-page .order-form .col-1-2 .row .col-1-4:nth-child(4),
  .order-form-page .order-form .col-3-4 .row .col-1-4:nth-child(4),
  .order-form-page .order-form .col-3-5 .row .col-1-4:nth-child(4),
  .order-form-page .order-form .col-2-5 .row .col-1-4:nth-child(4) {
    width: 50%;
    margin-top: 10px;
  }
  .order-form-page .order-form .col-1-1 .row .col-1-2,
  .order-form-page .order-form .col-1-2 .row .col-1-2,
  .order-form-page .order-form .col-3-4 .row .col-1-2,
  .order-form-page .order-form .col-3-5 .row .col-1-2,
  .order-form-page .order-form .col-2-5 .row .col-1-2 {
    padding-right: 0;
    width: 66.666666%;
  }
  .order-form-page .order-form .col-1-1 .row .col-1-2:before,
  .order-form-page .order-form .col-1-2 .row .col-1-2:before,
  .order-form-page .order-form .col-3-4 .row .col-1-2:before,
  .order-form-page .order-form .col-3-5 .row .col-1-2:before,
  .order-form-page .order-form .col-2-5 .row .col-1-2:before,
  .order-form-page .order-form .col-1-1 .row .col-1-2:after,
  .order-form-page .order-form .col-1-2 .row .col-1-2:after,
  .order-form-page .order-form .col-3-4 .row .col-1-2:after,
  .order-form-page .order-form .col-3-5 .row .col-1-2:after,
  .order-form-page .order-form .col-2-5 .row .col-1-2:after {
    display: none;
  }
  .order-form-page .order-form .col-1-1 .row.full p.fl,
  .order-form-page .order-form .col-1-2 .row.full p.fl,
  .order-form-page .order-form .col-3-4 .row.full p.fl,
  .order-form-page .order-form .col-3-5 .row.full p.fl,
  .order-form-page .order-form .col-2-5 .row.full p.fl {
    width: 100%;
    margin-bottom: 15px;
  }
  .order-form-page .order-form .col-1-1 .row.full .fl,
  .order-form-page .order-form .col-1-2 .row.full .fl,
  .order-form-page .order-form .col-3-4 .row.full .fl,
  .order-form-page .order-form .col-3-5 .row.full .fl,
  .order-form-page .order-form .col-2-5 .row.full .fl {
    width: auto;
  }
  .order-form-page .order-form .col-1-1 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-1-2 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-3-4 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-3-5 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-2-5 .row.full .fl:nth-child(3) {
    padding-left: 15px;
  }
  .order-form-page .order-form .col-1-1 .row.how-many:after,
  .order-form-page .order-form .col-1-2 .row.how-many:after,
  .order-form-page .order-form .col-3-4 .row.how-many:after,
  .order-form-page .order-form .col-3-5 .row.how-many:after,
  .order-form-page .order-form .col-2-5 .row.how-many:after {
    display: none;
  }
  .order-form-page .order-form .col-1-1 .row.how-many > .right,
  .order-form-page .order-form .col-1-2 .row.how-many > .right,
  .order-form-page .order-form .col-3-4 .row.how-many > .right,
  .order-form-page .order-form .col-3-5 .row.how-many > .right,
  .order-form-page .order-form .col-2-5 .row.how-many > .right {
    float: left;
    position: relative;
  }
  .order-form-page .order-form .col-1-1 .row.how-many > .right:after,
  .order-form-page .order-form .col-1-2 .row.how-many > .right:after,
  .order-form-page .order-form .col-3-4 .row.how-many > .right:after,
  .order-form-page .order-form .col-3-5 .row.how-many > .right:after,
  .order-form-page .order-form .col-2-5 .row.how-many > .right:after {
    position: absolute;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    right: 0px;
    top: 8px;
    z-index: 9;
    content: "e";
    color: #009b20;
    margin-right: 10px;
  }
  .order-form-page .order-form .col-1-1 .row .payment-option-wrapper,
  .order-form-page .order-form .col-1-2 .row .payment-option-wrapper,
  .order-form-page .order-form .col-3-4 .row .payment-option-wrapper,
  .order-form-page .order-form .col-3-5 .row .payment-option-wrapper,
  .order-form-page .order-form .col-2-5 .row .payment-option-wrapper {
    width: 100%;
  }
  .order-form-page .order-form .step-gift .row.col-1-2 {
    width: 75%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .order-form-page .editor h1 {
    font-size: 26px;
  }
  .order-form-page .editor > .col-1-1 {
    padding: 30px 20px 0;
  }
  .order-form-page .editor > .col-2-3 {
    padding: 0 20px 0;
  }
  .order-form-page .editor > .col-1-3 {
    padding: 30px 20px 30px;
  }
  .order-form-page .order-form .col-1-1 .row,
  .order-form-page .order-form .col-1-2 .row,
  .order-form-page .order-form .col-3-4 .row,
  .order-form-page .order-form .col-3-5 .row,
  .order-form-page .order-form .col-2-5 .row {
    width: 100% !important;
  }
  .order-form-page .order-form .col-1-1 .row .col-3-5,
  .order-form-page .order-form .col-1-2 .row .col-3-5,
  .order-form-page .order-form .col-3-4 .row .col-3-5,
  .order-form-page .order-form .col-3-5 .row .col-3-5,
  .order-form-page .order-form .col-2-5 .row .col-3-5 {
    width: 60%;
  }
  .order-form-page .order-form .col-1-1 .row .col-2-5,
  .order-form-page .order-form .col-1-2 .row .col-2-5,
  .order-form-page .order-form .col-3-4 .row .col-2-5,
  .order-form-page .order-form .col-3-5 .row .col-2-5,
  .order-form-page .order-form .col-2-5 .row .col-2-5 {
    width: 40%;
  }
  .order-form-page .order-form .col-1-1 .row.full,
  .order-form-page .order-form .col-1-2 .row.full,
  .order-form-page .order-form .col-3-4 .row.full,
  .order-form-page .order-form .col-3-5 .row.full,
  .order-form-page .order-form .col-2-5 .row.full {
    width: 100%;
  }
  .order-form-page .order-form .col-1-1 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-1-2 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-3-4 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-3-5 .row.full .fl:nth-child(3),
  .order-form-page .order-form .col-2-5 .row.full .fl:nth-child(3) {
    padding-left: 0;
  }
  .order-form-page .order-form .col-1-1 .row #textarea-feedback,
  .order-form-page .order-form .col-1-2 .row #textarea-feedback,
  .order-form-page .order-form .col-3-4 .row #textarea-feedback,
  .order-form-page .order-form .col-3-5 .row #textarea-feedback,
  .order-form-page .order-form .col-2-5 .row #textarea-feedback {
    font-size: 12px;
  }
  .order-form-page .order-form .col-1-1 .row .payment-option-wrapper,
  .order-form-page .order-form .col-1-2 .row .payment-option-wrapper,
  .order-form-page .order-form .col-3-4 .row .payment-option-wrapper,
  .order-form-page .order-form .col-3-5 .row .payment-option-wrapper,
  .order-form-page .order-form .col-2-5 .row .payment-option-wrapper {
    padding-right: 0;
  }
  .order-form-page .order-form .different-address {
    width: 100%;
  }
  .order-form-page .order-form .button-light-blue {
    padding: 15px 0;
    width: 42px;
    font-size: 0;
  }
  .order-form-page .order-form .button-light-blue:after {
    margin-left: 16px;
  }
}
/* --------------------
Constellation
-------------------- */
.constellation-banner {
  text-align: center !important;
  height: 338px;
  padding-top: 91px;
}
.constellation-banner__title-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.constellation-banner__title {
  position: relative;
  display: inline-flex;
  text-align: center !important;
  padding: 0 45px 7px 45px;
  width: auto;
  font-size: 48px;
  line-height: 58px;
  color: white;
  background: none;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  font-weight: 400;
  z-index: 2;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.constellation-banner__title::-webkit-input-placeholder {
  color: #ffffff;
}
.constellation-banner__title:-moz-placeholder {
  color: #ffffff;
}
.constellation-banner__title::-moz-placeholder {
  color: #ffffff;
}
.constellation-banner__title:-ms-input-placeholder {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .constellation-banner {
    height: 238px;
    padding-top: 76px;
  }
  .constellation-banner__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .constellation-banner {
    padding-top: 41px;
    height: 128px;
  }
  .constellation-banner__title {
    font-size: 20px;
    line-height: 26px;
    padding: 0 15px 7px 15px;
  }
}
.constellation-content__module > .editor > .col-1-2 {
  max-height: 800px;
}
.constellation-content__module > .editor > .col-1-2.first-right {
  padding-bottom: 20px;
}
.constellation-content__module-inner {
  padding: 55px 50px 27px 50px !important;
}
.constellation-content__image-container {
  display: block;
  float: right;
  position: relative;
  z-index: 3;
}
.constellation-content__image {
  float: right;
  width: auto;
  max-height: 585px;
  max-width: 100%;
}
.constellation-content__source {
  position: absolute;
  text-align: left !important;
  font-style: italic;
  bottom: 0;
  margin-bottom: 0 !important;
  right: -20px;
  z-index: 4;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.constellation-content__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
  z-index: 3;
}
.constellation-content__dropdown:before {
  display: none;
}
.constellation-content__dropdown > ul > li > ul {
  overflow: hidden;
  max-height: 550px;
}
.constellation-content .select2-container {
  text-align: right !important;
  float: right;
  font-size: 12px;
  color: #2e3368;
}
.constellation-content .select2-selection__placeholder {
  color: #2e3368 !important;
}
.constellation-content .select2-selection__rendered {
  font-size: 14px;
  padding: 5px 35px 5px 8px !important;
}
.constellation-content .select2-selection__arrow {
  right: 11px !important;
  top: 2px !important;
}
.constellation-content .select2-selection__arrow b {
  border: 0 !important;
  width: 12px !important;
  height: 14px !important;
  background: url("/wp-content/themes/osr/static/images/chevron-right.svg") center / 9px no-repeat;
  transform: rotate(90deg);
}
.constellation-content .select2-selection--single {
  border-color: #e0e4f4;
  height: 38px;
}
@media only screen and (max-width: 1260px) {
  .constellation-content__source {
    bottom: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .constellation-content__module > .editor > .col-1-2 {
    max-height: 1500px;
  }
  .constellation-content__image-container {
    padding-top: 30px;
  }
  .constellation-content__module-inner {
    padding: 35px 30px 27px 30px !important;
  }
  .constellation-content__source {
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .constellation-content__module {
    background: none;
  }
  .constellation-content__module > .editor {
    display: flex;
    flex-flow: column nowrap;
  }
  .constellation-content__module > .editor > .first-right {
    order: 2;
    margin-bottom: 0;
  }
  .constellation-content__module-inner {
    order: 1;
    padding: 15px 20px 25px !important;
    border-radius: 4px !important;
    margin-bottom: 30px;
  }
  .constellation-content__source {
    text-align: right !important;
    bottom: -15px;
    right: 0;
  }
  .constellation-content__image-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .constellation-content__image-container {
    margin-bottom: 25px;
  }
  .constellation-content__source {
    bottom: -30px;
  }
}
.select2-search__field {
  font-size: 12px;
  border: 1px solid #e0e4f4 !important;
  border-radius: 4px;
  padding: 6px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select2-search--dropdown {
  padding: 12px !important;
}
.select2-dropdown {
  border-color: #e0e4f4;
}
.select2-results > .select2-results__options {
  max-height: 400px !important;
  -webkit-overflow-scrolling: touch;
}
.select2-results__option {
  text-align: right !important;
  font-size: 12px;
  padding: 8px 12px !important;
}
.select2-results__option--highlighted {
  background-color: #FFF !important;
  color: #2e3368 !important;
  text-decoration: underline;
}
.select2-results__option[aria-selected=true] {
  background-color: #FFF !important;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .select2-results > .select2-results__options {
    max-height: 380px !important;
  }
}
@media only screen and (max-width: 480px) {
  .select2-results > .select2-results__options {
    max-height: 280px !important;
  }
}
.constellation-map-stars {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .constellation-map-stars {
    margin-bottom: 0;
  }
}
.constellation-map {
  padding-top: 50px !important;
}
.constellation-map > h2 {
  margin-bottom: 20px;
  line-height: 50px;
}
.constellation-map__image {
  max-width: 100%;
}
.constellation-map__order-button {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 35px;
}
@media only screen and (max-width: 1023px) {
  .constellation-map {
    padding: 15px 15px 0 30px !important;
    width: 50%;
  }
  .constellation-map > h2 {
    margin-bottom: 10px;
    line-height: 34px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .constellation-map {
    padding: 15px 20px !important;
  }
  .constellation-map__order-button {
    margin-top: 15px;
  }
}
.constellation-stars {
  padding: 50px 55px !important;
}
.constellation-stars__title {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
  align-items: center;
}
.constellation-stars__title h2 {
  margin-bottom: 0;
}
.constellation-stars__title-icon {
  max-height: 50px;
  margin-right: 15px;
}
.constellation-stars__bold {
  font-weight: 700;
}
.constellation-stars__list-item {
  position: relative;
  padding-left: 26px;
}
.constellation-stars__list-item:before {
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (max-width: 1023px) {
  .constellation-stars {
    width: 50%;
    padding: 15px 30px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .constellation-stars {
    padding: 15px 20px 20px 20px !important;
  }
  .constellation-stars__title h2 {
    font-size: 24px;
  }
}
.col-content {
  position: relative;
  width: 100%;
  z-index: 4;
}
.main-content-wrapper--single-constellation h1,
.main-content-wrapper--single-constellation h2 {
  margin-bottom: 28px !important;
}
.main-content-wrapper--single-constellation p,
.main-content-wrapper--single-constellation a,
.main-content-wrapper--single-constellation ul li,
.main-content-wrapper--single-constellation ol li {
  font-size: 16px;
}
.const-info {
  display: inline-block;
  width: 100%;
  overflow: visible !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.const-info__list-item {
  clear: none !important;
  width: 50%;
  margin-bottom: 35px !important;
  line-height: 1;
}
.const-info__list-item:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.const-info__list-item--meaning:after {
  height: 32px !important;
  background: url("/wp-content/themes/osr/static/images/constellations/icons-web/meaning_2.png") top left / 32px no-repeat !important;
}
.const-info__list-item--family:after {
  height: 35px !important;
  background: url("/wp-content/themes/osr/static/images/constellations/icons-web/family.png") top left / 32px no-repeat !important;
}
.const-info__list-item--best-seen-in:after {
  height: 17px !important;
  background: url("/wp-content/themes/osr/static/images/constellations/icons-web/best-seen-in.png") top left / 32px no-repeat !important;
}
.const-info__list-item--latitude:after {
  height: 32px !important;
  background: url("/wp-content/themes/osr/static/images/constellations/icons-web/latitude.png") top left / 32px no-repeat !important;
}
.const-info__list-item:nth-child(odd) {
  clear: left !important;
}
.const-info__label {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .const-info {
    margin: 0 0 8px 0 !important;
    overflow: visible !important;
  }
  .const-info__list-item {
    width: 100%;
    padding-left: 50px !important;
    margin-bottom: 30px !important;
  }
  .const-info__list-item:after {
    width: 32px !important;
  }
  .const-info__list-item--meaning:after {
    height: 32px !important;
  }
  .const-info__list-item--family:after {
    height: 35px !important;
  }
  .const-info__list-item--best-seen-in:after {
    height: 17px !important;
  }
  .const-info__list-item--latitude:after {
    height: 32px !important;
  }
}
.const-intro {
  font-weight: 700;
}
.constellation-star-finder-apps {
  padding-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .constellation-star-finder-apps {
    padding-top: 0;
  }
  .constellation-star-finder-apps .module.download-app {
    margin-top: 30px;
  }
}
.constellation-slider {
  display: block !important;
}
.constellation-slider .highlights .title {
  padding: 30px 50px 20px 50px;
  margin-bottom: 10px;
}
.constellation-slider .highlights .title > div {
  max-width: 100%;
}
.constellation-slider .highlights .sliderwrapper .referenties-wrapper {
  padding: 0 20px 30px !important;
}
@media only screen and (max-width: 767px) {
  .constellation-slider .highlights .title {
    padding: 15px 20px 0 20px;
  }
  .constellation-slider .highlights .title > div {
    padding-bottom: 0;
  }
  .constellation-slider .highlights .sliderwrapper .referenties-wrapper {
    padding: 0 0 20px !important;
  }
  .constellation-slider .highlights .sliderwrapper .referenties-wrapper .osr-referenties-carousel {
    padding: 0;
  }
  .constellation-slider .highlights .sliderwrapper .referenties-wrapper .osr-referenties-carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .constellation-slider .highlights .sliderwrapper .referenties-wrapper .osr-referenties-carousel .slick-arrow.slick-next {
    right: 0;
  }
}
