/*********************
 * Countdown timer  *
 *********************/
.widget.theme-essentials-countdown-timer {
	margin-bottom:0px;
}
.theme-essentials-countdown-timer {
	margin:0 auto;
	width: unset;
	display: table;
}
.theme-essentials-countdown-timer .countdown-item {
	padding:12px;
	margin-right:10px;
	color:inherit;
	text-align:center;
	display:inline-block;
	margin-bottom:5px;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.theme-essentials-countdown-timer .countdown-message {
	color:#000000;
	font-size:17px;
	padding:5px 10px 5px;
	display:inline-block;
	margin-bottom:5px;
}

/*********************
 * Pricing table css *
 *********************/
.theme-essentials-pt {}

/* Create three columns of equal width */
.theme-essentials-pt .columns {
  padding: 8px;
}
.theme-essentials-pt .title { font-size:46px; margin-bottom:10px;}
.theme-essentials-pt .description { font-size:26px;}

.theme-essentials-pt .original-price {
	font-size: 32px;
	text-decoration:line-through;
}
.theme-essentials-pt .sales-price {
	font-size: 52px;
}
.theme-essentials-pt .period {
	font-size: 26px;
	text-transform:capitalize;
}
/* Style the list */
.theme-essentials-pt .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.theme-essentials-pt .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.theme-essentials-pt .price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.theme-essentials-pt .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.theme-essentials-pt .footer {
  font-size: 20px;
}
.theme-essentials-pt li.footer {
	padding-top:25px;
	padding-bottom:25px;
}
/* The "Sign Up" button */
.theme-essentials-pt .button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}



/***************************
 * Mailchimp sign up form  *
 ***************************/
 
.mailchimp-subscribe-widget {
	padding-left:0px;
	padding-right:0px;
}

#mc_embed_signup form {
	text-align: center;
	padding: 10px 0 10px 0;
}

.mc-field-group {
	display: inline-block;
}


/* positions input field horizontally */

#mc_embed_signup input.email {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	border-radius:24px;
	color: #343434;
	background-color: #fff;
	box-sizing: border-box;
	height: 32px;
	padding: 0px 0.4em;
	display: inline-block;
	margin: 0;
	width: 350px;
	vertical-align: top;
    height: 38px;
    padding-left: 15px;
}

#mc_embed_signup label {
	display: block;
	font-size: 32px;
	padding-bottom: 20px;
	font-weight: bold;
	color:#fff;
}

#mc_embed_signup .clear {
	display: inline-block;
}


/* positions button horizontally in line with input */

#mc_embed_signup .button {
	border: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 23px;
	border-radius: 24px;
	letter-spacing: .03em;
	color: #fff;
	box-sizing: border-box;
	line-height: 32px;
	padding: 0 18px;
	display: inline-block;
	margin: 0;
	transition: all 0.23s ease-in-out 0s;
    font-size: 16px;
    height: 38px;
}

#mc_embed_signup .button:hover {
	background-color: #777;
	cursor: pointer;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

@media (max-width: 768px) {
	#mc_embed_signup input.email {
		width: 100%;
		margin-bottom: 5px;
	}
	#mc_embed_signup .clear {
		display: block;
		width: 100%
	}
	#mc_embed_signup .button {
		width: 100%;
		margin: 0;
	}
} 
 
/*******************
 * call to action  *
 *******************/
.call-to-action,
.call-to-action .section-title,
.call-to-action .section-subtitle {
	color:#fff;
}
.call-to-action .section-title,
.call-to-action .section-subtitle {
	color:#fff;
}
.call-to-action .section-title {
	letter-spacing: 2px;
	font-size:42px;
}
.call-to-action {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	position: relative;

}
.call-to-action .bg-overlay {
	padding: 70px 100px 80px;
}
.call-to-action .read-more {
	border: 3px solid #fff;
	padding:16px 20px;
}
.call-to-action a.read-more {
	color:#fff;
}
.call-to-action a.read-more:hover,
.call-to-action a.read-more:focus {
	color: #333333 !important;
	text-decoration: none;
	background: #fff;
	transition: all 0.4s ease 0s;
}

/***********************
 * Woo Product related  *
 ***********************/

