.modal-content {
  border-radius: 0px;
  width: 97.08%;
  height: 60% }

#cart {
  background: #FFF;
  width: 100%;
  margin: 0px auto;
  padding: 40px 60px;
  position: relative; }
  #cart h2 {
    margin-top: 0px; }
  #cart .col-1,
  #cart .col-2,
  #cart .col-3,
  #cart .col-4,
  #cart .col-5,
  #cart .col-6,
  #cart .col-7 {
    padding: 5px;
    display: table-cell;
    word-break: break-word;
    /* border-left: 1px solid #eeeeee; */
    -webkit-box-sizing: box-size;
    -moz-box-sizing: box-size;
    box-sizing: box-size; }
    #cart .col-1:first-child,
    #cart .col-2:first-child,
    #cart .col-3:first-child,
    #cart .col-4:first-child,
    #cart .col-5:first-child,
    #cart .col-6:first-child,
    #cart .col-7:first-child {
      border-left: none; }
  #cart .col-1 {
    width: 15%; }
  #cart .col-2 {
    width: 23%;
    font-size: 14px;
    font-weight: 100;
    vertical-align: middle;
    padding-left: 2% }
  #cart .col-3 {
    width: 15%; }
  #cart .col-4 {
    width: 15%; }
  #cart .col-5 {
    width: 15%; }
  #cart .col-6 {
    padding: 0px;
    display: block; }
  #cart .col-7 {
    width: 7%; 
    padding-left: 5%}
  #cart .item_subtotal {
    text-align: center; }
  #cart .item_qty, #cart .item_price {
    text-align: center; }
  #cart .cart-table {
    overflow-x: scroll;}
  #cart .cartbody,
  #cart .carthead {
    min-width: 560px;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 12px; }
  #cart .carthead {
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    height: 30px;
    color: #444;
    padding: 5px 0;
    padding-right: 25px;
    margin-bottom: 15px;
    padding-top: 12px;
    display: table;
    overflow: hidden; }
  #cart .cartbody {
    max-height: 300px;
    font-size: 13px;
    overflow-y: auto; }
    #cart .cartbody .cart-item {
      overflow: hidden;
       }
      #cart .cartbody .cart-item .item {
        display: table;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        padding-right: 25px; }
        #cart .cartbody .cart-item .item strong {
          display: block; }
      #cart .cartbody .cart-item .removeitem {
        /* position: absolute; */
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        right: 0px;
        cursor: pointer; }
        #cart .cartbody .cart-item .removeitem:hover {
          color: #e1393c; }
      #cart .cartbody .cart-item input {
        width: 50px;
        height: 25px;
        line-height: 15px;
        text-align: center;
        padding: 3px;
        margin-left: 15px; }
    #cart .cartbody .cart-total .right {
      float: right; }
    #cart .cartbody .cart-total .payable {
      padding: 10px 0;
      font-size: 14px;
      font-weight: bold; }
      #cart .cartbody .cart-total .payable > span {
        text-align: right;
        min-width: 100px;
        display: inline-block; }
        #cart .cartbody .cart-total .payable > span i {
          font-size: 0.8em;
          float: none;
          display: inline; }
    #cart .cartbody .cart-total .deliverycharge span {
      min-width: 100px;
      float: right;
      text-transform: uppercase;
      text-align: right; }
  #cart .cartfooter {
    clear: both;
    overflow: hidden;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    text-align: center; }
    #cart .cartfooter .continue_btn {
      margin-right: 10px;
      float: right
    }
    #cart .cartfooter .transaction_id {
      font-size: 11px;
      color: #eee; }
    #cart .cartfooter .checkout_btn {
      background: #e1393c;
      color: #fff;
      text-transform: uppercase; }
  #cart .discount {
    text-align: right;
    margin-top: 10px; }

.kr_cart_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }

.modal_backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85); }

.bs-example-modal-lg:focus, .bs-example-modal-lg:active, .kr_modal_cart:focus, .kr_modal_cart:active {
  outline: none; }


