/*****FOR DEVELOPER*******/
pre.xdebug-var-dump {
    
    text-align: left;
    overflow: auto;
}
table.wpt_product_table pre.xdebug-var-dump{
    max-width: 500px;
}
pre.xdebug-var-dump>small:first-child {
    display: block;
}

pre.xdebug-var-dump>small {font-size: 88%;letter-spacing: -1px;}

/*When add Shop Icon in Add to cart button. Since Version: 3.2*/
@font-face {
  font-family: 'WooCommerce';
  src: url("../../../woocommerce/assets/fonts/WooCommerce.eot");
  src: url("../../../woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), 
      url("../../../woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("../../../../woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), 
      url("../../../woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
Universal CSS Style for Woo Product Table
This file CSS, generally for all template Table
*/
.wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td .wpt_action a,
.wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td a.single_add_to_cart_button
{
    text-decoration: none;
    white-space: nowrap;
}
/*******Check Box and Radio Button Style Start Here*******/
div.wpt_product_table_wrapper input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

div.wpt_product_table_wrapper input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

div.wpt_product_table_wrapper input[type=checkbox].wpt_tabel_checkbox.wpt_td_checkbox.disabled+label:before,
div.wpt_product_table_wrapper input.wpt_tabel_checkbox.wpt_td_checkbox.disabled[type=checkbox]+label:before{
    border: 1px solid #bbbbbb;
    content: '';
    margin-right: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 3px;
    opacity: .3;
}
div.wpt_product_table_wrapper input[type=checkbox]+label:before {
    border: 1px solid #bbbbbb;
    content: '';
    margin-right: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 3px;
}

div.wpt_product_table_wrapper input[type=checkbox]:hover+label:before {
	background: #ccc;
}

div.wpt_product_table_wrapper input[type=checkbox]:checked+label:before {
    background: #0093b8;
    border-color: #055569;
}

div.wpt_product_table_wrapper input[type=checkbox]:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

div.wpt_product_table_wrapper input[type=checkbox]:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

div.wpt_product_table_wrapper input[type=checkbox]:checked+label:after {
	content: '\2713';
	color: #fff;
	top: 2px;
	font-size: 11px;
	font-weight: bold;
	left: 6px;
	position: absolute;
}
div.wpt_product_table_wrapper input[type=checkbox].wpt_check_universal.wpt_check_universal_header:checked+label:after,
div.wpt_product_table_wrapper input.wpt_check_universal.wpt_check_universal_header[type=checkbox]:checked+label:after{
	content: '\2713';
    color: #fff;
    top: 4px;
    font-size: 11px;
    font-weight: bold;
    left: 7px;
    position: absolute;
}

/********** STYLE FOR A RADIO BUTTON --------------- */
div.wpt_product_table_wrapper input[type=radio] {
	position: absolute;
	opacity: 0;
}

div.wpt_product_table_wrapper input[type=radio]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

div.wpt_product_table_wrapper input[type=radio]+label:before {
	border: 1px solid #bbbbbb;
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 24px;
	height: 24px;
	background: #e6e6e6;
	border-radius: 50%;
}

div.wpt_product_table_wrapper input[type=radio]:hover+label:before {
	background: #ccc;
}

div.wpt_product_table_wrapper input[type=radio]:checked+label:before {
	background: #5cb85c;
	border-color: #5cb85c;
}

div.wpt_product_table_wrapper input[type=radio]:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

div.wpt_product_table_wrapper input[type=radio]:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

div.wpt_product_table_wrapper input[type=radio]:checked+label:after {
	content: '●';
	color: #fff;
	top: 0px;
	font-size: 20px;
	font-weight: bold;
	left: 6.5px;
	top: -0.5px;
	position: absolute;
}
/*******Check Box and Radio Button Style End Here*******/


/*******For All Table*********/

.wpt_action{
    min-width: 140px;
}
.item_inside_cell.wpt_action{
    text-align: inherit;
}
.wpt_product_table_wrapper .qib-button.qib-button-wrapper {
    display: inline-block;
}

br.wpt_clear {
    clear: both;
    width: 100% !important;
    height: 0px;
}

div.wpt_product_table_wrapper table#wpt_table tr.wpt_row td p{padding: 0;margin: 0;}
div.wpt_product_table_wrapper table#wpt_table tr.wpt_row td .wpt_varition_section div.wpt_message p.stock.out-of-stock{color: #d22121;}
div.wpt_product_table_wrapper table#wpt_table tr.wpt_row td .wpt_varition_section div.wpt_message p.stock.in-stock{
    color: #4caf50;
    font-weight: bold;
}
td.wpt_action {
    text-align: right !important;
}

.wpt_varition_section {
    display:  inline-block;
    margin: 6px;
}
td.wpt_check {
    text-align: center;
}
th.wpt_check, td.wpt_check {
    text-align: center;
    width: 40px;
}
table.wpt_product_table thead tr{cursor: pointer;}
.wpt_varition_section select{display: inline-block;}

/*************Add to Cart Customizing****************/
a.button.wpt_woo_add_cart_button{
    position: relative;
    display: inline-block;
}
tr.visible_row.wpt_row td a.button,
tr.visible_row.wpt_row td a.wpt_woo_add_cart_button,
tr.visible_row.wpt_row .col_inside_tag.action a {
    margin-bottom: 5px;
    white-space: nowrap;
}
/*
a.wpt_added_to_cart{
  font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 36%;
    right: 7%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;  
}
div.wpt_product_table_wrapper table#wpt_table tr.wpt_row td.wpt_action a.button.disabled.wpt_woo_add_cart_button.loading::after{
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 36%;
    right: 7%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
*/
/*Customize Serial Number collumn*/
.wpt_product_table thead th.serial_number{
    width: 67px;
    font-size: 12px !important;
}

.wpt_product_table thead th.description {
    width: 312px;
}
.wpt_product_table *,.wpt_product_table tr>td,.wpt_product_table td{
    box-sizing: border-box;
    vertical-align:
    middle;
    text-align: left;
}

.wpt_product_table tbody tr td.wpt_thumbnail {
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 62px;
}
td.wpt_thumbnails img {
    cursor: pointer;
}
td.wpt_thumbnails_no_action img {
    cursor: default;
}

.wpt_product_table tbody tr td.wpt_thumbnail>img {
    position: absolute;
    top: 3px;
    left: 21%;
}
th.wpt_total, td.wpt_total,
th.wpt_price, td.wpt_price{
    text-align: center;
}
/*******Style for Stock/OutofStock Info*********/
span.outofstock {
    color: #e65454;
    font-weight:  normal;
}

span.instock {
    color: #4CAF50;
    font-weight:  bold;
}


/*Customizing Quantity*/
table.wpt_product_table tr.wpt_row td.wpt_quantity div.quantity{
    text-align: center;
}
table.wpt_product_table tr.wpt_row td.wpt_quantity{
    text-align: center;
}


/***********************Style For PopUP*****************************/
.wpt_thumbs_popup,#wpt_thumbs_popup {
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    cursor: pointer;
}
#wpt_thumbs_popup .wpt_popup_image_wrapper {
    width: 96%;
    margin: 50px auto;
    background: white;
    padding: 10px;
    position: relative;
    max-width: 100%;
    /*max-width: 600px;*/
    min-width: 250px;
    display: none;
    z-index: 100000;
    box-shadow: -11px 8px 20px 0px black;
    border: 1px solid black;
    border-radius: 7px;
}
#wpt_thumbs_popup img.wpt_popup_image {
    width: 100%;
    height: auto;
}
#wpt_thumbs_popup .wpt_wrapper_title{padding: 0;margin: 0;}
span#wpt_popup_close {
    position: absolute;
    background: rgba(255, 0, 0, 0.7);
    padding: 6px;
    right: 3px;
    top: 3px;
    width: 28px;
    text-align: center;
    color: white;
    height: 27px;
    line-height: 12px;
    font-size: 23px;
    border: none;
    cursor: pointer;
    border-top-right-radius: 7px;
    z-index: 5;
}
span#wpt_popup_close:hover{
    background: rgba(255, 0, 0, 1);
}