.product-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: default;
	background-color: #fff;
	margin-left: -6px;
	margin-right: -6px;
	border: 1px solid rgb(225, 224, 224);
	margin-top: 4px;
	margin-bottom: 4px;
}
.product-wrapper a {
	color:unset;
}
.product-wrapper .badge-wrapper .onsale {
	position: relative;
	display: inline-block;
	min-width: 40px;
	min-height: 20px;
	padding: 0px 5px 1px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.product-image-wrapper {
	overflow: hidden;
	position: relative;
	margin: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}
.product-image-wrapper img {
	transition: all ease 0.5s;
	margin: 0 auto;
}
.product-image-wrapper:hover img {
    transform: scale(1.1);
}

.badge-wrapper {
    position: absolute;
    top: 5px;
    right: 1px;
}

.woocommerce span.onsale {
    top: 0;
    left: 0;
    margin: 0;
}
.product-description {
    text-align: center;
    padding: 6px;
}
.product-description p {
	margin-bottom:6px;
}
.product-description .product-category {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 3px;
	color: #8E8E8E;
	letter-spacing: -0.01em;
    
}
.product-description .product-title {
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
}
.product-title a {
    font-size: 14px;
    font-weight: 700;
    color: #404040;
}
span.price {
    font-size: 15px;
    text-align: center;
	font-weight: 600;
}
del .amount {
	text-decoration: line-through;
	font-size: 14px;
	font-size: 16px;
	font-weight: 600;
	opacity: 0.8;
	color: #282828;
	font-family: 'Sans Serif';
}
.product-wrapper .badge-wrapper .onsale {
	position: relative;
	display: inline-block;
	min-width: 40px;
	min-height: 20px;
	padding: 0px 5px 1px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	border-radius:4px;
	-webkit-border-radius:4px;

}

.wc-button-container {
    text-align: center;
    padding-bottom: 12px;
    display: block;
    background-color:#fff;
    left: 0px;
    right: 0px;
}

.wc-button-container a.add_to_cart_button, 
.wc-button-container a.product_type_grouped, 
.wc-button-container a.product_type_external, 
.wc-button-container a.product_type_simple, 
.wc-button-container a.product_type_variable {
	display: table;
	margin:0px auto 6px;
	font-size: 13px;
	clear:right;
}

.wc-button-container a.added::after {
	content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
	padding-left: 3px;
}


.wc-button-container .added_to_cart.wc-forward::before, 
.woocommerce a.added_to_cart::before {
    content: "\f06e";
}
.woocommerce a.added_to_cart {
    display:block;
}
.wc-button-container .add_to_cart_button::before, 
.wc-button-container .added_to_cart.wc-forward::before, 
.wc-button-container .product_type_grouped::before, 
.wc-button-container .product_add_to_wishlist::before,
.woocommerce a.added_to_cart::before {
    font-family: "FontAwesome";
    font-size: 14px;
}

.wc-button-container .button, 
.wc-button-container .product_add_to_wishlist {
    position: relative;
    z-index: 2;
    vertical-align: top;
}
.wc-button-container .product_add_to_wishlist, 
.wc-button-container .added_to_cart.wc-forward {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 13px;
	margin-top: 10px;
}
.wc-button-container .added_to_cart.wc-forward {
	padding-top:0px;
	margin-right:5px;	
}
.wc-button-container .product_add_to_wishlist::before {
    content: "\f08a";
	padding-left:2px;
}
.wc-button-container .add_to_cart_button::before, 
.wc-button-container .added_to_cart.wc-forward::before, 
.wc-button-container .product_type_grouped::before, 
.wc-button-container .product_add_to_wishlist::before {
    color: #333;
    font-family: "FontAwesome";
    font-size: 13px;
	padding-right:2px;
}

.product-rating-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-rating-wrapper {
    color: #ddd;
    font-size: 13px;
}

/* woocommerce widget styles */
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: auto;
    box-shadow: none;
}
mark, ins {
    background: unset;
    text-decoration: none;
}


/***********************
 * Product Navigation  *
 ***********************/

.product-navigation {
  padding: 0;
  margin: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
  border-radius:6px;
  zoom: 1;
}

#secondary .widget_bst_product_navigation_widget {
	margin-top:2em;
}

