


.catalog-product-view .product-social-links .action.showlists:hover {
    color:#333;
}
.catalog-product-view #lists-content-wrapper .list-title{
	color:#666666;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.products-list .product-item .product-item-inner #lists-content-wrapper .list-title{
	color:#666666;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.productlist-container.success-page{
    margin-top: 35px;
}

.productlist-container.success-page table.product-wrapper {
	width: 70%;
	display: block;
}
.productlist-container.success-page table.product-wrapper tbody{
	width: 100%;
	display:block;
}
.productlist-container.success-page table.product-wrapper tbody tr{
	width: 100%;
	display:block;
}
.productlist-container.success-page .product-wrapper .product-img {
	width: 20%;
	display: inline-block;
}
.productlist-container.success-page .product-wrapper .product-name {
	width: 40%;
	display: inline-block;
}
.productlist-container.success-page .product-wrapper .addtolist-button {
	width: 30%;
	display: inline-block;
}
.productlist-container.success-page .product-wrapper .addtolist-button .list-title{
	margin-bottom: 10px;
	color:#666666;
}
.productlist-container.success-page .addtolist-button #category-list-button span{
    margin-left: 20px;
	width: 180px;
	display: inline-block;
}
.productlist-container.success-page .addtolist-button #category-list-button span:hover{
	color:#006bb4;
}

.product_list_product_holder input[type="number"]{
	width:35px;
	border-radius: 0px;
	float:left;
	text-align: center;
	height: 32px;
}

.product-social-links .action.toproductlist,
.block-bundle-summary .action.toproductlist,
.product-item .action.toproductlist,
.table-comparison .action.toproductlist {
    color: #666666;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

span.item_name { 
	font-size: 18px; 
}

.box-tocart .showlists span {padding-left: 22px;}
.data-table.ecw-customer-lists tr td.view-items a:hover {color:#fff!important;}
/*** PRODUCT PAGE ***/

.catalog-product-view .authentication-wrapper{
	text-align:left !important;
	float:none !important;
	margin-top:-4px !important;
	width:auto;
	display:inline-block;
}

.catalog-product-view .authentication-wrapper .action.primary{
	background-color: transparent;
	color: #666666;
	border: none;
	text-transform: uppercase;
	padding-left:0;
	font-weight: 600;
	letter-spacing: 0;
}

.catalog-product-view .authentication-wrapper .action.primary:hover{
	color: #333333;
}

.catalog-product-view .authentication-wrapper .action.primary:before{
    font-family: 'luma-icons';
    content: '\e609';
}

.showlists:before{
	font-family: 'luma-icons';
	content: url('../images/icon-new.png');	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 16px;
	color: inherit;
	font-family: 'luma-icons';
	margin: -2px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.showlists span{
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}

.action.showlists {
    color: #666666;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.showlists:hover{
	text-decoration: none;
}

#lists-content-wrapper {
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    padding:12px;
}

.lists-wrapper {
    display: inline-block;
    margin-right: 15px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    position: absolute;
    background-color: white;
    z-index:999;
}

.cms-home  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog{
	position: absolute;
    background-color: white;
    z-index:999;
    width: unset;
    left: 0;
    top: 30px;
}
.page-products .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    position: absolute;
    background-color: white;
    z-index:999;
    width: unset;
    left: 0;
    top: 40px;
}

.list-link {
    text-align: left;
}

/*** VIEW LIST PAGE ***/

.productlist-index-view .btn-remove.action.delete:before{
	font-family: 'luma-icons';
    content: '\e604';
    font-size: 18px;
}

.productlist-index-view .btn-remove.action.delete:hover {
    text-decoration: none;
     color: #005b99 !important;
}

.sorted_table tr {
    /*cursor: pointer;*/
    border-bottom: 1px solid #c1c1c1;
}

.shared_table tr {
    /*cursor: pointer;*/
    border-bottom: 1px solid #c1c1c1;
}

.productlist-index-view .btn-remove.action.delete span{
	display:none;
}

.productlist-index-view .btn-tocart.action.tocart.primary {
    background-position: 10px center;padding:10px 30px 10px 60px;
    float: right;
}

.productlist-index-view .pl-dynamic-messages {
    text-align: center;
    position: fixed;
    z-index: 100;
    right: 0;
    background-color: #e5efe5;
    color: #006400;
    bottom: 0;
    left: 0;
}

.productlist-index-view .ajax-message {
	padding-top: 5px;
	padding-bottom: 5px;
}

.productlist-index-view .qty-message {
	padding-top: 5px;
	padding-bottom: 5px;
}

.productlist-index-view .ajax-message:empty {
	display: none;
}

.productlist-index-view .qty-message:empty {
	display: none;
}

.productlist-index-view .productlist-index-view .price {
    font-size: 18px;
}

.separator {
	margin-top:10px; 
	margin-bottom: 15px;
}

.list-add-all {
	text-align: right;
	margin: 20px 0;
}

.back-to-product-list.back-to-product-list-bottom {
    margin-top: 25px;
    margin-bottom: 15px;
    float: left;
}
/*
.sorted_table tr {
	cursor: pointer;
}
*/
.sorted_table tr.dragged {
	background: #EEE;
}

.sorted_table tr.placeholder {
	display: block;
   	background: red;
   	position: relative;
   	margin: 0;
   	padding: 0;
   	border: none;
}

.sorted_table tr.placeholder::before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
	border-right: none;
}
/*
.data-table.data.table.history.ecw-shared-lists td:nth-child(5){
	display:none;
}
*/
.data-table.data.table.history.ecw-shared-lists td:nth-child(6){
	display:none;
}

