@charset "utf-8";
/* CSS Document */


div.social_top {
	position: fixed;
	margin-left: 85%;
	top: 105px;
	z-index:999999980;
	width: 100%;	
 }
 

div.shop {
	position: fixed;
	left: 0;
	top: 280px;
	width: 36px;
    height: auto;
    background-color: #FF6400;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 99999999999999;    
 }

div.phone {
	position: fixed;
	left: 20px;
	top: 25px;
	width: 40px;
    height: 40px;
    background-color: none;
	z-index: 99999999999999;
	display: none;   
 }
  
div.shop:hover {
	top:300px;
	left: 10px;
	width: 300px;
	height: 76px;
	background-color: rgba(249, 249, 249, 0.8);
	border-radius: 20px;
}

div.shop h1 {
	width: auto;
	margin: 10px 15px;
	font-weight: regular;
	color: rgba(249, 249, 249, 1);
	font-size: 16px;
	vertical-align:middle;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
 }

 
div.shop:hover h1 {
	margin: 10px;
	color: rgba(249, 249, 249, 0);
}

div.shop a {
	line-height: 1.2;
}

div.shop #cart {
	margin: 5px auto 10px auto;
	display: block;
	width: 30px;
	height: auto;
	
   }
     
div.shop:hover #cart {
	margin: 2px auto;
	display: none;
	width: 30px;
	height: auto;
   }
   	
div.shop #shop_logo {
	top:30px;
	margin: 0 auto;
	display: none;
	width: 90%;
	height: auto;
	
   }  
div.shop:hover #shop_logo {
	top:30px;
	margin: 10px auto 0 auto;
	display: block;
   }
    
/*Responsive settings*/
@media only screen and (max-width:1120px){ 
div.social_top {
	margin: 8px auto;
	text-align: center;
	vertical-align:text-top;
	top: 35px;
	
 }
 
div.fb-like {
	top:-4px;
	vertical-align: middle;
 } 
  
div.shop {
	top: 48%;
	width: 28px;
 }
 
div.shop:hover {
	top:48%;
 }
  
div.shop h1 {
	margin: 10px;
 }
 
div.shop #cart {
	width: 20px
 }

div.phone {
	position: fixed;
	left: 50%;
	top: 5px;
	width: 30px;
    height: 30px;
    background-color: none;
	z-index: 99999999999999;
	display: block;
 }   
 }