/* ==============
Live Auctions Area CSS
==================================== */
.live-auctions-card {
    border-radius: 15px;
    border: 1px solid #c4c7d1;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .live-auctions-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee0979),
        to(#ff6a00)
    );
    background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
    -webkit-box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */

.live-auctions-card .auctions-image {
    position: relative;
}

.live-auctions-card .auctions-image img {
    border-radius: 15px;
}

.live-auctions-card .auctions-image .live-auctions-countdown {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    max-width: 250px;
    margin: auto;
}

.live-auctions-card .auctions-image .live-auctions-countdown li {
    font-size: 18px;
    color: #222222;
    display: inline-block;
    margin-right: 20px;
}

.live-auctions-card .auctions-image .live-auctions-countdown li:last-child {
    margin-right: 0;
}

.live-auctions-card .auctions-image .live-auctions-countdown li span {
    color: #222222;
}

.live-auctions-card .auctions-image .number {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    padding: 2px 8px;
    background-color: #506cea;
    border-radius: 30px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card .auctions-image .number i {
    margin-right: 2px;
}

.live-auctions-card .auctions-image .number:hover {
    background-color: #f06334;
}

.live-auctions-card .auctions-content {
    padding: 20px;
}

.live-auctions-card .auctions-content .info {
    margin-bottom: 15px;
}

.live-auctions-card .auctions-content .info .title img {
    max-width: 40px;
}

.live-auctions-card .auctions-content .info .title .name {
    color: #555555;
    margin-left: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card .auctions-content .info span {
    color: #555555;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card .auctions-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card .auctions-content .auctions-bottom-content .title span {
    color: #555555;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card .auctions-content .auctions-bottom-content .title h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card
    .auctions-content
    .auctions-bottom-content
    .auctions-btn
    .default-btn {
    border: none;
    padding: 5px 12px;
    background-color: #f06334;
    color: #ffffff;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.live-auctions-card:hover::before {
    opacity: 1;
    visibility: visible;
}

/* .live-auctions-card:hover .auctions-content .info .title .name {
    color: #ffffff;
}

.live-auctions-card:hover .auctions-content .info span {
    color: #ffffff;
}

.live-auctions-card:hover .auctions-content h3 {
    color: #ffffff;
}

.live-auctions-card:hover
    .auctions-content
    .auctions-bottom-content
    .title
    span {
    color: #ffffff;
}

.live-auctions-card:hover .auctions-content .auctions-bottom-content .title h4 {
    color: #ffffff;
}

.live-auctions-card:hover
    .auctions-content
    .auctions-bottom-content
    .auctions-btn
    .default-btn {
    background-color: #ffffff;
    color: #222222 !important;
} */

.live-auctions-slides.owl-theme .owl-nav {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.live-auctions-slides.owl-theme .owl-nav::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d3cce3;
    width: 42%;
    height: 1px;
    z-index: -1;
}

.live-auctions-slides.owl-theme .owl-nav::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d3cce3;
    width: 42%;
    height: 1px;
    z-index: -1;
}

.live-auctions-slides.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 10px;
    padding: 0;
    background: transparent;
    color: #222222;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 46.5px;
    text-align: center;
    font-size: 25px;
    position: relative;
    opacity: 1;
    left: 0;
    border: 1px solid #d3cce3;
}

.live-auctions-slides.owl-theme .owl-nav [class*="owl-"] i {
    line-height: normal;
    color: #fff;
}

.live-auctions-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 0;
    left: auto;
}

.live-auctions-slides.owl-theme .owl-nav [class*="owl-"].owl-next i {
    line-height: normal;
    color: #fff;
}

.live-auctions-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background-color: #506cea;
    border: 1px solid #506cea;
}

/* ==============
Live Auctions Area CSS
==================================== */

/* .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-bottom: 80px;
        padding-top: 80px;
    }
} */
