/*When add Shop Icon in Add to cart button. Since Version: 1.0*/
@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
*/
.variation_table_wrapper table.variation_table>tbody tr.pvt_row td a {
    text-decoration: none;
}
/*******Check Box and Radio Button Style Start Here*******/
div.variation_table_wrapper input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

div.variation_table_wrapper input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	padding: 0 11px 0 0;
}

div.variation_table_wrapper input[type=checkbox].pvt_tabel_checkbox.pvt_td_checkbox.disabled+label:before,
div.variation_table_wrapper input.pvt_tabel_checkbox.pvt_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.variation_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.variation_table_wrapper input[type=checkbox]:hover+label:before {
	background: #ccc;
}

div.variation_table_wrapper input[type=checkbox]:checked+label:before {
	background: #5cb85c;
	border-color: #5cb85c;
}

div.variation_table_wrapper input[type=checkbox]:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

div.variation_table_wrapper input[type=checkbox]:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

div.variation_table_wrapper input[type=checkbox]:checked+label:after {
	content: '✓';
	color: #fff;
	top: 1px;
	font-size: 11px;
	font-weight: bold;
	left: 4px;
	position: absolute;
}
div.variation_table_wrapper input[type=checkbox].pvt_check_universal.pvt_check_universal_header:checked+label:after,
div.variation_table_wrapper input.pvt_check_universal.pvt_check_universal_header[type=checkbox]:checked+label:after{
	content: '✓';
	color: #fff;
	top: 1px;
	font-size: 11px;
	font-weight: bold;
	left: 4px;
	position: absolute;
}

/*******For All Table*********/
.pvt_price{
    text-align: center;
}
.pvt_action{
    text-align: right;
    min-width: 140px;
}
br.pvt_clear {
    clear: both;
    width: 100% !important;
    height: 0px;
}

div.variation_table_wrapper table#pvt_table tr.pvt_row td p{padding: 0;margin: 0;}
div.variation_table_wrapper table#pvt_table tr.pvt_row td .pvt_varition_section div.pvt_message p.stock.out-of-stock{color: #d22121;}
div.variation_table_wrapper table#pvt_table tr.pvt_row td .pvt_varition_section div.pvt_message p.stock.in-stock{
    color: #4caf50;
    font-weight: bold;
}
td.pvt_action {
    text-align: right !important;
}

.pvt_varition_section {
    display:  inline-block;
    margin: 6px;
}
td.pvt_check {
    text-align: center;
}
th.pvt_check, td.pvt_check {
    text-align: center;
    width: 40px;
}
table.variation_table thead tr{cursor: pointer;}
.pvt_varition_section select{display: inline-block;}
.pvt_varition_section {
    
}
.variation_table_wrapper select,.filter_select,.variation_table_wrapper select.filter_select, .pvt_varition_section select{
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #a9a1a1;
    margin: 1px;
}

/************Table Checkbox****************/
input.pvt_tabel_checkbox.pvt_td_checkbox.disabled {
    opacity: 0.86;
}
/*************Add to Cart Customizing****************/
a.button.pvt_woo_add_cart_button{
    position: relative;
    display: inline-block;
}

/*Customize Serial Number collumn*/
.variation_table thead th.serial_number{
    width: 67px;
    font-size: 12px !important;
}

.variation_table thead th.description {
    width: 312px;
}
.variation_table *,.variation_table tr>td,.variation_table td{
    box-sizing: border-box;vertical-align:middle;
}

.variation_table tbody tr td.pvt_thumbnail {
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 62px;
}
td.pvt_thumbnails img {
    cursor: pointer;
}
.variation_table tbody tr td.pvt_thumbnail>img {
    position: absolute;
    top: 3px;
    left: 21%;
}
th.pvt_total, td.pvt_total,
th.pvt_price, td.pvt_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.variation_table tr.pvt_row td.pvt_quantity div.quantity{
    text-align: center;
}
table.variation_table tr.pvt_row td.pvt_quantity{
    text-align: center;
}
table.variation_table tr.pvt_row td.pvt_quantity .quantity {
    padding: 5px 0;
}


/***********************Style For PopUP*****************************/
.pvt_thumbs_popup,#pvt_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;
}
#pvt_thumbs_popup .pvt_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;
}
#pvt_thumbs_popup img.pvt_popup_image {
    width: 100%;
    height: auto;
}
#pvt_thumbs_popup .pvt_wrapper_title{padding: 0;margin: 0;}
span#pvt_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#pvt_popup_close:hover{
    background: rgba(255, 0, 0, 1);
}

/* For Rating Star of Table */
.variation_table tbody tr .star-rating {
    font-size: 0.65em;
}

div#pvt_table_wrapper,div#pvt_table_wrapper *{
    transition: all .4s !important;
    padding-top: 3px;
}

/****************Style for Live Cart of Table******************/
.pvt_live_cart_box {
    padding: 5px 10px;
    position:  relative;
}
a.remove.remove_from_cart_button.pvt_remove_cart_link {
    display: inline-block;
    float: left;
}
.pvt_live_cart_box .cart-dropdown .pvt_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);
}
.pvt_live_cart_box .cart-dropdown .pvt_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;
}

.pvt_live-cart-subtotal, .pvt_live-cart-other_link {
    display: inline-block;
}
.pvt_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.pvt_woo_add_cart_button.add_to_cart_button.disabled.loading {
    opacity: 0.3;
}

