*, *::before, *::after {
    box-sizing: initial;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.added_to_quote {
	background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.order_notes {
	list-style: none;
	padding: 0; /* Removes padding */
    margin: 0; 
}
ul.order_notes li .note_content {
    padding: 10px;
    background: #efefef;
    position: relative;
	
}

ul.order_notes li .note_content p {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}
ul.order_notes li .note_content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #efefef transparent;
}

ul.order_notes li.customer-note .note_content {
    background: #cece;
}

ul.order_notes li.customer-note .note_content::after {
    border-color: #cece transparent;
}
ul.order_notes li p.meta {
    padding: 10px;
    color: #999;
    margin: 0;
    font-size: 11px;
    text-wrap: pretty;
    line-height: 1.5;
}


.add_note #add_quote_note_text {
    width: 100%;
    height: 50px;
}
ul.order_notes li p.meta .exact-date {
    border-bottom: 1px dotted #999;
}
ul.order_notes li a.delete_note {
    color: #a00;
}
ul.order_notes {
    padding: 2px 0 0;
}



.aio-quote-icon{
	cursor: pointer;
}

#aio-quote-li-icon {
	width: auto;
}
#aio-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#aio-quote-li .totalitems { 
/*	width: auto; 
	white-space: nowrap; 
	float: right; */
	margin-left: 3px;
}
.dashiconsc {
	width: auto;
	float: left;
	margin-top: 2px;
}

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

.mini-quote-dropdown .quote_list {
	position: initial;
}
.aio-quote-icon table.aio-quote-icon-widget__contents,
li.aio-quote-li .mini-quote-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5000;
	display: none; 
	background-color: whitesmoke !important;
}
li.aio-quote-li:hover a{
	text-decoration: none;
}
div.aio-quote-icon {
	position: relative;
}
li.aio-quote-li:hover .mini-quote-dropdown, .aio-quote-icon:hover .aio-quote-icon-widget__contents {
	display: block;
}

li.aio-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.aio-quote-mini-cart-item {
	position: relative !important;
	width: 200px;
	overflow: hidden;
}

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

.mini-quote-dropdown li.aio-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.aio-quote-mini-cart-item a.aio-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.aio-quote-mini-cart-item  a.aio-quote-remove:hover {
	opacity: 1;
	background: none;
	color: red;
}
.aio-quote-actions form {
    display: inline-block;
}
.aio-quote-actions {
   text-align: right;
}
.mini-quote-dropdown p.total {
	padding: 0.5em 0em;
	margin: 0em 0em 1em 0em;
	padding-left: 20px;
	/* 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.aio-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.aio-quote-mini-cart__empty-message {
	padding: 10px;
	white-space: nowrap;
	margin-top: 10px;
}
form.aio-quote-form .alert-success {
	display: none;
}
a.quote-btn {
	margin-left: 3px;
}
a.aio-quote-download span {
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	vertical-align: middle;
	margin-left: 0.2em;
	font-variant: normal;
}
form.quote-action-btn {
	width: auto;
    display: inline;
}
div.aio_quote_convert_to_order_button , div.aio_quote_action_button{
	text-align: right;
}
.aio-quote-widget__contents td{
	border: 0px;
}
table.quote tr td,
table.quote tr th {
	padding: 1.618em 5px 1.618em 5px !important;
	vertical-align: middle;
}
table.quote tr.aioquote-view-btn td{
	text-align: center;
}
table.quote tr td.actions {
	padding: 0 !important;
}
p.aio_quote_counter{
    font-weight: 600;
     margin-top: 60px;
}
.browse_list{
    border: 1px solid black; 
    color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 4px;
}
a#view-quote {
    margin-right:50px;
}
/*a.underneath_add_to_cart{
	position: relative;
    top: 55px;
    right: 128px;
}*/

.woocommerce .products-block-post-template .product {
    text-align: center!important;
}


/* Style all input fields within the form */
#quote-form-fields input[type="text"],
#quote-form-fields input[type="email"],
#quote-form-fields .selection,
#quote-form-fields textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.cart-collaterals #order_review {
    background-color: inherit;
}
/* Style the error messages */
.formio-errors {
  color: red;
  margin-top: 5px;
}
.quote_fields_start .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.quote_fields_start .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.quote_fields_start .input-group-text {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.quote_fields_start .has-feedback .form-control {
    padding-right: 10px;
}
.quote_fields_start .choices[data-type*=select-one] .choices__input {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.quote_fields_start .formio-choices.form-group, .formio-choices.formio-form-group {
    margin-bottom: 0;
}
.quote_fields_start .choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}
.quote_fields_start .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.quote_fields_start .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.quote_fields_start .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0px;
}
.quote_fields_start .col-md-1 {
    width: 10% !important;
}
.quote_fields_start .col-md-9 {
    width: 65% !important;
}
.quote_fields_start .col-md-2 {
    width: 25% !important;
}