@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
:root {
	--primary-color: #680202;
	--secondary-color: #ffc2c2;
	--bg-color: #f1f7f6;
}
*{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, 'sans-serif';

}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	display: none;
}
/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
	outline: 0;
	box-shadow:
	0 0 0 .2rem #fff,
	0 0 0 .35rem #069;
}
.text-content-heading{
	font-size: 15px;
	font-weight: 500;
}
.text-content{
	color: #798483;
	font-size: 13px;
	font-weight: 300;
	--tw-text-opacity: 1;
}
body{
	background: #f1f7f6;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height: 100%;
}
a{
	text-decoration: none;
}
p{
	text-align: justify;
}
.sap{
	border-top: 1px solid #d8d9de;
	margin: 10px;	
}
.owl-carousel{
	z-index: 0!important;
}
.page-content{
	padding-bottom: 100px;
	min-height: 63vh;
	padding-left: 30px; padding-right: 30px;
	padding-top: 100px;
}
@media only screen and (max-width: 600px) {
	
	.page-content{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.page-content .page-title{
	padding: 10px;
}
.page-content .page-title h4{
	padding: 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--primary-color);
}
.page-content .body-in-title h4{
	padding: 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 80px;
}
input{
	padding: 10px!important;
	border-radius: 10px!important;
	font-size: 12px!important;
}
input::placeholder{
	font-size: 12px!important;
}
input:focus{
	border-color: var(--primary-color)!important;
	box-shadow: 0px 0px 4px var(--primary-color)!important;

}
.page-content .page-body p{
	font-size: 14px;
	font-weight: 500;
}

.page-content .page-body p strong{
	font-size: 15px;
	font-weight: 700;
	color: var(--primary-color);
}

.page-content .page-body .values{
	padding: 25px 15px;
	background: var(--secondary-color);
	font-size: 15px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 20px;
}
.page-content .page-body .values:hover {
	color: var(--primary-color);
	background-color: var(--secondary-color);
	transform: scale(1.05);
}
.page-content .page-body .values i {
	color: var(--primary-color);
	margin-bottom: 20px;
	font-size: 40px;
	transition: 0.5s;
}
.page-content .page-body .values:hover i {
	color: var(--primary-color);
}
.page-content .page-body .values h3 {
	font-weight: 600;
}
.page-content .page-body .values p {
	text-align: center;
}
.owl-stage{
	background: var(--bg-color);
}
.btn-danger{
	background: var(--primary-color)!important;
	border-color: var(--primary-color)!important;
}
.card{
	border-radius: 10px!important;
	background: #fff;
	border: none;
	margin-bottom: 10px;
}
.card-header{
/*	border-bottom: 1px dashed var(--primary-color);*/
background-color: #e3c0a8!important;
text-align: center;
border-radius: 9px!important;
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.09);
}
.card-footer{
	border-top: 1px solid #d8d9de;
}
.sm-text{
	font-size: 14px;
}
.ck-banner{
	width: 100%;
	border-radius: 10px;
}
.page-header{
/*	padding: 10px 10px;*/
height: 80px;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 9;
width: 100%;
background: #fff;  
/*	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);*/
border-bottom: 1px solid #eee;
}
.page-header .container{
	height: 80px;
}
.page-header .page-title{
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	margin-left: 15px;
	text-align: center;
}
.page-header .app-logo img{
	width: 65px;
}

.page-header .app-header-right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.desk-cart-btn{
	padding: 12px 10px;
	border-radius: 10px;
	font-size: 12px;
	position: relative;
}
.desk-cart-btn i{
	font-size: 20px;
	color: #000;
}
.desk-cart-btn a{
	color: #fff;
}

.desk-cart-btn span{
	font-size: 10px;
	font-weight: 600;
	background: var(--primary-color);
	border-radius: 50px;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
}


@media only screen and (max-width: 600px) {
	.desk-cart-btn span{
		position: absolute;
		top: 20px;
		right: 20px;
	}
}



