html {
  height: 100%;
}

@font-face {
  font-family: spacer;
  src: url(../fonts/Spacer.ttf);
}

@font-face {
  font-family: spacerBold;
  src: url(../fonts/SpacerBold.ttf);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: arial;
  height: 100%;
  color: #313131;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff)) fixed;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  input, select {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  input, select {
    font-size: 14px;
  }
}

.site-main {
  width: 1140px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .site-main {
    margin: 46px auto 45px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-main {
    padding: 10px;
    box-sizing: border-box;
  }
}

.site-wrapper.opacityBG {
  background: grey;
}
.site-side {
  background: #fff;
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .site-side {
    width: 21.666666666666668%;
    float: left;
  }
}

@media (max-width: 767px) {
  .site-side {
    margin: 0px auto 20px;
    display: none;
    width: 65%;
    margin-right: 17.5%;
    left: 0;
    right: 0;
    border-radius: 15px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5); 
  }
}

.site-side__info {
  width: 80%;
}
.site-side__sim {
  padding: 20px;
}

.site-side__close {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -19px;
  top: -14px;
  font-size: 19px;
  font-weight: bold;
  padding: 2px;
  line-height: 14px;
  text-indent: 1px;
  width: 13px;
  height: 13px;
}

.site-side__center {
  margin: 30px auto 0;
  overflow: hidden;
}

.site-side__img {
  width: 100%;
}

@media (max-width: 767px) {
  .site-side__img {
    display: none;
  }
}

.site-side__middle {
  padding: 20px 12px;
}

@media (min-width: 1025px) {
  .site-side__middle {
    min-height: 250px;
  }
}

.site-side__middle h2 {
  text-align: center;
  font-size: 20px;
}

.site-side__row {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  font-size: 14px;
}

.site-side__phoneNumber--changeRemove {
  color: #808080;
}

.site-side__phoneNumber--changeRemove a {
  color: #808080;
}

.site-side__addPhoneNumber {
  color: #ea1985;
  font-size: 14px;
}

.site-side__addPhoneNumber:hover .site-side__addPhoneNumber--plus {
  transition: 0.70s;
  transform: rotate(180deg);
}

.site-side__addPhoneNumber--plus {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #ea1985;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 22px;
  text-align: center;
  transition: 0.70s;
}

.site-content {
  background: #fff;
}

@media (min-width: 768px) {
  .site-content {
    width: 75.43859649122807%;
    border: 1px solid #dddddd;
    float: right;
  }
}

.site-content-header__title {
  font-family: spacerBold;
  letter-spacing: 0.6px;
}

