/*
 * Collection Popup Css
 * 
 * Override this css by copying it to
 * yourtheme/jumble-wishlist/css/woo-cl-popup.css
 * 
 * @package Jumble - WooCommerce / WordPress Wishlist Collection & Bookmark Plugin
 * @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.disable {
    opacity: 0.5;
}
.woo-cl-add-coll-btn.disable a.show_dropbox {
    cursor: not-allowed;
}
.wpewoowl-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%;
}
.wpewoowl-inner-loader {
	height: 445px;
	width: 20px;
	margin: 0px auto;
}
.wpewoowl-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;
}
.wpewoowl-button:hover {
	color: #999999;
}
i.fa + .wpewoowl-btn-label {
	padding-left: 5px;
}
.wpewoowl-button .icon-right {
	
}
.wpewoowl-button .icon-right {
	
}
.wpewoowl-product-collections {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
/* button end */
.wpewoowl-middle-success{
	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;
  	max-width:435px;
  	background-color:white;
    width: 90%;
}
.wpewoowl-inner-success {
    float: left;
    max-width: 435px;
    width: 100%;
}
.wpewoowl-header-success {
    color: #555555;
    float: left;
    font-size: 24px;
    font-weight: 400;
    margin: 10px;
    max-width: 410px;
    width: 100%;
}
.wpewoowl-left-part-success {
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    max-width: 125px;
    width: 100%;
}
.wpewoowl-right-part-success {
    float: left;
    max-width: 285px;
    width: 100%;
}
.wpewoowl-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 */
.wpewoowl-inner{
	float:left;
    max-width:962px;
	width:100%;
}
	/* top */
.wpewoowl-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;
}
.wpewoowl-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;
 }
.wpewoowl-close:hover{
	cursor:pointer;
}
.wpewoowl-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 30px;
  	max-width:960px;
  	background-color:white;
  	width: 90%;
  	
}
.wpewoowl-modal-wrapper, .wpewoowl-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;
}
.wpewoowl-create-wishlist-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;
}
.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle {
    overflow: hidden;
    box-shadow: none;
    border-radius: 3px;
    border: 2px solid #ccc;
    position: absolute;
    z-index: 100043;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
    max-width: 960px;
    background-color: white;
    width: 38%;
}
.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-header {
    text-align: center;
}
.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle  .wpewoowl-privacy-wrap {display: inline-block;}

.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap {
    position: relative;
    padding-left: 30px;
}

.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap  label {
    padding-left: 0;
    display: inline-block;
}

.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap label:after {content: '';position: absolute;left: 0;top: 0px;width: 15px;height: 15px;border: 1px solid #000000;border-radius: 50%;}

.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 9px;
    height: 9px;
    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-radius: 50%;
    opacity: 0;
}
.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle .wpewoowl-privacy-wrap .radio-wrap input:checked ~ label:before{
    opacity: 1;
}
.wpewoowl-prevent-scroll{
	overflow: hidden;
}
.wpewoowl-overlay, .wpewoowl-overlay-success{
	 bottom: 0;
    left: 0;
    position:absolute;
    display:none;
    right: 0;
    top: 0;
    z-index: 100040;
 }
	/* header*/
