@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo);
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fafbfc; }

input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search-md"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea.md-textarea {
  font-size: 16px; }

input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="search-md"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="text"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #007eb4;
  box-shadow: 0 1px 0 0 #007eb4; }

input[type="date"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="search-md"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="text"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #007eb4; }

.breadcrumb {
  margin: 0;
  padding: 14px 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
    line-height: 1.54; }
    .breadcrumb .breadcrumb-item a {
      font-weight: 600;
      color: #007eb4; }
  .breadcrumb.active {
    color: #9cafc3; }

.breadcrumb > li + li::before {
  content: ">"; }

.max-640 {
  max-width: 640px; }

.navbar {
  transition: all 0.5s ease;
  height: 60px;
  margin-bottom: 0;
  box-shadow: none; }
  .navbar .logo {
    display: inline-block; }
    .navbar .logo .mobile-logo {
      display: none; }
    .navbar .logo img {
      height: 25px;
      margin-top: 17px; }
    .navbar .logo img.fixed {
      display: none; }
  .navbar .top-search {
    position: relative;
    top: -7px;
    display: inline-block;
    left: 110px; }
    .navbar .top-search .waves-effect {
      overflow: initial; }
    .navbar .top-search input {
      margin: 0;
      font-size: 14px;
      width: 360px;
      height: 34px;
      border-radius: 4px;
      background-color: #fafbfc;
      border: solid 1px #dfeff9;
      padding: 6px 10px;
      background-image: url("../images/search-icon@2x.png");
      background-position: right 10px center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      box-sizing: inherit;
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit; }
  .navbar .nav-links {
    margin: 11px 0; }
    .navbar .nav-links a {
      font-size: 14px;
      color: #fafbfc;
      margin: 0px;
      padding: 8px 13px; }
    .navbar .nav-links a:hover {
      opacity: 0.8;
      text-decoration: none;
      background-color: transparent; }
    .navbar .nav-links .btn-clean {
      padding: 7px 21px;
      border: 1px solid #ffffff;
      border-radius: 2px; }
    .navbar .nav-links .navbar-toggle {
      margin-right: 0;
      margin-top: 3px; }
      .navbar .nav-links .navbar-toggle .icon-bar {
        background-color: #ffffff; }

.navbar.fixed,
.navbar-white {
  height: 75px;
  background: #ffffff;
  border-bottom: solid 1px #dfeff9; }
  .navbar.fixed .logo img,
  .navbar-white .logo img {
    margin-top: 25px; }
  .navbar.fixed .logo img.default,
  .navbar-white .logo img.default {
    display: none; }
  .navbar.fixed .logo img.fixed,
  .navbar-white .logo img.fixed {
    display: block; }
  .navbar.fixed .nav-links,
  .navbar-white .nav-links {
    margin: 18px 0; }
    .navbar.fixed .nav-links a,
    .navbar-white .nav-links a {
      color: #007eb4; }
    .navbar.fixed .nav-links .btn-clean,
    .navbar-white .nav-links .btn-clean {
      border: 1px solid #007eb4; }
    .navbar.fixed .nav-links .navbar-toggle .icon-bar,
    .navbar-white .nav-links .navbar-toggle .icon-bar {
      background-color: #007eb4; }

.nav-sapce {
  height: 75px; }

.header-image {
  background-image: url("../images/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .header-image .container {
    height: 524px;
    text-align: center; }
    .header-image .container h1 {
      max-width: 560px;
      margin: 163px auto 0 auto;
      color: #fafbfc;
      font-size: 32px;
      font-weight: 300;
      line-height: 1.25; }
      .header-image .container h1 span {
        font-weight: 700; }
    .header-image .container input {
      background-image: url("../images/search-icon@2x.png");
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      margin-top: 38px;
      max-width: 560px;
      width: 100%;
      height: 54px;
      padding: 15px 20px;
      font-size: 18px;
      color: #2c2d30;
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      border: none;
      box-sizing: inherit;
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit; }

.middle-content .white-box {
  padding: 40px 50px;
  border-radius: 4px;
  border: solid 1px #dfeff9;
  margin-top: -60px;
  background: #ffffff; }
  .middle-content .white-box .item {
    font-family: "Arimo", sans-serif;
    font-size: 17px;
    color: #2c2d30; }
    .middle-content .white-box .item a {
      color: #2c2d30; }
    .middle-content .white-box .item a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .middle-content .white-box .item img {
      width: 100%; }
    .middle-content .white-box .item .item-title {
      font-size: 17px;
      font-weight: 700;
      margin-top: 13px;
      margin-bottom: 4px; }
    .middle-content .white-box .item .item-category {
      font-weight: 300; }

.middle-content .categories {
  margin: 50px 0 35px 0; }
  .middle-content .categories h2 {
    margin: 0;
    font-family: "Arimo", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #2c2d30; }
  .middle-content .categories a.all-categories {
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    color: #007eb4; }
  .middle-content .categories .list {
    margin-top: 31px; }
    .middle-content .categories .list a:hover {
      text-decoration: none; }
    .middle-content .categories .list .category-item {
      height: 55px;
      border-radius: 4px;
      background-color: #ffffff;
      border: solid 1px #dfeff9;
      margin-bottom: 15px;
      font-family: "Arimo", sans-serif;
      font-size: 16px;
      color: #2c2d30;
      padding: 15px 30px 15px 20px; }
    .middle-content .categories .list .category-item.active,
    .middle-content .categories .list .category-item:hover {
      background-image: url("../images/arrow-blue@2x.png");
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 10px 18px;
      border: solid 1px #007eb4;
      color: #007eb4; }

.versions-section {
  background-color: #f4f7fa;
  border: solid 1px #dfeff9;
  padding: 63px 0; }
  .versions-section .version-item {
    text-align: center; }
    .versions-section .version-item img {
      max-height: 144px;
      max-width: 100%; }
    .versions-section .version-item .version-title {
      font-size: 22px;
      font-weight: 800;
      color: #2c2d30; }
    .versions-section .version-item .version-description {
      font-size: 16px;
      line-height: 1.38;
      color: #2c2d30;
      max-width: 300px;
      margin: 0 auto 30px auto; }
    .versions-section .version-item .clean-rounded-button {
      height: 40px;
      border-radius: 20px;
      border: solid 1px #007eb4;
      font-size: 14px;
      font-weight: 600;
      color: #007eb4;
      padding: 10px 47px; }
    .versions-section .version-item .clean-rounded-button:hover {
      text-decoration: none;
      opacity: 0.7; }

.navbar-filter {
  position: relative;
  top: 75px;
  min-height: 60px;
  height: auto;
  background-color: #fafbfc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); }
  .navbar-filter .navbar-nav li a {
    line-height: 29px;
    font-size: 14px;
    color: #2c2d30; }
  .navbar-filter .navbar-nav li .checkbox {
    margin: 0;
    padding: 10px 15px; }
    .navbar-filter .navbar-nav li .checkbox label {
      width: 100%; }
  .navbar-filter .navbar-nav li .checkbox:hover {
    opacity: 0.7; }

.list-content {
  padding: 10px 40px 35px 40px;
  border-radius: 4px;
  border: solid 1px #dfeff9;
  margin-top: 30px;
  margin-bottom: 42px;
  background: #ffffff; }
  .list-content .list-item {
    margin: 25px 0 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfeff9; }
    .list-content .list-item .list-item-logo {
      width: 50px;
      height: 50px;
      border-radius: 4px;
      background-color: transparent;
      float: left;
      background-size: contain;
      background-position: center; }
    .list-content .list-item .list-item-logo[data-letters]::before {
      content: attr(data-letters);
      display: inline-block;
      font-size: 20px;
      width: 100%;
      line-height: 47px;
      text-align: center;
      color: white; }
    .list-content .list-item .list-item-details {
      float: left;
      margin-left: 20px;
      color: #2c2d30;
      padding: 5px 15px 0 0;
      width: calc(100% - 72px); }
      .list-content .list-item .list-item-details .title {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.18; }
      .list-content .list-item .list-item-details .description {
        font-size: 13px; }
    .list-content .list-item .btn-subscribe {
      height: 30px;
      border-radius: 20px;
      background-color: #ffffff;
      border: solid 1px #007eb4;
      font-size: 14px;
      font-weight: 600;
      color: #007eb4;
      margin: 8px -15px 0 0;
      float: right;
      padding: 4px;
      width: 100%;
      text-align: center; }
    .list-content .list-item .btn-subscribe:hover {
      text-decoration: none;
      opacity: 0.7; }
  .list-content .loader {
    text-align: center;
    margin: 40px 0 8px 0; }
    .list-content .loader img {
      height: 10px; }

.checkout-content {
  padding: 0;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #dfeff9;
  margin-bottom: 42px; }
  .checkout-content .checkout-details {
    text-align: center;
    padding: 36px 40px 0 40px; }
    .checkout-content .checkout-details .logo {
      width: 50px;
      height: 50px;
      border-radius: 4px;
      background-color: transparent;
      margin: 0 auto 15px auto;
      background-size: contain;
      background-position: center; }
    .checkout-content .checkout-details .logo[data-letters]::before {
      content: attr(data-letters);
      display: inline-block;
      font-size: 20px;
      width: 100%;
      line-height: 47px;
      text-align: center;
      color: white; }
    .checkout-content .checkout-details .title {
      color: #2c2d30;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.18;
      margin-bottom: 10px; }
    .checkout-content .checkout-details .description {
      color: #2c2d30;
      font-size: 14px;
      margin-bottom: 30px; }
    .checkout-content .checkout-details.summary {
      text-align: left; }
  .checkout-content .stepper .steps {
    background-color: #fafbfc;
    border-top: solid 1px #dfeff9;
    border-bottom: solid 1px #dfeff9;
    padding: 24px; }
  .checkout-content .stepper .steps-content {
    padding: 30px 15px 40px 15px; }
    .checkout-content .stepper .steps-content .stepper-nav {
      text-align: left;
      margin-top: 5px; }
      .checkout-content .stepper .steps-content .stepper-nav .btn-clean {
        height: 40px;
        border-radius: 20px;
        background-color: #ffffff;
        border: solid 1px #007eb4;
        font-size: 14px;
        font-weight: 600;
        color: #007eb4;
        margin: 0;
        padding: 9px 30px;
        text-align: center;
        display: inline-block; }
      .checkout-content .stepper .steps-content .stepper-nav .btn-clean-alternative {
        height: 40px;
        background-color: #ffffff;
        border: none;
        font-size: 14px;
        font-weight: 300;
        color: #9cafc3;
        margin: 0;
        padding: 9px 30px;
        text-align: center;
        display: inline-block; }
      .checkout-content .stepper .steps-content .stepper-nav .btn-clean:disabled,
      .checkout-content .stepper .steps-content .stepper-nav .btn-clean-alternative:disabled {
        opacity: 0.3; }
      .checkout-content .stepper .steps-content .stepper-nav .btn-clean:hover,
      .checkout-content .stepper .steps-content .stepper-nav .btn-filled:hover {
        text-decoration: none;
        opacity: 0.7; }
      .checkout-content .stepper .steps-content .stepper-nav .btn-filled {
        height: 40px;
        border-radius: 20px;
        background-color: #007eb4;
        border: solid 1px #007eb4;
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        margin: 0;
        padding: 9px 20px;
        text-align: center;
        display: inline-block; }
    .checkout-content .stepper .steps-content table {
      border-radius: 4px;
      padding: 20px;
      border-collapse: collapse;
      border-radius: 4px;
      border-style: hidden;
      /* hide standard table (collapsed) border */
      box-shadow: 0 0 0 1px #dfeff9;
      /* this draws the table border  */ }
      .checkout-content .stepper .steps-content table td, .checkout-content .stepper .steps-content table th {
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; }
      .checkout-content .stepper .steps-content table td.right-bordered {
        border-right: 1px solid #dfeff9;
        width: 44%; }
      .checkout-content .stepper .steps-content table td.first-line {
        padding-top: 20px; }
      .checkout-content .stepper .steps-content table td.last-line {
        padding-bottom: 20px; }

.status-content {
  padding: 100px 40px 100px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #dfeff9;
  margin-bottom: 42px;
  text-align: center; }
  .status-content .status-image {
    margin-bottom: 45px; }
    .status-content .status-image img {
      height: 144px; }
  .status-content .status-details {
    color: #2c2d30;
    max-width: 340px;
    margin: 0 auto; }
    .status-content .status-details h3 {
      font-size: 24px;
      margin: 0 0 8px 0; }
    .status-content .status-details p {
      font-size: 14px;
      margin: 0; }
  .status-content .status-actions {
    margin-top: 37px; }
    .status-content .status-actions .btn-clean {
      height: 40px;
      border-radius: 20px;
      background-color: #ffffff;
      border: solid 1px #007eb4;
      font-size: 14px;
      font-weight: 600;
      color: #007eb4;
      margin: 0;
      padding: 9px 30px;
      text-align: center;
      display: inline-block; }
    .status-content .status-actions .btn-clean:hover {
      text-decoration: none;
      opacity: 0.7; }

footer {
  opacity: 0.76;
  font-size: 14px;
  text-align: center;
  color: #60677b;
  background: #ffffff;
  padding: 30px 0; }
  footer img {
    height: 24px; }

@media (max-width: 959px) {
  .navbar .top-search {
    left: 15px; }
    .navbar .top-search input {
      width: 300px; }
  .middle-content .white-box {
    padding: 40px 50px 0 50px; }
    .middle-content .white-box .item {
      width: 50%;
      float: left;
      margin-bottom: 30px; }
    .middle-content .white-box .item:nth-child(2n+1) {
      clear: left; }
  .list-content .list-item .btn-subscribe {
    float: left; } }

@media (max-width: 767px) {
  .navbar .mobile-top-search input {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    background-color: #fafbfc;
    border: solid 1px #dfeff9;
    padding: 6px 10px;
    margin: 0;
    background-image: url("../images/search-icon@2x.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit; }
  .navbar .nav-links a {
    color: #007eb4; }
  .navbar .nav-links .btn-clean {
    border: 1px solid #007eb4; }
  .navbar .nav-links .mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 24px 15px; }
    .navbar .nav-links .mobile-menu .close {
      position: relative;
      z-index: 2;
      font-size: 24px;
      right: 14px;
      opacity: 1; }
      .navbar .nav-links .mobile-menu .close span {
        color: #007eb4; }
    .navbar .nav-links .mobile-menu .navbar-nav {
      margin: 0; }
      .navbar .nav-links .mobile-menu .navbar-nav li {
        margin-bottom: 10px; }
      .navbar .nav-links .mobile-menu .navbar-nav .mobile-logo {
        position: relative;
        z-index: 1;
        margin-bottom: 20px; }
        .navbar .nav-links .mobile-menu .navbar-nav .mobile-logo img {
          height: 25px; }
  .navbar .custom-dropdown-menu {
    position: relative !important; }
  .versions-section {
    padding: 63px 0 13px 0; }
    .versions-section .version-item {
      margin-bottom: 50px; }
  .list-content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0; } }

@media (max-width: 459px) {
  .middle-content .white-box {
    padding: 40px 50px 0 50px; }
    .middle-content .white-box .item {
      width: 100%;
      margin-bottom: 30px; }
  .list-content {
    padding: 10px 20px 35px 20px; }
  .status-content {
    padding: 40px;
    border-radius: 0;
    margin-bottom: 0; } }

.custom-material-select {
  text-align: left;
  margin-bottom: 19px; }
  .custom-material-select label {
    font-size: 13px;
    display: block;
    color: #9cafc3;
    font-weight: normal;
    margin-bottom: 0px; }
  .custom-material-select select {
    color: #000000;
    text-shadow: 0 0 0 #000000;
    width: 100%;
    font-size: 15px;
    padding: 7px 20px 7px 0;
    border: none;
    background: none;
    border-bottom: 1px solid #cfdde6;
    /* make arrow and background */
    background: linear-gradient(45deg, transparent 50%, #243039 50%), linear-gradient(135deg, #243039 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    /* reset */
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .custom-material-select select:disabled {
    opacity: 0.3; }
  .custom-material-select select.invalid {
    box-shadow: 0px 0px 2px red; }

.md-form {
  margin-bottom: 1.8rem; }
  .md-form label {
    font-size: 12px;
    color: #9cafc3;
    font-weight: normal;
    top: 12px; }
  .md-form label.active {
    font-size: 14px; }

.checkbox, .radio {
  text-align: left; }
  .checkbox a:hover, .radio a:hover {
    text-decoration: underline; }

.checkbox label,
.radio label {
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.43;
  color: #2c2d30; }
  .checkbox label a,
  .radio label a {
    color: #007eb4; }

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #007eb4;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 14px;
  color: #007eb4; }

.checkbox.invalid .cr,
.radio.invalid .cr {
  border: 1px solid red;
  box-shadow: 0 0 2px red; }

.radio .cr {
  border-radius: 50%; }

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%; }

.radio .cr .cr-icon {
  margin-left: 0.04em; }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in; }

.checkbox label input[type="checkbox"]:checked + .cr,
.radio label input[type="radio"]:checked + .cr {
  color: #ffffff;
  background: #007eb4; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.autocomplete-suggestions {
  box-shadow: 0px 2px 3px #333333;
  background: #FFF;
  overflow: auto; }

.autocomplete-no-suggestion {
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-suggestion {
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.no-entries {
  margin: 24px 0 0 0; }

@media (min-width: 768px) {
  .navbar .custom-large-dropdown-menu {
    width: 620px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    left: -260px; }
  .justify-center {
    display: flex;
    justify-content: center; } }

.invoice-container {
  text-align: left; }

.donate-btn {
  height: 30px;
  margin: 8px 0; }
  .donate-btn:hover {
    opacity: 0.7; }

.btn-subscribe-only {
  height: 30px;
  border-radius: 20px;
  border: solid 1px #007eb4;
  font-size: 14px;
  font-weight: 600;
  color: #007eb4;
  margin: 8px -15px 0 0;
  float: right;
  padding: 4px;
  width: 100%;
  text-align: center; }
  .btn-subscribe-only:hover {
    opacity: 0.7; }

.btn-filled-only {
  height: 40px;
  border-radius: 20px;
  background-color: #007eb4;
  border: solid 1px #007eb4;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 9px 40px;
  text-align: center;
  display: inline-block; }

.btn-filled-only:hover {
  text-decoration: none;
  opacity: 0.7; }

.cart .top-header {
  text-align: center; }
  .cart .top-header h2 {
    padding: 30px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2d30; }

.cart .cart-block {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-bottom: 16px; }
  .cart .cart-block .left-side {
    border-right: solid 1px #eeeeee; }
    .cart .cart-block .left-side .top-content {
      height: 68px; }
      .cart .cart-block .left-side .top-content .newspaper-icon {
        display: inline-block;
        height: 24px;
        margin: 16px 16px 22px 5px; }
      .cart .cart-block .left-side .top-content h3 {
        display: inline-block;
        font-size: 20px;
        color: #2c2d30;
        font-weight: bold;
        margin: 20px 0; }
      .cart .cart-block .left-side .top-content .add-products {
        display: inline-block;
        float: right;
        font-size: 14px;
        color: #007eb4;
        font-weight: 600;
        margin: 22px; }
      .cart .cart-block .left-side .top-content .donate-link {
        display: inline-block;
        float: right;
        margin: 10px 6px 10px 0; }
      .cart .cart-block .left-side .top-content .full-divider {
        height: 0;
        border-bottom: solid 1px #eeeeee;
        margin-left: -15px;
        margin-right: -15px; }
    .cart .cart-block .left-side .product-list {
      padding: 10px 14px 0 45px; }
      .cart .cart-block .left-side .product-list .product-top-content {
        margin-top: 14px; }
        .cart .cart-block .left-side .product-list .product-top-content .product-title {
          font-size: 14px;
          font-weight: bold;
          color: #2c2d30;
          float: left; }
        .cart .cart-block .left-side .product-list .product-top-content .input-group {
          float: right;
          margin-right: 16px;
          margin-top: -2px; }
          .cart .cart-block .left-side .product-list .product-top-content .input-group .quantity {
            padding: 3px;
            text-align: center;
            font-size: 12px;
            color: #2c2d30;
            width: 35px;
            height: 24px;
            border-radius: 2px;
            border: 1px solid #dddddd;
            float: left; }
          .cart .cart-block .left-side .product-list .product-top-content .input-group .add-destination {
            height: 24px;
            width: 24px;
            padding: 0;
            border-radius: 2px;
            border: 1px solid #dddddd;
            background: white;
            float: left;
            margin-left: -2px; }
            .cart .cart-block .left-side .product-list .product-top-content .input-group .add-destination i {
              font-size: 9px;
              margin-top: -3px;
              display: block; }
            .cart .cart-block .left-side .product-list .product-top-content .input-group .add-destination:hover {
              opacity: 0.7; }
        .cart .cart-block .left-side .product-list .product-top-content .product-amount {
          float: right;
          font-size: 14px;
          font-weight: bold;
          text-align: right;
          color: #2c2d30; }
      .cart .cart-block .left-side .product-list .product-list-item {
        padding: 18px 0; }
        .cart .cart-block .left-side .product-list .product-list-item.border-bottom {
          border-bottom: 1px solid #eeeeee; }
        .cart .cart-block .left-side .product-list .product-list-item .arrow-icon {
          height: 16px;
          margin-right: 8px;
          margin-top: -8px; }
        .cart .cart-block .left-side .product-list .product-list-item .line-description {
          font-size: 14px;
          color: #2c2d30; }
        .cart .cart-block .left-side .product-list .product-list-item .line-separator {
          font-size: 14px;
          margin: 0 8px;
          color: #eeeeee; }
        .cart .cart-block .left-side .product-list .product-list-item .line-description-small {
          font-size: 12px;
          color: #9cafc3; }
        .cart .cart-block .left-side .product-list .product-list-item .btn.action-item {
          display: none;
          width: 48px;
          height: 32px;
          float: right;
          margin-left: 10px;
          margin-right: 0;
          margin-top: 2px;
          padding: 0px;
          border-radius: 4px;
          box-shadow: none; }
        .cart .cart-block .left-side .product-list .product-list-item .btn.btn-default {
          background: white;
          color: #2c2d30 !important;
          border: solid 1px #f1f4f8; }
          .cart .cart-block .left-side .product-list .product-list-item .btn.btn-default:hover {
            background: white !important;
            opacity: 0.7; }
        .cart .cart-block .left-side .product-list .product-list-item .btn.btn-danger {
          background: #ff6666;
          color: white; }
        .cart .cart-block .left-side .product-list .product-list-item:hover .btn.action-item {
          display: block; }
      .cart .cart-block .left-side .product-list .full-divider {
        height: 0;
        border-bottom: solid 1px #eeeeee;
        margin-left: -60px;
        margin-right: -30px;
        margin-top: 24px; }
  .cart .cart-block .right-side {
    padding: 24px 26px;
    border-left: solid 1px #eeeeee; }
    .cart .cart-block .right-side label {
      font-size: 14px;
      font-weight: bold;
      color: #2c2d30; }
      .cart .cart-block .right-side label input[type="radio"] {
        width: 18px;
        height: 18px;
        margin: 0; }
    .cart .cart-block .right-side .payment-method-icons {
      padding-left: 25px; }
      .cart .cart-block .right-side .payment-method-icons img {
        height: 26px;
        margin-right: 8px; }
      .cart .cart-block .right-side .payment-method-icons.small img {
        height: 16px; }
    .cart .cart-block .right-side .total {
      margin-top: 30px;
      padding: 12px 16px;
      height: 44px;
      border-radius: 4px;
      background-color: #fef8e5; }
      .cart .cart-block .right-side .total div {
        color: #2c2d30;
        font-size: 14px;
        font-weight: bold; }
    .cart .cart-block .right-side .btn-filled-only {
      width: 100%; }
      .cart .cart-block .right-side .btn-filled-only:hover {
        color: white; }
    .cart .cart-block .right-side .action-link {
      width: 100%;
      text-align: center;
      font-size: 14px;
      color: #007eb4;
      font-weight: 600;
      display: block; }

.cart .disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7; }

.cart-container-alert {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px; }
  .cart-container-alert .alert {
    margin-bottom: 0; }

.cart-modal {
  padding-left: 0px !important; }
  .cart-modal .modal-header {
    height: 59px; }
    .cart-modal .modal-header h4 {
      font-size: 14px;
      color: #2c2d30;
      margin: 7px 10px; }
    .cart-modal .modal-header .close {
      margin-top: 4px; }
  .cart-modal .modal-body {
    padding: 0 40px 40px 40px; }
    .cart-modal .modal-body .blue-header {
      background-image: linear-gradient(to right, #00b5db, #007eb4);
      height: 85px;
      margin-left: -40px;
      margin-right: -40px;
      padding: 15px; }
      .cart-modal .modal-body .blue-header h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        color: #ffffff;
        margin-top: 3px;
        margin-bottom: 2px; }
        .cart-modal .modal-body .blue-header h3 span {
          border-radius: 2px;
          background-color: #ffffff;
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          color: #007eb4;
          padding: 0px 6px;
          position: relative;
          top: -2px;
          margin-left: 8px; }
      .cart-modal .modal-body .blue-header h4 {
        font-size: 14px;
        color: #ffffff;
        margin-top: 0; }
    .cart-modal .modal-body button {
      height: 40px;
      border-radius: 20px;
      background-color: #30ba62;
      padding: 10px;
      font-size: 14px;
      font-weight: 600;
      text-transform: initial; }

@media (max-width: 959px) {
  .cart .cart-block .left-side .product-list .product-list-item .btn.action-item {
    display: block; } }

@media (max-width: 599px) {
  .cart .cart-block .left-side .product-list .product-list-item .btn.action-item {
    margin-top: 20px;
    width: 45%;
    margin-left: 0;
    margin-right: 10px; } }

@media (max-width: 499px) {
  .cart .cart-block .left-side .product-list {
    padding: 10px 14px 0 14px; }
    .cart .cart-block .left-side .product-list .product-top-content .product-title {
      display: block;
      float: none; }
    .cart .cart-block .left-side .product-list .product-top-content .product-amount {
      display: block;
      float: left; } }

.has-error .form-control {
  border-color: #ff2d2a;
  box-shadow: none; }

input[type="checkbox"].toc {
  margin-top: 0px; }
