#filterlist h1 a{
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px;
}
.quantity_box{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#filterlist h1 .pull-right{
    margin-top:-4px;
}
#filterlist h1{
    background: #229ac8;
    margin-top: 0;
    padding: 7px 10px;
    color:#fff;
    font-size: 25px;
}
.pricelistproduct .panel-default .panel-heading{
    padding: 8px 15px;
    background: #229ac8;
    color: #fff;
    text-align: center;
}
.pricelistproduct .panel-default .panel-heading h3{
    margin: 0;
    color: #fff;
}
#filterlist table thead tr td{
    background: #229ac8;
    color: #fff;
    font-size: 13px;
}
#filterlist table thead tr td a{
    color: #fff;
}
#filterlist table tr .qty{
    border-radius: 0px;
    text-align: center;
    border: 1px solid #ddd;
}
#filterlist table tr .thumbnail{
    padding: 0px;
    border-radius: 0px;
}
.product-pricelist #column-left{
    display: block !important;
}
#filterlist p .fa{
    font-size: 12px;
}
@media(max-width:1180px){
    #filterlist table tr p .fa{
        font-size: 10px;
    }
}
.pricelistproduct #column-left{
    display: block !important;
}
#filterlist .btn-success, #filterlist .btn-danger{
    padding: 0px 8px;
    border-radius: 5px;
    border: none;
}
.pricelistproduct .table-bordered, .pricelistproduct .fa{
    font-size:14px !important;
}
.pricelistproduct .btn-primary{border:none;}
.pricelistproduct .fa-stack{
    width: 1em !important;
}
.pricelistproduct .panel-body .btn-primary{
	margin-top:25px;
}
.pricelistproduct #filterlist table tr td .rating{
    display: flex;
    justify-content: center;
    gap: 2px;
}
.site-wrapper .fa-stack .fa::before {
    font-family: icomoon;
}
.site-wrapper .modal .modal-header button#button-cart{
	padding: 7px 15px;
	width: auto;
}
.site-wrapper .modal .modal-header button{
	background: rgba(34,100,189,1) !important;
}
.site-wrapper .modal .modal-header button.close{
	position: absolute;
    top: -1px;
    right: 0px;
	background:transparent !important;
}
#tmdbulkprice #column-right{
	margin-top:0px;
}
@media(min-width:768px){
	#tmdbulkprice > .row {
		flex-wrap: nowrap;
	}
}
.productinfodata-body .modal-body .thumbnails{
	padding:0px;
}
.productinfodata-body .modal-body{
	padding:10px;
}
@media(max-width:768px){
	.pricelistproduct > .row {
		display: block !important;
	}
}