.product-navigation ul,
.product-navigation ul li,
.product-navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-navigation ul {
	position: relative;
	z-index: 500;
	float: left;
}

.product-navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
  padding:0px;
}

.product-navigation ul li:not(:last-child){
  border-bottom: 1px solid #e4e4e4;
}

#secondary .widget .product-navigation ul li {
  padding:unset;	
}

#secondary .widget .product-navigation ul li::before {
 padding-right:unset;
 padding-left:unset;
}

.product-navigation ul li ul {
  position:absolute;
  box-shadow: 0 2px 4px rgba(0,0,0,.07); 
}

.product-navigation ul li.hover,
.product-navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.product-navigation ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 520;
	width: 100%;
	background-color: #fff;
}

.product-navigation ul ul li { float: none; }

.product-navigation ul ul ul {
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.07)
}

.product-navigation ul li:hover > ul { visibility: visible; }

.product-navigation ul ul {
  top: 0;
  left: 100%;
}

.product-navigation ul li { float: none; padding-left: 15px;}

.product-navigation > ul > li > a::before { }

.product-navigation .navigation-name {
	content: "";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding-right: 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

a.category-menu::before {
	content: "\f0c9";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin-right: 7px;
	font-family: 'fontawesome';
}

.product-navigation ul ul { margin-top: 0.05em; }

.product-navigation:before {
  content: '';
  display: block;
}

.product-navigation:after {
  content: '';
  display: table;
  clear: both;
}

.product-navigation a {
  display: block;
  padding: 0.8em 1.3em 0.8em 0.2em;
  text-decoration: none;
  text-transform: capitalize;
}

.product-navigation > ul {
	width: 100%;
}

.product-navigation ul ul { width: 13em; }

.widget .product-navigation ul ul li { padding-left:0px;  border-bottom: 1px solid #e4e4e4; }

.product-navigation li { position: relative; }

.product-navigation ul li.has-sub > a:after {
  content: "\f105";
  font-family:'FontAwesome';
  position: absolute;
  right: 1em;
}

.product-navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.product-navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.product-navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.product-navigation.align-right { float: right; }

.product-navigation.align-right li { text-align: right; }

.product-navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.product-navigation.align-right ul li.has-sub > a:after { content: none; }

.product-navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.product-navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.product-navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.product-navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


/*******************
 * Contact Section *
 ******************/
 
.contact-list-form {
	margin: 0 30px 20px 5px;
	padding:30px 30px 10px;
	border: 0px solid;
	border-radius: 12px;
	margin-top: 20px;
	background-color: white;
	box-shadow: 2px 5px 7px rgba(0,0,0,.16);
	min-height: 300px;
}

.contact-list {
	list-style-type:none; 
}

.contact-list li{
	margin-bottom:15px; 
}

.contact-list li i{
	padding-right:10px;
}

/* Contact list */
.contact-list-bottom {
	list-style-type:none;   
}
.contact-list-bottom ul li{
	float:left;
	width:100%;
	display:block;
}
.contact-list-bottom .fa,
.contact-list .fa {
	font-size: 16px;
	padding: 7px;
	background-color: #fff;
	width: 30px;
	text-align: center;
	height: 30px;
	color: #6c6b6b;
	box-shadow: 0 2px 1px #efefef;
	margin-right: 10px;
}
.contact-list-bottom div {
	font-weight:600;
	display:table-cell;
	padding-left: 5px;	
}
.contact-list-bottom iframe {
	margin-bottom:0px;
}
.contact-list-bottom li:before {
	content:none;
}

.footer-widget .widget .contact-list-bottom li::before, 
#secondary .widget .contact-list-bottom li::before{
    content:none;
}

/**************** 
*  News section *
*****************/

#news {}

#news .sectionoverlay {
    background: rgba(0,0,0,0.1);
}

#news .more-btn {
	margin-top:0px;margin-bottom:0px;
}
.featured-news {   
    padding:15px;
    margin-bottom: 20px;
	background-color: #fff;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.featured-news:hover {
    -webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	
}
.featured-news .image-area {
	overflow:hidden;
	margin: -15px -15px 0px;
}
.featured-news img {
	width:100%;
	height:100%;
	transition: all 1.5s ease-out 0s;
	-webkit-transition: all 1.5s ease-out 0s;
	-moz-transition: all 1.5s ease-out 0s; 
	-ms-transition: all 1.5s ease-out 0s;	
}

