/*
Theme Name: Kleentek
Description: Kleentek Web Site
Author: Twofold
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
#wrapper {
-webkit-perspective: none !important;
-moz-perspective: none !important;
-ms-perspective: none !important;
perspective: none !important;
}
p.product.woocommerce.add_to_cart_inline {
	display:block !important;
    border: none !important;
    padding: 0 !important;
}
p.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount{
	display:none;
}
p.product.woocommerce.add_to_cart_inline a.button {
    background: #eb4832 !important;
}
p.product.woocommerce.add_to_cart_inline a.button:hover{
    background-color: #de2e16 !important;
}
.variations_form.cart, .single_variation_wrap {
    padding-top: 5px;
    margin-top: 30px;
}
.variations_form.cart, .single_variation_wrap .woocommerce-variation-price {
    padding-top: 20px;
}
.brand-warning .price-number {
	font-size: 36px;
}
.product-sidebar.product-overview h4 {
    margin-top: 33px;
}
.name_first, .name_last, .ginput_left, .ginput_right {
width:50%;display:block;float:left;
}
.validation_message, .validation_error {
color:#eb4832;
}

footer.footer-global .footer-top .footer-menu-links {
	padding-top: 0 !important;
}
footer.footer-global .footer-top .footer-menu-links ul {
	margin-bottom: 0 !important;
}

.carousel-products .item .img-gradient img {
	max-height: 160px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  	.carousel-products .item .img-gradient img {
    		max-height: 125px;
	}
}

/* WooCommerce Cart 01/07/2017 */

.cart-collaterals .calculator-holder {
	float: left;
	width: 50%;
}

.cart-collaterals .totals-holder {
	float: right;
	width: 50%;
	clear: none;
	padding: 0 0 50px;
}

.cart-collaterals .totals-holder h2 {
	margin-top: 0px;
}

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

	.cart-collaterals .calculator-holder {
		float: none;
		width: 100%;
	}

	.cart-collaterals .totals-holder {
		float: none;
		width: 100%;
	}

}

label.screen-reader-text,
.variations_form label {
	display: none !important;
}


/*custom css start here*/
.woocommerce-loop-product__title{
	font-size:16px !important;
	 height: 40px;
}
   
.upsells .products .type-product img, .cross-sells .products .type-product img{
	width:150px;
	height:150px;
}
.page-cart .upsells .products .type-product, .page-cart .cross-sells .products .type-product{
	    max-width: 350px;
}
.product-listing .product-image p{
	    text-align: center;
}
.cart input{ padding: 7px 20px;}
.product-listing .product-image .inline-text{
	    text-align: center;
        margin: 10px 0;
	    display: block;
       float: none !important;
}


.cart-collaterals .shipping-calculator-form strong{
	    font-size: 26px;
	    font-weight: 400 !important;
}
.product-listing  .cross-sells h2{
	font-size: 26px;
	font-weight: 400 !important;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: 5px;
     margin-bottom: 20px;
}
.product-listing  .cross-sells .woocommerce-loop-product__title{
	    padding: 10px 0;
	    border-bottom: none;
	    margin: 15px 0;
}
.product-listing .product-type-variable .button{
	    margin-top: 20px !important;
}
.product-listing .cart_totals h2{
	border-bottom:1px solid #e5e5e5;
	 padding-bottom: 5px;
    font-weight: 400;
    color: #787a7e;
	line-height:44px;
}
.cart-collaterals .shipping-calculator-form .title{
	border-bottom:1px solid #e5e5e5;
	 padding-bottom: 5px;
     margin-bottom: 25px;
} 
.cart-collaterals .shipping-calculator-form{
	border: 1px solid #e5e5e5;
    max-width: 520px;
}
.totals-holder .cart_totals {
	border: 1px solid #e5e5e5;
    padding: 15px 10px;
}
.shipping-calculator-form p{
	padding-bottom:18px;
}
.shipping-calculator-form{
	padding: 15px 10px;
}
.product-listing .quantity{
	    margin-top: 20px !important;
}
.cross-sells .products .cart{
	padding-top:0px !important;
}
.product-listing .woocommerce .cross-sells{
	width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
	padding: 20px;
}
.cart-collaterals .calculator-holder,.cart-collaterals .totals-holder{margin-top:50px;}
input.input-text.qty.text{
	    padding: 7px 20px;
}
@media screen and (max-width: 767px) {
	.woocommerce .cart-collaterals .cart_totals,.product-listing .woocommerce .cross-sells{
		    margin-top: 30px;
		    margin-bottom: 30px;
	}
	.cart-collaterals .calculator-holder, .cart-collaterals .totals-holder{
		margin-top:0px;
	}
	.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions{
		    margin-bottom: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.cart-collaterals .shipping-calculator-form{
		    margin-right: 20px;
	}
}