.productlist-index-index .authentication-wrapper {
    margin-top: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}

.productlist-index-index .toolbar .limiter-options{
	padding-right: 25px;
	padding-top: 4px;
}
/*
.data-table.data.table.history.ecw-shared-lists td:nth-child(5) {
    display: none!important;
}
*/
.data-table.data.table.history.ecw-shared-lists td:nth-child(6) {
    display: none!important;
}

.authentication-wrapper .action.primary {background:transparent;border:transparent;color:#006bb4;font-weight:400;}
.authentication-wrapper .action.primary:hover {text-decoration:underline;}
.action.submit.primary.cart-quote-button{
	background: #1979c3;
	border: 1px solid #1979c3;
	color: #ffffff;
	font-weight:600;
}
.action.submit.primary.cart-quote-button:hover{
	text-decoration:none;
	background: #006bb4;
	border: 1px solid #006bb4;
	color: #ffffff;
}
.productlist-index-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td::before {
  content: attr(data-th) ' ';
}

.productlist-index-view .back-to-product-list.back-to-product-list-top {
		display: inline-block;
		width: 40%;
		float: left;
	}

.productlist-index-view .empty-list-ecw{
	float:right;
}

.productlist-index-view .back-to-product-list.back-to-product-list-bottom{
		display: inline-block;
		width: 50%;
		float: left;
	}
.productlist-index-view  .list-add-all {
		display: inline-block;
		margin: 0;
		width: 98%;
		float: right;
		margin-top:10px;
}

.list-add-all-bottom {
	margin-top: 45px;
}

.productlist-index-index .page-title-wrapper {
	display: none;
}

.shared_table.product_list_product_holder td{
	padding:5px 10px;
	vertical-align: middle;
	height:60px;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary{
	display: inline-block;
	float: left;
	margin-right: 5%;
	vertical-align: middle;
}

.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
	background-position: 10px center;
	padding: 10px 15px 10px 48px;
	vertical-align: middle;
	min-width: 130px;
}

.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary{
	width: 58%!important;
	display: inline-block;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	float: right;
	padding-top: 5px;
}

.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .lists-wrapper{
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
	width: 18px;
	line-height: 18px;
	text-align: center;
}

#category-list-button{
	border:none;
	box-shadow: none;
	/*background: none;*/
	padding: 0px;
	color: #666666;	
}

.action.showlists {
    color: #666;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .lists-wrapper .list-title {
    text-align: left;
    margin-bottom: 10px;
	color:#666666;
}

