.customers_operations_btns .rb_operation_btn{
	width: 32px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #6565ff;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
}
.customers_operations_btns .rb_operation_btn:hover{background: #3c3cff; }
.rb_remove_popup , .rb_show_detail_popup {
	text-align: center;
	position: fixed;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	min-width: 350px;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	border-right: 4px solid var(--main-color);
	transform: translate(-50%, -50%);
	transition: 0.3s linear;
	z-index: 9999;
}
.rb_show_detail_popup {
	min-width: 85%;
}
.rb_remove_popup.active , .rb_show_detail_popup.active {
	opacity: 1;
	visibility: visible;
}
.rb_remove_popup .rb_center_btns { text-align: center;}
.rb_remove_popup .rb_center_btns span{
	border: 1px solid;
	padding: 1px 5px;
	border-radius: 50px;
	white-space: nowrap;
	padding: 5px 20px;
	color: #000;
	cursor: pointer;
}
.rb_remove_popup h4{
	margin: 0 auto 20px;
	font-size: 15px;
}
.rb_remove_popup .rb_center_btns .delete_btn{background: #ddf9dd;border-color: #73f973;}
.rb_remove_popup .rb_center_btns .cancel_btn{background: #f9e6dd69;border-color: #f9737382;}
.rb_overlay{
	position: fixed;
	background: #0002;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	z-index: 9998;
}
.rb_popup.active , .rb_overlay.active {
	opacity: 1;
	visibility: visible;
}
.rb_archive_table{
	overflow: hidden;
	position: relative;
	margin: 40px 0 20px;
	border-radius: 8px 0 8px 8px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.rb_archive_table::before {
	position: absolute;
	top: -44px;
	right: 0;
	padding: 12px;
	background: #a1424f;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 17px;
	text-align: center;
	content: attr(data-cat);
	min-width: 200px;
	font-weight: 600;
}
.rb_archive_table thead th{
	background: #efeff0 !important;
	font-size: 16px;
	color: #606c38;
}
.text_left{text-align: left !important;}
.rb_archive_table tr:hover{background: #efeff0 !important;}
.rb_archive_table :is(th, td){
	padding: 12px;
	color: #444;
	font-weight: 500;
}
.rb_archive_table a:hover{color:#606c38 ;}
.rb_archive_table td{font-size: 15px;}
.rb_archive_table tr:nth-child(even){
	background: #f7f7f7 !important;
}
.rb_price_scroll_main_wrap{
	background: #e2eff1;
	overflow: hidden;
	margin: 0 -15px;
}
.rb_price_scroll_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center
		gap: 20px;
	cursor: pointer;
	padding: 10px;
	animation: price_motion 20s linear infinite;
}
.rb_price_scroll_wrap:hover{
	animation-play-state: paused;
}
.rb_price_scroll_wrap .price_scroll_item{
	font-size: 14px;
	color: #222;
	font-weight: 500;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-left: 2px solid #ddd;
	padding: 0 10px;
	flex: 0 0 calc(20% + 4px);
}
.rb_price_scroll_wrap .price_scroll_item .price_scroll_item_price{ color: #606c38;text-align: center;}
@keyframes price_motion{
	0% {transform: translatex(0);}
	100% {transform: translatex(100%);}
}
.quantity_wrap > span {
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.quantity_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	height: 50px;
	background: #fff;
	border: 1px solid #ccc;
}
.prefactor_table .quantity_wrap {
	max-width: 130px;
}
.prefactor_table .form-control.quantity {
	margin: 0 8px;
}
.rb_add_to_cart_btn, .rb_prefactor_btn{
	position: relative;
	display: flex;
	cursor: pointer;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border:2px solid #606c38;
	min-width: 100%;
	min-height: 50px;
	font-size: 16px;
	font-weight: 700;
	background: #606c38;
	transition: 0.2s all;
}
.rb_add_to_cart_btn:hover, .rb_prefactor_btn:hover{
	background: transparent;
	color: #606c38;
}
.rb_prefactor_btn {
	margin-right: auto;
	max-width: 150px !important;
	min-width: 150px !important;
	margin-top: 20px;
}
.form-control.quantity {
	text-align: center;
	margin: 0 20px;
	font-size: 18px;
}
.prefactor_table:before{display: none;}
.rw_prefactor_add_product_form .chosen-single {
	background: #fff !important;
	height: 50px !important;
	font-size: 16px;
	display: flex !important;
	align-items: center;
	justify-content: start;
}
.rw_prefactor_add_product_form .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/kavehTheme-child/assets/css/chosen-sprite.png) no-repeat 0px 13px;
}
.form-label {
	font-weight: 700;
	font-size: 16px;
}
.prefactor_detail_box{
	background: #eee;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	padding: 15px;
}
.btn_loading {
	position: relative;
	font-size: 0 !important;
	min-height: 50px;
}
.btn_loading::before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #ddd #ddd #ddd #333;
	animation: btn_loading 0.8s infinite linear;
	position: absolute;
	top: 27%;
	left: 45%;
	transform: translate(-50% , -50%);
}
@keyframes btn_loading{
	0% {transform: rotate(0deg) }
	100% {transform: rotate(360deg)}
}
.prefactor_table .remove_order_btn{
	font-size: 0 !important;
	width: 20px;
	height: 20px;
	background-repeat: round;
	margin: auto;
	display: block;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23606c38' class='bi bi-trash3' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'%3E%3C/path%3E%3C/svg%3E");
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -17px 12px !important;
}

@media(max-width: 768px){
	.tabel_responsive thead{display: none;}
	.tabel_responsive tbody tr{display :flex; flex-direction: column;border-radius: 5px;overflow:hidden;border-radius: 0;border-bottom: 2px solid #bbb;padding: 8px 0;}
	.tabel_responsive tbody tr td{display :flex; justify-content: space-between; align-items:center;font-size: 14px;padding: 6px 12px;border-bottom: 1px dashed #ddd;}
	.tabel_responsive tbody tr td:last-child{border: 0}
	.tabel_responsive tbody tr td:before{content: attr(data-title);}
	.tabel_responsive tbody tr:nth-child(even){background: #f9fcfd;}
	.tabel_responsive tbody tr:last-child{border: 0}
	.rb_price_scroll_wrap{
		animation: price_motion 8s linear infinite;
	}
	.rb_price_scroll_wrap .price_scroll_item{
		flex: 0 0 calc(60% + 4px);
		font-size: 12px;
	}
	.prefactor_detail_box {
		font-size: 15px;
		justify-content: space-between !important;
	}
	.rb_prefactor_btn {
		max-width: 200px !important;
		min-width: 200px !important;
		margin-left: auto;
	}
	.remove_order_btn {
		margin-right: auto !important;
		margin-left: 0 !important;
	}
}