/*====SECTION COLOR ====*/
/*
** BASE COLOR
*/
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%
}
::selection {
	background: #f9a02c;
}
::-moz-selection {
	background:  #f9a02c;
}
::-webkit-selection {
	background:  #f9a02c;
}
h1>span:not(.nocolor),
h2>span:not(.nocolor),
h3>span:not(.nocolor),
h4>span:not(.nocolor),
h5>span:not(.nocolor),
h6>span:not(.nocolor) {
	color:  #f9a02c;
}
.bgcolor,
.bgcolor #header-wrap {
	background-color:#f9a02c !important;
}
.color {
	color: #f9a02c !important;
}
.border-color {
	border-color: #f9a02c !important;
}
.top-links ul div.top-link-section,
.top-links ul ul {
	border-top: 1px solid #f9a02c;
}
.header-extras li .he-text span {
	color:#f9a02c;
}
#gotoTop:hover {
	background-color: #f9a02c;
}
.page_menu_item {
	color: #ffffff !important;
	background: #f9a02c;
}
/*
** END - BASE COLOR
*/

/*
** LINK COLOR
*/
a {
	color: #538a11;
}
a:hover {
	color: #f9a02c;
}

.breadcrumb a {
	color: #538a11;
}
.breadcrumb a:hover {
	color: #f9a02c;
}
.entry-title h2 a, .ipost .entry-title h3 a, .ipost .entry-title h4 a,
.mpost .entry-title h4 a, .spost .entry-title h4 a {
	color: #538a11;
	font-weight: normal;
}
.entry-title h2 a:hover,
.mpost .entry-title h4 a:hover, .spost .entry-title h4 a:hover {
	color: #f9a02c;
}
#page-menu.dots-menu nav li a:hover, 
#page-menu.dots-menu nav li.current a {
	background-color: #f9a02c !important;
}
/*
** END- LINK COLOR
*/

/*
** PRIMARY MENU COLOR
*/


.template-index #primary-menu > ul > li > a {
	color: #ffffff;
}
.template-index #primary-menu > ul > li > a:hover, #primary-menu ul > li.current a{
	color: #f9a02c;
}
.sticky-header #primary-menu li a,
#primary-menu ul ul li > a {
	color: #444 !important;
}
.sticky-header #primary-menu li a:hover,
#primary-menu ul ul li > a:hover, .sticky-header #primary-menu ul > li.current > a {
	color: #f9a02c !important;
}
/*
** END - PRIMARY MENU COLOR
*/

/*
** BUTTON COLOR
*/
.button {
	color: #ffffff;
	background-color: #f9a02c;
}

.button:hover {
	color:#ffffff;
	background-color: #d67a03;
}
/*
** END - BUTTON COLOR
*/


/*====END-SECTION COLOR ====*/
/*====SECTION GENERAL ====*/
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
#slider.page-section {
	padding-top: 0px;
}
.page-section {
	padding-top: 80px;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 15px;
	background-color: #ffffff;
	color: #000000;
}
#wrapper {
	background-color: #ffffff;
}
#logo img {
	padding: 10px;
}
h1, .emphasis-title h1{
	font-size: 60px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 40px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
.ega_separator {
	margin: 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif !important;
	line-height: 1.4;
	margin: 0 0 1.5rem;
}

.template-index #header.transparent-header.full-header #header-wrap{
	border-bottom: none;
}
#primary-menu ul li>a i {
	vertical-align: middle;
}
.widget>h4 {
	margin-bottom: 0;
}
/*Edit in main-css.css & One-page.css*/
#footer {
	border: 0;
}
#copyrights {
	padding: 10px 0;
	background-color: #dcdcdc;
}
.social-icon i{
	line-height: 30px;
}
.one-page-arrow {
	position: absolute;
	z-index: 3;
	top: 60px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
}
#page-menu.dots-menu nav ul li {
	width: 20px;
	height: 20px;
}
#page-menu.dots-menu nav ul li a {
	width: 13px;
	height: 13px;
}
#primary-menu ul li a {
	padding: 24px 20px;
	letter-spacing: normal;
}
#primary-menu ul li>a, #primary-menu ul ul li a {
	font-weight: 500;
	font-size: 14px;
}
.sm-form-control {
	padding: 0 12px;
	width: 100%;
	border-radius: 5px !important;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: all 0.3s;
	line-height: 40px;
	color: #333333;
	/*border: none;*/
}
.col_full {
	margin-bottom: 16px !important;
}
.section {
	background-color: transparent;
	margin: 0;
}
input:focus, textarea:focus, select:focus {
	box-shadow: 0 0 0 2px #f9a02c !important;
}
#header-wrap:not(.transparent-header){
	border-bottom: 1px solid #eee;
	box-shadow: 0 10px 5px -12px rgba(0, 0, 0, 0.25);
}
#header.sticky-header #header-wrap:not(.transparent-header){
	box-shadow: 0 10px 5px -12px rgba(0, 0, 0, 0.25) !important;
}
/*End Edit in main-css.css & One-page.css*/
/*====END-SECTION GENERAL ====*/

