header.header {
  background-color: #3A6CE9; }

.body-content {
  background-color: #3A6CE9; }
  .body-content .navbar {
    border-radius: 0 0 30px 30px;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
    background-color: white;
    z-index: 2; }
  .body-content .breadcrumb-item {
    font-family: TT Commons, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #ADC1F6 !important; }
  @media (max-width: 1040px) {
    .body-content .navbar {
      width: 100%;
      margin: unset;
      border-radius: 0; } }

#order-standard-cart {
  background-color: #3A6CE9;
  color: white; }
  #order-standard-cart .btn {
    width: 200px;
    border-radius: 9px;
    color: white;
    border: none;
    line-height: 38px;
    padding: 3px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #0532A1; }
    #order-standard-cart .btn:hover {
      background-color: #0C286E; }
    #order-standard-cart .btn.btn-outline {
      border: 1px solid #0532A1;
      background-color: white;
      color: #0532A1; }
      #order-standard-cart .btn.btn-outline:hover {
        border: 1px solid #0C286E;
        color: #0C286E; }
    #order-standard-cart .btn.btn-invert {
      border: 1px solid white;
      background-color: #3A6CE9;
      color: white; }
      #order-standard-cart .btn.btn-invert:hover {
        background-color: #4876EA; }
    #order-standard-cart .btn.btn-invert-outline {
      background-color: white;
      color: #0532A1; }
      #order-standard-cart .btn.btn-invert-outline:hover {
        opacity: 80%; }
  #order-standard-cart a {
    color: white;
    text-decoration: none; }
  #order-standard-cart h1 {
    font-family: TT Commons, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 35px; }
  #order-standard-cart .category-tabs {
    display: flex;
    font-family: TT Commons, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left; }
    #order-standard-cart .category-tabs .category-tab {
      padding: 20px 0 20px 50px;
      width: 400px; }
      #order-standard-cart .category-tabs .category-tab.tab-1-active {
        background-image: url("../img/tab-1-active.svg");
        background-size: 93%;
        background-repeat: no-repeat;
        z-index: 1; }
      #order-standard-cart .category-tabs .category-tab.tab-1 {
        background-image: url("../img/tab-1.svg");
        background-size: 93%;
        background-repeat: no-repeat;
        z-index: 0; }
      #order-standard-cart .category-tabs .category-tab.tab-2 {
        background-image: url("../img/tab-2.svg");
        background-size: 93%;
        background-repeat: no-repeat;
        transform: translateX(-90px);
        padding-left: 110px;
        z-index: 0; }
      #order-standard-cart .category-tabs .category-tab.tab-2-active {
        background-image: url("../img/tab-2-active.svg");
        background-size: 93%;
        background-repeat: no-repeat;
        transform: translateX(-90px);
        padding-left: 110px;
        z-index: 2; }
        #order-standard-cart .category-tabs .category-tab.tab-2-active:before {
          position: absolute;
          content: "";
          background-image: url("../img/tab-1-active-part.svg");
          background-size: 93%;
          background-position: top left;
          transform: scaleX(-1) translateY(-19px);
          left: -69px;
          height: 100%;
          width: 130px;
          z-index: 2; }
    @media (max-width: 991px) {
      #order-standard-cart .category-tabs .category-tab {
        background-position-y: 9px; }
        #order-standard-cart .category-tabs .category-tab:before {
          background-position-y: 9px !important;
          background-repeat: no-repeat; }
        #order-standard-cart .category-tabs .category-tab.tab-2, #order-standard-cart .category-tabs .category-tab.tab-2-active {
          padding-left: 12%;
          transform: translateX(-75px); }
      #order-standard-cart .category-tabs .product {
        border: none; } }
    @media (max-width: 767px) {
      #order-standard-cart .category-tabs .category-tab {
        background-position-y: 25px;
        font-size: 16px;
        padding: 6% 0 0 4%; }
        #order-standard-cart .category-tabs .category-tab:before {
          background-position-y: 12px !important; }
        #order-standard-cart .category-tabs .category-tab.tab-2, #order-standard-cart .category-tabs .category-tab.tab-2-active {
          transform: translateX(-55px); }
          #order-standard-cart .category-tabs .category-tab.tab-2:before, #order-standard-cart .category-tabs .category-tab.tab-2-active:before {
            transform: scaleX(-1) translateY(-13px) translateX(-31px);
            background-size: 65px;
            width: 25%; } }
    @media (max-width: 470px) {
      #order-standard-cart .category-tabs .category-tab.tab-2:before, #order-standard-cart .category-tabs .category-tab.tab-2-active:before {
        transform: scaleX(-1) translateY(-11px) translateX(-38px); } }
    @media (max-width: 394px) {
      #order-standard-cart .category-tabs .category-tab.tab-2:before, #order-standard-cart .category-tabs .category-tab.tab-2-active:before {
        transform: scaleX(-1) translateY(-7px) translateX(-48px); } }
    @media (max-width: 576px) {
      #order-standard-cart .category-tabs .category-tab {
        font-size: 13px; } }
  @media (max-width: 991px) {
    #order-standard-cart {
      padding-bottom: 50px; }
      #order-standard-cart .product {
        border: none !important;
        margin-bottom: 35px; } }
  #order-standard-cart #products {
    background-color: #4876EA;
    border-radius: 0 30px 30px 30px;
    padding: 40px 30px; }
    #order-standard-cart #products .no-border {
      border: none !important; }
    #order-standard-cart #products .product {
      border-left: 1px solid white;
      padding-left: 40px;
      margin-bottom: 10px; }
      #order-standard-cart #products .product header {
        font-family: TT Commons, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 37px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 15px; }
      #order-standard-cart #products .product .price {
        font-family: TT Commons, sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: 0;
        text-align: left;
        margin-right: 7px; }
      #order-standard-cart #products .product .period {
        font-family: TT Commons, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        text-align: left; }
    #order-standard-cart #products a {
      margin-top: 20px;
      margin-bottom: 0; }
      #order-standard-cart #products a:hover {
        color: white;
        background-color: #0C286E; }
  #order-standard-cart #noAddons {
    background-color: #4876EA;
    border-radius: 0 30px 30px 30px;
    padding: 75px;
    border: none;
    color: white; }