@media (min-width: 768px) {
  .site-content-header__title {
    padding: 15px 30px 23px 0;
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .site-content-header__title {
    padding: 10px 24px;
    font-size: 18px;
  }
}

.site-content-action__title {
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  background: #0078bd;
  font-family: spacer;
  letter-spacing: 0.6px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .site-content-action__title {
    display: none;
  }
}

@media (min-width: 1025px) {
  .site-content-action__main {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-content-action__main {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .site-content-action__main {
    padding: 10px 5px;
  }
}

.site-content-action__row {
  padding: 10px;
}

.site-content-action__row--input {
  width: 40px;
}

.site-content-action__row--field, .site-content-action__row--text {
  padding-right: 37px;
  box-sizing: border-box;
}

.site-content-action__row--text {
  display: block;
}

.site-content-action__row--text a {
  text-decoration: underline;
  color: #0078bd;
}

.site-content-action__row--label ,.site-content-action__row--label_lan{
  display: inline-block;
  cursor: pointer;
}

.site-page-level__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.site-page-level__list--number, .r-tabs-accordion-title {
  width: 24.5689%;
  flex-grow: 2;
  color: #acd9f4;
  font-size: 16px;
  background: #e4f5ff;
  padding: 5px 0;
  font-family: spacer;
  letter-spacing: 0.6px;
}

@media (min-width: 768px) {
  .site-page-level__list--number, .r-tabs-accordion-title {
    border-right: 7px solid #fff;
    font-size: 24px;
  }
  .site-page-level__list--number:first-child, .r-tabs-accordion-title:first-child {
    border-right: 0;
  }
}

.site-page-level__list--number a, .r-tabs-accordion-title a {
  color: #9fd3f2;
}

@media (min-width: 768px) {
  .site-page-level__list--number, .r-tabs-accordion-title {
    text-align: center;
  }
}

.site-page-level__list--number.active, .active.r-tabs-accordion-title, .r-tabs-accordion-title.r-tabs-state-active {
  background: #0078bd;
  color: #fff;
}

.site-page-level__list--number.active a, .active.r-tabs-accordion-title a, .r-tabs-accordion-title.r-tabs-state-active a {
  color: #fff;
}

.site-page-level__list--number span, .r-tabs-accordion-title span {
  font-size: 40px;
  vertical-align: middle;
  font-family: spacerBold;
  margin-left: 10px;
}

.innerFields__saveMyPhoneNumber--field {
  display: block;
  float: right;
}

.innerFields__saveMyPhoneNumber--text {
  line-height: 39px;
  float: right;
  margin-left: 2%;
}

.site-content-action__row:after, .innerFields__personalTop:after, .innerFields__personalBottom:after, .innerFields__personalRow:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.continued-row-button {
  overflow: hidden;
  clear: both;
}

@media (min-width: 768px) {
  .continued-row-button .default-btn {
   // float: left;
  }
}

@media (max-width: 767px) {
  .continued-row-button .default-btn {
    overflow: hidden;
    margin: 0px auto;
    display: block;
  }
  .esim-info{
    display: block;
    margin-right: 36px;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .innerFields__saveMyPhoneNumber--field {
    width: 15.927977839335181%;
  }
}

@media (max-width: 767px) {
  .innerFields__saveMyPhoneNumber--field {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .innerFields__personalTop, .innerFields__personalBottom {
    padding: 0 20px;
  }
}

.innerFields__personalInfo-inner {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .innerFields__personalInfo {
    float: right;
  }
  .couponInfo1{
    width: 59%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .innerFields__personalInfo {
    width: 40%;
  }
}

@media (min-width: 1025px) {
  .innerFields__personalInfo {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .innerFields__personalAddress {
    width: 76%;
  }
}

@media (min-width: 1025px) {
  .innerFields__personalAddress {
    width: 59%;
  }
}

.innerFields__personalAddress--title {
  display: block;
}

@media (min-width: 768px) {
  .innerFields__personalAddressWrap {
    margin-right: 6%;
    float: right;
    width: 52%;
  }
}

.innerFields__personalRow {
  margin-bottom: 10px;
}

.innerFields__personalRow--title {
  height: 40px;
  margin-top: 23px;
}

.innerFields__personalRow--text {
  line-height: 30px;
  height: 28px;
   color: #757575;
  font-weight: bold;
}

.innerFields__personalRow--text label {
  display: none;
}

.innerFields__personalRowMulti {
  display: flex;
  justify-content: space-between;
}

.innerFields__personalRowMulti .innerFields__personalRow {
  width: 45%;
}

.innerFields__selectShippingAddress {
  margin: 30px 0 10px 0;
}

.innerFields__selectShippingAddressRow {
  margin: 15px 0;
}

.innerFields__selectShippingAnotherAddressRow {
  margin-top: 40px;
}

.innerFields__fieldsWrap {
  float: right;
}

.innerFields__anotherAddress {
  margin: 15px 37px;
}

.innerFields__pickUp {
  margin: 15px 37px;
}

.innerFields__pickUp--title {
  color: #0078bd;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px) {
  .innerFields__pickUpTop {
    width: 41%;
  }
}

.innerFields__pickUpTop--text {
  display: none;
  float: right;
  width: 40%;
  line-height: 39px;
}

.innerFields__pickUpTop--field {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

.field-text {
  background: #f7f7f7;
}

.field-text,
.default-select {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #dddddd;
  outline: 0;
  display: block;
  box-sizing: border-box;
  color: #656565;
  height: 40px;
}

.default-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select-arrow.png") no-repeat #f7f7f7;
  background-position: 8px;
}

.btn-row {
  clear: both;
}

.btn-row .default-btn {
  margin-right: 0;
}

@media (max-width: 767px) {
  .btn-row .default-btn {
    overflow: hidden;
    margin: 0px auto;
    display: block;
  }
}

.continued {
  width: 135px;
  max-width: 100%;
}

.err_txt_hide {
  clear: both;
  line-height: initial;
  margin-top: 10px;
}

.default-btn {
  padding: 10px 2%;
  background: #0078bd;
  border-radius: 4px;
  color: #fff;
  border: 0;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  margin-right: 2%;
  transition: all 0.3s ease 0s;
}

.default-btn:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .default-btn {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .default-btn {
    font-size: 18px;
  }
}

.r-tabs-accordion-title {
  width: 100%;
}

.r-tabs-accordion-title a.r-tabs-anchor {
  cursor: default;
}

@media (max-width: 1024px) {
  .r-tabs-accordion-title a.r-tabs-anchor {
    margin: 0px auto;
    display: block;
    width: 140px;
    font-size: 20px;
  }
}

.err_txt_show, .err_txt_show1 {
  color: #ea1985;
  font-size: 14px;
}

.orderSuccessful {
  height: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .orderSuccessful {
    width: 55%;
    float: right;
  }
}

@media (min-width: 768px) {
  .orderSuccessful {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .orderSuccessful {
    box-sizing: border-box;
  }
}

.orderSuccessful__title {
  text-align: center;
}

.orderSuccessful__wrap {
  background-image: url("../images/thanks-bg.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 1024px) {
  .orderSuccessful__wrap {
    background-position: 66% 50%;
  }
}

@media (min-width: 768px) {
  .orderSuccessful__wrap {
    background-position: center center;
  }
}

.orderSuccessful__wrap--inner {
  margin: 0 auto;
  text-align: center;
  width: 1140px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .orderSuccessful__wrap--inner {
    padding: 30px 0;
  }
}

.orderSuccessful__program {
  margin: 20px 0;
}

.orderSuccessful__delivery {
  margin: 20px 0;
}

.orderSuccessful__subscription {
  text-align: right;
  margin: 20px 0;
}

.orderSuccessful__subscription--error {
  color: red;
}

.orderSuccessful__list {
  margin: 0;
  padding: 0 15px 0 0;
}

.orderSuccessful__list--number {
  margin: 10px 0;
}

.orderSuccessful__list--number:first-child {
  margin-top: 0;
}

.orderSuccessful__list--number:last-child {
  margin-bottom: 0;
}

.orderSuccessful__thanks {
  color: #0078bd;
}

.orderSuccessful__top--number {
  font-size: 19px;
}

.orderSuccessful__top--number {
  color: #0078bd;
}

.orderSuccessful__top--logo {
  display: block;
  width: 8%;
  margin: 5px auto;
}

.orderSuccessful__top--logo img {
  width: 100%;
}
@media (min-width: 768px) {
	.orderSuccessful__moreServices {
		padding-top:300px;
	}
	.additionalPersonalAddr{
		width:30%;
	}
}
.orderSuccessful__moreServices {
  color: #0078bd;
  margin: 10px auto;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .orderSuccessful__moreServices {
    width: 47%;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .orderSuccessful__moreServices {
    width: 70%;
  }
}

.orderSuccessful__moreServices--title {
  margin-bottom: 10px;
}

.orderSuccessful__moreServices a {
  color: #0078bd;
}

.orderSuccessful__moreServices--item {
  float: right;
  width: 50%;
  margin: 5px 0;
  font-size: 14px;
}

.orderSuccessful__moreServices--itemIcon {
  vertical-align: middle;
  display: inline-block;
}

.orderSuccessful__moreServices--itemText {
  width: 50%;
  vertical-align: sub;
  display: inline-block;
  text-align: right;
}

.orderSuccessful__regulations {
  font-size: 12px;
}

@media (min-width: 451px) {
  .orderSuccessful__regulations {
    width: 74%;
    margin: 0px auto;
  }
}

.orderSuccessful .add-subscription-number {
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .orderSuccessful .add-subscription-number {
    //position: absolute;
    top: 88%;
    //width: 20%;
    left: 25px;
	margin-top:50px;
  }
}

@media (max-width: 1024px) {
  .orderSuccessful .add-subscription-number {
    margin: 20px 0;
  }
}

.gb-overflow {
  margin: 0px auto;
  width: 128px;
  text-align: center;
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: 600;
  position: relative;
}

.gb-overflow:after {
  content: url("../images/bold.png");
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
}

.gb-overflow__price {
  font-size: 30px;
}

@media (max-width: 767px) {
  #lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    display: none;
    background: #0056b8;
  }
}

#side-open {
  background: #ea1985;
  position: fixed;
  left: 0;
  top: 14%;
  z-index: 999999999;
  padding: 8px 9px 5px 3px;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5); 
}

@media (min-width: 768px) {
  #side-open {
    display: none;
  }
}


.final-page {
  background: #fff;
}

.final-center {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
}

.final-center-header {
  background: url("../images/header-final.png") no-repeat;
  background-size: 70% auto;
}

@media (min-width: 768px) {
  .final-center-header-text {
    padding: 10% 0;
  }
}

@media (max-width: 1024px) {
  .final-center-header-text {
    padding: 6% 10px;
  }
}

@media (max-width: 767px) {
  .final-center-header-text {
    font-weight: bold;
  }
}

.final-center-header-text h1 {
  color: #0078bd;
}

@media (min-width: 768px) {
  .final-center-header-text h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .final-center-header-text h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .final-center-order-num {
    font-size: 30px;
  }
}

.final-center-order-num span {
  color: #0078bd;
}

.final-center-order-slogan {
  color: #0078bd;
}

@media (min-width: 768px) {
  .final-center-order-slogan {
    font-size: 30px;
    margin-top: 40px;
  }
}

.final-center-main {
  padding: 50px 0 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .final-center-main {
    padding: 30px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .final-center-main {
    padding: 50px 10px 10px;
  }
}

.final-center-wrap {
  text-align: center;
}

@media (min-width: 768px) {
  .final-center-wrap {
    float: right;
    width: 26.31578947368421%;
    margin-left: 9%;
  }
  .final-center-wrap:last-child {
    margin-left: 0;
  }
}

.final-center-wrap-img img {
  margin: 10px 0 25px;
}

@media (min-width: 768px) {
  .final-center-wrap-img img {
    width: 95%;
  }
}

.final-center-box {
  border: 2px solid #0078bd;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .final-center-box {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .final-center-box {
    float: right;
    width: 100%;
  }
}

.final-center-box-icon {
  position: absolute;
  background: #fff;
  padding: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .final-center-box-icon {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .final-center-box-icon {
    left: -41px;
    top: -43px;
  }
}

@media (max-width: 767px) {
  .final-center-box-icon {
    left: -12px;
    top: -28px;
    height: 36px;
  }
}

.final-center-box-block {
  padding: 20px 0;
}

.final-center-box-block-phone {
  color: #0078bd;
}

.final-center-box-block-note {
  color: #0078bd;
}

.final-center-box h3 {
  color: #0078bd;
}

.final-footer-top {
  background: url("../images/chat_bg_opac.png") no-repeat center #ffffff;
  /* Old browsers */
  background: url("../images/chat_bg_opac.png") no-repeat center, -moz-linear-gradient(top, #ffffff 0%, #cce4f1 100%);
  /* FF3.6-15 */
  background: url("../images/chat_bg_opac.png") no-repeat center, -webkit-linear-gradient(top, #ffffff 0%, #cce4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url("../images/chat_bg_opac.png") no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cce4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cce4f1',GradientType=0 );
  /* IE6-9 */
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .final-footer-top {
    height: 195px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .final-footer-top {
    padding-bottom: 30px;
  }
}

.final-footer-top-center {
  margin: 0px auto;
}

@media (min-width: 768px) {
  .final-footer-top-center {
    width: 615px;
  }
}

.final-footer-top-center h2 {
  color: #0078bd;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .final-footer-top-center h2 {
    font-size: 35px;
  }
}

.final-footer-top-center-sevices {
  overflow: hidden;
}

.final-footer-top-center-sevices-icon {
  text-align: center;
  float: right;
}

@media (min-width: 768px) {
  .final-footer-top-center-sevices-icon {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .final-footer-top-center-sevices-icon {
    width: 50%;
  }
}

.final-footer-top-center-sevices-icon-img {
  height: 35px;
}

.final-footer-top-center-sevices-icon-img img {
  display: block;
  margin: 0px auto;
}

.final-footer-top-center-sevices-icon a {
  color: #0078bd;
}

.final-footer-bottom {
  background: #0078bd;
}

.final-footer-bottom-center {
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding: 20px 10px;
  max-width: 570px;
  font-size: 13px;
}
.site-content-action__row {
  display: block;
  position: relative;
}

.site-content-action__row--input input[type=radio], .site-content-action__row--input input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.site-content-action__row--input .check {
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.site-content-action__row--input .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check::before,
input[type=checkbox]:checked ~ .checked::before {
  background: #0078bd;
}

.selected input[type=radio]:checked ~ .check::before {
  background: #ea1985 !important;
}

.site-content-action__row--input .checked {
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.site-content-action__row--input .checked::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 2px;
  height: 14px;
  width: 14px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.site-header__middle {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 1140px;
  align-items: center;
  max-width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .site-header__middle {
    //flex-direction: row-reverse;
  }
}

.site-header__middle-text {
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.site-header__middle-text a {
  color: #0078bd;
}

@media (max-width: 767px) {
  .site-header__middle-text {
    display: none;
  }
}

.site-header__middle-cart--link {
  color: #ea1985;
}

@media (max-width: 767px) {
  .site-header__middle-cart {
    //display: none;
  }
}

@media (max-width: 767px) {
  .site-header__middle-logo {
    width: 32px;
  }
  .site-header__middle-logo img {
    width: 100%;
  }
}

.site-header {
  background: #fff;
  box-shadow: 0 23px 24px -6px #e7e7e7;
}

@media (min-width: 768px) {
  .site-header {
    height: 110px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    padding: 10px;
    height: 55px;
  }
}

.loader {
  display: none;
  z-index: 200;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(58, 150, 199, 0.7);
}

.loadering {
  z-index: 200;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  padding-top: 26px;
  text-align: center;
  margin: auto;
}

.loader .txt {
  margin-top: 6px;
  position: relative;
  z-index: 210;
  top: 45%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

.error_msg{color:#E81D88;font-weight:bold;background:url("../../resources/images/store/icn_error.png") right top no-repeat ;padding-right:36px; }

.site-side__info {
  width: 80%;
}
.mainobj {
  margin-top: 0;
}
#colorAndFontsButtons.opencolorAndFonts {
  width: 410px;
}

#orig-price{text-decoration: line-through;font-size: 18px;text-align: center;margin-top: 5%;}
#priceAfterDis{color: #0078bd;}

@media (min-width: 768px) {
  #couponActive {
    margin-top: 7.4%;
    margin-right: 2%;
  }
  #commentCoupon{color: #ea1985;position: absolute;margin-top: 0px;}
  .insuranceMobile{display: none;}
  .insuranceWeb{display: block;}
  .addSub{float: left; margin-left: 3% !important;}
  #couponInfo{width: 31%;}
  .marginOrder {margin-bottom: 5%}
}

.couponValid{font-size: 14px;}

@media (max-width: 767px) {
  .marginOrder {margin-bottom: 10%}
  .insuranceMobile{display: block;}
  .insuranceWeb{display: none;}
  #commentOrder{margin-right: 10%;}
  #couponInfo{width: 61%;}
  .final-center-order-slogan{width: 50%;}
}

/*popup*/

#lean_overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #0056b8;
  display: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    display: none;
    background: #0056b8;
  }
}

.popUp {
  border-radius: 30px;
  padding: 10px;
  display: none;
  background: #FFF;
}

@media (max-width: 767px) {
  .popUp {
    width: 86%;
    box-sizing: border-box;
    margin-left: initial !important;
    right: 7%;
    top: 20% !important;
  }
}

.popUp--close {
  float: left;
  padding: 2px 6px;
  color: #AAAAAA;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 14px;
}

.popUp__wrap {
  clear: both;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 451px) and (max-width: 767px) {
  .popUp__inner {
    width: 100%;
  }
}

.popUp__innerBoxesWrap {
  position: relative;
  overflow-y: auto;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .popUp__innerBoxesWrap {
    height: 200px;
  }
}

@media (min-width: 768px) {
  /*.popUp__innerBoxesWrap {*/
  /*height: 150px;*/
  /*}*/
}

.popUp__button {
  text-align: center;
}

.popUp__header {
  text-align: center;
}

.popUp__header h3 {
  font-size: 16px;
  color: #0078bd;
}

.popUp__choicesBox {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 451px) {
  .popUp__choicesBox {
    float: right;
  }
}

/*.popUp__choicesBox:nth-child(3n + 1) {*/
/*margin-right: 36px;*/
/*}*/

@media (min-width: 451px) {
  .popUp__choicesBox:nth-child(3n + 4) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .popUp__choicesBox--label {
    padding-right: 17px;
  }

  .popUp__choicesBox {
    margin: 0 2% 20px;
  }
}

@media (min-width: 768px) {
  .popUp__choicesBox:nth-child(3n + 1) {
    margin-right: 36px;
  }

  .popUp__choicesBox {
    margin: 0 20px 20px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .popUp__choicesBox {
    width: 29%;
  }
}

.popUp__choicesBox--title h3 {
  color: #0078bd;
  font-size: 15px;
}

.popUp__choicesBox--label {
  margin: 5px 0;
}

.popUp__choicesBox--input {
  width: 30px;
}

.popUp__choicesBox--text {
  margin-right: 30px;
  float: right;
}

@media (min-width: 768px) {
 
  .couponInfo1{
    width: 59%;
  }
}