/*====SECTION SLIDER ====*/
.emphasis-title h1, .emphasis-title h2 {
	letter-spacing: normal;
	margin-bottom: 25px;
}
.svg-image-bottom-large-triangle {
	height: 140px;
	top: auto;
	bottom: -1px;
	z-index: 10;
	position: absolute;
	width: 100%;
	transform: rotate(180deg);
}

.vertical-middle {
	top: 40% !important;
}
.egaLadi_slideshow_header_1 {
	color: #1bbd0b !important;

}
.egaLadi_slideshow_header_2 {
	color: #e38d17  !important;

}
.egaLadi_slideshow_button_nav.button.button-border.button-light{
	border-color: #ffffff !important;
	color: #ffffff;
}
.egaLadi_slideshow_button_nav.button-light:not(.button-border) {
	background-color: #eeeeee;
	color: #ffffff;
}
.egaLadi_slideshow_button_nav.button.button-light:hover {
	background-color: #f9a02c !important;
	color: #ffffff;
}
#slider .one-page-arrow {
	color: #ffffff;
}
/*====END-SECTION SLIDER ====*/

/*====SECTION PORTFOLIO ====*/
.portfolio-overlay {
	opacity: 1;
	background-color: rgb(0 0 0 / 0%);
}
/**STYLE 2**/
#egaladi_portfolio .portfolio.style-2 .portfolio-item:hover .portfolio-image img {
	transform: scale(1.1);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-item:hover .portfolio-desc:before {
	content: none;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-item:hover  .portfolio-overlay{
	z-index: 4;
	background-color:#f9a02c;
	opacity: 0.9 !important;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-item:hover  .portfolio-overlay a {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: none;
}

#egaladi_portfolio .portfolio.style-2 .portfolio-desc {
	position: absolute;
	z-index: 5;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	transition: color 0.4s;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-desc:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(30,30,30,0.8) 0, transparent 100%) repeat-x;
	transition: opacity 0.4s;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-desc .portfolio-desc-title a {
	float: none;
}
#egaladi_portfolio .portfolio.style-2 .portfolio-desc-title a {
	width: auto;
}
/**END-STYLE 2**/
/*---Setings---*/
.egaLadi_portfolio_title {
	color: #21c411;
	text-align:center; 
}
.egaLadi_portfolio_title span {
	font-size: inherit;
	color: #1dc40c !important;
}
.egaLadi_portfolio_desc {
	color: #000000;
	text-align:center;
}
/* Portfolio Item - Type 2*/
.portfolio.style-2 .egaLadi_portfolio_item_title {
	font-size: inherit;
	color: #ffffff;
	text-align: center;
}
.portfolio.style-2 .egaLadi_portfolio_item_desc {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
/* End - Portfolio Item - Type 2*/
/*---End-Setings---*/
/*====END-SECTION PORTFOLIO ====*/

/*====SECTION SERVICES ====*/

/*---Setings---*/
#egaladi_services.section {
	background-color: #ffffff;
}
.egaLadi_services_title {
	color: #1bbd0b;
	text-align:center; 
	margin-bottom: 35px;
}
.egaLadi_services_title span {
	font-size: inherit;
	color: #f9a02c !important;
}
.egaLadi_services_desc {
	color: ;
	text-align:center;
}
/* services Item */
.egaLadi_services_item_title {
	color: #000000;
	text-align: center;
}
.egaLadi_services_item_desc {
	color: ;
	font-size: px;
	text-align: ;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
/*====END-SECTION SERVICES ====*/

/*====SECTION PARALLAX ====*/

/*---Setings---*/
#egaladi_parallax {
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/egaladi_parallax_image_background.jpg?1639559490284);
	background-size: cover;
	min-height: 600px;
}
#egaladi_parallax .video-overlay {
	background-color: ;
	opacity: 0.66;
}
.egaLadi_parallax_title {
	color: #ffffff;
	text-align:center; 
	position: relative;
	z-index: 10;
	margin-top: 80px;
}
.egaLadi_parallax_button_nav {
	position: relative;
	z-index: 10;
	margin-top: 60px;
	text-align: center;
}
.egaLadi_parallax_button_nav .button.button-border.button-light{
	border-color: #ffffff !important;
	color: #ffffff;
}
.egaLadi_parallax_button_nav .button-light:not(.button-border) {
	background-color: #ffffff;
	color: #ffffff;
}
.egaLadi_parallax_button_nav .button.button-light:hover {
	background-color: #ffffff !important;
	color: #605c57;
}
.egaLadi_parallax_title span {
	font-size: inherit;
	color: #ffffff !important;
}
.egaLadi_parallax_desc {
	color: ;
	text-align:;
}
/* parallax Item */
.egaLadi_parallax_item_title {
	color: ;
	text-align: ;
}
.egaLadi_parallax_item_desc {
	color: ;
	font-size: px;
	text-align: ;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
/*====END-SECTION PARALLAX ====*/
/*====SECTION ABOUT ====*/

/*---Setings---*/
#egaladi_about {
	background-color: #ffffff;
}
.egaLadi_about_title {
	color: #000000;
	text-align:center; 
}
.egaLadi_about_title span {
	font-size: inherit;
	color: #f9a02c !important;
}
.egaLadi_about_desc {
	color: #ffffff !important;
	text-align:center;
}
/* about Item */
.egaLadi_about_item_title {
	color: #000000;
	text-align: left;
}
.egaLadi_about_item_desc {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	text-align: left;

}
/*====END-SECTION ABOUT ====*/
/*==== SECTION TEAM ====*/
/*---Setings---*/
#egaladi_team {
	background-color: #f6f6f6
}
#egaladi_team .team-overlay:before {
	background-color: #f5f5f5;
}
.egaLadi_team_title {
	color: #1bbd0b;
	text-align:center; 
}
.egaLadi_team_title span {
	font-size: inherit;
	color: #f9a02c !important;
}
.egaLadi_team_desc {
	color: #000000;
	text-align:center;
}
.egaLadi_team_item_title {
	font-size: inherit;
	color: #000000;
	text-align: center;
}
.egaLadi_team_item_desc {
	color: #999999;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
/*---End-Setings---*/
/*==== END-SECTION TEAM ====*/

/*==== SECTION testimonials ====*/
/*---Setings---*/
#egaladi_testimonials {
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/egaladi_testimonials_image_background.jpg?1639559490284);
	background-size: cover;
	min-height: 200px;
}
#egaladi_testimonials .owl-carousel {
	z-index: 10;

}
#egaladi_testimonials .video-overlay {
	background-color: ;
	opacity: 0.66;
}
.egaLadi_testimonials_title {
	color: #ffffff;
	text-align:center; 
	position: relative;
	z-index: 10;
}
.egaLadi_testimonials_item_wrap {
	position: relative;
	z-index: 10;
}
.egaLadi_testimonials_item.border {
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 30px;
	min-height: 250px;
}
.egaLadi_testimonials_item.border:hover {
	border: 2px solid #ffa500;
}
.egaLadi_testimonials_item_testimonial{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	line-height: 1.56;
}
.egaLadi_testimonials_item_title {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
.egaLadi_testimonials_item_desc {
	font-size: 13.5px;
	color: #999999;
	font-weight: normal;
}
.egaLadi_testimonials_item .feature-box {
	line-height: 24px;
}
#egaladi_testimonials .owl-carousel .owl-item img {
	opacity: 0.7;
}
#egaladi_testimonials .owl-carousel .owl-item img:hover {
	opacity: 1
}
/*==== END-SECTION testimonials ====*/
/*==== SECTION BLOG ====*/
/*---Setings---*/
#egaladi_blog {
	background-color: #ffffff
}