.featured-news:hover img{ 
	transform: scale( 1.3 , 1.3 ); 
}

.news-featured {
    display: table;
	width:100%;
}
.news-featured .news-title{
    margin-top:5px;
	margin-bottom:5px;
}


/* Layout Item */
.layout-item {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.item-content {
    padding: 30px 30px 25px;
    min-width: 0;
    padding: 20px 20px 15px;
}

.item-thumb {}
.item-thumb a img {
	width:100%;
}

.item-title {
    line-height: normal;
    font-size: 17px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.item-meta {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 3px;
    letter-spacing: -0.01em;
}
.item-text {
	font-size: 14px;
}

/********************** 
*  Accordion section  *
***********************/
.hide-content {
	display:none
}
.accordion-title {
	font-size: 18px;
	clear: both;
	color: #fff;
	padding: 10px 10px 5px 10px;
	margin-bottom: 0px;
	cursor: pointer;
	min-height: 28px;
}
.collapse-chevron .accordion-title:before{
	font-family:"fontawesome";
	content:"\f102";
	float:right;
}

.collapse-chevron .collapsed:before{
	font-family:"fontawesome";
	content:"\f103";
	float:right;
}
/* Rotating glyphicon when expanding/collapsing */
.collapse-chevron .fa {
  transition: .3s transform ease-in-out;
}
.collapse-chevron .collapsed .glyphicon {
  transform: rotate(-90deg);
} 

.accordion-title:hover {
	opacity:0.8;
}
.accordion-title i{
	position: absolute;
	right: 22px;
	font-size: 26px;
	
}

.accordion-section-desc { 
	text-align:justify;
}

#theme-accordion {
   clear:both;
}
#theme-accordion .accordion {
	padding:10px;
}

/* Accordion */
#secondary .question-title, 
.footer-widget .question-title{
    font-size: 16px;
    clear: both;
    color: #fff;
    padding: 0px 5px 0px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}

#secondary .question-title i, 
.footer-widget .question-title i {
    float: right;
    margin-top: 2px;
    font-size: 23px;
}


/************** 
* Post slider *
***************/

.custom-caption {
   color:#FFFFFF;   
   top:15%;
   bottom:unset;
   z-index:0;
   text-align:center;
}

.custom-caption .slider-title {  
   margin-bottom:15px;
   color:#FFFFFF;
   margin-top:5px;   
}

.custom-caption p {   
   margin-bottom:30px; 
}

.start-button {
    background-color:#fed701;
	color:#FFF ;
    text-transform: uppercase;
    padding: 8px 15px;
	text-shadow:none;
	margin-right: 15px;
	margin-top:10px;
	display:inline-block;	
}

.start-button:hover {    
	background-color:transparent;
	color:#fed701;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	text-shadow:none;		
}
.carousel-indicators {
	justify-content:flex-start;
}
.custom.carousel-indicators {
	margin: 0px auto;
	bottom: 10px;
	left: 0px;
	position: absolute;
	width: 100%;	
}

.custom.carousel-indicators li {
    background-color: rgba(202, 202, 202, 0.92);
	border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}

#main_Carousel {
	margin: 0px auto;
	max-width: 1600px;
}

#main_Carousel .sectionoverlay {
	background: rgba(0,0,0,0.3);
}

#main_Carousel .carousel-indicators li {
    border:0px;
	background-color:#FFF;
}

#main_Carousel .carousel-indicators li.active {
    background-color:#fed701;
	border:0px;

}

.carousel-indicators li.active {
	box-shadow: 1px 1px 3px rgb(255, 255, 255);
	background-color: #999999;
}

/* post slider */

.post-slider .carousel-indicators li.active {
	box-shadow: 1px 1px 3px rgb(255, 255, 255);
	background-color: #fff;
	width:24px;
}

.post-slider .carousel-indicators li {
	background-color: #fff;
}

.post-slider .carousel-navigation a, .carousel-navigation a {
	background-color: #fff;
}

.post-slider .carousel-navigation a::before {
	color:#ddd;
}

