.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;
	width: 98%;
}

.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) {
	.pd_notices.woocommerce-notices-wrapper {
			width: 90%;
		}

	.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;
}



.pd_notices.woocommerce-notices-wrapper {
	position: fixed;
	margin-bottom: 0px !important;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	box-shadow: 0px 0px 50px -10px #000000;
}

.pd_notices .woocommerce-error ,
.pd_notices .woocommerce-message {
	margin-bottom: 0px;
}

.pd_notices a.cwpt-close-notice {
	position: absolute;
	right: 0px;
	top: 0px;

}

.pd_notices.woocommerce-notices-wrapper {
max-height: 70vh;
overflow: auto;
}

.button.loading {
	opacity: 1 !important;
	position: relative;
	color: rgba(255,255,255,0.05);
	pointer-events: none !important
}

.button.loading:after {
	-webkit-animation: spin 500ms infinite linear;
	animation: spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	content: "";
	display: block;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	width: 16px
}



.cwpt-modal {
	position: fixed;
	z-index: 99999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.cwpt-modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 20%; /* Adjust as per your requirement */
}

.cwpt-modal {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
}

.cwpt-modal-content {
	width: auto;
	max-width: 70vw;
	z-index: 999999999999;
	position: relative;
	border-radius: 5px;
	overflow-y: auto;
	max-height: calc(100vh - 200px);
	/* min-height: calc(100vh - 200px); */
}
button#cwpt-deny ,
button#cwpt-allow {
	border: 0px;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 20px;
	border-radius: 5px;
	/* color: transparent !important; */
	position: relative;
	background: #fff;
	margin-right: 0px;
}

button#cwpt-allow {}



button#cwpt-deny {
	cursor: pointer;

}
button#cwpt-deny span {
	background: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

button#cwpt-allow {
	background-image: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	color: #fff;
	cursor: pointer;
}

.cwpt-modal-content p {
	margin: 0px;
	padding: 0 0 20px  0;
}

button#cwpt-deny:before , button#cwpt-allow:before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-image: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	border-radius: 5px;
	z-index: -1;

}


.cwpt-modal .button-div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cwpt-modal .button-content-div img {
	width: 8;
	height: 12;
	object-fit: cover;
	position: relative;
	bottom: 0px;
}
.cwpt-modal .button-content-div div {
	display: none;
	position: absolute;
	top: unset;
	left: 25px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 138px;
	height: auto;
	max-height: 200px;
	overflow-y: auto;
	bottom: 0px;
}
.cwpt-modal .button-content-div {
	/* display: inline-block; */

	position: absolute;
	left: calc(50% + 99px);
	transform: translateX(-50%);
}
.cwpt-modal .button-content-div:hover div {
	display: block;
}
.table-scroll-x table thead th {
    min-width: 137px;
}

.table-scroll-x .cwpt_product_table {
    overflow-x: scroll;
}
.table-scroll-x table thead th.cwpt-multiselect_checkbox-column {
    min-width: 20px;
}