#egaladi_blog .feature-box {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 1px 5px rgba(0,0,0,0.06);
	transition: box-shadow 0.3s;
}
#egaladi_blog .feature-box:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.16);
}
#egaladi_blog .fbox-desc {
	padding: 0 20px 20px 20px;
}
.egaLadi_blog_title {
	color: #1bbd0b;
	text-align:center; 
}
.egaLadi_blog_title span {
	font-size: inherit;
	color: #000000 !important;
}
.egaLadi_blog_desc {
	color: #000000;
	text-align:center;
}
.egaLadi_blog_item_title, .egaLadi_blog_item_title a {
	font-size: inherit;
	color: #333333;
	text-align: left;
}
.egaLadi_blog_item_title a:hover {
	color: #f9a02c;
}
.egaLadi_blog_item_desc {
	color: #999999;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
.egaLadi_blog_button_nav {
	margin-top: 60px;
	text-align: center;
}
.egaLadi_blog_button_nav.button.button-border.button-light{
	border-color: #ebebeb !important;
	color: #ffffff;
}
.egaLadi_blog_button_nav.button-light:not(.button-border) {
	background-color: #f9a02c;
	color: #ffffff;
}
.egaLadi_blog_button_nav.button.button-light:hover {
	background-color: #e38707 !important;
	color: #ffffff;
}
/*---End-Setings---*/
/*==== END-SECTION BLOG ====*/

/*==== SECTION CONTACT ====*/
/*---Setings---*/
#egaLadi_contact {
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/egaladi_contact_image_background.jpg?1639559490284);
	background-size: cover;
	min-height: 200px;
}
#egaLadi_contact .container {
	z-index: 10;
	position: relative;
}
#egaLadi_contact .video-overlay {
	//background-color: #000000;
	opacity: 0.7;
}
.egaLadi_contact_title {
	color: #1bbd0b;
	text-align:center; 
	position: relative;
	z-index: 10;
}
.egaLadi_contact_title span {
	font-size: inherit;
	color: #f9a02c !important;
}

