@import url(header.css);
@import url(footer.css);
@import url(about.css);
@import url(package.css);
@import url(contactus.css);
@import url(fonts.css);
@import url(login-signup.css);
@import url(product-details.css);
* {
    font-family: "Space Grotesk";
    box-sizing: border-box;
}

.relative-label {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
p {
    color: #7b8798;
    margin-top: 0;
    margin-bottom: 20px;
}
.wishlist-active {
    background: #fe6603;
}
strong,
b {
    color: #002347;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
span,
a {
    padding: 0;
    margin: 0;
    font-family: "Space Grotesk";
}

a,
input[type="submit"],
input.becomeSellerSubmit,
button {
    text-decoration: none;
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #002347;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    color: #002347;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #002347;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    color: #002347;
}

h5 {
    font-size: 20px;
    font-weight: 700;
    color: #002347;
}

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #002347;
}

.header-container,
.main-container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

section {
    padding: 60px 0;
}

.text-center {
    text-align: center;
}

section.home-banner-wrap {
    padding: 0;
}

.primary-btn a,
button.primary-btn {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 10px 20px;
    background: #fe6603;
    border: 1px solid #fe6603;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.primary-btn a span {
    display: flex;
}

/* browse categories css  */
.browse-categories-wrap {
    padding: 60px 0;
}

.browse-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.section-main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title,
h2 {
    font-size: 36px;
    color: #002347;
    font-weight: 700;
}

.viewall-link {
    display: flex;
    justify-content: center;
}

.viewall-link a {
    font-size: 16px;
    color: #002347;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.viewall-link a .arrow-icon {
    width: 30px;
    height: 30px;
    background: #fedfcb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease;
}

.browse-box {
    width: 16.66%;
    text-align: center;
    margin-bottom: 40px;
}

.browse-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.browse-box .image {
    position: relative;
    width: 134px;
    height: 134px;
    max-width: 134px;
    margin-bottom: 14px;
    overflow: hidden;
}

.browse-box .image img {
    width: 134px;
    height: 134px;
    max-width: 134px;
    border-radius: 50%;
    padding: 6px;
    transition: transform 0.6s ease;
}

.browse-box .image::before {
    content: "";
    position: absolute;
    border: 3px solid #dbe3ee;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

.browse-box p {
    font-size: 18px;
    color: #002347;
    font-weight: 600;
}

/* browse categories css  */
/* upcoming auction css  */
.upcomingauctionwrap {
    padding: 60px 0;
    background: #f5fafd;
    overflow: hidden;
}

.section-main-title p {
    font-size: 16px;
    color: #6a758e;
    font-weight: 500;
    margin-top: 12px;
}

.upcomming-auction-box-main {
    margin-top: 30px;
}

.upcoming-auction-row {
    display: flex;
    gap: 24px;
}

.upcomming-auction-left {
    width: 25%;
}

.upcomming-auction-right {
    width: 75%;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.upcomming-auction-right .upcoming-col {
    width: 48.33%;
}

.upcomming-auction-left .upcoming-box img {
    width: 100%;
    border-radius: 18px;
    max-width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

.upcomming-auction-left .auction-content {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 2;
}

.upcomming-auction-left .upcoming-box a {
    position: relative;
    display: inline-block;
    height: 100%;
}

.upcomming-auction-left .auction-content h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.upcomming-auction-left .auction-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 18px;
}

.upcoming-image-content {
    position: relative;
}
.d-none {
    display: none;
}
.upcomming-auction-left a::before {
    content: "";
    position: absolute;
    background: url(../../images/front-images/auction_overlay.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 0;
    border-radius: 18px;
    background-size: cover;
    z-index: 1;
}

.upcomming-auction-right .upcoming-image-slider {
    border-radius: 18px;
    overflow: hidden;
}

.upcomming-auction-right .auction-image img {
    border-radius: 0;
    max-height: 266px;
    object-fit: cover;
    object-position: center;
}

.auction-image img {
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
}

.upcoming-timer-box {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.upcoming-timer-box {
    background: rgba(4, 15, 30, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 28px;
    width: calc(100% - 20px);
    margin: auto;
}

.upcoming-timer-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.upcoming-timer-box ul li {
    text-align: center;
    position: relative;
}

.upcoming-timer-box ul li:after {
    content: ":";
    position: absolute;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    top: 7px;
    bottom: 0;
    margin: auto;
    right: -29px;
    left: auto;
}

.upcoming-timer-box ul li:last-child::after {
    display: none;
}

.upcoming-timer-box ul li span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.upcoming-timer-box ul li p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

.common-content-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 14px 0;
}

.upcomming-auction-right .commonbox,
.commonbox {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid #dbe3ee;
    height: 100%;
    position: relative;
}

.common-content-top span {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.common-content-top span a {
    color: #526c8e;
}

.post-watch p {
    font-size: 14px;
    font-weight: 500;
    color: #87651c;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.post-watch p span {
    display: flex;
}

.common-desc-box h5 {
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.common-desc-box h5 a {
    color: #040f1e;
}

.common-location {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.common-location span {
    display: flex;
}

.common-location p {
    font-size: 16px;
    color: #6e85a5;
    font-weight: 500;
    margin: 0;
}

.auction-actions-part {
    padding-top: 16px;
    border-top: 1px solid #e3eaf3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bid-info span {
    font-size: 12px;
    font-weight: 500;
    color: #526c8e;
    margin-bottom: 6px;
}

.bid-info p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #040f1e;
    word-break: break-all;
}

.commonbox .primary-btn a {
    box-shadow: 0px 4px 4px 0px rgba(254, 102, 3, 0.25);
    width: 183px;
    justify-content: center;
    max-width: 100%;
}

.upcoming-col {
    height: 100%;
}

.upcoming-box {
    height: 100%;
}

.slick-arrow {
    background: rgba(4, 15, 30, 0.5);
    width: 24px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-next:focus,
.slick-prev:focus {
    background: #fe6603;
}

.slick-next {
    border-radius: 8px 0px 0px 8px;
    right: 0;
}

.slick-prev {
    border-radius: 0px 8px 8px 0px;
    left: 0;
    z-index: 1;
}

.slick-next::before,
.slick-prev::before {
    content: "";
}

.slick-next::before {
    background: url(../../images/front-images/slick-next-arrow.svg) no-repeat 0
        0;
    width: 6px;
    height: 9px;
    display: block;
}

.slick-prev::before {
    background: url(../../images/front-images/slick-prev-arrow.svg) no-repeat 0
        0;
    width: 6px;
    height: 9px;
    display: block;
}

.upcomming-auction-box-main .slick-arrow {
    top: 40%;
}

/* upcoming auction css  */

/* banner css */
.bannerslider {
    padding: 119px 0 169px;
    background-size: cover !important;
    background-position: bottom center !important;
    min-height: 454px !important;
}

.bannerslider span {
    font-size: 28px;
    color: #fff;
}

.bannerslider h2 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
}

.bannerslider a {
    font-size: 30px;
    color: #fe6603 !important;
}

.home-banner-wrap .slick-dots {
    text-align: left;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 119px;
}

.home-banner-wrap .slick-dots li button::before {
    display: none;
}

.home-banner-wrap .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.home-banner-wrap .slick-dots li button {
    border-radius: 25px;
    background: #fff;
    width: 8px;
    height: 8px;
    padding: 0;
}

.home-banner-wrap .slick-dots li.slick-active,
.home-banner-wrap .slick-dots li.slick-active button {
    width: 24px;
}

.bannerslidermain.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* banner css */

/* live auction */
.common-liting-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.live-auctions-part .commonbox-col {
    width: 23.45%;
}

.commonimage img {
    width: 100%;
    max-width: 100%;
}

.commonbox .bid-timing span {
    display: block;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 500;
    /* color: #071529; */
    background: #ff7262;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.commonbox .bid-timing span::after {
    content: "";
    position: absolute;
    background: url(../../images/front-images/left-corner.png) no-repeat 0 0;
    width: 4px;
    height: 4px;
    top: 0px;
    left: -4px;
}

.commonbox .bid-timing span::before {
    content: "";
    position: absolute;
    background: url(../../images/front-images/right-corner.png) no-repeat 0 0;
    width: 4px;
    height: 4px;
    top: 0px;
    right: -4px;
}

.image-label-bid-part {
    position: relative;
}

.commonbox .bid-timing {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.commonbox .bid-count p {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fe6603;
    display: inline-block;
    background: #fff;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.commonbox .bid-count {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonbox .bid-count p span {
    margin-right: 8px;
    display: flex;
}

.commonbox-col .commonbox .primary-btn a {
    width: auto;
}

/* live auction */
/* how it works */
.how-it-workswrap {
    background: url(../../images/front-images/how-it-work-bg.png) no-repeat 0 0;
    background-size: cover;
}

.how-it-workmain {
    /* display: grid;
     grid-template-columns: repeat(auto-fit, minmax(174px, 174px)); */
    display: flex;
    flex-wrap: wrap;
    margin: 30px -12px 0;
}

.how-it-col {
    position: relative;
    width: 16.66%;
    padding: 0 12px;
}

.how-it-col a {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-radius: 18px;
    padding: 34px 14px;
    display: inline-block;
    transition: all 0.25ms ease-in-out;
}

.how-it-col h6 {
    font-size: 18px;
    color: #002347;
    font-weight: 700;
    margin-top: 20px;
}

.how-it-col span {
    font-size: 22px;
    font-weight: bold;
}

.how-it-col:nth-child(even) {
    margin-top: 50px;
}

.how-it-col .flow-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.how-it-col:nth-child(even) .flow-arrow {
    top: -28px;
    bottom: auto;
}

.how-it-col:first-child span {
    color: #dd8018;
}

.how-it-col:nth-child(2) span {
    color: #9128cc;
}

.how-it-col:nth-child(3) span {
    color: #cf2b41;
}

.how-it-col:nth-child(4) span {
    color: #1a7ec9;
}

.how-it-col:nth-child(5) span {
    color: #54800b;
}

.how-it-col:last-child span {
    color: #263bce;
}

/* how it works */

/* Premier seller */
.premier-seller-main {
    display: flex;
    margin: 30px -12px 0;
    flex-wrap: wrap;
}

.seller-profile-box {
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.seller-col {
    padding: 0 12px;
    width: 33.33%;
}

.seller-image {
    position: relative;
    height: 100px;
    border: 1px solid #fe6603;
    border-radius: 100%;
}

.seller-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 6px;
    object-fit: cover;
}
.seller-description {
    width: calc(100% - 100px);
}
.seller-description h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.seller-description h5 a {
    color: #040f1e;
}

.verify-badge {
    bottom: -7px;
    right: -1px;
    position: absolute;
}

/* Premier seller */

/* faq */
.faq-wrap {
    background: #f7faff;
}

.faq {
    margin-top: 30px;
}

.faq-item {
    border: 1px solid #dbe3ee;
    margin-bottom: 10px;
    border-radius: 18px;

    background: #fff;
}

.faq-question {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    background: #fff;
    font-size: 22px;
    color: #002347;
    padding: 26px 30px 26px;
    border-radius: 18px;
}

.faq-question::after {
    content: "";
    position: absolute;
    right: 32px;
    background: url(../../images/front-images/faq-plus.svg) no-repeat 0 0;
    transition: transform 0.3s ease;
    width: 17px;
    height: 17px;
    top: 33px;
}

.faq-item.active .faq-question::after {
    background: url(../../images/front-images/faq-minus.svg) no-repeat 0 0;
    transition: transform 0.3s ease;
    width: 17px;
    height: 17px;
    content: "";
    background-position: center;
}

.faq-answer {
    display: none;
    background: #fff;
    border-top: 1px solid #dbe3ee;
    padding-top: 26px;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 26px;
    border-radius: 0 0 18px 18px;
}

.faq-answer p {
    font-size: 18px;
    color: #7b8798;
    line-height: 1.6;
}

.faq-answer p:last-child {
    margin-bottom: 0px;
}

.inner-banner-main {
    background: #dfe7f2;
}

.inner-banner-content {
    text-align: center;
}

.faq-page .faq-wrap {
    background: #fff;
}

.inner-banner-main h1 {
    font-size: 40px;
    margin-bottom: 12px;
    color: #040423;
}

.inner-banner-main p {
    color: #304c71;
    font-weight: 500;
}

.pagination-main {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 20px;
}

ul.pagination-list,
.pagination-wrap .pagination {
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.pagination-list li.pagination-list-item button {
    border: 1px solid #cbd7e8;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

ul.pagination-list li.pagination-list-item button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

ul.pagination-list li.pagination-list-item a,
.pagination-wrap .page-item .page-link {
    border: 1px solid #cbd7e8;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #5a7ba6;
    font-weight: 500;
}
.pagination-wrap .page-item .page-link:hover {
    border: 1px solid #cbd7e8;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #5a7ba6;
    font-weight: 500;
    background-color: #ffffff !important;
}
ul.pagination-list li.pagination-list-item button img {
    width: 10px;
}

ul.pagination-list li.pagination-list-item.active a,
.pagination-wrap .page-item.active .page-link {
    background: #040f1e !important;
    border: 1px solid #040f1e;
    color: #fff !important;
}

.tutorials-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
}

.tutorials-block {
    width: 100%;
}

.tutorials-block .tutorials-video {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.tutorials-block .tutorials-video a.video-link {
    display: block;
    position: relative;
}

.tutorials-block h3 {
    margin-bottom: 8px;
}

.tutorials-block .tutorials-video a.video-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #040f1e33;
    backdrop-filter: blur(7px);
    border-radius: 12px;
}

.tutorials-block .tutorials-video a.video-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/front-images/play-icon.svg) no-repeat center;
    top: 0;
    left: 0;
}

.tutorials-block .tutorials-video a.video-link img {
    display: block;
    border-radius: 12px;
}

.dashboard-wrap {
    padding: 40px 0 80px;
    display: flex;
}

.dashboard-sidebar {
    width: 250px;
}
.dashboard-sidebar .sidebar-inner{
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.top-menu-bar ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-menu-bar ul li {
    display: inline-block;
    width: 100%;
}

.top-menu-bar ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #040f1e;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 8px;
}

.top-menu-bar ul li a img {
    width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(30%) saturate(1484%)
        hue-rotate(178deg) brightness(92%) contrast(102%);
}

.top-menu-bar ul li.active a {
    background-color: #040f1e;
    color: #ffffff;
}

.top-menu-bar ul li.active a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%)
        hue-rotate(221deg) brightness(98%) contrast(98%);
}

.dashboard-sidebar .bottom-menu-bar {
    margin-top: auto;
    padding-top: 40px;
}

.dashboard-sidebar .bottom-menu-bar ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-sidebar .bottom-menu-bar ul li {
    display: inline-block;
    width: 100%;
}

.dashboard-sidebar .bottom-menu-bar ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #040f1e;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 8px;
}

.dashboard-sidebar .bottom-menu-bar ul li.logout-link a {
    color: #e11c1c;
}

.dashboard-content {
    flex: 1;
    padding-left: 30px;
}

.wishlist-content {
    width: calc(100% - 240px);
}
.my-box-list {
    width: 100%;
    display: flex;
    gap: 20px;
}

.my-box-list .my-box {
    display: flex;
    flex: 1;
    border-radius: 18px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.my-box-list .my-box h4 {
    font-size: 28px;
    margin: 0 0 6px;
}

.my-box-list .my-box h6 {
    font-size: 16px;
    font-weight: 500;
}

.my-box-list .my-box .my-box-left {
    padding: 10px;
}

.my-ads {
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 20px;
}

.my-ads h6 {
    margin-bottom: 20px;
}

table.table {
    border: 1px solid #e3eaf3;
    width: 100%;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

table.table th {
    background: #f3f9fd;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e3eaf3;
}

table.table th:first-child {
    border-top-left-radius: 8px;
}

table.table th:last-child {
    border-top-right-radius: 8px;
}

table.table td {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e5eff5;
    vertical-align: middle;
}

table.table tr:last-child td {
    border-bottom: none;
}

.action-buttons button,.action-buttons a{
    border: 1px solid #e5eff5;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.action-buttons button:hover,.action-buttons a:hover {
    border-color: #040f1e;
}

.action-buttons button:hover img {
    filter: brightness(0) saturate(100%) invert(5%) sepia(17%) saturate(4323%)
        hue-rotate(189deg) brightness(101%) contrast(100%);
}

table.table td img {
    display: table;
    margin: 0 auto;
}

table.table td .action-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

table.table td.auction-date {
    color: #7d89a4;
    text-align: left;
}

table.table th.auction-date,
table.table .product-name {
    text-align: left;
}

.live-status {
    background: #fe6603;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.live-status:before {
    content: "";
    display: inline-block;
    min-width: 5px;
    min-height: 5px;
    background: #fff;
    border-radius: 15px;
    margin-right: 5px;
    outline: 2px solid rgb(255 255 255 / 50%);
}

.close-status {
    background: #fedede;
    color: #e82727;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
}

.tab {
    display: none;
}

.tab.tab-active {
    display: block;
}

.my-ads .tab-menu {
    border: 1px solid #e3eaf3;
    border-radius: 12px;
    padding: 0 18px;
    margin-bottom: 20px;
}

.my-ads .tab-menu ul {
    display: flex;
    gap: 18px;
}

.my-ads .tab-menu ul li {
    display: inline-block;
}

.my-ads .tab-menu ul li a {
    color: #738aa8;
    font-size: 14px;
    font-weight: 500;
    min-width: 128px;
    display: inline-block;
    text-align: center;
    padding: 17px 0;
    position: relative;
}

.my-ads .tab-menu ul li a.tab-a.active-a {
    color: #040f1e;
}

.my-ads .tab-menu ul li a.tab-a.active-a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #fe6603;
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.open-status {
    background: #ddfadd;
    color: #1d981d;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.win-status {
    background: #e0e9ff;
    color: #3064e9;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.contact-form .form-row .half-field .nice-select,
.contact-form .form-row .half-field .nice-select .list {
    width: 100%;
}

h3.no-data-found {
    text-align: center;
    padding: 80px 0;
}

/* dashboard css start */
.bidder-name {
    text-transform: capitalize;
}
.bidder-info {
    display: flex;
    justify-content: space-between;
}
.bid-details-main h3 {
    margin-bottom: 30px;
}
.bidder-contact {
    margin-top: 10px;
}
.bidder-list-wrapper {
    max-height: 523px;
    overflow-y: auto;
    padding-right: 10px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-12 {
    width: 100%;
    padding: 0 15px;
}
.form-group label,
.form-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: #071529;
    margin-bottom: 0;
    display: inline-block;
    background: #fff;
    top: -15px;
    position: absolute;
    padding: 6px;
    left: 24px;
    z-index: 2;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper .nice-select {
    border-radius: 12px;
}
.form-group {
    position: relative;
}
.form-wrapper .form-inner,
.dashboard-profile .form-group {
    margin-bottom: 32px;
}
.dashboard-profile .button-group .profile-btn,
.nav-btn-style {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 10px 20px;
    background: #fe6603;
    border: 1px solid #fe6603;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.nav-btn-style svg {
    fill: #fff;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #dbe3ee;
}
.nice-select.open,
.nice-select:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus {
    border-color: #fe6603;
    border-radius: 12px;
}
.form-wrapper .form-inner i {
    top: 14px;
}
.orange-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 10px 20px;
    background: #fe6603;
    border: 1px solid #fe6603;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /* display: flex; */
    cursor: pointer;
    align-items: center;
}
.gray-btn {
    padding: 15px 20px;
    background: #eef3f9;
    border-radius: 12px;
    font-size: 14px;
    color: #071529;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.black-btn {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    background: #040f1e;
    border: 1px solid #040f1e;
    border-radius: 12px;
    color: #fff;
}
.address-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.address-card {
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 15px;
    width: 48%;
}
.address-card h5 {
    margin-bottom: 30px;
}
.address-card a {
    color: #fe6603;
    text-decoration: underline;
}
input:disabled {
    cursor: not-allowed !important;
}
.edit-address form {
    margin-top: 40px;
}
.plan-col button {
    width: 100%;
}
.live-auction-section .shop-header {
    flex-direction: column-reverse;
    align-items: flex-end;
}
.live-auction-section .shop-header-right {
    flex-direction: column;
    width: 100%;
    align-items: normal;
    gap: 0px;
    justify-content: center;
}
.live-auction-section .shop-search-wrap {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
.filter-form .row {
    margin: 0;
    gap: 10px;
}
.filter-form .col {
    width: 17.35%;
}
.filter-btn.btn--primary::before,
.filter-btn.btn--primary::after {
    background: #fe6603;
}

/* 09-03-2026 css start */
.file-upload-input {
    position: relative;
}
.file-upload .image {
    margin-bottom: 20px;
}
.form-wrapper .file-upload input {
    padding: 13px 27px;
    height: auto;
}
.full-field {
    width: 100%;
}
.align-items-center {
    align-items: center;
}
.social-icon-field {
    gap: 15px;
}
.social-icon-input {
    position: relative;
    flex: 1;
}
.add-row {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0px 18px;
    background: #fe6603;
    border: 1px solid #fe6603;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.social-icon-field .icon-wrapper .btn {
    width: 50px;
    height: 50px;
    justify-content: center;
    padding: 0;
}
.social-icon-field .icon-wrapper {
    display: flex;
    gap: 8px;
}
.remove-row {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0px 18px;
    font-size: 25px;
    font-weight: 600;
    background: #040f1e;
    border: 1px solid #040f1e;
    border-radius: 8px;
    color: #fff;
}
.child-row {
    padding: 10px 0;
    padding-left: 40px;
}
.form-wrapper #brandAndStoreForm input[type="submit"] {
    padding-top: 0;
    padding-bottom: 0;
}
.shop-header .sort-by label {
    width: 60px;
}
.shop-header .sort-by .nice-select {
    flex: 1;
}
.shop-header .sort-by {
    width: 280px;
}
.shop-header {
    border: 1px solid #dbe3ee;
    padding: 10px 20px;
    border-radius: 18px;
}
.shop-header .filter-search {
    margin-bottom: 0;
    flex: 1;
}
.shop-header-left {
    font-size: 14px;
}
.show-header-right {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    padding-left: 15px;
    flex-wrap: wrap;
}
.filter-search input[type="text"] {
    padding-right: 30px !important;
}
.commonbox .commonimage {
    height: 236px;
}
.commonbox .commonimage img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.parent-checkbox label {
    width: 100%;
    margin-bottom: 0px;
}
.filter-box-item .parent-checkbox h4 {
    margin-bottom: 0;
    padding-right: 30px;
}
.filter-box-checkbox-list {
    padding-left: 30px;
}
.filter-box-item {
    margin-bottom: 20px;
}
.social-links-cols .icon-wrapper {
    display: flex;
    gap: 15px;
}
.social-links-cols .btn {
    width: 55px;
    height: 55px;
}
.contact-form-main .nice-select .option {
    white-space: break-spaces;
}
.contact-form-main .nice-select {
    white-space: pre-line;
}
.contact-form-main .nice-select span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.tutorials-block .tutorials-video a.video-link {
    height: 300px;
}
.tutorials-block .tutorials-video a.video-link img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.page-content:has(.tutorials-section) {
    padding-bottom: 0;
}
.commonbox {
    display: flex;
    flex-direction: column;
}
.common-desc-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-desc-part {
    flex: 1;
}
.dashboard-content .contact-form input[type="submit"] {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-form p {
    word-break: break-all;
}
.userinfo .username {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.profile-userico {
    display: flex;
}
.userinfo p.searchlocation {
    flex: 1;
}
.categories-heading {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.subscription-cancel-wrapper {
    margin-left: 15px !important;
}
.shop-sidebar h4 {
    margin-bottom: 15px;
}
/* 09-03-2026 css end */
/* cms page css */
.cms-page-main h1 {
    margin-bottom: 30px;
}
.cms-page-main ol li:has(h2)::marker {
    font-size: 36px;
    color: #002347;
    font-weight: 700;
    top: -8px;
    left: -8px;
}

.cms-page-main ul > li,
.cms-page-main ol > li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #040423;
    line-height: 1.6;
    margin-bottom: 10px;
}
.cms-page-main ol > li {
    padding-left: 0;
}
.cms-page-main ol > li:has(> b) {
    color: #040423;
}
.cms-page-main ul,
.cms-page-main ol {
    margin-bottom: 20px;
}
.cms-page-main ol {
    margin-top: 20px;
    counter-reset: subitem;
}
.cms-page-main ul > li::before {
    content: "";
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    top: 8px;
    margin: auto;
    left: 0;
}
.common-desc-part .post-watch {
    margin-bottom: 14px;
}
.cms-page-main a {
    color: #fe6603;
    text-decoration: underline;
}
.cms-page-main ol li:has(> h5)::marker {
    font-size: 20px;
    color: #002347;
    font-weight: 700;
}
.cms-page-main p {
    line-height: 1.5;
    color: #040423;
}
/* .page-content .cms-page-main ol,
.page-content .cms-page-main ul {
    list-style: none;
    padding-left: 0;
} */

/* .cms-page-main li {
    list-style: none;
} */
/* .cms-page-main ol > li {
    counter-increment: subitem;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.cms-page-main ol > li:before {
    content: counter(subitem) ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #002347;
    bottom: 0;
    margin: auto;
} */
.cms-page-main ol > li:has(> h3)::marker {
    font-size: 24px;
    font-weight: 700;
    color: #002347;
    top: -5px;
}
/* cms page css */
@media (min-width: 1025px) {
    .header-container,
    .main-container {
        max-width: 1310px;
    }

    .primary-btn a:hover,
    .dashboard-profile .button-group .profile-btn:hover,
    .nav-btn-style:hover,
    .orange-button:hover {
        background: transparent;
        color: #fe6603;
    }

    .primary-btn a:hover span svg path {
        stroke: #fe6603;
    }

    .slick-arrow:hover {
        background: #fe6603;
    }

    .browse-box:hover .image img {
        transform: scale(0.95);
    }

    .browse-box:hover p {
        color: #fe6603;
    }

    .viewall-link a:hover .arrow-icon {
        transform: translateX(6px);
    }

    .viewall-link a:hover {
        color: #fe6603;
    }

    .upcomming-auction-left .upcoming-box:hover img {
        transform: scale(1.1);
    }

    .common-desc-box h5 a:hover {
        color: #fe6603;
    }

    .category-menu a:hover {
        background: #f2f7ff;
    }

    .common-content-top span a:hover,
    .seller-description h5 a:hover {
        color: #fe6603;
    }

    .how-it-col a:hover {
        background: linear-gradient(
            180deg,
            #ffd3b7 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }
    .nav-btn-style:hover svg {
        fill: #fe6603;
    }
    .gray-btn:hover {
        background: #071529;
        color: #fff;
    }
    .black-btn:hover {
        background: transparent;
        color: #040f1e;
    }
    .address-card a:hover {
        color: #071529;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1194px;
        margin: auto;
    }

    .home-banner-wrap .slick-dots {
        width: 1194px;
    }
    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg-4 {
        max-width: 25%;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .upcoming-timer-box ul {
        gap: 32px;
    }

    .upcoming-timer-box ul li::after {
        right: -20px;
    }

    .live-auctions-part .commonbox-col {
        width: 23.4%;
    }
}

@media (max-width: 991px) {
    .browse-box {
        width: 24.66%;
    }

    .upcoming-auction-row {
        flex-wrap: wrap;
    }

    .upcomming-auction-left .upcoming-box a {
        width: 100%;
    }

    .upcomming-auction-left,
    .upcomming-auction-right {
        width: 100%;
    }

    .bannerslider {
        padding: 100px 0 150px;
        min-height: 366px !important;
    }

    .bannerslider h2 {
        font-size: 42px;
    }

    .bannerslider span {
        font-size: 22px;
    }

    .bannerslider a {
        font-size: 20px;
    }

    .live-auctions-part .commonbox-col {
        width: 49%;
    }

    .how-it-col {
        width: 20%;
    }

    .dashboard-content {
        flex: 1;
        padding-left: 0;
    }

    .dashboard-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .dashboard-sidebar {
        width: 100%;
    }
    .dashboard-content:has(#brandAndStoreForm) {
        padding-left: 25px;
    }
    .upcomming-auction-box-main .viewall-link{
        margin-top: 30px;
    }
    /* .auction-actions-part{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
    } */
     .common-listing-boxmain .viewall-link{
        margin-top: 30px;
     }
     .pagination-main{
        margin-bottom: 20px;
        margin-top: 20px;
     }
}

@media (min-width: 991px) {
    .d-md-block {
        display: block;
    }

    .d-sm-block {
        display: none;
    }
}

@media (max-width: 991px) {
    .live-auctions-part .commonbox-col {
        width: 49%;
    }

    .common-liting-row {
        gap: 14px;
    }

    .how-it-col {
        width: 33.33%;
        margin-bottom: 18px;
    }

    .seller-col {
        width: 50%;
    }

    .seller-image {
        height: 90px;
    }

    .seller-image img {
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-4 {
        max-width: 25%;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .section-title,
    h2 {
        font-size: 26px;
    }

    .d-sm-block {
        display: flex;
        justify-content: center;
    }

    .d-md-block {
        display: none;
    }

    .section-main-title {
        justify-content: center;
        text-align: center;
    }

    .upcomming-auction-right .upcoming-col {
        width: 100%;
    }

    .upcomming-auction-left .auction-image {
        max-height: 290px;
    }

    .upcomming-auction-left .upcoming-box img {
        object-fit: cover;
        object-position: center;
    }

    .upcomming-auction-left .auction-content h4 {
        font-size: 20px;
    }

    .upcoming-auction-row {
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }

    .upcoming-timer-box ul li span {
        font-size: 18px;
    }

    .upcomming-auction-left .auction-image::before {
        background-position: bottom center;
    }

    .home-banner-wrap .slick-dots {
        bottom: 16px;
    }

    .bannerslider {
        padding: 47px 0 46px;
        min-height: 172px !important;
    }

    .bannerslider h2 {
        font-size: 22px;
    }

    .bannerslider span {
        font-size: 12px;
    }

    .bannerslider a {
        font-size: 12px;
    }

    .home-banner-wrap .slick-dots li,
    .home-banner-wrap .slick-dots li button {
        width: 5px;
        height: 5px;
    }

    .home-banner-wrap .slick-dots li.slick-active,
    .home-banner-wrap .slick-dots li.slick-active button {
        width: 15px;
    }

    .home-banner-wrap .slick-dots li {
        margin: 0 2px;
    }

    .browse-categories-wrap {
        padding: 50px 0;
    }

    .live-auctions-part .commonbox-col {
        width: 48.65%;
    }

    .live-auctions-wrap .viewall-link {
        margin-top: 20px;
    }

    .how-it-col .flow-arrow {
        display: none;
    }

    .how-it-col:nth-child(2n) {
        margin-top: 0;
    }

    .how-it-col h6 {
        font-size: 16px;
    }

    section {
        padding: 50px 0;
    }

    section.how-it-workswrap {
        padding-bottom: 22px;
    }

    .faq-question {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-answer {
        padding-top: 12px;
    }

    .faq-question {
        padding: 20px;
        padding-right: 42px;
    }

    .faq-item.active .faq-question::after {
        width: 14px;
        height: 14px;
        background-size: 100%;
        top: 25px;
        right: 20px;
    }

    .faq-question::after {
        width: 14px;
        height: 14px;
        background-size: 100%;
        top: 25px;
        right: 20px;
    }

    .faq {
        margin-bottom: 30px;
    }

    .faq-page section.faq-wrap {
        padding: 20px 0;
    }

    .faq-page section.faq-wrap:first-child {
        padding-top: 50px;
    }

    .faq-page section.faq-wrap:last-child {
        padding-bottom: 50px;
    }

    .inner-banner-main h1 {
        font-size: 32px;
    }

    .pagination-main {
        margin-bottom: 50px;
        margin-top: 0px;
    }

    .tutorials-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tutorials-block .tutorials-video a.video-link:after {
        background-size: 44px;
    }

    h1 {
        font-size: 32px;
    }

    .my-box-list {
        flex-direction: column;
        gap: 0;
    }

    .dashboard-sidebar .bottom-menu-bar {
        padding-top: 20px;
    }

    table.table th,
    table.table td {
        padding: 6px 10px;
    }

    .table-responsive table.table {
        min-width: 700px;
    }

    table.table td .action-buttons {
        gap: 4px;
    }

    .my-ads .tab-menu {
        padding: 0;
    }

    .my-ads .tab-menu {
        border-radius: 6px;
        padding: 0;
        margin-bottom: 20px;
    }

    .my-ads .tab-menu ul {
        gap: 2px;
    }

    .my-ads .tab-menu ul li a {
        font-size: 12px;
        min-width: auto;
        padding: 7px 3px;
    }

    .my-ads .tab-menu ul li a.tab-a.active-a:after {
        height: 3px;
    }

    .tab .table-responsive table.table {
        min-width: 500px;
    }

    .dashboard-wrap {
        padding: 30px 0 50px;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dashboard-profile .button-group {
        margin-top: 20px;
    }
    .address-card {
        width: 100%;
    }
    .show-header-right {
        flex-direction: column;
        padding-left: 0;
        width: 100%;
    }
    .shop-header .sort-by {
        width: 100%;
    }
    .cms-page-main ol li:has(h2)::marker {
        font-size: 26px;
    }
    .page-content .cms-page-main ul,
    .page-content .cms-page-main ol {
        padding-left: 28px;
    }
    .headertopwrap span{
        font-size: 12px;
    }
    .headertopwrap .card{
        padding:0.5rem;
    }
  .browse-box p:last-child{
    margin-bottom: 0px;
  }
.page-content .faq-page section.faq-wrap:last-child{
    padding-bottom: 0px;
} 
.page-content .faq-page section.faq-wrap:first-child{
    padding-top: 20px;
} 
.page-content:has(.shop-main) .map-location{
    padding-top: 40px;
}
.wishlist-content{
    width: 100%;
}
.dashboard-content:has(#brandAndStoreForm){
    padding-left: 0px;
}
.form-wrapper:has(> div) h4{
    flex:1;
}
.form-wrapper:has(> div) a{
    height: 45px;
}
}

@media (max-width: 580px) {
    .browse-box {
        width: 33.33%;
    }

    .live-auctions-part .commonbox-col {
        width: 100%;
    }

    .how-it-col {
        width: 50%;
    }

    .how-it-col a {
        padding: 20px 14px;
    }

    .seller-col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .browse-box {
        width: 50%;
    }
    .social-links-cols .btn {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        line-height: 30px;
    }
}

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    /* padding: 0 */
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #fe6603;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #e7a273;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard > .content {
    /* background: #eee; */
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    /* position: absolute; */
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul {
    /* list-style: disc!important */
}

.wizard > .content > .body ul > li {
    display: list-item;
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #dce6f1;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body input.error {
    /* background: #fbe3e4; */
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-bottom: 30px;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #fe6603;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wizard > .loading {
}

.wizard > .loading .spinner {
}

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}

@media (max-width: 600px) {
    .wizard > .steps > ul > li {
        width: 50%;
    }

    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        margin-top: 0.5em;
    }

    .wizard.vertical > .steps,
    .wizard.vertical > .actions {
        display: block;
        float: none;
        width: 100%;
    }

    .wizard.vertical > .content {
        display: block;
        float: none;
        margin: 0 0.5em 0.5em;
        width: auto;
    }

    h3.no-data-found {
        padding: 40px 0;
    }
}

/* ckeditor css  */
.cke_editable {
    font-size: 13px;
    line-height: 1.6;

    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}

blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

a {
    color: #0782c1;
}

ol,
dl {
    /* IE7: reset rtl list margin. (#7334) */
    margin-right: 0px;
    padding-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

pre {
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4;
}

.marker {
    background-color: Yellow;
}

span[lang] {
    font-style: italic;
}

figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

figure > figcaption {
    text-align: center;
    display: block; /* For IE8 */
}

/* Widget Styles */
.code-featured {
    border: 5px solid red;
}

.math-featured {
    padding: 20px;
    box-shadow: 0 0 2px rgba(200, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px;
}

.image-clean {
    border: 0;
    background: none;
    padding: 0;
}

.image-clean > figcaption {
    font-size: 0.9em;
    text-align: right;
}

.image-grayscale {
    background-color: white;
    color: #666;
}

.image-grayscale img,
img.image-grayscale {
    filter: grayscale(100%);
}

.embed-240p {
    max-width: 426px;
    max-height: 240px;
    margin: 0 auto;
}

.embed-360p {
    max-width: 640px;
    max-height: 360px;
    margin: 0 auto;
}

.embed-480p {
    max-width: 854px;
    max-height: 480px;
    margin: 0 auto;
}

.embed-720p {
    max-width: 1280px;
    max-height: 720px;
    margin: 0 auto;
}

.embed-1080p {
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

.shop-main.no-sidebar .shop-content {
    padding: 0;
    width: 100%;
}

.shop-search-wrap input[type="text"] {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    height: 38px;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
    max-width: 200px;
    background: url(../../images/front-images/search-icon.svg) no-repeat;
    background-position: right 12px center;
}

.seller-profile-img .seller-profile-img-icon img {
    outline: 2px solid #fe6603;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 134px;
    height: 134px;
    object-fit: cover;
}

.shop-header-right {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}
.shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #304c71;
    font-weight: 500;
}
.commonbox .icon-button.wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 8;
}

.page-content {
    padding: 40px 0;
}

.page-content h2 {
    margin-bottom: 20px;
}

.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 15px;
}

.page-content ul,
.page-content ol {
    padding-left: 15px;
}

.buyer-checkbox {
    display: flex;
    margin-top: 20px;
    padding-left: 20px;
}
.buyer-checkbox-wrapper {
    border: 1px solid #dce6f1;
    border-radius: 10px;
}
.submit-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.submit-wrapper input {
    padding: 12px 28px !important;
}
ul.pagination-list li.pagination-list-item .next img,
ul.pagination-list li.pagination-list-item .prev img {
    width: 10px;
}

.seller-profile-img h3 {
    font-size: 28px;
}

.seller-profile {
    margin-top: 30px;
    border: 1px solid #e3edf0;
    border-radius: 16px;
}

.seller-profile .seller-profile-banner {
    display: flex;
    max-height: 180px;
}

.seller-profile .seller-profile-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.seller-profile .seller-profile-bottom .map {
    padding-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #415d83;
    flex: 1;
}

.seller-profile-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    flex: 1;
    align-items: flex-end;
}

.seller-profile-info a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
    color: #415d83;
    margin-bottom: 10px;
}

.seller-profile-info a:hover {
    color: #071529;
}

.seller-profile-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    flex: 1;
}

.seller-profile .seller-profile-banner img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  
    object-fit: cover;
    object-position: center;
}

.wishlist-count {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    background: #fe6603;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.chekcout_main_wrapper {
    display: flex;
    justify-content: space-between;
}
#submitCheckoutpayfast {
    margin-top: 20px;
}
.checkout_leftside {
    width: 64%;
}
.checout-page {
    margin-top: 50px;
}

.payment-success a {
    margin: auto;
    max-width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.chekcout_main_wrapper .right_side {
    width: 33%;
}

.already-notified {
    color: #fe6603;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.subscription-cancel-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #fff9f0;
    border: 1px solid #ffb347;
    border-radius: 8px;
    margin-bottom: 16px;
}

.subscription-cancel-text {
    margin: 10px;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.breadcrumb-custom {
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
}

.breadcrumb-custom a {
    color: #fe6603;
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    text-decoration: underline;
}

.breadcrumb-custom .separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-custom .current {
    color: #7b8798;
}
.slider-thumbnails .slick-current img {
    border: 2px solid #fe6603;
    opacity: 1;
}

.slider-thumbnails img {
    opacity: 0.5;
    transition: 0.3s;
}
.faq-item .faq-answer a {
    color: #fe6603;
}
#becomeASellerForm .actions {
    display: none !important;
}
.no-subscription-found {
    margin: auto;
    text-align: center;
}
.no-subscription-found a {
    color: #fe6603;
}
.iti__flag-container {
    max-height: 62px;
}
div > span.text-danger {
    display: flex;
}
.contact-form .login-box label {
    background-color: #fcfdfe;
}
.contact-form-main .nice-select .option {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    flex-wrap: wrap;
}

#add-listing-form .nice-select .option {
    line-height: 22px;
    white-space: pre-line;
}
.winner_bg {
    background: #a6ecb1;
    position: relative;
    padding-top: 25px;
}
.winner_bg .winner-text {
    font-size: 14px;
    font-weight: 600;
    background: #040f1e;
    border: 1px solid #040f1e;
    border-radius: 8px;
    color: #fff;
    width: auto;
    display: flex;
    width: 100px;
    text-align: center;
    padding: 5px;
    margin-bottom: 12px;
    position: absolute;
    left: 10px;
    top: -12px;
    text-align: center;
    justify-content: center;
}
.form-group .nice-select span.current{
    word-break: break-all;
    display: block;
    white-space: pre-line;
    line-height: 1.5;
    padding: 14px 0;
}
.browse-categories-wrap .pagination-main{
    margin-bottom: 0;
}
.page-content:has(.browse-categories-wrap){
    padding: 0;
}
.how-it-col .how-it-description{
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
}
.search-not-found{
    font-weight: 700;
    font-size: 18px;
}
.auction-actions-part .bid-info {
    flex: 1;
}

.seller-tab-info{
    display: flex;
    gap: 20px;
    align-items: center;
}

.seller-logo{
    border-radius: 100%;
}
.seller-tab-description p{
    margin-bottom: 0;

}
.seller-tab-description a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #040423;
    position: relative;
}