.wpt_table_id_not_found{color: #d00;}
.wpt_product_title.toggle_on .item_inside_cell,
.toggle_on .col_inside_tag, 
.toggle_on .item_inside_cell {
    display: none;
}
span.wpt_click_to_view{cursor: pointer;}
span.wpt_click_to_view>i{font-weight: bold;}
.audio_player li {
    white-space: nowrap;
}


@media screen and ( max-width: 992px) {
    
}


.wpt_quick_qty {
    position: relative;
}
span.wpt-loader-quick-cart {
    background: var(--wpt_primary);
    height: 2px;
    width: 10%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-animation: wpt-animated-line 1s linear infinite alternate;
    animation: wpt-animated-line 1s linear infinite alternate;
    /* width: 100% !important; */
    /* opacity: 0.4; */
}
  
  /* Safari */
  @-webkit-keyframes wpt-animated-line {
    0% { width: 0%; }
    100% { width: 100%;}
  }
  
  @keyframes wpt-animated-line {
    0% { width: 0%; }
    100% { width: 100%;}
  }
  td.td_or_cell.wpt_toggle_description div.item_inside_cell{
    display: none;
  }
  td.td_or_cell.wpt_toggle_description div.item_inside_cell.wpt_toggle_description{
    display: inherit;
  }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    position: relative;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wpt_gallery_thumbnails > div > .flex-viewport {
    max-width: 150px;
    margin: 0 auto;
}
.loading .flex-viewport {
    max-height: 300px;
}
@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    display: none;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
ul.slides.thumbs-slider {
    margin-top: 5px;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.product_title {
    position: relative;
}
.wpt-pro-tag-on-sale {
    position: absolute;
    right: 0;
    top: 0;
}
/*Discount Percentage */
span.wpt-pro-tag-on-sale {
    display: inline-block;
    padding: 2px;
    border: 1px solid var(--wpt_primary);
    background: var(--wpt_primary);
    color: var(--wpt_white);
    font-weight: bold;
    border-radius: 3px;
}

/***** GRID and TABLE VIEW*********/
.wpt-pr-view-wrapper {
    display: block;
    width: 100%;
    /* background: red; */
    height: 48px;
    clear: both;
}
.wpt-product-view-option {
    display: block;
    float: right;
    background: #78787800;
    padding: 0px 10px;
    border: 1px solid #00000040;
    /* position: absolute; */
    right: 10px;
    top: 10px;
    padding: 8px 6px 3px 6px;
}

.wpt-product-view-option a {
    font-size: 25px;
    color: #8080806b;
    line-height: 20px;
}
a.product-view-btn.selected {
    color: black;
}

.show-additional-row .inside_toggle_description {
    margin-bottom: 5px;
}
tr.stock_status_outofstock td.td_or_cell.no-inner.wpt_stock.color_stock_on:before {
    color: #ff5722;
}

td.td_or_cell.no-inner.wpt_stock.color_stock_on:before {
    content: "•••";
    position: absolute;
    width: 20px;
    height: 20px;
    color: #4caf50;
    font-size: 33px;
}

td.td_or_cell.no-inner.wpt_stock.color_stock_on>* {
    display: none;
}
button.show-more-button.button {
    padding: 4px 10px;
    color: var(--wpt_thead_text);
    background-color: var(--wpt_primary_deep);
}
button.show-more-button.button:hover,
button.show-more-button.button.button-active {
    color: var(--wpt_white);
    background-color: var(--wpt_primary_deepest);
}
body.archive .wpt-stats-report{
    display: none;
}

div.product-type-variable div.normal_table_wrapper.wpt-ajax-loading.wpt-variation-table-loader{
    overflow: hidden;
    cursor: not-allowed;
}
div.product-type-variable div.normal_table_wrapper.wpt-ajax-loading.wpt-variation-table-loader::after {
    content: "Loading ...";
    background-color: black;
    padding: 32px;
    color: #595959;
    font-size: 32px;
}
body.wpt-variable-page-body a.wpt_filter_reset{display: none !important;}