.wpewoowl-header{
	color: #555555;
    float: left;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
	max-width:942px;
    margin:10px 10px;
	width:100%;
}
.wpewoowl-header .wpewoowl-title{
	float:left;
	width:90%;
}
.wpewoowl-header .wpewoowl-lmore{
	float:right;
	width:auto;
}
.wpewoowl-header .wpewoowl-lmore a{
	color: #0654ba;
    font-size: 12px;
	text-decoration:none;
}
.wpewoowl-lmore a:hover {
    text-decoration: underline;
}
a:link, a:active, a:visited, a:hover{
	text-decoration:none;
}
.wpewoowl-lnSeporator{
	border-bottom: 1px solid #cccccc;
    clear: both;
    margin: 16px 0 0;
}
/* left-part */
.wpewoowl-left-part{
	width: 30%;
	width: calc(30% - 20px);
	width: -webkit-calc(30% - 20px);
    float: left;
    margin-top: 30px;
    max-width: 100%;
    padding: 0 10px;
}
.wpewoowl-left-part .wpewoowl-viewport{
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.wpewoowl-viewport > img{	
	max-height: 360px;
    min-height: auto;
    max-width: 100%;
}
 .wpewoowl-left-part.wpewoowl-viewport img{
    max-height: 265px;
    max-width: 265px;
	display: block;
    margin: auto;
}
.wpewoowl-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*/
  .wpewoowl-right-part{
	border-left: 1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	width: 70%;
	width: calc(70% - 20px);
    float: left;
    max-width: 100%;
}
.wpewoowl-dropdown {
    float: left;
    width: 100%;
	margin-bottom:20px;
 }
.wpewoowl-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);
 }
 .wpewoowl-colwcreate{
    font-size: 16px;
    color: #555555;
    float: left;
    margin-bottom: 20px;
    width:100%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    max-width: 690px;
 }
.wpewoowl-middle table{
  border:0 none;
  width: 100%;
}
tr.wpewoowl-colwnoborder, tr.wpewoowl-colwnoborder td {
	border: none;
}   
.wpewoowl-txt {
    border: 0 none;
    width: 85%;
    padding-left: 0;
}
.wpewoowl-clnwbtn {
    border: 0 none;
}
.wpewoowl-colwCreateFields td{
	vertical-align: top;
	padding: 0 !important;
}
.wpewoowl-colwCreateFields td.wpewoowl-clnwbtn {
    white-space: nowrap;
}
.wpewoowl-colwCreateFields .wpewoowl-colwName{
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    padding: 10px;
	background-repeat: 1px solid rgb(221, 221, 221);
	width: 100%;
	max-width: 475px;
 }
.wpewoowl-colwCreateFields .wpewoowl-creBtn {
    margin-top: -2px;
    padding: 5px 20px;
}
.wpewoowl-clnwbtn .woo_cl_loader {
  margin-top: 10px;
}
.wpewoowl-textarea {
    float: left;
    width: 100%;
   }
.wpewoowl-textarea textarea{
	border: 1px solid #dddddd;
    border-radius: 3px;
    display: block;
    padding:5px;
 	color: #555555;
    resize:none; 
    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;
}
.wpewoowl-error {
	color:#ff0000;
}
.wpewoowl-success {
	color:#009900;
}
#woo_cl_create_loader, #woo_cl_add_coll_loader, .wpewoowl_adding_msg, .wpewoowl_creating_coll_msg  ,.woo_cl_update_msg , #woo_cl_update_loader, .woo_cl_loader {
	display: none;
}
/* add to cart button */
.wpewoowl-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;
}
.wpewoowl-add-cart-btn a:hover {
  text-decoration: underline !important;
}
.wpewoowl-add-cart-btn p {
  margin: 0 !important;
}
/* footer */
.wpewoowl-footer{
	 background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    clear: both;
    float: left;
    width: 100%;
	 margin-top: 20px;
}
.wpewoowl-footer .wpewoowl-notes{
	color: #999999;
    font-size: 13px;
    margin: 30px 0 0;
	}
.wpewoowl-footer .wpewoowl-acts{
	color: #0654ba;
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding: 20px;
	margin-top: 0 !important;
	display: inline-block;
}
 .wpewoowl-footer .wpewoowl-acts a{
	padding-right: 20px;
	border-bottom: medium none;
	color: #21759b;
	border-bottom: medium none;
	text-decoration: none;
	cursor: pointer;
}
 
.wpewoowl-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: 8px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
	color: #ffffff;
	outline: 0 none;
	text-transform: capitalize;
	line-height: 1.5;
}
.wpewoowl-featured-lastiteam a.wpewoowl-btn{
    color: #ffffff !important;
}
.wpewoowl-btn:hover, .wpewoowl-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;
}
.wpewoowl-btn:active {
    padding: 9px 12px;
    border: 0 none;
    outline: 0 none;
}
.wpewoowl-acts a:hover {
    text-decoration: underline !important;
	color: #002398;
}
.wpewoowl-myicon i.wpewoowl-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;
}
.wpewoowl-myicon{
	float:left;
	max-width: 28px;
	width:9%;
}
.wpewoowl-notes{
	float:left;
	width: 65%;
}
.wpewoowl-click {
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
	float: left;
}

