*{
	margin: 0;
	padding: 0;
	border: 0;
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../font/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../font/raleway-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/raleway-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v19-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../font/raleway-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/raleway-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v19-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../font/raleway-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/raleway-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v19-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../font/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v27-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

body{
	background-color: #f3f5f2;
}

.wrapper{
	background-color: #f3f5f2;
	min-height: 57vh;
	font-family: 'Raleway' !important;
}
.font-roboto{
	font-family: 'Roboto' !important;
}
.font-raleway{
	font-family: 'Raleway' !important;
}

.container-new{
	width: 100%;
	/* margin: 0 auto; */
}
@media only screen and (max-width: 1200px){
	.container-new{
		width: 100%;
	}
}
.center-cropped {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumb li a{
	color: #80b84b;
}

@media only screen and (max-width: 576px){
	.breadcrumb{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
#infscr-loading{
	position: absolute;
	left:45%;
}
#infscr-loading img{
	margin-left:auto;
	margin-right:auto;
	width:35px;
}
.change_currency{
	font-size: 12px;
	padding: 3px;
	background-color: #e6e6e6;
	border: 1px solid #cdcdcd;
}

/* Header */
.header{
	font-family: 'Roboto';
	/* border-bottom: 1px solid #ebebeb; */
}
.vr-div{
	position: relative;
	margin: 0 12px;
}
.vr{
	position: absolute;
	top: 24%;
	content: "";
	width: 1px;
	height: 12px;
	background: #1f1e1e;
}
.navbar-nav .top-links a{
	text-decoration: none;
	color: #1f1e1e !important;
}
.bg-dezi-gray{
	background-color: #e6e6e6;
}
.new-dezi-green{
	background-color: #80b84b;
}
.border-input{
	border: 2px solid #cdcdcd;
}
.row-desktop{
	margin-top: 1rem;
}
.cart-col{
	padding-right: 1.5rem !important;
}
.logo a img{
	width: 100%;
}
@media only screen and (max-width: 991px){
	#navbarSupportedContent a{
		padding: 8% 4% !important;
		font-size: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.cart-col{
		padding-right: 11px !important;
		align-items: flex-end !important;
	}
	#cartvalue{
		right: 5px !important;
	}
	.logo a img{
		width: 70%;
	}
}
@media only screen and (max-width: 767px){
	.row-desktop{
		margin-top: unset;
	}
	.header{
		border: none;
	}
}
@media only screen and (max-width: 575px){
	.logo a img{
		width: 85%;
	}
}
/* Megamenu */
#megamenu {
	position: absolute;
	min-width: 1150px;
	left: -200px;
	top: 4em;
}
@media only screen and (max-width: 1200px){
	#megamenu {
		min-width: 970px;
		left: -170px;
	}
}
@media only screen and (max-width: 991px){
	#megamenu {
		min-width: 730px;
		left: -130px;
	}
}
#megamenu .menu-heading a{
	color: #80b84b;
	font-weight: 700;
	font-size: 18px;
}
#sale_card_btn{
	position: absolute;
	margin-top: 5.5em;
	width: 100px;
	margin-left: 8px;
	color: #fff;
	font-weight: 600;
	border: 2px solid #80b84b;
	border-radius: 8px;
}
#sale_card_btn:hover {
	color: #fff;
	background-color: #80b84b !important;
	border-color: #80b84b !important;
}
@media only screen and (max-width: 992px){
	.sale_card_img img{
		width: 100%;
	}
}

/* Storeinfo Sections */
@media only screen and (max-width: 768px){
	.storeinfo img{
		width: 50px;
	}
	.storeinfo .info label{
		font-size: 12px;
	}
	.storeinfo .info p{
		font-size: 12px;
	}
}

@media only screen and (max-width: 576px){
	.storeinfo img{
		width: 30px;
	}
}


/* Banner Buttons */
.allproductsbtn{
	position: absolute;
	left: 9%;
	bottom: 10%;
	font-weight: 700;
	background-color: #0f7404;
}
.saleproductsbtn{
	position: absolute;
	right: 10.8%;
	bottom: 26%;
	font-weight: 700;
	font-size: 25px;
	background-color: #0f7404;
}

