/**
* Theme Name: Customizr
* Theme URI: https://presscustomizr.com/customizr
* Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
* Version: 4.0.16
* Author: nikeo
* Author URI: https://presscustomizr.com/
* Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Domain Path: /inc/lang
* Copyright: (c) 2013 - 2017 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/
@media screen and (max-width: 767px) {
	.right_h1_home_page_line h1{
		line-height: 60px!important;
	}
	.h1_home_page_line h1{
		margin: 20px 0 -20px 0!important;
	}
	
	.mobile_imgs .elementor-column-wrap.elementor-element-populated{
		background-size: cover!important;
	}
}
.mobile_imgs > div{
	cursor: pointer;
}

.add_to_cart_button, .single_add_to_cart_button, .button.product_type_simple, .woocommerce-mini-cart__buttons .button, .woocommerce .cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order {
    background-color: #c19b5d !important;
	color: white !important;
	-webkit-transition: .3s all !important;;
	-moz-transition: .3s all !important;;
	transition: .3s all !important;;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover, .button.product_type_simple:hover, .woocommerce-mini-cart__buttons .button:hover, .woocommerce .cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce .cart #coupon_code{
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    line-height: 1;
    font-size: 100%;
	min-width: 100px;
}