.post-slider .carousel-navigation a {
	width:45px;
	height:45px;
}

.post-slider .carousel-navigation a::before {
	font-size: 30px;
	line-height: 45px;
}

.post-slider .custom-caption .slider-title {
	font-size:42px;
}

.post-slider .custom-caption p.slider-title {
	border-left: 0px;
	margin-left: 0px;
}

.post-slider .custom-caption p {
	font-size:21px;
	padding-left: 15px;
	margin-left: 15px;
}

.post-slider .read-more:hover span {
	background-color: #303133;
	color: #fff;
}

.post-slider .slider-button-1:hover,
.post-slider .lider-button-2:hover {
	color: #fff;
	background-color: #febe00;
	border-color: #febe00;
}
 
.post-slider .slider-button-1 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	padding:13px 30px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 15px;
	border:1px solid;
}

.post-slider .slider-button-2 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	padding:13px 30px;
	display: inline-block;
	background-color: #fff;
	margin-top: 10px;
	border: 1px solid #fff;
	background-color: transparent;
} 

/* carousal */
.carousel-indicators li {
	background-color:rgb(255, 255, 255);
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
}

.previous {
    content:'\f15b';
	font-family: "FontAwesome";
	padding-right: 15px;
	color: #e0dee0;
}

.carousel-inner .active {
  overflow:hidden;
}

#main_Carousel .carousel-inner .item img {
	animation: bounceIn 6s;
	opacity: 1;
	object-fit: cover;
	background-size: cover !important;
	width: 100% !important;
	left:0px;
	top:0px;
}

