/*

Theme Name: Efinity
Theme URI: http://www.dip.com.sg/
Description: Efinity customed theme.
Author: Efinity
Author URI: http://www.dip.com.sg/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.9.6
Text Domain: efinity
Domain Path: /languages/

*/
/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the app.css file that is located in your themes /css/ folder to add your styles. 
* If you just want to add small css snippets you might also  want to consider to add it to the designated 
* CSS option field in your themes backend at: Dashboard -> Theme Options
*/

#mobile-top-bar-navigation,
#mobile-right-top-bar-navigation {
	display: none;
}

.arrow-right-link:after {
	font-family: fontawesome;
	content: "\f178";
	color: #000000;
	font-size: 14px;
	padding-left: 10px;
}

.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0px !important;	
}

.ReplacedImage img {
	max-height: 450px !important;
	width: auto !important;
}
.ReplacedImage img:hover {
	cursor: pointer;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
}

/*
#products li.home-slider.product-item {
	background-color: #f4f4f4 !important;
}
#products .home-slider.product-item figure.product-inner:hover {
	background-color: #f4f4f4 !important;
	-webkit-box-shadow: 0px 0px 0px transparent !important;
	-moz-box-shadow: 0px 0px 0px transparent !important;
	box-shadow: 0px 0px 0px transparent !important;
}
*/
.home-slider .shortcode_products_slider {
	margin-top: -30px;
}
.home-slider #products > .owl-nav {
    top: -40px;
    right: 15px;
}
.home-slider #products-carousel #products .product-item figure.product-inner .inner-desc p {
	display: block !important;
}
#products li.home-slider.product-item .woocommerce{
	display: none !important;	
}
/*
.home-slider #products > .owl-nav .owl-prev,
.home-slider #products > .owl-nav .owl-next {
	background: #999999 !important;
}
.home-slider .owl-carousel .owl-nav div.owl-prev::after,
.home-slider .owl-carousel .owl-nav div.owl-next::after {
	color: #b29d68 !important;
}
*/

#text-5 img {
	text-align:center !important;
	float: none !important;
	margin: 0 auto 0 auto !important;	
}

/* Add to Quote */
.addquotelistlink {
	float: left;
	clear: none;
	padding-top: 0px;
}

.sku-condition {
	font-size: 14px !important;	
}
.category-condition {
	color: #b79376;
	font-weight: 600;
}
.condition {
	color: #ffffff;
	font-weight: 400;
	background: #b79376;
	padding: 5px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.product_after_shop_loop_location {
	margin-top: 5px;	
}
.category.location-check {
	margin-top: 0px;
	padding-bottom: 0px;
}
.category.checkmark,
.category.checkunmark {
	line-height: 18px;
	font-size: 14px;
	padding-right: 8px;
}
.category.checkmark:before,
.category.checkunmark:before {
	font-size: 14px;
	line-height: 18px;
	padding-right: 5px;
}
.location-check {
	clear: both;
	width: 100%;
	display: block;
	margin-top: 5px;
	padding-bottom: 20px;
}
.checkmark,
.checkunmark {
	line-height: 35px;
	display: inline-block;
	padding-right: 15px;
}
.checkmark:before {
	font-family: fontawesome;
	content: "\f14a";
	color: #b79376;
	font-size: 20px;
	padding-right: 10px;
	line-height: 35px;
}
.checkunmark:before {
	font-family: fontawesome;
	content: "\f0c8";
	color: #dddddd;
	font-size: 20px;
	padding-right: 10px;
	line-height: 35px;
}

.single_product_related .large-12 {
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
}

/* Footer */
footer#site-footer .f-columns p,
footer#site-footer .f-columns li {
	font-size: 14px !important;	
}
footer#site-footer .f-columns ul {
	margin: 10px 0 0 20px;	
}
footer#site-footer .f-columns i {
	font-size: 16px !important;
	color: #b79376 !important;
}
#footer-navigation .copytxt{
	padding: 20px 0 15px 0;
	text-align: right !important;
}
#footer-navigation .copytxt p {
	font-size: 14px !important;
}

/*Hide Product Count Top Nav - added Jimmy*/

.top_bar_shop .woocommerce-result-count {
    display: none!important;
}
    
/*Hide Product Count Sidebar - added Jimmy*/

.woocommerce .widget_layered_nav ul li .count {
    display: none!important;
}

.product-inner .availability {
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(183, 147, 118, 0.8);
    background: rgba(183, 147, 118, 0.8);
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
}
.single-product-infos .availability {
    margin-top: 20px;
    text-align: center;
    width: 200px;
    background-color: rgba(183, 147, 118, 0.8);
    background: rgba(183, 147, 118, 0.8);
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
}
.availability label {display: none; }
.stock.out-of-stock {display: none; }

#formtable table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
    