.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: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.lds-ripple div {
  position: absolute;
  border: 4px 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: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
.cart-page {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
  /* color: #466fe7; */
  color: #222024;
}
.cart-page .link-1 {
  line-height: 46px;
  font-size: 13px;
  color: #5085ae; }
.cart-page .link-1:hover {
  color: #5085ae;
  opacity: 0.8;
  text-decoration: none; }
.cart-page .link-1 img {
  margin-right: 10px;
  -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: 15px; }
.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: 200px;
  float: right; }
.cart-page .cart-timer-box {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 10px 15px;
  margin-bottom: 25px; }
.cart-page .cart-timer-box .cart-timer-txt {
  color: #010101;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 15px; }
.cart-page .cart-timer-box .cart-time-left {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  float: right;
  margin-top: 8px; }
.cart-page .cart-text-1 {
  font-size: 16px;
  font-weight: bold;
  color: #349c37; }
.cart-page .cart-text-2 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 30px; }
.cart-page .cart-tickets-sum {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
  color: #404040; }
.cart-page .cart-tickets-sum .cts-text-1 {
  font-size: 14px; }
.cart-page .cart-tickets-sum .cts-text-2 {
  font-size: 16px;
  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: 12px;
  color: #5085ae;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block; }
.cart-page .cart-coupon:hover {
  color: #5085ae;
  opacity: 0.8; }
.cart-page .cart-divider {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 20px;
  margin-bottom: 10px; }
.cart-page .cart-to-pay {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px; }
.cart-page .cart-to-pay .ctp-txt-1 {
  font-size: 16px; }
.cart-page .cart-to-pay .ctp-txt-2 {
  font-size: 21px;
  float: right; }
.cart-page input, .cart-page select {
  width: 265px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #e6e6e6;
  height: 38px;
  padding-left: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  margin-bottom: 12px; }
.cart-page textarea {
  width: 265px;
  resize: vertical;
  font-size: 13px;
  color: #404040;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: 105px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  display: block;
  margin-left: 190px; }
.cart-page .quantity-input {
  width: 60px;
  text-align: center;
  padding: 0; }
.cart-page .pa-minus,
.cart-page .pa-plus {
  font-size: 20px;
  vertical-align: middle; }
.cart-page input:hover, .cart-page textarea:hover {
  border: 1px solid #b9b9b9; }
.cart-page input:focus, .cart-page textarea:focus {
  border: 1px solid #4d90fe; }
.cart-page .cart-right-box {
  /*position: fixed;*/
  position: relative;
  width: 262px; }
.cart-page .cart-right-box .cart-right-txt {
  color: #5085ae;
  font-size: 12px;
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9; }
.cart-page .cart-coupon-box {
  display: none;
  margin-top: -15px;
  margin-bottom: 10px;
  position: relative; }
.cart-page .cart-coupon-box input {
  width: 100%; }
.cart-page .cart-coupon-box .cart-coupon-btn {
  border-width: 1px;
  border-color: #0088cc;
  border-style: solid;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  height: 21px;
  line-height: 21px;
  width: 80px;
  display: block;
  position: absolute;
  top: 9px;
  right: 10px; }
.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: 10px; }
.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: 11px;
  color: #5085ae;
  display: block;
  margin-bottom: 30px; }
.cart-page .cart-coupon-accepted .cart-coupon-del:hover {
  color: #5085ae;
  opacity: 0.8; }
.cart-page .cart-ghost-btn {
  font-size: 11px;
  color: #5085ae;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #5085ae;
  width: 130px;
  text-align: center;
  padding: 3px 0; }
.cart-page .cart-ghost-btn:hover {
  color: #ffffff;
  background-color: #5085ae;
  text-decoration: none; }
.cart-page .cart-special-order {
  color: #1b304c;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px; }
.cart-page .cart-order-title {
  font-size: 18px;
  margin-bottom: 15px; }
.cart-page .cart-page-top h1 {
  text-transform: uppercase;
  font-size: 37px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 40px; }
.cart-page .cart-checkbox-box {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 13px;
  color: #404040;
  width: 100%;
  text-align: left; }
.cart-page .cart-checkbox-box.cart-checkbox-box-bold {
  font-size: 15px;
  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: 15px;
  width: 15px;
  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: 30px;
  font-size: 11px;
  padding: 0px 5px; }
.cart-page .not-valid {
  box-shadow: 0px 0px 1px 2px red; }

.cart-offer-box {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 25px 20px 20px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 20px;
  background-color: #ffffff; }
.cart-offer-box .cart-offer-left {
  float: left;
  margin-right: 25px; }
.cart-offer-box .cart-offer-left img {
  max-width: 160px;
  margin-bottom: 15px; }
.cart-offer-box .cart-offer-left .cart-voucher-txt {
  font-size: 13px;
  color: #a2a2a2;
  text-align: center; }
.cart-offer-box .cart-offer-middle {
  float: left;
  width: calc(100% - 310px); }
.cart-offer-box .cart-offer-middle .cart-offer-title {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  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: 10px; }
.cart-offer-box .cart-offer-middle .cart-offer-guests {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.5); }
.cart-offer-box .cart-offer-middle .cart-offer-address {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-right: 40px;
  margin-bottom: 5px; }
.cart-offer-box .cart-offer-middle .cart-offer-available {
  font-size: 13px;
  color: #349c37;
  position: relative;
  padding-left: 25px;
  margin-top: 10px; }
.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: 14px;
  height: 14px;
  left: 0;
  top: 3px; }
.cart-offer-box .cart-offer-right {
  float: right; }
.cart-offer-box .cart-offer-right .cart-offer-old-price {
  font-size: 12px;
  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: 19px;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  text-align: right;
  margin-bottom: 10px;
  font-weight: 600; }
.cart-offer-box .cart-offer-right .cart-offer-saved {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px; }
.cart-offer-box .cart-offer-right .cart-offer-del {
  text-align: right;
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 12px;
  color: #5085ae;
  border: none;
  background-color: inherit;
  width: 100%;
  padding-right: 0px; }
.cart-offer-box .cart-offer-right .cart-offer-del img {
  width: 11px;
  height: 14px;
  margin-top: -3px;
  margin-right: 5px; }
.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: 40px; }
.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: 12px; }
.cart-offer-box .cart-offer-right .cart-offer-right-bottom span {
  color: #4bc3ee; }
.cart-offer-box .cart-offer-right .btn {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  font-weight: normal; }
.cart-offer-box .cart-offer-right .btn:hover {
  border: 1px solid #b9b9b9; }
.cart-offer-box .cart-offer-right .btn:focus {
  border: 1px 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: 10px; }
.cart-offer-box .cart-offer-right .dropdown-menu li {
  padding: 3px 20px; }
.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: 8px;
  line-height: 17px;
  height: 17px;
  font-weight: 600;
  padding: 0px 14px; }
.cart-offer-box .cart-offer-more-features {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #dedede; }
.cart-offer-box .cart-offer-more-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #12182a;
  margin-bottom: 30px;
  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: 12px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.149);
  margin-bottom: 12px;
  font-size: 14px; }
.cart-offer-box .cart-checkbox-container .cart-checkbox-box .cart-checkmark {
  height: 20px;
  width: 20px;
  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: 1px solid #5085ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #5085ae;
  color: #fff;
  border-radius: 4px; }

.basket-remove-all-container {
  text-align: right; }

@media (max-width: 1199px) {
  .cart-page .cart-timer-box img {
    float: right;
    margin-bottom: 5px; }
  .cart-page .cart-timer-box .cart-time-left {
    float: none;
    text-align: right;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 10px; }
  .cart-page .cart-right-box {
    width: 217px; }

  .cart-more-products .cart-more-products-search .cs-right {
    margin-top: 20px; }
  .cart-more-products .cart-more-products-search .cs-right input {
    width: 235px; } }
@media (max-width: 992px) {
  .cart-page .cart-timer-box {
    margin-top: 20px;
    position: relative; }
  .cart-page .cart-timer-box .cart-timer-txt {
    position: absolute;
    top: 22px;
    left: 15px; }
  .cart-page .cart-right-box {
    position: relative;
    width: auto;
    margin-top: 20px; }
  .cart-page .cart-order-title {
    margin-top: 30px; }

  .cart-offer-box .cart-offer-middle .cart-offer-title {
    font-size: 13px; } }
@media (max-width: 767px) {
  .cart-page .cart-offer-middle {
    width: calc(100% - 98px); }
  .cart-page .cart-offer-right .cart-offer-price {
    margin-bottom: 15px; }

  .cart-offer-box .cart-offer-left img {
    max-width: 100px;
    max-height: 100px;
    width: 100px; }

  .cart-offer-txt {
    margin-bottom: 15px; } }
@media (max-width: 440px) {
  .cart-more-products .cart-more-products-search .dropdown .btn, .cart-more-products .cart-more-products-search .cs-right input {
    width: 260px; }
  .cart-more-products .cart-more-products-search .cs-middle {
    margin-top: 20px; }
  .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
    display: block;
    margin: 20px 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: 205px; } }
.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: 260px; }
.cart-step-2 .cart-tickets-sum {
  margin-bottom: 5px; }
