/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #email-out-of-stock-popup {
    position: relative;
    background: #FFF;
    padding: 2em 3em;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
    display: block;
}
span.wt-loader {
    display: none;
}
span.wt-loader.active {
    display: inline-block;
}
.wt-button-wrap.active .wt-loader-img,.wt-loader-wrap.active .wt-loader-img{
    display: inline-block;
    vertical-align: middle;
}
.wt-action .wt-loader-wrap {
    text-align: center;
}
span.wt-loader-img {
    display: none;
}
span.wt-loader-img img {
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
 
}
table tbody a.wt-product-remove {
    color: red !important;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.wt-sku{ display: block;  }
.product a.out-of-stock-popup {
    line-height: 1;
    cursor: pointer;
    padding: 8px 35px;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    transition: all .4s;
}
.product a.out-of-stock-popup:hover, form#email-out-of-stock-popup .wt-input button.wt_submit:hover, form#email-out-of-stock-popup .wt-input button.wt_submit:focus{
    background-color: #1e73be;
    color: #fff;
}
form#email-out-of-stock-popup {
    padding: 40px;
}
form#email-out-of-stock-popup .wt-form-wrapper h2 {
    font-size: 25px;
    font-weight: bold;
    word-spacing: 1px;
    margin-bottom: 20px;
}

form#email-out-of-stock-popup .wt-form-wrapper p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
form#email-out-of-stock-popup .wt-input label {
    font-size: 14px;
    margin-bottom: 0;
}
form#email-out-of-stock-popup .wt-input input {
    background: #fbfbfb;
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 20px;
}
form#email-out-of-stock-popup .wt-input button.wt_submit {
    float: none;
    padding: 7px 30px;
    margin-top: 10px;
    position: relative;
}
form#email-out-of-stock-popup .wt-input button.wt_submit span.wt-loader.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006e;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
form#email-out-of-stock-popup .wt-input button.wt_submit span.wt-loader.active img {
    max-width: 30px;
}
form#email-out-of-stock-popup p.wt-error {
    background: #f5eaea;
    padding: 12px 15px;
    line-height: 1;
    border: 1px solid #efd7d7;
    margin-bottom: 15px;
}
form#email-out-of-stock-popup .mfp-close {
    background: #fff0;
}
#email-out-of-stock-popup p.wt-success {
    margin-bottom: 0;
    color: #0e700e;
    line-height: 24px;
}
.wc-waitlist-tb thead tr .wt-quantity {
    width: 30%;
}
.wc-waitlist-tb thead tr th.wt-date {
    width: 15%;
}
.wc-waitlist-tb thead tr th.wt-product {
    width: 30%;
}
.wc-waitlist-tb tbody tr td.wt-product ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wc-waitlist-tb tbody tr td.wt-product ul img {
    max-width: 80px;
    width: 100%;
    height: auto;
}
.wc-waitlist-tb tbody tr td.wt-buy p.stock.out-of-stock {
    color: #15bd9c;
}
.wc-waitlist-tb tbody tr td.wt-buy p.stock.in-stock {
    color: #1e73be;
}
.wc-waitlist-tb tbody tr td.wt-buy form.cart button[name="add-to-cart"] {
    margin-top: 15px;
}
.wc-waitlist-tb thead tr th.wt-buy {
    width: 17%;
}
.wc-waitlist-tb thead tr th.wt-action {
    width: 8%;
}
table.wc-waitlist-tb tfoot td {
    text-align: center;
}
.wt_category_frm .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.wt_category_frm ul {
    margin: 0 0 15px;
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
}
.wt_category_frm > ul > li {
    padding-right: 15px;
}
.wt_category_frm > ul > li:first-child {
    width: 80%;
}
.wt_category_frm > ul > li:first-child span.select2.select2-container span.select2-selection {
   height: 42px;
    white-space: nowrap;
    overflow: hidden;
}
.wt_category_frm > ul > li:first-child span.select2.select2-container {
    width: 100% !important;
}

.wt_category-form label{
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.wt_category-form .wt_category_frm > ul > li:first-child span.select2.select2-container span.select2-selection{
    padding: 2px 5px;
}
.wt_category-form .wt_category_frm > ul > li:first-child{
    width: 100%;
}
.wt_category-form .wt_category_frm > ul > li:last-child{
    flex-shrink: 0;
    padding: 0;
}
.wt_category-form .wt_category_frm > ul > li [type=submit]{
        background: #1d73be;
    border-color: #1d73be;
    color: #fff;
}
.wt_category-form .wt_category_frm > ul > li [type=submit]:hover{
     background: #000;
    border-color: #000;
}
.wt_category-form .wc-waitlist-tb-wrap .wc-waitlist-tb tr td.wt-buy,
.wt_category-form .wc-waitlist-tb-wrap .wc-waitlist-tb tr td.wt-product{
    text-align: center;
}
.wt_category-form .wc-waitlist-tb-wrap .wc-waitlist-tb tr td ul li a{
    color: #000;
    text-decoration: none;
}
.wt_category-form .cart .quantity {
    display: flex;
    margin-right: 0;
    width: 100%;
    justify-content: center;
}
.wt_category-form .cart .quantity input {
    background: #eaeaea;
    border-radius: 0;
    font-weight: 400 !important;
    color: #000;
    padding: 6% 6%;
    border: 1px solid #eaeaea !important;
    margin: 0 -1px !important;
    width: 30px;
}
.wt_category-form .cart .quantity .minus:hover,
.wt_category-form .cart .quantity .plus:hover{
    background: #000;
    color: #fff;
}
.wt_category-form .cart .quantity input[type="number"] {
    text-align: center;
    width: 60px;
    height: auto;
    background: #fff;
    padding: 3px;
    color: #000;
}
.wt_category-form .wc-waitlist-tb tbody tr td.wt-buy form.cart button[name="add-to-cart"]{
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 15px;
    font-size: 13px !important;
    background: #1e73be;
    color: #fff;
}
.wt_category-form .wc-waitlist-tb tbody tr td.wt-buy form.cart button[name="add-to-cart"]:hover{
    background: #000 !important;
}
.wt_category-form .wc-waitlist-tb tbody tr td.wt-action .wt-loader-wrap .wt-product-remove{
    color: #000 !important;
    text-decoration: none;
}
.wt_category-form .wc-waitlist-tb tbody tr td.wt-action .wt-loader-wrap .wt-product-remove:hover{
    color: #1e73be !important;
}
.wc_custom_pagination{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.wc_custom_pagination .page-numbers{
    border: 1px solid #eaeaea;
    padding: 5px 13px;
    text-decoration: none;
    color: #000;
    background-color: #f5f5f5;
    display: block;
}
.wc_custom_pagination .page-numbers:hover,
.wc_custom_pagination .page-numbers.current{
    color: #fff;
    background-color: #1d73be;
    border-color: #1D73BE;
}

@media (max-width: 700px){
table.wc-waitlist-tb {
    width: 700px;
}
.wc-waitlist-tb-wrap {
    overflow: auto;
}
}
@media (max-width: 575px){
    form#email-out-of-stock-popup {
    padding: 30px;
}
form#email-out-of-stock-popup .wt-form-wrapper h2{
    font-size: 20px;
    margin-bottom: 15px;
}
form#email-out-of-stock-popup .wt-input input{
    margin-bottom: 15px;
    padding: 4px 20px;
}
form#email-out-of-stock-popup .wt-form-wrapper p{
    margin-bottom: 15px;
}
form#email-out-of-stock-popup .wt-input button.wt_submit{
    padding: 5px 25px;
}
}

