/**
 * Collection Popup Css
 * 
 * Override this css by copying it to
 * yourtheme/woocommerce/woocommerce-collections/css/woo-cl-popup.css
 * 
 * @package WPWeb WooCommerce Collections
 * @since 1.0.0
 */
 
/* button start */
.woo_cl_star_icon {
	padding-left: 20px;
	height: 15px;
    background: url("images/icon.png") no-repeat scroll -75px 0px rgba(0, 0, 0, 0);
}
.woo_cl_present_icon {
	padding-left: 20px;
	background: url("images/present.png") no-repeat left;
}
.woo-cl-add-coll-btn {
	display: none;
}
.woocl-add-to-cart {
	float: left;
}
.woo_cl_add_cart_loader {
	display: none;
	float: left;
	margin-left: 6px
}
#woo-cl-create-msg {
	clear: both;
	display: none;
	line-height: 1.2;
	margin-top: 2px;
	font-size: 14px;
}
#woo-cl-addtocoll {
	float: none;
}
#woo_cl_popup_loader {
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
.woocl-inner-loader {
	height: 445px;
	width: 20px;
	margin: 0px auto;
}
.woocl-button {
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #e4e4e4 !important;
	color: #777;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	outline: 0 none;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	word-wrap: break-word;
	max-width: 180px;
	text-decoration: none !important;
}
.woocl-button:hover {
	color: #999999;
}
i.fa + .woocl-btn-label {
	padding-left: 5px;
}
.woocl-button .icon-right {
	
}
.woocl-button .icon-right {
	
}
/* button end */
.woocl-middle-success{
	border-radius: 3px;
	box-shadow: 0 0 10px 1px #ccc;
	border: 2px solid #ccc;
    position:absolute;
    width: auto;
    z-index:100043;
    display:none;
  	top:10%;
  	left:0;
  	right:0;
  	margin:0 auto;
  	max-width:435px;
  	background-color:white;
}
.woocl-inner-success {
    float: left;
    max-width: 435px;
    width: 100%;
}
.woocl-header-success {
    color: #555555;
    float: left;
    font-size: 24px;
    font-weight: 400;
    margin: 10px;
    max-width: 410px;
    width: 100%;
}
.woocl-left-part-success {
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    max-width: 125px;
    width: 100%;
}
.woocl-right-part-success {
    float: left;
    max-width: 285px;
    width: 100%;
}
.woocl-colwItem-success {
    border-bottom: 1px solid #dddddd;
    color: #777777;
    float: left;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
    max-width: 285px;
    padding: 12px 0 10px;
    width: 97%;
}

/* success popup css end */
.woocl-inner{
	float:left;
    max-width:962px;
	width:100%;
}
	/* top */
