.section-order{
	padding: 20px 0px;
	background-color: #F1F1F1;
}

.order-sidebar.order-sidebar-quick{
	display: block !important;
}

.order-sidebar-quick .subtoltal{
	position: static !important;
	width: 100% !important;
	top: auto !important;
	z-index: auto !important;
	overflow: visible !important;
}

.product-wrapper{
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 4px 25px rgba(0,0,0,.06);
}

.product-search{
	padding: 20px 24px;
	border-bottom: 1px solid #EEE;
}

.product-search .row{
	margin: 0 -6px;
}

.product-search .row > div{
	padding: 0 6px;
}

.product-search .search-form{
	position: relative;
}

.product-search .search-form .form-control{
	width: 100%;
	height: 46px;
	border: 1px solid #DDD;
	border-radius: 30px;
	padding: 0px 20px;
	padding-right: 50px;
	font-size: 14px;
}

.product-search .search-form .form-control:focus{
	border-color: #15963d;
	outline: none;
	box-shadow: none;
}

.product-search .search-form .btn{
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 4px;
	width: 42px;
    height: 46px;
    z-index: 9;
    border: none;
    background: transparent;
}

.product-search .search-form .btn img{
	height: 18px;
	width: 18px;
}

.product-search .search-form-producer .select2-container{
	width: 100% !important;
}

.product-search .search-form-producer .select2-container .select2-selection--single{
	height: 46px !important;
	border: 1px solid #DDD !important;
	border-radius: 30px !important;
}

.product-search .search-form-producer .select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 44px !important;
	padding-left: 20px !important;
	color: #333;
	font-size: 14px;
}

.product-search .search-form-producer .select2-container .select2-selection--single .select2-selection__arrow{
	height: 44px !important;
	right: 14px !important;
}

.product-list .product-row{
	padding: 18px 24px !important;
	border-bottom: 1px solid #F0F0F0;
	transition: background-color .2s ease;
}

.product-list .product-row:hover{
	background-color: #FAFCFB;
}

