/*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
*/
/*******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 11px 0 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: 15px;
    height: 15px;
    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: 15px;
    height: 15px;
    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: #5cb85c;
	border-color: #5cb85c;
}

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: '✓';
	color: #fff;
	top: 1px;
	font-size: 11px;
	font-weight: bold;
	left: 4px;
	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: '✓';
	color: #fff;
	top: 1px;
	font-size: 11px;
	font-weight: bold;
	left: 4px;
	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_price{
    text-align: center;
}
.wpt_action{
    text-align: right;
    min-width: 140px;
}
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;}
.wpt_varition_section {
    
}
.wpt_product_table_wrapper select,.filter_select,.wpt_product_table_wrapper select.filter_select, .wpt_varition_section select{
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #a9a1a1;
    margin: 1px;
}

/************Table Checkbox****************/
input.wpt_tabel_checkbox.wpt_td_checkbox.disabled {
    /*opacity: 0.3;*/
}
/*************Add to Cart Customizing****************/
a.button.wpt_woo_add_cart_button{
    position: relative;
    display: inline-block;
}

/*
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;
}

.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;
}
.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 input.input-text.qty.text {
    width: 58px !important;
}
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;
}
table.wpt_product_table tr.wpt_row td.wpt_quantity .quantity {
    padding: 5px 0;
}


/***********************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: 9999;
    overflow-y: auto;
    cursor: pointer;
}
#wpt_thumbs_popup .wpt_popup_image_wrapper {
    width: 96%;
    margin: 200px auto;
    background: white;
    padding: 10px;
    position: relative;
    max-width: 600px;
    min-width: 250px;
    display: none;
    z-index: 10000;
    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;
}
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;
    padding-top: 3px;
}

/****************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: 3px 17px;
    border: 1px solid rgba(119, 115, 115, 0.12);
    margin: 0 10px;
}
.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;
        float: right;
    width: 43%;
}
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;
    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: block;}
.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;
}
.search_single.search_single_texonomy{
    
}
.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: 98%;
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #a9a1a1;
    margin-bottom: auto auto 6px auto;
}
.instance_search_input {
    width: 100%;
    padding-left: 10px;
}
.wpt_search_box .search_single .search_single_column {
    width: 33.33%;
    float: left;
}
.search_single.search_single_direct {
    clear: both;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: auto;
    min-height: 48px;
}
.wpt_load_more_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    margin: 30px 0;
    clear: both;
}

/* problem solved */
.wpt_load_more,
.add_to_cart_all_selected{
    background-color: #36304a;
    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 {
    padding: 0 !important;
    margin-right: 4px !important;
    color: #585656;
    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;
}
/* .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;
    }
    
}

/*Style custom for Sorting Column*/
table#wpt_table.wpt_product_table tr>td.this_column_sorted {
    background: rgba(0, 0, 0, 0.03) !important;
}
table#wpt_table.wpt_product_table tr>th.this_column_sorted {
    background-color: rgba(0, 0, 0, 0.18) !important;
}
table#wpt_table.wpt_product_table tr>th {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
table#wpt_table.wpt_product_table tr>th.this_column_sorted[data-sort_type="DESC"] {
    background-image: url(../images/arrow_down.png) !important;
}
table#wpt_table.wpt_product_table tr>th.this_column_sorted[data-sort_type="ASC"] {
    background-image: url(../images/arrow_top.png) !important;
}
table#wpt_table.wpt_product_table tr>th.wpt_Message,
table#wpt_table.wpt_product_table tr>th.wpt_serial_number,
table#wpt_table.wpt_product_table tr>th.wpt_quoterequest,
table#wpt_table.wpt_product_table tr>th.wpt_check,
table#wpt_table.wpt_product_table tr>th.wpt_quantity,
table#wpt_table.wpt_product_table tr>th.wpt_quick,
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 {
    display: none;
}
/**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{
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    right: 0;
}
.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 div.widget_shopping_cart_content{
    margin-top: 28px;
    
}
.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;
}

.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: 9999;
}
.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;
}
.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 {
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0;
    bottom: unset;
}

.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .buttons>a.button {
    padding: 6px;
}

.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 {
    margin-top: 16px !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;
}
.single-product div.product {
    padding: 4px;
}
@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_notice_board{
    background: #fff6f6;
    width: 95%;
    min-height: 30px;
    z-index: 999999;
    position: fixed;
    top: 33%;
    left: 33%;
    box-shadow: -4px 4px 9px 0px #00000085;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    max-width: 800px;
    display: none;
    cursor: pointer;
}
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;
}
/***Nes CSS 3.8 End****/