.cart-step-2 .btn-1 {
  height: 22px;
  line-height: 20px;
  font-size: 11px;
  font-family: inherit;
  padding: 0 18px;
  margin-bottom: 25px;
  font-weight: bold; }
.cart-step-2 .cart-text-2 {
  margin-bottom: 10px; }
.cart-step-2 .cart-ssl-img {
  display: block;
  margin: 20px 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: 35px;
  height: 35px;
  left: -17px;
  top: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 35px; }
.cart-step-2 .cart-step-extra {
  position: relative;
  margin-top: 40px; }
.cart-step-2 .cart-step-extra .cart-step-title {
  margin-bottom: 40px; }
.cart-step-2 .cart-element-participant {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9; }
.cart-step-2 .cart-element-participant:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px; }
.cart-step-2 .cart-element-participant .participant-datepicker {
  background-image: url(../img/icons/icon_5.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 17px 18px; }
.cart-step-2 .cart-step-box-filled {
  min-height: 62px;
  border: 1px solid #5085ae;
  background-color: #eaf6ff;
  /* -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; */
  padding: 15px;
  margin-bottom: 10px;
  position: relative; }
.cart-step-2 .cart-step-box-filled .cart-step-circle {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #5085ae; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box {
  width: 115px;
  height: 30px;
  float: left; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 30px; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-message {
  margin-top: 5px; }
.cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-dotpay {
  max-width: 65px;
  margin-top: 6px; }
.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: 11px;
  color: #808080; }
.cart-step-2 .cart-step-box-filled .filled-step-txt-2 {
  font-size: 13px;
  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: 60px;
  display: inline-block;
  margin: 0; }
.cart-step-2 .cart-step-box-filled .cart-radio-price {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  margin-right: 25px; }
.cart-step-2 .cart-step-box-filled .cart-radio-price.special-price {
  color: #349c37; }
.cart-step-2 .cart-step-box-inactive {
  height: 62px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding: 20px 30px 0; }
.cart-step-2 .cart-step-box-inactive .cart-step-circle {
  background-color: #cdcdcd;
  color: #ffffff;
  border: 1px 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: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  /* -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; */
  background-color: #ffffff;
  padding: 30px 45px 40px;
  margin-bottom: 10px;
  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: 24px; }
.cart-step-2 .cart-step-box-current .cart-step-extra .cart-step-circle {
  top: -5px;
  left: -62px; }
.cart-step-2 .cart-step-box-current .for-checkbox {
  width: calc(100% - 30px);
  margin-left: 10px; }
.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: 11px;
  line-height: 13px;
  color: #808080; }
.cart-step-2 .cart-step-box-current .cart-step-title {
  margin-bottom: 20px; }
.cart-step-2 .cart-step-box-current.not-valid {
  box-shadow: 0px 0px 1px 2px red; }
.cart-step-2 .cart-step-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2; }
.cart-step-2 .cart-saved-address {
  padding: 15px 0 3px;
  background-color: rgba(170, 170, 170, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-bottom: 20px;
  margin-top: 10px; }
.cart-step-2 .cart-saved-address .dropdown .btn span.caret {
  top: calc(50% - 8px);
}
.cart-step-2 .cart-saved-address .dropdown li {
  line-height: 1.2;
  margin: 0 0 5px 0;
  font-size: 13px;
}
.cart-step-2 .cart-saved-address .dropdown li:after {
  display: none;
}
.cart-step-2 .cart-zip input {
  width: 90px; }
.cart-step-2 .cart-city {
  padding-left: 15px; }
.cart-step-2 .cart-city input {
  width: 160px; }
.cart-step-2 .cart-tel {
  margin-bottom: 20px; }
.cart-step-2 .cart-tel input {
  margin-bottom: 5px; }
.cart-step-2 .cart-tel .cart-tel-txt {
  display: block;
  font-size: 10px;
  color: #404040;
  opacity: 0.45; }
.cart-step-2 .cart-offer-box {
  padding: 0;
  box-shadow: none; }
.cart-step-2 label {
  color: #404040;
  font-size: 13px;
  width: 190px;
  text-align: right;
  padding-right: 15px;
  font-weight: normal; }
.cart-step-2 label.for-checkbox {
  width: auto;
  text-align: left;
  padding-right: 0;
  font-weight: normal;
  line-height: 16px; }
.cart-step-2 .dropdown {
  margin-bottom: 12px;
  width: 265px;
  display: inline-block; }
.cart-step-2 .dropdown .btn {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 4px;
  width: 265px;
  text-align: left;
  padding: 7px 10px;
  font-size: 13px;
  color: #404040;
  height: 40px;
  font-weight: normal; }
.cart-step-2 .dropdown .btn span {
  position: absolute;
  right: 10px;
  top: 11px; }
.cart-step-2 .dropdown .btn .dropdown-content {
  position: static;
  right: auto;
  top: auto; }
.cart-step-2 .cart-step-delivery-select {
  font-size: 16px;
  float: right; }
.cart-step-2 .cart-step-delivery-select .dropdown {
  width: auto; }
.cart-step-2 .cart-step-delivery-select .dropdown-toggle {
  width: 120px;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  height: 36px;
  padding: 0px 10px;
  line-height: 16px; }
.cart-step-2 .cart-step-delivery-select .dropdown-toggle span {
  position: absolute;
  right: 10px;
  top: 5px; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li {
  padding: 0px; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li a {
  padding: 0px 10px;
  font-size: 13px; }
.cart-step-2 .cart-step-delivery-select .dropdown-menu li a img {
  width: 25px; }
.cart-step-2 .dropdown .dropdown-menu {
  width: 100%;
  max-width: 265px;
  font-size: 13px;
  color: #404040; }
.cart-step-2 .dropdown .btn:hover {
  border: 1px solid #b9b9b9; }
.cart-step-2 .dropdown .btn:focus {
  border: 1px solid #4d90fe; }
.cart-step-2 .dropdown-menu > li {
  padding: 3px 20px; }
.cart-step-2 .dropdown-menu > li:hover {
  background-color: #ffffff;
  color: #0184e2; }
.cart-step-2 .cart-gift-desc {
  margin-top: 20px; }
.cart-step-2 .cart-ticket-gift {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0 0; }
.cart-step-2 .cart-ticket-gift .cart-gift-txt {
  font-size: 14px;
  color: #404040;
  margin-right: 20px;
  display: block;
  margin-bottom: 10px; }
.cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
  float: left;
  width: calc(50% - 15px);
  margin-right: 15px; }
.cart-step-2 .cart-ticket-gift .cart-gift-textarea label {
  vertical-align: top;
  margin-top: 10px; }
.cart-step-2 .cart-ticket-gift .cart-gift-textarea textarea {
  height: 38px;
  margin-bottom: 0;
  resize: none;
  overflow: hidden;
  padding: 9px 15px;
  margin-left: 0;
  display: inline-block; }
.cart-step-2 .cart-ticket-gift input {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 5px; }
.cart-step-2 .cart-ticket-gift .dropdown {
  width: 100%;
  margin-bottom: 5px; }
.cart-step-2 .cart-ticket-gift .dropdown .btn {
  width: 100%; }
.cart-step-2 .cart-ticket-gift .cart-next-gift {
  font-size: 10px;
  color: #5085ae; }
.cart-step-2 .cart-ticket-gift .cart-next-gift:hover {
  opacity: 0.8; }
.cart-step-2 .cart-agreements {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 30px; }
.cart-step-2 .cart-agreements .checkbox {
  float: left;
  margin-top: 0; }
.cart-step-2 .cart-step-bottom-btns {
  margin-top: 20px; 
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}
.cart-step-2 .cart-wrong .cart-checkbox-box .cart-checkmark {
  border: 1px solid #f20c0c;
  border-radius: 4px;
  background-color: rgba(242, 12, 12, 0.051);
  background-image: none; }
.cart-step-2 .cart-checkbox-container.cart-new-account {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #d9d9d9; }
.cart-step-2 .cart-new-account .cart-new-account-badge {
  position: absolute;
  content: '';
  background-color: #466fe7;
  color: #ffffff;
  text-transform: uppercase;
  width: 122px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: -135px;
  text-align: center;
  border-radius: 14px; }
.cart-step-2 .cart-new-account .cart-element label {
  vertical-align: middle; }
.cart-step-2 .cart-pass-user {
  font-size: 11px;
  color: #404040;
  opacity: 0.45;
  margin-bottom: 5px; }
.cart-step-2 .cart-more-fields {
  display: none; }
.cart-step-2 .cart-checkbox-container {
  margin-bottom: 15px; }
.cart-step-2 .cart-checkbox-container .cart-agreement-desc {
  font-size: 11px;
  color: #808080;
  padding-left: 30px;
  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: 20px; }
.cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
  position: absolute;
  width: 17px;
  height: 11px;
  bottom: 30px;
  right: 8px;
  cursor: pointer; }
.cart-step-2 .cart-radio-box {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  color: #404040;
  font-weight: normal;
  min-height: 42px;
  padding: 10px 15px 10px 28px; }
.cart-step-2 .cart-radio-box input {
  position: absolute;
  opacity: 0; }
.cart-step-2 .cart-radio-checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px 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: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #466fe7; }
.cart-step-2 .cart-radio-container {
  min-height: 42px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px; }
.cart-step-2 .cart-radio-container:hover {
  border: 1px solid #b9b9b9; }
.cart-step-2 .cart-radio-container:focus {
  border: 1px 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: 13px;
  color: #404040;
  vertical-align: top;
  margin-left: 5px;
  width: 180px;
  display: inline-block; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
  float: right;
  width: calc(100% - 275px); }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-time {
  font-style: italic;
  font-size: 12px;
  color: #a4a4a4;
  margin-right: 10px;
  width: 40%;
  display: inline-block; }
.cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-price {
  font-size: 16px;
  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: 60px;
  display: inline-block;
  margin: 0; }
.cart-step-2 .cart-radio-container .cart-radio-desc figure img {
  display: block;
  margin: 0 auto;
  max-width: 40px;
  height: auto;
  padding-top: 5px; }
.cart-step-2 .cart-radio-container.checked {
  border-width: 1px;
  border-color: #0088cc;
  border-style: solid;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 3px 0px 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: 14px;
  height: 14px;
  background-repeat: no-repeat;
  right: -7px;
  top: 12px; }
.cart-step-2 .cart-checked.cart-input-container:after {
  background-image: url(../img/icons/basket/correct.svg); }
.cart-step-2 .cart-wrong input {
  border: 1px solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 5px; }
.cart-step-2 .cart-wrong .cart-wrong-txt {
  display: block;
  font-size: 11px;
  color: #f20c0c;
  margin-bottom: 12px; }
.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: 30px; }
.cart-step-2 .btn.dropdown-toggle {
  text-transform: none;
  line-height: 19px; }
.cart-step-2 .btn.dropdown-toggle:after {
  display: none; }
.cart-step-2 .btn.dropdown-toggle span img {
  margin-left: 0px;
  width: 25px
}
.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: 130px; }

  .cart-page.cart-step-2 textarea {
    margin-left: 130px; } }
@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: 25px;
    padding-left: 20px;
    padding-right: 20px; }

  .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: 5px; }
  .cart-step-2 .cart-step-bottom-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    left: 0;
    z-index: 10; }
  .cart-step-2 .cart-step-title {
    padding-left: 30px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    width: calc(100% - 270px); }
  .cart-step-2 .cart-agreements .cart-checkbox-box {
    font-size: 11px;
    line-height: 13px; }
  .cart-step-2 .cart-checkbox-box.cart-checkbox-box-bold {
    font-size: 13px; }

  .cart-step-1 .cart-step-bottom-btns {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    left: 0;
    z-index: 10;
    /*& .btn-cart {
      width: 190px;
      float: right;
    }*/ } }
@media (max-width: 640px) {
  .cart-step-2 label {
    width: 140px; }
  .cart-step-2 textarea {
    margin-left: 155px; } }
@media (max-width: 600px) {
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    display: block;
    float: none;
    width: calc(100% - 30px); }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
    margin-left: 65px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-price {
    display: block;
    float: none;
    margin-left: 65px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    width: calc(100% - 100px); }
  .cart-step-2 .cart-step-title {
    font-size: 16px; } }
@media (max-width: 590px) {
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    float: none;
    width: 265px; } }
@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: 196px;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
    }*/ }
  .cart-step-2 .cart-step-bottom-btns .link-1 {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 60px;
    overflow: hidden;
    margin: 10px 0; } }
