.Product_Cart {
  margin-top: 2%;
  margin-bottom: 12%;
}

.product_table .tabless .cabbageimg {
  /* background: #f0f0f0; */
  padding: 0px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.product_table .tabless .add_on_btn_holder .add_on_btn {
    background: #e2ffde 0% 0% no-repeat padding-box;
    border: 1px solid #29b200;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #29b200;
    opacity: 1;
    width: 100%;
    margin-top: 10px;
}
.product_table .tabless .add_on_btn_holder .add_on_btn:hover,
.product_table .tabless .add_on_btn_holder .add_on_btn:active,
.product_table .tabless .add_on_btn_holder .add_on_btn.active {
  background: #e2ffde 0% 0% no-repeat padding-box;
  border: 1px solid #29b200;
  color: #29b200;
}

.product_table .tabless .btn_td_holder{
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.product_table .tabless .cabbageimg .cartimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_table .tabless .prices .qnty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_table .tabless .prices .counting {
  display: flex;
  align-items: center;
}

.product_table .tabless .prices .count-btn {
  width: 24px;
  height: 24px;
  background: #0f3768;
  opacity: 1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product_table .tabless .prices .count-btn .plusicns,
.product_table .tabless .prices .count-btn .minnusicns {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}

.product_table .tabless .cabbage {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
}

.product_table .tabless .cabbage2 {
  color: transparent !important;
}

.product_table .tabless .prices .prce {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #0f3768;
  opacity: 1;
  display: flex;
  justify-content: start;
  text-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
}

.product_table .tabless .price_section {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 4px;
}

.product_table .tabless .price_section .selling_price {
}

.product_table .tabless .price_section .selling_price p {
  letter-spacing: 0px;
  color: #df4223;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.product_table .tabless .price_section .mrp {
  padding-left: 20px;
}

.product_table .tabless .price_section .mrp p {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  margin-bottom: 0px;
  text-decoration: line-through;
  font-size: 14px;
}

.product_table .tabless .prices .prce span {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
}

.product_table .tabless .prices .nombers {
  margin: 0px 20px;
}

.product_table .tabless .prices .counting {
  border: 1px solid #0f3768;
  border-radius: 17px;
  padding: 4px;
}

.product_table .row.tabless {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 5px;
  padding: 10px 0px;
}

.Product_Cart .left_side_div {
  width: 90%;
}

.Product_Cart .you_may_like_div {
  margin: 50px 0px;
}

.Product_Cart .common_swiper .swiper-wrapper {
  padding: 15px 0px 30px;
}

.Product_Cart .you_may_like_div .Common_Heading_Holder {
  padding-left: 0px;
}

.Product_Cart .you_may_like_div .Common_Heading_Holder h4 {
  font-size: 20px;
}

.Product_Cart
  .Product_Info_Card_3_Section
  .Product_Info_Card_3
  .upper_image_section {
  border-bottom: none;
  position: relative;
  cursor: pointer;
  background: #fff;
}

.Product_Cart
  .Product_Info_Card_3_Section
  .Product_Info_Card_3
  .lower_text_section
  .favourite_div
  .heart_icon {
  /* display: none; */
}

.Product_Cart
  .Product_Info_Card_3_Section
  .Product_Info_Card_3
  .lower_text_section
  .kg_text {
  font-size: 13px;
}

.Product_Cart
  .Product_Info_Card_3_Section
  .Product_Info_Card_3
  .lower_text_section
  .pricing_div
  .selling_price {
  font-size: 15px;
}

.Product_Cart.Product_Info_Card_3_Section
  .Product_Info_Card_3
  .lower_text_section
  .product_name {
  font-size: 14px;
}

.Product_Cart .Common_Heading_Holder::before {
  display: none;
}

.Product_Cart .delivery_note_div {
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  margin: 20px 0%;
  align-items: center;
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #547f00;
  border-radius: 3px;
}

.Product_Cart .delivery_note_div .delivery_note {
  color: #707070;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Cart .delivery_note_div .plus_icon {
  color: #348f2e;
  font-size: 13px;
  font-weight: 700;
}

.Product_Cart .forgot_div {
  background: #e8f2ff;
  border-radius: 5px;
  margin: 10px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
}

.Product_Cart .forgot_div .Red_Outline_Btn {
  background: #ffe3de 0% 0% no-repeat padding-box;
  border: 1px solid #df4223;
  padding: 4px 10px;
}

.Product_Cart .forgot_div .forgot_text {
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
}

.Product_Cart .forgot_div .add_btn_div {
}

.Product_Cart .forgot_div .add_btn_div .Green_Btn {
  padding: 5px 10px;
}

.Product_Cart .forgot_div .add_btn_div .Green_Btn .btn_text {
  font-size: 13px;
}

/* table replCE CSS end */

.Product_Cart {
  margin-top: 2%;
  margin-bottom: 12%;
}

.threeorder {
  margin-bottom: 0px !important;
}

.Product_Cart .heading_holder .breadcrumb-item + .breadcrumb-item::before {
  /* content: url("../../../../public/assets/Image/Icon/arrow-forward.png"); */
  content: url("../../../public/assets//Image//Icon//arrow-forward.png");
}

.Product_Cart .heading_holder .breadcrumb-item {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
}

.Product_Cart .heading_holder .breadcrumb-item.active a {
  font-size: 13px;
  font-weight: 400;

  color: #000;
}

.Product_Cart .heading_holder .breadcrumb-item a {
  font-size: 13px;
  font-weight: 600;

  color: #0f3768;
}

.Product_Cart .heading_holder h4 span {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #0f3768;
}

.Product_Cart .product_table .table {
  --bs-table-bg: none;
}

.Product_Cart .product_table .Product_Cart_img {
  text-align: center;
}

.Product_Cart .product_table .Product_Cart_img .cart_img {
  width: 50px;
  height: 50px;
}

.Product_Cart .grand_total_table .heading {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 13px 0px 18px;
}

.Product_Cart .grand_total_table .heading .inner_text {
  font-size: 12px;
  color: #202020;
}

.Product_Cart .grand_total_table .heading .icon_img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.Product_Cart .product_table tbody tr td {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  padding: 30px 19px;
  border: none;
}

.Product_Cart .product_table tbody tr .view-text {
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

.Product_Cart .product_table tbody tr .red-text {
  font-weight: 500;
  color: #ec0000;
}

.Product_Cart .product_table tbody tr .green-text {
  font-weight: 500;
  color: #43aa00;
}

.Product_Cart .product_table tbody tr .yellow-text {
  color: #deaa00;
  font-weight: 500;
}

.Product_Cart .product_table tbody tr .return-text {
  color: #fb8600;
  font-weight: 500;
}

.Product_Cart .product_table tbody tr .cancel-text {
  color: #000;
  font-weight: 500;
}

.Product_Cart .product_table thead tr th {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 10px;
  color: #323232;
  background: #f6f6f6;
  white-space: nowrap;
  border: none;
}

.Product_Cart .product_table tr {
  border-style: none;
}

.Product_Cart .Continue_Shopping_text p {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #0f3768;
}

.Product_Cart .product_table .blue-bg {
  background: #0f3768;
  border-radius: 50px;
  /* padding: 5px; */
  width: 132px;
  height: 38px;
  justify-content: space-between;
}

.Product_Cart .product_table .circle-holder1 {
  border-radius: 100%;
  background: #fff;
  width: 32px;
  height: 32px;
  margin: 3px;
}

.Product_Cart .product_table .blue-bg .minus-btn {
  border-radius: 100%;
  color: #df4223;
  background: #fff;
  border: 1px solid #df4223;
  /* padding: 0px 11px; */
  width: 28px;
  height: 28px;
  margin: 2px;
}

.Product_Cart .product_table .blue-bg .number-text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.grand_total_table {
  padding: 10px 20px;
  margin-bottom: 18px;
  background: #f9fbff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
}

.grand_total_table .checkout_btn_holder .Blue_Btn {
  width: 80%;
  margin: 20px auto;
}

.grand_total_table .orderss .ordersum {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  color: #323232;
  opacity: 1;
}

.grand_total_table .table {
  --bs-table-bg: #f9fbff;
  margin: 0;
}

.grand_total_table .top-border {
  border-top: 1px solid #ecf5ff;
  border-bottom: 1px solid #a8a8a8;
}

.grand_total_table .bottom-border {
  border-bottom: 1px solid #ecf5ff;
}

.grand_total_table thead tr th {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #323232;
  border: none;
  padding: 10px 0px;
  width: 50%;
}

.grand_total_table thead tr td {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  border: none;
  padding: 10px 0px;
}

.grand_total_table thead tr .bold-text {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
}

.grand_total_table thead tr .Coupon_code {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #a2a2a2;
  padding: 10px 0px;
}

.grand_total_table .Coupon_code_holder {
  border-radius: 5px;
}

.grand_total_table .Coupon_code_holder .form-control {
  font-size: 14px;
  font-weight: 400;
  color: #a2a2a2;
  border-radius: 5px;
  border: none;
  background: #ffffff;
}

.grand_total_table .Coupon_code_holder .form-control:focus {
  box-shadow: none;
}

.grand_total_table .Coupon_code_holder .Checkout_btn {
  background: #212121 0% 0% no-repeat padding-box;
  border: 1px solid #212121;
  border-radius: 5px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.grand_total_table .Coupon_code_holder .Checkout_btn:active {
  background: #212121 0% 0% no-repeat padding-box;
  border: 1px solid #212121;
}

.grand_total_table .Coupon_code_holder td {
  padding: 10px 0px;
}

.grand_total_table .Coupon_code_holder th {
  padding: 0;
}

.grand_total_table .Checkout_btn {
  background: #212121 0% 0% no-repeat padding-box;
  border: 1px solid #212121;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}

.grand_total_table .show-coupon-btn {
  text-wrap: nowrap;
}

.grand_total_table .Checkout_btn:active {
  background: #212121 0% 0% no-repeat padding-box;
  border: 1px solid #212121;
}

.grand_total_table .Checkout_btn:hover {
  background: #212121 0% 0% no-repeat padding-box;
  border: 1px solid #212121;
}

.grand_total_table .Checkout_btn:active {
  background: #212121 0% 0% no-repeat padding-box !important;
  border: 1px solid #212121;
}

button.procheckout_btn.btn.btn-primary {
  width: 100%;
  height: 38px;
  background: #0f3768 0% 0% no-repeat padding-box;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  letter-spacing: 0.41px;
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 321px) {
  .Product_Cart {
    margin-bottom: 40%;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }

  .tabless .cabbageimg .cartimg {
    width: 100%;
    height: 100px;
  }

  .tabless .prices .cabbage {
    font-size: 13px;
  }

  .tabless .prices .prce {
    font-size: 11px;
  }

  .tabless .prices .counting {
    /* margin-left: 15px; */
  }

  .tabless .prices .nombers {
    margin: 0px 5px;
  }

  .grand_total_table thead tr .bold-text {
    font-size: 16px;
  }
}

@media (min-width: 321px) and (max-width: 486px) {
  .Product_Cart {
    margin-bottom: 35%;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }

  .product_table .tabless .cabbageimg .cartimg {
    /* height: 100px; */
  }

  .product_table .tabless .prices .cabbage {
    font-size: 14px;
  }

  .product_table .tabless .prices .prce {
    font-size: 12px;
  }

  .product_table .tabless .prices .counting {
    /* margin-left: 15px; */
  }

  .product_table .tabless .prices .nombers {
    margin: 0px 5px;
  }

  .grand_total_table thead tr .bold-text {
    font-size: 16px;
  }
}

@media (min-width: 486px) and (max-width: 567px) {
  .Product_Cart {
    margin-bottom: 30%;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }

  .product_table .tabless .cabbageimg .cartimg {
    /* height: 100px; */
  }

  .product_table .tabless .prices .cabbage {
    font-size: 14px;
  }

  .product_table .tabless .prices .prce {
    font-size: 12px;
  }

  .product_table .tabless .prices .counting {
    /* margin-left: 15px; */
  }

  .product_table .tabless .prices .nombers {
    margin: 0px 5px;
  }

  .grand_total_table thead tr .bold-text {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .Product_Cart .grand_total_table .heading {
    font-size: 16px;
  }

  .product_table .row.tabless {
    flex-wrap: wrap;
  }

  .product_table .tabless .prices .qnty {
    justify-content: center;
  }

  .product_table .tabless .prices .counting {
    width: 120px;
    justify-content: space-between;
  }

  .product_table .tabless .price_section .selling_price p {
    font-size: 14px;
  }

  .Product_Cart .left_side_div {
    width: 98%;
  }

  .product_table .tabless .prices .prce {
    font-size: 13px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .Product_Cart {
    margin-bottom: 25%;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }

  .product_table .tabless .prices .cabbage {
    font-size: 15px;
  }

  .product_table .tabless .prices .prce {
    font-size: 13px;
  }

  .product_table .tabless .prices .counting {
    width: 100%;
    justify-content: space-between;
  }

  .product_table .tabless .prices .nombers {
    margin: 0px 5px;
  }

  .Product_Cart .left_side_div {
    width: 100%;
  }

  .Product_Cart .grand_total_table .heading {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .Product_Cart {
    margin-bottom: 20%;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Product_Cart .left_side_div {
    width: 100%;
  }

  .Product_Cart .grand_total_table .heading {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Product_Cart {
    margin-bottom: 15%;
  }

  .Product_Cart .grand_total_table .heading {
    font-size: 17px;
  }

  .threeorder {
    margin-bottom: 0px !important;
  }

  .Product_Cart .left_side_div {
    width: 97%;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_Cart .forgot_div .Red_Outline_Btn .btn_text {
    font-size: 13px;
  }

  .Product_Cart
    .Product_Info_Card_3_Section
    .Product_Info_Card_3
    .lower_text_section
    .kg_text {
    font-size: 13px !important;
  }

  .Product_Cart
    .Product_Info_Card_3_Section
    .Product_Info_Card_3
    .lower_text_section
    .pricing_div
    .selling_price {
    font-size: 15px;
  }

  .Dark_Blue_Btn .btn_text {
    font-size: 13px;
  }

  .Product_Cart
    .Product_Info_Card_3_Section
    .Product_Info_Card_3
    .lower_text_section
    .product_name {
    font-size: 14px !important;
  }
}
