.filters_wrapper {
	font-family: 'Calibri', sans-serif;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
	padding:15px;
	margin-bottom: 50px;
}

.filters_wrapper a,
.filters_wrapper a:focus,
.filters_wrapper a:hover {
	outline: none !important;
	text-decoration: none;
	background-color: transparent !important;
	text-decoration: none !important;
}

.filters_wrapper input[type="text"],
.filters_wrapper input[type="email"],
.filters_wrapper input[type="phone"],
.filters_wrapper input[type="url"],
.filters_wrapper input[type="tel"],
.filters_wrapper input[type="number"],
.filters_wrapper input[type="search"],
.filters_wrapper select,
.filters_wrapper textarea {
	width: 100%;
	padding: 0 15px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #e3e3e3;
	margin: 0 5px 20px 0;
	font-size: 14px;
	line-height: 20px;
	background-color:#ffffff;
	color:#666666;
}

.filters_wrapper input[type="text"]:focus,
.filters_wrapper input[type="email"]:focus,
.filters_wrapper input[type="phone"]:focus,
.filters_wrapper input[type="url"]:focus,
.filters_wrapper input[type="tel"]:focus,
.filters_wrapper input[type="number"]:focus,
.filters_wrapper input[type="search"],
.filters_wrapper input[type="checkbox"],
.filters_wrapper input[type="radio"],
.filters_wrapper select:focus,
.filters_wrapper textarea:focus,
.filters_wrapper input[type="submit"],
.filters_wrapper input[type="button"],
.filters_wrapper button {
	outline: none !important;
}

.filters_wrapper input[type="submit"],
.filters_wrapper input[type="button"],
.filters_wrapper button {
	border: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 10px 0;
	height: 40px;
	padding: 0 15px !important;
	background-color: #000000 !important;
	color: #ffffff !important;
	cursor: pointer;
}

.filters_wrapper input[type="submit"]:hover,
.filters_wrapper input[type="button"]:hover,
.filters_wrapper button:hover {
	background-color: #9a9595 !important;
	color: #ffffff !important;
}

.filter_form_wrapper .ms-options-wrap {
	display: inline-block;
	position: relative;
}

.filter_form_wrapper select,
.filter_form_wrapper .ms-options-wrap,
.filter_form_wrapper input[type="number"],
.filter_form_wrapper button {
	width: 20%;
	margin-bottom: 0;
}

.filter_form_wrapper .cwpt_multiselect_btns {
	display: block;
	margin: 0 0 20px;
}

.filter_form_wrapper .cwpt_multiselect_btns button {
	width: 170px;
}

.filters_wrapper .dataTables_length,
.filters_wrapper .dataTables_filter {
	width: 49%;
	display: inline-block;
	float: left;
	margin: 0 5px 20px;
	text-align: left;
}

.filters_wrapper .dataTables_length {
	margin-left: 0;
}

.filters_wrapper .dataTables_filter {
	margin-right: 0;
}

.filters_wrapper .dataTables_length label {
	text-transform: capitalize;
}

.filters_wrapper .product_table_wrapper input[type="checkbox"],
.filters_wrapper .product_table_wrapper input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #e3e3e3;
}

.filters_wrapper .dataTables_info {
	margin: 10px 0;
	width: 50%;
	display: inline-block;
	text-align:left;
}

.filters_wrapper .dataTables_paginate {
	margin: 10px 0;
	text-align: right;
	width: 50%;
	display: inline-block;
}

.filters_wrapper .dataTables_paginate > a,
.filters_wrapper .dataTables_paginate > span > a {
	background:none !important;
	display:inline-block;
	width:100px;
	background-color:#000000 !important;
	color:#ffffff !important;
	border:none !important;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	margin:0 2px 5px;
}

.filters_wrapper .dataTables_paginate > span > a {
	width:40px;
}

.filters_wrapper .dataTables_paginate > span > a,
.filters_wrapper .dataTables_paginate > span > a.current {
	background: none !important;
	background-color:#000000 !important;
	color:#ffffff !important;
	border:none !important;
}

.filters_wrapper .dataTables_paginate a:hover,
.filters_wrapper .dataTables_paginate > span > a:hover,
.filters_wrapper .dataTables_paginate > span > a.current:hover {
	background-color: #9a9595 !important;
    color: #ffffff !important;
}

.filters_wrapper .cwpt_bottm_btns {
	clear: both;
	text-align: right;
}

