body {
    --links-normal-color: #e44c4a;
    --links-hover-color: #b54342;
    --tables-links-normal-color:#e44c4a;
    --tables-links-hover-color:#b54342;
}
body.yith-frontend-manager-for-woocommerce a{
    color: var(--links-normal-color,#e44c4a);
}
body.yith-frontend-manager-for-woocommerce a:hover{
    color: var(--links-hover-color,#b54342);
}
.woocommerce-info {
    border-top-color: #e44c4a;
}
.woocommerce-info::before{
    color: #e44c4a;
}
table#auctions-data-table p {
    margin-bottom: 0;
}
table#auctions-data-table .yith-wcact-add-to-watchlist-icon,table#auctions-data-table span.yith-wcact-add-to-watchlist-button-message> span,table#auctions-data-table span.yith-wcact-add-to-watchlist-browse-message> span{
    display: none
}
table#auctions-data-table a{
    color: #b3af54;
}
table#auctions-data-table a:hover{
    color: #a19a00;
}

table#auctions-data-table thead:first-child tr:first-child th {
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    padding: 7px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table#auctions-data-table span.yith-wcact-add-to-watchlist-button-message a span,table#auctions-data-table span.yith-wcact-add-to-watchlist-browse-message a span {
    display: none;
}
table#auctions-data-table span.yith-wcact-add-to-watchlist-button-message a:after,table#auctions-data-table span.yith-wcact-add-to-watchlist-browse-message a:after {
    font-family: "Font Awesome 6 Free";
    content: '\2b';
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    background: #e44c4a;
    padding: 1px 3px;
    border-radius: 5px;
}
table#auctions-data-table span.yith-wcact-add-to-watchlist-browse-message a:after {
    content: '\f058';
    padding: 5px;
    background: none;
    color: #e44c4a;
}
table#auctions-data-table .ywcact-add-to-watchlist-container, table#auctions-data-table .ywcact-add-to-watchlist-container .ywcact-add-to-watchlist {
    margin: 0px;
}
table#auctions-data-table tbody tr td {
    /* padding: 3px 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
}
#auctions-data-table_wrapper .dataTables_paginate .paginate_button.current{
    background: #e8e8e8;
    border: none;
}
#auctions-data-table_wrapper .dataTables_length select {
    display: inline;
    width: fit-content;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
    border: solid 1px #ebedf2;
    background-color: #fff;
    color: #606266;
    margin-right: 1px;
    text-align: center;
}
button#placeBidBtn {
    /* background-color: #7f54b3; */
    margin: 0 auto;
    width: 90%;
}
button.button.alt.ywcact-modal-button.ywcact-modal-button-confirm-bid{
    background-color: var(--e-global-color-primary);
}
#auctions-data-table_wrapper div.dt-buttons button {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
    border: solid 1px #ebedf2;
    background: #fff;
    color: #606266;
    width: 75px;
}
#auctions-data-table_wrapper div.dt-buttons button:hover {
    box-shadow: none;
}
#auctions-data-table_wrapper div.dt-buttons button.streams_button {
    width: 100px;
    background-color: #e44c4a;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgb(190 111 111);
    border: solid 1px #e44c4a;
}
#auctions-data-table_wrapper div.dt-buttons button.streams_button:hover {
    color: var(--e-global-color-a291686);
    background-color: var(--e-global-color-text);
}
span.current_bid_loading_icon {
    position: absolute;
}
span.current_bid_loading_icon img {
    position: relative;
    left: 30%;
    opacity: 0.3;
}
.ending-soon,table.dataTable.display tbody tr.ending-soon>.sorting_1 {
    animation: flash 1s infinite;
    background-color: red; /* Initial background color */    
}
.auction_expired,table.dataTable.display tbody tr.auction_expired>.sorting_1 {
    background-color: red !important;
}
.fancybox-thumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    background: #eddbdb21;
}
.fancybox-thumbs .fancybox-thumbs__list {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

button.fancybox-button {
    background-color: rgb(30 30 30 / 86%) !important;
}
button.auction_add_to_cart_button  a {
    text-decoration: none;
    color: #fff !important;
}
a.auct-dt-product-image img {
    max-width: 74px;
}
/*My account styles*/
.yith-wcmap .user-profile .user-info .logout a,
div.woocommerce .button {
    background-color: #e44c4a !important;
    padding: 4px 10px;
    color: #fff !important;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px;
    border-color: unset !important;
}

.yith-wcmap .user-profile .user-info .logout a:hover,div.woocommerce .button:hover {
    color: var(--e-global-color-a291686) !important;
    background-color: var(--e-global-color-text) !important;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
ul.dtr-details li span.dtr-data {
    text-wrap: pretty;
}
@keyframes flash {
    0% {
        background-color: red;
    }
    50% {
        background-color: transparent; /* Change the background to transparent */
    }
    100% {
        background-color: red;
    }
}
@media screen and (min-width: 641px){
    #auctions-data-table_wrapper .dataTables_length label {
        margin-bottom: -60px;
    }
    #auctions-data-table_wrapper div.dt-buttons {
        margin-top: 25px;
        margin-left: 25px;
    }
}
@media (max-width: 576px){
    div.fancybox-thumbs__list a {
        margin-right: 0px;
    }
}