.sliding-cart-bg {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: rgba(191, 209, 215, 0.5);
  transition: 0.5s;
}
.sliding-cart-bg .sliding-cart {
  height: 100%;
  width: 100vw;
  max-width: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: -450px;
  background-color: #FFFFFF;
  color: #1F2951;
  overflow-x: hidden;
  transition: 0.5s;
  max-width: 450px;
}
.sliding-cart-bg .sliding-cart .close-btn {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 50px;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #1F2951;
}
.sliding-cart-bg .sliding-cart .close-btn:hover {
  text-decoration: none;
}
.sliding-cart-bg .sliding-cart .sliding-cart-header {
  border-bottom: 1px solid #CDDCE3;
  padding: 20px 30px 15px;
  font-size: 25px;
  font-weight: 900;
  height: 70px;
  text-transform: uppercase;
}
.sliding-cart-bg .sliding-cart .sliding-cart-body {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
  height: calc(100vh - 320px);
  overscroll-behavior-y: contain;
}
@media (min-width: 600px) {
  .sliding-cart-bg .sliding-cart .sliding-cart-body {
    height: calc(100vh - 400px);
  }
}

.sliding-cart-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}
.sliding-cart-item .cart-item-info {
  width: calc(100% - 30px);
  line-height: 1.2;
}
.sliding-cart-item .cart-item-info .cart-item-info-description {
  font-size: 12px;
}
.sliding-cart-item .cart-item-info .cart-item-info-description .course-short-name {
  font-weight: bold;
}
.sliding-cart-item .cart-item-info .cart-item-info-description .course-name {
  margin-bottom: 6px;
  opacity: 0.6;
}
.sliding-cart-item .cart-item-info .cart-item-info-description .cart-item-dates {
  color: rgba(31, 41, 81, 0.5019607843);
  margin-bottom: 6px;
}
.sliding-cart-item .cart-item-info .cart-item-info-description .cart-item-dates .cart-item-dates-value {
  color: #1F2951;
  font-weight: bold;
}
.sliding-cart-item .cart-item-info .cart-item-prices {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(31, 41, 81, 0.5019607843);
}
.sliding-cart-item .cart-item-info .cart-item-prices .cart-change-amount i {
  cursor: pointer;
}
.sliding-cart-item .cart-item-info .cart-item-prices .cart-change-amount .amount {
  color: #1F2951;
  font-weight: bold;
}
.sliding-cart-item .cart-item-info .cart-item-prices .cart-item-price .cart-item-price-value {
  font-size: 16px;
  color: #1F2951;
  font-weight: bold;
}
.sliding-cart-item .cart-item-info .delete-item {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0px;
}
.sliding-cart-item .cart-item-info .delete-item i {
  color: #CDDCE3;
}
.sliding-cart-item .cart-item-info .delete-item i:hover {
  color: #DD1729;
  cursor: pointer;
}

.sliding-cart-item:not(:last-child) {
  border-bottom: 1px solid #CDDCE3;
}

.sliding-cart-footer {
  height: 300px;
  padding: 20px 30px;
}
.sliding-cart-footer .you-saved {
  color: red;
}
.sliding-cart-footer .you-saved .title,
.sliding-cart-footer .net-price .title {
  padding-top: 4px;
}
.sliding-cart-footer .you-saved .price, .sliding-cart-footer .net-price .price,
.sliding-cart-footer .payment-on-the-spot, .sliding-cart-footer .gross-price .price {
  font-size: 22px;
  font-weight: 900;
}
.sliding-cart-footer .net-price, .sliding-cart-footer .gross-price,
.sliding-cart-footer .on-the-spot, .sliding-cart-footer .you-saved {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.sliding-cart-footer .gross-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.sliding-cart-footer .gross-price .cart-price-gross {
  font-size: 24px;
  color: #00C0FF;
}
.sliding-cart-footer .gross-price .title {
  opacity: 0.6;
  font-size: 12px;
}
.sliding-cart-footer .net-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.sliding-cart-footer .net-price .cart-price-net {
  font-size: 12px;
}
.sliding-cart-footer .net-price .title {
  opacity: 0.6;
  font-size: 12px;
}
.sliding-cart-footer .button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
}
.sliding-cart-footer .button i {
  margin-left: 10px;
}
.sliding-cart-footer .button.button-primary {
  background-color: #00C0FF;
  color: #FFFFFF;
  border-radius: 15px;
}
.sliding-cart-footer .button.button-large {
  width: 100%;
  padding: 14px 34px;
  font-weight: 700;
}
.sliding-cart-footer .bottom-container {
  background-color: #82D326;
  border-radius: 25px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.sliding-cart-footer .bottom-container .title {
  color: white;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 20px;
}
.sliding-cart-footer .bottom-container .subtitle {
  color: black;
  font-size: 12px;
  color: #2D5500;
}
.sliding-cart-footer .bottom-container .medical-certificate-button {
  background-color: white;
  border-radius: 25px;
  color: #2D5500;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 20px;
}
.sliding-cart-footer .bottom-container #bottom-container-svg {
  position: absolute;
  height: 200px;
  top: -60px;
  right: 40px;
  opacity: 0.4;
  width: auto;
}

.opito-course {
  color: #0D87CE;
}

.gwo-course {
  color: #39B1A7;
}

.numberCircle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
  background: transparent;
  border: 1px solid red;
  color: red;
  text-align: center;
  font: 17px Arial, sans-serif;
  float: right;
}

.cart-counter {
  font-family: "Nunito Sans", sans-serif;
}

.line-through {
  text-decoration: line-through;
}

/*# sourceMappingURL=sliding_cart.css.map */