#egaLadi_contact .postcontent {
	width: 47%;
	margin-left: 6%;
}
#egaLadi_contact .sidebar {
	width: 47%;
}
#egaLadi_contact .contact_page_info_desc {
	color: #ffffff;
}
.contacts_item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 20px;
	color: #ffffff;
}
.contacts_item a {
	color: #ffffff;
}
.contacts_item i {
	text-align: center;
	width: 17px;
	/*vertical-align: inherit;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	margin-right: 15px;
	border-radius: 50%;
	border: 2px solid #ffffff;*/
}
/*==== END-SECTION CONTACT ====*/

/*==== RESPONSIVE ====*/
@media screen and (min-width: 991px) and (max-width: 1024px){
	#primary-menu ul li a {
		padding: 24px 4px;
	}
}
@media screen and (max-width: 991px){
	#primary-menu-trigger{
		background: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/icon_menu_mb.png?1639559490284);
		background-position: center center;
		background-size: cover;
		width: 33px;
		height: 33px;
		margin: 2px auto;
		vertical-align: middle;
		left: 10px;
		top: 18px !important;
	}
	#header.full-header .container{
		width: 98% !important;
		margin: 0 auto;
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media screen and (max-width: 768px) {
	#copyrights {
		font-size: 12px;
	}
	.content-wrap {
		padding: 30px 0;
	}
	#egaladi_testimonials .owl-carousel {
		margin-bottom: 35px !important;
	}
	.entry {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}
	.egaLadi_blog_button_nav {
		margin-top: 0;
		margin-bottom: 35px;
	}
	#slider.page-section {
		padding: 0 !important;
	}
	.topmargin {
		margin: 0 !important;
	}
	.page-section {
		padding-top: 80px !important;
	}
	.egaLadi_parallax_title {
		margin-top: 0;
	}
	.section {
		padding: 0;
	}
	#primary-menu li.current > a{
		color: #f9a02c !important;
	}
	#primary-menu li a {
		color: #444 !important;
	}
	#header #header-wrap {
		z-index: 199;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #FFF;
		-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
		-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
		transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	}
	#posts .entry-content {
		margin-top: 10px;
	}

}
@media screen and (max-width: 767px){
	.ega_separator {
		margin: 15px 0;
	}
	.topmargin-lg {
		margin-top: 0px!important;
	}
	.col-padding {
		padding: 25px;
	}
	h2 {
		font-size: 37px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 20px;
		margin-bottom: 0
	}
	.emphasis-title {
		margin: 0;
	}
	.vertical-middle {
		top: 45% !important;
	}
	.svg-image-bottom-large-triangle {
		height: 70px !important;
	}

}
/*==== END - RESPONSIVE ====*/

