/*
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.9.5.1
Tags: WooCommerce, Responsive, Business, Page Builder
License:
License URI:
*/

/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

.center-handmade{
display:none;
}

.left-links{
display:table-cell !important;
}

#logo a img{
	max-width:220px !important;
}

.socialhover img:hover{
	opacity:0.4;
}

@media(max-width:900px){
	.wide-nav-right{
	display:none;
}
}
@media(max-width:800px){
    #top-bar .left-text{
      float:none;
      text-align: center;
    }

    ul.top-bar-nav{
      float: none;
      text-align: center;
      display: table;
    }
  }
@media(max-width:768px){
  .center-handmade{
	display:initial;
	max-width:100px;
	margin-top:100px;
}

.site-header.stuck .center-handmade{
	display:none;
}

.hide-for-small {
    display: none !important;
}

#masthead {
    height: 160px !important;
}


}
.checkoutor{
	margin: 0px auto;
    display: table;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
}
.cart-sidebar .button {
margin-bottom: 10px !important;
}
.woo_pp_cart_buttons_div > span{

}
.shoplink{
    float: right;
}
.shoplink a{
padding: 8px 70px;
    background: #8f0000;
    color: #fff;
}
.shoplink a hover{
color: #8f0000;
}
.woo_pp_cart_buttons_div {
    margin-top: 50px !important;
    display:inline-block;
}
.safeandsecureckout {
padding-top: 80px;
}

.allcheckoutimg{
    display: inline-block;
    width: 120px;
    padding-left: 16px;
}

.allcheckoutimg img{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content{
width:190px !important;
}