/* For Rating Star of Table */
.wpt_product_table tbody tr .star-rating {
    font-size: 0.65em;
}

div#wpt_table_wrapper,div#wpt_table_wrapper *{
    transition: all .4s !important;
}

/****************Style for Live Cart of Table******************/
.wpt_live_cart_box {
    padding: 5px 10px;
    position:  relative;
}
a.remove.remove_from_cart_button.wpt_remove_cart_link {
    display: inline-block;
    float: left;
}
.wpt_live_cart_box .cart-dropdown .wpt_dropdown {
    padding:  0;
    margin:  0;
    list-style:  none;
}
a.remove_cart_icon {
    color: red;
    padding: 2px;
    background: rgba(255, 0, 0, 0.09);
    display: inline-block;
    line-height: 8px;
    text-decoration: none;
    transition: all 1s;
}
a.remove_cart_icon:hover{
    text-decoration: none;
    background: rgba(255, 0, 0, 0.06);
}
.wpt_live_cart_box .cart-dropdown .wpt_dropdown li {
    padding: 0px 5px;
    background: rgba(189, 189, 189, 0.07058823529411765);
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    border-radius: 4px;
    margin: 2px 0;
    font-size: 12px;
    cursor: pointer;
}

.wpt_live-cart-subtotal, .wpt_live-cart-other_link {
    display: inline-block;
}
.wpt_live-cart-other_link>a {
    padding: 0 13px;
}
/*****For All/Multiple checkbox Selector add to cart button*****/
.all_check_header_footer.all_check_header span {
    display:  inline-block;
}

.all_check_footer {
    display: block;
    padding: 10px;
    margin: 3px 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.14901960784313725);
    clear: both;
}
.all_check_header_footer.all_check_header>span {
    background: rgba(119, 115, 115, 0.0196078431372549);
    display: inline-block;
    padding: 7px 10px 2px 10px;
    border: 1px solid rgba(119, 115, 115, 0.12);
}
.all_check_header_footer.all_check_header>span>* {
    padding: 0 !important;
    margin-bottom: 2px;
    margin-top: 2px;
}
.all_check_header_footer.all_check_header>span>label{
    display: inline-block;
}
.all_check_header_footer.all_check_header {
    text-align: right;
    padding: 5px 0;
    float: right;
    display: flex;
}
a.button.add_to_cart_all_selected {
    display: inline-block;
}
a.button.wpt_woo_add_cart_button.add_to_cart_button.disabled.loading {
    opacity: 0.3;
}