#category-list-button{
	background: url('../images/icon-new.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 14px;
	margin-top:-2px;
}
#category-list-button:hover{
	background: url('../images/icon-new-hover.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 14px;
	margin-top:-2px;
}
/*
#category-list-button{
	font-family: 'luma-icons';
	content: url('../images/icon-new.png')!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 16px;
	font-family: 'luma-icons';
	margin: -6px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}
*/
.btn-alltocart.action.alltocart.primary {
    background-color: #00b900 !important;
    border-color: #00b900 !important;
}

.btn-alltocart.action.alltocart.primary:hover {
    background-color: #009600 !important;
    border-color: #009600 !important;
}
.list-add-all  .btn-alltocart.alltocart {
	padding: 9px 10px;
	width: 140px;
}

.productlist-index-view .ui-dialog .ui-dialog-content{
	position:absolute;
	border:1px solid #bbbbbb;
	padding: 25px 20px;
	background: #ffffff;
	overflow: inherit;
}

.productlist-index-view .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog{
	border:none;
}

.productlist-index-view .minicart-wrapper .block-minicart {
    right: -52px;
	top: 41px;
}

.remove .confirm-remove:after{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	line-height: 28px;
	color: #006bb4;
	content: '\e604';
	font-family: 'luma-icons';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.authentication-wrapper.ecw-create-list-lists{
	z-index: 2;
}

.order-products-toolbar.toolbar.bottom.custom-pager{
	clear: both;
}

.toolbar-amount{
	float: left;
}

.limiter{
	width: 230px;
	float: right;
	text-align: right;
}
/*** MEDIA QUERIES ***/

/*Responsive*/

@media only screen and (min-width:320px) and (max-width:480px){

}
@media only screen and (min-width:481px) and (max-width:640px){

}
@media only screen and (min-width:641px) and (max-width:1000px){
.product_list_product_holder input[type="number"]{
	width:40%!important;
}
}

@media only screen and (min-width:320px) and (max-width:356px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 45% !important;
	}
}
@media only screen and (min-width:357px) and (max-width:366px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 33% !important;
	}
}
@media only screen and (min-width:367px) and (max-width:377px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 40% !important;
	}
}
@media only screen and (min-width:378px) and (max-width:388px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 31% !important;
	}
}
@media only screen and (min-width:389px) and (max-width:400px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 30% !important;
	}
}
@media only screen and (min-width:320px) and (max-width:400px){
	.productlist-index-index .ecw-customer-lists td.edit{
		width: 28% !important;
	}
	.productlist-index-index .ecw-customer-lists td.remove{
		width: 24% !important;
	}
}
@media only screen and (min-width:401px) and (max-width:422px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 35% !important;
	}
	.productlist-index-index .ecw-customer-lists td.edit{
		width: 22% !important;
	}
	.productlist-index-index .ecw-customer-lists td.remove{
		width: 22% !important;
	}
}
@media only screen and (min-width:423px) and (max-width:639px){
	.productlist-index-index .ecw-customer-lists td.view-items{
		width: 30% !important;
	}
		.productlist-index-index .ecw-customer-lists td.edit{
		width: 20% !important;
	}
	.productlist-index-index .ecw-customer-lists td.remove{
		width: 20% !important;
	}
}

@media only screen and (max-width:639px){
	.productlist-index-index .ecw-customer-lists tr {overflow: hidden;border-bottom: 1px solid #cccccc;padding-bottom: 15px;}
	.productlist-index-index .ecw-customer-lists tr td.view-items { display: inline-block!important; float: left;}
	.productlist-index-index .ecw-customer-lists tr td.view-items a.action.primary{background:transparent;border:transparent;padding:0 0 3px 0;color:#006bb4;font-weight:400;}	
	.productlist-index-index .ecw-customer-lists tr td.view-items a.action.primary a:hover{text-decoration:underline;}
	.productlist-index-index .ecw-customer-lists tr td.edit {display: inline-block!important;}
	.productlist-index-index .ecw-customer-lists tr td.remove { display: inline-block!important;border-bottom:none!important;}
}

@media only screen and (min-width: 640px)  {
	.block.widget .block-content .products-grid .product-items .product-item {width: 33.33333333%;}
	.ecw-customer-lists #table-data::before {
	        content: none!important;
	}
	.ecw-shared-lists #table-data::before {
	    content: none!important;
	}
}
@media only screen and (min-width: 820px)  {
	.block.widget .block-content .products-grid .product-items .product-item {width: 25%;}
	
}