.filters_wrapper .filter_form_wcpt {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.filters_wrapper table.cwpt_product_table {
	border: none;
}

.filters_wrapper .cwpt_product_table tr th {
	border: 1px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
}

.filters_wrapper .cwpt_product_table tr td {
	border: 1px solid #ffffff;
	background-color: #f5f5f5;
}

.filters_wrapper .cwpt_product_table tr th,
.filters_wrapper .cwpt_product_table tr td {
	vertical-align: middle;
	padding: 10px;
	text-align: center;
}

.filters_wrapper .cwpt-table-responsive .filter {
	
	margin: 0 0 20px;
}

.filters_wrapper .cwpt-table-responsive .filter .cwpt_table_scroller {
	overflow-x: auto;
	clear:both;
}

.filters_wrapper .cwpt_product_table select.select_variations {
	margin: 0 0 10px !important;
	float: none !important;
}

.filters_wrapper .cwpt_product_table input {
	margin:0 0 10px;
}

.filters_wrapper .cwpt_product_table a.add_to_cart_button {
	display: inline-block;
	padding: 10px 15px;
	background-color: #000000 !important;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 10px 0;
	
}

.filters_wrapper .cwpt_product_table a.add_to_cart_button:hover {
	background-color: #9a9595 !important;
    color: #ffffff;
}

.filters_wrapper .ms-options-wrap button {
	background-color: #ffffff !important;
	border: 1px solid #e3e3e3;
	color: #666666 !important;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
}

.filters_wrapper .ms-options-wrap button:focus {
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 20px;
}

.filters_wrapper .cwpt_product_table tr td.cwpt-product_image-column > div.cwpt_image_box_right {
	width:auto !important;
	height:auto !important;
}

.filters_wrapper .cwpt_product_table input[type="submit"], 
.filters_wrapper .cwpt_product_table input[type="button"], 
.filters_wrapper .cwpt_product_table button,
.filters_wrapper .cwpt_product_table a.add_to_cart_button {
	width:max-content;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_image-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_image-column {
	width:15% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-multiselect_checkbox-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-multiselect_checkbox-column {
	width:3% !important;
	text-align:center;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-cart_actions-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-cart_actions-column {
	width:15% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_reviews-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_reviews-column {
	width:10% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_name-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_name-column {
	width:11.4% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_description-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_description-column {
	width:11.4% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_quantity-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_quantity-column {
	width:11.4% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_price-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_price-column {
	width:11.4% !important;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-product_sku-column,
.filters_wrapper .cwpt_product_table tr td.cwpt-product_sku-column {
	width:11.4% !important;
}

.light_box_div {
	margin:0 !important;
	top:0 !important;
	left:0 !important;
	background:rgba(0,0,0,0.6) !important;
	width:100% !important;
	height:100% !important;
 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction:column; 
	position:fixed !important;
	z-index:9999 !important;
}

.light_box_div > div {
	position:relative;
	background-color: #fff;
}

.light_box_div > div > p.close {
	top: -15px;
	right: -15px;
	background-color:#000000;
	color:#ffffff;
	border-radius:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	width:30px;
	height:30px;
	cursor: pointer;
	border: 3px solid #ffffff;
	font-weight: bold;
}

.light_box_div > div > img + p {
	margin:0;
	padding:10px 0;
	background-color:#ffffff;
	font-size:22px !important;
	line-height:27px;
}

a.single_required_login_button {
	padding: 10px 5px;
	background-color: #000000 !important;
	font-size: 14px;
	line-height: 20px;
	display: block;
}


.filters_wrapper .cwpt_product_table th input {
	margin:0;
}

.filters_wrapper table.cwpt_product_table th {
	background:#000 url('../images/sort_both.png') no-repeat right;
	text-align: left;
	font-size:13px;
	line-height:16px;
}
.filters_wrapper table.cwpt_product_table th span {
	display:block;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
}

.filters_wrapper .cwpt_product_table tr th.cwpt-cart_actions-column,
.filters_wrapper .cwpt_product_table tr th.cwpt-product_image-column,
.filters_wrapper .cwpt_product_table tr th.cwpt-multiselect_checkbox-column {
	background:#000;
} 

@media only screen and (max-width:768px) {
	.filters_wrapper .filter_form_wcpt {
		display:block;
		margin:0;
	}
	.filter_form_wrapper select, .filter_form_wrapper .ms-options-wrap, .filter_form_wrapper input[type="number"],       .filter_form_wrapper button {
		width:100%;
		margin:0 0 10px;
	}
	.ms-options-wrap button {
		margin-bottom:0;
	}
	.filter_form_wrapper .cwpt_multiselect_btns button {
		width:49%;
		margin: 0 7px 10px 0;
	}
	.filter_form_wrapper .cwpt_multiselect_btns button:last-child{
		margin-right:0;
	}
	.light_box_div > div > img + p {
		font-size:14px !important;
		line-height:20px;
	}
} 

@media only screen and (max-width:662px) {
	.filters_wrapper .dataTables_length, .filters_wrapper .dataTables_filter {
		width:100%;
		margin:0 0 10px;
	}
	.filters_wrapper .dataTables_info,
	.filters_wrapper .dataTables_paginate {
		width:100%;
		text-align:center;
	}
	.filters_wrapper .cwpt_bottm_btns {
		text-align:center;
	}
	.filters_wrapper .dataTables_paginate > a {
		width:70px;
		padding:5px;
	}
	.filters_wrapper .dataTables_paginate > span > a, .filters_wrapper .dataTables_paginate > span > a.current {
		padding:5px;
	}
	.filter_form_wrapper .cwpt_multiselect_btns button {
		width:49%;
		margin: 0 4px 10px 0;
	}
	.filter_form_wrapper .cwpt_multiselect_btns button:last-child{
		margin-right:0;
	}
	.light_box_div > div {
		width:85% !important;
		height:auto !important;
	}
}

@media only screen and (max-width:440px) {
	.filter_form_wrapper .cwpt_multiselect_btns button {
		width:100%;
		margin: 0 0 10px;
	}
}

.cwpt_product_table tbody{
	visibility: hidden;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
	background-color: rgba(0,0,0,0.5)!important;
}