.woocl-top{
	background-color: #f5f5f5;
    color: #cfcfcf;
    height: 23px;
    padding-top: 6px;
    border-bottom: 1px solid #cccccc;
	float:left;
	width:100%;
	-webkit-box-sizing: content-box;
 	-moz-box-sizing: content-box;
 	box-sizing: content-box;
}
.woocl-close-style {
    background:url("images/close_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 15px;
    padding: 6px 13px 0;
 }
.woocl-close:hover{
	cursor:pointer;
}
.woocl-middle{
	border-radius: 3px;
	box-shadow: 0 0 10px 1px #ccc;
	border: 2px solid #ccc;
    position:absolute;
    width: auto;
    z-index:100043;
    display:none;
  	top:10%;
  	left:0;
  	right:0;
  	margin:0 auto;
  	max-width:960px;
  	background-color:white;
  	
  	
}
.woocl-modal-wrapper, .woocl-modal-wrapper-success{
    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;
}
.woocl-overlay, .woocl-overlay-success{
	 bottom: 0;
    left: 0;
    position:absolute;
    display:none;
    right: 0;
    top: 0;
    z-index: 100040;
 }
	/* header*/
.woocl-header{
	color: #555555;
    float: left;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
	max-width:942px;
    margin:10px 10px;
	width:100%;
}
.woocl-header .woocl-title{
	float:left;
	width:90%;
}
.woocl-header .woocl-lmore{
	float:right;
	width:auto;
}
.woocl-header .woocl-lmore a{
	color: #0654ba;
    font-size: 12px;
	text-decoration:none;
}
.woocl-lmore a:hover {
    text-decoration: underline;
}
a:link, a:active, a:visited, a:hover{
	text-decoration:none;
}
.woocl-lnSeporator{
	border-bottom: 1px solid #cccccc;
    clear: both;
    margin: 16px 0 0;
}
/* left-part */
.woocl-left-part{
	float: left;
    width:100%;
    margin-top: 30px;
	max-width:325px;
	margin-left:12px;
    margin-right: 10px;
}
.woocl-left-part .woocl-viewport{
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.woocl-viewport > img{
	border: 1px solid #d9d9d9;
	max-height: 360px;
    min-height: 360px;
    max-width: 100%;
}
 .woocl-left-part.woocl-viewport img{
    max-height: 265px;
    max-width: 265px;
	display: block;
    margin: auto;
}
.woocl-colwItem{
	color: #777777;
    float: left;
    font-size: 15px;
    line-height: 17px;
    padding:12px 0px 10px 0px;
    max-width: 570px;
	width:97%;
	border-bottom: 1px solid #dddddd;
	margin-bottom:20px;
}
/* right-part*/
  .woocl-right-part{
	float: left;
    max-width: 595px;
	width:100%;
	 border-left: 1px solid #ccc;
	 padding-left:10px;
}
.woocl-dropdown {
    float: left;
    width: 100%;
	margin-bottom:20px;
 }
.woocl-dropdown select {
	 border: 1px solid #dddddd;
     border-radius: 3px;
     box-shadow: 0 1px 1px #ffffff inset, 0 1px #dddddd;
     color: #555555;
     cursor: pointer;
	 width:97%;
     display: block;
     font-size: 16px;
     font-weight: 600;
     padding: 8px;
     text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
 }
 .woocl-colwcreate{
    font-size: 16px;
    color: #555555;
    float: left;
    margin-bottom: 20px;
    width:92%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    max-width: 690px;
 }
.woocl-middle table{
  border:0 none;
  width: 100%;
}
tr.woocl-colwnoborder, tr.woocl-colwnoborder td {
	border: none;
}   
.woocl-txt {
    border: 0 none;
    width: 85%;
    padding-left: 0;
}
.woocl-clnwbtn {
    border: 0 none;
}
.woocl-colwCreateFields td{
	vertical-align: top;
	padding: 0 !important;
}
.woocl-colwCreateFields td.woocl-clnwbtn {
    white-space: nowrap;
}
.woocl-colwCreateFields .woocl-colwName{
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    padding: 10px 7px;
	background-repeat: 1px solid rgb(221, 221, 221);
	width: 94%;
 }
.woocl-colwCreateFields .woocl-creBtn {
    margin-top: -2px;
    padding: 5px 20px;
}
.woocl-clnwbtn .woo_cl_loader {
  margin-top: 10px;
}
.woocl-textarea {
    float: left;
    width: 100%;
   }
.woocl-textarea textarea{
	border: 1px solid #dddddd;
    border-radius: 3px;
    display: block;
    padding:5px;
 	color: #555555;
    resize:none;
    max-width:565px;
    width:100%;
    font-size: 14px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.06) inset;
	margin:0 0 5px;
	box-sizing:border-box;
}
.woocl-error {
	color:#ff0000;
}
.woocl-success {
	color:#009900;
}
#woo_cl_create_loader, #woo_cl_add_coll_loader, .woocl_adding_msg, .woocl_creating_coll_msg  ,.woo_cl_update_msg , #woo_cl_update_loader, .woo_cl_loader {
	display: none;
}
/* add to cart button */
.woocl-add-cart-btn a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #0645ba !important;
  padding: 0 !important;
  font-weight: 600 !important;
  border-bottom: medium none !important;
  text-decoration: none !important;
}
.woocl-add-cart-btn a:hover {
  text-decoration: underline !important;
}
.woocl-add-cart-btn p {
  margin: 0 !important;
}
/* footer */
.woocl-footer{
	 background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    clear: both;
    float: left;
    width: 100%;
	 margin-top: 20px;
}
.woocl-footer .woocl-notes{
	color: #999999;
    font-size: 13px;
    margin: 30px 0 0;
	}
