/*
 * 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.disable {
    opacity: 0.5;
}
.woo-cl-add-coll-btn.disable a.show_dropbox {
    cursor: not-allowed;
}
.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 {
	
}
.woocl-product-collections {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
/* button end */
.woocl-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%;
}
.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;
    z-index:100043;
    display:none;
  	top:10%;
  	left:0;
  	right:0;
  	margin:0 auto 30px;
  	max-width:960px;
  	background-color:white;
  	width: 90%;
  	
}
.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{
	width: 30%;
	width: calc(30% - 20px);
	width: -webkit-calc(30% - 20px);
    float: left;
    margin-top: 30px;
    max-width: 100%;
    padding: 0 10px;
}
.woocl-left-part .woocl-viewport{
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.woocl-viewport > img{	
	max-height: 360px;
    min-height: auto;
    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{
	border-left: 1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	width: 70%;
	width: calc(70% - 20px);
    float: left;
    max-width: 100%;
}
.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:100%;
    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;
	background-repeat: 1px solid rgb(221, 221, 221);
	width: 100%;
	max-width: 475px;
 }
.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; 
    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;
	cursor: pointer;
}
 
.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: 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;
}
.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: 90%;
    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%;
    background-color: #f5f5f5;
    color: #cfcfcf;
    border-bottom: 1px solid #cccccc;
}
.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%;
    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;
}
.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: auto;
}
.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 {
    max-width: 162px;
    min-width: 50px;
}

.woocl-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;
 }
.woocl-addbtn:hover, .woocl-addbtn:active, woocl-addbtn:focus {    
    border: 1px solid #aaa;
    background: #5a5a5a;
    color: #fff;
    transition: background-position 0.1s linear 0s;
    cursor:pointer;
}
.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%;
}
.woocl-item-variation .variation dt {
    float: left;
    font-weight: bold;
}
.woocl-item-variation .variation dd{
	margin:5px 0px;
}
.woocl-right-part .woocl-colwItem p{
	color: #393535;
	font-size: 18px;
	margin-bottom:0px;
}
.woocl-right-part .woocl-colwItem p:first-letter{
	text-transform: capitalize;
}
/* 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;
}
.woocommerce ul.products li.product a.show_dropbox{white-space: normal;line-height: 1.4;}





/* media-css */
@media (min-width : 768px) and (max-width : 980px) {

.woocl-inner .woocl-right-part::after {
  border-left: 0 none !important;
}
.woocl-right-part .woocl-colwItem {
  margin: 30px 10px;
  max-width: 100% !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.woocl-btn{padding:8px 15px !important}
}

@media (max-width : 767px) {
.woocl-left-part {
  float: none;
  max-width: 90%;
  margin: 10px auto 0;
  width: auto;
}
.woocl-right-part {
  border-left: 0 none !important;
  float: none;
  margin: 0 auto !important;
  max-width: 285px;
  width: auto;
}
.woocl-dropdown select{width: 100%;}
.woocl-inner .woocl-right-part::after {
  border-left: 0 none !important;
}
.woocl-right-part .woocl-colwItem {
  margin: 30px 10px;
  max-width: 100% !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.woocl-btn{padding:8px 15px !important}
.woocl-colwCreateFields .woocl-colwName {
  width: 85%;
}
.woocl-notes {
  float: left;
  width: 85%;
}
.woocl-footer .woocl-acts {
  float: none !important;
}
.woocl-footer {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
.woocl-txt {
  border: 0 none;
  padding-left: 0;
  width: 70%;
}




}

@media (max-width : 600px) {
    .woocl-header .woocl-title{
        white-space: unset;
        line-height: 1.2;
        font-size: 20px;}
}

@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%;
	width: auto;	
}
.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;
}
/***** Product details *****/
.woocl-product-details .th-width {
	width: 25%;
	font-weight: 600px;	
}

/***********/
/* success popup css end */
.woocl-colwCreateFields .woocl-txt{
	width: 70%;
}
.woocl-colwCreateFields .woocl-colwName{
	max-width: 354px;
}
.woocl-colwCreateFields {
    margin-bottom: 0px;
}
.woocl-textarea textarea{
	width:100%;
}
.woocl-footer{
	text-align: center;
}
.woocl-footer .woocl-notes {
	width: 100%;
	float: none;
}



}

/********************/

/*** Collection popup css ***/
.woocl-middle {
	overflow: hidden !important;
	box-shadow: none !important;
}
 
.woocl-right-part {
	border-left: none;
}

.woocl-colwItem {
	border-bottom: none;
}

.woocl-right-part::after, .woocl-colwItem::after {
    content: "" !important;
    display: block !important;
	position: absolute !important;
}
.woocl-right-part {
    border-left: 1px solid #ccc !important;
    height: 100% !important;
    margin-left: 2px !important;
    z-index: -1 !important;
}

.woocl-colwItem::after {
    border-bottom: 1px solid #ccc !important;
    margin: 10px -10px !important;
    width: 100% !important;
}
 
.woocl-position {
	width: 100% !important;
}
.th-width {
	width: 20%;
	font-weight: 600;
}
.woocl-summary-cart .woocl-product-details {
	border: medium none !important;
    margin: 10px 0 !important;
    width: 100% !important;	
}

/* new css */
.woocl-row-area{width: 100%;vertical-align: top;}
.woocl-row-area #woocl-colwname{width: calc(61% - 12px);width: -webkit-calc(61% - 12px);display: inline-block;vertical-align: top;float: left;min-width: unset;margin-right: 10px;}
.woocl-row-area .woocl-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;}
.woocl-row-area .woocl-clnwbtn{display: inline-block;vertical-align: top;width: calc(17% - 2px);float: left;min-width: unset}
.woocl-row-area .woocl-clnwbtn #woo-cl-createbtn{width: 100%;}
.woocl-right-part{display: inline-block;margin: 0 auto !important;float: none;border: none !important;}
.woocl-row-area #woo-cl-createbtn span {text-align: center; height: auto; font-size: 16px; width: auto; position: unset;}

@media (max-width : 767px) {
.woocl-right-part{display: table;margin: 0 auto !important;float: none;border: none !important;}
.woocl-row-area #woocl-colwname{margin-right: 0px;width: calc(100% - 20px);width: -webkit-calc(100% - 20px);margin-bottom: 20px;}
.woocl-row-area .woocl-coll_privacy-dropdown{width: calc(100% - 0px);width: -webkit-calc(100% - 0px);margin-right: 10px;margin-bottom: 15px}
.woocl-row-area .woocl-clnwbtn{width: calc(100% - 0px);}
}
@media (max-width : 480px) {
	.woocl-collection-top{float: none;}
	.woocl-popup-img{    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;}
    .woocl-image-display{float: none;
    margin: 0 auto;
    display: block;
    text-align: center;}
    .woocl-messagepart{    max-width: 100%;
    text-align: center;
    float: none;}
    .woocl-msginfo{    float: none;
    max-width: 100%;
    text-align: center;}
    .woocl-msginfo > p{    max-width: 100%;}
    .woocl-shopping{max-width: 100%;}
}
/*** End collection popup css **/

.woocl-product-variable-product {
	display: none;
}