/*
Theme Name: 18 Rabbits
Theme URI: http://www.shop.18rabbits.com/
Author: iMack Software, LLC
Author URI: http://i-Mack.com
Description: 
Version: 1.0
*/

.one-percent{
  text-align:center;
  padding-top:14px;
  padding-bottom:21px;
}
.button-dark-med{
	width:194px;
	height:49px;
	background:url('https://cdn.shopify.com/s/files/1/0525/7845/t/3/assets/button-dark-med.png?1090');
	
    background-repeat:repeat-y;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
}
.learnmore-button{
	text-align:center;
	line-height:49px;	
	margin: 0 auto;
}
.learnmore-button a{
	color:#ffffff;	
}
.learnmore-button a:hover{
	text-decoration:none;	
}

/* ------- 18 RABBITS FONTS ------- */
@font-face {
    font-family: 'Rabbit-Headline';
    src: url('https://cdn.shopify.com/s/files/1/0525/7845/t/3/assets/segoe_script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Thirsty-Script';
	src: url('https://cdn.shopify.com/s/files/1/0525/7845/t/3/assets/thirsty_script_regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
/* ------- END: 18 RABBITS FONTS ------- */

/* ------- FREE SHIPPING FLOATER ------- */
#less-than-48-shipping{ 
  	position:absolute;
  	width:420px;
    height:350px;
    top:10px;
    right:10px;  
  	padding:0px 21px 63px 21px;   
  	z-index:77777;
  
    background:#81cdd0;
    text-align:center;
  
  	/* border:#ffffff 14px solid; */
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   -ms-border-radius: 14px;
   -o-border-radius: 14px;
	border-radius: 14px;
  
  	visibility:hidden;
}
#less-than-48-shipping #close{
  width:28px;
  height:28px;
  margin-top:-14px;
  margin-left:420px;
}
#less-than-48-shipping h1{
  font-family: 'Thirsty-Script';
  font-size:56px;
  line-height:98%;
  color:#ffffff;
  /*
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	-ms-transform: rotate(-21deg);
	-o-transform: rotate(-21deg);
  */
	/* Internet Explorer */
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */ 
}
#less-than-48-shipping p{
  padding:21px 0px 14px 0px;
  color:#000000;
  font-size:25px;
  line-height:98%;
}
#less-than-48-shipping a.keep-shopping{
  padding:7px;
  border:#000000 1px solid;
  color:#000000;
}
/* ------- END: FREE SHIPPING FLOATER ------- */