/*
Theme Name: Shopkeeper
Theme URI: http://www.getbowtied.com/
Author: Get Bowtied
Author URI: http://www.getbowtied.com/
Description: Shopkeeper is a responsive, super-mobile-friendly theme for WordPress and WooCommerce.
Version: 1.3.3
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

.product.woocommerce.add_to_cart_inline {    text-align: center;} 



p.product.woocommerce.add_to_cart_inline {text-align: center;}

.imm_country {
    float: left;
    margin-top: 7px;
}

.immi-dropdown li {
    display: block !important;
    margin-top: 22px;
}
.immi-dropdown li:first-child {
	 margin-top: 0px;
}

.dropbtn {
  background-color: transparent;
    color: #000 !important;
    padding: 0px;
    font-size: 16px;
    border: none;
    margin-bottom: 6px;
}
.imm_drop_list li a {
    font-size: 14px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
      min-width: 100%;
	      padding: 5px 0px;
}
.imm_drop_list li{
	display:block !important;
	list-style-type:none;
	    margin-left: 0px !important;
}
.imm_drop_list li{
	opacity:1 !important;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.imm_drop_list li a:hover {
    background-color: #000 !important;
    color: #fff !important;
	opacity:1 !important;
}
.on_page_scroll .dropbtn{
	color:#fff !important;
}

.on_page_scroll .imm_drop_list li a{
   
    color: #000 !important;

}
.on_page_scroll .imm_drop_list li a:hover {
    background-color: #000 !important;
    color: #fff !important;
	opacity:1 !important;
}

.dropdown-content a:hover {background-color:  #000 !important; 	opacity:1 !important;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent ; color:#a09e9e !important;}

@media screen and (max-width:1022px){
	
	.dropbtn {
    color: #fff !important;
	}
	.imm_drop_list li a{
   
    color: #000 !important;

}

}