@media (max-width: 500px) {
  .cart-step-2 .cart-step-box-filled .filled-step-details {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 115px; }
  .cart-step-2 .cart-step-box-filled .filled-step-details .cart-ghost-btn {
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .cart-step-2 .cart-step-box-filled {
    height: 90px; } }
@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: 16px;
    right: -15px; } }
@media (max-width: 480px) {
  .cart-step-2 label {
    width: 105px; }
  .cart-step-2 .cart-step-box-inactive {
    min-height: 62px;
    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: 90px; }
  .cart-step-2 .cart-element .cart-input-container.cart-city {
    width: calc(100% - 95px); }
  .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: 246px; }
  .cart-step-2 .dropdown {
    width: 255px; }
  .cart-step-2 .dropdown .btn {
    width: 255px; }
  .cart-step-2.cart-page textarea {
    width: 255px;
    margin-left: 0; }
  .cart-step-2 .cart-saved-address {
    padding: 15px 10px 3px; }
  .cart-step-2 .cart-saved-address .dropdown {
    width: 245px; }
  .cart-step-2 .cart-saved-address .dropdown .btn {
    width: 245px; }

  .cart-page input {
    width: 255px; } }
@media (max-width: 420px) {
  .cart-step-2 .cart-ticket-gift input {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    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: 105px; } }