@media only screen and (max-width: 1140px){
	.allproductsbtn {
    position: absolute;
    left: 9%;
    bottom: 6%;
    font-weight: 700;
    background-color: #004353;
	}

}

@media only screen and (max-width: 991px){
	.allproductsbtn, .saleproductsbtn{
		font-size: 14px;
    padding: 0.4rem 1%;
	}
}
@media only screen and (max-width: 768px){
	.allproductsbtn, .saleproductsbtn{
		bottom: 8%;
		padding: 0.1rem 1%;
		font-size: 9px;
	}
	.saleproductsbtn{
		bottom: 23%;
	}
}


/* Footer */
.footer-sd{
	border-top: 1px solid lightgrey;
}

/* Footer New */
.footer-bottom-bar{
	background-color: #cbc6c6;
	padding: 1.5em 0;
	font-weight: unset;
}
.footer-bottom-bar a{
	color: #0e0e0e;
}

.footer-unstyled li{
	margin-bottom: 1em;
}
.footer-unstyled li a{
	color: #0e0e0e;
	text-decoration: none;
	/*font-size: 14px;*/
}
.footer-sd{
	background-color: #e1e1e1;
}
.powered-img{
	display: flex;
	justify-content: center;
}
.mfont{
	font-family: 'Raleway';
	font-weight: 700;
}
.powered{
	margin-right: 1em;
}

.logom img{
	position: absolute;
	top: -25px;
	right: -78px;
}
.powered img {
	width: unset;
}
.payments-icon img{
	width: 75%;
	margin-left: 2.5em;
}

@media only screen and (max-width: 1199px){
	.mfont{
		font-size: 20px;
	}
	.payments-icon img{
		width: 90%;
	}
	.logom img{
		right: -75px;
		top: -29px;
	}
	.powered{
		margin-right: 1em;
	}		
}

@media only screen and (max-width: 991px){
	.logom img {
			width: 63px;
			top: -23px;
			right: -68px;
	}
	.payments-icon img {
			margin-left: 1.5em;
	}
}

@media only screen and (max-width: 768px){
	.payments-icon{
		text-align: center;
	}
	.powered{
		margin-right: 3em;
	}
	.logom img {
			right: -67px;
	}
	.powered {
			margin-right: 1.5em;
	}
}

@media only screen and (min-width:567px) and (max-width: 768px){
	.payments-icon img {
		width: 60%;
	}
}

@media only screen and (max-width: 576px){
	.payments-icon img{
		width: 68%;
	}
	.powered {
			margin-right: 2.5em;
	}
	.payments-icon img {
			margin-left: 0.5em;
	}
	
}

/* Cart */
.product-description .p_name{
	color: #80b84b;
	font-size: 16px;
	font-weight: 600;
}
.product-description .p_description{
	color: #818181;
	font-weight: 600;
}
.cart-product-detail{
	font-size: 13px;
	color: #7d7a7a;
}
.cart-price{
	font-size: 15px; 
  font-weight: bold;
	color: #638f38;
}
.order-summary th, td{
	font-size: 13px;
	padding: .5rem;
}
@media only screen and (max-width: 992px){
	/* .order-summary th, td{
		font-size: 10px;
	} */
	.product-description .p_name{
		font-size: 13px;
	}
	.product-description .p_description{
		font-size: 12px;
	}	
	.cart-product-detail {
    font-size: 10px;
    line-height: 1.4;
	}	
}
@media only screen and (max-width: 577px) {
	.cart-image img {
    width: 120px !important;
	}
}
@media only screen and (max-width: 664px){
	.product-description .p_description{
		font-size: 10px;
	}	
	.cart-product-detail {
    font-size: 10px;
		line-height: 1.2;
	}	
}
.cart_delete_btn{
	/*padding: 5px 9px;*/
	background-color: #f7f7f7;
	border: 1px solid #c8c8c8;
	/*border-radius: 25px;*/
}
#cartvalue{
	text-align: center;
	border-radius: 15px;
	background-color: #80b84b;
	font-size: 12px;
	height: 20px;
	width: 20px;
	font-weight: 600;
	position: absolute;
	padding: 1px;
	right: 15px;
}
#cartvaluemob {
	text-align: center;
	border-radius: 15px;
	background-color: #80b84b;
	font-size: 12px;
	height: 20px;
	width: 20px;
	font-weight: 600;
	position: absolute;
	padding: 1px;
	left: 35px;
}