/************ Style for Search Box, New added at Version: 1.9 */
.wpt_search_box {
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}
.search_box_fixer{padding: 3px;}
.wpt_search_box{overflow: hidden;}
.wpt_search_box .search_box_wrapper {
    display: flex;
    align-items: end;
}
.wpt_device_mobile .wpt_search_box .search_box_wrapper {
    display: flex;
    flex-direction: column;
}
.wpt_search_box .wpt_search_button {
    width: 50%;
    margin-top: 10px;
}
.search_single label.search_keyword_label {
    display: block;
}
.wpt_search_box .search_single {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.wpt_search_box select.search_select {
    width: 98%;
}
h3.search_box_label {
    line-height: 16px;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.search_single .query_box_direct_value,.instance_search_input{
    width: 100%;
    border-radius: 5px;
    padding: 6px 5px 5px 5px;
    border: 1px solid #a9a1a1;
}
.instance_search_input {
    width: 100%;
    padding-left: 10px;
}

.search_single.search_single_direct {
    clear: both;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin: auto;
    min-height: 48px;
    margin-top: 10px;
}
.search_single_column {
    display: block;
    width: 100%;
}
button.button.wpt_search_button {
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: none;
}
.wpt_load_more_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    margin: 16px 0;
    clear: both;
}
.archive .wpt_load_more_wrapper {
    display: none;
}
/* problem solved */
.wpt_load_more,
.add_to_cart_all_selected{
    border-color: #eeeeee;
    color: #fff;
    /* padding: 10px 30px; */
    border-radius: 3px;
    transition: all .5s;
}
.wpt_load_more{
    float: none;
}
.wpt_load_more:hover,
.add_to_cart_all_selected:hover{
	background-color: #EFF2F7;
}
/* problem solved */
.wpt_load_more_wrapper.load_more_hidden {
    display: none !important;
}
p.search_select.query {
    padding: 0;
    margin: 0;
}
span.texonomy_checkbox_single {
    display: inline-block;
}
/************ End here of:: Style for Search Box, New added at Version: 1.9 */

/* Custom Style for Filter Box Start here */
select.filter_select {
    border: 1px solid #e2e2e2 !important;
}
.wpt_filter.fulter_half {
    width: 50%;
    float: left;
}
.wpt_filter.fulter_half .wpt_filter_wrapper {
    padding: 15px 5px 5px 5px;
}
.wpt_filter.fullter_full{
    width: 100%;
    text-align: left;
}
.wpt_filter.fullter_full .wpt_filter_wrapper{
    padding: 5px 0;
}
/* .wpt_filter.fullter_full+br.wpt_clear{} */
@media only screen and (max-width: 600px){
    .wpt_filter.fulter_half {
        width:  100%;
        text-align:  center;
    }

    .all_check_header_footer.all_check_header {
        width:  100%;
        text-align:  center;
        font-size: 12px;
    }
}
/* Custom Style for Filter Box End here */

/************Responsive Issue for Table**************
* Removing Item List for Mobile Version
* Serial Number, 
* Product Description,
* Rating
* SKU
* Qty / Quantity

.wpt_product_table_wrapper .wpt_product_table th.serial_number,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_serial_number,
    .wpt_product_table_wrapper .wpt_product_table th.description,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_description,
    .wpt_product_table_wrapper .wpt_product_table th.sku,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_sku,
    .wpt_product_table_wrapper .wpt_product_table th.quantity,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_quantity,
    .wpt_product_table_wrapper .wpt_product_table th.rating,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_rating,
    
    .hide_column_for_mobile{
        display: none;
    }

@media only screen and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2){
    .wpt_product_table_wrapper .wpt_product_table th.serial_number,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_serial_number,
    .wpt_product_table_wrapper .wpt_product_table th.description,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_description,
    .wpt_product_table_wrapper .wpt_product_table th.sku,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_sku,
    .wpt_product_table_wrapper .wpt_product_table th.quantity,
    .wpt_product_table_wrapper .wpt_product_table td.wpt_quantity,
    
    .hide_column_for_mobile{
        display: none;
    }
}
*/
@media only screen and (min-width: 500px) and (min-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2){
    #wpt_thumbs_popup .wpt_popup_image_wrapper {
        margin:5% auto !important;
    }
}

/******Adjust Theme********/
table#wpt_table.wpt_product_table tr.wpt_row td.wpt_quantity .quantity input.plus, 
table#wpt_table.wpt_product_table tr.wpt_row td.wpt_quantity .quantity input.minus {
    width: 28px;
}



/*****Responsive Table's Universal ********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    a.button.wpt_woo_add_cart_button.add_to_cart_button {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
        display: inline-block;
    }
    
    .td_or_cell.wpt_thumbnails.wpt_for_product_desc {
        display: flex;
    }
}

/*Style custom for Sorting Column*/
div.wpt_column_sort table#wpt_table.wpt_product_table tr>td.this_column_sorted {
    background: rgba(0, 0, 0, 0.03);
}
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.this_column_sorted {
    background-color: rgba(0, 0, 0, 0.18);
}
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 9px;
    /*background-position: center right;*/
}
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.this_column_sorted[data-sort_type="DESC"] {
    background-image: url(../images/arrow_down.png) !important;
}
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.this_column_sorted[data-sort_type="ASC"] {
    background-image: url(../images/arrow_top.png) !important;
}
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_Message,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_serial_number,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_quoterequest,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_check,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_quantity,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_quick,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_thumbnails,
div.wpt_column_sort table#wpt_table.wpt_product_table tr>th.wpt_action{
    background-image: none !important;
}

