
/* cart css */
.cart-heading {
  font-size: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 70px 0px;
  font-weight: 500;
  color: #000;
  margin-top: 50px;
}
.change-address {
  font-family: "Gothic A1", sans-serif !important;
}
.cart-details {
  border: 1px solid #f5f5f6;
  padding: 20px;
  background-color: #fff;
}
.cart-details-left {
  width: 70%;
}

.cart-modal {
  max-width: 35% !important;
}

.cart-checkout-btn button.btn.btn-outline-secondary.checkout-button.food-check.food-data {
  max-width: 160px;
}
.cart-checkout-btn {
  margin: 0;
  text-align: right;
}
.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;
} */

.all-attr {
  	background-color: white;
    opacity: 0.6;
    cursor: default !important;
}
.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: #000;
  color: #fff;
  margin: 0px;
}
.cart-total-price {
  display: flex;
  padding: 30px 0px;
}
.cart-bottom-hr {
  border: 10px solid #000;
  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: 15px;
  color: #e30f0f;
  margin-bottom: -10px;
}

.no-product {
  text-align: center;
  font-size: 20px;
}

small.no-item {
  font-size: 14px;
  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;
  font-size: 18px;
  font-weight: bold;
}

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: 0px;
}

.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;
}

.buy-now-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;
  margin: 50px 0 60px;
}
/* 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: 40%;
  margin: 20px 0;
  align-items: center;
  justify-content: flex-end;
}
p.actual-price {
  margin: 0 10px;
}
p.actual-price {
  margin: 0 10px;
  color: #94969f;
  text-decoration: line-through;
}
.cart-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-product-image {
  display: flex;
  width: 20%;
}
.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;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remove {
  position: unset;
  right: 0px;
  top: 0;
  padding: 2px 4px;
  color: red;
  font-size: 20px;
  cursor: pointer;
  /* width: 10%; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart-content .row{
  align-items: center;
}
.stock {
  display: flex;
}
.stock p {
  font-size: 12px;
  font-weight: 700;
}
p.instock {
	color: #22c527;
	font-size: 15px;
}
p.stockout {
  color: red;
}
.cart-product-name {
  display: flex;
}
.edit {
  margin-right: 15px;
}
.edit  i.fa.fa-pencil {
  font-size: 13px;
  color: #3b589e;
}
.cart-product-detail p {
    background: transparent;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    margin-left: 25px;
}

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;
}

/* toaster start*/
.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.toast.showing {
	opacity: 0;
}

.toast:not(.show) {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container > :not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
	margin-right: -0.375rem;
	margin-left: 0.75rem;
}

.toast-body {
	padding: 0.75rem;
	word-wrap: break-word;
}
/* toaster end */
/*new css*/
.cart-content .product-price {
	color: #ff0000;
	font-size: 20px;
  line-height: normal;
}
.cart-product-name {
	display: block;
	font-weight: bold;
	font-size: 22px;
	width: 40%;
	padding-right: 20px;
}
.cart-product-name span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	width: 100%;
	word-wrap: break-word;
}
section.cart-section {
  	margin: 50px 0;
}
.cart-section .cart-details {
  	display: none;
}
.cart-product-details {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-product-details .product-bottom-details {
	width: 22%;
}

button#myBtnCart {
	width: 134px;
}

.food-chk{
	width: 134px;
}

p.payment-select {
	display: none;
	font-size: 12px;
	color: red;
	margin-left: 10px;
	margin-top: -12px;
}

p.cart-product-price {
	color: #ff0000;
	font-size: 20px;
}

div#ajax-error {
	text-align: center;
	font-size: 20px;
	color: #ff0000;
}
section.cart-design .cart-details {
  display: none !important;
}


@media(max-width:991px){
	.cart-product-details {
		padding-left: 30px;
	}
}

@media(max-width:767px){
  	.cart-content {
    	flex-wrap: wrap;
	}
  
	.cart-product-image {
		display: flex;
		width: 100%;
	}

	.cart-product-details {
	width: 100%;
	padding-left: 0;
	}

	.cart-product-image {
	padding: 0;
	}

	.remove {
		position: absolute;
	}

	.cart-content {
		padding: 40px 20px 0;
	}

	.cart-product-detail {
		flex-wrap: wrap;
		justify-content: flex-end;
	
	}
}
