body {
  font-family: 'Ubuntu', sans-serif;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'Font Awesome 5 Free' !important;
}
.cwpt_product_table thead th:nth-last-child(2),
.cwpt_product_table thead th:first-child {
  pointer-events: none;
}
.cwpt_product_table thead th:first-child,
.cwpt_product_table thead th:nth-last-child(2),
.cwpt_product_table thead th:last-child {
  background: none !important;
}
.cwpt_product_table thead th:first-child:after,
.cwpt_product_table thead th:nth-last-child(2):after,
.cwpt_product_table thead th:last-child:after {
  display:none !important;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-size: 20px;
}
.cwpt_product_table {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid #111;
  border-right: none;
  border-left: none;
}
.cwpt_product_table td div,
.cwpt_product_table th span {
  display: block;
/*  min-width: 200px; */
  min-width: 15px;
}
.cwpt_image_box_left,
.cwpt_product_selection {
  min-width: 20px !important;
}
input[name='selected_attr'] {
  float: left;
}
p.close {
  cursor:pointer;
  margin-left: 274px;
  border-radius: 50px;
  background: cadetblue;
  color: white;
  width: 25px;
  text-align: center;
  position: absolute;
  float: right;
}
.add_all_to_cart_button {
  padding: 14px;
  margin: 0 15px 0 auto;
  display: block;
  font-size: 13px;
}
.cwpt_product_table .star-rating {
  float: none !important;
  margin: 0 auto;
}
.light_box_div {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999 !important;
  margin: 0 !important;
  background: rgba(0,0,0,.7) !important;
  width: 100% !important;
  height: 100%;
  text-align: center;
}
.light_box_div > div {
  margin: 120px auto 0;
}
.light_box_div p {
  color: #fff;
  font-size: 22px !important;
  padding: 5px 0;
  text-transform: UPPERCASE;
}
p.close {
	border-radius: 40px;
	color: white;
	width: 40px;
	top: 12%;
	height: 40px;
	left: 64%;
	z-index: 9999999999;
	line-height: 39px;
	padding: 0 !important;
	margin: 0;
	transform: translate(38%, 15%);
}
div#CWPT_table_id_length {
  margin: 13px 0 0px;
  padding-left: 10px !important;
}
.dataTables_filter,
.dataTables_length {
  margin: 10px 15px;
}
.dataTables_filter input[type="search"],
.dataTables_length select {
  padding : 10px !important;
}
.light_box_div {
  display: none;
}
.cwpt-table-responsive-wrapper {
  margin-bottom: 30px;
}
.dataTables_wrapper {
  position: static;
}
.dataTables_paginate.paging_simple_numbers {
  position: relative;
  left: auto;
  right: 0;
}
.dataTables_info {
  position: relative;
  left: 15px !important;
}
input#filter_minimum_price {
  margin-left: 10px;
}
input#filter_maximum_price,
input#filter_minimum_price,
.filter_form_wcpt select {
	background: #fff;
  padding: 12px;
  width: 150px;
  font-size: 12px;
  display: inline-block;
  color: #666 !important;
}
.filter_form_wcpt select {
  width: auto;
}
.filter_form_wrapper {
  display: flex;
  padding: 0px 0px 10px 15px;
  height: 60px;
}
div#CWPT_table_id_filter input[type="search"] {
	background: #fff;
	border: 1px solid;
}
.filters_wrapper {
  background-color: #dcd4e4;
  padding: 25px 0;
  margin: 50px 0px;
  border: 1px solid;
}
.ms-options {
	left: inherit !important;
}

div#view_rfq_order_paginate {
	position: relative;
	bottom: -10px;
}
.show {
	margin: 0 auto;
}
.filter_form_wcpt {
  display: inline-flex;
}
.cwpt_product_table th,
.cwpt_product_table td {
  text-align: center;
  vertical-align: middle;
}
.cpt_apply_filter{
  margin-left: 10px;
  padding: 13px;
  margin-right: 10px;
}
#filter_maximum_price {
  margin-left: 10px;
}
.cwpt_image_box_left input[type="checkbox"] {
  cursor: pointer;
}
.cwpt_image_box_left input[type="checkbox"]:focus{
  outline:0;
}
.select_variations {
  width: 48%;
  float: left;
  text-align: left;
  padding: 5px 0px;
  margin: 0px 2px 5px 2px;
  font-size: 15px;
}
#cart_action_div .product-quantity {
  width: 90%;
  padding: 2px !important;
  margin: 2px 0px;
  float: left;
}
.cwpt_product_table .cwpt_rfq {
  width: 100%;
  padding: 8px 0px !important;
  margin: 0px !important;
}
.cwpt_select_options {
  width: 50%;
  padding: 8px 0px !important;
  margin: 0px !important;
  display: block;
  float: left;
}
.single_required_login_button {
  width: 120px;
  padding: 8px 0px;
  display: block;
}
.cwpt_add_cart_btn {
  width: 50% !important;
  padding: 8px;
  float: right;
  margin: 8px 0px;
}
.ms-options-wrap {
  margin-left: 10px;
}
.ms-options-wrap button {
  overflow: hidden;
  padding: 15px 24px 15px 8px !important;
  border: 1px solid #eaeaea !important;
  border-radius: 0px !important;
  display: inline-block;
  width: 150px !important;
}
.ms-options-wrap span {
  vertical-align: middle;
  font-weight: 400;
  text-transform: none !important;
}
.ms-options-wrap > .ms-options > ul label {
  display: inline !important;
}
