/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    /* margin: 0 auto; */
    width: 96%;
}
.safe_check_img{
	margin-top:10px;
	
}
.woocommerce-product-gallery__image a img {
    width: 100%;
}
p#billing_city_field {
    CLEAR: NONE;
    WIDTH: 50%;
    padding-right: 15px;
    FLOAT: LEFT;
}
p#billing_state_field{
   /* CLEAR: NONE;*/
    WIDTH: 50%;
    padding-right: 15px;
    FLOAT: LEFT;
}
p#billing_country_field {
    CLEAR: NONE;
    WIDTH: 50%;
    FLOAT: LEFT;
    padding-left: 15px;
}
p#billing_postcode_field{
    CLEAR: NONE;
    WIDTH: 50%;
    FLOAT: LEFT;
    padding-left: 15px;
}
.checkout_right {
    float: right;
    width: 40.08772%;
}
@media (max-width: 767px){
p#billing_city_field {
    WIDTH: 100%;
	  clear: both;
    padding: 0;
    float: none;
}
p#billing_state_field{
    WIDTH: 100%;
	  clear: both;
    padding: 0;
    float: none;	
	}
p#billing_country_field {
    WIDTH: 100%;
	  clear: both;
    padding: 0;
    float: none;
}
p#billing_postcode_field{
    WIDTH: 100%;
	  clear: both;
    padding: 0;
    float: none;
}
	
	
}

@media (max-width: 1199px){
	.checkout_right {
    float: none;
    width: 100%;
}
	
}

.woocommerce-checkout-payment2 .place-order .button {
    color: #fff;
    width: 100%;
    line-height: 60px;
    border: 0;
    background-color: #161619;
}

@media (min-width: 768px){
.woocommerce-checkout-2-columns .woocommerce-checkout-payment2 {

}
	
}