.cart {
  padding: 0px 15px 50px;
  font-family: 'segoeUI-regular', sans-serif;
  position: relative;
  min-height: 400px;
  font-size: 16px;
  line-height: 20px;
  color: #707070; }
  .cart .cart-title {
    margin-top: 10px; }
  .cart .attroney-notification {
    font-family: 'Segoe UI';
    min-height: 80px;
    background-color: #35557f;
    margin: 15px 0 0;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 2px; }
    .cart .attroney-notification .text-bold {
      font-weight: bold;
      font-family: 'segoeUI-bold', sans-serif; }
    .cart .attroney-notification .text-center {
      margin: 0;
      font-size: 18px; }
  .cart-order {
    min-height: 320px;
    padding: 12px 0 45px;
    border: 2px solid #707070;
    margin-bottom: 50px; }
    .cart-order .cart-subtitle {
      padding-left: 21px;
      margin: 0 0 10px; }
    .cart-order > div {
      padding: 0 19px; }
    .cart-order .btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 190px;
      border-radius: 5px !important;
      height: 49px;
      font-size: 17px;
      font-family: 'segoeUI-regular', sans-serif; }
  .cart-security {
    font-size: 14px;
    line-height: 17px; }
    .cart-security-imgs {
      display: flex; }
      .cart-security-imgs img {
        margin-right: 15px; }
  .cart-info-item {
    margin-bottom: 22px; }
  .cart-premium {
    padding-left: 37px;
    padding-top: 1px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'segoeUI-bold', sans-serif; }
    .cart-premium small {
      font-size: 13px;
      font-family: 'segoeUI-regular', sans-serif; }
      .cart-premium small p {
        margin: 0; }
  .cart-title {
    padding: 0 0 15px;
    margin: 0 0 27px;
    border-bottom: 1px solid #707070;
    font-family: 'segoeUI-regular', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #707070; }
  .cart-subtitle {
    padding: 0 0 15px;
    margin: 0 0 17px;
    border-bottom: 1px solid #707070;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #707070; }
  .cart-info {
    padding: 32px 15px 38px;
    margin-bottom: 20px;
    border: 1px solid #35557f; }
    .cart-info .btn {
      height: 42px;
      padding: 10px 41px;
      font-size: 16px;
      font-family: 'segoeUI-bold', sans-serif; }
    .cart-info .control-label {
      display: block;
      margin-bottom: 11px;
      font-family: 'segoeUI-bold', sans-serif;
      font-weight: 400; }
    .cart-info input[type=radio] {
      vertical-align: top;
      margin: 0; }
  .cart .empty {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 178px;
    text-align: center;
    font-size: 20px;
    color: #adadad;
    background: url("../css/img/empty-card.png") no-repeat center/110px; }
    .cart .empty p {
      margin-bottom: 0; }
  .cart .form-inline {
    display: inline-block; }
  .cart .nice-select {
    position: relative;
    margin-bottom: 0; }
    .cart .nice-select.choose-states {
      max-width: 100%;
      min-width: 261px;
      margin-bottom: 10px;
      margin-right: 5px; }
    .cart .nice-select select {
      width: 100%;
      height: 42px;
      padding-right: 30px;
      border-radius: 0;
      outline: none;
      border: 1px solid #707070;
      -webkit-appearance: none; }
      .cart .nice-select select::-ms-expand {
        display: none; }
    .cart .nice-select:after {
      position: absolute;
      margin-top: -2px;
      right: 18px;
      top: 50%;
      content: '';
      width: 10px;
      height: 10px;
      border-top: 1px solid #707070;
      border-left: 1px solid #707070;
      transform: translateY(-50%) rotate(-135deg); }
  .cart .subscription-package {
    margin-right: 0; }
  .cart .forms-table thead tr th:first-child,
  .cart .forms-table thead tr td:first-child,
  .cart .forms-table tbody tr th:first-child,
  .cart .forms-table tbody tr td:first-child {
    width: 60%;
    padding-left: 0; }
  .cart .forms-table thead tr th:last-child,
  .cart .forms-table thead tr td:last-child,
  .cart .forms-table tbody tr th:last-child,
  .cart .forms-table tbody tr td:last-child {
    padding-right: 6px; }
  .cart .forms-table thead tr th:nth-child(2),
  .cart .forms-table thead tr td:nth-child(2),
  .cart .forms-table tbody tr th:nth-child(2),
  .cart .forms-table tbody tr td:nth-child(2) {
    width: 15%;
    text-align: center; }
  .cart .forms-table thead tr th:last-child,
  .cart .forms-table thead tr td:last-child,
  .cart .forms-table tbody tr th:last-child,
  .cart .forms-table tbody tr td:last-child {
    width: 25%;
    text-align: right; }
  .cart .cart-table {
    margin: 0; }
  .cart .table {
    margin: 0; }
    .cart .table thead tr th {
      font-family: 'segoeUI-regular', sans-serif;
      font-size: 12px;
      color: #707070; }
      .cart .table thead tr th p {
        margin: 0; }
    .cart .table tbody tr td {
      padding-top: 22px;
      padding-bottom: 22px;
      font-family: 'segoeUI-regular', sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: #707070; }
      .cart .table tbody tr td > div {
        position: relative; }
      .cart .table tbody tr td:first-child {
        font-family: 'segoeUI-bold', sans-serif; }
        .cart .table tbody tr td:first-child div {
          padding-left: 20px; }
  .cart .table > tbody > tr > td,
  .cart .table > tbody > tr > th,
  .cart .table > tfoot > tr > td,
  .cart .table > tfoot > tr > th,
  .cart .table > thead > tr > td,
  .cart .table > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid #ddd; }
  .cart .cart-table-total {
    border-bottom: 1px solid #ddd;
    padding: 23px 0 22px;
    margin: 0 3px 20px;
    font-size: 12px;
    color: #707070; }
    .cart .cart-table-total > div:first-child {
      padding-left: 0;
      font-size: 15px; }
    .cart .cart-table-total > div:last-child {
      padding-right: 0; }
  .cart .form-options {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px;
    margin: 0 3px 0;
    font-size: 13px;
    color: #707070; }
    .cart .form-options .form-options__label {
      background-color: #337ab7;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 25px;
      border-radius: 2px; }
    .cart .form-options .fillable .fillable__image {
      width: 25px; }
    .cart .form-options .fillable .fillable__description {
      margin-left: 20px;
      font-weight: 700; }
      .cart .form-options .fillable .fillable__description .fillable__description__list {
        margin-top: 5px;
        list-style: disc;
        text-align: left;
        margin-left: 20px; }
      .cart .form-options .fillable .fillable__description ul {
        font-weight: 400; }
  .cart .cart-table-title {
    color: #35557f;
    font-weight: 600;
    font-size: 16px; }
  .cart .alert-info {
    padding: 27px 30px;
    margin-bottom: 0;
    margin-top: 0;
    background: #35557f;
    border-color: #707070;
    font-size: 20px; }
    .cart .alert-info a {
      font-size: 22px;
      line-height: 27px;
      text-decoration: none; }
    .cart .alert-info b {
      font-family: 'segoeUI-bold', sans-serif; }
    .cart .alert-info small {
      font-size: 16px;
      line-height: 19px;
      margin-top: 10px;
      display: block;
      font-weight: 300; }
  .cart .btn-remove-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    text-indent: -9999px; }
    .cart .btn-remove-icon:after,
    .cart .btn-remove-icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 10px;
      background: #d5d5d5;
      border-radius: 1px;
      transform: translateY(-50%) translateX(-50%) rotate(45deg);
      content: ''; }
    .cart .btn-remove-icon:before {
      transform: translateY(-50%) translateX(-50%) rotate(-45deg); }
  .cart .select2-container {
    width: 100% !important; }
  .cart .select2-container--default .select2-selection--multiple {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-radius: 0; }
  .cart .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    width: 100%; }
  .cart .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 40px; }
  .cart .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
    margin-bottom: 3px; }
  .cart .select2-container .select2-search--inline {
    text-align: left; }
  .cart .btn-blue {
    background-color: #1E73A8;
    border: 1px solid #1E73A8; }

.nav-wrap {
  padding-bottom: 90px; }

.modal-open .modal {
  background-color: rgba(255, 255, 255, 0.6); }

.modal-backdrop.fade.in {
  display: none; }

@media (min-width: 768px) {
  .cart {
    padding: 0px 0 50px; }
    .cart-info {
      margin-bottom: 0;
      padding: 32px 34px 38px; } }

@media (max-width: 1024px) {
  .cart .table > tbody > tr > td,
  .cart .table > tbody > tr > th,
  .cart .table > tfoot > tr > td,
  .cart .table > tfoot > tr > th,
  .cart .table > thead > tr > td,
  .cart .table > thead > tr > th {
    border-top: 1px solid #ddd;
    border-bottom: none; }
  .cart .forms-table thead tr th:last-child,
  .cart .forms-table thead tr td:last-child,
  .cart .forms-table tbody tr th:last-child,
  .cart .forms-table tbody tr td:last-child {
    padding-right: 0; }
  .cart .table tbody tr td:first-child div {
    padding-left: 10px; }
  .cart .table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #ddd; }
  .cart .forms-table thead tr th:first-child,
  .cart .forms-table thead tr td:first-child,
  .cart .forms-table tbody tr th:first-child,
  .cart .forms-table tbody tr td:first-child {
    width: auto; }
  .cart .forms-table thead tr th:nth-child(2),
  .cart .forms-table thead tr td:nth-child(2),
  .cart .forms-table tbody tr th:nth-child(2),
  .cart .forms-table tbody tr td:nth-child(2) {
    width: auto;
    text-align: left; }
  .cart .forms-table thead tr th:last-child,
  .cart .forms-table thead tr td:last-child,
  .cart .forms-table tbody tr th:last-child,
  .cart .forms-table tbody tr td:last-child {
    width: auto;
    text-align: left; }
  .cart .table thead {
    display: none; }
  .cart .table tbody tr {
    display: block;
    position: relative;
    margin: 0 0 20px;
    padding-right: 40px; }
    .cart .table tbody tr td {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      padding: 0;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .cart .table tbody tr td > div {
        position: static;
        padding: 10px; }
        .cart .table tbody tr td > div:nth-child(1) {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 15%;
          min-width: 85px;
          border-right: 1px solid #ddd; }
  .cart .table .btn-remove-icon {
    left: auto;
    right: 10px; }
  .cart .cart-table-total {
    border-bottom: none; } }

@media (max-width: 768px) {
  .cart-container {
    max-width: unset !important; } }

.Cart_main-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 50px auto 0 auto; }
  @media (min-width: 568px) {
    .Cart_main-wrapper {
      margin: 60px auto 0 auto; } }
  @media (min-width: 1024px) {
    .Cart_main-wrapper {
      margin: 90px auto 0 auto; } }
  .Cart_main-wrapper .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    border: none; }
    .Cart_main-wrapper .card .order-title-wrapper {
      background-color: #333433;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 10px 16px; }
      .Cart_main-wrapper .card .order-title-wrapper .order-title {
        color: #fff;
        text-transform: capitalize;
        font-weight: 400;
        margin: 0;
        font-size: 23px; }
    .Cart_main-wrapper .card .card-body {
      padding: 0;
      margin-bottom: 25px; }
      .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper {
        padding: 1rem 1rem 0 1rem; }
        .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content {
          display: flex;
          align-items: center;
          margin-bottom: 20px;
          flex-wrap: wrap; }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h3 {
            font-size: 15px;
            margin: 0 0 15px 0; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h3 {
                margin: 0;
                font-size: 16px; } }
            @media (min-width: 992px) {
              .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h3 {
                font-size: 20px; } }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h4 {
            color: #3bba95;
            font-size: 15px; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h4 {
                font-size: 16px;
                margin: 0 0 0 10px; } }
            @media (min-width: 992px) {
              .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .subscription-title-content h4 {
                font-size: 20px; } }
        .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .card-title {
          margin-bottom: 15px;
          font-size: 14px; }
          @media (min-width: 1200px) {
            .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .card-title {
              font-size: 1rem;
              margin-bottom: 25px; } }
        .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper {
          max-width: 350px;
          width: 100%;
          position: relative;
          margin-bottom: 15px; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper {
              margin: 0; } }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper .select-content {
            position: relative; }
            .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper .select-content .caret-img {
              position: absolute;
              z-index: 999;
              top: 50%;
              transform: translate(0, -50%);
              right: 20px;
              width: 12px; }
            .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper .select-content .select2-selection--multiple {
              padding: 0 10px;
              width: 100%; }
              @media (min-width: 568px) {
                .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper .select-content .select2-selection--multiple {
                  width: 350px; } }
              .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .multiple-states-slect-wrapper .select-wrapper .select-content .select2-selection--multiple .select2-search__field {
                font-size: 14px;
                color: #808080; }
        .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .attoenys-select-wrapper .select-wrapper {
          max-width: 120px;
          width: 100%; }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .attoenys-select-wrapper .select-wrapper .form-select {
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("/Content/Images/icons/caret-down-solid.svg");
            background-size: 10%;
            background-repeat: no-repeat;
            max-height: 35px; }
        .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .ms-word-integration-wrapper {
          display: flex;
          align-items: flex-start;
          margin: 15px 0 0 0; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .ms-word-integration-wrapper {
              margin: 0; } }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .ms-word-integration-wrapper input {
            margin: 2px 15px 0 0;
            width: 20px;
            height: 20px; }
          .Cart_main-wrapper .card .card-body .subscription-detailes-wrapper .choose-plan-select-main-wrapper .ms-word-integration-wrapper .card-title {
            margin: 0; }
      .Cart_main-wrapper .card .card-body .cart-table-content-wrapper {
        margin-top: 30px; }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .items-title-wrapper {
          width: 50%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .items-title-wrapper {
              width: 55%; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .user-title-wrapper {
          width: 25%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .user-title-wrapper {
              width: 28%; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .price-title-wrapper {
          width: 25%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .price-title-wrapper {
              width: 17%; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table th {
          border-color: #ccc;
          padding: 0.5rem;
          font-size: 16px;
          font-weight: 700; }
          @media (min-width: 568px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table th {
              padding: 0.5rem 1rem;
              font-size: 18px; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .your-subscription {
          border-bottom: 1px solid #ccc;
          position: relative; }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .your-subscription td {
            border: none;
            padding: 0.5rem;
            font-size: 15px;
            font-weight: 700; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .your-subscription td {
                padding: 0.5rem 1rem;
                font-size: 16px; } }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .your-subscription .fa.fa-angle-up {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            right: 1rem;
            font-size: 20px; }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content td {
          padding: 0.5rem;
          border: none; }
          @media (min-width: 568px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content td {
              padding: 0.5rem 1rem; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper {
          width: 50%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper {
              width: 55%; } }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper .close-icon-subscription-name-wrapper {
            display: flex;
            align-items: center; }
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper .close-icon-subscription-name-wrapper .btn-close {
              background-color: #333433;
              background-image: none;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 11px;
              color: #fff !important;
              padding: 7px;
              width: 10px;
              height: 6px; }
              @media (min-width: 568px) {
                .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper .close-icon-subscription-name-wrapper .btn-close {
                  padding: 5px;
                  width: 13px;
                  height: 13px; } }
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-name-wrapper .close-icon-subscription-name-wrapper .subscription-name {
              margin-left: 12px;
              font-size: 15px; }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-user-wrapper {
          width: 25%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-user-wrapper {
              width: 28%; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-price-wrapper {
          width: 25%; }
          @media (min-width: 992px) {
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .subscription-detailes-table-content .subscription-price-wrapper {
              width: 17%; } }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .Attorneys-bottom-content {
          border-top: 1px solid #ccc; }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .Attorneys-bottom-content .attrorneys-title {
            text-align: left;
            padding-left: 42px; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .Attorneys-bottom-content .attrorneys-title {
                padding-left: 50px; } }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .Attorneys-bottom-content td {
            color: #4370D2;
            font-size: 15px;
            font-weight: 500;
            padding: 25px 1rem;
            text-align: center; }
        .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper {
          text-align: right;
          vertical-align: middle; }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper td {
            border: none;
            padding-top: 25px; }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-text {
            color: #000;
            font-size: 18px;
            width: 80%;
            text-align: right;
            padding-right: 50px; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-text {
                font-size: 22px; } }
          .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-amount {
            width: 15%;
            padding-right: 0.5rem;
            padding-left: 0.5rem;
            text-align: left; }
            @media (min-width: 568px) {
              .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-amount {
                padding-right: 1rem;
                padding-left: 1rem; } }
            .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-amount .subtotal-price-text {
              font-size: 16px;
              font-weight: 700; }
              @media (min-width: 568px) {
                .Cart_main-wrapper .card .card-body .cart-table-content-wrapper .cart-table table .order-subtotal-wrapper .subtotal-amount .subtotal-price-text {
                  font-size: 20px; } }
      .Cart_main-wrapper .card .card-body .checkout-button {
        display: flex;
        justify-content: flex-end;
        padding-right: 1rem; }
        .Cart_main-wrapper .card .card-body .checkout-button button {
          width: 145px !important;
          border-radius: 50px !important;
          font-size: 22px; }

.security-icon-wrapper {
  margin-bottom: 90px; }
  @media (min-width: 992px) {
    .security-icon-wrapper {
      margin-bottom: 120px; } }
  @media (min-width: 1200px) {
    .security-icon-wrapper {
      margin-bottom: 150px; } }
  .security-icon-wrapper p {
    font-size: 18px;
    color: #a7aeb1; }
  .security-icon-wrapper .security-title {
    color: #7d7f86;
    font-weight: 700; }
