
/* cart css */
.cart-heading {
  font-size: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 70px 0px;
  font-weight: 500;
  color: #3b589e;
}
.cart-details {
  border: 1px solid #f5f5f6;
  padding: 20px;
}
.cart-details-left {
  width: 70%;
}
.cart-checkout-btn {
  max-width: 160px;
  margin: 0;
}
.cart-details-right {
  width: 100%;
}
.cart-item-details {
  width: 100%;
}
.cart-item-img figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.cart-item-img figure {
  width: 130px;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}
.cart-inStock {
  color: #22c527;
}

/* .edit-remove-item {
  display: flex;
  justify-content: space-between;
} */
.edit-remove-item a {
  text-decoration: none;
  font-size: 14px;
  color: #3b589e;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  background: #eee;
  padding: 2px 0px;
}
.increment-decrement {
  display: flex;
  padding: 0;
}
.increment-decrement #decrease {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.increment-decrement #increase {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.value-button:hover {
  cursor: pointer;
}
.inc-dec-num {
  text-align: center;
  border: none;
  border: 1px solid #f5f5f6;
  padding: 0px 6px;
  margin: 0px;
  width: 50px;
  background: #f5f5f6;
  border-radius: 9px;
  height: 38px;
}
.cart-shipping {
  display: flex;
  justify-content: space-between;
}
.cart-hr {
  margin: 0px;
}
.cart-shipping-right h4,
.cart-shipping-left h4 {
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 600;
}
.cart-shipping p {
  font-size: 16px;
  color: hsl(0deg 0% 66%);
  padding: 10px 0px;
}
.my-custom-scrollbar {
  position: relative;
  /* max-height: 347px; */
  overflow: inherit;
  margin: 1px 0px;
}
.table-wrapper-scroll-y {
  display: block;
}
.cart-free-shipping {
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
}
.cart-free-shipping span {
  color: #ff5252;
  font-weight: 600;
}
.checkout-button {
  border-radius: 20px;
  width: 100%;
  background-color: #3b589e;
  color: #fff;
  margin: 0px;
}
.cart-total-price {
  display: flex;
  padding: 30px 0px;
}
.cart-bottom-hr {
  border: 10px solid #3b589e;
  opacity: 1;
  /* margin: 80px 0px; */
}
.cart-total-price-amount {
  margin-left: -10px;
}
.checkout-bag-icon {
  margin-right: 10px;
}
.cart-table .cart-product-detail .cart-product-detail-text {
  font-size: 12px;
  height: auto; 
}
/* Scrollbar Styling */
.cart-item-details ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.cart-item-details ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cart-item-details ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #6d6d6d;
}
.table-cart-items-details,
.cart-table th {
  border-bottom-style: hidden !important;
}

small.max-qty {
  font-size: 10px;
  color: #e30f0f;
}

.no-product {
  text-align: center;
}

small.no-item {
  font-size: 10px;
  color: #e70505;
  position: absolute;
}

.not-found {
  text-align: center;
  font-weight: bold;
  font-style: bold;
}
.change-address {
  font-size: 13px;
  margin-bottom: 15px;
  background: #f5f5f6;
  max-width: 150px;
  padding: 10px 30px 10px 15px;
  border-radius: 25px;
}
.order-list {
  text-align: center;
}

img.thumbnale-image {
  width: 58px;
}

.pagination-order {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  padding-top: 13px;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  display: none;
}

p.text-sm.text-gray-700.leading-5 {
  display: none;
}

small.max-qty {
  display: none;
  position: absolute;
  bottom: -20px;
}

.product-select-option {
  position: relative;
}


.cart-table thead th, .cart-table tbody td {
  font-size: 12px;
  text-align: center;
}
.cart-table a {
  color: #3b589e;
  font-size: 18px;
  margin: 0 3px;
  display: block;
}
.cart-table .cart-rm{font-size: 20px;}
.cart-table thead th {
  border-bottom: 1px solid #c8c9ca !important;
}

.cart-table thead:first-of-type {
  display: revert;
}