/* success popup css start */
.wpewoowl-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;
}
.wpewoowl-modal-addwrapper {
    margin: 0 auto;
    width: 100%;
}
.wpewoowl-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: 90%;
    z-index: 1000;
    display:none;
}
.wpewoowl-addoverlay{
	bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100040;
    display:none;
 }
.wpewoowl-wrapper {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.wpewoowl-topper {
    background-color: #fafafa;
    border-top: 3px solid #5ba71b;
    color: #cfcfcf;
    float: left;
    height: 23px;
    padding-top: 6px;
    width: 100%;
    background-color: #f5f5f5;
    color: #cfcfcf;
    border-bottom: 1px solid #cccccc;
}
.wpewoowl-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%;
}
.wpewoowl-innerdata {
    float: left;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}
.wpewoowl-collection-top {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    width: 100%;
    display: flex;
}
.coll-success {
    background: url("images/round.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    float: left;
    height: 24px;
    margin: 13px 0 15px 15px;
    max-width: 24px;
    width: 100%;
}
.coll-textmsg {
    float: left;
    margin: 15px 0 0;
    max-width: 435px;
    width: auto;
    display: inline;
    padding-left: 15px;
}
.coll-textmsg > span {
    color: #209900;
    display: inline;
    font-size: 21px;
    font-weight: bold;
    word-wrap: break-word;
}
.coll-textmsg > p {
    color: #0654ba;
    display: inline;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}
.wpewoowl-popup-img {
    float: left;
    max-height: 160px;
    max-width: 160px;
    width: 100%;
    box-sizing: border-box;
}
.wpewoowl-image-display {
    float: left;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}
.wpewoowl-image-display > img {
    max-height: 140px;
    max-width: 140px;
    min-height:140px;
    box-sizing: border-box;
}
.wpewoowl-messagepart {
    float: left;
    margin-top: 12px;
    max-width: 300px;
    width: auto;
}
.wpewoowl-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;
}
.wpewoowl-msginfo > p {
    max-width: 270px;
}
.wpewoowl-shopping {
    max-width: 162px;
    min-width: 50px;
}

.wpewoowl-addbtn{
	 text-shadow: none;
	 -webkit-border-radius:3px;	 
     color: #fff;
     text-decoration: none;
	 font-size: 14px;
	  padding: 8px 15px;
     text-align: center;
	 border-radius: 3px;
     border: 1px solid #aaa;
     box-shadow: none;
     cursor: pointer;
     text-shadow: none;
     max-width:160px;
     min-height:50px;
     background: #6c6c6c;
 }
.wpewoowl-addbtn:hover, .wpewoowl-addbtn:active, wpewoowl-addbtn:focus {    
    border: 1px solid #aaa;
    background: #5a5a5a;
    color: #fff;
    transition: background-position 0.1s linear 0s;
    cursor:pointer;
}
.wpewoowl-closer:hover{
	cursor:pointer;
}
.clear {
	clear: both;
}
/* image popup css  */
.wpewoowl-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;
     }
     .wpewoowl-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;
}

