
/*.order_list_main:not(.plug)  tbody .quantity.order_list{
	display: flex;
	justify-content: space-between;
}*/

.order_list_main:not(.plug)  tbody .quantity.order_list {
	display: flex;
	margin-right: 0;
	width: 100%;
	justify-content: center;
}

.order_list_main:not(.plug)  tbody .quantity.order_list input[type="number"]{
	text-align: center;
	width: 75px;
	background: #fff;
}

.order_list_main:not(.plug)  tbody .quantity.order_list input {
	margin-right: 2px;
}
.order_list_main:not(.plug) .top_cart_btn {
	text-align: end;
	margin-bottom: 20px;
}

.order_list_main:not(.plug) .top_cart_btn .multi_add_to_cart_button {
	width: 300px;
}

.order_list_main.quick_order .order-list-filter li:nth-child(1), .order_list_main.quick_order .order-list-filter li:nth-child(2) {
    max-width: 260px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single{
	height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #333 !important;
}

button.multi_add_to_cart_button.button:after {
	content: '\f061';
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	margin-right: 6px;
	position: absolute;
	right: 12px;
	top:13px;
}

button.multi_add_to_cart_button.button[disabled], button.multi_add_to_cart_button.button[disabled]:hover {
	background: #0360a594;
	color: #fff;
	border-color: #0360a5;
}

.order_list_main:not(.plug) .top_cart_btn .multi_add_to_cart_button {
	width: 300px;
	position: relative;
}

.order_pagination, .order_pagination_wrap ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.order_pagination li, .order_pagination_wrap ul li{
	margin-right: 10px;
}
.order_pagination li a, .order_pagination_wrap ul li a{
	border: 1px solid #eaeaea;
	padding: 5px 13px;
	text-decoration: none;
	color: #000;
	background-color: #f5f5f5;
	display: block;
}

.order_pagination .currentpage .active, .order_pagination_wrap ul li .current{
	color: #fff;
	background-color: #1d73be;
	border-color: #1D73BE;
	display: inline-block;	
	padding: 5px 13px;
	text-decoration: none;
}

.product_price  b ,
.product_price  .wc-stock-available {
	display: none;
}

button.multi_add_to_cart_button.button {
	color: #fff;
	background-color: #0360a5;
	border: 0;
	padding: 12px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
button.multi_add_to_cart_button.button:focus{
	outline: none;
}
button.multi_add_to_cart_button.button:hover{
	background-color: #000;
}
.order_list_main:not(.plug) .top_cart_btn .multi_add_to_cart_button.active:after {
	content: "\f110";
	animation: rotation 2s infinite linear;

}


@keyframes rotation {

	100% {
		transform: rotate(359deg);
	}
}

.order_list_main  tr.re_order_list.same_product .quantity.order_list, tr.re_order_list.same_product td{
	opacity: 0.5;
	pointer-events: none;
}
table.re_order_table {
	border: 1px solid #e4e4e4;
}

table.re_order_table thead th {
	background: #f5f5f5;
	border: 1px solid #eee !important;
}

table.re_order_table tr td {
	background: #fff !important;
	border: 1px solid #eee;

	word-break: break-word;
}
.order_list_main:not(.plug) tbody .quantity.order_list input:focus{
	outline: none;
}
.order_list_main:not(.plug) tbody .quantity.order_list input {
	background: #f5f5f5;
	border-radius: 0;
	font-weight: 400 !important;
	color: #000;
	padding: 6% 10%;
	border: 1px solid #eaeaea !important;
	margin: 0 -1px !important;
}

.order_list_main:not(.plug) tbody .quantity.order_list input#quantity {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.order_list_main:not(.plug) td.product_check input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	opacity: 1;
	appearance: none;
	border: 1px solid #dadada;
	border-radius: 3px;
	background: #fff;
	position: relative;
	margin-top: 2px;
	cursor: pointer;
}

.order_list_main:not(.plug) td.product_check input[type="checkbox"]:before {
	content: "";
	width: 5px;
	top: 9px;
	left: 3px;
	transform: rotate(45deg);
	position: absolute;
	height: 2px;
	background: #fff;
}

.order_list_main:not(.plug) td.product_check input[type="checkbox"]:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
	width: 10px;
	top: 7px;
	left: 5px;
	transform: rotate(-49deg);
}

.order_list_main:not(.plug) td.product_check input[type="checkbox"]:checked {
	border: 2px solid #0360a5;
	background: #0360a5;
}

.order_list_main .order-list-head {
	margin: 0px 0px 30px 0px;
}

.order_list_main .order-list-head .back_account_link{
	color: #fff;
	border: 0;
	background: #0360a5;
	padding: 5px 20px;
	min-width: 150px;
	height: 100%;
	border-radius: 5px;
}
.order_list_main .order-list-head .back_account_link a{
	color: #fff;
	list-style: unset;
	text-decoration: none;
}