.desk-login-btn{
	padding: 26px 40px;
}


.ck-btn{
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	font-size: 10px;
}
.ck-btn:hover{
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	font-size: 10px;
}
.ck-title{
	font-size: 16px;
	font-weight: 800;
	margin: 10px 0;
	margin-left: 0px;
}}

.product-card{
	background: #fff;
	border: none;
	border-bottom: 1px solid #d8d9de;
/*	border-bottom: 1px solid #d8d9de;*/
border-radius: 10px!important;
margin-bottom: 0!important;
}
.product-card .card-body{
	border-bottom: 1px solid gray;
}
.product-card .product-picture{
	padding: 0 10px;
	width: 40%;
}
.product-card .product-picture img{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background: var(--secondary-color);
}
.product-card .product-picture .img-bac{
	background: linear-gradient(90deg, var(--primary-color) 4%, #FD841F 100%);
	text-align: center;
	padding-top: 3px;
	width: 104px;
	height: 115px;
	padding-bottom: 27px;
	border-radius: 10px;
}
.product-card .product-picture small{
	position: absolute;
	top: 24px;
	left: 10px;
	background: var(--primary-color);
	padding: 2px 14px;
	font-size: 9px;
	color: #fff;
	border-top-left-radius: 10px;
}
.product-card .product-picture .img-bac .notice{
	position: relative;
	bottom: 2.2px;
	left: 0px;
	padding: 2px 14px;
	font-size: 8px;
	color: #fff;
	border-top-left-radius: 10px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
}
.product-card .product-details{
	width: 100%;
}
.product-card .product-details .product-top .product-title{
	font-size: 13px;
	font-weight: 700;
	color: #444;
	display: block;
}
.product-card .product-details .product-top .product-weight{
	font-size: 10px;
	display: block;
}
.product-card .product-details .product-footer{
	position: absolute;
	bottom: 14px;
	left: 156px;
	right: 30px;
}
.product-card .product-details .product-footer .product-price .regular-price{
	font-size: 12px;
	color: #444;
}
.product-card .product-details .product-footer .product-price .sale-price{
	font-size: 15px;
	color: #444;
	font-weight: 700;
}

.chaat-cartpromise{
	margin-bottom: 10px;
}
.chaat-cartpromise .promise-image{
	text-align: center;
}
.chaat-cartpromise .promise-image img{
	width: 50px;
	height: 50px;
}
.chaat-cartpromise .promise-content h4{
	font-size: 13px;
	font-weight: 700;
}
.ck-stasfication .img img{
	width: 80px;
}
.ck-stasfication .content h4{
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0;
}
.order-item .items .item-img{
	width: 70px;
}
.order-item .items .item-img img{
	width: 50px;
	border-radius: 10px;
}
.order-item .items .item-name span, .order-item .price span{
	font-size: 13px;
	font-weight: 700;
	color: #444;
	display: block;
}
.card-footer:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.order-item-footer span{
	font-weight: 700;
	font-size: 13px;
}

.modal-content .modal-body{
	padding: 20px;
}
.modal-content .modal-body .otp{
	width: 50px;
	height: 50px;
	text-align: center;
}
.modal-content .modal-body .otp:focus{
	border-color: transparent;
	box-shadow: none;

}
.modal-content{
	border-radius: 15px!important;
}
.modal-body-header{
	padding-bottom: 20px;
}
.modal-body-header h4{
	color: rgb(54, 57, 62);
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02px;
	font-weight: 700;
	margin-bottom: 0;
}
.modal-body-header p, .modal-body-body p{
	color: rgb(102, 104, 110);
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.02px;
	margin-bottom: 0;
}
.modal-body-body input{
	min-height: 56px;
	background-color: rgb(255, 255, 255);
	padding: 16px;
	border-radius: 12px;
	border-width: 1px;
	border-color: rgb(186, 187, 192);
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 17px!important;
}
.modal-body-body input::placeholder{
	font-size: 17px!important;
}

.modal-body-footer{
	padding-top: 20px;
}
.modal-body-footer button{
	border-radius: 10px;
	background: var(--primary-color);
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 13px 0;
}
.modal-body-footer button:hover{
	color: #fff;
}

.product-modal .close, .cancel-reason-modal .close{
	z-index: 9;
	position: absolute;
	top: 110px;
	margin: auto;
	left: 45%;
	background: var(--primary-color);
	outline: none;
	border: none;
	height: 40px;
	width: 40px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
}
.cancel-reason-modal .close{
	top: 280px;
}
.product-modal .modal-dialog, .cancel-reason-modal .modal-dialog{
	position: initial;
}
.product-modal .modal-content, .cancel-reason-modal .modal-content{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 75%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.cancel-reason-modal .modal-content{
	height: 50%!important;
}
.cancel-reason-modal .form-check{
	display: flex;
	justify-content: start;
	align-items: center;
}
.cancel-reason-modal label{
	margin-left: 10px;
}
.cancel-reason-modal label, .cancel-reason-modal input{
	font-size: 12px;
	margin-top: 0;
}
.address_list .address{
	width: 80%;
	font-size: 13px;	
}
.address_list .address-action{
	width: 10%;
}
.address_list .address-action a{
	font-size: 11px;
	display: grid;
	text-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: var(--primary-color);
	border-radius: 50%;
	color: #fff!important;
}
.edit_profile .form-group label{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}
.edit_profile .form-group input, .edit_profile .form-group select{
	font-size: 12px;
}
.product-modal .modal-body, .cancel-reason-modal .modal-body {
	overflow: scroll;
	margin-bottom: 75px;
}
.product-modal .modal-footer, .cancel-reason-modal .modal-footer {
	border-radius: 0;
	bottom:0px;
	position:absolute;
	width:100%;
}
.product-modal .product-card{
	border: none;
}
.product-modal .product-card{
	width: 100%;
}
.product-modal .product-card .productimg{
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
.product-modal .product-card .product-details{
	margin-left: 10px;
}
.product-modal .product-card .product-share-btn{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 50%;
	font-size: 10px;
}
.product-modal .modal-footer .item-total span{
	font-size: 13px;
	display: block;
	font-weight: 700;
}
.product-modal .modal-footer .item-total small{
	font-size: 10px;
	display: block;
}
.product-modal .product-info h4{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.product-modal .product-info h6{
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	font-size: 12px;
}
.product-modal .product-info span{
	margin-bottom: 10px;
	display: block;
	font-size: 10px;
}
.form-check-input:checked{
	background: var(--primary-color)!important;
	border-color: var(--primary-color)!important;
}
.subscribe-days .btn-outline-primary{
	padding: 7px 12px;
	border: 1px solid var(--primary-color)!important;
	background: #ffd8be!important;
	color: #444;
	font-weight: 500;
}
.btn:focus:not(:focus-visible) {
	box-shadow: none;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
	color: #fff;
	background: var(--primary-color);
}
.cancelOrder{
	background: #ffd8be;
	border-color: var(--primary-color);
}
.cancelOrder .card-body{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cancelOrder img{
	width: 90px;
}
.cancelOrder h4{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 13px;
}
.cancelOrder p{
	text-align: left;
}
.dates{
	overflow: scroll;
	white-space: nowrap;
}
.dates .date-btn{
	outline: none;
	background: #fff8f3;
	border: 1px solid var(--primary-color);
	padding: 10px 16px;
	border-radius: 10px;
}
.dates .date-btn span, .dates .date-btn small{
	display: block;
}
.dates .date-btn span{
	font-weight: 700;
	font-size: 12px;
}
.dates .date-btn small{
	font-weight: 400;
	font-size: 11px;
}
.dates .date-btn.active{
	background: var(--primary-color)!important;
	color: #fff;
}
.slotes{
	margin-top: 20px;
	text-align: center;
}
.slotes .slot-btn{
	outline: none;
	background: #f5f6fb;
	border: 1px solid rgb(0 0 0);
	padding: 7px 7px;
	border-radius: 3px;
	margin: 5px 2px;
	line-height: 1.5;
	font-size: 10px;
}
.address-modal .close{
	z-index: 9;
	position: absolute;
	top: 110px;
	margin: auto;
	left: 45%;
	background: var(--primary-color);
	outline: none;
	border: none;
	height: 40px;
	width: 40px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
}
.address-modal .close{
	top: 250px;
}
.address-modal .modal-footer{
	border:none;
}
.address-modal .modal-dialog{
	position: initial;
}
.address-modal .modal-content{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 55%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.address-modal label, .address-modal input, .address-modal select{
	font-size: 12px;
}
.profile .profile-menus .menu-icon img{
	width: 20px;
}
.profile .profile-menus .menu-name span{
	font-size: 13px;
	font-weight: 500;
}
.profile .profile-menus .menu-action{
	font-size: 13px;
	font-weight: 700;
}
.orders .order .order_date_rate span{
	font-size: 12px;
	display: block;
}
.orders .order_status{
	background: #f5f6fb;
	font-size: 11px;
	padding: 2px 10px;
	border: 1px solid #d8d9de;
}
.orders_footer span{
	font-size: 10px;
}
.add_btn{
	background: var(--primary-color);
	padding: 3px 5px;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	border: 1px solid var(--primary-color);
	width: 80px;
	height: 35px;
	line-height: 2.3;
}
.add_btn:hover{
	color: #fff;
}
.plus_minus{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--secondary-color);
	padding: 3px 5px;
	border-radius: 6px;
	border: 1px solid var(--secondary-color);
}
.plus_minus i{
	color: #444;
	border-radius: 50%;
	padding: 6px;
	font-size: 13px;
}
.plus_minus span{
	color: #444;
	padding: 4px 8px;
	font-size: 13px;
}
.address_empty img{
	width: 50px;
}
.address_empty .map-img, .address_map{
	width: 30px;
}

.empty-cart{
	text-align: center;
	padding-bottom: 50px;
}
.empty-cart img{
	width: 300px;
}
.empty-cart h4{
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0;
}
.empty-cart span{
	display: block;
	font-size: 12px;
	margin: 10px 0;
}
.empty-cart a{
	border: 1px solid rgb(0 0 0);
	padding: 5px 10px;
	font-size: 12px;
	color: #444;
	border-radius: 5px;
}
.footer{
	background: var(--primary-color);
	color: #fff;
	margin: auto;
	padding: 10px;
	border-radius: .8rem;
	box-shadow: 0 -0.3rem 1rem rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 999;
}
.footer a{
	color: #fff;
}


.vt-container{
	top: -50px!important;
}
.item-category{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 10px 20px;
	position: fixed;
	top: 60px;
	z-index: 99;
	width: 100%;
	background: #fff;
	left: 0;
}
.item-category .category::after{
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: var(--primary-color);
	transition: width .3s;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.item-cat .category.active::after /*this is it*/
{
	width: 100%;
	//transition: width .9s;
}
.item-cat .category.active .category-image /*this is it*/
{
	background: var(--primary-color);
}
.item-cat .category.active .category-name h4{
	font-size: 12px;
	font-weight: 600;
	margin: 7px 0;
	color: var(--primary-color);
}
.item-category .category{
	text-align: center;
}
.item-category .category .category-image{
	width: 50px;
	height: 35px;
	background: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: auto;
	color: #000;
}
.item-category .category .category-image img{
	width: 35px;
	height: 25px;
	border-radius: 10px;
}
.item-category .category .category-name h4{
	font-size: 12px;
	font-weight: 600;
	margin: 7px 0;
	color: #000;
}

.main-footer{
	background: var(--secondary-color);
	padding: 30px 0;
}
.main-footer .footer-menus .footer-menu-heading{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--primary-color);
	text-transform: uppercase;
}
.main-footer .footer-menus a{
	font-size: 12px;
	font-weight: 500;
	color: var(--primary-color);
	display: block;
	padding: 5px 0;
}
.copyright{
	background: var(--primary-color);
	padding: 15px;
}
.copyright .copyright-text p{
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}
.copyright .social-links a{
	padding: 10px;
}
.copyright .social-links a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50px;
	font-size: 13px;
	margin-right: 10px;
}
.facebook{
	background: #1877F2;;
}
.instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.twitter{
	background: #1DA1F2;
}
.youtube{
	background: firebrick;
}


.contact-page-sec {
	padding: 20px 0;
	min-height: 100vh;
}
.contact-info {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.contact-info-icon {
	margin-bottom: 15px;
}
.contact-info-item {
	background: var(--secondary-color);
	padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
	color: var(--primary-color);
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}  
.contact-page-form.contact-form input {
	margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
	height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
	background: #071c34;
	width: 150px;
	border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: var(--primary-color);
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
	color: var(--primary-color);
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}

.contact-page-form input {
	background: var(--secondary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 4px;
	color: var(--primary-color);
}

.contact-page-form .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	background: var(--secondary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: var(--primary-color) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.contact-page-map {
	margin-top: 36px;
}
.contact-page-form form {
	padding: 20px 15px 0;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 104px;
	right: 9px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float{
	margin-top:16px;
}
.we-make-content {
	border: none;
	border-right: 1px dotted red;
}
@media only screen and (max-width: 600px) {
	.we-make-content {
		border: none;
		border-bottom: 1px dotted red;
	}
}
.we-make-list{
	margin-top: 10px;
}
.we-make-list img{
	background: #ffc2c259;
	width: 40px;
	height: 40px;
	padding: 4px;
	border-radius: 8px;
}
.we-make-list h4{
	font-size: .875rem;
}
.success-story h3{
	color: var(--primary-color);

	margin-bottom: 0;
	margin-right: 10px;
	letter-spacing: .025em;
	white-space: nowrap;
	font-size: 2rem;
}
.success-story span{
	font-size: 0.75rem;
	letter-spacing: .025em;
	color: #798483;
}

.testimonial {
	border-right: 4px solid var(--secondary-color);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 30px 30px;
	margin: 0 15px 10px 0px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.testimonial:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -17px;
	border-top: 25px solid var(--secondary-color);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	transform: rotate(45deg);
}
.testimonial:after {
	content: "";
	position: absolute;
	top: -4px;
	left: -17px;
	border-top: 25px solid var(--secondary-color);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	transform: rotate(135deg);
}
.testimonial .pic {
	margin-right: auto;
	margin-left: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
}
.testimonial .description {
	font-size: 0.75rem;
	letter-spacing: 1px;
	color: #6f6f6f;
	line-height: 25px;
	margin-bottom: 15px;
}
.testimonial .title {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--primary-color);
	margin: 0;
}
.testimonial .post {
	display: inline-block;
	font-size: 17px;
	color: var(--primary-color);
	font-style: italic;
}
.mega-menu, .dropdown{
	position: inherit!important;
}
.mega-menu .dropdown-content {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	padding: 35px 0!important;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown .dropdown-content {
	display: none;
	position: absolute;
	top: 80px;
	padding: 10px 10px;
	background-color: #fff;
/*	width: 100%;*/
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
@media only screen and (max-width: 600px) {

	.dropdown .dropdown-content {
		display: none;
		position: absolute;
		top: 80px;
		right: 80px;
		padding: 10px 0px;
		background-color: #fff;
/*		width: 100%;*/
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
}

.dropdown .dropdown-content a{
	color: #000;
	display: block;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}
.dropdown .fa-user{
	color: #000;
	font-size: 15px;
	padding: 10px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary-color);
}
.dropdown .dropdown-content a:hover{
	background: var(--secondary-color);
}

.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content .container{
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 13rem;
}
.dropdown-content a img{
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid var(--secondary-color);
	margin-left: auto;
	margin-right: auto;
}
.dropdown-content a img:hover{
	border: 2px solid var(--primary-color);
}
.dropdown-content h4{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	color: var(--primary-color) ;
}



.footer-mega-menu{
	position: inherit!important;
}
.footer-mega-menu .footer-dropdown-content {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 2.5%;
	right: 2.5%;
	padding: 20px 0;
	background-color: #fff;
	width: 95%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	border-radius: 10px;
}

.footer-mega-menu .footer-dropdown-content a{
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}
.footer-mega-menu .footer-dropdown-content a:hover{
	background: var(--secondary-color);
}

.footer-mega-menu:hover .footer-dropdown-content {
	display: block;
}

.footer-mega-menu .footer-dropdown-content a img{
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid var(--secondary-color);
	margin-left: auto;
	margin-right: auto;
}
.footer-mega-menu .footer-dropdown-content a img:hover{
	border: 2px solid var(--primary-color);
}
.footer-mega-menu .footer-dropdown-content h4{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	color: var(--primary-color) ;
}
.product_category{
	padding-left: 100px!important;
}
.product_category a{
	color: #000;
	display: block;
	padding: 7px 5px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}
.product_category a:hover, .section-active{
	background: var(--primary-color)!important;
	transition: 0.1;
	font-weight: 600;
	color: #fff!important;
}
#cartPage{
	width: 80%;
}
@media only screen and (max-width: 600px) {
	#cartPage{
		width: 100%;
	}
}
footer{
	background: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
}
.return-to-shoping{
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	margin-top: 20px;
}

#footer-cart{
	background: #fff;
	padding: 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 600px) {
	#mobile-footer{
		background: #fff;
		padding: 8px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
.footer-cart{
	background: var(--primary-color);
	color: #fff;
	margin: auto;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 -0.3rem 1rem rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	width: 50%;
}

.footer-cart .total_item_in_cart{
	font-size: 10px!important;
	font-weight: 600;
	background: #fff;
	color: var(--primary-color);
	border-radius: 50px;
	width: 15px;
	height: 15px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -10px;
	right: 7px;
}


@media only screen and (max-width: 600px) {
	.footer-cart{
		width: 100%;
	}
}
.footer-cart .cart-details i{
	font-size: 28px;
}
.footer-cart .cart-details span, .footer-cart .cart-details small{
	display: block;
}
.footer-cart .cart-details span{
	font-size: 13px;
}
.footer-cart .cart-details small{
	font-size: 11px;
	color: #fbd8c0;
}
.footer-cart .proceed-btn{
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
}

.footer-action{
	background: var(--primary-color);
	color: #fff;
	margin: auto;
	padding: 10px;
	border-radius: .8rem;
	box-shadow: 0 -0.3rem 1rem rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.product-mobile-category{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.product-mobile-category div{
	display: flex;
	flex-direction: row;

	margin: auto;
	border-radius: 30px;
	text-align: center;
	padding: 10px 0;
	overflow: scroll;

}
.product-mobile-category div a{
	color: #000;
	white-space: nowrap;
	padding: 4px 15px;
	display: inline-block;
	margin-left: 5px;
	border-radius: 15px;
	background: #ffc2c24d;
	font-size: 13px;
}

#order_success_modal .modal-dialog, #coupon_success_modal .modal-dialog{
	justify-content: center!important;
	align-items: center;
}
#order_success_modal .modal-content, #coupon_success_modal .modal-content{
	background-color: rgb(255, 255, 255);
	max-width: 360px;
	max-height: 500px;
	opacity: 1;
	transform: scale(1);
	border-radius: 16px;
	width: 270px;
}
#order_success_modal .modal-body-header, #coupon_success_modal .modal-body-header{
	display: flex;
	justify-content: center;
	align-items: center;
}
#order_success_modal .modal-body-header img, #coupon_success_modal .modal-body-header img{
	width: 80px;
}
#order_success_modal .modal-body-body h4, #coupon_success_modal .modal-body-body h4{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	line-height: 1.5;
}
#order_success_modal .modal-body-body p, #coupon_success_modal .modal-body-body p{
	text-align: center;
	font-size: 15px;
}
#order_success_modal .modal-body-body p span, #coupon_success_modal .modal-body-body p span{
	font-style: italic;
	font-weight: 700;
	margin-top: 15px;
}
#order_success_modal .modal-body-footer, #coupon_success_modal .modal-body-footer{
	text-align: center;
	font-size: 15px;
}
#order_success_modal .modal-body-footer a, #coupon_success_modal .modal-body-footer a{
	color: var(--primary-color);
}

