/**
 * Collection Share Via Email CSS
 * 
 * Override this css by copying it to
 * yourtheme/woocommerce/woocommerce-collections/css/woo-cl-email-share.css
 * 
 * @package WPWeb WooCommerce Collections
 * @since 1.0.0
 */

.woocl-email-btn {
    background-color: #fff;
}
.woo_cl_email_share_loader, .woocl-senderemail-msg, .woocl-sendername-msg, .woocl-friendemail-msg {
	display:none;
}
.woo_cl_email_share_msg {
    margin-left: 5px;
}
.woocl-share-inner{
	float:left;
    max-width:500px;
	width:100%;
}
.woocl-share-middle{
	border-radius: 3px;
	box-shadow: 0 0 10px 1px #ccc;
	border: 2px solid #ccc;
    position:absolute;
    z-index:100043;
   display:none;
  	top:10%;
  	left:0;
  	right:0;
  	margin:0 auto 20px;
  	max-width:500px;
  	background-color:white;float: none;
    width: 90%;

}
.woocl-modal-share-wrapper {
     background-color: rgba(0, 0, 0, 0.7);
    display:none;
     z-index:100030;
     height: 100%;
    left: 0;
    position:fixed;
    top: 0;
    width: 100%;
    overflow:auto;
}
.woocl-prevent-scroll{
	overflow: hidden;
}
/* header*/
.woocl-share-header{
	color: #555555;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
	max-width:450px;
    margin:15px 15px;
	width:100%;
}
.woocl-share-inputarea {
    padding: 5px 30px;
}
.woocl-yourname {
    overflow: hidden;
}
.woocl-youremailadd{
overflow: hidden;
}
.woocl-friendemailadd{
overflow: hidden;
}
.woocl-yourmessage{
overflow: hidden;
}
.woocl-yourname > p {
    margin: 20px 0 5px !important;
    font-size:16px;
    max-height:28px;
}
.woocl-youremailadd > p{
  margin: 20px 0 5px !important;
  font-size:16px;
  max-height:28px;
}
.woocl-friendemailadd > p{
  margin: 20px 0 5px !important;
  font-size:16px;
  max-height:28px;
}
.woocl-yourmessage > p{
 margin: 20px 0 5px !important;
 font-size:16px;
 max-height:28px;
}
.woocl-your-name {
    max-width: 425px;
    width: 100%;
    border: 2px solid #e5e3d5;
}
.woocl-your-emailadd{
 max-width: 425px;
    width: 100%;
    border: 2px solid #e5e3d5;
}

.woocl-friend-emailadd{
   max-width: 425px;
    width: 100%;
    border: 2px solid #e5e3d5;
}
.woocl-yourmessage textarea{
 	max-width: 425px;
    width: 100%;
    border: 2px solid #e5e3d5;
    font-size: 14px;
}
.woocl-notification {
    font-size: 12px;
    color:#ccc;
}
.woocl-notification > p {
    margin: 0 0 5px !important;
}
.woocl-share-header .woocl-title{
	float:left;
	width:100%;
	overflow:hidden;
}
.woocl-title > p {
    color: #333;
    font-size: 26px;
    font-weight:bold;
    font-family:arial,helvetica;
    margin: 0 !important;
    max-height: 40px;
}
 .woocl-inseporator{
	border-bottom: 1px solid #cccccc;
    clear: both;
    margin: 16px 0 0;
}
/* footer */
.woocl-share-footer{
	background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    clear: both;
    float: left;
    width: 100%;
	 margin-top: 20px;
	 height: 70px;
}
.woocl-share-footer .woocl-share-acts{
	color: #0654ba;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: 600;
    padding: 20px;
}
 .woocl-share-footer .woocl-share-acts a{
	  padding-right: 20px;
}
.woocl-share-btn{
   background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 100%, rgba(125,185,232,1) 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(100%,rgba(43,136,217,1)), color-stop(100%,rgba(125,185,232,1))); 
   background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); 
     -webkit-border-radius:3px;
	border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
	 color: #fff;
}
.woocl-share-btn:hover{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color:white;
    transition: background-position 0.1s linear 0s;
	background: none repeat scroll 0 0 #00509d;
 }
.woocl-share-acts a:hover {
    text-decoration: underline;
	color: #002398;
}
 .woocl-error {
    color: red;
    float: left;
    width:100%; 
    padding:2px;   
}

/* email share success start */
.woocl-success-inner{
	float:left;
    max-width:600px;
	width:100%;
}
.woocl-success-middle{
	border-radius: 3px;
	box-shadow: 0 0 10px 1px #ccc;
	border: 2px solid #ccc;
    position:absolute;
    width: auto;
    z-index:100043;
    display:none;
  	left:0;
  	right:0;
  	margin:0 auto;
  	max-width:600px;
  	background-color:white;
}
.woocl-modal-email-success-wrapper {
     background-color: rgba(0, 0, 0, 0.7);
    display:none;
     z-index:100030;
     height: 100%;
    left: 0;
    position:fixed;
    top: 0;
    width: 100%;
    overflow:auto;
}
.woocl-prevent-scroll{
	overflow: hidden;
}
/* header*/
.woocl-success-header{
	color: #555555;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
	max-width:550px;
    margin:15px 15px;
	width:100%;
}
.woocl-success-inputarea {
     padding: 15px;
}
.woocl-success-inputarea > p {
    font-size: 32px;
    font-weight: bold;
    margin:0px !important;
}
.woocl-success-header .woocl-title{
	float:left;
	width:90%;
	overflow:hidden;
}
 .woocl-success-inseporator{
	border-bottom: 1px solid #E5E5E5;
    clear: both;
    margin: 16px 0 0;
}
	/* footer */
.woocl-success-footer{
	background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    clear: both;
    float: left;
    width: 100%;
	 height:80px;
}
.woocl-success-footer .woocl-success-acts{
	color: #0654ba;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: 600;
    padding: 20px;
}
 .woocl-success-footer .woocl-success-acts a{
	  padding-right: 20px;
}
.woocl-success-btn{
   background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 100%, rgba(125,185,232,1) 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(100%,rgba(43,136,217,1)), color-stop(100%,rgba(125,185,232,1))); 
   background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 100%,rgba(125,185,232,1) 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); 
     -webkit-border-radius:3px;
	border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
	 color: #fff;
}
.woocl-success-btn:hover{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color:white;
    transition: background-position 0.1s linear 0s;
	background: none repeat scroll 0 0 #00509d;
 }
.woocl-success-acts a:hover {
    text-decoration: underline;
	color: #002398;
}
/* email share success end */

/* media-css */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.woocl-share-header, .woocl-success-header{
	max-width:280px;
	}
	.woocl-yourname {
	overflow: visible;
	}
	.woocl-youremailadd{
	overflow:visible;
	}
	.woocl-friendemailadd{
	overflow: visible;
	}
	.woocl-yourmessage{
	overflow:visible;
	}
	.woocl-share-inputarea {
    padding-left: 10px;
	}
	.woocl-share-footer .woocl-share-acts, .woocl-success-footer .woocl-success-acts{
	float:none;
	text-align:center;
	}
}