.order_list_main .order-list-head .back_account_link a i.fa{
    padding-right: 10px;
}
.order_list_main .order-list-header .order-list-filter .clear_filter{
    color: #fff;
    border: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.re_order_subtable td.product_categories {
	text-align: center;
}

table.re_order_subtable td.product_categories a {
	color: #000000;
	background: #eee;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 3px 7px;
	text-decoration: none;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 500;
	margin: 2px auto;
}

table.re_order_subtable td.product_categories a p {
	margin: 0;
}
table.re_order_subtable td.product_categories a:hover {
	background: #0360a5;
	color: #fff;
	border-color: #0360a5;
}
table.re_order_table td.wc_product table.re_order_subtable td.previous_qty { 
	text-align: center;
}
table.re_order_table td.wc_product table.re_order_subtable td {
	vertical-align: middle;
}
.order_list_main .top_cart_error p.error {
	color: #dc0000;
	background: #fff8f8;
	padding: 6px 15px;
	border: 1px solid #dc0000;
	border-radius: 4px;
}

.order_list_main .top_cart_error p.sucess {
	color: #118300;
	background: #fdfff8;
	padding: 6px 15px;
	border: 1px solid #118300;
	border-radius: 4px;
}
.order_list_main:not(.plug) .order_table_content:not(.plug) td.product_image img {
	min-width: 50px;
}
.order_list_main:not(.plug) table.re_order_subtable, .order_list_main:not(.plug) table.re_order_table {
	table-layout: fixed;
	width: 100%;
}
.order_list_main:not(.plug) .re_order_table  td.product_image, .order_list_main:not(.plug) .order_table_content:not(.plug) th.image_head {
	text-align: center;
}
.order_list_main:not(.plug) .re_order_table td.product_sku, .order_list_main:not(.plug) .order_table_content:not(.plug) th.sku_head {
	text-align: center;
}
.order_list_main:not(.plug) .order_table_content:not(.plug) td.pro_id, .order_list_main:not(.plug) .order_table_content:not(.plug) td.pro_date {
	text-align: center;
}

.order_list_main:not(.plug) table.re_order_table th.name_head, .order_list_main:not(.plug) table.re_order_table td.product_name,
.order_list_main:not(.plug) table.re_order_table th.categories_head, .order_list_main:not(.plug) table.re_order_table td.product_categories {
}

.order_list_main:not(.plug) .re_order_table td.product_check, .order_list_main:not(.plug) .order_table_content:not(.plug) th.check_head{
	width: 70px;

}

.order_list_main:not(.plug) .re_order_table td.product_qty, .order_list_main:not(.plug) .order_table_content:not(.plug) th.buy_head,
.order_list_main:not(.plug) .re_order_table td.product_price, .order_list_main:not(.plug) .order_table_content:not(.plug) th.price_head {
	width: 150px;

}
td.product_qty a.out-of-stock-popup {
	line-height: 15px;
	cursor: pointer;
	padding: 8px 10px;
	font-weight: 700;
	border-radius: 3px;
	color: #515151;
	background-color: #ebe9eb;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all .4s;
}
td.product_qty a.out-of-stock-popup:hover {
	background-color: #1e73be;
	color: #fff;
}
.wc-disabled td.product_check {
	opacity: 0.5;
	pointer-events: none;
}
.re_order_list.error-tr  td{
	background: #ffebeb !important;
}
table.re_order_table td.wc_product table.re_order_subtable td.product_check {
	text-align: center;
}


.order_list_main .order-list-filter {
	flex-grow: 2;
	margin-right: 15px;
}

.order_list_main .order-list-filter ul {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: space-between;
	list-style: none;
	background: #ffffff;
	padding: 3px;
	border-radius: 5px;
	border: 2px solid #eee;
	gap: 15px;
	margin-bottom: 20px;
}

.order_list_main .order-list-filter ul li:first-child {
	width: 100%;
}

.order_list_main .order-list-filter ul select.order-by-date {
	width: 100%;
	display: block;
	background: #fff;
	border: 0;
	padding: 10px;
	border-radius: 50px;
}

.order_list_main .order-list-filter .clear_filter ,
.order_list_main .order-list-filter button {
	color: #fff;
	border: 0;
	background: #0360a5;
	padding: 5px 20px;
	min-width: 150px;
	height: 100%;
	border-radius: 5px;
}
.order_list_main .order-list-filter button:focus {
	outline: none;
}

.order_list_main .order-list-header {
	display: flex;
	align-items: center;
}

td.not_found_data {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 100px 20px;
}
/*<----------- daterangepicker ----------->*/
.daterangepicker .drp-calendar .calendar-table table tr td {
    padding: 5px 5px;
    border-radius: 0;
}
.daterangepicker .drp-calendar .calendar-table table tr th {
    padding: 5px 5px;
    border-radius: 0;
}

.order_table_content.plug .add-to-cart-wrapper.multi-cart{
    width: max-content;
}


@media (max-width:1199px){
	.order_list_main:not(.plug) tbody .quantity.order_list input[type="number"]{
		width: 50px;
	}
}
@media (max-width:991px){
	.order_list_main:not(.plug) .order_table_content:not(.plug) table.re_order_table {
		min-width: 1200px;
	}
	.order_list_main:not(.plug) .order_table_content:not(.plug) {
		overflow: auto;
	}
	table.re_order_subtable td.product_categories a {
		font-size: 11px;
	}
	.order_list_main:not(.plug) tbody .quantity.order_list input{
		padding: 4% 8%;
	}
}

@media (max-width:767px){
	.order_list_main:not(.plug) .order-list-header{
		flex-wrap: wrap;
		justify-content: center;
	}
	.order_list_main:not(.plug) .order-list-filter{
		width: 100%;
	}
}


/*===========/category music settings css/==========*/

.back_btn_url{
	display: inline-block;
}
.mute_music{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 8px;
}
.mute_music.hide{
	display: none;

}
.mute_music svg{
	font-size:22px;
	color:#c36;
}
.unmute_music{
	display: none;
}
.unmute_music.active{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 8px;
}
.unmute_music svg{
	font-size:22px;
	color:#c36;
}

@media (max-width:767px){
	.head_extra_main {
		display: flex;
		justify-content: space-between;
		padding: 10px 10px;
	}
	.mute_music {
		display: inline-block;
		cursor: pointer;
		vertical-align: middle;
		margin: 0px; 
		padding: 10px 20px;
	}

	.unmute_music.active{
		display: inline-block;
		cursor: pointer;
		vertical-align: middle;
		margin: 0px; 
		padding: 10px 20px;
	}

}