.vendor-box .vendor-contain {
	text-align: center;
}
.offer-custom-box {
	background: #000000;
	border-radius: 100px;
	padding: 3px 27px;
	color: white !important;
	margin-top: 17px;
    font-size: 12px;
}
.custom-vendor-name {
	font-size: 18px;
}
.vendor-name-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
    margin: 15px 0px;
}
.selected-package-pill {
	display: none;
	padding: 4px 16px;
	border-radius: 999px;
	background: rgba(13, 164, 135, 0.12);
	color: #0da487;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid rgba(13, 164, 135, 0.35);
}
.selected-package-pill.is-visible {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.rating,
.product-rating,
.product-main-rating,
.product-rating-list,
.product-review-rating,
.review-title-2,
.product-rating-box,
.review {
	display: none !important;
}
.note-box.product-package.mt-3 {
    gap: 11px;
    display: flex;
    flex-direction: column;
}
.cart_qty.qty-box.product-qty .input-group{
    width: 61%;
}
.category-slider-1 .slick-slide{
    height:230px !important;
}
.category-section-3 .category-box-list{
    height: 100%;
        display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.top-nav.top-header.sticky-header {
    background: #dbdbdb;
}
.navbar-bottom{
    background: #efefef;
}
.product-box-4 .product-detail a .name{
    -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  width: 100% !important;
}
.product-box-4{
    height:fit-content;
        padding-bottom: 5px;
        
}
.product-box-4 .product-detail .price{
    height: 25px !important;
}
.header-top{
        background: #6e7683 !important; 
}
header .timer-notification h6{
    text-align:center !important;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before{
    bottom: -9px !important;
}
.enamad-container{
        width: max-content;
        background:#ffffff73;
        border-radius:8px;
        transition:all .3s ease-in-out
}
.enamad-container:hover{
        width: max-content;
        background:#ffffff;
        border-radius:8px;
        border:1px solid #00000014;
}
.enamad{
    width:80%;
    height:80%;
}