/*==== BLOG PAGE ====*/
.entry-meta {
	display: inline-block;
}
.entry {
	border: none;
}
.read-more-button {
	margin-top: 30px;
	background: transparent !important;
	border: 0;
	padding: 10px 0;
	border-radius: 0;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.read-more-button a {
	border-bottom: 2px solid #c59d5f;
	line-height: 1.7;
	color: #c59d5f;
	font-style: normal;
}
.separator {
	margin: 15px 0;
	font-size: 17px;
	font-family: Serif;
	color: #9a9998;
}
.sidebar_menu a {
	color: #555;
}
.sidebar_menu a:hover {
	color: #f9a02c;
}
.sidebar-widgets-wrap .widget {
	padding-top: 30px;
	margin-top: 30px;
}
@media(min-width: 992px){
	.sidebar-widgets-wrap .widget{margin-top:0}
}
.sidebar-widgets-wrap .widget > h3 {
	color:#555;
}
.social-icons .item {
	margin-left: 60px;
}
.social-icons .fb-send {
	float: left;
	width: 54px !important;
}
/*==== END - BLOG PAGE ====*/
/*==== COLLECTION ====*/
#header.collection_banner_background {
	height: 300px !important;
}
.collection_list_item {
	text-align: center;
	margin-bottom: 30px
}
.collection_list_item ul {
	display: inline-block;
	list-style: none;
}
.collection_list_item ul li {
	float: left;
}
.collection_list_item ul li a{
	color: ;
	margin: 0 12px;
	font-size: 24px !important;
	font-size: 1.5rem;
	line-height: 1.51;
	transition: all 0.2s;
}
.collection_list_item ul li.active a {
	color: ;
	border-bottom: 2px solid ;
}
.collection_list_item ul li a:hover {
	color: ;
}
.product_wrapper {
	text-align: center;
}

.product-title span {
	color: #b3b3b3;
}
.pd-overlay {
	cursor: pointer;
}
.product_single .product .pd-overlay {
	position: absolute;
	overflow: hidden;
	width: 70%;
	height: 80%;
	left: 14%;
	top: 10%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.product_single .product:hover .pd-overlay { 
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.product img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.product_single .product:hover img{ 
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0.6);
	-webkit-filter: brightness(0.25);
}

.product_single .product .pd-overlay .overlay-wrap a{
	border-radius: 50px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	background-color: transparent;
	color: #FFF;
	padding: 5px 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s,
		-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	border: 1px solid #fff;
}
.product_single .product .pd-overlay .overlay-wrap a.item-quick-view {
	line-height: 30px;
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/quickview_icon_image.png?1639559490284);
	background-repeat: no-repeat;
	background-size: 36px;
	padding-left: 36px;
	background-position: 10% 50%;
}
.product_single .product .pd-overlay .overlay-wrap a.product_quick_add {
	line-height: 30px;
	background-color: rgba(246, 137, 31, 0.7);
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/addtocart_icon_image.png?1639559490284);
	background-repeat: no-repeat;
	background-size: 36px;
	padding-left: 36px;
	background-position: 10% 50%;
}
.product_single .product .pd-overlay .overlay-wrap a.product_quick_add:hover {
	background-color: rgba(246, 137, 31, 0.9);
}
.product_single .product .pd-overlay .overlay-wrap a {
	background-color: rgb(139, 195, 74, 0.7);
	color: #fff;
}

.product_single .product .pd-overlay .overlay-wrap a:hover {
	background-color: rgba(139, 195, 74, 0.9);
	color: #fff;
}

