/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.1
License:
License URI:
*/

@import url("css/foundation.css?v=2.1");
/*************** ADD CUSTOM CSS HERE  ***************/

@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/

}
.summary .product_meta { margin-top: 45px; }

/* Popup message */

#yith-wcwl-popup-message {

    background: white;

    border: 1px solid #CCC;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    line-height: 50px;

    padding: 15px;

    position: fixed;

    text-align: center;

    top: 50%;

    left: 50%;

    z-index: 10000; /* Thanks WP -.- */

}



/* Wishlist table template */

.wishlist_table {}



.wishlist_table tr td { text-align: center; }

.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name { text-align: left; }

.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }



/* Wishlist buttons */

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button { margin: 0px; } 

.yith-wcwl-add-to-wishlist { margin-top: 10px; }

.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i { margin-right: 10px; }

.wishlist_table .add_to_cart.button { margin: 0px; }



/* Share buttons */

.yith-wcwl-share ul {

    margin-bottom: 10px;

    margin-left: 0px;

}



.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }

.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 3px; }



.yith-wcwl-share li a {

    background-position: left bottom;

    display: inline-block;

    width: 21px;

    height: 21px;

}



.yith-wcwl-share li a:hover { background-position: left top; }

.yith-wcwl-share li a.facebook { background-image: url(../images/facebook.png ); }

/*.yith-wcwl-share li a.facebook { background-image: url(../../plugins/yith-woocommerce-wishlist/assets/images/facebook.png ); }*/

.yith-wcwl-share li a.twitter { background-image: url(../images/twitter.png ); }

.yith-wcwl-share li a.pinterest { background-image: url(../images/pinterest.jpg ); }

.yith-wcwl-share li a.googleplus { background-image: url(../images/googleplus.jpg ); }

.yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }



/* AJAX loading gif */

.yith-wcwl-add-to-wishlist .ajax-loading {

    box-shadow: none !important;

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    display: inline !important;

    margin-left: 5px;

    vertical-align: middle;

    visibility: hidden;

    width: 16px !important;

    height: 16px !important;

}

h3.breadcrumb{
	font-size: 18px;
}
div.ux-search-box{
	vertical-align: bottom;
}
li.html-block{
	vertical-align: bottom;
}
strong.hide-for-small{
    position: absolute;
    top:-50px;
    visibility: hidden;
}
span.hide-for-small{
    position: absolute;
    top:-50px;
    visibility: hidden;  
}
div.mini-cart-item{
    margin-top: 20px !important;
}
div.nav-dropdown-inner{
    margin-left: 20px;
    margin-right: 0;
}
/*div.car-list{
    margin:20px 0px 0 20px !important;
}
div.minicart_total_checkout{
    margin-left: 15px !important;
}
div.minicart_total_checkout.button{
    margin-left: 12px !important;
} */
div a.secondary{
    margin-bottom: 0 !important;
} 
div a.button{
    margin-left: 3px;
} 
div.breadcrumb-row div.right{
    display: none !important;
}

ul.header-nav li a{
	font-size: 70%;
}



.product-info .qtycol input{
	width:45px !important;
	margin-bottom: 0px;
}
.product-info .cartcol .single_add_to_cart_button{
	margin-bottom:0px; 
	white-space:nowrap;
	margin-top:12px;
  	font-size: 0.8em;
    	padding: 10px 8px;
}
.product-info .optionscol, .product-info .pricecol .amount{
	font-size: 12px;
}
.product_meta > span{
	width: 100%;
    text-align: center;
    display: table;
}
.posted_in{
	width: 100%;
    text-align: center;
    display: table;	
}
.gc_wrap{
	display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.social-icons{
	text-align: center; 
}
.globalcartbtn, .vtspinner{
	float: none !important;
}
@media screen and (max-width: 767px) {
	.product-info table.vartable tr{
	    border-bottom: 1px dotted #ccc;
		margin-bottom: 20px;
	}
	.product-info .qtycol input {
	    width: 50px;
	}
	.product-info .optionscol{
	    display: inline-block;
	    width: auto;
	    word-break: break-all;
	    text-align: left;
	    min-width: 140px;
	}
	.product-info .qtycol{	
		display: inline-block !important;
	    width: auto;
	    float: none;
	    vertical-align: middle;
	    line-height: 36px;
	}
	.product-info table.vartable td:before{
		padding-right:8px;
	}
	.product-info .pricecol{
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
	.product-info .cartcol{
		width: 85%;
    	display: inline-block;
	}
	.product-info .cartcol .single_add_to_cart_button{
		width: 100%; 
		margin-top:0px;
    		font-size: 1em;
    		padding: 10px;
	}
	.product-info .globalcartcol{
	   	display: inline-block;
	    width: auto;
	    vertical-align: top;
	    border: 1px solid #ddd;
	    padding: 11px 5px;
	    text-align: center;
	}
	.product-info .globalcartcol input[type="checkbox"]{
		margin: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.product-info .single_add_to_cart_button {
	    white-space: normal !important;
	}
}