/*New Style Since Version 3.7 | 20.11.2018*/
table#wpt_table.wpt_product_table a.added_to_cart.wc-forward {
    font-size: 10px;
    padding: 2px 5px;
    font-weight: normal;
    background: #00000014;
    color: black;
    text-decoration: none;
}
table#wpt_table.wpt_product_table a.added_to_cart.wc-forward:hover {
    background: #0003;
    color: white;

}
/**New style off **/
.wpt_product_table_wrapper div.tables_cart_message_box{
    display: block;
    width: 100%;
    padding: 3px;
    position: relative;
}
.wpt_product_table_wrapper div.tables_cart_message_box a.footer-cart-contents{
    display: none;
}
.wpt_product_table_wrapper div.tables_cart_message_box a.cart-contents{
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 4px;
    line-height: 1;
}
.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content {
    padding-top: 16px;
}
.wpt_product_table_wrapper div.tables_cart_message_box a.cart-contents span.count {
    padding-left: 13px;
    opacity: 0.8;
}
.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content:after {
    content: "";
    display: block;
    clear: both;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget{
    display: block; 
    margin: 2px 0;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 6px;
    margin: 2px;
    min-height: auto;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    border: none;
    height: 20px;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item * {
    display: inline;
    margin: 0 4px;
    line-height: 25px;
    float: none;
    
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li a.remove::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    vertical-align: baseline;
    content: "\02DF";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    line-height: 1.25em;
    text-indent: 0;
    text-align: center;
    font-size: 24px;
    background: #737781;
    border-radius: 25px;
    width: 20px;
    height: 20px;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item * img,
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item img{
    display: nones;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .buttons {
    margin: 0;
    float: right;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .buttons>a.button {
    padding: 6px;
    margin-right: 5px;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item img {
    display: none;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .total {
    margin: 0;
    font-size: 16px;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content dl.variation {
    float: right !important;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .total>span {
    padding-right: 12px;
}
@media only screen and (max-width: 760px){
    .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .buttons {
            bottom: 2px;
            right: 0;
            top: unset;
    }
    .wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list.product_list_widget {
        margin: 2px 0 15px 0;
    }
}

/*Style Additional for Quick View of YITH*/
body.wpt_pro_table #yith-quick-view-content div.summary {
    width: 47% !important;
}

@media (max-width: 480px){
    body.wpt_pro_table #yith-quick-view-content div.images,
    body.wpt_pro_table #yith-quick-view-content div.summary {
        width: 100% !important;
        float: none !important;
    }
}

/* Icon issue move to template.css file at the bottom of this file */


/***Nes CSS 3.8 Start****/
div.wpt_product_table_wrapper.woocommerce {
    position: relative;
    box-sizing: border-box;
    display: block;
}
div.wpt_product_table_wrapper.woocommerce:before,div.wpt_product_table_wrapper.woocommerce:after{content: "";height:1px;width:100%;clear:both;}

div.wpt_notice_board {
    
    width: 400px;
    min-height: 1px;
    z-index: 999999;
    position: fixed;
    
    border-radius: 3px;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    top: unset;
    left: 10px;
    bottom: 10px;
    max-width: 100%;
    display: block;
}

div.wpt_notice_board>div {
    /* box-shadow: -4px 4px 9px 0px #00000085; */
    margin-bottom: 10px !important;
    border: 0 none;
}
div.wpt_notice_board>div,
div.wpt_notice_board>div.woocommerce-message {
    text-align: left;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    background: #4caf50;
    color: white;
}
div.wpt_notice_board>div.woocommerce-error{
    background: #e41b57;
}
div.wpt_notice_board>div.woocommerce-error{
    background: #4caf50;
}
div.wpt_notice_board>div.woocommerce-error{
    background: #065008;
}


div.wpt_notice_board .woocommerce-error, 
div.wpt_notice_board .woocommerce-info, 
div.wpt_notice_board .woocommerce-message, 
div.wpt_notice_board .woocommerce-noreviews, 
div.wpt_notice_board p.no-comments {
    padding: .5em .618em;
    margin-bottom: 2px;
}
div.wpt_notice_board>div:before{content: "";display: none;}

div.wpt_notice_board>div:after {
    content: "x";
    position: absolute;
    right: 7px;
    top: 7px;
    background: #00000040;
    width: 25px;
    height: 20px;
    overflow: hidden;
    font-size: 8px;
    text-align: center;
    padding-top: 5px;
}
div.wpt_notice_board>div:hover:after {
    background: #0000005e;
}

/***Nes CSS 3.8 End****/

/*CSS Style for Attribute Start*/
.wpt_each_attribute_wrapper {
    display: block;
    min-width: 230px;
    margin-bottom: 2px;
}

.wpt_each_attribute_wrapper>* {
    display: inline;
}

.wpt_each_attribute_wrapper>label {
    background: #dddddd78;
    display: inline-block;
    padding: 2px 7px 2px 6px;
    margin-right: 3px;
    min-width: 53px;
}
/*CSS Style for Attribute End*/
/*Pagination Style page-numbers current */
.wpt_table_pagination {
    display: block;
    margin: 15px 0;
    text-align: center;
}

.wpt_table_pagination a.page-numbers,.wpt_table_pagination span.page-numbers {
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
}

.wpt_table_pagination span.page-numbers.current,.wpt_table_pagination a.page-numbers.current{
  background-color: #0A7F9C;
  color: #ffff;
  border: 1px solid #0A7F9C;
  font-weight: bold;
}

.wpt_table_pagination a:hover{background-color: #ddd;}
.wpt_table_pagination.pagination_loading, .wpt_table_pagination.pagination_loading * {
    opacity: 0.5;
    cursor: not-allowed !important;
}
/*Pagination Style End*/
/*------new for per product--------*/
button.single_add_to_cart_button{
    position: relative;
}
button.single_add_to_cart_button >span.wpt_ccount,
a.button.wpt_woo_add_cart_button>span.wpt_ccount {
    position: absolute;
    background: white !important;
    color: black;
    min-width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    top: -15px;
    right: -17px;
    z-index: 1;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    clear: both;
    border-radius: 20px;
    box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.04);
    padding-left: 4px;
    padding-right: 4px;
}
a.button.wpt_woo_add_cart_button.button.loading>span.wpt_ccount{display: none;}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
body.wpt_pro_table_body.wpt_pro_table table.wpt_product_table a.button.wpt_woo_add_cart_button.loading:after{
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    background: white !important;
    color: black;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    top: -7px;
    right: -17px;
    z-index: 2;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    clear: both;
    border-radius: 50%;
    box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.04);
    left: inherit;
}
a.button.wpt_woo_add_cart_button>span.wpt_ccount:empty{display: none;}

/*Footer Cart Box*/
.wpt-footer-cart-wrapper {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 99;
    width: 74px;
    height: 74px;
    display: none;
}
.wpt-footer-cart-wrapper.bottom_left {
    left: 1%;
    right: initial;
}
.wpt-footer-cart-wrapper.top_left {
    left: 1%;
    bottom: initial;
    top: 10%;
}
.wpt-footer-cart-wrapper.top_right {
    right: 1%;
    bottom: initial;
    top: 10%;
}

div.wpt-footer-cart-wrapper.always_show{display: block;}
div.wpt-footer-cart-wrapper.always_hide{display: none;}
.wpt-footer-cart-wrapper > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.wpt-footer-cart-wrapper > a > span {
    position: static;
    line-height: 23px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 35%;
}
.wpt-footer-cart-wrapper > a:after {
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: wpt-icon-float-away;
    animation-name: wpt-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes wpt-icon-float-away {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes wpt-icon-float-away {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.wpt-footer-cart-wrapper > a > span > span {
    font-size: 13px;
    position: relative;
    top: 0px;
    padding: 0 2px;
    color: #cecece;
}
.wpt-footer-cart-wrapper > a:empty{display: none;}
div.wpt-footer-cart-wrapper>a:after, div.wpt-footer-cart-wrapper>a {
    background-color: #4caf50;
}
/*------new for per product End-- a.button.wpt_woo_add_cart_button>span.wpt_ccount:empty{display: none;}------*/


table.wpt_product_table tr.wpt_selected_tr>td{
    background: #0000000d;
}
table.wpt_product_table tr.wpt_selected_tr{
    font-style: italic;
}
table.wpt_product_table tr.wpt_selected_tr .wpt_quantity{
    font-style: initial;
}


/*Responsive Version is here*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    table#wpt_table.mobile_responsive.wpt_product_table>tbody>tr>td,
    table#wpt_table.mobile_responsive.wpt_product_table>thead>tr>th{
        display: none;
    }
    table#wpt_table.mobile_responsive.wpt_product_table .wpt_product_title,
    table#wpt_table.mobile_responsive.wpt_product_table .wpt_Message,
    table#wpt_table.mobile_responsive.wpt_product_table .wpt_action,
    table#wpt_table.mobile_responsive.wpt_product_table .wpt_variations
    {
        display: table-cell;
    }
    td.wpt_product_title {
        position: relative;
    }
    .wpt_for_thumbs_desc.wpt_thumbnails>img {
        display: inline;
    }
    /*customize*/
    .wpt_for_product_action{
        margin-bottom: 5px;
    }
    span.wpt_product_price {
        display: block;
        font-size: 14px;
    }
    div.wpt_for_product_action {
        text-align: right;
    }
    .wpt_mobile_desc_part .wpt_for_product_desc {
        display: inline-block;
        padding-right: 6px;
    }

    .wpt_mobile_desc_part .wpt_for_product_desc.wpt_category a {
        font-weight: normal;
        text-decoration: underline !important;
    }
    .wpt_mobile_desc_part .wpt_for_product_desc.wpt_category span {
        font-weight: normal;
        font-style: italic;
    }
    table#wpt_table td.wpt_for_product_action.wpt_quoterequest {
        display: none !important;
    }
    .wpt_for_product_action.wpt_quoterequest.addedd {
        float: right;
    }
    .wpt_for_product_desc.wpt_check {
        position: absolute;
        top: 0;
        right: -10px;
    }
    .all_check_header_footer.all_check_header {
        width: 100%;
    }
    .all_check_header_footer.all_check_header>span, .all_check_header_footer.all_check_header>a {
        padding: 5px 10px !important;
        display: inline;
    }
    .all_check_header_footer.all_check_header {
        padding-right: 0;
    }
    table#wpt_table.mobile_responsive.wpt_product_table>thead{display: none;}
    table#wpt_table.mobile_responsive.wpt_product_table .wpt_action {
        padding-top: 34px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;

    }
    table#wpt_table.mobile_responsive.wpt_product_table>tbody>tr>td.wpt_check {
        display: block;
        position: absolute;
        right: 10px;
        width: 30px;
        height: 33px;
        background: #ffeb3b38;
        border: 0 none;
        padding: 4px 1px 1px 6px !important;
    }
    table.wpt_product_table tr.wpt_selected_tr>td{
        background: transparent;
    }
    th.wpt_product_title, td.wpt_product_title, td.wpt_product_title>* {
        /* white-space: nowrap; */
    }
}
@media only screen and (max-width: 767px) {
    table#wpt_table.mobile_responsive.wpt_product_table th{ display: none!important;}        
    /* Force table to not be like tables anymore */
    table#wpt_table.mobile_responsive.wpt_product_table, 
    table#wpt_table.mobile_responsive.wpt_product_table thead, 
    table#wpt_table.mobile_responsive.wpt_product_table tbody, 
    table#wpt_table.mobile_responsive.wpt_product_table tr { 
        display: block; 
    }
    table#wpt_table.mobile_responsive.wpt_product_table>tbody>tr>td{
        display: none;
    }
    
    table#wpt_table.mobile_responsive.wpt_product_table td.wpt_product_title,
    table#wpt_table.mobile_responsive.wpt_product_table td.wpt_Message,
    table#wpt_table.mobile_responsive.wpt_product_table td.wpt_action,
    table#wpt_table.mobile_responsive.wpt_product_table td.data_product_variations
    {
        display: block;
    }
    td.wpt_Message>input.message {
        width: 100%;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    table#wpt_table.mobile_responsive.wpt_product_table thead tr,
    table#wpt_table.mobile_responsive.wpt_product_table td.wpt_total.total_general{ 
        display: none !important;
    }
    #wpt_table.no_responsive {
        overflow: auto;
        width: 100%;
    }
    #wpt_table:not(.no_responsive) .wpt_for_product_desc.wpt_check {
        position: absolute;
        top: 0;
        right: -10px;
    }
    
    table#wpt_table.mobile_responsive.wpt_product_table td{border: 0 none !important;}
    
     #wpt_table:not(.no_responsive) .wpt_for_product_action {
        display: inline-block;
    }

    .wpt_mobile_desc_part .wpt_for_product_desc.wpt_category a {
        font-weight: normal;
        text-decoration: underline !important;
    }
    .wpt_mobile_desc_part .wpt_for_product_desc.wpt_category span {
        font-weight: normal;
        font-style: italic;
    }
    .wpt_mobile_desc_part .wpt_for_product_desc {
        /* display: inline-block; */
        padding-right: 5px;
    }
    .wpt_for_product_desc.wpt_check {
        position: absolute;
        top: 0;
        right: -10px;
    }
    .all_check_header_footer.all_check_header {
        width: 100%;
    }
    .all_check_header_footer.all_check_header>span, .all_check_header_footer.all_check_header>a {
        display: inline-block;
    }
    .all_check_header_footer.all_check_header {
        padding-right: 0;
    }
    
    table.custom_table tbody tr:nth-child(2n+2) td{
	background: #fff;
	background-color: #fff;
    }
    
   
    .wpt_for_thumbs_desc.wpt_thumbnails {
        max-width: 100%;
    }
    /* table#wpt_table.mobile_responsive.wpt_product_table td.wpt_action {
        text-align: right !important;
    } */
    .wpt_conditon_desc_load {
        text-align: right;
    }
    table#wpt_table, table#wpt_table>tr {
        border: 0 none !important;
    }
    table#wpt_table td.wpt_for_product_action.wpt_quoterequest {
        display: none !important;
    }
    .wpt_for_thumbs_desc.wpt_thumbnails>img {
        display: inline;
    }
    table#wpt_table.mobile_responsive.wpt_product_table tr { 
        position: relative;
        
    }
    table#wpt_table.mobile_responsive.wpt_product_table td.wpt_check {
        position: absolute !important;
        top: 5px;
        right: 10px;
        z-index: 6;
        display: block;
        height: 30px !important;
        width: 31px;
        background: transparent;
    }
    table#wpt_table.mobile_responsive.wpt_product_table tr {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 1px;
    }
    .wpt_varition_section {
        display: block;
    }
    table#wpt_table.mobile_responsive.wpt_product_table tr.product_type_variable{
        padding-bottom: 9px;
    }
    table.wpt_product_table tr.wpt_selected_tr>td{
        background: transparent;
    }
    
    .wpt_second_content{display: none;}
}