@media (max-width: 380px) {
  .cart-step-2 .cart-city {
    padding-left: 10px; }
  .cart-step-2 .dropdown {
    width: 185px; }
  .cart-step-2 .dropdown .btn {
    width: 185px; }
  .cart-step-2 .cart-saved-address .dropdown {
    width: 170px; }
  .cart-step-2 .cart-saved-address .dropdown .btn {
    width: 170px; }
  .cart-step-2 .cart-radio-box {
    padding: 10px 15px 10px 40px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    margin-left: 10px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
    margin-left: 72px; }
  .cart-step-2 input {
    width: 185px; }
  .cart-step-2 .cart-checked.cart-input-container:after, .cart-step-2 .cart-wrong.cart-input-container:after {
    left: 176px; }
  .cart-step-2 .cart-zip input {
    width: 70px; }
  .cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
    right: 35px; }
  .cart-step-2.cart-page textarea {
    width: 185px; } }
.cart-step-3 {
  /*& .btn-cart {
    padding: 0 20px;
    width: 130px;
    margin: 0 auto 20px;
    
    &.btn-cart-wide {
      width: 240px;
    }
  }*/ }
.cart-step-3 .btn-1 {
  text-transform: uppercase;
  float: none;
  width: 250px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  text-align: center; }
.cart-step-3 .cart-offer-link {
  font-size: 12px;
  line-height: 46px; }