@media only screen and (min-width: 1024px)  {
.block.widget .block-content .products-grid .product-items .product-item {width: 21.333%;}
}
@media only screen and (min-width:1024px) and (max-width:1280px){
	.data-table.ecw-customer-lists tr td.view-items a {
		padding:7px 5px;
	}
}

@media only screen and (max-width: 600px) {
	.productlist-itemline .item_name {
		font-size: 14px!important;
	}
	.productlist-heading .heading-img {
	    display: none!important;
	}
	
	.productlist-heading .heading-name {
		width: 37%!important;
	    float: left;
	}
	.productlist-itemline td:nth-child(3) {
	    width: 37%!important;
	}
	
	.productlist-itemline td:nth-child(6) {
		width: 30%;
	}
	.productlist-heading .heading-qty {
	    width: 30%!important;
	    display:table-cell!important;
	    clear: none;
	}
	
	.productlist-heading td {
	    height: 20px!important;
	}
}

@media only screen and (max-width: 599px){
	.productlist-index-view .ecw-product-image {
		display: none!important;
	}
}

@media only screen and (max-width: 768px) {
	.shared_table.product_list_product_holder .heading-img {
		display: none;
	}
	
	.shared_table.product_list_product_holder td.ecw-product-image{
		display:none;
	}
	
	.productlist-heading .heading-action {
		display:none;
	}

	.data-table.ecw-customer-lists tr td.view-items a {
		padding:7px 5px;
		white-space: nowrap;
	}
	   
	.productlist-index-view .ecw-options{
		display:none;
	}
	
	.productlist-index-view table > tbody > tr > td {
	   vertical-align: middle;
	}
	
	.productlist-index-index .page.messages {
    	margin-bottom: 0px !important;
	}
	
	.price-as-configured {
	    margin-top: 10px;
	}

	.toolbar-amount{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.ecw-customer-lists td {
    	width: 95% !important;
	}
	
	.ecw-shared-lists td {
    	width: 95% !important;
	}
}

@media only screen and (max-width: 600px) {
	.productlist-index-view table td:nth-child(3) {
	    width: 350px;
	}
	
	 .productlist-index-view table > tbody > tr > td {
	   vertical-align: middle;
	}
	
	.productlist-index-view table td:nth-child(3) {
	    width: 70px;
	}
	
	.productlist-index-view .btn-tocart.action.tocart.primary {
    	float: none;
	}
	
	.shared_table td:nth-child(4) {
	    min-width: 60px;
	}
	.shared_table td:nth-child(5) {
	    min-width: 100px;
	}
}
	
@media only screen and (max-width: 544px) {

	.productlist-index-view table td:nth-child(5) {
	    display:none;
	}
	
	.productlist-heading td:nth-child(5) {
		display:none;
	}
	
	.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input {
    	padding-right: 0px;
	}
	
}
@media only screen and (max-width: 420px) {

	.productlist-index-view table td:nth-child(4) {
	    display:none;
	}
	
	.productlist-heading td:nth-child(4) {
		display:none;
	}
	
}

@media only screen and (max-width: 360px) {

	.productlist-index-view table td:nth-child(3) {
	    width: 70px;
	}
	.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input {
    	padding-left: 16px !important;
	}
	
}

@media only screen and (min-width:768px) and (max-width:1023px){ 
	#list_desc_container {
		padding: 15px 0;
	}
	#list_desc_container .control {
		padding-top: 10px;
	}
}
@media only screen and (min-width:1038px) and (max-width:1220px){ 
	.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input {
	    padding-left: 0px !important;
	}
}

