/**
Universal CSS Style for Woo Product Table
This file CSS, generally for all template Table
*/
.wpst_post_table_wrapper table.wordpress_post_table>tbody tr.wpst_row td a {
    text-decoration: none;
}
/*******For All Table*********/

br.wpst_clear {
    clear: both;
    width: 100% !important;
    height: 0px;
}

div.wpst_post_table_wrapper table#wpst_table tr.wpst_row td p{padding: 0;margin: 0;}
table.wordpress_post_table thead tr{cursor: pointer;}
.wpst_varition_section select{display: inline-block;}
.wpst_varition_section {
    
}
.wpst_post_table_wrapper select,.filter_select,.wpst_post_table_wrapper select.filter_select, .wpst_varition_section select{
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #a9a1a1;
    margin: 1px;
}

/*Customize Serial Number collumn*/
.wordpress_post_table thead th.serial_number{
    width: 67px;
    font-size: 12px !important;
}

.wordpress_post_table thead th.description {
    width: 312px;
}
.wordpress_post_table *,.wordpress_post_table tr>td,.wordpress_post_table td{
    box-sizing: border-box;vertical-align:middle;
}

.wordpress_post_table tbody tr td.wpst_thumbnail {
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 62px;
}
td.wpst_thumbnails img {
    cursor: pointer;
}
.wordpress_post_table tbody tr td.wpst_thumbnail>img {
    position: absolute;
    top: 3px;
    left: 21%;
}

/***********************Style For PopUP*****************************/
.wpst_thumbs_popup,#wpst_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;
}
#wpst_thumbs_popup .wpst_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;
}
#wpst_thumbs_popup img.wpst_popup_image {
    width: 100%;
    height: auto;
}
#wpst_thumbs_popup .wpst_wrapper_title{padding: 0;margin: 0;}
span#wpst_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#wpst_popup_close:hover{
    background: rgba(255, 0, 0, 1);
}

div#wpst_table_wrapper,div#wpst_table_wrapper *{
    transition: all .4s !important;
    padding-top: 3px;
}

/************ Style for Search Box */
.wpst_search_box {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}
.search_box_fixer{padding: 3px;}
.wpst_search_box{overflow: hidden;}
.wpst_search_box .search_box_wrapper{display: block;}
.wpst_search_box .wpst_search_button {
    width: 50%;
    margin-top: 10px;
}
.search_single label.search_keyword_label {
    display: block;
}
.wpst_search_box .search_single {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.wpst_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;
}
.wpst_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.wpst_search_button {
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: none;
}
.wpst_load_more_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    margin: 16px 0;
    clear: both;
}

/* problem solved */
.wpst_load_more{
    background-color: #36304a;
    border-color: #eeeeee;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all .5s;
}
.wpst_load_more{
    float: none;
}
.wpst_load_more:hover{
	background-color: #EFF2F7;
}
/* problem solved */
.wpst_load_more_wrapper.load_more_hidden {
    display: none !important;
}
p.search_select.query {
    padding: 0;
    margin: 0;
}

/************ End here of:: Style for Search Box */

/* Custom Style for Filter Box Start here */
select.filter_select {
    padding: 0 !important;
    margin-right: 4px !important;
    color: #585656;
    border: 1px solid #e2e2e2 !important;
}
.wpst_filter.fulter_half {
    width: 50%;
    float: left;
}
.wpst_filter.fulter_half .wpst_filter_wrapper {
    padding: 15px 5px 5px 5px;
}
.wpst_filter.fullter_full{
    width: 100%;
    text-align: left;
}
.wpst_filter.fullter_full .wpst_filter_wrapper{
    padding: 5px;
}
/* .wpst_filter.fullter_full+br.wpst_clear{} */
@media only screen and (max-width: 600px){
    .wpst_filter.fulter_half {
        width:  100%;
        text-align:  center;
    }
}
/* Custom Style for Filter Box End here */
@media only screen and (min-width: 500px) and (min-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2){
    #wpst_thumbs_popup .wpst_popup_image_wrapper {
        margin:5% auto !important;
    }
}

/*Style custom for Sorting Column*/
table#wpst_table.wordpress_post_table tr>td.this_column_sorted {
    background: rgba(0, 0, 0, 0.03);
}
table#wpst_table.wordpress_post_table tr>th.this_column_sorted {
    background-color: rgba(0, 0, 0, 0.18);
}
table#wpst_table.wordpress_post_table tr>th {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
table#wpst_table.wordpress_post_table tr>th.this_column_sorted[data-sort_type="DESC"] {
    background-image: url(../images/arrow_down.png) !important;
}
table#wpst_table.wordpress_post_table tr>th.this_column_sorted[data-sort_type="ASC"] {
    background-image: url(../images/arrow_top.png) !important;
}
table#wpst_table.wordpress_post_table tr>th.wpst_serial_number,
table#wpst_table.wordpress_post_table tr>th.wpst_thumbnails{
    background-image: none !important;
}