/*  customiza css by mizan   */
.wpt_table_pagination a.page-numbers,
.wpt_table_pagination span.page-numbers{
    text-decoration: none !important;
    color: #021d33;
}
.wpt_table_pagination a.page-numbers:hover,
.wpt_table_pagination a.page-numbers:focus,
.wpt_table_pagination span.page-numbers:hover,
.wpt_table_pagination span.page-numbers:focus{
    background: #0A7F9C;
    color: #fff;
}
.wpt_for_product_action.wpt_quantity .quantity input {
    height: 30px;
    background: #f3f3f3;
}
.wpt_for_product_action{
    margin-left: 0;
    margin-right: 0;
}
.wpt_product_price{
    font-weight: bold;
    white-space: nowrap;
}
/*
table.wpt_product_table tr.wpt_selected_tr>td:before{
    content: "";
    position: absolute;
    background: #0000000d;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
*/


div.wpt_product_table_wrapper table.wpt_product_table tbody tr.wpt_row>td {
    border-left: 0 none;
    border-right: 0 none;
}

/*Additional for Advance version*/
table#wpt_table.mobile_responsive.wpt_product_table tr table, table#wpt_table.mobile_responsive.wpt_product_table tr table td,
table#wpt_table.mobile_responsive.wpt_product_table tr table tr {
    border: 0 none;
}

