@charset "UTF-8";
/* 
    Theme variables for teacher portal
    Created on : 24 сент. 2020 г., 14:18
    Author     : ninomt
*/
/* Colors */
/* Color scheme */
/* main menu */
/* footer */
/* buttons */
/* links */
/* text */
/* Fonts */
/* Images */
/* Sizes */
/* CSS color variables */
:root {
  --main-color:     $main-color;
  --main-dark:      $main-dark;
  --color1-light:   #F76E7F;
  --color1-main:    #b70a1f;
  --color1-dark:    #910819;
  --color2-light:   #80E5BC;
  --color2-main:    #209a68;
  --color2-dark:    #1A7F56;
  --color3-light:   #9CD98C;
  --color3-main:    #51ad39;
  --color3-dark:    #367326;
  --color4-light:   #7CC3E9;
  --color4-main:    #2088c1;
  --color4-dark:    #165D83;
  --color-gray-1:   #f5f5f5;
  --color-gray-2:   #e5e5e5;
  --color-gray-3:   #777777;
  --color-gray-4:   #444444; }

.course-card {
  display: inline-flex;
  flex-direction: column;
  height: 11vw;
  min-height: 22rem;
  background: #FFF;
  border-radius: 0;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.15);
  border: none;
  margin-left: 1rem; }
  @media (max-width: 991.98px) {
    .course-card {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  @media (max-width: 991.98px) {
    .course-card {
      min-height: 17rem; } }
  .course-card::after {
    display: none; }
  .course-card .course-type {
    padding-left: .5rem;
    font-size: .8rem; }
    @media (max-width: 991.98px) {
      .course-card .course-type {
        font-size: .6rem; } }
  .course-card .price-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .course-card .price-container .price-tag {
      display: flex;
      width: 120px;
      height: 56px;
      margin-left: -1rem;
      background: url("/images/price-tag-orange.png") no-repeat;
      background-size: 100%; }
      @media (max-width: 991.98px) {
        .course-card .price-container .price-tag {
          width: 90px;
          height: 43px;
          margin-left: -.7rem; } }
      .course-card .price-container .price-tag span {
        color: white;
        padding-right: 0;
        margin: auto 0.5rem auto auto; }
        @media (max-width: 991.98px) {
          .course-card .price-container .price-tag span {
            font-size: .6rem; } }
      .course-card .price-container .price-tag .falling-rouble {
        font-family: "Helvetica Neue"; }
    .course-card .price-container span {
      color: #f29115;
      align-self: center;
      padding-right: 1rem; }
      @media (max-width: 991.98px) {
        .course-card .price-container span {
          font-size: .8rem; } }
    .course-card .price-container .sale {
      display: flex;
      flex-direction: column;
      font-size: .7rem;
      margin: auto; }
      .course-card .price-container .sale span {
        margin: 0; }
      .course-card .price-container .sale .prices {
        margin-left: 2rem; }
        @media (max-width: 991.98px) {
          .course-card .price-container .sale .prices {
            margin-left: 1rem; } }
        .course-card .price-container .sale .prices .old-price {
          text-decoration: line-through;
          font-size: .6rem; }
          @media (max-width: 991.98px) {
            .course-card .price-container .sale .prices .old-price {
              font-size: .4rem; } }
        .course-card .price-container .sale .prices .old-price .falling-rouble, .course-card .price-container .sale .prices .new-price .falling-rouble {
          font-family: "Helvetica Neue"; }
      .course-card .price-container .sale .sale-date {
        margin-left: auto; }
        @media (max-width: 991.98px) {
          .course-card .price-container .sale .sale-date {
            font-size: .4rem; } }
  .course-card .course-logo {
    background-image: url("/images/course-logo-stub.png");
    background-position: 0 0, center center;
    background-size: cover;
    background-color: #c4d3d7;
    height: 10rem; }
    @media (max-width: 991.98px) {
      .course-card .course-logo {
        height: 6.5rem; } }
    .course-card .course-logo .first {
      text-transform: uppercase;
      padding: .2rem .6rem;
      background: #960911;
      min-width: 7rem;
      color: white;
      font-size: small;
      margin: unset;
      text-align: center;
      margin: 1px; }
      @media (max-width: 991.98px) {
        .course-card .course-logo .first {
          font-size: 0.5rem;
          width: 5rem;
          min-width: unset; } }
      @media (max-width: 767.98px) {
        .course-card .course-logo .first {
          paddding: 0; } }
    .course-card .course-logo .second {
      padding: .2rem;
      background: #fff;
      width: 6.94rem;
      font-size: small;
      text-align: center;
      color: #a1a2a7;
      margin: 1px; }
      @media (max-width: 991.98px) {
        .course-card .course-logo .second {
          font-size: 0.5rem;
          width: 5rem; } }
      @media (max-width: 767.98px) {
        .course-card .course-logo .second {
          paddding: 0; } }
      .course-card .course-logo .second .next-button {
        filter: grayscale(1);
        height: 10px; }
    .course-card .course-logo .new-course-label {
      display: none;
      background: var(--main-color-blue);
      position: absolute;
      top: 1rem;
      left: 1rem;
      padding: 0.1rem 0.5rem;
      font-size: 0.9rem;
      color: #FFF; }
  .course-card .new-course-label {
    display: none;
    background: var(--main-color-blue);
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
    color: #FFF; }
  .course-card .level-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 4.75rem;
    right: 1.0rem;
    border-radius: 50%;
    box-sizing: content-box; }
    @media (max-width: 991.98px) {
      .course-card .level-logo {
        width: 50px;
        height: 50px;
        top: 4.5rem; } }
    .course-card .level-logo img {
      width: 60px;
      height: 60px; }
      @media (max-width: 991.98px) {
        .course-card .level-logo img {
          width: 50px;
          height: 50px; } }
  .course-card .course-meta {
    display: flex;
    font-size: 0.85rem;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.2rem 1rem 0; }
    @media (max-width: 991.98px) {
      .course-card .course-meta {
        padding-bottom: .6rem; } }
  .course-card .hours {
    color: black; }
  .course-card .course-name {
    padding: 0.5rem 1rem 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3rem;
    height: 3.9rem;
    overflow: hidden;
    box-sizing: content-box;
    text-transform: uppercase;
    font-size: .82rem; }
    @media (max-width: 991.98px) {
      .course-card .course-name {
        font-weight: 700;
        line-height: .7rem;
        font-size: .53rem;
        height: 2.5rem;
        padding-top: 0px; } }
    @media (max-width: 991.98px) {
      .course-card .course-name.author {
        height: 1.2rem; } }
    .course-card .course-name a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease-in-out; }
      .course-card .course-name a:active, .course-card .course-name a:focus {
        color: inherit;
        text-decoration: none;
        transition: color 0.2s ease-in-out; }
      .course-card .course-name a:hover {
        text-decoration: none; }
  .course-card .course-status {
    padding: 0 1rem 0.5rem 2.5rem;
    font-size: 0.8rem;
    color: #777; }

.red .course-card .price-container .price-tag {
  background: url("/images/price-tag-red.png") no-repeat;
  background-size: 100%; }

.cyan .course-card .price-container .price-tag {
  background: url("/images/price-tag-cyan.png") no-repeat;
  background-size: 100%; }

.green .course-card .price-container .price-tag {
  background: url("/images/price-tag-green.png") no-repeat;
  background-size: 100%; }

.orange .course-card .price-container .price-tag {
  background: url("/images/price-tag-orange.png") no-repeat;
  background-size: 100%; }

.shopping-cart-page, .order-view-page {
  padding-bottom: 4rem;
  /* forms */ }
  .shopping-cart-page .page-title, .order-view-page .page-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .shopping-cart-page h1.page-title, .order-view-page h1.page-title {
    margin-top: 3.5rem; }
  .shopping-cart-page .cart-positions, .order-view-page .cart-positions {
    border-bottom: 3px solid #C31C1E; }
    .shopping-cart-page .cart-positions .falling-rouble, .order-view-page .cart-positions .falling-rouble {
      font-family: "Helvetica Neue"; }
  .shopping-cart-page .positions, .order-view-page .positions {
    display: table;
    width: 100%;
    padding-bottom: 1rem; }
    .shopping-cart-page .positions .thead, .order-view-page .positions .thead {
      display: table-header-group;
      font-family: "Roboto Condensed", sans;
      text-transform: uppercase;
      font-size: 1rem;
      background: #e8e8e8;
      margin-bottom: 1.3em; }
      .shopping-cart-page .positions .thead .trow, .order-view-page .positions .thead .trow {
        line-height: 1em;
        border-bottom: 0px none; }
        .shopping-cart-page .positions .thead .trow .tcell, .order-view-page .positions .thead .trow .tcell {
          padding-top: 0.5em;
          padding-bottom: 0.4em;
          border-bottom: 0px none; }
    .shopping-cart-page .positions .trow, .order-view-page .positions .trow {
      display: table-row;
      border-bottom: 1px solid #ccc;
      padding: 0.4rem 0; }
      .shopping-cart-page .positions .trow .tcell, .order-view-page .positions .trow .tcell {
        display: table-cell;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #ccc; }
      .shopping-cart-page .positions .trow:last-of-type .tcell, .order-view-page .positions .trow:last-of-type .tcell {
        border-bottom: 0px none; }
    .shopping-cart-page .positions .cart-row .big-bold-text, .order-view-page .positions .cart-row .big-bold-text {
      font-size: 1.3rem;
      font-weight: bold; }
    .shopping-cart-page .positions .course-title, .order-view-page .positions .course-title {
      font-weight: bold;
      font-size: 1.3rem; }
    .shopping-cart-page .positions .course-title-2, .order-view-page .positions .course-title-2 {
      color: #666;
      text-transform: uppercase; }
    .shopping-cart-page .positions .course-desc, .order-view-page .positions .course-desc {
      color: #666; }
    .shopping-cart-page .positions .ui-button.icon-button, .order-view-page .positions .ui-button.icon-button {
      color: #888;
      margin: 0;
      text-align: center; }
      .shopping-cart-page .positions .ui-button.icon-button .ui-icon, .order-view-page .positions .ui-button.icon-button .ui-icon {
        height: auto;
        width: auto;
        position: static;
        display: inline;
        text-align: center;
        margin: auto; }
      .shopping-cart-page .positions .ui-button.icon-button .ui-button-text, .order-view-page .positions .ui-button.icon-button .ui-button-text {
        display: none; }
  .shopping-cart-page .old-price, .order-view-page .old-price {
    font-size: 0.7em;
    position: relative;
    color: #777777;
    font-weight: normal; }
    .shopping-cart-page .old-price:after, .order-view-page .old-price:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid #C31C1E;
      left: 10%;
      right: 10%;
      top: 50%;
      transform: rotate(-20deg); }
  .shopping-cart-page .promocode, .order-view-page .promocode {
    font-size: 1rem;
    background: #e5e5e5;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 0.5rem; }
  .shopping-cart-page .total-price .falling-rouble, .order-view-page .total-price .falling-rouble {
    font-family: "Helvetica Neue"; }
  .shopping-cart-page .sum-price, .shopping-cart-page .discount-price, .shopping-cart-page .total-price, .order-view-page .sum-price, .order-view-page .discount-price, .order-view-page .total-price {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 0rem;
    padding-bottom: 0rem;
    text-align: right; }
    .shopping-cart-page .sum-price .price, .shopping-cart-page .discount-price .price, .shopping-cart-page .total-price .price, .order-view-page .sum-price .price, .order-view-page .discount-price .price, .order-view-page .total-price .price {
      font-size: 1.3rem;
      font-weight: bold;
      width: 10rem;
      display: inline-block; }
  .shopping-cart-page .sum-price, .shopping-cart-page .discount-price, .shopping-cart-page .total-price, .shopping-cart-page .clear-cart-wrapper, .order-view-page .sum-price, .order-view-page .discount-price, .order-view-page .total-price, .order-view-page .clear-cart-wrapper {
    background: #e8e8e8;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.25rem; }
  .shopping-cart-page .sum-price, .order-view-page .sum-price {
    padding-top: 0.2rem; }
  .shopping-cart-page .clear-cart-wrapper, .order-view-page .clear-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem; }
    .shopping-cart-page .clear-cart-wrapper a, .order-view-page .clear-cart-wrapper a {
      color: #777; }
  .shopping-cart-page .sub-header, .order-view-page .sub-header {
    font-size: 1.25rem; }
  .shopping-cart-page .field-set label, .order-view-page .field-set label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
    color: #555; }
  .shopping-cart-page .field-set .value, .order-view-page .field-set .value {
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-size: 1.2rem; }
  .shopping-cart-page .field-set .ui-inputfield, .shopping-cart-page .field-set .ui-autocomplete, .order-view-page .field-set .ui-inputfield, .order-view-page .field-set .ui-autocomplete {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem; }
  .shopping-cart-page .field-set .ui-autocomplete .ui-autocomplete-input, .order-view-page .field-set .ui-autocomplete .ui-autocomplete-input {
    width: 100%;
    max-width: 500px; }
  .shopping-cart-page .offer-conditions, .order-view-page .offer-conditions {
    color: #666;
    font-size: 0.9rem; }

/*# sourceMappingURL=../../../../pages/cart.css.map */