.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: 30px; }
.cart-step-3 .cart-desc-box-left .cart-desc-txt-1 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  margin-top: -5px; }
.cart-step-3 .cart-desc-box-left .cart-desc-txt-2 {
  font-size: 13px; }
.cart-step-3 .cart-desc-box-right {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #a6a6a6;
  font-weight: 600;
  float: none;
  line-height: 60px; }
.cart-step-3 .cart-desc-box-right span {
  color: #1a1a1a; }
.cart-step-3 .cart-short-info-box {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
  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: 16px;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600; }
.cart-step-3 .cart-short-info-box .cart-short-info-det {
  font-size: 13px;
  margin-bottom: 15px; }
.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: 13px;
  line-height: 21px;
  color: #404040; }
.cart-step-3 .cart-short-info-box .cart-short-info-bar {
  height: 1px;
  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: 32px;
  margin-top: 9px; }
.cart-step-3 .filled-step-img-box .filled-dotpay {
  width: 97px;
  height: 29px;
  margin-top: 6px; }
.cart-step-3 .filled-step-txt-1 {
  font-size: 13px;
  color: #b3b3b3; }
.cart-step-3 .filled-step-txt-2 {
  font-size: 16px;
  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: 1px solid #d9d9d9;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding: 0 14px; }
.cart-step-3 .cart-offer-box .cart-voucher-no {
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 10px; }
.cart-step-3 .cart-offer-box .cart-reg-accepted {
  font-size: 13px;
  color: #5085ae;
  margin-top: 10px;
  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: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-top: 15px;
  background-color: rgba(170, 170, 170, 0.12); }
.cart-step-3 .cart-offer-box .cart-offer-notes p {
  font-size: 12px;
  line-height: 17px;
  color: #1a1a1a;
  margin-top: 5px;
  margin-bottom: 5px; }
.cart-step-3 .cart-offer-box .cart-offer-notes .cart-offer-notes-divider {
  width: 100%;
  height: 1px;
  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: 20px; }
.cart-step-3 .cart-page-top h1 {
  margin-bottom: 0; }
.cart-step-3 .cart-summary-desc-txt {
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 25px; }
.cart-step-3 .cart-summary-desc-number {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  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% - 160px); }
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
    margin-bottom: 30px; } }