.row-viewcart .cart-sidebar {
  display: none; }

#order-standard_cart .cart-body {
  color: white; }
  #order-standard_cart .cart-body .btn-link {
    width: inherit;
    border-radius: inherit;
    color: inherit;
    border: inherit;
    line-height: inherit;
    padding: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: inherit; }
  #order-standard_cart .cart-body .view-cart-items-header {
    display: none; }
  #order-standard_cart .cart-body .view-cart-items {
    border: none;
    color: white; }
    #order-standard_cart .cart-body .view-cart-items .item {
      background-color: transparent; }
      #order-standard_cart .cart-body .view-cart-items .item .btn {
        color: white; }
      #order-standard_cart .cart-body .view-cart-items .item .item-domain {
        color: white; }
  #order-standard_cart .cart-body .secondary-cart-body {
    color: white; }
    #order-standard_cart .cart-body .secondary-cart-body .product-info {
      background-color: transparent; }
#order-standard_cart .alert {
  background-color: transparent !important; }
  #order-standard_cart .alert a {
    color: #0C286E;
    text-decoration: underline; }
#order-standard_cart label {
  color: white; }
#order-standard_cart .view-cart-tabs {
  display: none; }
#order-standard_cart .secondary-cart-sidebar {
  border: 1px solid white;
  border-radius: 30px;
  height: 100%; }
  #order-standard_cart .secondary-cart-sidebar .btn i {
    display: none; }
  @media (min-width: 991px) {
    #order-standard_cart .secondary-cart-sidebar {
      transform: translateY(-50px); } }
  #order-standard_cart .secondary-cart-sidebar .order-summary {
    background-color: transparent;
    border: none; }
    #order-standard_cart .secondary-cart-sidebar .order-summary .recurring-charges {
      color: white; }
    #order-standard_cart .secondary-cart-sidebar .order-summary .summary-container {
      background-color: transparent; }
    #order-standard_cart .secondary-cart-sidebar .order-summary .btn {
      color: #3A6CE9;
      background-color: white;
      border-radius: 9px;
      border: 1px solid white;
      width: 200px;
      text-align: center;
      line-height: 15px;
      padding: 15px;
      margin-bottom: 15px; }
      #order-standard_cart .secondary-cart-sidebar .order-summary .btn.btn-continue-shopping {
        color: white;
        background-color: #3A6CE9;
        line-height: 12px;
        padding: 12px; }
  #order-standard_cart .secondary-cart-sidebar .btn-primary {
    background-color: white;
    color: #0532A1;
    border-radius: 9px;
    border: none; }
#order-standard_cart #btnCompleteOrder {
  background-color: white;
  color: #0C286E; }
  @media (max-width: 575px) {
    #order-standard_cart #btnCompleteOrder {
      margin-top: 12px; } }
#order-standard_cart .account-select-container .account {
  background-color: transparent !important; }
@media (max-width: 575px) {
  #order-standard_cart .secondary-cart-sidebar {
    margin: 15px; } }
#order-standard_cart .form-group input, #order-standard_cart .form-group select, #order-standard_cart .form-group textarea {
  border: 1px solid #0C286E;
  color: #0C286E; }
  #order-standard_cart .form-group input.selected-flag, #order-standard_cart .form-group select.selected-flag, #order-standard_cart .form-group textarea.selected-flag {
    background-color: #3A6CE9; }
#order-standard_cart .form-group .text-muted {
  color: white !important; }
#order-standard_cart .form-group textarea:focus {
  border: 1px solid #0C286E; }
#order-standard_cart .iCheck-helper {
  color: #0C286E; }
@media (max-width: 575px) {
  #order-standard_cart .password-strength-meter {
    margin-top: 12px; } }
#order-standard_cart .password-strength-meter p {
  color: white !important; }

.intl-tel-input {
  color: #0C286E !important; }

#order-standard_cart .secondary-cart-sidebar {
  padding: 25px 25px 40px 25px !important; }

#order-standard_cart .order-summary {
  padding: 0;
  margin: 0; }

#btnCompleteOrder i {
  display: none; }

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