.animate__animated 
{
	--animate-duration: 2s;
	--animate-delay: 1s;
}

.bg-color-head
{
	background-color: #562E91 !important;
}

.btn-success
{
	background: linear-gradient(135deg, #562E91 0%,#889fc8 100%);
}

.btn-success.custom_success
{
	background: #5CB85C;
}

.cus-primary-bg-color
{
	background-color: #562E91 !important;
}

.cus-primary-text-color
{
	color: #562E91 !important;
}
.text-color
{
	color: white;
}
.cus-site-logo-img
{
	height: 130px !important;
   	transition: .3s;
}

.cus-sticky-header .cus-site-logo-img
{
	height: 90px !important;
   	transition: .3s;
}

.cus-site-mobile-logo-img
{
	height: 70px !important;
}

.hc-nav-trigger 
{
    color: #562E91;
}

.hc-offcanvas-nav li:not(.custom-content) a
{
	font-size: 16px;
	font-weight: 500;
}

.hc-offcanvas-nav li a i 
{
    font-size: 18px;
    color: #562E91;
}

#cus-user-login-modal
{
	left: 5%;
}
.clear_address
{
	height: 42px;
	border: 1 px solid;
    background-color: red!important;
}
#cus-user-login-modal .modal-content
{
	border-radius: 25px;
	min-height: 250px;
	background-color: #fff;
	width: 75%;
    border: 2px solid #582f90;
}

#cus-user-login-form .input-group-prepend .input-group-text
{
	font-weight: 600;
	font-size: 16px;
}

#cus-user-login-form .input-group-prepend .input-group-text img
{
	width: 25px;
}

#login_mobile_no
{
	min-height: 40px;
	font-weight: 600;
	font-size: 16px;
}

#cus-form-input-area
{
	margin-bottom: 5px;
}

#cus-user-login-form-btn,
#cus-complete-profile-form-btn
{
	color: #fff;
	font-weight: 600;
	background: #582f90;
	border-radius: 10px;
}

.cus-modal-form-label 
{
    font-weight: 600;
    font-size: 14px;
}

.cus-otp-field
{
	display: inline-flex;
	justify-content: center;
	width: 50px;
	border-radius: 5px;
	text-align: center;
	font-weight: 800;
}

.list-complaints tbody td, th {
    outline: 0;
    padding: 2px 0px 2px 2px;
    text-align: center;
}

.list-complaints tbody td {
    height: 140px;
	width: 140px;
}

#cus-user-login-modal .modal-header h4
{
	font-size: 20px;
}

.cus-track-order-btn
{
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    background: #562E91;
    color: #FFF;
}
.table-list-order
{
	border-collapse: collapse;
	
}
.table-list-order td, th {
    padding: 15px; /* cellpadding */
}
.cus-download-invoice-btn
{
	padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    background: #EF7323;
    color: #FFF;
}

.header-user 
{
    height: 34px;
    border: 1px solid #CCC;
    padding: 2px;
}

.cus-product-grid .list-card-image .price .small,
.cus-product-details .price .small
{
	margin-left: 5px;
}	

.cus-product-details .cus-product-title
{
	font-size: 24px;
}

.cus-product-details .price .big
{
	font-size: 24px;
}

.cus-product-details .cus-product-delivery-details
{
	font-size: 14px;
}

#cart-product-count
{
	position: absolute;
    bottom: 50px;
    background: #A9CC39;
    padding: 5px;
    min-width: 25px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}

.selected_product_option_value
{
    border-radius: 25px !important;
    font-size: 12px;
    margin: 0 5px 0 0px;
    border: 1px solid #ff6000 !important;
    color: #FFF;
    background: #ff6000 !important;
    padding: 5px 10px;
}

.cus-cart-product-price
{
	font-size: 18px;
}

.cus-cart-remove-btn
{
	background: #DD3949;
    padding: 5px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
}

.cus-payment-method-container .col-c
{
    width: 20%;
    margin: 5px;
}

.selected-payment-method
{
	border: 2px solid #562E91;
}

img.item-img
{
	height: 235px;
	object-fit: contain;
}

.cus-bg-danger
{
	background: rgb(255,0,31);
	background: linear-gradient(86deg, rgba(255,0,31,1) 20%, rgba(228,83,81,1) 90%);
	height: 70vh;
}

.cus-bg-success
{
	background: linear-gradient(135deg, #28a745 0%,#5ad363 100%);
	height: 70vh;
}

.cus-payment-indicator-icon
{
	font-size: 8rem;
}

.font-size-18px
{
	font-size: 18px;
}

.text-muted
{
	color: #000!important;
}

.osahan-main-body
{
	min-height: 65vh;
}

.cus-no-order-placed-container
{
	background: #FFF;
}

.cus-no-order-placed-img
{
	width: 100%;
}

.cus-no-order-placed-text
{
	font-size: 20px;
}

#cus_delivery_tracking_map
{
    height: 400px;
    width: 100%;
}

.cus-sticky-header 
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #FFF;
}

.cus-sticky-header + .osahan-main-body 
{
	padding-top: 102px;
}

.cus-additional-product-images .osahan-slider-item img
{
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.list-padding li a 
{
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
    display: inline-block;
    opacity: 0.8;
}

.cus-complaint-btn
{
	padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    background: #DD3949;
    color: #FFF;
}

#cus-complaint-form-btn
{
    color: #fff;
    font-weight: 600;
    background: #582f90;
    border-radius: 10px;
}

.cus-product-measure-unit
{	
    color: #695e5e;
}

.cus-header-menu-bar .nav-item
{
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #FFF;
}

.cus-header-menu-bar .nav-item a
{
	font-size: 16px;
}

.cus-product-grid:hover
{
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%) !important;
    transition: .3s;
}

/*
	Menu Hover Transition
*/


.cus-header-menu-bar * {
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.cus-header-menu-bar li {
	display: inline-block;
	list-style: outside none none;
	/*margin: 0 1.5em;*/
	overflow: hidden;
}

.cus-header-menu-bar a {
	/*padding: 0.3em 0;*/
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	display: inline-block;
	/*margin: 0;*/
	text-decoration: none;
}

.cus-header-menu-bar a:before,
.cus-header-menu-bar a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	left: 0;
}

.cus-header-menu-bar a:before {
	bottom: 100%;
	display: block;
	height: 3px;
	width: 100%;
	content: "";
	background-color: #e67e22;
}

.cus-header-menu-bar a:after {
	padding: 0.5em 0;
	position: absolute;
	bottom: 100%;
	content: attr(data-hover);
	color: white;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

.cus-header-menu-bar li:hover a,
.cus-header-menu-bar .current a {
	transform: translateY(100%);
}

.cus-border-radius-curve
{
	border-radius: 20px;
}


/*
	Menu Hover Transition
*/

.col-md-2_5
{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/*
	Slick Dots style
*/

.slick-dots li button 
{
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #EF7422;
}

.slick-dots li.slick-active button 
{
  	background-color: #562E91;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before
{
	color: transparent;
}

/*
	Slick Dots style
*/

#checkout_delivery_map_location
{
	border: 2px solid #562E91;
	font-weight: 600;
}

#cus-header-selected-location-text
{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    width: 150px;
}

#cus-user-location-picker-modal .form-group
{
	margin-bottom: 10px;
}

.pac-container
{
	z-index: 99999999;
}
.app-link
{
	margin-left: -10px;
	padding-top: 2px;
}
/*.cus-add-to-cart
{
	display: flex!important;
}*/

/* .custom-nav-bar
{
	margin-left: 220px;
} */
.empty-cart
{
	margin-left: 470px !important;
}
.badge-danger 
{
	color: #fff;
	background-color: rgb(152 111 213);
}

.cus-nav-left-items
{
	width: 45%;
}

.cus-header-desktop-search-section
{
	width: 100%;
}

.result-search
{
	position: absolute;
	z-index: 100;
	background-color: #f9f9f9;
	max-height: 350px;
    overflow: auto;
}

.result-search .list-result
{
	padding-left: 10px;
	margin-bottom: 0px;
	background: #FFF;
}

.result-search .list-result li
{
	list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #562E91;
	margin-bottom: 5px;
	width: 340px;
}

.result-search .list-result li .ps-product--mini-cart
{
	display: inline-flex;
	width: 100%;
}

.result-search .list-result li .ps-product--mini-cart .ps-product__thumbnail
{
	width: 50px;	
	border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 5px;
}

.result-search .list-result li .ps-product--mini-cart .ps-product__content
{
	margin: auto 10px;
}

.result-search .list-result li .ps-product--mini-cart p
{
	margin-bottom: 0px;
}

.result-search .list-result li .ps-product--mini-cart .ps-product__name
{
	font-size: 12px;
	font-weight: bold;
}

.result-search .list-result li .ps-product--mini-cart .ps-product__meta .ps-product__price-sale 
{
	color: #28a745!important;
	font-weight: bold;
	font-size: 16px;
}

.result-search .list-result li .ps-product--mini-cart .ps-product__meta .ps-product__is-sale
{
	color: #dc3545!important;
	text-decoration: line-through;
}

.input-search, .custom-search-input
{
	border-radius: 20px !important;
	font-size: 16px;
}

/* .btn-icon{
    width: 115px;
} */

.express_delivery.active
{
	border: 2px solid #5dc6ad;
}

.schedule_delivery.active
{
	border: 2px solid #5dc6ad;
}

.schedule_delivery_class
{
	margin-right: 20px;
	min-width: 145px;
	border: 1px solid;
	padding: 5px;
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 5px;
}

.schedule_delivery_class.active
{
	border: 2px solid #5dc6ad;
	padding: 5px;
}

.order-slot
{
	display: inline-flex;
}
#get_slot_name
{
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden !important;
}

.row-slot-padd
{
	padding: 20px;
}


.flash-sale-slider .slick-list 
{
	padding-left: 0px !important;
}

#cus-express-delivery-container
{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 0;
    background: rgb(122,71,197);
    background: linear-gradient(180deg, rgba(122,71,197,1) 20%, rgba(86,46,145,1) 90%);
}

#cus-express-delivery-text
{
	color: #FFF;
	font-size: 16px;
	text-transform: capitalize;
}

#cus-express-delivery-time
{
	color: #FFF;
    font-size: 22px;
    font-weight: 600;	
}

.cus-flash-sale-products
{
	margin-right: 20px; 
}

.cus-flash-sale-bg
{	
	/* background: linear-gradient(90deg, rgba(131,58,180,1) 35%, rgba(253,29,29,1) 85%, rgba(252,176,69,1) 100%); */
	background: linear-gradient(90deg, rgba(81, 47, 144, 1) 0%, rgba(233, 240, 233, 1) 100%);
	min-height: 75px;
}

.cus-flash-sale-product-cart
{
	padding: 5px 10px;
    background: #FFF;
}

.cus-flash-sale-product-price-info
{
	width: 45%;
}

.cus-flash-sale-product-info
{
	width: 55%;
}

.cus-flash-sale-products .cus-flash-product-price
{
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
}

.cus-flash-sale-products .cus-flash-product-qty
{
	color: #FFF;
	font-size: 14px;
}

.cus-flash-sale-product-info .cus-flash-product-name
{
	color: #FFF;
	font-size: 13px;
}

.cus-border-bottom-r-10
{	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cus-border-top-r-10
{	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cus-flash-sale-products .qty_show 
{
    position: absolute;
    right: 5px;
}

.cus-flash-sale-bg-color
{
	background-color: #ADD8E6;
}

.cus-flash-sale-bg-color h5
{
	font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: emoji;
}

.cus-flash-sale-timer
{
	font-weight: 600;
}

.mb-10
{
	margin-bottom: 10px;
}

@media (max-width: 575px)
{
	.result-search
	{
		width: calc(100% - 30px);
	}

	.list-complaints tbody td, th 
	{
		outline: 0;
		padding: 2px 0px 2px 2px;
		text-align: center;
	}

	.list-complaints tbody td 
	{
		height: 140px;
		width: 140px;
	}
	
	.location_modal
	{
		height: 350px;
	}
	.modal_location_header
	{
		margin-bottom: -20px;
	}
	.location_close
	{

   		font-size: 30px;
   		color: red;
	}
	.text-color
	{
		color: white;
	}
	#cus-user-login-modal .modal-content
	{
		width: 90%;
	}
	.cart-details
	{
		padding-top: 20px;
	}
	.cus-otp-field
	{
		width: 42px;
	}

	.clear_address 
	{
    height: 42px;
    background-color: red!important;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid;
	}
	.wallet-amount
	{
		font-size: 12px;
	}

	.cus-payment-method-container .col-c
	{
	    width: 45%;
	    margin: 5px;
	}

	.cus-cart-remove-btn
	{
	    padding: 3px;
	    min-width: 25px;
	    min-height: 25px;
	}

	#cus-cart-product-list .cart-items h5
	{
		font-size: 14px;
	}

	.selected_product_option_value
	{
	    font-size: 10px;
	    margin: 0 5px 0 0px;
	    padding: 2px 7px;
	}

	footer.section-footer 
	{
		display: block;
	}

	img.item-img 
	{
	    height: 135px;
	    object-fit: contain;
	}

	.categories-slider img.cus-category-img-mobile
	{
		height: 80px;
		border-radius:  50%;
	}

	.col-md-2_5
	{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.promo-slider .osahan-slider-item img
	{
		height: 175px;
	}

	#cart-product-count 
	{
	    position: relative;
	    text-align: center;
	    border-radius: 50%;
	    color: #FFF;
	    font-size: 18px;
	    padding: 0px 5px;
	    font-weight: 600;
	    bottom: 0px;
	    background: transparent;
	}

	#cus_site_mobile_header i
	{
		font-size: 18px;
	}

	#cus_site_mobile_header .cus-logo-text h4
	{
		font-size: 20px;
		display: none;
	}

	.cus-mobile-cart-btn
	{
		width: 80px;
		justify-content: center;
	}

	#cus_site_mobile_header .cus-logo-text img
	{
		height: 70px !important;
		transition: .3s;
	}

	#cus_site_mobile_header.cus-sticky-header .cus-logo-text img
	{
		height: 70px !important;
    	transition: .3s;
	}

	#checkout_delivery_map_location
	{
		margin-top: 10px;
		font-size: 12px;
	}
	.cus-payment-indicator-icon
	{
		font-size: 2rem;
	}
	.font-size-18px
	{
		font-size: 12px;
	}
	.payment_success_header
	{
		font-size: 1.5rem;
	}
	.cus-download-invoice-btn
	{
		padding: 5px 15px;
	    border-radius: 20px;
	    font-size: 11px;
	    background: #EF7323;
	    color: #FFF;
	}
	.order-cancel
	{
		font-size: 11px;
	}
	.table-list-order td, th
	{
    padding: 5px; /* cellpadding */
	}
	.mobile-custom
	{
		padding: 10px;
	}
	.empty-cart 
	{
    	margin-left: 60px !important;
	}
	
	/* .btn-icon
	{
    	width: 115px;
	} */

	.express_delivery
	{
		width : 150px;
	}
	.schedule_delivery
	{
		width: 160px;
	}
	.schedule_delivery_class
	{
		margin-bottom: 5px;
		margin-right: 2px;
		min-width: 70px;
		cursor: pointer;
		margin-top: 12px;
		width: 70px;
		font-size: 12px;
	}

	#get_slot_name .schedule_delivery_class
	{
		margin-right: 3px;
		min-width: 150px;
		cursor: pointer;
		margin-top: 12px;
		width: 70px;
	}

	#get_slot_name
	{
		width: 330px;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden !important;
	}
	
	.row-slot-padd 
	{
    	padding: 10px;
	}

	.cus-flash-sale-product-info .cus-flash-product-name
	{
		color: #FFF;
		font-size: 18px;
	}

}

@media (max-width: 992px)
{
	footer.section-footer 
	{
	    display: block; 
	}
}

.font-16
{
	font-size:  16px;
}

.font-15
{
	font-size:  15px;
}

.cus-bg-whatsapp
{
	background: #075E54;
}

.min-height-40
{
	min-height: 40px;
}

.min-height-42
{
	min-height: 42px;
}


/* Chrome, Safari, Edge, Opera */
input.cus-text-number-field::-webkit-outer-spin-button,
input.cus-text-number-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


#cus-user-complete-profile-modal
{
	z-index: 9999;
}

#cus-user-location-picker-modal
{
	z-index: 10000;
}