.wpt_product_table span.woocommerce-Price-currencySymbol {
    vertical-align: unset;
}
.wpt_for_product_action.wpt_quantity .quantity input {
    min-width: 45px;
}

td.wpt_for_product_action.wpt_quantity input {
    display: block !important;
}
td.yith-wcqv-button {
    cursor: pointer;
}
table .wpt_loader_text {
    position: absolute;
    background: #ffffffad;
    width: 100%;
    height: 100%;
    min-height: 60px;
    color: #223d4a;
    font-size: 35px;
    text-align: center;
    z-index: 3;
}
table#wpt_table {
    min-height: 115px;
}
.wpt_product_not_found{
    /* background: #00000024; */
    color: #ef3900;
    font-size: 20px;
    /* z-index: 2; */
    text-align: center;
    margin-bottom: 60px;
}
table.wpt_product_table.wpt_overflow_hiddent{overflow: hidden;min-height: 90px;}

/*Min Max qty button issue fixer*/
table.wpt_product_table tr div.wpt-qty-button {
    min-width: 153px;
    display: block;
}

table.wpt_product_table tr div.wpt-qty-button .wpt-qty-button {
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0px;
}

/******Style for Elentor Cart *****/
div.wpt_product_table_wrapper .elementor-menu-cart__product-image a,
div.wpt_product_table_wrapper .elementor-menu-cart__product-image img {
    max-height: 50px;
    width: auto;
}