@media only screen and (min-width:674px) and (max-width:1037px){ 
	.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input {
	    padding-left: 0px !important;
		width: 16% !important;
	
	}
	.product_list_product_holder .heading-name {
	    width: 24% !important;
	}
}

@media only screen and (min-width:600px) and (max-width:673px){ 
	.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input {
	    padding-left: 0px !important;
	    width: 17% !important;
	}
	.product_list_product_holder .heading-name {
	    width: 24% !important;
	}
}

@media only screen and (min-width:890px) and (max-width:927px){
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
		padding: 10px 9px 10px 43px;
		min-width: 126px;
	}
}

@media only screen and (min-width:860px) and (max-width:889px){
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
		padding: 10px 9px 10px 43px;
		min-width: 126px;
	}
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
	   	padding-left: 0px;
	}
}

@media only screen and (min-width:820px) and (max-width:859px){
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
		padding: 10px 5px 10px 41px;
		min-width: 100px;
	}
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
	   	padding-left: 0px;
	}
}

@media only screen and (min-width: 1024px) and (max-width:1081px){  
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
		padding: 10px 0px 10px 36px;
		min-width: 117px;
	}
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
	    	padding-left: 0px;
	}
}

@media only screen and (min-width: 1082px) and (max-width:1181px){  
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary{
		padding: 10px 10px 10px 43px;
		min-width: 120px;
	}
	.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
	    	padding-left: 0px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1680px){ 
	#list_desc_container {
		padding: 15px 0;
	}
	#list_desc_container .control {
		padding-top: 10px;
	}
}

@media only screen and (max-width:767px){
	.authentication-wrapper.ecw-create-list-lists{
		z-index:900!important;
	}
}

/*CUSTOM*/

.shared_table tr.productlist-itemline{
	cursor: auto;
}

.product_list_product_holder{
	margin-bottom:20px;
}

.product_list_product_holder .heading-img{
	width:5%;
}
.product_list_product_holder .heading-name{
	width:32%;
}
.shared_table.product_list_product_holder .heading-att, .shared_table.product_list_product_holder .heading-att.additional-attribute{
    width: 16%;
    padding-left:5px
}

.shared_table.product_list_product_holder .heading-qty, .shared_table.product_list_product_holder .qty-input{
	width:11%;
	padding-left:20px;
}

.product_list_product_holder .heading-delete{
	padding:5px 0px;
	width:2%;
	
}

.shared_table.product_list_product_holder td.remove {
	padding:5px 0px;
	text-align: right;
}
.shared_table.product_list_product_holder td.drag {
    padding:5px 0px;
}
.product_list_product_holder .heading-drag{
	padding:5px 0px;
	width:2%;
	
}	

.product_list_product_holder .heading-action{
	width:10%;
}

.shared_table.product_list_product_holder .productlist-heading td {
    height: 30px;
}

.products-grid .product-item .action.toproductlist {
    color: #006bb4;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    
}
.products-grid .product-item .action.toproductlist:HOVER {
	text-decoration: underline;
}
/**/

.list-name-input{
	font-size:32px;
	font-weight: 300;
	width:220px;
}
span.decrease-qty{
	display: block;
	float: left;
	padding: 1px 10px 5px;
	border: 1px solid #bbb;
	border-right: 0px;
	cursor: pointer;
	font-size: 17px;
	height: 24px;
	
}
span.increase-qty{
	display: block;
	float: left;
	padding: 4px 8px 2px;
	border: 1px solid #bbb;
	border-left: 0px;
	cursor:pointer;
	font-size: 16px;
	height: 24px;
}
.drag-handle span::before{
	content: '\e609';
	font-family: 'luma-icons';
	font-size:24px;
	color:#757575;
}
.drag-handle{
	cursor: move;
}
.loader_container_delete{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
}

.list-add-all .btn-alltocart.saveqty {
    padding: 9px 10px;
    width: 140px;
}

.pricelist.qty-increment{
	font-size:11px;
}