@keyframes bounceIn {
  0% {
    transform: scale(1);
    opacity: 1;
	transform-origin: top center;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
	transform-origin: top center;
  }
  100% {
    transform: scale(1);
	transform-origin: top center;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0.4;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-navigation {
	list-style-type: none;
	margin: 0px;
	z-index:0; 
}
.carousel-navigation a {
	text-decoration: none;
	display: block;
	width:35px;
	height:35px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;	 
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.carousel-navigation .carousel-prev {
	left: 4px;
	opacity: 1; 
	padding-right:4px;
	border-radius:24px;
	z-index: 9999;
}
.carousel-navigation .carousel-next {
	right: 4px;
	text-align: center; 
	opacity: 1;
	border-radius:24px;	
	z-index: 9999;
}
.carousel-navigation :hover .carousel-prev { 
	opacity: 0.6; 
}
.carousel-navigation :hover .carousel-next { 
	opacity:0.6; 
}
.carousel-navigation :hover .carousel-next:hover, 
.carousel-navigation :hover .carousel-prev:hover {
	color:#fff !important;
}
.carousel-navigation .carousel-disabled { 
	opacity: 0!important; 
	filter: opacity(0); 
	cursor: default; 
}
.carousel-navigation a:before {
	font-family: "FontAwesome";
	color:#fff;
	font-size:25px;
	line-height:35px;
	display: inline-block;
	content: '\f104';
}
.carousel-navigation a.carousel-next:before { 
	content: '\f105'; 
}

.carousel-inner .carousel-navigation {
	display:none;
}

.carousel-inner:hover .carousel-navigation, 
.carousel-inner:focus .carousel-navigation {

	display:block;
}

/* product carousal */		
.product-carousal-inner .item {
    z-index: 0;
}

/*******************
 * Product slider  *
 ******************/
 
.pro-slider-caption.on-left {
	right: 0%;
	left: 0px;
	text-align: left;
}
.pro-slider-caption {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 2000ms;
    -moz-transition: all 2000ms;
    -ms-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
    z-index: 1;
    padding: 20px;
}

.pro-slider-caption p {
    line-height: normal;
    font-size: 20px;
}
.pro-slider-caption .price {
	color: #515050;
	padding-bottom: 10px;
	text-shadow: 2px 2px #ddd;	
}
.caption-heading .cap-title {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.caption-heading .cap-title a, 
.pro-slider-caption .content-desc h4 {
    color: #353434;
	text-shadow: 1px 2px #ece9e9;
}

.pro-slider-caption .caption-heading {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.btn-warpper {
	display:inline-block;
	padding-bottom: 20px;
}
.btn-wrap.btn-style1 a {
	font-size: 13px;
	border-radius: 0px;
	font-weight: 700;
	padding: 12px 20px;
	color: #fff;
	background-color: #fed701;
	text-transform: uppercase;
}


/*************************
*  Category list widget  *
*************************/

.category-list-widget .category-meta {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 100;
	text-transform: capitalize;	
	background-color: rgba(51, 51, 51, 0.55);
	padding: 5px;
	color: white;
	text-align:center;
	font-weight: 600;
}
.category-list-widget .category-meta a {
	color: white;
	font-weight: 600;
}
.category-list-widget {
	margin-bottom:15px;
}
.category-list-widget img {
	box-shadow: -1px 1px 4px 1px #dfdfdf;
}
/**************
*  Featured   *
***************/

.featured-item-area, .team-featured-item-area {
    display: table;
	margin-bottom:15px;
}
.featured-item {
    padding: 0 10px;
    margin-bottom: 20px;
	display:table-cell;
	vertical-align:top;
}
.featured-item .title {
	margin-bottom:15px;
	padding-top:15px;
}
.featured-item .sub-title {
	margin-bottom:15px;
	margin-top:10px;
}
.featured-item .more-btn {
    margin-top:0px;
}
.featured-item-area img {
    float: left;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
}
.featured-item .description {
	margin-bottom:15px;
	margin-top:10px;
	overflow: auto;
}
.featured-item p { 
	margin:0px;
}

/***********************
 * Team section *
 **********************/
 
.team-featured-item-area {
	text-align:center;
	box-shadow:0 0px 12px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
	overflow: auto;
	background-color: #fff;
	overflow: hidden;
}
.team-featured-item-area img {
	display:block;
	margin: 0 auto;	
}
.team-featured-item-area .featured-item {
	display:block;	
}

/* social */

.team-featured-item-area p.social_icon {
    color: #fff;
}

.team-featured-item-area h2 {
  color: #fff;
}
.team-featured-item-area h4 {
  margin-top: 1em !important;
  
}
.team-featured-item-area h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding-top: 0;
}
.team-featured-item-area p.social_icon span {
	display: inline-block;
	margin-right: 3px;

}
.team-featured-item-area .social_icon span.face{
	border:1px solid #3b5998;
	background-color: #3b5998;	
}
.team-featured-item-area .social_icon span.linkedin{
	border:1px solid #0e76a8;
	background-color: #0e76a8;
}
.team-featured-item-area .social_icon span.twit{
	border:1px solid #00acee;
	background-color: #00acee;
}
.team-featured-item-area .social_icon span.instagram{
	border:1px solid #3f729b;
	background-color: #3f729b;
}
.team-featured-item-area .social_icon span.pinterest{
	border:1px solid  #c8232c;
	background-color: #c8232c;
}

.team-featured-item-area .social_icon span a { color:#fff; }

.team-featured-item-area p.social_icon span a {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}


/***********************
 * testimonial section *
 **********************/
 
.testimonial-card {
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
	position: relative;
	height: 100%;
	padding: 15px;
	background: transparent;
}

.testimonial-card-profile {
    display: flex;
    align-items: center;
    justify-content: left;
}

.testimonial-card-meta {
	margin:0 auto;
}

.testimonial-quote {
	text-align:center;
}

.testimonial-quote p {
	margin-bottom:10px;
	margin-top:15px;
}
.testimonial-quote i {
	color:#dbdbdb;
	font-size: 14px;
}
.testimonial-card-profile .profile-img {
    display:inline-block;
    border-radius: 50%;
    object-fit: cover;
}

.profile-text {
    margin-left: 15px;
	text-align:center;
	display:inline-block;
}



/* service featured item area */

.service-featured-item-area {
	text-align:center;
	box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
	overflow: auto;
	background-color: #fff;
}
.service-featured-item-area img {
	display:block;
	margin: 0 auto;
	width: 100%;	
}
.service-featured-item-area .featured-item {
	display:block;
}

/* stats featured item area */

.stats-featured-item-area {
	text-align:center;
	margin-bottom: 15px;
	overflow: auto;
}
.stats-featured-item-area img {
	display:block;
}
.stats-featured-item-area .featured-item {
	display:block;
}

/****************
* Stats section *
*****************/

#stats .stats-icon {
	text-align:center;
}
#stats .fa {
	font-size:56px;
}


/*****************
* Featured Title *
*****************/

.theme-featured-title {
  padding: 0px 15px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.theme-featured-title .small-heading {
  font-size: 14px;
  letter-spacing: 1px;
  color: #515761;
  font-weight: 700;
}
.theme-featured-title h2 {
  font-size: 34px;
  letter-spacing: 3px;
  color: #121212;
  font-weight: 700;
}

/*--- custom media queries for max width ---*/

@media screen and ( max-width: 48em ) {

	.product-navigation ul li ul {	
		left: 0%;
		top: 100%;
		width: 100%;	
	}

	.product-navigation ul li ul li ul {	
		left: 0%;
		top: 100%;
		width: 100%;	
	}	

}

@media screen and ( min-width: 48em ) {
	.vertical-center {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}


/******************* 
 * wishlist button *
 *******************/
 
.my-yith-wishlist { 
	display: block;
	position: absolute;
	top: 37px;
	left: 10px;
	color:#ffbf08;
	padding: 2px 6px 3px 2px;
	display:none;
}

.product:hover .my-yith-wishlist {
	display:block;
}

.my-yith-wishlist .feedback {
	font-size:0px;
	color:transparent;
}

.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse.show a, 
.my-yith-wishlist .yith-wcwl-wishlistaddedbrowse {
	font-size:0px;
	color:transparent;
}

.product a.added_to_cart:before {
	color: #666666;
	font-size:14px;	
}
.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse a { 
	float: left; 
	font-size:0px;
	color:transparent;
}

.my-yith-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.my-yith-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
	content: "\f00c";
	font-family:'fontawesome';
	font-size:16px;
}

.my-yith-wishlist .yith-wcwl-add-button .add_to_wishlist {
	font-size:0px;
	color:transparent;
}

.yith-wcwl-add-to-wishlist {
	padding:0px;
	margin:0px;
}

.my-yith-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
	content: "\f004";
	font-family:'fontawesome';
	font-size:16px;
}

.my-yith-wishlist .compare-button a {
	font-size:0px;
	color:transparent;
	float: left;
	padding-top:5px;
	background-color:transparent;
	
}

.woocommerce ul.products li.product .compare {
	margin-left:1px;
}

.my-yith-wishlist .woocommerce a.compare.button {
    font-size: 0px;
	background-color:transparent;
}

.my-yith-wishlist .compare-button a:before {
	content: "\f021";
	font-family:'fontawesome';
	font-size:16px;
}

.my-yith-wishlist a.yith-wcqv-button {
    margin-top: 1em;
    font-size: 0px;
    background-color: transparent;
}

.my-yith-wishlist .button.yith-wcqv-button {
	font-size:0px;
	color:transparent;
	float: left;
	padding-top:5px;
	background-color:transparent;
}
.my-yith-wishlist .button.yith-wcqv-button:before {
	content: "\f06e";
	font-family:'fontawesome';
	font-size:16px;
}
.my-yith-wishlist .button.yith-wcqv-button:hover{
	background-color:transparent;
}
.product .my-yith-wishlist .button.yith-wcqv-button {
	display:block;
	clear:both;
}
.product .button.yith-wcqv-button {
	display:none;
}
#yith-quick-view-modal {
    z-index: 99999;
	top:unset;
}

#yith-quick-view-modal.open {
	top:0;
	z-index: 99999;
}

/* flip box */
.flip-container {perspective: 1000px; transform-style: preserve-3d;}
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {

  margin: 0px;
  float:left;
}

.flipper {transition: 0.6s; transform-style: preserve-3d;	position: relative;}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.front {z-index: 2;	transform: rotateY(0deg);}
.back {
	transform: rotateY(-180deg);
  background: #bbb;
  color: #000;
  text-align:center;
  line-height:1.4em;

}

.vertical.flip-container {position: relative;}
.vertical .back {	transform: rotateX(180deg);}
.vertical.flip-container:hover .back  {transform: rotateX(0deg);}
.vertical.flip-container:hover .front {transform: rotateX(180deg);}
.front {background: #9c3; color:#fff; text-align:center; }