/* Quantity Buttons */
.wpt-qty-wrapper{min-width: 152px;display: block;}
.wpt-qty-wrapper button.wpt-quantity {
    padding: 6px 12px 8px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    width: 41px;
    color: black;
}
.wpt-qty-wrapper .quantity {
    display: inline-block;
    width: calc(100% - 110px);
}
.wpt-quantity.wpt-qty-wrapper {
    margin: 3px auto;
    width: 100%;
    display: block;
}


.wpt-qty-wrapper .quantity input.input-text.qty.text {
    width: 100%;
    height: 41px;
    padding: 0 5px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
}


.wpt-qty-wrapper input::-webkit-outer-spin-button,
.wpt-qty-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
.wpt-qty-wrapper input[type=number]
{
  -moz-appearance: textfield;
}

/*
 * CSS for price
 */
.wpt_product_table_wrapper .wpt_for_product_action.wpt_price,
.wpt_product_table_wrapper .wpt_total.total_general {
    white-space: nowrap;
}
.wpt_product_table_wrapper .wpt_for_product_action.wpt_price del,
.wpt_product_table_wrapper .wpt_for_product_action.wpt_price ins {
    display: block;
}

.wpt_table_tag_wrapper,.wpt_second_wrapper{
    display: block;
    overflow-x: auto;
}
.wpt_second_content{display: block;min-height: 1px;}
.wpt_second_wrapper{margin-bottom: 5px;}

.wpt_product_table_wrapper select,
.wpt_varition_section select{
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #a9a1a1;
    margin: 1px;
    padding: 5px;
}
.wpt_filter_wrapper {
    display: flex;
    padding: 10px 0;
}

.wpt_filter_wrapper label, .wpt_filter_wrapper a, .wpt_filter_wrapper select {
    font-size: 16px;
    margin-right: 9px;
}

.wpt_filter_wrapper select,.wpt_varition_section select {
    min-width: 120px;
    padding-left: 16px;
}
.wpt_filter_wrapper span.select2 {
    margin-right: 11px;
}

/********NEW UPDATE*********/
.item_inside_cell {
    margin: 5px 0;
}
div.wpt_product_table_wrapper table.wpt_product_table td.wpt_action, 
div.wpt_product_table_wrapper table.wpt_product_table th.wpt_action {
    padding-right: 18px;
}
.wpt_device_mobile .wpt_filter.fulter_half,
.wpt_device_mobile .wpt_filter.fullter_full,
.wpt_device_mobile .wpt_filter,
.wpt_device_mobile .all_check_header_footer.all_check_header{
    width: 100%;
    float: none;
}
.wpt_device_mobile .all_check_header_footer.all_check_header{
    display: flex;
    flex-direction: column;
}

.wpt_device_mobile .wpt_search_box select.search_select {
    width: 100%;
}
.wpt_device_mobile .all_check_header_footer.all_check_header>span {
    margin-bottom: 10px;
    padding-bottom: 8px;
}


.wpt_edit_table > a {
    font-size: 19px;
    color: #07abd4;
    background: #dddddd2b;
    padding: 10px;
    display: inline-block;
    margin: 10px 0;
}

.wpt_search_box .search_box_wrapper {
    position: relative;
}

.wpt_search_box .search_box_wrapper a.search_box_reset, 
a.search_box_reset {
    position: absolute;
    right: 8px;
    top: 0;
    height: 25px;
    padding: 0;
    width: 25px;
    text-align: center;
    font-family: Helvetica;
    font-weight: normal;
    color: #ff8989;
    background: black;
    border-radius: 5px;
    line-height: 25px;
    font-size: 11px;
    transition: all .1s;
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    display: none;
}
a.search_box_reset:focus,
.wpt_search_box .search_box_wrapper a.search_box_reset:hover, a.search_box_reset:hover {
    color: #ff4747;
    background: #5d0202;
}
/***************Search Box or option start****************/
/*option.level-1 {
    padding-left: 25px;
}*/
/***************Search Box or option end****************/


.wpt_varition_section.variations {
    width: 100%;
}
/* Scrollbar Design */
/* width */
.wpt_product_table_wrapper ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.wpt_product_table_wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.wpt_product_table_wrapper ::-webkit-scrollbar-thumb {
  background: #0a7f9c; 
}

/* Handle on hover */
.wpt_product_table_wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*Audio Player Style*/
/*Audio Player Style */
/*.mejs-container {
    min-width: 300px;
}
.mejs-time-total {

}

.mejs-time-current {
}
.mejs-time-loaded {

}

.mejs-button.mejs-playpause-button {

}
.mejs-button button {

}

.mejs-controls {

}

.mejs-controls > div {

}

.mejs-time {

}

.mejs-button button:hover {

}

.mejs-button.mejs-volume-button, .mejs-button.mejs-fullscreen-button {

}*/
.wpt_product_table .variation-wrapper {
    display: flex;
    justify-content: space-between;
}
.variation-wrapper.reset {
    justify-content: flex-end;
}
.wpt_product_table .variation-wrapper label {
    min-width: 60px;
    display: inline-block;
    font-weight: 600;
}
.wpt_product_table .variation-wrapper a.reset_variations {
    display: inline-block;
    margin-left: 16px;
}

.col_inside_tag.audio {
    /* width: 60px; */
    height: 65px;
}
.mediPlayer{cursor: pointer;}
.col_inside_tag.audio * {
    max-width: 65px;
}
.individually-sold a.button.add_to_cart_button.added {
    display: none;
}

