/*------------------------------------
  Checkout Styles
------------------------------------*/

.checkout,
.account-pages {
  color: #344154; }
  .checkout .page-title,
  .account-pages .page-title {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #e5e5e5; }
  .checkout .brand-logo,
  .account-pages .brand-logo {
    display: flex;
    justify-content: center; }
  .checkout .wrapper,
  .account-pages .wrapper {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;}
  .checkout .btn,
  .account-pages .btn {
    border-radius: 8px; }
  .checkout form,
  .account-pages form {
    color: #344154; }
  .checkout .usp,
  .account-pages .usp {
    border-top: 2px solid #e5e5e5;
    background-color: #ffffff; }
  .checkout .checkout-steps,
  .account-pages .checkout-steps {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 2px;
    background: #e5e5e5; }
    .checkout .checkout-steps .step-col,
    .account-pages .checkout-steps .step-col {
      background: #ffffff; }
      .checkout .checkout-steps .step-col .step-head,
      .account-pages .checkout-steps .step-col .step-head {
        padding: 2rem;
        padding-bottom: 1rem; }
        .checkout .checkout-steps .step-col .step-head .title,
        .account-pages .checkout-steps .step-col .step-head .title {
          text-transform: uppercase; }
      .checkout .checkout-steps .step-col .card,
      .account-pages .checkout-steps .step-col .card {
        background-color: transparent;
        border: none;
        border-radius: 0px; }
        .checkout .checkout-steps .step-col .card:not(:last-child),
        .account-pages .checkout-steps .step-col .card:not(:last-child) {
          border-bottom: 2px solid #e5e5e5; }
        .checkout .checkout-steps .step-col .card .card-header,
        .account-pages .checkout-steps .step-col .card .card-header {
          background: transparent;
          border-bottom: none; }
          .checkout .checkout-steps .step-col .card .card-header .card-title,
          .account-pages .checkout-steps .step-col .card .card-header .card-title {
            font-weight: 700; }
        .checkout .checkout-steps .step-col .card .card-x-space,
        .account-pages .checkout-steps .step-col .card .card-x-space {
          padding-left: 2rem;
          padding-right: 2rem; }
        .checkout .checkout-steps .step-col .card .card-space,
        .account-pages .checkout-steps .step-col .card .card-space {
          padding: 2rem; }
        .checkout .checkout-steps .step-col .card .card-no-space,
        .account-pages .checkout-steps .step-col .card .card-no-space {
          padding: 0px; }
  .checkout .cart-itmes-list .item-row,
  .account-pages .cart-itmes-list .item-row {
    border-top: solid 1px #e5e5e5;
    padding: 1rem; }
    .checkout .cart-itmes-list .item-row .pr__info,
    .account-pages .cart-itmes-list .item-row .pr__info {
      color: #999999;
      line-height: 1; }
    .checkout .cart-itmes-list .item-row .product-text,
    .account-pages .cart-itmes-list .item-row .product-text {
      display: flex; }
      .checkout .cart-itmes-list .item-row .product-text figure,
      .account-pages .cart-itmes-list .item-row .product-text figure {
        margin: 0 20px 0 0; }
        .checkout .cart-itmes-list .item-row .product-text figure img,
        .account-pages .cart-itmes-list .item-row .product-text figure img {
          width: 50px; }
      .checkout .cart-itmes-list .item-row .product-text .pr__title,
      .account-pages .cart-itmes-list .item-row .product-text .pr__title {
        font-weight: 600;
        margin-bottom: 0; }
    .checkout .cart-itmes-list .item-row .item-qty,
    .account-pages .cart-itmes-list .item-row .item-qty {
      border: solid 1px #e5e5e5;
      border-radius: 4px;
      margin-bottom: 6px; }
      .checkout .cart-itmes-list .item-row .item-qty .btn,
      .account-pages .cart-itmes-list .item-row .item-qty .btn {
        padding: 5px; }
        .checkout .cart-itmes-list .item-row .item-qty .btn svg,
        .account-pages .cart-itmes-list .item-row .item-qty .btn svg {
          width: 15px; }
      .checkout .cart-itmes-list .item-row .item-qty .form-control,
      .account-pages .cart-itmes-list .item-row .item-qty .form-control {
        border: none;
        width: 20px;
        text-align: center; }
  .checkout .order-summary,
  .account-pages .order-summary {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px; }
    .checkout .order-summary li,
    .account-pages .order-summary li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .checkout .order-summary li p,
      .account-pages .order-summary li p {
        margin: 0; }
      .checkout .order-summary li a,
      .account-pages .order-summary li a {
        color: #2A449F; }
    .checkout .order-summary li.cart-total,
    .account-pages .order-summary li.cart-total {
      font-weight: 700;
      border-top: solid 1px #e5e5e5;
      padding-top: .25rem; }
  .checkout .order-status,
  .account-pages .order-status {
    text-align: center;
    padding: 40px;
    min-height: 60vh; }
  .checkout .paymentmethod .payment-icon img,
  .account-pages .paymentmethod .payment-icon img {
    height: 20px; }

@media (max-width: 767px) {
  .checkout,
  .account-pages {
    padding: 20px 0; }
    .checkout .brand-logo img,
    .account-pages .brand-logo img {
      width: 200px; }
    .checkout .checkout-steps,
    .account-pages .checkout-steps {
      grid-template-columns: 1fr; }
      .checkout .checkout-steps .cart-itmes-list .item-row,
      .account-pages .checkout-steps .cart-itmes-list .item-row {
        padding-left: 0;
        padding-right: 0; }
        .checkout .checkout-steps .cart-itmes-list .item-row .product-text,
        .account-pages .checkout-steps .cart-itmes-list .item-row .product-text {
          margin-bottom: 2rem; }
      .checkout .checkout-steps .card .p4,
      .account-pages .checkout-steps .card .p4 {
        padding: 0 !important; }
      .checkout .checkout-steps .step-col .card,
      .account-pages .checkout-steps .step-col .card {
        padding: 0; }
    .checkout .order-status,
    .account-pages .order-status {
      padding: 40px 0 0 0; } }
.checkout,
.account-pages {
  background: #ffefef;
  padding:30px 0;}
  .checkout .wrapper,
  .account-pages .wrapper {
    border-width: 1px;
    border-color: #dbdbdb; 
    border-radius: 10px;
    overflow: hidden;
    }
  .checkout .page-title,
  .account-pages .page-title {
    background: #12011E;
    color: #ffffff; }
    
  .checkout .title,
  .account-pages .title{
      font-weight: 600;
  }
  .checkout .form-control,
  .checkout .form-check-input,
  .account-pages .form-control,
  .account-pages .form-check-input {
    background-color: #ffffff;
    border-color: #9a9a9a; 
      border-radius:8px;  }
  .checkout .cart-itmes-list .item-row .item-qty,
  .account-pages .cart-itmes-list .item-row .item-qty {
    border-radius: 0;
    border-color: #9a9a9a; }
    
    footer{
        font-size:12px;}

/*# sourceMappingURL=checkout.css.map */