.woocl-footer .woocl-acts{
	color: #0654ba;
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding: 20px;
	margin-top: 0 !important;
	display: inline-block;
}
 .woocl-footer .woocl-acts a{
	padding-right: 20px;
	border-bottom: medium none;
	color: #21759b;
	border-bottom: medium none;
	text-decoration: none;
}
 
.woocl-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 );
	border: 0 none;
    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: #ffffff;
	outline: 0 none;
	text-transform: capitalize;
}
.woocl-btn:hover, .woocl-btn:focus{
	box-shadow: none;
    text-decoration: none;
    color: #ffffff;
    transition: background-position 0.1s linear 0s;
	background: none repeat scroll 0 0 #00509d;
	outline: 0 none;
}
.woocl-btn:active {
    padding: 9px 12px;
    border: 0 none;
    outline: 0 none;
}
.woocl-acts a:hover {
    text-decoration: underline !important;
	color: #002398;
}
.woocl-myicon i.woocl-icon{
    background: url("images/icon.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 16px;
    margin: 30px 5px 0 9px;
    width: 15px;
}
.woocl-myicon{
	float:left;
	max-width: 28px;
	width:9%;
}
.woocl-notes{
	float:left;
	width: 65%;
}
.woocl-click {
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
	float: left;
}

/* success popup css start */
.woocl-modal-imageadd-inwrapper {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100030;
    display:none;
}
.woocl-modal-addwrapper {
    margin: 0 auto;
    width: 100%;
}
.woocl-imageadd-middlepart {
    background-color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px #444;
    float: left;
    font-family: Roboto Light,Arial,sans-serif;
    left: 0;
    margin: 0 auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 10%;
    width: auto;
    z-index: 1000;
    display:none;
}
.woocl-addoverlay{
	bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100040;
    display:none;
 }
.woocl-wrapper {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.woocl-topper {
    background-color: #fafafa;
    border-top: 3px solid #5ba71b;
    color: #cfcfcf;
    float: left;
    height: 23px;
    padding-top: 6px;
    width: 100%;
}
.woocl-closer {
    background: url("images/close_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 15px;
    max-width: 30px;
    width: 100%;
}
.woocl-innerdata {
    float: left;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}
.woocl-collection-top {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}
.coll-success {
    background: url("images/round.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 45px;
    margin: 15px 0 15px 15px;
    max-width: 45px;
    width: 100%;
}
.coll-textmsg {
    float: left;
    margin: 15px 0 0;
    max-width: 435px;
    width: 100%;
}
.coll-textmsg > span {
    color: #209900;
    display: inline;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
    word-wrap: break-word;
}
.coll-textmsg > p {
    color: #0654ba;
    display: inline;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}
.woocl-popup-img {
    float: left;
    max-height: 160px;
    max-width: 160px;
    width: 100%;
    box-sizing: border-box;
}
.woocl-image-display {
    float: left;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}
.woocl-image-display > img {
    max-height: 140px;
    max-width: 140px;
    min-height:140px;
    box-sizing: border-box;
}
.woocl-messagepart {
    float: left;
    margin-top: 12px;
    max-width: 300px;
    width: 100%;
}
.woocl-msginfo {
    color: #333333;
    float: left;
    font-family: Roboto Light,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    max-width: 320px;
    padding: 10px;
    width: auto;
}
.woocl-msginfo > p {
    max-width: 270px;
}
.woocl-shopping {
    /*display: inline-block;*/
    max-width: 162px;
    min-width: 50px;
}

.woocl-addbtn{
	 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
     background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 97%, #ededed 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(97%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
     background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 97%,#ededed 100%); /* Opera 11.10+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	 -webkit-border-radius:3px;
	 border-color: #ddd;
     border-width: 1px;
    color: #0654ba;
     text-decoration: none;
	 font-size: 14px;
	  padding: 8px 15px;
     text-align: center;
	 border-radius: 3px;
     box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
     cursor: pointer;
     text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
     max-width:160px;
     min-height:50px;
 }
.woocl-addbtn:hover, .woocl-addbtn:active, woocl-addbtn:focus {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #aaa;
    color: #025da1;
     box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    cursor:pointer;
    padding: 8px 15px;
}
.woocl-closer:hover{
	cursor:pointer;
}
.clear {
	clear: both;
}
/* image popup css  */
.woocl-img-button{
    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 ); 
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding:5px 90px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    font-weight:bold;
     }
     .woocl-img-button:hover {
    background: none repeat scroll 0 0 #00509d;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.woocl-summary-title.regular {
    color: #333 !important;
    font-weight: normal;
    border-bottom: medium none;
    font-size: 20px;
    text-decoration: none;
}
a.woocl-summary-title.regular:hover {
    text-decoration: underline !important;
}
.woocl-colwItem h2 {
  margin: 20px 0 0 !important;
}
.woocl-price {
    float: left;
    max-width: 570px;
    width: 100%;
}
.woocl-price-bin {
    color: #333;
    font-size: 34px;
}
.woocl-price-discount {
    padding-left: 6px;
    text-decoration: line-through;
}
.woocl-discount, .woocl-instock, .woocl-product-disc {
    margin-top: 10px;
}
.woocl-price-amount-saved {
    color: #777777;
    font-size: 14px;
}
.woocl-available {
    float: left;
    width: 100%;
}
.woocl-inner-textform {
    border-bottom: 1px solid #efefef;
    color: #777777;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.woocl-inner-textform > p {
    color: #333;
    font-size: 14px;
}
.woocl-summary-cart {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
.woocl-module-social {
    text-align: center;
    width: 100%;
}
.woocl-position {
    position: relative;
}
.woocl-position {
    margin: 10px auto;
    width: 68%;
}
.woocl-social-watch-wrapper {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.woocl-smallericon1 {
    float: left;
    width: 10%;
    
}
.woocl-smallericon1 .woocl-icon-watch {
    background: url("images/icon.png") no-repeat scroll -30px 1px rgba(0, 0, 0, 0);
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 4px 21px;
    width: 17px;
}
.woocl-inner-watch {
    float: left;
    width: 90%;
}
.woocl-social-watch-text {
    color: #0645ba;
}
.woocl-social-collection {
    float: left;
    width: 100%;
}

/* success popup css end */

.woocl-product-details {
  border: medium none !important;
  margin: 10px 0 0 20px !important;
  width: 350px !important;
}
.woocl-product-details td, .woocl-product-details tr {
  padding-bottom: 7px;
}
.woocl-product-details td, .woocl-product-details th {
  border: medium none !important;
}
.woocl-product-details a {
  border-bottom: medium none !important;
  text-decoration: none !important;
}
.woo_cl_add_cart_message a {
  display: none;
}
.woo_cl_add_cart_message ul, .woo_cl_add_cart_message ul li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: outside none none;
}
.woo_cl_add_call_wrap {
  display: inline-block;
}
.woo_cl_add_cart_message {
  margin-top: 5px;
}

/* media-css */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
.woocl-header .woocl-title{
	   float:none;
	   width:100%;
}
.woocl-header .woocl-lmore{
	float:none;
	width:100%;
}
.woocl-left-part{
	margin-left:0px;
	max-width: 100%;
}
.woocl-right-part{
	padding-left:5px;
}
.woocl-footer .woocl-acts{
	float:none;
	text-align:center;
}

/* success popup css start */
.woocl-image-display{
	max-width: 100%;
	
}
.woocl-messagepart{
	width:100%;
}
.woocl-image-middlepart {
    max-width: 300px;
}
/* success popup css end */
}