.wpt_table_body .select2-container--open .select2-dropdown {
    top: 32px;
}
.wpt_table_body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    margin-right: 0 !important;
    padding-left: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    padding: 0 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    margin-left: 5px !important;
}

/* Elementor Cart */
.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product {
    display: inline-block;
    margin-right: 20px;
    border: none;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product > * {
    float: left;
    padding-left: 10px;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-image {
    display: none;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-remove {
    position: absolute;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-name {
    margin-left: 30px;
    padding-left: 0;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-remove:before, .wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-remove:after {
    background: #c54c4c;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__product .elementor-menu-cart__product-price {
    color: #828282;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__subtotal {
    text-align: left;
}

.wpt_product_table_wrapper div.tables_cart_message_box .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    display: flex;
    justify-content: end;
}

.wpt_product_table_wrapper div.tables_cart_message_box.message-box-loading:before,
.wpt_table_tag_wrapper.loading-table table.wpt_product_table:before {
    position: absolute;
    z-index: 9999;
    background: url(../images/loading.gif) #7b7b7bab no-repeat center center;
    width: 100%;
    height: 100%;
    content: "";
    background-size: 50px 50px;
    cursor: not-allowed;
    overflow:hidden;
    top: 0;
    left: 0;
}

span.wpt_empty_cart_btn {
    opacity: 0.6;
}
span.wpt_empty_cart_btn:hover {
    opacity: 1;
}

button.loading::after, 
a.loading::after, 
a.wpt_woo_add_cart_button.loading::after,
input[type="button"].loading::after, 
input[type="reset"].loading::after, 
input[type="submit"].loading::after, 
.button.loading::after, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading::after, 
.added_to_cart.loading::after {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    content: "";
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block;
    font-variant: normal;
    animation: 0.75s linear 0s infinite normal none running fa-spin;
}

.wpt-post-not-publish {
    color: #ad5b5b;
    font-size: 18px;
    background: #dcdcdc70;
    padding: 25px 10px 1px 10px;
    border-top: 3px solid #d00;
}

button.loading, 
a.loading, 
a.wpt_woo_add_cart_button.loading, 
input[type="button"].loading, 
input[type="reset"].loading, 
input[type="submit"].loading, 
.button.loading, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading, 
.added_to_cart.loading {position: relative;}

tr.visible_row.wpt_row .col_inside_tag.action {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: space-around;
}
tr.visible_row.wpt_row .col_inside_tag.action a {
    margin-bottom: 5px;
}
tr.visible_row.wpt_row .col_inside_tag.action a:last-child{margin-bottom: inherit;}

/* for cascade filtering */
select.search_select.cascade-filtering {
    background: url(../images/loading.gif) #7b7b7b59 no-repeat center center !important;
    opacity: 0.4;
    cursor: not-allowed;
    background-size: 30px !important;
}



/* CODE FROM INTERNEL CSS */
@media only screen and (max-width: 767px) {
        .hide_column_for_mobile_only_for_selected{ display: none!important;}        


        table#wpt_table.mobile_responsive.wpt_product_table tr { border: 1px solid #ddd; margin-bottom: 5px;}

        table#wpt_table.mobile_responsive.wpt_product_table td { 
            border-bottom: 1px solid;
            position: relative;
            text-align: left;
            padding-left: 8px !important;
            height: 100%;
            border: none;
            border-bottom: 1px solid #ddd;    
        }
        /*
        table#wpt_table.mobile_responsive.wpt_product_table td,table#wpt_table.mobile_responsive.wpt_product_table td.wpt_check,table#wpt_table.mobile_responsive.wpt_product_table td.wpt_quantity{
         width: 100%;       
        }
        */
        table#wpt_table.mobile_responsive.wpt_product_table td.wpt_quantity { 
           min-height: 57px;
        }

        table#wpt_table.mobile_responsive.wpt_product_table td.wpt_thumbnails { 
           height: 100%;
           padding: 7px;
        }

        table#wpt_table.mobile_responsive.wpt_product_table td.wpt_description { 
           min-height: 55px;
           height: 100%;
           padding: 7px;
        }

        table#wpt_table.mobile_responsive.wpt_product_table td.wpt_action{ 
           min-height: 62px;
           height: auto;
        }        
        table#wpt_table.mobile_responsive.wpt_product_table td.data_product_variations.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled.wpt_action{ 
                height: 100%;
                padding: 7px 0;
        }

        table#wpt_table.mobile_responsive.wpt_product_table td:before { 
            width: 88px;
            white-space: normal;
            background: #b7b7b736;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            text-align: right;
            padding-right: 10px;
        }
        

    } 
    table tr.wpt_row td.wpt_quoterequest.addedd{
        display: block !important;
    }

    button.single_add_to_cart_button >span.wpt_ccount:empty {
        display: none;
    }

    tr.wpt_table_header_row.wpt_table_head th {
        position: sticky;
        top: 0; /* Don't forget this, required for the stickiness */
        /* box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); */
        z-index: 2;
      }

      .wpt_empty_cart_btn.button.button-empty-cart:before {
        content: '\e814';
        font-family: 'fontello';
        margin: 0 5px;
        /* color: #dd3333; */
    }
      .search_box_wrapper select {
        font-size: 14px;
        line-height: 2;
        box-shadow: none;
        -webkit-appearance: none;
        background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55%;
        background-size: 16px 16px;
        cursor: pointer;
        vertical-align: middle;
    }
    th.wpt_price {
    text-align: left; 
}  


.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	background-color: transparent;
	margin-left: 0px !important;
	margin-bottom: 10px; 
}
    