@media screen and (min-width: 992px) {

  .mobile-view {
    display: none
  }

  .desktop-view {
    display: block;
  }

  .modal-title {
    font-size: 24px;
    font-weight: bold;
  }
  
  .total-items {
    margin-left: 5%;
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .cart-total .icon-rupee {
    font-size: 18px;
    margin-left: 10px;
  }
  
  .payable {
    margin-bottom: 0;
  }
  
  .total_amount {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 4%;
  }
  
  .cart-total {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    font-size: 12px;
  }
  
  .modal-left {
    display: flex;
    align-items: center;
    width: 50%;
  }
  
  .kr_cart_container .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding-left: 0;
  }
  
  .product_column {
    display: flex;
    justify-content: flex-start;
  }
  
  .product_column img {
    width: 100%;
  }
  
  .product-size {
    color: gray;
  }
  
  .product-name {
    margin-bottom: 1px;
  }
  
  .kr_cart_close {
    font-size: 14px;
  }

  span.total-items {
    margin-left: 3px;
  }
  
  .bi.kr_cart_close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    font-size: 20px;
    color: #aaa;
  }
  
}


@media only screen and (min-width: 300px) and (max-width: 600px) {

  .desktop-view {
    display: none;
  }

  .cart-container.mobile-view {
    height: 100%;
  }

  .kr_modal_cart {
    height: 100%;
  }

  .mobile-view {
    display: block;
  }

  .cart-container .modal-content {
    width: 100%;
    border: none;
    height: 100%;
  }

  .cart-container .modal-content .bi-arrow-left {
    font-size: 25px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
  }

  .cart-container .modal-dialog {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }

  .cart-container #myModalLabel {
    font-size: 24px;
    font-weight: bold;
  }

  .modal-header {
    border: none;
  }

  #cart {
    padding: 15px;
    text-align: center;
  }

  .total-items {
    position: absolute;
    right: 70px;
    top: 35px;
    margin-bottom: 0;
  }

  .items {
    top: 0px;
    position: absolute;
    margin-left: 10px;
  }

  #cart .card {
    background-color: #f9f9f9;
    margin: 3%;
    padding: 3%;
    text-align: left;
  }

  .card .removeitem {
    position: relative;
    float:inline-end;
    padding: 5px;
    color: rgb(185, 185, 185);
  }

  .card img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  #cart .col-1 {
    width: 11%;
  }

  #cart .col-2 {
    padding-left: 4%;
  }

  .card .kr_cart_item_qty {
    width: 25px;
  }

  .card .product-details {
    color:rgb(49, 49, 49);
    float: left;
    font-size: 12px;
    width: 80%;
  }

  .card .product-size {
    color:rgb(49, 49, 49);
    font-size: 10px;
  }

  .card .product-name {
    font-weight: bold;
    font-size: 12px;
  }

  .card .product-details p {
    margin-bottom: 1.5%;
  }

  .card .removeitem:active {
    color:rgb(77, 77, 77);
  }

  .card .final-sell-price {
    float: right;
    font-size: 16px;
  }

  .cart-total {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    margin-top: 5%;
    position: fixed;
    bottom: 7%;
    padding-right: 40px;
  }

  .checkout_btn {
    width: 100%;
    border-radius: none;
    position: fixed;
    bottom: 0;
    left: 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 16px;
    color: white !important;
    background-color: #e1393c;
    color:unset;
  }

  .checkout_btn:focus, .checkout_btn:hover {
    color: white;
    text-decoration: none;
  }

  .cart-main-body {
    max-height: 70vh;
    overflow: scroll;
  }

  #cart .cartfooter {
    border-top: none;
    text-decoration: none;
    justify-content: center;
  }

  .total_amount .icon-rupee {
    font-size: 16px;
    padding-right: 2px;
  }

  #cart .cartfooter .checkout_btn {
    height: 50px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 3%;
  }

  .footer .bi { 
    font-size: 15px;
    color: rgb(82, 82, 82);
  }

  .footer .qty {
    width: 11%;
    display: flex;
    justify-content: flex-start;
    margin: 1px solid #ccc;
    margin-bottom: 0px;
  }

  .kr_cart_item_price {
    color: gray;
  }

  .footer p {
    margin: unset;
  }

  .footer i {
    font-size: 12px;
  }

  .bi-dash-square-fill {
    padding-right: 50%;
  }

  .bi-plus-square-fill {
    padding-left: 30%;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
    background-color: #f9f9f9;
    border: none;
  }

}

