/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 12:57:07 */
.crossed_out_price {
    position: relative;
    font-size: 100%;
}

.crossed_out_price:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    transform: rotate(-7deg);
}
#no-more-tables th{
    border: 0px;
  }
 #no-more-tables table td{
    border: 0px;
  }
 #no-more-tables tr>td{
/* Behave like a "row" */
border-bottom: 1px solid #eee;
}

 #no-more-tables table{
    border: 0px;
  }
/* Product Tables START */
@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
  #no-more-tables tr>td{
/* Behave like a "row" */
border-bottom: 1px solid #eee;
}
 
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}


#no-more-tables tr {background-color: #fafafa; margin-bottom: 15px; }

#no-more-tables tr>td:not(:last-child) {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
white-space: normal;
text-align:center;
}
#no-more-tables tr>td:last-child {
border-bottom: 0px;
}

#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
border-right: 2px solid #eee;
}

/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }

}
#no-more-tables th {color: #fff; text-align: center; padding-top: 8px;
padding-bottom: 8px; font: auto;}
#no-more-tables td {text-align: center;}
#no-more-tables a[role="button"]:focus{ text-decoration:none !important;
box-shadow: 0 0 0 0 !important;
}
#no-more-tables a[role="button"]:hover {

background-color: #fc4a1a;
border-color: #fc4a1a; 
}
#no-more-tables .col-sm-12 {padding-right: 0px;
padding-left: 0px;}


.bg-info-custom{ background-color : #4abdac;
color: #fff;}

.buy-btn {
font-family: sf pro display;
display: inline-block;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
border: 1px solid f7b733;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
min-width: 65px;
font-weight: bold;
background-color: #f7b733; /* #fe5000 */


}

.buy-btn:hover {
color: #fff;
}
.buy-btn-success:hover {
background-color: #fc4a1a; border: 1px solid f7b733;
}

.buy-btn-success {
color: #fff;

}
.buy-btn, .btn-group-sm > .buy-btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .buy-btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.product-economy {color: #fc4a1a;}
.table-container {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 800px) {
.buy-btn {
width: 100%; font-size: 1rem;}
}
.added_to_cart.wc-forward {
display: none!important;
}
a.buy-btn.added::after {
font-family: WooCommerce;
content: "✓";
margin-left: 0.53em;
vertical-align: bottom;
}
.loading{
padding-right: 24px;
position: relative;
}
.loading::after{
content: "";
position: absolute;
width: 15px;
height: 15px;
top: 25%;
right: 5%;
border: 2px solid transparent;
border-top-color: #fff;
border-radius: 50%;
animation: loading-spinner 0.75s linear infinite;
}
@media (max-width: 800px) {
.loading::after { right: 35%;}
}
@keyframes loading-spinner {
from {transform: rotate(0turn);}
to {transform: rotate(1turn);}
}

/* Product Tables END */