.checkout {
  margin-top: 36px;
}
@media screen and (max-width: 760px) {
  .checkout {
    margin-top: 20px;
  }
}
.checkout .btn.order-button {
  height: 46px;
}
@media screen and (max-width: 1300px) {
  .checkout .btn.order-button {
    font-size: 11px;
    height: 45px;
  }
}
@media screen and (max-width: 760px) {
  .checkout .btn.order-button {
    font-size: 14px;
    height: 45px;
  }
}
.checkout .btn.order-button i, .checkout .btn.order-button img {
  margin-right: 8px;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .checkout .btn.order-button i, .checkout .btn.order-button img {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .checkout .btn.order-button i, .checkout .btn.order-button img {
    display: inline-block;
  }
}
.checkout .order-review {
  max-width: 783px;
  flex: 11;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .checkout .order-review {
    max-width: 100%;
    margin-right: 0;
  }
}
.checkout .order-review h1 {
  font-family: StudioSans;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 1px solid #e7e7e7;
}
.checkout .order-review h1 span {
  font-weight: 300;
}
@media screen and (max-width: 760px) {
  .checkout .order-review h1 {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.4px;
  }
}
.checkout .order-review .alert {
  font-size: 16px;
  color: #ef5f96;
  font-weight: 300;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .alert {
    font-size: 14px;
  }
}
.checkout .order-review .items-list {
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list {
    padding: 10px 15px 15px;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
.checkout .order-review .items-list .total-cart-price {
  padding-bottom: 10px;
}
.checkout .order-review .items-list .total-cart-price h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.09;
  color: #000000;
}
.checkout .order-review .items-list .total-cart-price h2.right {
  line-height: 1.09;
  color: #000000;
  margin-left: auto;
  color: #ef5f96;
  min-width: 100px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.checkout .order-review .items-list .total-cart-price h2 s {
  color: black;
  display: block;
}
.checkout .order-review .items-list .total-cart-price.one-product {
  margin-bottom: -15px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .total-cart-price.one-product {
    margin-bottom: 1px;
  }
}
.checkout .order-review .items-list .total-cart-price.one-product h2.right {
  font-size: 14px;
}
.checkout .order-review .items-list .item {
  padding: 15px 0px;
  border-bottom: 1px solid #e7e7e7;
}
.checkout .order-review .items-list .item:last-child {
  border-bottom: none;
}
.checkout .order-review .items-list .item.unavailable {
  background: #fdf1f5;
}
.checkout .order-review .items-list .item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item:last-child {
    margin-bottom: 0px;
  }
}
.checkout .order-review .items-list .item .img .filler,
.checkout .order-review .items-list .item .img img {
  width: 90px;
}
.checkout .order-review .items-list .item .img img {
  display: block;
}
.checkout .order-review .items-list .item .cart-info-wapper {
  padding: 0px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: StudioSans;
  font-weight: 300;
}
.checkout .order-review .items-list .item .cart-info-wapper .bullets {
  line-height: normal;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .bullets {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .last-count {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .last-count {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .alert {
  font-size: 14px;
  margin-left: 0px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .alert {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .product-link {
  display: block;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .product-link {
    max-width: 120px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  text-transform: capitalize;
  padding-right: 10px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -3px;
    font-size: 12px;
    padding-right: 3px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper p {
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper p {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .cart-availability {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .cart-availability {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .feature {
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .feature {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .feature a {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .cart-info-wapper .feature a {
    font-size: 12px;
  }
}
.checkout .order-review .items-list .item .cart-info-wapper .feature.move-to-fav.active {
  display: none;
}
.checkout .order-review .items-list .item .cart-info-actions {
  justify-content: space-between;
}
.checkout .order-review .items-list .item .item-price {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: #000000;
  margin-top: -1px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .items-list .item .item-price {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
  }
}
.checkout .order-review .why-buy {
  font-family: StudioSans;
  font-weight: 300;
  line-height: 1.56;
  color: #000000;
  font-size: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid #e7e7e7;
  }
}
.checkout .order-review .why-buy .img {
  width: 226px;
  margin-left: 30px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy .img {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
}
.checkout .order-review .why-buy .img img {
  display: block;
  margin: 0 auto 10px auto;
}
.checkout .order-review .why-buy .img img.signature {
  margin-bottom: -44px;
  z-index: 1;
  position: relative;
  width: 140px;
  margin-left: 0;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy .img img.signature {
    margin-left: calc(50% - 110px);
  }
}
.checkout .order-review .why-buy p {
  margin: 16px 0px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy p {
    margin: 8px 0px;
  }
}
.checkout .order-review .why-buy h2 {
  font-family: Forum;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 1.83px;
    margin-bottom: 14px;
  }
}
.checkout .order-review .why-buy h2 img {
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .why-buy h2 img {
    width: 52px;
    height: 52px;
  }
}
.checkout .order-review .press {
  border-top: 1px solid #e7e7e7;
  padding: 32px 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.59px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .press {
    padding: 20px 0px;
  }
  .checkout .order-review .press > * {
    margin-bottom: 20px;
  }
  .checkout .order-review .press > *:last-child {
    margin-bottom: 0px;
  }
}
.checkout .order-review .press img {
  display: block;
  margin: 10px auto 0px auto;
}
.checkout .order-review .bestsellers-slider-title {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 16px;
  margin-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-family: StudioSans;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  color: #000000;
}
@media screen and (max-width: 760px) {
  .checkout .order-review .bestsellers-slider-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
  }
}
.checkout .order-review .bestsellers .images-container {
  width: 100%;
}
.checkout .order-review .bestsellers .images-container .images .cross-sale-container {
  width: calc( 100% / 6 );
  padding: 0px 4px;
}
@media screen and (max-width: 1640px) {
  .checkout .order-review .bestsellers .images-container .images .cross-sale-container {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 1240px) {
  .checkout .order-review .bestsellers .images-container .images .cross-sale-container {
    width: calc( 100% / 3 );
  }
}
.checkout .order-submit {
  max-width: 356px;
  flex: 5;
  display: none;
}
@media screen and (max-width: 1024px) {
  .checkout .order-submit {
    max-width: 100%;
    display: block;
  }
}
.checkout .order-submit.loaded {
  display: block;
}
.checkout .order-submit .cta {
  border: 4px solid #232323;
  padding: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .checkout .order-submit .cta {
    padding: 10px 15px 15px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: none;
  }
}
.checkout .order-submit .cta > * {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0px;
}
.checkout .order-submit .cta > *:first-child {
  padding-top: 0px;
}
.checkout .order-submit .cta > *:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.checkout .order-submit .cta h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.09;
  color: #000000;
}
.checkout .order-submit .cta .right {
  margin-left: auto;
  color: #ef5f96;
  min-width: 100px;
  text-align: right;
}
.checkout .order-submit .cta .right s {
  color: gray;
  margin-right: 0px;
}
.checkout .order-submit .cta small {
  font-size: 12px;
  display: block;
  line-height: 1.15;
}
.checkout .order-submit .cta-more {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: StudioSans;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0.45px;
  color: #000000;
}
.checkout .order-submit .cta-more:first-child {
  padding-top: 0px;
}
.checkout .order-submit .cta-more:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.checkout .order-submit .cta-more .check-icon img {
  display: block;
  margin-right: 7px;
}
.checkout .order-submit .cta-more .question-icon {
  font-weight: 900;
  font-size: 12px;
  width: 11px;
  color: #555555;
  text-align: center;
}
.checkout .order-submit .cta-more .text {
  margin: 0px 6px;
}
.checkout .order-submit .cta-more .img {
  width: 12px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
.checkout .order-submit .cta-more .text-link {
  text-decoration: underline;
}
.checkout .order-submit .cta-more .closer {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.checkout .order-submit .cta-more .closer img {
  filter: brightness(0);
}
.checkout .order-submit .cta-more img.secure-logo {
  height: 38px;
  margin-bottom: 6px;
}

.pack-vouchers-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .pack-vouchers-wrapper {
    margin-bottom: 0px;
  }
}

.promocode-wrapper {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 10px 5px;
  font-family: StudioSans;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 760px) {
  .promocode-wrapper {
    padding: 10px 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
  }
}
.promocode-wrapper .img {
  font-size: 16px;
  margin-right: 5px;
}

.voucher-form {
  display: none;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .voucher-form {
    padding: 0px 15px;
    margin-bottom: 10px;
  }
}
.voucher-form.active {
  display: block;
}
.voucher-form input {
  color: #555555;
}
.voucher-form input::placeholder {
  color: #555555;
}

.checkout-empty {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  min-height: calc( 100vh - 550px);
}
@media screen and (max-width: 1300px) {
  .checkout-empty {
    min-height: calc( 100vh - 497px);
  }
}
@media screen and (max-width: 1024px) {
  .checkout-empty {
    min-height: calc( 100vh - 520px);
  }
}
@media screen and (max-width: 760px) {
  .checkout-empty {
    min-height: calc( 100vh - 420px);
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.checkout-empty .star-line {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .checkout-empty .star-line {
    margin-bottom: 24px;
  }
}
.checkout-empty .star-line .img-wrapper {
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 1;
  width: 66px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .checkout-empty .star-line .img-wrapper {
    width: 40px;
  }
}
.checkout-empty .star-line .img-wrapper img {
  width: auto;
}
@media screen and (max-width: 760px) {
  .checkout-empty .star-line .img-wrapper img {
    width: 53px;
  }
}
.checkout-empty h1 {
  font-family: StudioSans;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .checkout-empty h1 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
  }
}
.checkout-empty .gift-container {
  margin-bottom: 20px;
}
.checkout-empty .gift-container > .ribbon-container {
  margin-bottom: 25px;
}
.checkout-empty .gift-container > .ribbon-container > .flex-1 {
  padding-top: 7px;
}
.checkout-empty .gift-container > .ribbon-container > .flex-1:first-of-type {
  padding-right: 40px;
}
.checkout-empty .gift-container > .ribbon-container > .flex-1:last-of-type {
  padding-left: 40px;
}
.checkout-empty .gift-container > .ribbon-container > .flex-1 > hr {
  color: #c8c8c8;
}
.checkout-empty .gift-container .gift-title {
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.35px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-empty .gift-container > img {
  width: 70px;
  height: 105px;
  margin-bottom: 15px;
}
.checkout-empty .gift-container .gift-image {
  height: 230px;
}
.checkout-empty .gift-container .gift-name {
  max-width: 200px;
  font-size: 12px;
  line-height: 1.57;
  color: #000000;
}
.checkout-empty .gift-container > .alert {
  line-height: 2;
  color: #b02e60;
  margin-bottom: 30px;
}
.checkout-empty a {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  height: 45px;
}
.checkout-empty a.btn.btn-padded.btn-primary {
  padding: 0 60px;
}
@media screen and (max-width: 760px) {
  .checkout-empty a.btn.btn-padded.btn-primary {
    padding: 0;
    width: 100%;
  }
}

.order-now {
  margin-top: 10px;
  height: 45px;
}

.quick-order {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  .quick-order {
    margin-left: 0px;
  }
}
.quick-order:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #b0b0b0 transparent;
}
.quick-order p {
  margin-bottom: 10px;
}
.quick-order .alert-gift {
  font-size: 14px;
  margin-bottom: 5px;
}
.quick-order .text-link {
  font-weight: bold;
  text-decoration: underline;
}