.product-row .order-product{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

.product-row .order-product .order-image{
	width: 92px;
	height: 92px;
	flex-shrink: 0;
	display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEE;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fafafa;
    margin: 0 !important;
}

.product-row .order-product .order-image img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.product-row .order-product .order-info{
	vertical-align: top;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.product-row .order-info .product-name-wrapper{
	min-width: 0;
}

.product-name-wrapper .product-name{
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-name-wrapper .product-name:hover{
	color: #15963d;
}

.product-footer-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.product-meta-line{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 10px;
	flex: 1;
	min-width: 0;
}

.product-meta-line .price-box .price{
	font-size: 13.5px;
	color: #828282;
	font-weight: 600;
}

.product-meta-line .price-box .price .label{
	color: #828282;
}

.product-meta-line .price-box .price .amount{
	color: #15963d;
	font-weight: bold;
}

.product-meta-line .price-box .price .unit{
	color: #999;
	font-weight: 400;
}

.product-meta-line .price-box .price .compare-price{
	color: #B0B0B0;
	font-weight: 400;
	text-decoration: line-through;
	font-size: 12.5px;
}

.product-meta-line .price-box .price .upsell-hint{
	color: #EC2C37;
	font-size: 12.5px;
}

.product-meta-line .meta-sep{
	color: #DDD;
}

.product-meta-line .note-expire{
	color: #EC2C37;
	font-size: 13px;
	font-weight: 600;
}

.product-name-wrapper .smart{
	display: flex !important;
	gap: 8px;
	align-items: center;
	margin-top: 6px;
	flex-wrap: wrap;
}

.product-name-wrapper .smart .hot{
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 20px;
	background-color: #EC2C37;
}

.product-row .order-info .grid.product-quantity{
	flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
}

.product-quantity .input-group-btn{
	display: flex;
	gap: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid #15963d;
	border-radius: 20px;
	overflow: hidden;
}

.product-quantity .input-group-btn .items-count{
	height: 30px;
	width: 30px;
	color: #15963d;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	border: none;
	background-color: #fff;
	flex-shrink: 0;
}

.product-quantity .input-group-btn .items-count:hover{
	background-color: #EAF7EE;
}

.product-quantity .input-group-btn .qty-num {
	width: 40px;
	height: 30px;
	color: #222;
	font-weight: 600;
	text-align: center;
	border: none;
	border-left: 1px solid #DCEEE1;
	border-right: 1px solid #DCEEE1;
}

.product-quantity .out-of-stock{
	display: inline-block;
	color: #EC2C37;
	font-size: 12.5px;
	font-weight: 600;
	padding: 6px 14px;
	background-color: #FDEEEE;
	border-radius: 20px;
	white-space: nowrap;
}

.order-sidebar{
	position: sticky;
	top: 10px;
}

.order-sidebar .subtoltal{
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0px 4px 25px rgba(0,0,0,.06);
	background-color: #fff;
}

.subtoltal .mini-cart-title{
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

.mini-cart-list{
	max-height: 320px;
	overflow-y: auto;
	margin-bottom: 10px;
}

.mini-cart-list .mini-cart-empty{
	color: #999;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
}

.mini-cart-item{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}

.mini-cart-item:last-child{
	border-bottom: none;
}

.mini-cart-item .mini-cart-image{
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border: 1px solid #EEE;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fafafa;
}

.mini-cart-item .mini-cart-image img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.mini-cart-item .mini-cart-info{
	flex: 1;
	min-width: 0;
}

.mini-cart-item .mini-cart-name{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
	margin-bottom: 3px;
}

.mini-cart-item .mini-cart-price{
	color: #15963d;
	font-size: 12.5px;
	font-weight: 600;
}

.mini-cart-item .mini-cart-remove{
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EC2C37;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color .2s ease;
}

.mini-cart-item .mini-cart-remove:hover{
	background-color: #FDEEEE;
}

.mini-cart-item .mini-cart-remove svg{
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.subtoltal .cart-subtoltal{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	border-top: 1px dashed #E5E5E5;
	padding-top: 6px;
}

.subtoltal .cart-subtoltal:first-of-type{
	border-top: none;
	padding-top: 0;
}

.subtoltal .cart-subtoltal .cart-col{
	color: #635F5F;
}

.subtoltal .cart-subtoltal .cart-totle{
	color: #15963d;
}

.subtoltal .cart-btn a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
	padding: 10px 10px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	background-color: #15963d;
}

.subtoltal .cart-btn a:hover{
	background-color: #EC2C37;
}

.sidebar-promotions{
	margin-top: 20px;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0px 4px 25px rgba(0,0,0,.06);
	background-color: #fff;
}

.sidebar-promotions-title{
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

.sidebar-promotion-item{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #F2F2F2;
}

.sidebar-promotion-item:last-child{
	border-bottom: none;
}

.sidebar-promotion-item img{
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
	border: 1px solid #EEE;
}

.sidebar-promotion-item span{
	color: #333;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sidebar-promotion-item:hover span{
	color: #15963d;
}

@media (max-width: 767px){
	.section-order{
		padding: 12px 0px;
	}

	.product-search{
		padding: 16px;
	}

	.product-search .row > div{
		margin-bottom: 10px;
	}

	.product-search .row > div:last-child{
		margin-bottom: 0;
	}

	.product-list .product-row{
		padding: 14px 16px !important;
	}

	.product-row .order-product{
		align-items: flex-start;
		gap: 12px;
	}

	.product-row .order-product .order-image{
		width: 72px;
		height: 72px;
	}

	.product-row .order-product .order-info{
		gap: 6px;
	}

	.product-name-wrapper .product-name{
		font-size: 14px;
		line-height: 19px;
		-webkit-line-clamp: 2;
		white-space: normal;
	}

	.product-footer-row{
		gap: 8px;
	}

	.product-meta-line{
		gap: 2px 6px;
	}

	.product-meta-line .price-box{
		display: block;
		min-width: 0;
		max-width: 100%;
	}

	.product-meta-line .price-box .price{
		display: block;
		max-width: 100%;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.product-meta-line .price-box .price .amount{
		font-size: 12px;
	}

	.product-meta-line .meta-sep{
		display: none;
	}

	.product-meta-line .note-expire{
		font-size: 11.5px;
		flex-basis: 100%;
	}

	.product-row .order-info .grid.product-quantity{
		flex-shrink: 0;
	}

	.product-quantity .input-group-btn .items-count{
		width: 24px;
		height: 24px;
		font-size: 15px;
	}

	.product-quantity .input-group-btn .qty-num{
		width: 30px;
		height: 24px;
		font-size: 13px;
	}

	.order-sidebar-quick{
		margin-top: 16px;
	}

	.order-sidebar .subtoltal{
		padding: 16px;
	}

	.sidebar-promotions{
		padding: 16px;
	}
}