/* Storeinfo Section */
.storeinfo p{
	font-weight: 600;
	color: #999798;
}
.storeinforow{
	padding-top: 4em;
	font-family: 'Raleway' !important;
}
div.vr-line::after{
	content: '';
	width: 0px;
	height: 50%; 
	border: 1px inset #ebebeb;
	position: absolute;
	top: 12%;
	right: 0;
}
@media only screen and (max-width: 575px){
	.storeinforow{
		padding-top: 2em;
	}
	/*div.vr-line::after{
		content: '';
		width: 80%;
		height: 0px; 
		border: 1px inset #ebebeb;
		position: absolute;
		top: unset;
		bottom: 13%;
		left: 10%;
	}	*/
}
.category-body{
	border: 2px solid #ebebeb;
	border-bottom: none;
}
.category-footer{
	border: 2px solid #ebebeb;
}
.category-footer hr{
	background-color: #638f38;
	width: 40%;
	margin: 10px auto 1.5em;
}
@media only screen and (max-width: 768px){
	.category-footer{
		padding: 4% !important;
	}	
	.category-footer a h3{
		margin-top: 10px !important;
		font-size: 16px !important;
	}	
	.category-footer hr{
		margin: 10px auto 10px;
	}
}
.category-heading h1{
	font-weight: 600;
}
.qty_button{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c8c8c8;
	color: #f7f7f7;
	padding: 10px;
	font-size: 9px;
	border-radius: 25px;
	margin: 0;
	height: 18px;
	width: 18px;
}
.quantity_div{
	border-radius: 25px;
	font-family: 'Roboto';
	border: 1px solid #c8c8c8;
	padding: 5px 8px;
	background-color: #f7f7f7;
	width: min-content;
	margin: auto;
}
.dezi_button{
	background: #59ab10;
	color: #fff;
	border-radius: 7px;
	font-weight: bold;
}
.producer-name a{
	color: #808387;
}
.product-image{
	min-height: 130px;
	max-height: 130px;
	overflow: hidden;
}

/* Products Category Page */
.product-header h4, .price{
	color: #59ab10;
	font-size: 17px;
	/*white-space: nowrap;*/
}
.overflow-text{
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Home Page Product Slider */
.slickbtn {
	background-color: #008001;
	color: #fff;
	padding: .6rem 0.8rem;
}
.productslide_card{
	border: 2px solid #008001;
}
#productslide_card_body{
	min-height: 180px;
	display: flex;
	justify-content: center;
	align-items: center
}
#productslide_card_body img{
	width: 140px;
}
.productslide_card_footer{
	background-color: #008001;;
}
.slickbtn{
	position: absolute;
	top: 37%;
}
.slickbtn.slick-prev{
	left: -9%;
}
.slickbtn.slick-next{
	right: -9%;
}

/* Payments Page */
.fieldlabel{
	font-weight: 500 !important;
}

/* Profile */
.profilebar li a p{
	color: #777;
	font-weight: 500;
}
.profilebar li a p:hover{
	color: #638f38;
}
.profilebar ul li:hover{
	background-color: rgba(0,0,0,.075);
}
.img-box{
	width: fit-content;
}
#img-preview img{
	max-width: 100px;
	max-height: 100px;
}
.info-card, .info-card a{
	font-weight: 500;
	color: #777 !important;
}
.info-card{
	color: #777;
}
#account_image{
	width: 120px;
}
@media only screen and (max-width: 991px){
	#account_image{
		width: 80px;
	}
}

/* Order List Page */
.order_pill span.badge{
	font-weight: 500 !important;
	padding: .6rem .8rem;  
}
.order_amount{
	font-weight: 600 !important;	
}
.row2 h6{
	font-size: 13px;
	margin: 0;
}
.row2{
	font-size: 17px;
}
.text-paid{
	color: #2826ae;
}
.text-status{
	color: #92c427;
}
.text-data{
	font-weight: 500 !important;
	line-height: 1.2;
}
.hover-danger:hover{
	color: #dc3545 !important;
}
.table-new-striped tbody tr:nth-of-type(2n) {
	background-color: #fbfbfb;
}
.table-new-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.table-new-striped tbody tr:nth-child(even) .order_pill span.badge {
	background-color: #fff;
}
@media only screen and (max-width: 576px){
	.order_pill span.badge{
		padding: .5rem .5rem;  
		font-size: 14px;
	}
	.order_date{
		font-size: 12px;
	}
	.row2{
		font-size: 14px;
	}
}