@media (max-width: 992px) {
  .cart-step-3 .cart-desc-box-left {
    margin-bottom: 15px; }
  .cart-step-3 .cart-desc-box-right {
    float: none;
    line-height: 20px;
    margin-bottom: 20px;
    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: 15px; }
  .cart-step-3 .cart-desc-box-right {
    margin-left: 15px !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: 10px; }
  .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 10px;
    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: 10px; } }
.cart-empty {
  text-align: center; }

.tooltipster-base {
  font-size: 11px; }

.tooltipster {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer; }

.parsley-errors-list {
  padding: 0;
  display: block;
  font-size: 11px;
  color: #f20c0c;
  margin-bottom: 12px;
  margin-top: 0px;
  list-style-type: none; }

.parsley-errors-list li{
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 0px;
}

.cart-page input.parsley-error {
  border: 1px solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 5px; }

.cart-more-products {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
.cart-more-products .cart-more-products-search {
  margin: 0 20px; }
.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: 15px; }
.cart-more-products .cart-more-products-search .cs-left .btn, .cart-more-products .cart-more-products-search .cs-middle .btn {
  border-width: 1px;
  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: 35px;
  padding: 0 10px;
  line-height: 35px; }
.cart-more-products .cart-more-products-search .cs-left .btn:hover, .cart-more-products .cart-more-products-search .cs-middle .btn:hover {
  border: 1px 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: 1px 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: 10px; }