.product_single .product:hover .pd-overlay .overlay-wrap a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.overlay-wrap {
	position: absolute;
	display: inline-block;
	width: 99%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.product_single .product .pd-overlay .overlay-wrap a span {
	display: inline-block;
	line-height: 36px;
	height: 36px;
}
.product_single .product .pd-overlay .overlay-wrap a span img {
	height: 36px;
	margin-right: 10px;
	width: auto;
	float: left;
	filter: none;
}
.product-title a{
	color: #538a11;
}
.product-title a:hover {
	color: #f9a02c !important;
}
.product-title {
	margin: 18px 0 3px;
}
.product-price {
	color: #f36021;
}
/*Quick View*/
#product-pop-up .product-desc {
	padding: 0 15px;
}
#product-pop-up .description {
	color: #999;
}
.product-price del {
	font-size: 80%;
	margin-right: 5px;
	color: #d93f35;
}
.pd_slide_thumb_qv, .pd_slide_thumb {
	margin-top: 20px;
}
.quantity {
	margin-right: 0;
}
#product-pop-up .quantity .plus, 
#product-pop-up .quantity .minus,
#product-pop-up .quantity .qty {
	height: 40px;
}
#product-pop-up .addtocartQV,
#product-pop-up .buynow_qv {
	height: 40px;	
	border-radius: 40px;
	font-size: 14px !important;
}
.quantity .plus, .quantity .minus {
	width: 30% !important;
	height: 50px;
}
.quantity .qty {
	width: 40%;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.quantity .minus {
	border-radius: 50px 0 0 50px;
}
.quantity .plus {
	border-radius: 0 50px 50px 0;
}
.single-product .add-to-cart.button {
	height: 50px;
	border-radius: 50px;
}
.products {
	text-align: center;
}
.product_single {
	width: 30%;
	float: none;
	margin-bottom:2.992em;
	margin-left: 1.25%;
	margin-right: 1.25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
/*End Quickview*/
/*==== END - COLLECTION ====*/

/*==== PRODUCT PAGE ====*/
.sale-flash {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	left: 5px;
	top: 5px;
	background: #fd481f;
}
.slick-prev.small_nav {
	margin-left: -20px;
}

.slick-next.small_nav {
	margin-right: -20px;
} 

.pd_related_product .small_nav{
	margin-right: -20px;
	height: 70px;
	background: rgba(51, 51, 51, 0.34);
	color: #fff;
}
.pd_related_product .small_nav:hover {
	background: rgba(51, 51, 51, 0.5);
}
.pd_related_product .small_nav i {
	font-weight: bold;
}
.product-desc {
	padding-top: 0;
}
.product-meta {
	margin-top: 20px;
}
.product-meta a {
	margin: 0 5px;
	font-size: 15px;
}
.product-desc .page_title h2{
	margin-bottom: 5px;
}
.single-product .product-price {
	margin: 15px auto;
	float: none;

}
.social-icons .item {
	margin-left: 60px;
}
.social-icons .fb-send {
	float: left;
	width: 54px !important;
}
.add-to-cart {
	font-size: 16px !important;	
	text-shadow: none;
	font-weight: bold !important;
	color: ;
	background: 
}
.add-to-cart:hover {
	color: ;
	background: 
}
.buynow {
	height: 50px;
	border-radius:50px;
	font-size: 16px !important;	
	text-shadow: none;
	font-weight: bold !important;
	margin: 20px 0 0;
	color: ;
	background-color: ;
}
.buynow:hover {
	color: ;
	background-color: ;
}
.pd_description  .tab-container {
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0;
}
.product-order-group {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.product-viewing {
	opacity: 0;
	right: 0;
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
.product-viewing.fixed {
	opacity: 1;

}
.product-viewing .add-to-cart.button, .product-viewing .buynow  {
	font-size: 14px !important;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
}
.product-viewing .product-price {
	text-align: center;
}
.product-viewing .product-price ins {
	font-size: 20px;
}
.product-viewing .product-price del {
	font-size: 16px;
}
.product-viewing h4 {
	text-align: center;
	margin-bottom: 15px;
}
.product-viewing .product-title h4{
	margin-bottom: 0;
}
#pd_viewing.quantity .plus,#pd_viewing.quantity .minus,#pd_viewing.quantity .qty {
	height: 40px;
	line-height: 40px;

}
/*==== END - PRODUCT PAGE ====*/

/*Related Product*/
#product-related-products {
	margin-top: 30px;
}
#product-related-products .product_single {
	width: auto;
}
.subtext.success{
	color: #36ba34;
}
.subtext.error{
	color: #ff0000;	
}
.page_contact ul.info-address li{
	list-style-type: none;
	margin-bottom: 10px;
}
/*End - */
/*==== RESPONSIVE ====*/
@media (min-width: 767px) {
	.single-product .add-to-cart.button {
		margin-top: 20px;
	}
	.floatLeft {
		float: left;
	}
	.floatRight {
		float: right;
	}
	.entry-title h2 a {
		font-size: 20px;
		letter-spacing: 1.3px;
	}
}
@media (max-width: 991px) {
	#primary-menu-trigger{
		background: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/icon_menu_mb.png?1639559490284);
		background-position: center center;
		background-size: cover;
		width: 33px;
		height: 33px;
		margin: 2px auto;
		vertical-align: middle;
		left: 10px;
		top: 18px !important;
	}
	.entry {
		margin: 0;
	}
	.content-wrap {
		padding: 10px 0;
	}
	#header.collection_banner_background {
		background: none;
		height: auto !important;
	}
	.postcontent, .postcontent.bothsidebar, 
	.sidebar, .col_full, .col_half, .col_one_third, 
	.col_two_third, .col_three_fourth, 
	.col_one_fourth, .col_one_fifth, .col_two_fifth, 
	.col_three_fifth, .col_four_fifth, .col_one_sixth, 
	.col_five_sixth {
		margin-bottom: 30px;

	}
	.topmargin-lg {
		margin-top: 0px !important;
	}
	.section {
		padding: 30px 0;
	}
	.section {
		margin-top: 70px;
	}
	.template-index .section {
		margin-top: 0px;
	}
	#section_services .readmore a {
		margin-bottom: 10px;
	}
	#header, #header.transparent-header, 
	#header.semi-transparent {
		border-bottom: none;
	}
	#logo {
		height: initial;
	}
	#header, #header-wrap, #logo img {
		height: 70px;
	}

	.product_single .product {
		width: 100%;
	}
	.product-title {
		margin: 18px 0 3px;
		height: 50px;
		overflow: hidden;
	}
	#primary-menu ul li > a {
		line-height: 20px;
	}
	.single-product .add-to-cart.button {
		margin-top: 20px  !important;
	}
	.pd_desc_wrapper {
		padding: 0 !important;
	}
	.product-image-wrap {
		padding: 0 !important;
	}
	.product-desc .page_title h2 {
		margin-top: 10px;
	}
	.pd_related_product .product_single {
		margin-bottom: 0;
	}
	.collection_wrapper {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.product_single {
		width: auto;
	}
	.slideshow_mobile {
		margin-top: 80px;
	}
	.cart-product-name{
		text-align: center;
	}
	.cart-product-thumbnail a {
		width: 100%;
	}
	.cart_item .quantity {
		margin-top: 10px;
	}
	.cart_item .quantity .plus, 
	.cart_item  .quantity .minus,
	.cart_item  .quantity .qty {
		height: 30px;
		line-height: 30px;
	}
	.cart-product-remove {
		line-height: 30px !important;
		margin-top: 10px;
	}
}
/*==== END - RESPONSIVE ====*/

