/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.stepBox {
  display: none !important;
}
.offerText {
  justify-content: left !important;
}
.mobile-button .bttn {
  background-color: #5cb85c;
  color: black;
}
.products .product .price {
  display: flex;
}
.tooltip_templates {
  display: none;
}
.checkout .content > .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .checkout .content > .title {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout .content > .title {
    margin: 30px 0 15px;
  }
}
.checkout .content > .title span {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .checkout .content > .title span {
    order: 1;
  }
}
.checkout .content > .title .button {
  flex: 0 1 100%;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .checkout .content > .title .button {
    order: 2;
  }
}
.checkout .content > .title .button .bttn {
  display: block;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .checkout .content > .title .button .bttn {
    width: auto;
  }
}
.large-tag-stap1 {
  color: #0674ec !important;
  font-size: 32px !important;
}
.formButtons {
  margin-top: 16px !important;
}
.contentContainer .formButtons .bttnNext {
  display: none;
}