/************ Style for Search Box, New added at Version: 1.9 */
.pvt_search_box {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}
.search_box_fixer{padding: 3px;}
.pvt_search_box{overflow: hidden;}
.pvt_search_box .search_box_wrapper{display: block;}
.pvt_search_box .pvt_search_button {
    width: 50%;
    margin-top: 10px;
}
.search_single label.search_keyword_label {
    display: block;
}
.pvt_search_box .search_single {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}
.search_single.search_single_texonomy{
    
}
.pvt_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;
}
.pvt_search_box .search_single .search_single_column {
    width: 33.33%;
    float: left;
    margin: auto;
}
.search_single.search_single_direct {
    clear: both;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: auto;
    min-height: 48px;
}
button.button.pvt_search_button {
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: none;
}

/* problem solved */
.add_to_cart_all_selected{
    background-color: #36304a;
    border-color: #eeeeee;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all .5s;
}

.add_to_cart_all_selected:hover{
	background-color: #EFF2F7;
}
/* problem solved */
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;
}
.pvt_filter.fulter_half {
    width: 50%;
    float: left;
}
.pvt_filter.fulter_half .pvt_filter_wrapper {
    padding: 15px 5px 5px 5px;
}
.pvt_filter.fullter_full{
    width: 100%;
    text-align: left;
}
.pvt_filter.fullter_full .pvt_filter_wrapper{
    padding: 5px;
}
/* .pvt_filter.fullter_full+br.pvt_clear{} */
@media only screen and (max-width: 600px){
    .pvt_filter.fulter_half {
        width:  100%;
        text-align:  center;
    }

    .all_check_header_footer.all_check_header {
        width:  100%;
        text-align:  center;
        font-size: 12px;
    }
}
@media only screen and (min-width: 500px) and (min-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2){
    #pvt_thumbs_popup .pvt_popup_image_wrapper {
        margin:5% auto !important;
    }
}

/******Adjust Theme********/
table#pvt_table.variation_table tr.pvt_row td.pvt_quantity .quantity input.plus, 
table#pvt_table.variation_table tr.pvt_row td.pvt_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.pvt_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#pvt_table.variation_table tr>td.this_column_sorted {
    background: rgba(0, 0, 0, 0.03);
}
table#pvt_table.variation_table tr>th.this_column_sorted {
    background-color: rgba(0, 0, 0, 0.18);
}
table#pvt_table.variation_table tr>th {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
table#pvt_table.variation_table tr>th.this_column_sorted[data-sort_type="DESC"] {
    background-image: url(../images/arrow_down.png) !important;
}
table#pvt_table.variation_table tr>th.this_column_sorted[data-sort_type="ASC"] {
    background-image: url(../images/arrow_top.png) !important;
}
table#pvt_table.variation_table tr>th.pvt_Message,
table#pvt_table.variation_table tr>th.pvt_serial_number,
table#pvt_table.variation_table tr>th.pvt_quoterequest,
table#pvt_table.variation_table tr>th.pvt_check,
table#pvt_table.variation_table tr>th.pvt_quantity,
table#pvt_table.variation_table tr>th.pvt_quick,
table#pvt_table.variation_table tr>th.pvt_thumbnails,
table#pvt_table.variation_table tr>th.pvt_action{
    background-image: none !important;
}
/*Style Additional for Quick View of YITH*/
body.pvt_pro_table #yith-quick-view-content div.summary {
    width: 47% !important;
}
.single-product div.product {
    padding: 4px;
}
@media (max-width: 480px){
    body.pvt_pro_table #yith-quick-view-content div.images,
    body.pvt_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 */


/***New CSS 1.0 Start****/
div.variation_table_wrapper.woocommerce {
    position: relative;
    box-sizing: border-box;
    display: block;
}
div.pvt_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.pvt_notice_board .woocommerce-error, 
div.pvt_notice_board .woocommerce-info, 
div.pvt_notice_board .woocommerce-message, 
div.pvt_notice_board .woocommerce-noreviews, 
div.pvt_notice_board p.no-comments {
    padding: .5em .618em;
    margin-bottom: 2px;
}
/***New CSS 1.0 End****/

/*CSS Style for Attribute Start*/
.pvt_each_attribute_wrapper {
    display: block;
    min-width: 230px;
    margin-bottom: 2px;
}

.pvt_each_attribute_wrapper>* {
    display: inline;
}

.pvt_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 */
.pvt_table_pagination {
    display: block;
    margin: 15px 0;
    text-align: center;
}

.pvt_table_pagination a.page-numbers,.pvt_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;
}

.pvt_table_pagination span.page-numbers.current,.pvt_table_pagination a.page-numbers.current{
  background-color: #444;
  color: white;
  border: 1px solid #222;
  font-weight: bold;
}

.pvt_table_pagination a:hover{background-color: #ddd;}
.pvt_table_pagination.pagination_loading, .pvt_table_pagination.pagination_loading * {
    opacity: 0.5;
    cursor: not-allowed !important;
}
/*Pagination Style End*/
/*------new for per product--------*/
a.button.pvt_woo_add_cart_button>span.pvt_ccount {
    position: absolute;
    background: white !important;
    color: black;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    top: -15px;
    right: -17px;
    z-index: 999;
    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);
}
a.button.pvt_woo_add_cart_button.button.loading>span.pvt_ccount{display: none;}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
body.pvt_pro_table_body.pvt_pro_table table.variation_table a.button.pvt_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: 999;
    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.pvt_woo_add_cart_button>span.pvt_ccount:empty{display: none;}
a.button.pvt_woo_add_cart_button{margin-right: 10px;}
.pvt_action a.added_to_cart.wc-forward {
    display: none !important; /*It necessary to compatible with all theme. It urgent*/
}