#zip_code_nothing .close, #zip_code_success .close{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	border-radius: 50px;
	border: none;
	color: #fff;
	position: absolute;
	top: -40px;
	right: 10px;
}
#zip_code_nothing img{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#zip_code_success img{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	transform: scaleX(-1);
}
#zip_code_nothing h4, #zip_code_success h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
}
#zip_code_nothing p, #zip_code_success p{
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.coupon_codes img{
	width: 30px;
}
.coupon_codes span{
	font-size: 16px;
	display: block;
	line-height: 1.5;
	letter-spacing: -0.02px;
	color:var(--primary-color);
	font-weight: 700;
}
.coupon_codes label{
	font-size: 14px;
	display: block;
	letter-spacing: -0.02px;
}
.coupon_codes a{
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 600;
}

.product-card-home {
	width: 200px;
	position: relative;
	box-shadow: 0 2px 7px #dfdfdf;
/*	margin: 50px auto;*/
background: #fafafa;
border-radius: 10px;
}

.badge {
	position: absolute;
	left: 0;
	top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	background: var(--primary-color);
	color: #fff;
	padding: 3px 10px;
}

.product-tumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 10px;
}

.product-tumb img {	
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.product-details {
	padding: 10px;
}

.product-catagory {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	font-size: 10px;
}

.product-details h4 a {
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	color: #363636;
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
}

.product-details h4 a:hover {
	color: #fbb72c;
}

.product-bottom-details {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 10px;
}


.product-price {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.product-price small {
	font-size: 12px;
	font-weight: 400;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
}

.product-links {
	text-align: right;
}
.product-links .sm-text{
	font-size: 10px;
}

.product-links a {
	display: inline-block;
	color: #e1e1e1;
	transition: 0.3s;
	font-size: 13px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-links a:hover {
	color: #fbb72c;
}
.search-bar, .search-input{
	border-radius: 10px;
	padding-left: 30px!important;
}
.search-bar .sm-text{
	color: gray;
	font-size: 12px;
}
.search_span{
	position: absolute;
	top: 100%;
	left: 0px;
	animation: 15000ms ease 0s infinite normal forwards running cbWWSx;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: rgb(153, 153, 153);
	margin-top: 14px;
}

.most-trending-search a{
	display: inline-block;
	text-align: center;
	color: rgb(105, 105, 105);
	font-size: 13px;
	font-weight: 500;
	line-height: 17px;
	cursor: pointer;
	background: rgb(255, 255, 255);
	border: 0.5px solid rgb(207, 207, 207);
	box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px;
	border-radius: 12px;
	padding: 12px 16px;
	margin-bottom: 10px;
}
.most-trending-search a:hover{
	background: rgb(255 255 255 / 73%);
	transition: 0.5s;
}
.nothing_to_search{
	display: grid;
	justify-content: center;
}
.nothing_to_search img{
	width: 300px;
}
.nothing_to_search h4{
	color: rgb(184, 184, 184);
	font-weight: 500;
	line-height: 44px;
	margin: 16px;
	font-size: 32px;
	text-align: center;
}
.top-header{
	height: 30px;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
}
.top-header p{
	font-size: 12px;
	margin: 0;
}