@media only screen and (min-width: 600px) and (max-width: 992px) {

  .desktop-view {
    display: none;
  }

  .cart-container.mobile-view {
    height: 100%;
  }

  .kr_modal_cart {
    height: 100%;
  }

  .mobile-view {
    display: block;
  }

  .cart-container .modal-content {
    width: 100%;
    border: none;
    height: 100%;
  }

  .cart-container .modal-content .bi-arrow-left {
    font-size: 25px;
    position: absolute ;
    left: 30px;
    top: 30px;
    z-index: 1;
  }

  .cart-container .modal-dialog {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }

  .cart-container #myModalLabel {
    font-size: 24px;
    font-weight: bold;
  }

  .modal-header {
    border: none;
  }

  #cart {
    padding: 15px;
    text-align: center;
  }

  .total-items {
    position: absolute;
    right: 70px;
    top: 35px;
    margin-bottom: 0;
  }

  .items {
    top: 0px;
    position: absolute;
    margin-left: 10px;
  }

  #cart .card {
    background-color: #f9f9f9;
    margin: 1.5%;
    padding: 1.5%;
    text-align: left;
  }

  .card .removeitem {
    position: relative;
    float:inline-end;
    padding: 5px;
    color: rgb(185, 185, 185);
  }

  .card img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  #cart .col-1 {
    width: 5%;
  }

  .card .kr_cart_item_qty {
    width: 45px;
  }

  .card .product-details {
    color:rgb(49, 49, 49);
    float: left;
    font-size: 1.5rem;
    width: 80%;
  }

  .card .product-size {
    color:rgb(49, 49, 49);
    font-size: 1rem;
  }

  .card .product-name {
    font-weight: bold;
    font-size: 1.5rem;
  }

  .card .product-details p {
    margin-bottom: 5px;
  }

  .card .removeitem:active {
    color:rgb(77, 77, 77);
  }

  .card .final-sell-price {
    float: right;
    font-size: 16px;
  }

  .cart-total {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    margin-top: 5%;
    position: fixed;
    bottom: 7%;
    padding-right: 40px;
  }

  .checkout_btn {
    width: 100%;
    border-radius: none;
    position: fixed;
    bottom: 0;
    left: 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 16px;
    color: white !important;
    background-color: #e1393c;
    color:unset;
  }

  .checkout_btn:focus, .checkout_btn:hover {
    color: white;
    text-decoration: none;
  }

  .cart-main-body {
    max-height: 70vh;
    overflow: scroll;
  }

  #cart .cartfooter {
    border-top: none;
    text-decoration: none;
    justify-content: center;
  }

  .total_amount .icon-rupee {
    font-size: 16px;
    padding-right: 2px;
  }

  #cart .cartfooter .checkout_btn {
    height: 50px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1%;
  }

  .kr_cart_item_price {
    color: gray;
  }

  .footer p {
    margin: unset;
  }

  .footer .bi { 
    font-size: 15px;
    position: relative;
    color: rgb(82, 82, 82);
  }

  .footer .qty {
    width: 11%;
    display: flex;
    justify-content: flex-start;
    margin: 1px solid #ccc;
    margin-bottom: 0px;
  }

  .footer p {
    margin: unset;
  }

  .footer i {
    font-size: 12px;
  }

  .bi-dash-square-fill {
    padding-right: 30%;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
    background-color: #f9f9f9;
    border: none;
  }

}


@media only screen and (min-width: 768px) {
  #cart .cartfooter {
    text-align: inherit; }
    #cart .cartfooter .checkout_btn, #cart .cartfooter .continue_btn {
      float: right; } }
@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */
  #cart .cart-table {
    overflow: hidden; }
  #cart .modal-dialog {
    margin-top: 150px; } }
@media only screen and (min-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */ }

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