#wc-quote-li-icon {
	width: auto;
}
#wc-quote-li-icon .dashicons-cart {
	margin-top: 10px;
}
.colimg {
	padding: 0%;
	width: 25%;
	float: left;
}
.colpro {
	padding: 0%;
	width: 60%;
	float: left;
	margin-left: 10px;
}
.coldel {
	padding: 0%;
	width: 10%;
	float: left;
}
#view-quote {
	text-align: center;
	background-color: #1a1a1a;
	color: white;
	border-radius: unset;
	border: 1px solid #1a1a1a;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
.main-btn-col {
	margin-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#dropdownMenuButton {
	cursor: pointer;
}
#quantity {
	font-size: 10px !important ;
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}
#delete-quote {
	margin-top: 23%;
	cursor: pointer;
}
#delete-quote:hover {
	color: red;
}
#empty-message {

	font-size: 15px;
}

ul li#wc-quote-li .totalitems { 
/*	width: auto; 
	white-space: nowrap; 
	float: right; */
	margin-left: 3px;
}
.dashiconsc {
	width: auto;
	float: left;
	margin-top: 2px;
}

ul li#wc-quote-li { 
	/*float: right;*/
	width: auto;
}

.mini-quote-dropdown .quote_list {
	position: initial;
}

li.wc-quote-li .mini-quote-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5000;
	display: none; 
	background-color: whitesmoke !important;
}
li.wc-quote-li:hover a{
	text-decoration: none;
}
li.wc-quote-li:hover .mini-quote-dropdown {
	display: block;
}

li.wc-quote-li ul.quote_list {
	max-height: 270px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0em 1em;
	display: block !important;
	background: inherit !important;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item {
	position: relative !important;
	width: 200px;
	overflow: hidden;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item:hover a {
	background: none;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item a {
	padding: 0em 1.41575em 0em 1.6em !important;
	display: block;
	width: auto;
	/* overflow: hidden; */
	background: none !important;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove {
	font-size: 12px;
	display: block;
	background: #cdd7df;
	border-radius: 50%;
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	line-height: 13px;
	padding: 0px !important;
	text-align: center;
	font-weight: 600;
	overflow: hidden;
	margin-right: 3px;
	margin-top: 15px;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item  a.wc-quote-remove:hover {
	opacity: 1;
	background: none;
	color: red;
}

.mini-quote-dropdown p.total {
	padding: 0.5em 0em;
	margin: 0em 0em 1em 0em;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.05);
	display: inline-block;
	min-width: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.mini-quote-dropdown p.buttons {
	padding: 0em 1em;
	text-align: center;
	display: inline-block;
	min-width: 100%;
	width: 100%;
}

.mini-quote-dropdown li.wc-quote-mini-cart-item span.quantity {
	/*margin-left: 15px;
	padding: 0em 1em;*/
	/* display: block; */
	/* text-align: center; */
	/* margin-left: 15px; */
	padding: 0em 0.3em;
}

.mini-quote-dropdown p.wc-quote-mini-cart__empty-message {
	padding: 10px;
	white-space: nowrap;
	margin-top: 10px;
}
form.wc-quote-form .alert-success {
	display: none;
}
/*a.quote-btn:hover {
	filter: brightness(90%);
}*/
a.quote-btn {
	margin-left: 3px;
}
a.wc-quote-download span {
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	vertical-align: middle;
	margin-left: 0.2em;
	font-variant: normal;
}
form.quote-convert-to-order {
	width: auto;
    display: inline;
}
div.wc_quote_convert_to_order_button{
	text-align: right;
}