.product-thumbnail{
	width: 70px;
}
.woocommerce-cart-form__cart-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cart-box{
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.cart-collaterals{
	width: 30%;
}
.shop_table{
	width: 100%;

}
.woocommerce-cart-form__cart-item{
	justify-content: space-between;
}
.cart-item-r,.cart-item-l{
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-remove{
	top: -25px;
	position: relative;
	left: 10px;
}
.cart-minus{
	width: 21px;
	height: 21px;
	background: #f17f0f5c;
	text-align: center;
	color: #f17f0f;
	font-weight: 400;
	border-radius: 5px;
	font-size: 29px;
	line-height: 19px;
}
.cart-add{
	background: #f17f0f;
	padding: 1px;
	border-radius: 5px;
}
.cart-add img{
	width: 18px;
	height: 18px;
}
.product-quantity-box{
	display: flex;
	gap: 3px;
}
.product-quantity-box input{
	width: 23px;
	text-align: center;
}
.cart-item-l{
	gap: 30px;
	justify-content: space-between;
	min-width: 300px;
}

.goc{
	color: #898989;
	unicode-bidi: isolate;
	text-decoration: line-through;
	font-size: 11px;
	display: block;
}

.product-subtotal-top{
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-subtotal{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.product-subtotal bdi{
	font-weight: 600;
}
.product-subtotal-bottom{
	color: #108133;
}
.price-sale{
	color:red;
}
.product-price{
	color: #108133;
}
.supplier-title{
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	padding: 10px 0px 5px 0px;
	font-size:17px;
}
.cart-form{
	width: 70%;

}
.shop_table_cutom{
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.supplier-minimum bdi{
	color:#222020 ;
}
.supplier-title-tr{
	display: grid;
	padding-top: 20px 0px;
}
.slider-prd-full-width-wrap h3 a{
	color: #f17f0f;
}
.h2-cart{
	margin: 30px 0px;
}
.coupon-box{
	margin-top: 25px;
	display: none;
}
.coupon input{
	min-width: 200px;
	height: 30px;
	border: 1px solid #f17f0f;
	border-radius: 4px;
}
.coupon-box button{
	height: 35px;
	border: none;
	background: #f17f0f;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}
.button-cart-update{
	width: 270px;
	margin-top: 5px;
}
.coupon{
	width: 270px;
	display: flex;
	justify-content: space-between;
}
.cart-totals {
	padding: 20px;
	color: #222020;
	
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.minimum-icon{
	width: min-content;
	padding: 0px 6px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 10px;
}
.supplier-minimum{
	display: flex;	
	margin: 9px 0px;
	justify-content: space-between;
}
.supplier-minimum b{
	color: #108133;
}
.supplier-minimum-text{
	display: flex;
	align-items: center;
	gap: 4px;
	color: #5c5c5c;
	font-size: 12px;
}
.minimum-icon{
	width: min-content;
	padding: 0px 3px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 6px;
}
.cart-totals-supplier-top{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	font-size: 18px;
}

.supplier-totals-sale{
	color: #e72424;
}
.supplier-totals{
	display: flex;
	align-items: center;
	gap: 5px;
}
.supplier-minimum b{
	text-shadow: 3px 3px 7px #605b5b;
}
.supplier-missing{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.supplier-missing b{
	color: #108133;
}
svg{
	width: 20px;
}
.missing-icon{
	display: flex;
	gap: 5px;
	align-items: center;
}
.cart-totals-supplier{
	margin-bottom: 35px;
}

.supplier-bar-box{
	height: 3px;
	border: 1px solid #f17f0f;
	border-radius: 5px;
	margin-top: 6px;
}
.progress-bar{
	width: 80%;
	background: #f17f0f;
	height: 100%;
}
.totals-order{
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
}
.totals-payable-number{
	color: red;
}
.color000{
	color: #000;
}

    
.days div.disabled {
    background-color: #f9f9f9;
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none; /* Ngăn không cho click chuột */
}

.calendar {
    width: calc(100% - 40px);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 20px 0px;
}

.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.btn {
    background: #eee;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 6px;
}
.days div.selected {
    background: #f17f0f !important;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.btn:hover { background: #ddd; }

.weekdays, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    text-align: center;
}

.weekdays div {
    font-weight: bold;
    padding: 6px 0;
    background: #fafafa;
    border-radius: 6px;
}
.missing-icon{
	color: #108133;
}

.days div {
    padding: 10px 0;
    border-radius: 6px;
    cursor: pointer;
}

.days div:hover {
    background: #e8f1ff;
}

.days div.today {
    background: #f17f0f7a;
    color: white;
    font-weight: bold;
}

.blank {
    background: none;
    cursor: default;
}
.haed-mini-cart-wrap:hover .wrap-product-mini-cart{
	display: none;
}
.check-out-btn{
	text-align: center;
	display: table;
	color: #fff;
	background: #f17f0f;
	padding: 10px 20px;
	width: calc(100% - 40px);
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.not-active{
	cursor: not-allowed;
	pointer-events: none;
}
.not-active, .check-out-btn:hover{
	color: #fff;
	background: #f17f0f7a;
}
.check-out-note li{
	color: red;
	list-style-type: circle !important;
	display: none;
}
.cart-button-d{
	cursor: pointer;
}

.check-login span{
	color: 	#f17f0f;
	cursor: pointer;
}
.check-login span:hover{
	color: #f17f0f7a;
}

.not-active-note{
	display: block !important;
}

@media(max-width: 1040px) {
	.cart-box{
		gap: 20px;
	}
	.days div{
		padding: 5px 0;
	}
}

/* reponsive 1040px */
@media (max-width: 885px) {

	.cart-box{
		flex-direction: column;
	}
	.cart-form, .cart-collaterals{
		width: 100%;
	}
}

@media (max-width: 450px) {
	.woocommerce-cart-form__cart-item{
		flex-direction: column;
	}
	.cart-item-r, .cart-item-l{
		width: 100%;
		justify-content: space-between;
	}

	.cart-item-r .product-name{
		width: 180px;
	}
	.cart-item-r .product-thumbnail img{
		position: relative;
		right: 25px;
	}
	.cart-item-l{
		top: -7px;
		position: relative;
	}
	.cart-button-d{
		z-index: 9999;
	}
} 

@media(max-width: 390px){
	.cart-item-r .product-thumbnail img {
		position: relative;
		right: 12px;
	}
}
