/**
 * Collection Listing CSS
 * 
 * Override this css by copying it to
 * yourtheme/woocommerce/woocommerce-collections/css/woo-cl-collection-listing.css
 * 
 * @package WPWeb WooCommerce Collections
 * @since 1.0.0
 */

/* Collection Listing css start */
.woocl-clearfix:after, .woocl-clearfix:before{
	content: "";
	display: table;
}
.woocl-clearfix:after{
	clear:both;
}
.woocl-pull-left {
  float: left;
}
.woocl-pull-right {
  float: right;
}

.woocl-fluid-cv-wrp {
    float: left;
}
.woo_cl_load_msg {
  font-size: 14px;
  padding-left: 7px;
}
.woocl_load_more_wrap .woo_cl_loader {
  margin-top: 20px;
}
.woocl-cv-header {
    min-height: 16px;
    padding: 8px 8px 10px 10px;
}
.woocl-cv-header, .woocl-cv-title, .woocl-cv-title:link {
    color: #0654ba;
    text-decoration: none;
    border-bottom: medium none;
}
.woocl-coll-author a {
  	border-bottom: medium none;
  	color: #999999;
  	text-decoration: none !important;
  	word-wrap: break-word;
}
.woocl-cv-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.woocl-cv-author {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
.woocl-cv-txt span, .woocl-cv-vishide {
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
}
.woocl-cv-imgwrp i {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
    height: 100%;
    position: absolute;
    width: 100%;
}
.woocl-cv-footer {
    color: #999;
    font-size: 13px;
    height: 16px;
    padding: 11px 8px 10px;
	float:left;
}
.woocl-cv-followers {
    float: left;
    text-align: left;
}
.woocl-cv-followers, .woocl-cv-items {
    color: #999;
    display: inline-block;
    width: 50%;
}
.woocl-cv-followers span, .woocl-cv-items span {
    color: #FFF;
}
.woocl-cv-items {
    float: left;
    text-align: left;
    padding: 0 5px;
	margin:-30px 0 0 1px;
	position:relative;
	color:#FFFFFF;
	background-color:rgba(68, 68, 68, 0.7);
	width:auto;
	
}

.woocl-coll-button-wrp {
    margin: 0 20px 10px;
    display: block;
}

.woocl-widget.woocl-flex {
    width: 100%;
}
.woocl-widget {
    display: inline-block;
}
.woocl-widget > .woocl-btn.woocl-btn-ter {
    color: #6fa847;
}

.woocl-widget .btn-m {
    font-size: 14px !important;
    height: 34px;
}
.woocl-widget > .woocl-btn {
    font-weight: bold;
}
.woocl-widget > .woocl-btn-ter, .woocl-widget a.woocl-btn-ter, .woocl-widget a.woocl-btn-ter:visited {
    background: -moz-linear-gradient(center top , #fefefe, #f8f8f8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #0654ba;
    text-decoration: none;
}
.woocl-widget > .woocl-btn, .woocl-widget .name-interest-save {
	box-shadow: 0 3px 0 #ddd;
    cursor: pointer;
    display: inline-block;
     margin: 0;
    overflow: visible;
    padding: 0.5em 1.2em;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    vertical-align: baseline;
}

.woocl-privacy-icon, .woocl-checkbox-icon, .woocl-olay .woocl-error-icon, .woocl-widget > a > span > span, .woocl-widget > .woocl-btn > span:first-child, .woocl-edit-icon {
	 background: url(images/icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.woocl-widget .btn-m > span:last-child {
    position: relative;
    top: -1px;
}
.woocl-widget.woocl-flex > .woocl-btn {
    width: 100%;
}

.woocl-widget .woocl-btn-ter > span:first-child {
    background-position: -31px -30px;
}
.woocl-widget > .woocl-btn > span:first-child {
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 0;
    width: 14px;
}

.woocl-coll-size {
    padding-left: 10px;
    color: #333;
    font: bold 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 10px;
}

.woocl-coll-size .count {
    font-weight: bold;
}
/*New Added css */
.woocl-ctrlbr {
    border-top: 1px solid #ccc;
    height: 37px;
    margin-top: 10px;
    position: relative;
}
.woocl-ctrlbr-visbtogl.enable {
    text-decoration: none;
}
.woocl-ctrlbr-visbtogl {
    height: 37px;
    left: 0;
    line-height: 37px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 8;
}
.private .woocl-ctrlbr-visbtogl .icon, .woocl-ctrlbr .pri .icon {
    background-position: -144px -31px;
}
.public .woocl-ctrlbr-visbtogl .icon, .woocl-ctrlbr .pub .icon {
    background-position: -146px -54px;

}
.woocl-ctrlbr .icon {
    height: 14px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 13px;
    
}
.woocl-icons{
background: url("images/smallicon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.woocl-ctrlbr-txt {
    font-size: 12px;
    margin-left: 30px;
}
 
/*Edit button css */
.coll-button-wrp {
    margin: 5px 2%;

	width:95%
}
.coll-button-wrp .edit {
    width: 100%;
}
.coll-button-wrp > button{
    background-color: #fefefe;
    background-image: linear-gradient(to top, #fafafa, #fefefe);
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #0654ba;
    display: inline-block;
    font-size: 14px;
    font-weight: bold; 
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
}
.coll-button-wrp > button:hover{
	background: none repeat scroll 0 0 #00509d;
	color: #ffffff;
	border: 1px solid transparent;
}
.coll-button-wrp > button:active{
	outline: 0 none;
	padding: 8px 20px;
}


/* Hover effect */
.btn.woocl-btn-ter.btn-m:hover{
    border: 1px solid #aaa !important;
}
.woocl-ctrlbr-visbtogl.enable:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    left: -1px;
    top: -1px;
}

.fol-widget > .woocl-btn:hover, .fol-widget > .woocl-btn:active, .fol-widget > .woocl-btn:focus {
    box-shadow: 0 1px 0 #ddd;
}
.fol-widget > .woocl-btn-ter:hover, .fol-widget a.woocl-btn-ter:hover, .fol-widget > .woocl-btn-ter:focus, .fol-widget a.woocl-btn-ter:focus, .fol-widget > .btn-ter:active, .fol-widget a.btn-ter:active {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #aaa;
    cursor:pointer;
}
.woocl-fluid-cv-wrp:hover {
    border-color: #aaa;
}
.woocl-cv-wrp.woocl-cv-res:hover{
    border-color: #aaa;
}
.woocl-cv-imgwrp i:hover{
   cursor:pointer;
}
.woocl-created-author {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-left: 10px;
}
.woocl-created-author a {
    color: #0654ba !important;
    border-bottom: medium none !important;
    text-decoration: none !important;
}
.woocl-created-author a:hover, .woocl-coll-author > a:hover {
	text-decoration: underline !important;
}
.woocl-coll-author {
	color: #666666;
}
/* Collection listing css end */
/* follow button css  */
.woocl-cv-btnwrp a.wpw-fp-button {
	text-decoration: none;
}
.woocl-cv-btnwrp .wpw-fp-button{
   background: linear-gradient(#FFFFFF, #DDDDDD) no-repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(#FFFFFF,#DDDDDD); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#FFFFFF,#DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(#FFFFFF, #DDDDDD 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9*/
    background-color: #DDDDDD;
	border-radius: 4px;
	display: inline-block;
	width:100%;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    float:left;
    max-width:400px;
     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.wpw-fp-follow-post-popup .wpw-fp-popup-footer .wpw-fp-follow-button {
	width: auto;
}

.woocl-cv-btnwrp .wpw-fp-follow-button.wpw-fp-button.wpw_fp_left.wpw-fp-guest-btn {
    padding: 5px 0 5px 0;
    text-align: center;
}

.woocl-cv-btnwrp .wpw-fp-follow-button {
    background-color: #fefefe;
    background-image: linear-gradient(to top, #fafafa, #fefefe);
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #0654ba;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
    width:100%;
}
.woocl-cv-btnwrp  .wpw-fp-follow-button:hover {
	background: linear-gradient(#F8F8F8, #D8D8D8) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(#F8F8F8,#D8D8D8); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#F8F8F8,#D8D8D8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(#F8F8F8, #D8D8D8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#D8D8D8',GradientType=0 ); /* IE6-9*/
	background-color: #D8D8D8;

}
.woocl-cv-btnwrp .wpw-fp-following-button {
   background: linear-gradient(#33bcef, #019ad2) repeat-x scroll 0 0 #019ad2;
    border: 1px solid #057ed0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #ffffff;
    min-width: 94px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.woocl-cv-btnwrp  .wpw-fp-following-button:hover,.woocl-cv-btnwrp  .wpw-fp-unfollow-button, .woocl-cv-btnwrp .wpw-fp-unfollow-button:hover {
    background: linear-gradient(#EE5F5B, #C43C35) repeat-x scroll 0 0 transparent;
    background: -webkit-linear-gradient(#EE5F5B,#C43C35); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#EE5F5B,#C43C35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(#EE5F5B, #C43C35 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE5F5B', endColorstr='#C43C35',GradientType=0 ); /* IE6-9*/
    background-color: #C43C35;
    border: 1px solid;
    border-color: #A93730 #A93730 #952F2A;
    color: #FFFFFF;
}
.woocl-cv-btnwrp .wpw-fp-following-button span.wpw-unfollowing-text, .woocl-cv-btnwrp  .wpw-fp-following-button:hover span.wpw-following-text{
	display: none;
}
.woocl-cv-btnwrp .wpw-fp-following-button:hover span.wpw-unfollowing-text{
	display: inline-block;
}
 .woocl-cv-btnwrp.wpw-fp-follow-btn-wrapper {
    margin: 0;
}
.woocl-item-list-followbtn {
    margin: 12px 0 0 12px;
}
.woo_cl_msgs {
    padding: 0.5em 1em 0;
}
.woo_cl_errors {
    background: none repeat scroll 0 0 #ffffe0;
    border: 1px solid #e6db55;
    border-radius: 2px;
    color: #333;
    margin: 5px 0 21px;
}
.woo_cl_msgs p {
    margin-bottom: 0.5em !important;
}
.woo_cldisplay_none {
	display:none;
}
#woo-collection-loop-loader {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#woo-collection-loop-loader img{
  box-shadow: none;
  margin: 0 auto;
}
/* follow button css end */

/* load more css */
.woocl_load_more_wrap {
  	display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
.woocl_load_more, .woocl_load_more_item {
  margin: 0 auto;
  position: relative;
  width: 250px;
}
.woocl_load_more_wrap .woo_cldisplay_none {
  left: 45%;
  position: absolute;
  top: 8%;
}
.woocl_text_none {
  text-indent: -9999px;
}

.no-more-collection, .no-more-coll-item {
    background: none repeat scroll 0 0 #0654ba;
    border-radius: 10px;
    bottom: 40px;
    color: #fff;
    left: 45%;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 200px;
    z-index: 100;
}
div#woocl-coll-item-searching {
    width: auto;
    text-align: left;
    display: flex;margin-bottom: 10px;
    width: calc(50% - 10px);
    float: left;
    max-width: 300px;
}
#woocl-coll-item-searching #woocl-coll-item_search{padding: 7px !important;    width: calc(100% - 53px);}
#woocl-coll-item-searching #col-item-search-btn{padding: 8px;}
#woocl-coll-sorting{float: none;margin-bottom: 10px;width: calc(50% - 10px);
    float: right;
    max-width: 300px;}
.woocl-search-bar-wrap{display: table;width: 100%;}
.woocommerce-MyAccount-content .woocl-coll-size{padding: 0;}

@media (max-width : 600px) {
    form #woocl-coll-sorting{margin-top: 10px;float: none;width: 100%;}
    div#woocl-coll-item-searching{width: 100%}
    form .woocl-coll-item-searching{width: 100%;}
    .woocommerce-MyAccount-content .woocl-coll-size .woocl-pull-left,
    .woocommerce-MyAccount-content .woocl-coll-size .woocl-pull-right{float: none;display: block;width: 100%;margin: 5px 0;}
}
