/* You can add global styles to this file, and also import other style files */
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
  }
  
  .btn.active,
  .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
  }
  
  .group {
    position: relative;
    margin-bottom: 25px;
    height: 45px;
    /* LABEL ======================================= */
    /* active state */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* HIGHLIGHTER ================================== */
  }
  .group svg {
    position: absolute;
    top: 12px;
    right: 5px;
    background: #fff;
  }
  .group input,
  .group select,
  .group textarea {
    font-size: 18px !important;
    padding: 10px 10px 10px 5px !important;
    display: block;
    /* width: 100% !important; */
    border: none;
    border: 1px solid #cecece !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    height: 45px !important;
    padding: 0px 15px !important;
    border-radius: 5px !important;
    width: 100%;
  }
  .group input:focus,
  .group select:focus,
  .group textarea:focus {
    outline: none;
    box-shadow: none;
    border: 0;
  }
  .group label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 10px !important;
    padding: 0px 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .group textarea:focus ~ label,
  .group textarea:valid ~ label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
  }
  .group input:focus ~ label,
  .group input:valid ~ label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
  }
  .group select:focus ~ label,
  .group select:valid ~ label {
    top: -7px;
    font-size: 12px;
    color: #8505f9;
    padding: 0px 5px;
    font-weight: bold;
    left: 12px;
    margin-left: -3px !important;
    background: #fff;
  }
  .group .bar {
    position: relative;
    display: block;
    width: 100%;
  }
  .group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  .accpt {
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 85px;
  }
  @media only screen and (min-width: 1125px) {
    .accpt {
      margin-bottom: 0px !important;
    }
  }
  .accpt p {
    font-size: 12px;
    margin: 0;
    margin-left: 10px;
  }
  .accpt .ter .text-toogle {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .accpt .ter .text-toogle input[type=checkbox] {
    position: relative;
    width: 50px;
    height: 25px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    flex-shrink: 0;
    opacity: 1;
    pointer-events: revert;
  }
  .accpt .ter .text-toogle input:checked[type=checkbox] {
    background: #8505f9;
  }
  .accpt .ter .text-toogle input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  .accpt .ter .text-toogle input:checked[type=checkbox]:before {
    left: 24px;
  }
  
  body #cart_items_avail_warn_popup {
    z-index: 9999;
  }
  body #pincode_popup {
    z-index: 9999;
  }
  body #pincode_popup .modal-dialog {
    height: auto;
  }
  body #preorder_wrng_popup {
    z-index: 9999;
  }
  body #preorder_wrng_popup .modal-dialog {
    height: auto;
  }
  body #nosale_model {
    z-index: 9999;
  }
  body .checkout_btn .Checkout_pageBtn {
    position: fixed;
    bottom: 10px;
    width: 22%;
  }
  body #cart_view,
  body #cart_pop_v2, body #cart_items {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body #cart_view ::-webkit-scrollbar,
  body #cart_pop_v2 ::-webkit-scrollbar, body #cart_items ::-webkit-scrollbar {
    width: 5px;
  }
  body #cart_view ::-webkit-scrollbar-track,
  body #cart_pop_v2 ::-webkit-scrollbar-track, body #cart_items ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body #cart_view ::-webkit-scrollbar-thumb,
  body #cart_pop_v2 ::-webkit-scrollbar-thumb, body #cart_items ::-webkit-scrollbar-thumb {
    background: #e6e6e6;
  }
  body #cart_view ::-webkit-scrollbar-thumb:hover,
  body #cart_pop_v2 ::-webkit-scrollbar-thumb:hover, body #cart_items ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  body #cart_view .head_part,
  body #cart_pop_v2 .head_part, body #cart_items .head_part {
    padding: 12px 10px;
    background: #F3F4F6;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .head_part,
    body #cart_pop_v2 .head_part, body #cart_items .head_part {
      background-color: #fff;
    }
  }
  body #cart_view .head_part .additem,
  body #cart_pop_v2 .head_part .additem, body #cart_items .head_part .additem {
    flex-shrink: 0;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .head_part .additem,
    body #cart_pop_v2 .head_part .additem, body #cart_items .head_part .additem {
      display: none;
    }
  }
  body #cart_view .head_part .additem .add p,
  body #cart_pop_v2 .head_part .additem .add p, body #cart_items .head_part .additem .add p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 34, 34, 0.9803921569);
    text-align: center;
  }
  body #cart_view .head_part .additem .add p svg,
  body #cart_pop_v2 .head_part .additem .add p svg, body #cart_items .head_part .additem .add p svg {
    fill: rgba(255, 34, 34, 0.9803921569);
  }
  body #cart_view .head_part .additem .add p span,
  body #cart_pop_v2 .head_part .additem .add p span, body #cart_items .head_part .additem .add p span {
    display: block;
  }
  body #cart_view .head_part .back,
  body #cart_pop_v2 .head_part .back, body #cart_items .head_part .back {
    display: flex;
    align-items: flex-start;
    justify-content: revert;
  }
  body #cart_view .head_part .back .bak,
  body #cart_pop_v2 .head_part .back .bak, body #cart_items .head_part .back .bak {
    margin-right: 5px;
  }
  body #cart_view .head_part .back .bak img,
  body #cart_pop_v2 .head_part .back .bak img, body #cart_items .head_part .back .bak img {
    width: 30px;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .head_part .back .bak img,
    body #cart_pop_v2 .head_part .back .bak img, body #cart_items .head_part .back .bak img {
      display: none;
    }
  }
  body #cart_view .head_part .back .title h3,
  body #cart_pop_v2 .head_part .back .title h3, body #cart_items .head_part .back .title h3 {
    margin: 0;
    font-size: 18px;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .head_part .back .title h3,
    body #cart_pop_v2 .head_part .back .title h3, body #cart_items .head_part .back .title h3 {
      font-size: 25px;
      text-transform: capitalize;
    }
  }
  body #cart_view .head_part .back .title h3 span,
  body #cart_pop_v2 .head_part .back .title h3 span, body #cart_items .head_part .back .title h3 span {
    display: block;
    font-size: 15px;
    color: #93959F;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .head_part .back .title h3 span,
    body #cart_pop_v2 .head_part .back .title h3 span, body #cart_items .head_part .back .title h3 span {
      margin-top: 10px;
    }
  }
  body #cart_view .cat_main_div,
  body #cart_pop_v2 .cat_main_div, body #cart_items .cat_main_div {
    position: sticky;
    top: 74px;
    width: 100%;
    padding: 0;
  }
  @media only screen and (max-width: 1125px) {
    body #cart_view .cat_main_div,
    body #cart_pop_v2 .cat_main_div, body #cart_items .cat_main_div {
      position: revert;
    }
  }
  body #cart_view .cat_main_div .div_order .new-cart-head,
  body #cart_pop_v2 .cat_main_div .div_order .new-cart-head, body #cart_items .cat_main_div .div_order .new-cart-head {
    padding: 12px 10px;
    background: #F3F4F6;
    cursor: pointer;
    outline: 0;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .cat_main_div .div_order .new-cart-head,
    body #cart_pop_v2 .cat_main_div .div_order .new-cart-head, body #cart_items .cat_main_div .div_order .new-cart-head {
      background-color: #fff;
    }
  }
  body #cart_view .cat_main_div .div_order .new-cart-head h1,
  body #cart_pop_v2 .cat_main_div .div_order .new-cart-head h1, body #cart_items .cat_main_div .div_order .new-cart-head h1 {
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;
  }
  body #cart_view .cat_main_div .div_order .new-cart-head .cart-items h3,
  body #cart_pop_v2 .cat_main_div .div_order .new-cart-head .cart-items h3, body #cart_items .cat_main_div .div_order .new-cart-head .cart-items h3 {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: #93959F;
    margin-bottom: 0;
  }
  body #cart_view .cat_main_div .scrol-cart .cartempty_mobile,
  body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile, body #cart_items .cat_main_div .scrol-cart .cartempty_mobile {
    position: relative;
  }
  body #cart_view .cat_main_div .scrol-cart .cartempty_mobile h2,
  body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile h2, body #cart_items .cat_main_div .scrol-cart .cartempty_mobile h2 {
    color: #BFC6DC;
    font-size: 35px;
  }
  body #cart_view .cat_main_div .scrol-cart .cartempty_mobile img,
  body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile img, body #cart_items .cat_main_div .scrol-cart .cartempty_mobile img {
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0px auto;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll, body #cart_items .cat_main_div .scrol-cart .left_scroll {
    height: 268px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    scrollbar-width: thin;
  }
  @media only screen and (max-width: 1125px) {
    body #cart_view .cat_main_div .scrol-cart .left_scroll,
    body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll, body #cart_items .cat_main_div .scrol-cart .left_scroll {
      height: auto;
    }
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to {
    margin: 0px 0px 20px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 {
    width: 50%;
    padding-right: 5px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 80px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
    height: 32px;
    border-radius: 5px;
    justify-content: space-between;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec {
    width: 30px;
    display: flex;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a {
    text-decoration: none;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img {
    width: 13px;
    height: 13px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc {
    width: 30px;
    display: flex;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a {
    text-decoration: none;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img {
    width: 13px;
    height: 13px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n {
    justify-content: center;
    width: 30px;
    text-align: center;
    display: flex;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #58A940;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 80px;
    height: 32px;
    border-radius: 5px;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p {
    margin: 0;
    font-size: 16px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n {
    justify-content: center;
    width: 30px;
    text-align: center;
    display: flex;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p {
    margin: 0;
    font-size: 16px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p {
    width: 20%;
    text-align: right;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod {
    margin: 2px 0;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 {
    display: flex;
    align-items: center;
    margin: 0 0 0;
    justify-content: space-between;
    color: #949494;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 {
    width: 50%;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p {
    margin: 0;
    font-size: 12px;
    padding-left: 8px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p {
    margin: 0;
    font-size: 13px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p {
    width: 20%;
    text-align: right;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p {
    margin: 0;
    font-size: 12px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input {
    display: flex;
    align-items: center;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control {
    border: 0;
    background: #F2F7FD;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0px 15px;
    color: #AFBEC4;
    font-size: 14px;
    outline: 0;
    box-sizing: border-box;
    margin: 5px 0 0;
    box-shadow: none;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn, body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn {
    display: none;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart, body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart {
    text-align: center;
  }
  @media only screen and (min-width: 1125px) {
    body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart,
    body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart, body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart {
      display: none;
    }
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart h3,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart h3, body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart h3 {
    color: #BFC6DC;
    font-size: 30px;
    margin-top: 0;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart img,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart img, body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart img {
    width: 105px;
  }
  body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart p,
  body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart p, body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart p {
    color: #9c9c9c;
    text-align: center;
    padding: 10px 20px;
  }
  body #cart_view .cat_main_div .total_box,
  body #cart_pop_v2 .cat_main_div .total_box, body #cart_items .cat_main_div .total_box {
    padding: 10px;
  }
  body #cart_view .cat_main_div .total_box .felx_total,
  body #cart_pop_v2 .cat_main_div .total_box .felx_total, body #cart_items .cat_main_div .total_box .felx_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body #cart_view .cat_main_div .total_box .felx_total .total_fo h4,
  body #cart_pop_v2 .cat_main_div .total_box .felx_total .total_fo h4, body #cart_items .cat_main_div .total_box .felx_total .total_fo h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  body #cart_view .cat_main_div .total_box .felx_total .total_p h4,
  body #cart_pop_v2 .cat_main_div .total_box .felx_total .total_p h4, body #cart_items .cat_main_div .total_box .felx_total .total_p h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  body #cart_view .cat_main_div .total_box .taxs_in_q p,
  body #cart_pop_v2 .cat_main_div .total_box .taxs_in_q p, body #cart_items .cat_main_div .total_box .taxs_in_q p {
    margin: 0;
    margin-top: 6px;
    color: #93959F;
    font-size: 14px;
  }
  body #cart_view .cat_main_div .scroll-checkout,
  body #cart_pop_v2 .cat_main_div .scroll-checkout, body #cart_items .cat_main_div .scroll-checkout {
    position: initial;
    width: 100% !important;
    padding: 10px;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv, body #cart_items .cat_main_div .scroll-checkout .display_dilv {
    display: flex;
    justify-content: center;
    background: #F2F7FD;
    border-radius: 50px;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .active,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .active, body #cart_items .cat_main_div .scroll-checkout .display_dilv .active {
    color: #080808;
    font-weight: 400 !important;
    border-radius: 50px;
    width: 100%;
    height: 57px;
    background: #BFC6DC;
    font-size: 13px;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .active:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .active:focus, body #cart_items .cat_main_div .scroll-checkout .display_dilv .active:focus {
    border: 0;
    outline: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del {
    width: 50%;
    padding: 0 10px 0 0;
    text-align: center;
    position: relative;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del .btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del .btn, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus {
    border: 0;
    outline: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del img,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del img, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del img {
    width: auto;
    padding: 0 10px;
    filter: invert(1);
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del p,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del p, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del p {
    font-size: 12px;
    margin: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del p span,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del p span, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del p span {
    font-weight: bold;
    display: block;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col {
    width: 50%;
    padding: 0;
    text-align: center;
    position: relative;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col:focus, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col:focus {
    border: 0;
    outline: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col .btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col .btn, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col img,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col img, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col img {
    width: auto;
    padding: 0 10px;
    filter: invert(1);
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col p,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col p, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col p {
    font-size: 12px;
    margin: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col p span,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col p span, body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col p span {
    font-weight: bold;
    display: block;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv button,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button, body #cart_items .cat_main_div .scroll-checkout .display_dilv button {
    color: #080808;
    font-weight: 400 !important;
    border-radius: 50px;
    width: 100%;
    height: 57px;
    font-size: 13px;
    background-color: transparent;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv button:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:focus, body #cart_items .cat_main_div .scroll-checkout .display_dilv button:focus {
    border: 0;
    outline: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .display_dilv button p,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button p, body #cart_items .cat_main_div .scroll-checkout .display_dilv button p {
    font-size: 12px;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box, body #cart_items .cat_main_div .scroll-checkout .post_code_box {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code {
    display: flex;
    width: 100%;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type {
    width: 100%;
    text-align: center;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text],
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text], body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text] {
    width: 100%;
    outline: 0;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: 5px !important;
    border: 1px solid #f2f7fd;
    height: 45px;
    background-color: #f2f7fd;
    box-shadow: none;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p {
    font-size: 11px;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b {
    padding: 0;
    width: 35%;
    padding-left: 15px;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button {
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    color: rgba(255, 34, 34, 0.9803921569);
    width: 100%;
    border: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus, body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus {
    border: 0;
    outline: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div, body #cart_items .cat_main_div .scroll-checkout .coupondiv,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text {
    position: relative;
    width: 65%;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text input,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text input,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text input,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text input, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text input,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text input {
    padding: 0px 9px 0px 31px !important;
    width: 100%;
    outline: 0;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: 5px !important;
    border: 1px solid #CECFD4;
    height: 45px;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text img,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text img,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text img,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text img, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text img,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text img {
    position: absolute;
    left: 7px;
    top: 12px;
    width: auto;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon {
    padding: 0;
    width: 35%;
    padding-left: 15px;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    color: #8505f9;
    width: 100%;
    border: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus, body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,
  body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,
  body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus {
    outline: 0;
    border: 0;
  }
  body #cart_view .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_view .cat_main_div .scroll-checkout .lty_cancel,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .lty_cancel, body #cart_items .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .remove_coupon_bt,
  body #cart_items .cat_main_div .scroll-checkout .lty_cancel {
    color: rgba(255, 34, 34, 0.9803921569) !important;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a {
    color: #fff;
    text-decoration: none;
    margin-right: 0;
    font-weight: 400;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn {
    cursor: pointer;
    display: flex;
    background: #5200C6;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 8px;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    padding: 0px 11px;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l {
    align-items: flex-start;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    width: 50%;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img {
    width: auto;
    padding-left: 5px;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r {
    align-items: flex-end;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    text-align: right;
    width: 50%;
  }
  body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3, body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr, body #cart_items .cat_main_div .scroll-checkout .pre-ordr {
    margin-top: 15px;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr #preorder_button,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr #preorder_button, body #cart_items .cat_main_div .scroll-checkout .pre-ordr #preorder_button {
    margin-bottom: 20px;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .input,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .input, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .input {
    width: 100%;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group {
    position: relative;
    margin-bottom: 15px;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box p,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box p, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box p {
    margin: 0;
    font-size: 18px;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn {
    color: #8505f9 !important;
  }
  body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button,
  body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button, body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    color: rgba(255, 34, 34, 0.9803921569);
    width: 100%;
    outline: 0;
  }/*# sourceMappingURL=cart.css.map */