/*Style Additional for Quick View of YITH*/
body.wpst_pro_table #yith-quick-view-content div.summary {
    width: 47% !important;
}
.single-post div.post {
    padding: 4px;
}

/*Pagination Style page-numbers current */
.wpst_table_pagination {
    display: block;
    margin: 15px 0;
    text-align: center;
}

.wpst_table_pagination a.page-numbers,.wpst_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;
}

.wpst_table_pagination span.page-numbers.current,.wpst_table_pagination a.page-numbers.current{
  background-color: #0A7F9C;
  color: #ffff;
  border: 1px solid #0A7F9C;
  font-weight: bold;
}

.wpst_table_pagination a:hover{background-color: #ddd;}
.wpst_table_pagination.pagination_loading, .wpst_table_pagination.pagination_loading * {
    opacity: 0.5;
    cursor: not-allowed !important;
}
/*Pagination Style End*/

/*Responsive Version is here*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    table#wpst_table.mobile_responsive.wordpress_post_table tr td,
    table#wpst_table.mobile_responsive.wordpress_post_table tr th{
        display: none;
    }
    table#wpst_table.mobile_responsive.wordpress_post_table .wpst_post_title,
    table#wpst_table.mobile_responsive.wordpress_post_table .wpst_action
    {
        display: table-cell;
    }
    td.wpst_post_title {
        position: relative;
    }
    .wpst_for_thumbs_desc.wpst_thumbnails>img {
        display: inline;
    }
    .wpst_mobile_desc_part .wpst_for_post_desc {
        display: inline-block;
        padding-right: 6px;
    }

    .wpst_mobile_desc_part .wpst_for_post_desc.wpst_category a {
        font-weight: normal;
        text-decoration: underline !important;
    }
    .wpst_mobile_desc_part .wpst_for_post_desc.wpst_category span {
        font-weight: normal;
        font-style: italic;
    }
}
@media only screen and (max-width: 767px) {
    table#wpst_table.mobile_responsive.wordpress_post_table tr td,
    table#wpst_table.mobile_responsive.wordpress_post_table tr th{
        display: none;
    }
    
    
    
    /* Force table to not be like tables anymore */
    table#wpst_table.mobile_responsive.wordpress_post_table, 
    table#wpst_table.mobile_responsive.wordpress_post_table thead, 
    table#wpst_table.mobile_responsive.wordpress_post_table tbody, 
    table#wpst_table.mobile_responsive.wordpress_post_table tr { 
        display: block; 
    }
    
    table#wpst_table.mobile_responsive.wordpress_post_table td.wpst_post_title,
    table#wpst_table.mobile_responsive.wordpress_post_table td.wpst_action
    {
        display: block;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    table#wpst_table.mobile_responsive.wordpress_post_table thead tr{ 
        display: none !important;
    }
    
    table#wpst_table.mobile_responsive.wordpress_post_table td{border: 0 none !important;}
    
    .wpst_mobile_desc_part .wpst_for_post_desc.wpst_category a {
        font-weight: normal;
        text-decoration: underline !important;
    }
    .wpst_mobile_desc_part .wpst_for_post_desc.wpst_category span {
        font-weight: normal;
        font-style: italic;
    }
    .wpst_mobile_desc_part .wpst_for_post_desc {
        display: inline-block;
        padding-right: 5px;
    }
    .wpst_for_post_desc.wpst_check {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    table.custom_table tbody tr:nth-child(2n+2) td{
	background: #fff;
	background-color: #fff;
    }
    
    .wpst_for_thumbs_desc.wpst_thumbnails {
        max-width: 100%;
    }
    .wpst_conditon_desc_load {
        text-align: right;
    }
    table#wpst_table, table#wpst_table>tr {
        border: 0 none !important;
    }
    .custom_table .wpst_row td img {
        display: inline;
    }
}

/*  customiza css by mizan   */
.wpst_table_pagination a.page-numbers,
.wpst_table_pagination span.page-numbers{
    text-decoration: none !important;
    color: #021d33;
}
.wpst_table_pagination a.page-numbers:hover,
.wpst_table_pagination a.page-numbers:focus,
.wpst_table_pagination span.page-numbers:hover,
.wpst_table_pagination span.page-numbers:focus{
    background: #0A7F9C;
    color: #fff;
}