.loader,
.app-loader {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(242, 244, 245, 0.6);
  z-index: 9999; }

.loader.active-loader + .app-loader {
  display: none !important; }

.lds-ripple {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.lds-ripple div {
  position: absolute;
  border: 0.4rem solid #466fe7;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -1s; }

@keyframes lds-ripple {
  0% {
    top: 2.8rem;
    left: 2.8rem;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -0.1rem;
    left: -0.1rem;
    width: 5.8rem;
    height: 5.8rem;
    opacity: 0; } }
.cart-page {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
  /* color: #466fe7; */
  color: #222024;
}
.cart-page .link-1 {
  line-height: 4.6rem;
  font-size: 1.3rem;
  color: #5085ae; }
.cart-page .link-1:hover {
  color: #5085ae;
  opacity: 0.8;
  text-decoration: none; }
.cart-page .link-1 img {
  margin-right: 1rem;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }
.cart-page .link-1:hover img {
  margin-left: 0;
  margin-right: 1.5rem; }
.cart-page .btn-cart.btn-cart-inactive {
  background-color: rgba(6, 116, 49, 0.3); }
.cart-page .btn-cart.btn-cart-inactive:hover {
  background-color: rgba(6, 116, 49, 0.3); }
.cart-page .offer-popup .btn-2 {
  width: 20rem;
  float: right; }
.cart-page .cart-timer-box {
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem; }
.cart-page .cart-timer-box .cart-timer-txt {
  color: #010101;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4rem;
  display: inline-block;
  float: left;
  margin-top: 0.5rem;
  margin-right: 1.5rem; }
.cart-page .cart-timer-box .cart-time-left {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  float: right;
  margin-top: 0.8rem; }
.cart-page .cart-text-1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #349c37; }
.cart-page .cart-text-2 {
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 3rem; }
.cart-page .cart-tickets-sum {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
  color: #404040; }
.cart-page .cart-tickets-sum .cts-text-1 {
  font-size: 1.4rem; }
.cart-page .cart-tickets-sum .cts-text-2 {
  font-size: 1.6rem;
  float: right; }
.cart-page .cart-ticket-sum-discount .cts-text-1 {
  color: #349c37; }
.cart-page .cart-ticket-sum-discount .cts-text-2 {
  color: #f20c0c; }
.cart-page .cart-coupon {
  font-size: 1.2rem;
  color: #5085ae;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: block; }
.cart-page .cart-coupon:hover {
  color: #5085ae;
  opacity: 0.8; }
.cart-page .cart-divider {
  width: 100%;
  height: 0.1rem;
  background-color: #d9d9d9;
  margin-top: 2rem;
  margin-bottom: 1rem; }
.cart-page .cart-to-pay {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem; }
.cart-page .cart-to-pay .ctp-txt-1 {
  font-size: 1.6rem; }
.cart-page .cart-to-pay .ctp-txt-2 {
  font-size: 2.1rem;
  float: right; }
.cart-page input, .cart-page select {
  width: 26.5rem;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  border: 0.1rem solid #e6e6e6;
  height: 3.8rem;
  padding-left: 1.5rem;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  font-size: 1.3rem;
  margin-bottom: 1.2rem; }
.cart-page textarea {
  width: 26.5rem;
  resize: vertical;
  font-size: 1.3rem;
  color: #404040;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #e6e6e6;
  padding: 1.5rem 2.5rem;
  margin-bottom: 1.5rem;
  height: 10.5rem;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  display: block;
  margin-left: 19rem; }
.cart-page .quantity-input {
  width: 6rem;
  text-align: center;
  padding: 0; }
.cart-page .pa-minus,
.cart-page .pa-plus {
  font-size: 2rem;
  vertical-align: middle; }
.cart-page input:hover, .cart-page textarea:hover {
  border: 0.1rem solid #b9b9b9; }
.cart-page input:focus, .cart-page textarea:focus {
  border: 0.1rem solid #4d90fe; }
.cart-page .cart-right-box {
  /*position: fixed;*/
  position: relative;
  width: 26.2rem; }
.cart-page .cart-right-box .cart-right-txt {
  color: #5085ae;
  font-size: 1.2rem;
  margin: 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #d9d9d9; }
.cart-page .cart-coupon-box {
  display: none;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  position: relative; }
.cart-page .cart-coupon-box input {
  width: 100%; }
.cart-page .cart-coupon-box .cart-coupon-btn {
  border-width: 0.1rem;
  border-color: #0088cc;
  border-style: solid;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  height: 2.1rem;
  line-height: 2.1rem;
  width: 8rem;
  display: block;
  position: absolute;
  top: 0.9rem;
  right: 1rem; }
.cart-page .cart-coupon-box .cart-coupon-btn:hover {
  color: #ffffff;
  background-color: #0088cc;
  text-decoration: none; }
.cart-page .cart-coupon-accepted .cart-tickets-sum {
  margin-bottom: 1rem; }
.cart-page .cart-coupon-accepted .cart-tickets-sum .cts-text-1 {
  color: #349c37; }
.cart-page .cart-coupon-accepted .cart-tickets-sum .cts-text-2 {
  color: #f20c0c; }
.cart-page .cart-coupon-accepted .cart-coupon-del {
  font-size: 1.1rem;
  color: #5085ae;
  display: block;
  margin-bottom: 3rem; }
.cart-page .cart-coupon-accepted .cart-coupon-del:hover {
  color: #5085ae;
  opacity: 0.8; }
.cart-page .cart-ghost-btn {
  font-size: 1.1rem;
  color: #5085ae;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: bold;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  border: 0.1rem solid #5085ae;
  width: 13rem;
  text-align: center;
  padding: 0.3rem 0; }
.cart-page .cart-ghost-btn:hover {
  color: #ffffff;
  background-color: #5085ae;
  text-decoration: none; }
.cart-page .cart-special-order {
  color: #1b304c;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
.cart-page .cart-order-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem; }
.cart-page .cart-page-top h1 {
  text-transform: uppercase;
  font-size: 3.7rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 4rem; }
.cart-page .cart-checkbox-box {
  display: block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  font-size: 1.3rem;
  color: #404040;
  width: 100%;
  text-align: left; }
.cart-page .cart-checkbox-box.cart-checkbox-box-bold {
  font-size: 1.5rem;
  font-weight: bold; }
.cart-page .cart-checkbox-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none; }
.cart-page .cart-checkbox-box .cart-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../images/shopbasket/checkbox.png);
  background-repeat: no-repeat; }
.cart-page .cart-checkbox-box input:checked ~ .cart-checkmark {
  background-image: url(../images/shopbasket/checkbox-active.png); }
.cart-page .cart-checkbox-box a {
  color: #5085ae; }
.cart-page .cart-checkbox-box a:hover {
  text-decoration: underline; }
.cart-page .hidden {
  display: none; }
.cart-page #address_search {
  width: 100%;
  height: 3rem;
  font-size: 1.1rem;
  padding: 0rem 0.5rem; }
.cart-page .not-valid {
  box-shadow: 0rem 0rem 0.1rem 0.2rem red; }

.cart-offer-box {
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  padding: 2.5rem 2rem 2rem 2.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 2rem;
  background-color: #ffffff; }
.cart-offer-box .cart-offer-left {
  float: left;
  margin-right: 2.5rem; }
.cart-offer-box .cart-offer-left img {
  max-width: 16rem;
  margin-bottom: 1.5rem; }
.cart-offer-box .cart-offer-left .cart-voucher-txt {
  font-size: 1.3rem;
  color: #a2a2a2;
  text-align: center; }
.cart-offer-box .cart-offer-middle {
  float: left;
  width: calc(100% - 31rem); }
.cart-offer-box .cart-offer-middle .cart-offer-title {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600; }
.cart-offer-box .cart-offer-middle .cart-offer-title a {
  color: #1a1a1a; }
.cart-offer-box .cart-offer-middle .cart-offer-title a:hover {
  opacity: 0.8;
  text-decoration: none; }
.cart-offer-box .cart-offer-middle .cart-offer-title img {
  margin-left: 1rem; }
.cart-offer-box .cart-offer-middle .cart-offer-guests {
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.5); }
.cart-offer-box .cart-offer-middle .cart-offer-address {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-right: 4rem;
  margin-bottom: 0.5rem; }
.cart-offer-box .cart-offer-middle .cart-offer-available {
  font-size: 1.3rem;
  color: #349c37;
  position: relative;
  padding-left: 2.5rem;
  margin-top: 1rem; }
.cart-offer-box .cart-offer-middle .cart-offer-available:before {
  position: absolute;
  content: '';
  background-image: url(../images/shopbasket/correct.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  left: 0;
  top: 0.3rem; }
.cart-offer-box .cart-offer-right {
  float: right; }
.cart-offer-box .cart-offer-right .cart-offer-old-price {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  opacity: 0.5;
  text-decoration: line-through;
  text-align: right; }
.cart-offer-box .cart-offer-right .cart-offer-price {
  font-size: 1.9rem;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  text-align: right;
  margin-bottom: 1rem;
  font-weight: 600; }
.cart-offer-box .cart-offer-right .cart-offer-saved {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2.5rem; }
.cart-offer-box .cart-offer-right .cart-offer-del {
  text-align: right;
  display: block;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.2rem;
  color: #5085ae;
  border: none;
  background-color: inherit;
  width: 100%;
  padding-right: 0rem; }
.cart-offer-box .cart-offer-right .cart-offer-del img {
  width: 1.1rem;
  height: 1.4rem;
  margin-top: -0.3rem;
  margin-right: 0.5rem; }
.cart-offer-box .cart-offer-right .cart-offer-del:hover {
  color: #5085ae;
  opacity: 0.8;
  text-decoration: none; }
.cart-offer-box .cart-offer-right .cart-offer-del.cart-offer-del-2 {
  margin-top: 4rem; }
.cart-offer-box .cart-offer-right .cart-offer-right-top {
  text-align: right; }
.cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-right-prices {
  display: inline-block; }
.cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items {
  display: inline-block;
  vertical-align: top; }
.cart-offer-box .cart-offer-right .cart-offer-right-bottom {
  font-size: 1.2rem; }
.cart-offer-box .cart-offer-right .cart-offer-right-bottom span {
  color: #4bc3ee; }
.cart-offer-box .cart-offer-right .btn {
  border-width: 0.1rem;
  border-color: #d9d9d9;
  border-style: solid;
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  background-color: #ffffff;
  font-weight: normal; }
.cart-offer-box .cart-offer-right .btn:hover {
  border: 0.1rem solid #b9b9b9; }
.cart-offer-box .cart-offer-right .btn:focus {
  border: 0.1rem solid #4d90fe; }
.cart-offer-box .cart-offer-right .dropdown-menu {
  min-width: 100%; }
.cart-offer-box .cart-offer-right .btn.dropdown-toggle {
  text-transform: none; }
.cart-offer-box .cart-offer-right .btn.dropdown-toggle:after {
  display: none; }
.cart-offer-box .cart-offer-right .btn.dropdown-toggle span img {
  margin-left: 1rem; }
.cart-offer-box .cart-offer-right .dropdown-menu li {
  padding: 0.3rem 2rem; }
.cart-offer-box .cart-offer-right .dropdown-menu li:hover {
  cursor: pointer;
  color: #0184e2; }
.cart-offer-box .cart-offer-badge {
  color: #fff;
  background-color: #466fe7;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.7rem;
  height: 1.7rem;
  font-weight: 600;
  padding: 0rem 1.4rem; }
.cart-offer-box .cart-offer-more-features {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 0.1rem solid #dedede; }
.cart-offer-box .cart-offer-more-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  color: #12182a;
  margin-bottom: 3rem;
  text-transform: uppercase; }
.cart-offer-box .cart-offer-more-price {
  float: right;
  font-weight: bold; }
.cart-offer-box .cart-checkbox-container label {
  font-weight: normal; }
.cart-offer-box .cart-checkbox-container:last-child .cart-checkbox-box {
  margin-bottom: 0;
  border-bottom: none; }
.cart-offer-box .cart-checkbox-container .cart-checkbox-box {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem dotted rgba(0, 0, 0, 0.149);
  margin-bottom: 1.2rem;
  font-size: 1.4rem; }
.cart-offer-box .cart-checkbox-container .cart-checkbox-box .cart-checkmark {
  height: 2rem;
  width: 2rem;
  background-image: url(../img/icons/basket/checkbox-2.png); }
.cart-offer-box .cart-checkbox-container .cart-checkbox-box input:checked ~ .cart-checkmark {
  background-image: url(../img/icons/basket/checkbox-active-2.png); }

.cart-copy-address-btn {
  border: none;
  background-color: transparent;
  font-size: 1.3rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
}

.cart-copy-address-btn:hover {
  text-decoration: underline;
}

.cart-coupon-btn.add-coupon {
  border: 0.1rem solid #5085ae;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  background-color: #5085ae;
  color: #fff;
  border-radius: 0.4rem; }

.basket-remove-all-container {
  text-align: right; }

@media (max-width: 1199px) {
  .cart-page .cart-timer-box img {
    float: right;
    margin-bottom: 0.5rem; }
  .cart-page .cart-timer-box .cart-time-left {
    float: none;
    text-align: right;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 1rem; }
  .cart-page .cart-right-box {
    width: 21.7rem; }

  .cart-more-products .cart-more-products-search .cs-right {
    margin-top: 2rem; }
  .cart-more-products .cart-more-products-search .cs-right input {
    width: 23.5rem; } }
@media (max-width: 992px) {
  .cart-page .cart-timer-box {
    margin-top: 2rem;
    position: relative; }
  .cart-page .cart-timer-box .cart-timer-txt {
    position: absolute;
    top: 2.2rem;
    left: 1.5rem; }
  .cart-page .cart-right-box {
    position: relative;
    width: auto;
    margin-top: 2rem; }
  .cart-page .cart-order-title {
    margin-top: 3rem; }

  .cart-offer-box .cart-offer-middle .cart-offer-title {
    font-size: 1.3rem; } }
@media (max-width: 767px) {
  .cart-page .cart-offer-middle {
    width: calc(100% - 9.8rem); }
  .cart-page .cart-offer-right .cart-offer-price {
    margin-bottom: 1.5rem; }

  .cart-offer-box .cart-offer-left img {
    max-width: 10rem;
    max-height: 10rem;
    width: 10rem; }

  .cart-offer-txt {
    margin-bottom: 1.5rem; } }
@media (max-width: 440px) {
  .cart-more-products .cart-more-products-search .dropdown .btn, .cart-more-products .cart-more-products-search .cs-right input {
    width: 26rem; }
  .cart-more-products .cart-more-products-search .cs-middle {
    margin-top: 2rem; }
  .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
    display: block;
    margin: 2rem auto 0; } }
@media (max-width: 370px) {
  .cart-more-products .cart-more-products-search .dropdown .btn, .cart-more-products .cart-more-products-search .cs-right input {
    width: 20.5rem; } }
.cart-page .cart-tickets-sum-2 .cts-text-aq {
  font-weight: bold; }
.cart-page .cart-tickets-sum-2 .cts-text-2 {
  color: #4bc3ee;
  font-weight: 600; }
.cart-page .cart-tickets-sum-2 .cts-text-2 img {
  vertical-align: top; }

.cart-step-2 .cart-right-box {
  width: 26rem; }
.cart-step-2 .cart-tickets-sum {
  margin-bottom: 0.5rem; }
.cart-step-2 .btn-1 {
  height: 2.2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-family: inherit;
  padding: 0 1.8rem;
  margin-bottom: 2.5rem;
  font-weight: bold; }
.cart-step-2 .cart-text-2 {
  margin-bottom: 1rem; }
.cart-step-2 .cart-ssl-img {
  display: block;
  margin: 2rem auto 0; }
.cart-step-2 .cart-step-circle {
  position: absolute;
  content: '';
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 3.5rem;
  height: 3.5rem;
  left: -1.7rem;
  top: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3.5rem; }
.cart-step-2 .cart-step-extra {
  position: relative;
  margin-top: 4rem; }
.cart-step-2 .cart-step-extra .cart-step-title {
  margin-bottom: 4rem; }
.cart-step-2 .cart-element-participant {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #d9d9d9; }
.cart-step-2 .cart-element-participant:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1rem; }
.cart-step-2 .cart-element-participant .participant-datepicker {
  background-image: url(../img/icons/icon_5.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.7rem 1.8rem; }
.cart-step-2 .cart-step-box-filled {
  min-height: 6.2rem;
  border: 0.1rem solid #5085ae;
  background-color: #eaf6ff;
  /* -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important; */
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative; }
.cart-step-2 .cart-step-box-filled .cart-step-circle {
  background-color: #ffffff;
  color: #000000;
  border: 0.1rem solid #5085ae; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box {
  width: 11.5rem;
  height: 3rem;
  float: left; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box img {
  display: block;
  margin: 0 auto;
  max-width: 10rem;
  max-height: 3rem; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-message {
  margin-top: 0.5rem; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-dotpay {
  max-width: 6.5rem;
  margin-top: 0.6rem; }
.cart-step-2 .cart-step-box-filled .filled-step-txt-box {
  float: left; }
.cart-step-2 .cart-step-box-filled .filled-step-txt-1 {
  font-size: 1.1rem;
  color: #808080; }
.cart-step-2 .cart-step-box-filled .filled-step-txt-2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #404040; }
.cart-step-2 .cart-step-box-filled .filled-step-details {
  float: right; }
.cart-step-2 .cart-step-box-filled .filled-step-details .cart-ghost-btn {
  width: 6rem;
  display: inline-block;
  margin: 0; }
.cart-step-2 .cart-step-box-filled .cart-radio-price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #262626;
  margin-right: 2.5rem; }
.cart-step-2 .cart-step-box-filled .cart-radio-price.special-price {
  color: #349c37; }
.cart-step-2 .cart-step-box-inactive {
  height: 6.2rem;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  background-color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  padding: 2rem 3rem 0; }
.cart-step-2 .cart-step-box-inactive .cart-step-circle {
  background-color: #cdcdcd;
  color: #ffffff;
  border: 0.1rem solid #cdcdcd; }
.cart-step-2 .cart-step-box-inactive .cart-step-title {
  margin-bottom: 0;
  color: #bfbfbf; }
.cart-step-2 .cart-step-box-current {
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  /* -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important; */
  background-color: #ffffff;
  padding: 3rem 4.5rem 4rem;
  margin-bottom: 1rem;
  position: relative;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
.cart-step-2 .cart-step-box-current .cart-step-circle {
  background-color: #466fe7;
  color: #ffffff;
  top: 2.4rem; }
.cart-step-2 .cart-step-box-current .cart-step-extra .cart-step-circle {
  top: -0.5rem;
  left: -6.2rem; }
.cart-step-2 .cart-step-box-current .for-checkbox {
  width: calc(100% - 3rem);
  margin-left: 1rem; }
.cart-step-2 .cart-step-box-current .for-checkbox a {
  color: #404040;
  text-decoration: underline; }
.cart-step-2 .cart-step-box-current .for-checkbox a:hover {
  opacity: 0.8; }
.cart-step-2 .cart-step-box-current .for-checkbox span {
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #808080; }
.cart-step-2 .cart-step-box-current .cart-step-title {
  margin-bottom: 2rem; }
.cart-step-2 .cart-step-box-current.not-valid {
  box-shadow: 0rem 0rem 0.1rem 0.2rem red; }
.cart-step-2 .cart-step-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.1rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2; }
.cart-step-2 .cart-saved-address {
  padding: 1.5rem 0 0.3rem;
  background-color: rgba(170, 170, 170, 0.12);
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  margin-bottom: 2rem;
  margin-top: 1rem; }
.cart-step-2 .cart-saved-address .dropdown .btn span.caret {
  top: calc(50% - 0.8rem);
}
.cart-step-2 .cart-saved-address .dropdown li {
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
}
.cart-step-2 .cart-saved-address .dropdown li:after {
  display: none;
}
.cart-step-2 .cart-zip input {
  width: 9rem; }
.cart-step-2 .cart-city {
  padding-left: 1.5rem; }
.cart-step-2 .cart-city input {
  width: 16rem; }
.cart-step-2 .cart-tel {
  margin-bottom: 2rem; }
.cart-step-2 .cart-tel input {
  margin-bottom: 0.5rem; }
.cart-step-2 .cart-tel .cart-tel-txt {
  display: block;
  font-size: 1rem;
  color: #404040;
  opacity: 0.45; }
.cart-step-2 .cart-offer-box {
  padding: 0;
  box-shadow: none; }
.cart-step-2 label {
  color: #404040;
  font-size: 1.3rem;
  width: 19rem;
  text-align: right;
  padding-right: 1.5rem;
  font-weight: normal; }
.cart-step-2 label.for-checkbox {
  width: auto;
  text-align: left;
  padding-right: 0;
  font-weight: normal;
  line-height: 1.6rem; }
.cart-step-2 .dropdown {
  margin-bottom: 1.2rem;
  width: 26.5rem;
  display: inline-block; }
.cart-step-2 .dropdown .btn {
  background-color: #ffffff;
  border-width: 0.1rem;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0.4rem;
  width: 26.5rem;
  text-align: left;
  padding: 0.7rem 1rem;
  font-size: 1.3rem;
  color: #404040;
  height: 4rem;
  font-weight: normal; }
.cart-step-2 .dropdown .btn span {
  position: absolute;
  right: 1rem;
  top: 1.1rem; }
.cart-step-2 .dropdown .btn .dropdown-content {
  position: static;
  right: auto;
  top: auto; }
.cart-step-2 .cart-step-delivery-select {
  font-size: 1.6rem;
  float: right; }
.cart-step-2 .cart-step-delivery-select .dropdown {
  width: auto; }
.cart-step-2 .cart-step-delivery-select .dropdown-toggle {
  width: 12rem;
  overflow: hidden;
  font-size: 1.3rem;
  position: relative;
  height: 3.6rem;
  padding: 0rem 1rem;
  line-height: 1.6rem; }
.cart-step-2 .cart-step-delivery-select .dropdown-toggle span.caret {
  position: absolute;
  right: 1rem;
  top: 0.5rem; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li {
  padding: 0rem;
  margin-bottom: 0rem; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li a {
  padding: 0.25rem 1rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: start; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li a img {
  width: 2.5rem;
  border: solid 0.05rem #ebebeb; }
.cart-step-2 .dropdown .dropdown-menu {
  width: 100%;
  max-height: 32rem;
  max-width: 26.5rem;
  font-size: 1.3rem;
  overflow-y: auto;
  color: #404040; }
.cart-step-2 .dropdown .btn:hover {
  border: 0.1rem solid #b9b9b9; }
.cart-step-2 .dropdown .btn:focus {
  border: 0.1rem solid #4d90fe; }
.cart-step-2 .dropdown-menu > li {
  padding: 0.3rem 2rem; }
.cart-step-2 .dropdown-menu > li:hover {
  background-color: #ffffff;
  color: #0184e2; }
.cart-step-2 .cart-gift-desc {
  margin-top: 2rem; }
.cart-step-2 .cart-ticket-gift {
  border-top: 0.1rem solid #d9d9d9;
  padding: 1.5rem 0 0; }
.cart-step-2 .cart-ticket-gift .cart-gift-txt {
  font-size: 1.4rem;
  color: #404040;
  margin-right: 2rem;
  display: block;
  margin-bottom: 1rem; }
.cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
  float: left;
  width: calc(50% - 1.5rem);
  margin-right: 1.5rem; }
.cart-step-2 .cart-ticket-gift .cart-gift-textarea label {
  vertical-align: top;
  margin-top: 1rem; }
.cart-step-2 .cart-ticket-gift .cart-gift-textarea textarea {
  height: 3.8rem;
  margin-bottom: 0;
  resize: none;
  overflow: hidden;
  padding: 0.9rem 1.5rem;
  margin-left: 0;
  display: inline-block; }
.cart-step-2 .cart-ticket-gift input {
  width: 100%;
  margin-right: 1rem;
  margin-bottom: 0.5rem; }
.cart-step-2 .cart-ticket-gift .dropdown {
  width: 100%;
  margin-bottom: 0.5rem; }
.cart-step-2 .cart-ticket-gift .dropdown .btn {
  width: 100%; }
.cart-step-2 .cart-ticket-gift .cart-next-gift {
  font-size: 1rem;
  color: #5085ae; }
.cart-step-2 .cart-ticket-gift .cart-next-gift:hover {
  opacity: 0.8; }
.cart-step-2 .cart-agreements {
  border-top: 0.1rem solid #d9d9d9;
  margin-top: 3rem;
  padding-top: 3rem; }
.cart-step-2 .cart-agreements .checkbox {
  float: left;
  margin-top: 0; }
.cart-step-2 .cart-step-bottom-btns {
  margin-top: 2rem; 
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}
.cart-step-2 .cart-wrong .cart-checkbox-box .cart-checkmark {
  border: 0.1rem solid #f20c0c;
  border-radius: 0.4rem;
  background-color: rgba(242, 12, 12, 0.051);
  background-image: none; }
.cart-step-2 .cart-checkbox-container.cart-new-account {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  border-bottom: 0.1rem solid #d9d9d9; }
.cart-step-2 .cart-new-account .cart-new-account-badge {
  position: absolute;
  content: '';
  background-color: #466fe7;
  color: #ffffff;
  text-transform: uppercase;
  width: 12.2rem;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  top: -0.6rem;
  left: -13.5rem;
  text-align: center;
  border-radius: 1.4rem; }
.cart-step-2 .cart-new-account .cart-element label {
  vertical-align: middle; }
.cart-step-2 .cart-pass-user {
  font-size: 1.1rem;
  color: #404040;
  opacity: 0.45;
  margin-bottom: 0.5rem; }
.cart-step-2 .cart-more-fields {
  display: none; }
.cart-step-2 .cart-checkbox-container {
  margin-bottom: 1.5rem; }
.cart-step-2 .cart-checkbox-container .cart-agreement-desc {
  font-size: 1.1rem;
  color: #808080;
  padding-left: 3rem;
  float: left; }
.cart-step-2 .cart-checkbox-container .cart-agreement-desc a:hover {
  text-decoration: underline; }
.cart-step-2 .cart-checkbox-container .cart-pass .cart-agreement-desc {
  margin-bottom: 2rem; }
.cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
  position: absolute;
  width: 1.7rem;
  height: 1.1rem;
  bottom: 3rem;
  right: 0.8rem;
  cursor: pointer; }
.cart-step-2 .cart-radio-box {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.3rem;
  color: #404040;
  font-weight: normal;
  min-height: 4.2rem;
  padding: 1rem 1.5rem 1rem 2.8rem; }
.cart-step-2 .cart-radio-box input {
  position: absolute;
  opacity: 0; }
.cart-step-2 .cart-radio-checkmark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 2rem;
  width: 2rem;
  background-color: #fafafa;
  border-radius: 50%;
  border: 0.1rem solid #99b4cc; }
.cart-step-2 .cart-radio-box:hover input ~ .cart-radio-checkmark {
  background-color: #ededed; }
.cart-step-2 .cart-radio-box input:checked ~ .cart-radio-checkmark {
  background-color: #ffffff; }
.cart-step-2 .cart-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none; }
.cart-step-2 .cart-radio-box input:checked ~ .cart-radio-checkmark:after {
  display: block; }
.cart-step-2 .cart-radio-box .cart-radio-checkmark:after {
  top: 0.5rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #466fe7; }
.cart-step-2 .cart-radio-container {
  min-height: 4.2rem;
  border: 0.1rem solid #e6e6e6;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem; }
.cart-step-2 .cart-radio-container:hover {
  border: 0.1rem solid #b9b9b9; }
.cart-step-2 .cart-radio-container:focus {
  border: 0.1rem solid #4d90fe; }
.cart-step-2 .cart-radio-container label {
  text-align: left;
  width: 100%; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
  font-size: 1.3rem;
  color: #404040;
  vertical-align: top;
  margin-left: 0.5rem;
  width: 18rem;
  display: inline-block; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
  float: right;
  width: calc(100% - 27.5rem); }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-time {
  font-style: italic;
  font-size: 1.2rem;
  color: #a4a4a4;
  margin-right: 1rem;
  width: 40%;
  display: inline-block; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #262626;
  vertical-align: top;
  float: right; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-price.special-price {
  color: #349c37; }
.cart-step-2 .cart-radio-container .cart-radio-desc figure {
  width: 6rem;
  display: inline-block;
  margin: 0; }
.cart-step-2 .cart-radio-container .cart-radio-desc figure img {
  display: block;
  margin: 0 auto;
  max-width: 4rem;
  height: auto;
  padding-top: 0.5rem; }
.cart-step-2 .cart-radio-container.checked {
  border-width: 0.1rem;
  border-color: #0088cc;
  border-style: solid;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.15); }
.cart-step-2 .cart-element {
  display: table; }
.cart-step-2 .cart-element label {
  display: table-cell; }
.cart-step-2 .cart-element .cart-input-container {
  display: table-cell;
  position: relative; }
.cart-step-2 .cart-wrong-txt {
  display: none; }
.cart-step-2 .cart-checked.cart-input-container:after, .cart-step-2 .cart-wrong.cart-input-container:after {
  position: absolute;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  right: -0.7rem;
  top: 1.2rem; }
.cart-step-2 .cart-checked.cart-input-container:after {
  background-image: url(../img/icons/basket/correct.svg); }
.cart-step-2 .cart-wrong input {
  border: 0.1rem solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 0.5rem; }
.cart-step-2 .cart-wrong .cart-wrong-txt {
  display: block;
  font-size: 1.1rem;
  color: #f20c0c;
  margin-bottom: 1.2rem; }
.cart-step-2 .cart-wrong.cart-input-container:after {
  background-image: url(../img/icons/basket/incorrect.svg); }
.cart-step-2 .cart-agreement-box.cart-wrong .cart-wrong-txt {
  padding-left: 3rem; }
.cart-step-2 .btn.dropdown-toggle {
  text-transform: none;
  line-height: 1.9rem; }
.cart-step-2 .btn.dropdown-toggle:after {
  display: none; }
.cart-step-2 .btn.dropdown-toggle span img {
  margin-left: 0rem;
  width: 2.5rem;
  border: solid 0.05rem #ebebeb;
}
.cart-step-2 .dropdown-menu li:hover {
  cursor: pointer; }

.cart-step-1 .cart-step-bottom-btns {
  display: none; }

@media (max-width: 1199px) {
  .cart-step-2 label {
    width: 13rem; }

  .cart-page.cart-step-2 textarea {
    margin-left: 13rem; } }
@media (max-width: 992px) {
  .cart-step-2 .cart-element {
    width: 100%; }
  .cart-step-2 .cart-right-box {
    width: auto; }
  .cart-step-2 .cart-step-box-current {
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem; }

  .cart-page.cart-step-2 input,
  .cart-page.cart-step-2 textarea {
    width: 100%; } 
  .cart-input-container #comment {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .cart-step-2 .cart-new-account .cart-new-account-badge {
    display: none; } }
@media (max-width: 767px) {
  .cart-step-2 .cart-step-circle {
    left: 0.5rem; }
  .cart-step-2 .cart-step-bottom-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 1rem;
    left: 0;
    z-index: 10; }
  .cart-step-2 .cart-step-title {
    padding-left: 3rem; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    width: calc(100% - 27rem); }
  .cart-step-2 .cart-agreements .cart-checkbox-box {
    font-size: 1.1rem;
    line-height: 1.3rem; }
  .cart-step-2 .cart-checkbox-box.cart-checkbox-box-bold {
    font-size: 1.3rem; }

  .cart-step-1 .cart-step-bottom-btns {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 1rem;
    left: 0;
    z-index: 10;
    /*& .btn-cart {
      width: 19rem;
      float: right;
    }*/ } }
@media (max-width: 640px) {
  .cart-step-2 label {
    width: 14rem; }
  .cart-step-2 textarea {
    margin-left: 15.5rem; } }
@media (max-width: 600px) {
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    display: block;
    float: none;
    width: calc(100% - 3rem); }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
    margin-left: 6.5rem; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-price {
    display: block;
    float: none;
    margin-left: 6.5rem; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    width: calc(100% - 10rem); }
  .cart-step-2 .cart-step-title {
    font-size: 1.6rem; } }
@media (max-width: 590px) {
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    float: none;
    width: 26.5rem; } }
@media (max-width: 540px) {
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    margin-left: 0; }
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown .dropdown {
    margin-left: 0; }
  .cart-step-2 .cart-step-bottom-btns {
    /*& .btn-cart {
      display: inline-block;
      width: 19.6rem;
      font-size: 1.2rem;
      height: 4rem;
      line-height: 4rem;
    }*/ }
  .cart-step-2 .cart-step-bottom-btns .link-1 {
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
    width: 6rem;
    overflow: hidden;
    margin: 1rem 0; } }
@media (max-width: 500px) {
  .cart-step-2 .cart-step-box-filled .filled-step-details {
    display: block;
    float: left;
    margin-top: 1rem;
    margin-left: 11.5rem; }
  .cart-step-2 .cart-step-box-filled .filled-step-details .cart-ghost-btn {
    position: absolute;
    right: 1rem;
    bottom: 1rem; }
  .cart-step-2 .cart-step-box-filled {
    height: 9rem; } }
@media (max-width: 440px) {
  .cart-step-2 .cart-step-box-filled {
    height: auto !important; }
  .cart-step-2 .cart-step-box-filled .filled-step-img-box, .cart-step-2 .cart-step-box-filled .filled-step-txt-box, .cart-step-2 .cart-step-box-filled .filled-step-details {
    float: none; }
  .cart-step-2 .cart-step-box-filled .filled-step-details {
    margin-left: 0 !important; }
  .cart-step-2 .cart-step-box-filled .cart-radio-price {
    position: absolute;
    top: 1.6rem;
    right: -1.5rem; } }
@media (max-width: 480px) {
  .cart-step-2 label {
    width: 10.5rem; }
  .cart-step-2 .cart-step-box-inactive {
    min-height: 6.2rem;
    height: auto; } }
@media (max-width: 460px) {
  .cart-step-2 .cart-element {
    display: block; }
  .cart-step-2 .cart-element label {
    display: block;
    width: 100%;
    text-align: left; }
  .cart-step-2 .cart-element .cart-input-container {
    display: block; }
  .cart-step-2 .cart-element .cart-input-container.cart-zip, .cart-step-2 .cart-element .cart-input-container.cart-city {
    display: inline-block; }
  .cart-step-2 .cart-element .cart-input-container.cart-zip input {
    width: 9rem; }
  .cart-step-2 .cart-element .cart-input-container.cart-city {
    width: calc(100% - 9.5rem); }
  .cart-step-2 .cart-element .cart-input-container.cart-city input {
    width: 100%; }
  .cart-step-2 .cart-checked.cart-input-container::after, .cart-step-2 .cart-wrong.cart-input-container::after {
    right: initial;
    left: 24.6rem; }
  .cart-step-2 .dropdown {
    width: 25.5rem; }
  .cart-step-2 .dropdown .btn {
    width: 25.5rem; }
  .cart-step-2.cart-page textarea {
    width: 25.5rem;
    margin-left: 0; }
  .cart-step-2 .cart-saved-address {
    padding: 1.5rem 1rem 0.3rem; }
  .cart-step-2 .cart-saved-address .dropdown {
    width: 24.5rem; }
  .cart-step-2 .cart-saved-address .dropdown .btn {
    width: 24.5rem; }

  .cart-page input {
    width: 25.5rem; } }
@media (max-width: 420px) {
  .cart-step-2 .cart-ticket-gift input {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
    width: 100%; }
  .cart-step-2 .cart-ticket-gift .dropdown {
    margin-left: 0;
    width: 100%; } }
@media (max-width: 400px) {
  .cart-step-2 .cart-city input {
    width: 10.5rem; } }
@media (max-width: 380px) {
  .cart-step-2 .cart-city {
    padding-left: 1rem; }
  .cart-step-2 .dropdown {
    width: 18.5rem; }
  .cart-step-2 .dropdown .btn {
    width: 18.5rem; }
  .cart-step-2 .cart-saved-address .dropdown {
    width: 17rem; }
  .cart-step-2 .cart-saved-address .dropdown .btn {
    width: 17rem; }
  .cart-step-2 .cart-radio-box {
    padding: 1rem 1.5rem 1rem 4rem; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    margin-left: 1rem; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
    margin-left: 7.2rem; }
  .cart-step-2 input {
    width: 18.5rem; }
  .cart-step-2 .cart-checked.cart-input-container:after, .cart-step-2 .cart-wrong.cart-input-container:after {
    left: 17.6rem; }
  .cart-step-2 .cart-zip input {
    width: 7rem; }
  .cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
    right: 3.5rem; }
  .cart-step-2.cart-page textarea {
    width: 18.5rem; } }
.cart-step-3 {
  /*& .btn-cart {
    padding: 0 2rem;
    width: 13rem;
    margin: 0 auto 2rem;
    
    &.btn-cart-wide {
      width: 24rem;
    }
  }*/ }
.cart-step-3 .btn-1 {
  text-transform: uppercase;
  float: none;
  width: 25rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0;
  text-align: center; }
.cart-step-3 .cart-offer-link {
  font-size: 1.2rem;
  line-height: 4.6rem; }
.cart-step-3 .cart-offer-link.cart-offer-link-2 {
  float: right; }
.cart-step-3 .cart-desc-box-left {
  position: relative;
  padding-left: 0;
  float: none;
  margin-bottom: 3rem; }
.cart-step-3 .cart-desc-box-left .cart-desc-txt-1 {
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  margin-top: -0.5rem; }
.cart-step-3 .cart-desc-box-left .cart-desc-txt-2 {
  font-size: 1.3rem; }
.cart-step-3 .cart-desc-box-right {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #a6a6a6;
  font-weight: 600;
  float: none;
  line-height: 6rem; }
.cart-step-3 .cart-desc-box-right span {
  color: #1a1a1a; }
.cart-step-3 .cart-short-info-box {
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  margin-bottom: 2rem;
  padding: 2rem 2rem 2rem 3rem;
  height: 100%; }
.cart-step-3 .cart-short-info-box.cart-short-info-box-discounts {
  height: auto; }
.cart-step-3 .cart-short-info-box .cart-short-info-title {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 600; }
.cart-step-3 .cart-short-info-box .cart-short-info-det {
  font-size: 1.3rem;
  margin-bottom: 1.5rem; }
.cart-step-3 .cart-short-info-box .cart-short-info-det .cart-short-info-txt-1 {
  color: #b3b3b3; }
.cart-step-3 .cart-short-info-box .cart-short-info-det .cart-short-info-txt-2 {
  color: #404040; }
.cart-step-3 .cart-short-info-box p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #404040; }
.cart-step-3 .cart-short-info-box .cart-short-info-bar {
  height: 0.1rem;
  width: 100%;
  background-color: #ededed; }
.cart-step-3 .filled-step-txt-box {
  float: left; }
.cart-step-3 .filled-step-img-box {
  float: right; }
.cart-step-3 .filled-step-img-box .filled-message {
  margin-right: 3.2rem;
  margin-top: 0.9rem; }
.cart-step-3 .filled-step-img-box .filled-dotpay {
  width: 9.7rem;
  height: 2.9rem;
  margin-top: 0.6rem; }
.cart-step-3 .filled-step-txt-1 {
  font-size: 1.3rem;
  color: #b3b3b3; }
.cart-step-3 .filled-step-txt-2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif; }
.cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
  text-align: right; }
.cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-items {
  border: 0.1rem solid #d9d9d9;
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.4rem;
  color: #1a1a1a;
  text-align: center;
  padding: 0 1.4rem; }
.cart-step-3 .cart-offer-box .cart-voucher-no {
  font-size: 1.2rem;
  color: #1a1a1a;
  text-align: center;
  margin-top: 1rem; }
.cart-step-3 .cart-offer-box .cart-reg-accepted {
  font-size: 1.3rem;
  color: #5085ae;
  margin-top: 1rem;
  display: inline-block; }
.cart-step-3 .cart-offer-box .cart-reg-accepted:hover {
  opacity: 0.8; }
.cart-step-3 .cart-offer-box .cart-offer-notes {
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  border: 0.1rem solid #d9d9d9;
  padding: 1rem;
  margin-top: 1.5rem;
  background-color: rgba(170, 170, 170, 0.12); }
.cart-step-3 .cart-offer-box .cart-offer-notes p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #1a1a1a;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
.cart-step-3 .cart-offer-box .cart-offer-notes .cart-offer-notes-divider {
  width: 100%;
  height: 0.1rem;
  background-color: #d9d9d9; }
.cart-step-3 .cart-step-bottom-btns .cart-step-bottom-left {
  display: inline-block; }
.cart-step-3 .cart-step-bottom-btns .cart-step-bottom-right {
  display: inline-block;
  float: right; }
.cart-step-3 .cart-page-top {
  text-align: center;
  margin-bottom: 2rem; }
.cart-step-3 .cart-page-top h1 {
  margin-bottom: 0; }
.cart-step-3 .cart-summary-desc-txt {
  font-size: 1.3rem;
  color: #a6a6a6;
  margin-bottom: 2.5rem; }
.cart-step-3 .cart-summary-desc-number {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #a6a6a6;
  font-weight: 600; }
.cart-step-3 .cart-summary-desc-number span {
  color: #1a1a1a; }
.cart-step-3 .cart-payment-btn-wrapper {
  width: 100%;
  text-align: center; }

@media (max-width: 1199px) {
  .cart-step-3 .filled-step-img-box .filled-message {
    margin-right: 0; }
  .cart-step-3 .cart-offer-box .cart-offer-middle {
    width: calc(100% - 16rem); }
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
    margin-bottom: 3rem; } }
@media (max-width: 992px) {
  .cart-step-3 .cart-desc-box-left {
    margin-bottom: 1.5rem; }
  .cart-step-3 .cart-desc-box-right {
    float: none;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-left: 0; } }
@media (max-width: 767px) {
  .cart-step-3 .cart-desc-box-left {
    height: auto; }
  .cart-step-3 .cart-desc-box-left .cart-desc-txt-2 {
    margin-left: 0;
    margin-top: 1.5rem; }
  .cart-step-3 .cart-desc-box-right {
    margin-left: 1.5rem !important; } }
@media (max-width: 580px) {
  .cart-step-3 .cart-step-bottom-btns .cart-step-bottom-right {
    float: none;
    display: block; } }
@media (max-width: 500px) {
  .cart-step-3 .cart-offer-link {
    display: block;
    text-align: center;
    margin-bottom: 1rem; }
  .cart-step-3 .cart-offer-link.cart-offer-link-2 {
    float: none;
    margin-bottom: 0; }
  .cart-step-3 .cart-step-bottom-btns .btn-2 {
    float: none;
    margin: 0 auto 1rem;
    display: block; } }
@media (max-width: 440px) {
  .cart-step-3 .filled-step-txt-box, .cart-step-3 .filled-step-img-box {
    float: none; }
  .cart-step-3 .filled-step-img-box {
    margin-top: 1rem; } }
.cart-empty {
  text-align: center; }

.tooltipster-base {
  font-size: 1.1rem; }

.tooltipster {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.3rem;
  cursor: pointer; }

.parsley-errors-list {
  padding: 0;
  display: block;
  font-size: 1.1rem;
  color: #f20c0c;
  margin-bottom: 1.2rem;
  margin-top: 0rem;
  list-style-type: none; }

.parsley-errors-list li{
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0rem;
}

.cart-page input.parsley-error {
  border: 0.1rem solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 0.5rem; }

.cart-more-products {
  background-color: #fff;
  margin-top: 2rem;
  padding: 3rem 0;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1); }
.cart-more-products .cart-more-products-search {
  margin: 0 2rem; }
.cart-more-products .cart-more-products-search .cs-left, .cart-more-products .cart-more-products-search .cs-middle, .cart-more-products .cart-more-products-search .cs-right {
  display: inline-block; }
.cart-more-products .cart-more-products-search .cs-left, .cart-more-products .cart-more-products-search .cs-middle {
  margin-right: 1.5rem; }
.cart-more-products .cart-more-products-search .cs-left .btn, .cart-more-products .cart-more-products-search .cs-middle .btn {
  border-width: 0.1rem;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #ffffff;
  font-weight: normal;
  height: 3.5rem;
  padding: 0 1rem;
  line-height: 3.5rem; }
.cart-more-products .cart-more-products-search .cs-left .btn:hover, .cart-more-products .cart-more-products-search .cs-middle .btn:hover {
  border: 0.1rem solid #b9b9b9; }
.cart-more-products .cart-more-products-search .cs-left .btn:focus, .cart-more-products .cart-more-products-search .cs-middle .btn:focus {
  border: 0.1rem solid #4d90fe; }
.cart-more-products .cart-more-products-search .cs-left .dropdown-menu, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu {
  min-width: 100%; }
.cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle {
  text-transform: none; }
.cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle:after, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle:after {
  display: none; }
.cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle span img, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle span img {
  margin-left: 1rem; }
.cart-more-products .cart-more-products-search .cs-left .dropdown-menu li, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu li {
  padding: 0.3rem 2rem; }
.cart-more-products .cart-more-products-search .cs-left .dropdown-menu li:hover, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu li:hover {
  cursor: pointer;
  color: #0184e2; }
.cart-more-products .cart-more-products-search .cs-right input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto;
  height: 3.5rem;
  margin-bottom: 0;
  vertical-align: middle;
  width: 20.5rem;
  padding-left: 4.5rem; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container {
  position: relative; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container:before {
  position: absolute;
  content: '';
  background-image: url("../img/icon-search2.png");
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  left: 1.5rem;
  top: 0.9rem; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container:after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 1.7rem;
  background-color: #5e5e5e;
  opacity: 0.25;
  left: 3.6rem;
  top: 0.9rem; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
  height: 3.5rem;
  padding: 0 1.5rem;
  line-height: 3.5rem; }
.cart-more-products .cart-more-products-search .cs-see-more {
  display: block;
  font-size: 1.2rem;
  color: #5085ae;
  margin-top: 2.5rem;
  margin-bottom: 1rem; }
.cart-more-products .cart-more-products-search .cs-see-more:hover {
  color: #5085ae;
  text-decoration: none;
  opacity: 0.8; }
.cart-more-products .cart-more-products-header {
  /*color: $text-color-primary;*/
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0 2rem 2rem; }
.cart-more-products .cart-more-products-box {
  /*background-color: $text-color-primary;*/
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
  margin-bottom: 4.5rem; }
.cart-more-products .cart-more-products-box a {
  color: #4bc3ee; }
.cart-more-products .cart-more-products-box a:hover {
  color: #4bc3ee; }

.cart-step-1 .cart-offer-badge {
  margin-bottom: 6rem; }

@media (max-width: 767px) {
  .cart-offer-box .cart-offer-left,
  .cart-step-3 .cart-offer-box .cart-offer-left {
    float: none; }
  .cart-offer-box .cart-offer-middle,
  .cart-step-3 .cart-offer-box .cart-offer-middle {
    float: none;
    width: 100%; }
  .cart-offer-box .cart-offer-right,
  .cart-step-3 .cart-offer-box .cart-offer-right {
    float: none; }
  .cart-offer-box .cart-offer-right .cart-offer-right-top,
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-right-top {
    text-align: left;
    margin-top: 1.5rem; }
  .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items,
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items {
    float: left;
    margin-right: 2rem; }
  .cart-offer-box .cart-offer-right .cart-offer-old-price, .cart-offer-box .cart-offer-right .cart-offer-price,
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-old-price,
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
    text-align: left; }
  .cart-offer-box .cart-offer-right .cart-offer-del,
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-del {
    text-align: left;
    padding-left: 0; }
  .cart-offer-box .cart-offer-badge,
  .cart-step-3 .cart-offer-box .cart-offer-badge {
    width: 7rem;
    text-align: center;
    margin: 2rem 0; } }
.order-edit-container {
  max-width: 32rem;
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 10rem;
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  padding: 2.5rem 2rem 2rem 2.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background-color: #e6e6e6; }


.order-edit-container p {
  line-height: 3rem;
  margin-top: 0rem;
  font-size: 1.5rem;
}

.order-edit-spacer {
  width: 100%;
  height: 0.1rem;
  background-color: #d9d9d9;
  margin: 2rem 0rem; }

.simple-btn {
  padding: 0 2rem;
  height: 4.6rem;
  width: 100%;
  line-height: 4.6rem;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 4.6rem;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #349c37;
  font-weight: bold;
  border: none; }
.simple-btn:hover {
  color: #fff;
  opacity: 0.85; }

.cart-text-free-delivery-from {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem; }

.cart-text-free-delivery-left {
  font-size: 1.2rem;
  color: #a2a2a2;
  margin-bottom: 2rem; }
.cart-text-free-delivery-left .cart-to-free-delivery-left {
  color: #e28000; }

.cart-own-courier-postal-check {
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  background-color: #ffffff;
  padding: 2rem 4.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

@media (max-width: 992px) {
  .cart-own-courier-postal-check {
    padding: 2rem; } }
.page-basket {
  /* background-color: #f4f4f4; */
  min-height: calc(100vh - 16rem - 10.6rem);
}

.my-material ul li {
  margin-bottom: 3rem; }

.my-material-content {
  padding: 0 3.3rem;
  max-width: 59rem; }

.my-material-right {
  min-width: 22.1rem;
  text-align: right; }

.my-material-content b {
  color: #B9B9B9;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block; }

.my-material-content p {
  font-weight: 600;
  color: #111111;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 1rem; }

.summary-box {
  border: 0.1rem solid #E1E1E1;
  padding: 2.3rem 3.7rem;
  background-color: #fff;
  color: #393939; }

.main-summary {
  font-size: 1.8rem;
  font-family: "Roboto-Bold"; }

.subtext-summary {
  font-size: 1.4rem;
  font-family: "Roboto", open sans; }

.summary-box-bottom .btn-loging {
  width: auto;
  min-width: 13rem; }

.summary-box-bottom .ask-basket {
  font-size: 1.4rem;
  color: #D26479;
  line-height: 2.4rem; }

.summary-inner-sub {
  color: #BCBCBC;
  font-size: 1.4rem;
  margin-top: 2rem; }

.summary-inner-text,
.summary-inner-text a {
  color: #393939;
  font-size: 1.4rem; }

.main-summary p {
  font-size: 1.4rem;
  color: #393939;
  margin-top: 2rem; }

.summary-inner-prod {
  border: 0.1rem solid #E1E1E1;
  background-color: #fff;
  padding: 3rem 3.5rem;
  margin-top: 2rem; }

.summary-inner-prod a {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  color: #393939; 
}

.summary-inner-prod a:hover {
  color: #466fe7; }

.summary-box-img {
  width: 10rem;
  height: 7.5rem;
  margin-right: 2.5rem;
  object-fit: scale-down; }

.summary-box-right input {
  width: 10.5rem;
  height: 4.2rem;
  border: 0.1rem solid #CECECE;
  line-height: 4.2rem;
  text-align: center;
  padding: 0 2rem; }

.single-basket-price {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 0.5rem; }

.basket-remove {
  color: #DB2B1D;
  text-align: right;
  cursor: pointer;
  font-size: 1.6rem;
  margin-top: 1.4rem; }

.basket-price p {
  font-size: 1.8rem;
  color: #B9B9B9; }

.basket-price h4 {
  font-weight: 600;
  font-size: 1.8rem; }

.basket-price h4.basket-total-price {
  font-size: 2.8rem; }

.basket-details {
  float: left;
  width: 100%; }

.basket-details ul li {
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #EBEBEB; }

.basket-details ul li:last-child {
  border-bottom: none; }

.price-progress {
  width: 100%;
  height: 0.3rem;
  background-color: #e5e5e5;
  margin-bottom: 1.5rem; }

.progress-inner {
  width: 100%;
  height: 0.3rem;
  background-color: #2186E9; }

.basket-price span {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600; }

.basket-price .available {
  color: #3BA55D; }

.basket-price .not-available {
  color: #f2670a; }

.free-delivery {
  margin-top: 1.9rem; }

.free-delivery .delivery-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.9rem; }

.free-delivery .delivery-desc {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000;
  margin-bottom: 1.6rem; }

.free-delivery .delivery-desc span {
  color: #2186E9; }

.btn.add-coupon-btn {
  padding: 0.6rem 1.4rem; 
  border: 0.1rem solid #dfdfdf !important; }

.coupon-field .btn {
  width: 4.5rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.5rem; }

.remove-all-basket {
  font-size: 1.6rem;
  color: #B9B9B9;
  margin-top: 1.5rem; }

.remove-all-basket:hover {
  color: #B9B9B9; }

/* #basket-items ul {
  margin-right: 4rem; } */
#basket-items ul li {
  padding-left: 0; }
#basket-items ul li:after {
  display: none; }

.basket-details ul li:after {
  display: none; }

.coupon-field {
  display: none; }

@media (max-width: 376px) {
  .basket-details {
    padding-top: 2.5rem; } }

.mt-160 {
  margin-top: 16rem;
}

.page-header-title {
  margin-bottom: 1rem;
}

.basket-details {
  background-color: #fff;
  padding: 0 1rem;
}

.cart-offer-link.ask-basket {
  font-size: 1.6rem;
}

.basket-links {
  display: flex;
  justify-content: space-between;
}

.cart-page .btn {
  font-size: 2rem;
  line-height: 1.8rem;
}

.add-coupon .add-coupon-btn {
  font-size: 1.4rem;
}

.cart-step-3 .cart-desc-box-left .cart-desc-txt-2 a {
  color: #466fe7;
}

.btn-pink-o {
  height: 3.6rem;
  padding: 0 1.2rem;
  border: 0.1rem solid #E239A0 !important;
  color: #E239A0 !important;
}

.btn-pink-o:hover {
  border: 0.1rem solid #EEEDE9 !important;
  color: #FFFFFF !important;
}

.cart-step-bottom-btns .link-basket {
  font-size: 1.6rem;
}

.cart-step-bottom-btns .link-basket:hover {
  text-decoration: underline;
}

.summary-inner-price {
  font-size: 3rem;
}

.summary-box-status {
  font-size: 1.6rem;
  line-height: 1.2;
}

.summary-add:hover,
.summary-subtract:hover {
  cursor: pointer;
}

.cart-page .parsley-errors-list li {
  padding-left: 0;
}

.cart-page .parsley-errors-list li:after {
  display: none;
}


@media (max-width: 767px) {
  .summary-inner-prod a {
    font-size: 1.9rem;
  }
  
  .cart-step-bottom-btns .link-basket {
    max-width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .summary-inner-product-name {
    margin-top: 1.5rem;
  }
}

/* fix dropdown */


.cart-step-delivery-select ul>li:after {
  content: none;
}

.cart-step-delivery-select ul li {
  margin: 0rem;
}
/* end fix dropdown */

.cart-step-2 .btn.dropdown-toggle {
  border: 0.1rem solid gray !important;
  border-radius: 0.5rem;
}

.cart-step-2 .dropdown .btn span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  vertical-align: middle;
  border-top: 0.4rem solid;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  top: calc(50% - 0.2rem);
}

.cart-step-2 .cart-inv-country-select ul li:after {
  display: none;
}

.cart-step-2 .cart-inv-country-select ul li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}

.btn-login-user-order-container {
  padding: 2rem 2rem;
  border: 0.1rem solid gray !important;
  border-radius: 0.4rem;
  margin-top: 3.5rem;
  background-color: #fff;
}

.btn-login-user-order {
  color: white;
  background-color: #ef7d00;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
}

.btn-login-user-order:hover {
  color: white;
}

#modalInpost {
  z-index: 9999;
}

#user-exists {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #f20c0c;
}

.cart-desc-text {
  font-size: 1.3rem;
}

.cart-page .btn.btn-get-gus {
  font-size: 1.6rem;
  height: 3.8rem;
  padding: 0 2rem;
  margin: 0 0 0 1rem;
  display: inline-block;
}

@media (max-width: 1199px) { 
  .cart-step-2 .cart-element .cart-input-container.container-get-gus {
    display: block !important;
  }

  .cart-page .btn.btn-get-gus {
    width: 100% !important;
    margin-left: 0rem !important;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 992px) {
  .cart-step-2 .cart-element .cart-input-container.container-tax-number {
    display: block !important;
  }
  
  .cart-step-2 .cart-inv-country-select .dropdown,
  .cart-step-2 .cart-inv-country-select .btn.dropdown-toggle {
    width: 100%;
  }
  
  .cart-step-2 .cart-inv-country-select .dropdown .dropdown-menu {
    max-width: 100%;
  }
}

.cart-page .cart-areacode {
  width: 9rem;
}

.areacode-select {
  position: relative;
  cursor: pointer;
  border-radius: 0.4rem !important;
  border: 0.1rem solid #e6e6e6;
  height: 3.8rem;
  padding-left: 1rem;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  top: 0.5rem;
}
.areacode-select .selected, .option {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  height: 3.8rem;
  /*padding-left: 1rem;*/
}
.areacode-select .selected img, .option img {
  /*width: 2rem;*/
  height: 2rem;
  margin-right: 0.5rem;
  border: 0.1rem solid #e6e6e6;
}
.areacode-select .options {
  display: none;
  position: absolute;
  background: white;
  width: 26rem;
  max-height: 35rem;
  border: 0.1rem solid #ccc;
  left: 0rem;
  z-index: 100;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.areacode-select.open .options {
  display: block;
}
.areacode-select span {
  padding-top: 0.4rem;
  padding-left: 0.3rem;
}
.areacode-select .option_search {
  margin-top: 1rem;
  left: 0rem;
}
.areacode-select .areacode_search {
  width: 100%;
  margin-top: 1rem;
}
.areacode-select .options-data {
  max-height: 29rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow-y: auto;
}

.summary-inner-price s {
  font-size: 2rem;
  color: #b4b4b4;
}

.dropdown-options {
  overflow-y: auto;
  max-height:28rem;
}

.dropdown-options li {
  margin-bottom: 0.5rem !important;
}

.cart-inv-country-select span.caret {
  top: calc(50% - 0.8rem) !important;
}

.cart-step-2 .cart-step-delivery-select .dropdown-toggle span.delivery-select-country-name {
  position: initial;
  right: initial;
  top: initial;
}

.cart-step-2 .cart-step-delivery-select .dropdown-toggle .dropdown-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-step-2 .cart-radio-container .cart-radio-price.individual-price {
  line-height: 1;
  color: #08c;
  font-weight: 500;
  font-size: 13px;
}

.individual-price-text {
  text-align: end;
}

@media(max-width: 1200px) {
  #delivery_price.individual-price {
    font-size: 11px;
  }
}