.wpewoowl-summary-title.regular {
    color: #333 !important;
    font-weight: normal;
    border-bottom: medium none;
    font-size: 20px;
    text-decoration: none;
}
a.wpewoowl-summary-title.regular:hover {
    text-decoration: underline !important;
}
.wpewoowl-colwItem h2 {
  margin: 20px 0 0 !important;
}
.wpewoowl-price {
    float: left;
    max-width: 570px;
    width: 100%;
}
.wpewoowl-price-bin {
    color: #333;
    font-size: 34px;
}
.wpewoowl-price-discount {
    padding-left: 6px;
    text-decoration: line-through;
}
.wpewoowl-discount, .wpewoowl-instock, .wpewoowl-product-disc {
    margin-top: 10px;
}
.wpewoowl-price-amount-saved {
    color: #777777;
    font-size: 14px;
}
.wpewoowl-available {
    float: left;
    width: 100%;
}
.wpewoowl-inner-textform {
    border-bottom: 1px solid #efefef;
    color: #777777;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.wpewoowl-inner-textform > p {
    color: #333;
    font-size: 14px;
}
.wpewoowl-summary-cart {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
.wpewoowl-module-social {
    text-align: center;
    width: 100%;
}
.wpewoowl-position {
    position: relative;
}
.wpewoowl-position {
    margin: 10px auto;
    width: 68%;
}
.wpewoowl-social-watch-wrapper {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.wpewoowl-smallericon1 {
    float: left;
    width: 10%;
    
}
.wpewoowl-smallericon1 .wpewoowl-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;
}
.wpewoowl-inner-watch {
    float: left;
    width: 90%;
}
.wpewoowl-social-watch-text {
    color: #0645ba;
}
.wpewoowl-social-collection {
    float: left;
    width: 100%;
}
.wpewoowl-item-variation .variation dt {
    float: left;
    font-weight: bold;
}
.wpewoowl-item-variation .variation dd{
	margin:5px 0px;
}
.wpewoowl-right-part .wpewoowl-colwItem p{
	color: #393535;
	font-size: 18px;
	margin-bottom:0px;
}
.wpewoowl-right-part .wpewoowl-colwItem p:first-letter{
	text-transform: capitalize;
}
/* success popup css end */

.wpewoowl-product-details {
  border: medium none !important;
  margin: 10px 0 0 20px !important;
  width: 350px !important;
}
.wpewoowl-product-details td, .wpewoowl-product-details tr {
  padding-bottom: 7px;
}
.wpewoowl-product-details td, .wpewoowl-product-details th {
  border: medium none !important;
}
.wpewoowl-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;
}
.woocommerce ul.products li.product a.show_dropbox{white-space: normal;line-height: 1.4;}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal{
    width: 34%;
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-header{
    margin: 10px 0px;
    width: 100%;
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-create-wishlist{
    padding: 9px;
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-row-area #wpewoowl-colwname{
    width: calc(70% - 12px);
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-header .wpewoowl-title{
    text-align: center;
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-colwCreateFields td{
    text-align: center;
}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-clnwbtn{
    margin-top: 10px;
}
.create_new_wishlist{
    padding: 5px 15px;
}
.wpewoowl-create-wishlist .woo_cl_loader img{
    display: inline-block;
}


/* media-css */
@media (min-width : 768px) and (max-width : 980px) {
body .wpewoowl-middle.wpewoowl-new-wishlist-modal{
    width: 60%;
}
.wpewoowl-inner .wpewoowl-right-part::after {
  border-left: 0 none !important;
}
.wpewoowl-right-part .wpewoowl-colwItem {
  margin: 30px 10px;
  max-width: 100% !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.wpewoowl-btn{padding:8px 15px !important}
}

@media (max-width : 767px) {
.wpewoowl-left-part {
  float: none;
  max-width: 90%;
  margin: 10px auto 0;
  width: auto;
}
.wpewoowl-right-part {
  border-left: 0 none !important;
  float: none;
  margin: 0 auto !important;
  max-width: 285px;
  width: auto;
}
.wpewoowl-dropdown select{width: 100%;}
.wpewoowl-inner .wpewoowl-right-part::after {
  border-left: 0 none !important;
}
.wpewoowl-right-part .wpewoowl-colwItem {
  margin: 30px 10px;
  max-width: 100% !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.wpewoowl-btn{padding:8px 15px !important}
.wpewoowl-colwCreateFields .wpewoowl-colwName {
  width: 85%;
}
.wpewoowl-notes {
  float: left;
  width: 85%;
}
.wpewoowl-footer .wpewoowl-acts {
  float: none !important;
}
.wpewoowl-footer {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
.wpewoowl-txt {
  border: 0 none;
  padding-left: 0;
  width: 70%;
}




}

@media (max-width : 600px) {
    .wpewoowl-header .wpewoowl-title{
        white-space: unset;
        line-height: 1.2;
        font-size: 20px;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
.wpewoowl-header .wpewoowl-title{
   float:none;
   width:100%;    
}
.wpewoowl-header .wpewoowl-lmore{
	float:none;
	width:100%;
}
.wpewoowl-left-part{
	margin-left:0px;
	max-width: 100%;
	width: auto;	
}
.wpewoowl-right-part{
	padding-left:5px;
}
.wpewoowl-footer .wpewoowl-acts{
	float:none;
	text-align:center;
}

/* success popup css start */
.wpewoowl-image-display{
	max-width: 100%;
	
}
.wpewoowl-messagepart{
	width:100%;
}
.wpewoowl-image-middlepart {
    max-width: 300px;
}
/***** Product details *****/
.wpewoowl-product-details .th-width {
	width: 25%;
	font-weight: 600px;	
}

/***********/
/* success popup css end */
.wpewoowl-colwCreateFields .wpewoowl-txt{
	width: 70%;
}
.wpewoowl-colwCreateFields .wpewoowl-colwName{
	max-width: 354px;
}
.wpewoowl-colwCreateFields {
    margin-bottom: 0px;
}
.wpewoowl-textarea textarea{
	width:100%;
}
.wpewoowl-footer{
	text-align: center;
}
.wpewoowl-footer .wpewoowl-notes {
	width: 100%;
	float: none;
}



}

/********************/

/*** Collection popup css ***/
.wpewoowl-middle {
	overflow: hidden !important;
	box-shadow: none !important;
}
 
.wpewoowl-right-part {
	border-left: none;
}

.wpewoowl-colwItem {
	border-bottom: none;
}

.wpewoowl-right-part::after, .wpewoowl-colwItem::after {
    content: "" !important;
    display: block !important;
	position: absolute !important;
}
.wpewoowl-right-part {
    border-left: 1px solid #ccc !important;
    height: 100% !important;
    margin-left: 2px !important;
    z-index: -1 !important;
}

.wpewoowl-colwItem::after {
    border-bottom: 1px solid #ccc !important;
    margin: 10px -10px !important;
    width: 100% !important;
}
 
.wpewoowl-position {
	width: 100% !important;
}
.th-width {
	width: 20%;
	font-weight: 600;
}
.wpewoowl-summary-cart .wpewoowl-product-details {
	border: medium none !important;
    margin: 10px 0 !important;
    width: 100% !important;	
}

.wpewoowl-gust-message-wrap {
    background: transparent;
    border: 1px solid #e7e3e3;
    box-shadow: -webkit-box-shadow: -2px 0px 15px -5px rgba(94,93,94,1);
    -moz-box-shadow: -2px 0px 15px -5px rgba(94,93,94,1);
    box-shadow: -2px 0px 15px -5px rgb(209, 209, 209);
    border-radius: 0;
    text-align: center;
    padding: 30px 0;
    width: 70%;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin: 0 auto 15px;
}

.wpewoowl-gust-message-wrap p {
    margin-bottom: 0 !important;
}


.wpewoowl-gust-message-wrap a.create-new-wishlist {
    background: #21759b;
    padding: 5px 25px;
    display: inline-block;
    margin-top: 5px;
    color: #ffffff;
    transition: all 500ms ease-in-out;
    border: 1px solid #21759b;
    font-style:normal;
    margin-top: 30px;
    margin-left:0px;
}

.wpewoowl-gust-message-wrap a.create-new-wishlist:hover {
    background: #ffffff;
    color: #21759b;
}

/* new css */
.wpewoowl-row-area{width: 100%;vertical-align: top;}
.wpewoowl-row-area #wpewoowl-colwname{width: calc(61% - 12px);width: -webkit-calc(61% - 12px);display: inline-block;vertical-align: top;float: left;min-width: unset;margin-right: 10px;}
.wpewoowl-row-area .wpewoowl-coll_privacy-dropdown{width: calc(18% - 12px);width: -webkit-calc(18% - 12px);display: inline-block;vertical-align: top;float: left;min-width: unset;margin-right: 10px;}
.wpewoowl-row-area .wpewoowl-clnwbtn{display: inline-block;vertical-align: top;width: calc(17% - 2px);float: left;min-width: unset}
.wpewoowl-row-area .wpewoowl-clnwbtn #woo-cl-createbtn{width: 100%;}
.wpewoowl-right-part{display: inline-block;margin: 0 auto !important;float: none;border: none !important;}
.wpewoowl-row-area #woo-cl-createbtn span {text-align: center; height: auto; font-size: 16px; width: auto; position: unset;}

@media screen and (max-width:1279px) and (min-width:1024px){
    .wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle {
        width: 55%;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle {
        width: 70%;
    }
}
@media (max-width : 767px) {
body .wpewoowl-middle.wpewoowl-new-wishlist-modal{width: 95%;}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-row-area .wpewoowl-coll_privacy-dropdown {width: 33%;margin-right: 0;margin-left: 0;}
body .wpewoowl-middle.wpewoowl-new-wishlist-modal .wpewoowl-row-area #wpewoowl-colwname {width: 60%;}
.wpewoowl-right-part{display: table;margin: 0 auto !important;float: none;border: none !important;}
.wpewoowl-row-area #wpewoowl-colwname{margin-right: 0px;width: calc(100% - 20px);width: -webkit-calc(100% - 20px);margin-bottom: 20px;}
.wpewoowl-row-area .wpewoowl-coll_privacy-dropdown{width: calc(100% - 0px);width: -webkit-calc(100% - 0px);margin-right: 10px;margin-bottom: 15px}
.wpewoowl-row-area .wpewoowl-clnwbtn{width: calc(100% - 0px);}
.wpewoowl-create-wishlist-wrapper .wpewoowl-create-wishlist-middle {width: 90%;}
}
@media (max-width : 480px) {
	.wpewoowl-collection-top{float: none;}
	.wpewoowl-popup-img{    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;}
    .wpewoowl-image-display{float: none;
    margin: 0 auto;
    display: block;
    text-align: center;}
    .wpewoowl-messagepart{    max-width: 100%;
    text-align: center;
    float: none;}
    .wpewoowl-msginfo{    float: none;
    max-width: 100%;
    text-align: center;}
    .wpewoowl-msginfo > p{    max-width: 100%;}
    .wpewoowl-shopping{max-width: 100%;}
}
/*** End collection popup css **/

.wpewoowl-product-variable-product {
	display: none;
}

.wpewoowl-create-wishlist {
    display: block;
    margin: 0;
    display: inline-block;
    width: 94%;
    padding: 15px;
}
.create-wishlist-wrap{
    margin: 0 auto;
    width: 80%;
}
.wpewoowl-create-wishlist .wpewoowl-colwcreate{
    margin: 0;
}
.wpewoowl-create-wishlist .wpewoowl-colwcreate .wpewoowl-colwCreateFields{
    margin: 0;
}
.wpewoowl-create-wishlist select#woo-cl-coll_privacy {
    height: 43px;
}
.create_new_wishlist{
    margin-left: 10px;
}
.edd_purchase_submit_wrapper{
    margin-top: 10px;
}
.wpewoowl-privacy-wrap {
    margin: 35px 0 15px 0;
}

input#wpewoowl-colwname {
    width: 97%;
    border-radius: 6px;
    height: auto;
    padding:13px 5px;
}

.wpewoowl-clnwbtn {
    text-align: center;
}

button#woo-cl-createbtn {
    width: 100%;
}
.radio-wrap{
    margin-bottom: 25px;
}
.radio-wrap span{
    font-size: 13px;
}
#wpewoowl-colwname::placeholder {  
  font-size: 13px
}
.wpewoowl-button{
   -moz-user-select: none !important;
    background-image: none !important;
    border: 2px solid #e4e4e4 !important;
    color: #777 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    outline: 0 none !important;
    padding: 6px 12px !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-shadow: none !important;
    word-wrap: break-word !important;
    max-width: 300px !important;
    text-decoration: none !important;
    background-color: #fff !important;
}
body .entry-content .wpewoowl-button:hover,body .wpewoowl-button:hover{
    text-decoration: none !important;
}