.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: 3px 20px; }
.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: 35px;
  margin-bottom: 0;
  vertical-align: middle;
  width: 205px;
  padding-left: 45px; }
.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: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 9px; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 17px;
  background-color: #5e5e5e;
  opacity: 0.25;
  left: 36px;
  top: 9px; }
.cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
  height: 35px;
  padding: 0 15px;
  line-height: 35px; }
.cart-more-products .cart-more-products-search .cs-see-more {
  display: block;
  font-size: 12px;
  color: #5085ae;
  margin-top: 25px;
  margin-bottom: 10px; }
.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: 18px;
  font-weight: 600;
  margin: 10px 0 20px 20px; }
.cart-more-products .cart-more-products-box {
  /*background-color: $text-color-primary;*/
  color: #fff;
  font-size: 12px;
  padding: 20px;
  margin-bottom: 45px; }
.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: 60px; }

@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: 15px; }
  .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: 20px; }
  .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: 70px;
    text-align: center;
    margin: 20px 0; } }
.order-edit-container {
  max-width: 320px;
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 100px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 25px 20px 20px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background-color: #e6e6e6; }


.order-edit-container p {
  line-height: 30px;
  margin-top: 0px;
  font-size: 15px;
}

.order-edit-spacer {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 20px 0px; }

.simple-btn {
  padding: 0 20px;
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 46px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  font-size: 15px;
  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: 15px;
  font-weight: bold;
  margin-top: 10px; }

.cart-text-free-delivery-left {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 20px; }
.cart-text-free-delivery-left .cart-to-free-delivery-left {
  color: #e28000; }

.cart-own-courier-postal-check {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  padding: 20px 45px;
  margin-bottom: 10px;
  position: relative;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

@media (max-width: 992px) {
  .cart-own-courier-postal-check {
    padding: 20px; } }
.page-basket {
  /* background-color: #f4f4f4; */
  min-height: calc(100vh - 16rem - 10.6rem);
}

.my-material ul li {
  margin-bottom: 30px; }

.my-material-content {
  padding: 0 33px;
  max-width: 590px; }

.my-material-right {
  min-width: 221px;
  text-align: right; }

.my-material-content b {
  color: #B9B9B9;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  display: block; }

.my-material-content p {
  font-weight: 600;
  color: #111111;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px; }

.summary-box {
  border: 1px solid #E1E1E1;
  padding: 23px 37px;
  background-color: #fff;
  color: #393939; }

.main-summary {
  font-size: 18px;
  font-family: "Roboto-Bold"; }

.subtext-summary {
  font-size: 14px;
  font-family: "Roboto", open sans; }

.summary-box-bottom .btn-loging {
  width: auto;
  min-width: 130px; }

.summary-box-bottom .ask-basket {
  font-size: 14px;
  color: #D26479;
  line-height: 24px; }

.summary-inner-sub {
  color: #BCBCBC;
  font-size: 14px;
  margin-top: 20px; }

.summary-inner-text,
.summary-inner-text a {
  color: #393939;
  font-size: 14px; }

.main-summary p {
  font-size: 14px;
  color: #393939;
  margin-top: 20px; }

.summary-inner-prod {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  padding: 30px 35px;
  margin-top: 20px; }

.summary-inner-prod a {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #393939; 
}

.summary-inner-prod a:hover {
  color: #466fe7; }

.summary-box-img {
  width: 100px;
  height: 75px;
  margin-right: 25px;
  object-fit: scale-down; }

.summary-box-right input {
  width: 105px;
  height: 42px;
  border: 1px solid #CECECE;
  line-height: 42px;
  text-align: center;
  padding: 0 20px; }

.single-basket-price {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 5px; }

.basket-remove {
  color: #DB2B1D;
  text-align: right;
  cursor: pointer;
  font-size: 16px;
  margin-top: 14px; }

.basket-price p {
  font-size: 18px;
  color: #B9B9B9; }

.basket-price h4 {
  font-weight: 600;
  font-size: 18px; }

.basket-price h4.basket-total-price {
  font-size: 28px; }

.basket-details {
  float: left;
  width: 100%; }

.basket-details ul li {
  padding: 15px 0;
  border-bottom: 1px solid #EBEBEB; }

.basket-details ul li:last-child {
  border-bottom: none; }

.price-progress {
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  margin-bottom: 15px; }

.progress-inner {
  width: 100%;
  height: 3px;
  background-color: #2186E9; }

.basket-price span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600; }

.basket-price .available {
  color: #3BA55D; }

.basket-price .not-available {
  color: #f2670a; }

.free-delivery {
  margin-top: 19px; }

.free-delivery .delivery-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 9px; }

.free-delivery .delivery-desc {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 16px; }

.free-delivery .delivery-desc span {
  color: #2186E9; }

.btn.add-coupon-btn {
  padding: 6px 14px; 
  border: 1px solid #dfdfdf !important; }

.coupon-field .btn {
  width: 45px;
  height: 38px;
  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: 5px; }

.remove-all-basket {
  font-size: 16px;
  color: #B9B9B9;
  margin-top: 15px; }

.remove-all-basket:hover {
  color: #B9B9B9; }

/* #basket-items ul {
  margin-right: 40px; } */
#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: 25px; } }

.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: 16px;
}

.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: 1px solid #E239A0 !important;
  color: #E239A0 !important;
}

.btn-pink-o:hover {
  border: 1px 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: 55px;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .summary-inner-product-name {
    margin-top: 15px;
  }
}

/* fix dropdown */


.cart-step-delivery-select ul>li:after {
  content: none;
}

.cart-step-delivery-select ul li {
  margin: 0px;
}
/* end fix dropdown */

.cart-step-2 .btn.dropdown-toggle {
  border: 1px solid gray !important;
  border-radius: 5px;
}

.cart-step-2 .dropdown .btn span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: calc(50% - 2px);
}

.cart-step-2 .cart-inv-country-select ul li:after {
  display: none;
}

.cart-step-2 .cart-inv-country-select ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.btn-login-user-order-container {
  padding: 20px 20px;
  border: 1px solid gray !important;
  border-radius: 4px;
  margin-top: 35px;
  background-color: #fff;
}

.btn-login-user-order {
  color: white;
  background-color: #ef7d00;
  padding: 5px 15px;
  border-radius: 10px;
}

.btn-login-user-order:hover {
  color: white;
}

#modalInpost {
  z-index: 9999;
}

#user-exists {
  font-size: 14px;
  margin-top: 10px;
  color: #f20c0c;
}

.cart-desc-text {
  font-size: 13px;
}

.cart-page .btn.btn-get-gus {
  font-size: 1.6rem;
  height: 38px;
  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: 0px !important;
    margin-bottom: 15px;
  }
}

@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: 160px;
}

.areacode-select {
  position: relative;
  cursor: pointer;
  border-radius: 4px !important;
  border: 1px solid #e6e6e6;
  height: 38px;
  padding-left: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  margin-bottom: 12px;
  top: 5px;
}
.areacode-select .selected, .option {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 38px;
  padding-left: 10px;
}
.areacode-select .selected img, .option img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.areacode-select .options {
  display: none;
  position: absolute;
  background: white;
  width: 180px;
  border: 1px solid #ccc;
  left: 0px;
  z-index: 100;
  padding-left: 5px;
  padding-right: 5px;
}
.areacode-select.open .options {
  display: block;
}
.areacode-select span {
  padding-top: 4px;
  padding-left: 3px;
}
.areacode-select .option_search {
  margin-top: 10px;
  left: 0px;
}
.areacode-select .areacode_search {
  width: 140px;
  margin-top: 10px;
}

.summary-inner-price s {
  font-size: 2rem;
  color: #b4b4b4;
}