.statistic {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 90px 0;
	background-image: url(//bizweb.dktcdn.net/100/183/299/themes/502932/assets/egadi_statitic.jpg?1639559490284);
}

.statistic-content h3 {
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.statistic-image {
	float: left;
	height: 200px;
	display: inline-block;
	margin: 0 15px;
}

.statistic-content p, .statistic-content h3, .statistic-content h4, .statistic-content span {
	color: #fff;
}

.statistic-content span {
	display: table-cell;
	padding: 8px 10px;
	min-width: 100px;
	text-align: center;
	background: #ff7700;
	font-size: 15px;
	font-weight: 600;
}

@media(min-width: 1023px) and (max-width: 1024px){
	#egaladi_blog .feature-box{
		height: 415px;
	}
}
@media(max-width: 768px){
	.statistic{
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: center center;
	}
	.sidebar-widgets-wrap .widget{display:block;}
	.related-posts .col_half{width: 100%;margin-right:0;}
	.related-posts .col_half.col_last{margin-top: 25px;
    padding-top: 25px;}
}

@media(max-width: 767px){
	.related-posts{margin-top: 15px;}
	.contacts_item{
		padding: 0 0px 20px;
	}

	.entry-meta{margin-bottom: 5px;}
}

@media(min-width: 767px) and (max-width: 768px){
	#egaladi_blog .col_one_fourth{
		width: 48%;
	}

	#egaladi_blog .col_one_fourth:nth-child(2n+1){
		margin-right: 0;
	}

	#egaladi_blog .feature-box{
		height: 420px;
		margin-bottom: 20px;
	}
}