/**
 * Collection Item Listing Css
 * 
 * Override this css by copying it to
 * yourtheme/woocommerce/woocommerce-collections/css/woo-cl-item-listing.css
 * 
 * @package WPWeb WooCommerce Collections
 * @since 1.0.0
 */
 
.woocl-collection{
	margin:0 auto;
	width:100%;
	/* max-width:1200px; */
}
.woocl-items{
	float:left;
	width:60%;
	font-size: 1rem;
	/* padding-left: 12px; */
}
.woocl-acts-top {
    position: absolute;
    right: 0;
    top: -40px;
}

.woocl-update{
	float:left;
	width:36%;
    font-size: 1rem;
    display:none;
}
.woocl-collect-item, .woocl-collect-item span p {
    display: inline-block;
    font-size: 0.8rem!important;
    float: left;
    color: var(--e-global-color-text)!important;
}
.itemssearch .woocl-collect-item.woocl-clearfix span {
    margin-top: 4px;
    margin-left: 14px;
}

.woocl-items .itemssearch, .woocl-search-bar-wrap select, .woocl-search-bar-wrap p {
    font-size:0.9rem!important;
    color: var(--e-global-color-text)!important;
}
.woocl-follower {
    float: left;
    width: 84px;
}
.woocl-follower > p{
	margin-bottom:0px;
}
.woocl-privacy{
    float: left;
    width: 200px;
    color: #001;
    text-align:center;
}
.woocl-delete{
     float: left;
    width: 200px;
    color: #001;
}
.woocl-collect-item > span {
    float: left;
    padding-right: 5px;
}
.woocl-collect-item > p {
    float: left;
}
.woocl-follower > span{
    float: left;
    padding-right: 5px;
}
.woocl-follower > p{
		float: left;
}
.woocl-pr-icon:hover{
cursor:pointer;
}
.header-separator {
    float: left;
    padding-right: 8px;
}
.woocl-cv-wrp:hover > div.woocl-iconbtn {
    display:block;
}
div.woocl-iconbtn:hover > div.woocl-colw-tooltip {
    display:block;
}
.woocl-cv-wrp {
    font-family: inherit;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    font-size: 1rem;
    /* margin: 10px 6px; */
    position: relative;
    text-align: left;
    vertical-align: top;
    /* width: 270px; */
}
.woocl-cv-body {
    display: inline-block;
    border-bottom: medium none !important;
    width: 100%;
    padding:4px;
}
.woocl-cv-txt span, .woocl-cv-vishide {
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
}
.woocl-cv-thumb {
    height: 100%;
    margin: auto; 
    width: 100%;
	box-sizing: border-box;
}
.woocl-cv-imgwrp {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.woocl-cv-imgwrp .woocl-coll_img {
    display: inline;
    height: 100%;
    position: relative;
    width: 100%;
	
}
.woocl-cv-wrp img {
    border: 0 none;
    object-fit:cover;
}
.woocl-note {
   	background-color: #fff;
    font-size: 0.9rem;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    z-index: 1;
    border-radius: 5px;
}
.woocl-item-details {
    background-color: #fff;
    padding: 8px 8px 14px 8px;
    margin-top:4px;
}
.woocl-item-title {
    color: #000;
    font-size: 0.9rem!important;
    overflow: hidden;
    width: 100%;
    line-height: 1.4!Important;
}
.woocl-item-title a {
    color: #555;
    font-size:0.9rem;
}
.woocl-item-title a:hover{
    text-decoration:none;
    color:#000;
}

.woocl-item-price {
    bottom: 0;
    color: #333;
    font-size: 16px ;
    font-weight:bold;
    padding: 6px 0;
    position: relative;
}

.woocl-soldby {
    color: #666;
    font-size: 13px ;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.woocl-soldby a{
	text-decoration: none;
	color: #002;
    outline: medium none;
}
.woocl-soldby a:hover{
	text-decoration: underline;
}

.woocl-btn-ter:hover, a.woocl-btn-ter:hover, .woocl-btn-ter:focus, a.woocl-btn-ter:focus, .woocl-btn-ter:active, a.woocl-btn-ter:active {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #001;
    color: #002;
}
.clnw-icn .clnw-star-c span {
    background-position: -61px 0;
}
.clnw-icn .woocl-btn span {
    margin: 5px;
}
.clnw-icn .woocl-btn span, .clnw-lk a span {
	background: url(images/index.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
    display: block;
    float: left;
    height: 12px;
    padding-top: 2px;
    width: 15px;
}
.woocl-soldby > span {
    font-weight: bold;
    padding-right:4px;
}
.curated-by {
    color: #999;
    font-size: 24px;
    padding: 1px 0 7px;
}
.curated-by a {
    outline: medium none;
    text-decoration: none;
    color: #666;
}
.curated-by a:hover{
	text-decoration: underline;
}

.woocl-collections, .woocl-collections-gallery {
    width: 100%;
    float: left;
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

@media (max-width:1480px) {
    .woocl-collections, .woocl-collections-gallery  {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:900px) {
    .woocl-collections, .woocl-collections-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:658px) {
    .woocl-collections, .woocl-collections-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:300px) {
    .woocl-collections, .woocl-collections-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}




/******* counts *********/
.woocl-counts .woocl-collectionCount {
    float: left;
}
.woocl-counts .woocl-lastUpdated {
    float: right;
}
.woocl-counts .woocl-privacyInfo .woocl-privacyIcon.private {
    background-position: -30px -60px;
    float: left;
}
.woocl-counts .woocl-privacyInfo .woocl-privacyIcon {
	background: url(images/index.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 15px;
    margin-right: 3px;
    width: 17px;
}
.woocl-counts .woocl-privacyInfo .woocl-privacy {
    float: right;
}

.woocl-counts .woocl-collectionCount span {
    color: #333;
    font-size:14px/16px ;
    font-weight:bold;
}

.woocl-counts .woocl-header-separator {
    color: #333;
    float: left;
    font-size: 16px/16px ;
    padding: 0 6px;
}
.woocl-counts .woocl-followerCount {
    color: #333;
    float: left;
    font-size: 14px/16px;
    }
.woocl-counts .woocl-followerCount span {
    font-weight: bold;
}
.woocl-counts {
    max-width: 1186px;
    padding-top: 30px;
    width: 100%;
}

.woocl-counts .woocl-privacyInfo {
    color: #001;
    cursor: pointer;
    float: left;
}
.woocl-counts .woocl-privacyInfo .woocl-privacy:hover {
	text-decoration: underline;
}
.woocl-counts .woocl-privacyInfo:hover {
	text-decoration: underline;
}

/******* counts end *****/


/****** textarea *****/

.woocl-description {
    max-width: 890px;
  	width: 100%;
}

.woocl-editDescription {
    max-width: 870px;
    width: 100%;
}

.woocl-edit{
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0.625em 1.25em;
    background: -moz-linear-gradient(center top , #0079bc, #001) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
    
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
}

.woocl-edit:hover{
	cursor: pointer;
}

/***** textarea end *****/

.woocl-cv-imgwrp.woocl-cv-thumb:hover{
cursor:pointer;
}
/***** hidden class css *****/
 . woocl-hoveritem {
    height: 0;
    margin: 10px;
    position: absolute;
    top: 0;
    width: 100%; 
}
  .woocl-clwbtn{
     float:left;
    position:relative;
    padding: 4px 3px;
}
  .woocl-btn-ter, a.woocl-btn-ter, 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: #001;
    text-decoration: none;
 }
    .woocl-btn-ter:hover, a.woocl-btn-ter:hover, .woocl-btn-ter:active, a.woocl-btn-ter:active {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #001;
    color: #002;
 }
.woocl-clnw-icn .woocl-clnw-star-c span {
    background-position: -62px 0;
}
.woocl-clnw-icn .woocl-btn span {
    margin: 5px;
}
.woocl-hoveritem{
    height: 0;
    margin: 10px;
    position: absolute;
    top: 0;
    width: 100%;
 }
  .woocl-clnw-collect.woocl-btn.woocl-btn-s.woocl-btn-ter.woocl-clnw-c.woocl-clnw-star-c > span {
    background: url(images/index.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -62px 0;
 }
  .woocl-clwbtn .woocl-clnw-star-c span {
    background-position: -62px 0;
}
.woocl-clwbtn.woocl-btn span {
    margin: 5px;
}
 .woocl-position{
 	position:relative;
 }
 .woocl-iconbtn, .woocl-coll-item-checkbox {
    border-radius: 0px 5px 0px 30px;
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 0;
    margin: 0;
    overflow: hidden;
    color: #001;
    text-decoration: none;
    background: #fff;
    display: none;
    font-size: 1rem!important;
    padding: 14px 14px 14px 18px;
 }
.woocl-iconbtn:hover{
    background: none repeat scroll 0 0 #fff;
    color: #555;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
 }  
.woocl-addicon{
   border-radius: 5px;
   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 30px;
   left: 225px;
    position: absolute;
    top: 9px;
     border: 1px solid #001;
    color: #002;
    width: 40px;
    font-weight: 500;
    margin: 0;
    overflow: visible;
     
 }
.woocl-addicon:hover{
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #001;
    color: #002;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
 } 
 .woocl-cover{
     position: absolute;
     border:1px solid black;
     width:60%;
     height:20%;
}
.woocl-cover > h2{
      font-color:#fffff;
       font-weight:normal;
 }
.woocl-acts .woocl-btn{
    padding: 6px 12px;
}
.woocl-acts .woocl-btn:active {
    padding: 6px 12px;
    border-width: inherit;
    outline: 0 none;
}
 .woocl-titlename > h2,  .woocl-titlename > h3{
    font-size: 1.4rem!important;
    color: #000!important;
    float: left;
     margin:0 !important;
    padding-right: 11px !important;
    font-weight:500!important;
}
.woocl-acts {
    float: right;
    margin-top: 12px;
    width: auto;
}

span.woocl-acts-item {
    float: right;
    margin-top: -10px;
}

.woocl-button2 {
    background: #fff;
    border: none;
    font-weight: 400!important;
    cursor: pointer;
}

.woocl-innerline {
  font-size: 1rem;
  margin-bottom: 14px;
  margin-top: 14px;
  width: 100%;
}
 .woocl-iconsmall:before {
    font-size: 1rem!Important;
    font-family: nzstock!important;
    content: "\31"!important;
}
/*
.woocl-iconsmall:hover{
	background: url("images/icon.png") no-repeat scroll -77px 0;
    height: 14px;
    left: 1px;
    position: absolute;
    top: 9px;
    width: 17px;
}  */
.woocl-arr{
   	border-color: transparent transparent #F2F2F2;
    border-style: solid;
    border-width: 0 12.5px 14px;
    height: 0;
    left: 18px;
    position: relative;
    top: 0;
    width: 0;
    z-index: 1;
}
.woocl-colw-tooltip{
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.35);
    color: #333333;
    font-family: inherit,Arial,sans-serif;
    font-size: 1rem;
    line-height: 17px;
    margin-top: 0px;
    padding: 20px;
    position: absolute;
    top: 45px;
    width: 190px;
    z-index: 999;
    margin-left:0px;
    display:none;
}  
.woocl-colw-tooltip:before {
    border-bottom: 7px solid #fff;
    border-color: #fff transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -7px;
}
.woocl-colw-tooltip:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 11px;
    position: absolute;
    top: -6px;
}
span.woocl-lastUpdatedLabel{
	color: #999;
	font-size:14px;
}
.woocl-clear{
	clear:both;
 }
 /* social button css start */
 .woocl-share-button {
 	float: right;
 	min-height: 35px;
 	line-height: normal;
 	font-size:55%;
 }
 .woocl-lastUpdated {
  text-align: right;
}
.woocl-col-3 {
    float: left;
    margin: 0 10px 0 0;
}
.woocl-share-button iframe{margin-bottom:0;}
.woocl-item-list-followbtn a.wpw-fp-guest-btn {
    padding: 5px !important;
}
.woocl-item-variation dl.variation {
    margin: 0;
}
.woocl-item-variation dt {
    float: left;
    margin-right: 10px;
}
.woocl-item-variation dl.variation dd {
    margin-bottom: 0;
}
.woocl-item-variation {
    margin-top: 10px;
}
/* user avatar css below */
.woocl-created-text {
    color: #999;
    font-family: inherit;
    font-size: 1rem;
}
.woocl-created-text .woocl-user-photo {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 28px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 28px;
    float: left;
}
.woocl-created-text a:link, .woocl-created-text a:active, .woocl-created-text a:visited {
    color: #333;
    border-bottom: medium none;
    text-decoration: none;
}
.woocl-created-text a:hover {
    text-decoration: underline !important;
}
.woocl-created-text .woocl-user-curatedby {
    float: left;
    margin: 14px 4px 4px 16px;
}
.woocl-innerline .woocl-user-curatedby {
margin-top:24px;
}

.woocl-created-text .woocl-user-curatedby .woocl-user-name, .woocl-user-curatedby * {
    color: var(--e-global-color-text)!important;
    font-family: inherit;
    font-size: 0.8rem!important;
}
.textsep {
    margin:0px 8px 0px 8px;
}
.woocl-created-text .woocl-user-curatedby .woocl-lastupdated {
    font-size: 12px;
    font-weight: normal;
    line-height: 0.75em;
    margin-left: 2px;
}
.woocl-view-cart {
    margin-left: 5px;
    display: none;
}
.woocl-view-cart:hover {
    text-decoration: underline;
}
.woo_cldisplay_none {
	display:none;
}
#woo-collection-item-loop-loader {
  clear: both;
  display: inline-block;
  text-align: center;
  width: 100%;
}
#woo-collection-item-loop-loader img{
  box-shadow: none;
  margin: 0 auto;
}
.woo-cl-notice {
	background-color: #ef8600;
    border: 1px solid #ffdf60;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.woo-cl-cart-icon {
	background: url("images/icon.png") no-repeat scroll -75px 5px rgba(0, 0, 0, 0);
}
.woo-cl-cart-success  {
	color : #000 !important;
}
.woocl-collections-gallery{ float:left; width:100%}

.right-margin{
margin-right:0%
}
.left-margin{
margin-left:0%
}
.pro-col-3{
	width:32%;
	margin:0.5%;
	float:left;
}
.product_list { 
	width: 100%;
}
.woocl-cv-imgwrp{
	border-radius: 5px;
}
.woocl-coll_img1 {
	border-radius: 5px;
}
.empty_image.pro-col-3 {
	border-radius: 5px;
	float: left;
	height: 100%;
}
.woocl-cv-body{ margin-bottom:5px;}
.woocl-coll-total-price {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
	.woocl-item-block{ float:left; width:100%; margin:10px 0px;}
}
@media screen and (min-width: 1024px) {
	 /* .woocl-collections-gallery .col-4, .woocl-collections .col-4{
		width:23.5%;
		margin:0.5%; 
        box-sizing: border-box;
        padding:0px;
	} */
	.woocl-collections-gallery .col-3, .woocl-collections .col-3{
		width:31%;
		margin:0.8%; 
		padding:5px;
		box-sizing: border-box;
	}
	.woocl-collections-gallery .col-1, .woocl-collections .col-1{
		width:100%;
		margin:0%;
		float:left;
		padding:5px;
	}
	.woocl-collections-gallery .col-2, .woocl-collections .col-2{
		width:47%;
		margin:1%; 
		padding:0.5%;
		box-sizing: border-box;
	}
	.right-margin{
		margin-right:0%
	}
	.left-margin {
		margin-left:0%
	}
}

@media screen and (min-device-width: 360px) and (max-device-width: 1023px) {
	.woocl-collections .col-2, .woocl-collections-gallery .col-2, 
	.woocl-collections .col-3, .woocl-collections-gallery .col-3, 
	.woocl-collections .col-4, .woocl-collections-gallery .col-4 {
		width:100%;
		margin:0.5%; 
		padding:0.5%;
		box-sizing: border-box;
	}
}
@media screen and (max-device-width: 360px) {
	.woocl-collections .col-2, .woocl-collections-gallery .col-2, 
	.woocl-collections .col-3, .woocl-collections-gallery .col-3, 
	.woocl-collections .col-4, .woocl-collections-gallery .col-4 {
		width:99%;
		margin:1%; 
		padding:0.5%;
		box-sizing: border-box;
	}
}

/*** Add bulk products to the cart style ***/
.woocl-coll-item-checkbox {
    visibility: hidden;
}

.woocl-coll-item-checkbox, .woocl-btn-actions {
	float: right;
}

#woo_cl_add_to_cart_btn.woo-cl-disabled {
	cursor: not-allowed;
	color: #ddd!important;
}

.woocl-coll-item-checkbox-wrap {
    position: absolute;
    z-index: 1;
    right: auto;
    top: 8px;
    left: 16px;
}

.woocl-coll-item-checkbox-wrap label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    border-radius: 5px;
    background: #fff;
}

.woocl-coll-item-checkbox-wrap label:after {
	opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.woocl-coll-item-checkbox-wrap label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.woocl-coll-item-checkbox-wrap input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* new css */
@media screen and (max-width: 767px) {
    .woocl-social-sub-btn{display: table;width: 100%;margin-bottom: 15px;}
    .woocl-btn-actions{float: none;display: table;width: 100%;margin-bottom: 15px;}
    .woocl-btn-actions .woocl-button{margin-right: 10px;}
}