.cart-table thead {
  display: none;
}
.cart-shipping-left {
  width: 100%;
  position: relative;
}
.cart-table .product-detail {
    padding: 6px;
}
.cart-shipping-left button.btn.btn-outline-secondary {
  background: #3b589e;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #3b589e;
}
.save-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .cart-product-image figure{margin-bottom: 15px !important;}
  .my-custom-scrollbar {
    max-height: 100%;
}
.cart-table thead {
  display: none !important;
}
.cart-table thead th, .cart-table tbody td {
  text-align: left;
  padding: 5px;
}


.cart-table td:before {
    content: attr(data-th);
    font-size: 12px;
    color: black;
    text-align: left;
    display: inline-block;
    width: 40%;
    min-width: 100px;
    border-right: 2px dotted #999;
    margin-right: 10px;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 10px 0 0;
    line-height: 1.2;
    text-transform: capitalize;
}
.cart-table tbody td div {
  display: inline-block !important;
  vertical-align: middle;
  width: 48%;
  padding: 6px 0;
}
.cart-table .cart-rm {
  font-size: 20px;
  float: right;
}
.cart-shipping-right h4, .cart-shipping-left h4 {
  display: flex;
  align-items: center;
}
.cart-shipping-left h4 p {
  margin: 0 0 0 5px;
}
.cart-item-img figure {
  width: 50px;
}
.cart-table thead ~ tbody {
  border-bottom: 1px solid #ddd;
}
}

#myModal {
  z-index: 9999;
}

h4.shipping-add {
  text-align: center;
  padding-bottom: 17px;
  margin-top: 10px;
}

p.select-address {
  text-align: center;
  font-weight: bold;
}

.cart-design input#inc-dec-number {
  height: auto;
}


.cart-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* button#myBtnCart {
  background: none;
  border: 0;
  color: #000;
  font-size: 13px;
  padding: 0;
  text-decoration: underline;
} */

h4.no-serach-data {
  text-align: center;
  font-weight: bold;
}
table.table.cart-table i.fa.fa-pencil-square-o {
  padding: 10px 0;
}
.empty_cart {
  justify-content: center;
}
/* new cart css */
.cart-product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.cart-product-image figure {
  max-width: 100%;
  margin: 0;
}
.cart-product-detail p {
  background: #f5f5f6;
  padding: 2px 4px;
  border-radius: 6px;
}
.cart-product-detail p{
  font-size: 13px;
  margin-right: 10px;
  padding: 5px;
}
.cart-product-detail {
  display: flex;
  width: 100%;
  margin: 20px 0;
  align-items: center;
}
p.actual-price {
  margin: 0 10px;
}
p.actual-price {
  margin: 0 10px;
  color: #94969f;
  text-decoration: line-through;
}
.cart-product-price {
  display: flex;
}
.cart-product-image {
  display: flex;
  width: 100%;
}
.cart-product-price p{
  font-size: 13px;
}
p.discount {
  color: red;
}
.cart-product-image i {
  margin: 0 20px 0 0px;
}
.cart-content {
  border: 1px solid #f5f5f6;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;

}
.remove {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 2px 4px;
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.cart-content .row{
  align-items: center;
}
.stock {
  display: flex;
}
.stock p {
  font-size: 12px;
  font-weight: 700;
}
p.instock {
  color: #22c527;
}
p.stockout {
  color: red;
}
.cart-product-name {
  display: flex;
}
.edit {
  margin-left: 10px;
}
.edit  i.fa.fa-pencil {
  font-size: 13px;
  color: #3b589e;
}
.cart-product-detail p {
  background: #f5f5f6;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  border-radius: 9px;
}

i#toggle-data {
  position: absolute;
  top: 12px;
  left: 119px;
  font-size: 13px;
}

div#toggle-data {
  position: relative;
}
.fa-angle-up:before {
  content: "\f106";
  position: absolute;
  right: 12px;
  top: 8px;
}
.fa-angle-up.fa-angle-down:before {
  content: "\f107";
}

p.cart-attr {
  text-transform: capitalize;
}