/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-lyt-cart {
  display: -ms-flexbox;
  display: flex; }
  .cp-lyt-cart .left-wrap {
    width: 65.5%; }
    .cp-lyt-cart .left-wrap .cp-address-details .form-control {
      max-width: 44rem; }
    .cp-lyt-cart .left-wrap .cp-address-details .billing-detail {
      display: none; }
      .cp-lyt-cart .left-wrap .cp-address-details .billing-detail.active {
        display: block; }
    .cp-lyt-cart .left-wrap .seprator {
      border-bottom: 1px solid #e2e2e2;
      margin-bottom: 4rem; }
  .cp-lyt-cart .product-list .product-item {
    margin-bottom: 3rem;
    min-height: auto; }
  .cp-lyt-cart .right-wrap {
    width: 32%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: sticky;
    top: 10.2rem;
    border-radius: 0.6rem; }
    @media only screen and (max-width: 767px) {
      .cp-lyt-cart .right-wrap {
        position: initial; } }
  .cp-lyt-cart .payment-option .list {
    margin: 0 -1.5rem;
    display: -ms-flexbox;
    display: flex; }
  .cp-lyt-cart .payment-option .item {
    padding: 0 1.5rem;
    width: 100%; }
    .cp-lyt-cart .payment-option .item .offer-wrap {
      background: #f7f7f7;
      padding: 1rem 1.2rem;
      border-radius: 1rem;
      display: -ms-flexbox;
      display: flex; }
      .cp-lyt-cart .payment-option .item .offer-wrap .img-wrap {
        min-width: 5rem;
        max-width: 5rem;
        margin-right: 1rem; }
        .cp-lyt-cart .payment-option .item .offer-wrap .img-wrap img {
          width: 100%; }
      .cp-lyt-cart .payment-option .item .offer-wrap .offer-info .offer-hd {
        font-size: 1.4rem;
        color: #666;
        font-family: "Gotham-Medium"; }
      .cp-lyt-cart .payment-option .item .offer-wrap .offer-info .desc {
        font-family: "Gotham-Medium";
        font-size: 1rem;
        color: #999;
        line-height: 1.6rem;
        margin-bottom: 0.2rem; }
  .cp-lyt-cart .payment-option .link {
    font-family: "Gotham-Book";
    display: inline-block;
    font-size: 1.2rem;
    color: #000000; }
  .cp-lyt-cart .noteText {
    font-family: "Gotham-Book";
    font-size: 1.2rem;
    color: #bd001c;
    display: block; }

.small-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #000000;
  font-family: "Gotham-Bold";
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .small-title {
      font-size: 1.6rem; } }
  .small-title .highlight {
    font-family: "Gotham-Bold"; }

.view-link {
  font-size: 1.6rem;
  color: #bd001c;
  font-family: "Gotham-Bold";
  position: absolute;
  right: 34px;
  top: 34px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .view-link {
      top: 0;
      right: 0; } }

@media only screen and (max-width: 767px) {
  .lyt-cart {
    margin-bottom: 0rem;
    display: block;
    padding-bottom: 0; }
    .lyt-cart .left-wrap {
      width: 100%; }
      .lyt-cart .left-wrap .cp-address-details .form-control {
        max-width: 100%; }
      .lyt-cart .left-wrap .seprator {
        border-bottom: 1px solid #e2e2e2; }
    .lyt-cart .product-list {
      margin-bottom: 5rem; }
      .lyt-cart .product-list .product-item {
        margin-bottom: 1rem; }
    .lyt-cart .right-wrap {
      width: 100%;
      box-shadow: none; }
    .lyt-cart .payment-option {
      padding: 0; }
      .lyt-cart .payment-option .list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0; }
        .lyt-cart .payment-option .list .item {
          width: auto;
          padding: 0;
          min-width: 23.5rem; }
          .lyt-cart .payment-option .list .item .offer-wrap {
            height: 100%; }
  .overlay {
    background: rgba(255, 255, 255, 0.75);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    .overlay.active {
      display: block; } }

@media only screen and (max-width: 768px) {
  .cp-lyt-cart {
    margin-bottom: 0rem;
    display: block;
    padding-bottom: 0; }
    .cp-lyt-cart .left-wrap {
      width: 100%; }
      .cp-lyt-cart .left-wrap .cp-address-details .form-control {
        max-width: 100%; }
    .cp-lyt-cart .product-list {
      margin-bottom: 5rem; }
      .cp-lyt-cart .product-list .product-item {
        margin-bottom: 1rem; }
    .cp-lyt-cart .right-wrap {
      width: 100%;
      box-shadow: none; }
    .cp-lyt-cart .payment-option {
      padding: 3rem 0; }
      .cp-lyt-cart .payment-option.show-desktop {
        display: none; }
      .cp-lyt-cart .payment-option.hide-desktop {
        display: block; }
      .cp-lyt-cart .payment-option .list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0; }
        .cp-lyt-cart .payment-option .list .item {
          width: auto;
          padding: 0;
          min-width: 23.5rem; }
          .cp-lyt-cart .payment-option .list .item .offer-wrap {
            height: 100%; }
  .overlay {
    background: rgba(255, 255, 255, 0.75);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    .overlay.active {
      display: block; } }

.cp-lyt-cart {
  margin-top: 4.9rem; }
  @media only screen and (max-width: 768px) {
    .cp-lyt-cart {
      margin-top: 4.1rem; } }
  .cp-lyt-cart .left-wrap.cart-mt {
    margin-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-lyt-cart .left-wrap {
      padding: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-lyt-cart .right-wrap {
      margin-top: 6rem; } }
  .cp-lyt-cart .product-info {
    margin-bottom: 0;
    padding: 0; }
  .cp-lyt-cart .snapmint-wrapper-cart.mobile {
    padding-bottom: 20px; }

.small-title .highlight-notify {
  font-family: "Gotham-Bold"; }

.cp-lyt-cart.typ-my-account {
  display: block; }
  .cp-lyt-cart.typ-my-account .left-wrap {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-lyt-cart.typ-my-account .left-wrap .seprator {
        margin-bottom: 6rem; } }
  .cp-lyt-cart.typ-my-account .EditProfile {
    font-size: 1.6rem;
    font-family: "Gotham-Bold";
    color: #bd001c;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .cp-lyt-cart.typ-my-account .EditProfile .icon {
      font-size: 2rem;
      margin-right: 0.5rem; }
  .cp-lyt-cart.typ-my-account .personal-detail {
    padding-bottom: 3rem; }
  .cp-lyt-cart.typ-my-account .small-title {
    font-size: 2.1rem;
    line-height: 2rem;
    margin-bottom: 3.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-lyt-cart.typ-my-account .small-title {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 2.5rem; } }