/* Order Detail Page */
.msg{
	color: #946b42;
}
.msg-success{
	color: #638f38;
}
.common{
	margin-bottom: 5px;
	font-size: 14px;
}

.zoom:hover {
	transform: scale(1.07);
}
.zoom {
	transition: transform .2s;
}

/* Producer section */
/* .producer-header{
	background-color: #0f7404;
} */
.producer-header a{
	font-family: 'Raleway';
	font-weight: 700;
	color: #fff;
}

.banner-text{
	position: absolute;
	font-family: 'Roboto';
	top: 26%;
	left: 9%;
	width: 45%;
}
.banner-text h1{
	font-weight: 900;
	font-size: 48px;
}
.banner-text p{
	font-weight: 400;
	font-size: 18px;
	padding-top: 20px;
}
@media only screen and (max-width: 1200px){
	.banner-text p{
		padding-top: 0px;
	}
}

@media only screen and (max-width: 1140px){
	.allproductsbtn {
    position: absolute;
    left: 9%;
    bottom: 6%;
    font-weight: 700;
    background-color: #004353;
	}
}

@media only screen and (max-width:1080px){
	
	.banner-text h1 {
    font-weight: 900;
    font-size: 44px;
    color: #004353;
	}
	.banner-text p {
    font-weight: 400;
    font-size: 17px;
    padding-top: 2px;
	}

}

@media only screen and (max-width: 1024px){
	.banner-text h1{
		font-size: 36px;
	}
	.banner-text p{
		font-size: 16px;
	}
}
@media only screen and (max-width: 992px){
	.banner-text h1{
		font-size: 35px;
	}
	.banner-text p{
		font-size: 15px;
	}
}
@media only screen and (max-width: 880px){
.banner-text h1 {
    font-size: 30px;
}
.allproductsbtn {
    position: absolute;
    left: 9%;
    bottom: 4%;
    font-weight: 700;
    background-color: #004353;
}

}

@media only screen and (max-width: 790px){

	.banner-text p {
    font-size: 14px;
	}
	.banner-text h1 {
    font-size: 28px;
	}
} 

@media only screen and (max-width: 768px){
	.banner-text h1{
		font-size: 27px;
	}
	.banner-text p{
		font-size: 13px;
	}
}
@media only screen and (max-width: 684px){
	.banner-text h1{
		font-size: 24px;
	}
	.banner-text p{
		font-size: 12px;
	}
}
@media only screen and (max-width: 635px){
	.banner-text h1{
		font-size: 19px;
	}
	.banner-text p{
		font-size: 11px;
	}
}

@media only screen and (max-width: 580px){
.banner-text p {
    font-size: 9px;
}
.banner-text h1 {
    font-size: 16px;
}


}

@media only screen and (max-width:470px){
	.banner-text p {
    font-size: 8.5px;
	}
	
.banner-text h1 {
    font-size: 16px;
    margin-bottom: 0px;
	}

}

@media only screen and (max-width: 424px){
	.banner-text h1{
		font-size: 13px;
	}
	.banner-text p{
		font-size: 7px;
	}
}


@media only screen and (max-width: 380px){
	.banner-text h1{
		font-size: 11px;
		/*margin-bottom: 3px;*/
	}
	.banner-text p{
		font-size: 6.5px;
	}
}

/* Producer Page */
.producer-heading h4{
	color: #59ab10;
}
.producer-info p, .producer-accordion p{
	font-weight: 500;
}
.accoridon-heading span{
	color: #fff;
	background-color: #59ab10;
	border-radius: 25px;
	width: 20px;
	font-size: 12px;
	height: 20px;
	display: flex;
	float: right;
	justify-content: center;
	align-items: center;
}
i {
  transition: 0.25s;
}
.down i{
  transform: rotate(90deg);
}


/* Cart Page */
.cart-table tbody tr td{
	vertical-align: middle;
}