body {
    background: none !important;
}

@font-face {
    font-family: "SFP-Regular";
    src: url("../../assets/fonts/SFProDisplay-Regular.ttf") format("truetype");
}

.mt-5 {
    margin-top: 50px;
}

[role="presentation"] {
    background: transparent !important;
}

.btn.btn-action {
    background: #790016;

    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(86, 110, 146, 0.12);
    border-radius: 2px;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    transition: 0.3s;
}

.btn.btn-action:hover {
    background: #9e0622;

}

.btn-action-transparent {
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #790016 !important;
    box-sizing: border-box;
    border-radius: 2px !important;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--text-color-red);
    width: 100%;
}

.btn-action-transparent:hover {
    background: #790016;
    color: #ffffff;
}

.hidden {
    display: none !important;
}

form .password {
    position: relative;
}

form .password img {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}

form .password input {
    margin-bottom: 0;
}

form span.required {
    color: #af6673 !important;
    transform: rotate(-180deg);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

form span.required:before {
    position: absolute;
    content: "*";
}

.breadcrumbs ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    width: 100%;
    list-style-type: none;
}

.breadcrumbs ul li {
    font-size: 12px;
    line-height: 20px;
    color: #16151b;
    font-style: normal;
    font-weight: normal;
    font-family: "SFP-Regular";
    padding-right: 20px;
    margin-right: 0 !important;
    position: relative;
}

.breadcrumbs ul li:last-child:after {
    content: unset;
}

.breadcrumbs ul li:after {
    content: "/";
    position: absolute;
    right: 10px;
    color: #7a7981;
}

.breadcrumbs ul li a {
    color: #7a7981;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumbs ul li a:hover {
    color: #16151b;
}

.max-width-top {
    max-width: 1350px;
    margin: auto;
    padding: 15px 30px;
}

.menu-responsive-mobile {
    display: none;
}

header {
    background: #fff;
}

.app-search {
    position: relative;
    top: 15px;
}

.app-search:focus {
    outline: none;
}

.app-search input {
    min-width: 450px;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(133, 135, 142, 0.2);
    border-radius: 2px;
}

.app-search input:focus {
    outline: none;
}

.app-search button {
    position: absolute;
    top: 0;
    height: 38px;
    width: 37px;
    right: 0px;
    outline: none;
    cursor: pointer;
    background: #790016;
    border: 1px solid #790016;
    box-sizing: border-box;
    border-radius: 0px 2px 2px 0px;
    transition: 0.3s;
}

.app-search button:hover {
    background: #790016d9;
}

.app-search button img {
    margin-top: -3px;
}

.navbar-items-list {
    margin-top: 15px;
}

.navbar-items-list .item {
    margin-right: 22px;
    transition: 0.3s;
}

.navbar-items-list .item:hover {
    outline: none;
    text-decoration: unset;
}

.navbar-items-list .item .icon {
    width: 22px;
    display: block;
    margin: auto;
    height: 22px;
}

.navbar-items-list .item .name {
    color: #16151b;
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    top: -1px;
}

.navbar-items-list .item .counter {
    position: absolute;
    color: #ffffff;
    padding: 3px 7px;
    font-size: 9px;
    top: -5px;
    left: 9px;
    background: #af6673;
    border-radius: 16px !important;
    z-index: 11;
}

.navbar-items-list .item .caret-down {
    position: absolute;
    right: -6px;
}

.menu {
    background: #790016;
}

.menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.menu ul li {
    margin-right: 32px;
    position: relative;
}

.menu ul li a {
    font-family: "SFP-Regular";
    align-items: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    transition: 0.3s;
}

.menu ul li a:hover {
    outline: none;
    text-decoration: none;
    color: #af6673;
}

.menu ul li a:after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #af6673;
    color: #af6673;
    position: absolute;
    margin-left: 15px;
    top: 1px;
}

.menu ul li:last-child a:after {
    content: unset;
}

.menu ul li ul {
    display: none;
}

ul.basic-menu li ul {
    top: 26px;
    position: absolute;
    z-index: 111;
    background: #790016;
    min-width: 180px;
    padding: 10px;
    left: -10px;
}

ul.basic-menu li ul li a:after {
    content: unset;
}

footer {
    background: #16151b;
    padding: 35px 0px 0px;
}

footer h4 {
    color: #ffffff;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #dfdfe4;
    margin-bottom: 6px;
}

footer ul li a {
    color: #dfdfe4;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: none;
    color: #af6673;
}

.auction-item {
    cursor: pointer;
}

footer .sub-footer {
    border-top: 1px solid #46454e;
}

footer .sub-footer p {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

footer .sub-footer .info {
    width: 100%;
    padding-top: 30px;
}

footer .sub-footer ul {
    list-style-type: none;
    display: inline-flex;
    margin-left: 40px;
}

footer .sub-footer ul li {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #dfdfe4;
    margin-bottom: 6px;
    margin-right: 15px;
}

footer .sub-footer ul li a {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #ffffff;
}

.main-page {
    padding-top: 40px;
}

.main-page .mobile-carousel {
    display: block;
}

.main-page .mobile-carousel img {
    display: none !important;
}

.main-page .mobile-carousel img:first-child {
    display: block !important;
}

.main-page.first {
    background: linear-gradient(to bottom, #ffffff 80%, #ffffff 20%);
}

.main-page.second {
    background: #ffffff;
    padding-bottom: 40px;
}

.main-page.second .explore {
    position: unset;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
}

.main-page.second .bg-white {
    padding: 20px;
}

.main-page.second .bg-white p {
    margin-bottom: 5px;
}

.main-page.second .bg-white p span {
    color: #7a7981;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.main-page.second .bg-white p strong {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
    margin-left: 5px;
}

.explore {
    background: #ffffff;
    border: 1px solid #790016;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
    border-radius: 2px;
    color: var(--text-color-red);
    font-size: 18px;
    padding: 7px 20px;
    width: 100%;
    position: relative;
    top: 15px;
    transition: 0.3s;
}

.explore:focus {
    outline: none;
}

.explore:hover {
    text-decoration: none;
    background: #790016;
    color: #ffffff;
}

.main-page .main-slider .item {
    margin: 0px 10px;
    background: #ffffff;
    border: 0.5px solid #dfdfe4;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
}

.main-page .main-slider .item:hover {
    cursor: pointer;
}

.main-page .main-slider .item .twice-img {
    padding-left: 0;
}

.main-page .main-slider .item .twice-img img {
    margin-bottom: 15px;
    max-height: 115px;
    height: 115px;
    right: -1px;
    position: relative;
}

.main-page .main-slider .item img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.main-page .highlight-slider .item {
    margin: 0px 10px;
}

.main-page .highlight-slider .item img {
    width: 100%;
}

.bottom-info {
    padding: 0px 15px;
}

.bottom-info h3 {
    color: #46454e;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}

.bottom-info h3 span {
    font-size: 16px;
    line-height: 24px;
}

.bottom-info span {
    color: #7a7981;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
}

.bottom-info .sub-bottom {
    margin-top: 15px;
}

.bottom-info .sub-bottom p {
    font-family: "SFP-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
    margin-bottom: 2px;
}

.bottom-info .sub-bottom ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-flex;
}

.bottom-info .sub-bottom ul li {
    margin-right: 20px;
    position: relative;
}

.bottom-info .sub-bottom ul li .red {
    color: var(--text-color-red);
    letter-spacing: 0.01em;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.bottom-info .sub-bottom ul li:after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: var(--text-color-red);
    color: #af6673;
    position: absolute;
    margin-left: 9px;
    top: 4px;
}

.bottom-info .sub-bottom ul li strong {
    color: #333333;
    font-family: "SFP-Regular";
}

.bottom-info .sub-bottom ul li:last-child:after {
    content: unset;
}

.separator-title {
    font-family: "SFP-Regular";
    margin-left: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    color: #16151b;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.separator-title span {
    border: 1px solid #af6673;
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
}
/* 
#lots .list-image-items .image-item .desc {
    position: relative;
    padding-bottom: 50px !important;
} */

/* #lots .list-image-items .image-item .desc .price {
    bottom: 15px;
    position: absolute !important;
    max-width: 90%;
    width: 100%;
} */

.auction-description.mobile {
    display: none;
}

.auction-page .mobile-carousel {
    display: block;
}

.auction-page .mobile-carousel img {
    display: none;
}

.auction-page .mobile-carousel img:first-child {
    display: block;
}

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

.auction-page .mobile-images-slider {
    display: none;
}

.auction-page .images img {
    width: 100%;
}

.auction-page .page-information {
    margin-top: 50px;
}

.auction-page .page-information .separator-title {
    margin: 0;
    margin-bottom: 15px;
}

.auction-page .page-information .bottom-info {
    padding: 0;
}

.auction-page .page-information .live-bidding {
    background: #dfdfe4;
    padding: 20px;
}

.auction-page .page-information .live-bidding h4 {
    color: #7a7981;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.auction-page .page-information .live-bidding .timer .d-flex {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #16151b;
}

.auction-page .page-information .live-bidding .timer .d-flex span {
    margin: 0px 5px;
}

.auction-page .page-information .live-bidding .timer .d-flex:last-child span {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #7a7981;
}

/* .auction-page .page-information .live-bidding .timer .d-flex:last-child span:nth-child(1) {
    margin-right: 17px;
}

.auction-page .page-information .live-bidding .timer .d-flex:last-child span:nth-child(2) {
    margin-right: 26px;
}

.auction-page .page-information .live-bidding .timer .d-flex:last-child span:nth-child(3) {
    margin-right: 27px;
} */

.btn.btn-register {
    background: #790016;
    border: 1px solid #790016;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
    border-radius: 2px;
    color: #fff;
    padding: 7px 20px;
    margin: 10px 0px;
    width: 100%;
    transition: 0.3s;
    font-size: 18px;
}

.btn.btn-register:hover {
    background: #790016d9;
    border: 1px solid #790016d9;
}

.btn.btn-calendar {
    background: #dfdfe4;
    border: 1px solid #790016;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--text-color-red);
    width: 100%;
    transition: 0.3s;
}

.btn.btn-calendar:hover {
    background: #790016;
    color: #ffffff;
}

#lots {
    background: #ffffff;
    min-height: 50%;
}

#lots .top-blocks {
    top: -200px;
}

#lots .top-blocks span {
    margin-right: 20px;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #46454e;
}

#lots .filtering {
    margin-top: 15px;
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

#lots .filtering div.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

#lots .filtering ul.dropdown-menu li a:hover {
    background: #790016;
}

#lots .filtering ul.dropdown-menu li a:hover span {
    color: #ffffff;
}

#lots .filtering ul.dropdown-menu li .dropdown-item.selected.active {
    background-color: var(--text-color-red);
}

#lots .filtering ul.dropdown-menu li .dropdown-item.selected.active span {
    color: #ffffff;
}

#lots .auction-filtering-select2 .dropdown-toggle {
    background: #ffffff;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(133, 135, 142, 0.16);
    outline: none;
}

#lots .auction-filtering-select2 .dropdown-toggle:focus,
#lots .auction-filtering-select2 .dropdown-toggle:hover,
#lots .auction-filtering-select2 .dropdown-toggle:active {
    outline: none;
}

#lots .list-image-items {
    margin-top: -170px;
}

#lots .list-image-items .glider-contain a img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}

#lots .desc p {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 95px;
}

#lots .list-image-items h5 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #46454e;
}

#lots .list-image-items span {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #7a7981;
}

#lots .list-image-items .image-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    border: 0.5px solid #dfdfe4;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
    height: 100%;
    /* cursor: pointer; */
}
#lots .list-image-items .image-item:hover {
    border-color: lightgray;
}
#lots .list-image-items .image-item .desc {
    background: #ffffff;
    padding: 15px;
    height: 100%
}

#lots .list-image-items .image-item .desc .price {
    margin-top: 20px;
    position: relative;
}

#lots .list-image-items .image-item .desc .price span {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #46454e;
}

#lots .list-image-items .image-item .favorite {
    position: absolute;
    width: 30px;
    top: 15px;
    right: 30px;
    z-index: 15;
}

#lots .list-image-items .image-item .desc .price img {
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
}

#lots .image-list-items-bottom {
    position: relative;
    margin-top: 20px;
}

#lots .image-list-items-bottom .filtering {
    margin-top: 0;
    position: absolute;
    top: -20px;
    right: 0;
}

.pagination {
    justify-content: center;
}

.pagination ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-flex;
}

.pagination ul li {
    background: #ffffff;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px 18px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.pagination ul li a {
    color: #46454e;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.pagination ul li a.disabled {
    opacity: 0.3;
}

.pagination ul li a:focus,
.pagination ul li a:hover {
    text-decoration: none;
}

.pagination ul li.active {
    border: 1px solid #790016;
    box-sizing: border-box;
    border-radius: 2px;
}

.pagination ul li.active a {
    color: var(--text-color-red);
}

#auction-details {
    background: #ffffff;
    padding-bottom: 30px;
}

#auction-details hr {
    margin-bottom: 70px;
}

#auction-details .auction-description {
    margin-top: 63px;
}

#auction-details .auction-description h5 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #46454e;
}

#auction-details .auction-description p {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #7a7981;
    margin-bottom: 25px;
}

#auction-details .auction-description p span.show {
    float: right;
}

#auction-details .separator-title {
    margin-left: 0;
}

#auction-details .inform img {
    width: 100%;
}

#auction-details .inform h5 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #46454e;
    margin-bottom: 0;
}

#auction-details .inform span {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #7a7981;
}

#auction-details .inform .top-rated {
    width: 120px;
    margin: 10px 0px;
}

#auction-details .inform .reviews {
    background: #fff;
    padding: 6px 10px;
    border: 0.25px solid #dfdfe4;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(133, 135, 142, 0.16);
    margin: 0px 0px 10px;
}

#auction-details .inform .reviews .starrr a {
    font-size: 19px;
}

#auction-details .inform .reviews span {
    float: right;
    position: relative;
    top: 4px;
}

#auction-details .inform h6 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #46454e;
}

#auction-details .bid-increments {
    margin-top: 70px;
}

#auction-details .bid-increments h5 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #46454e;
}

#auction-details .bid-increments table {
    width: 100%;
}

#auction-details .bid-increments table thead tr td {
    background: #fafafa;
    border-radius: 0px;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #46454e;
    padding: 12px;
}

#auction-details .bid-increments table tbody tr td {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
    border-bottom: 1px solid #dfdfe4;
    padding: 12px;
}

#auction-details .bid-increments table tbody tr:last-child td {
    border-bottom: unset;
}

p span.show {
    cursor: pointer;
    color: var(--text-color-red);
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .sub-bottom .col-md-3 {
        width: 100% !important;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main-page .explore {
        position: unset;
        display: block;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .app-search input {
        min-width: 250px;
    }

    .auction-page .page-information .live-bidding h4 {
        font-size: 19px;
    }

    .auction-page .page-information .live-bidding {
        margin-top: 20px;
    }
}

@media (max-width: 1078px) {
    .nav-bar-items-responsive {
        display: block !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .nav-bar-items-responsive:last-child {
        margin-top: 20px;
    }

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

@media (max-width: 992px) {
    .custom-button {
        margin: 5px 0 0;
    }

    .avatar-upload-form {
        margin-bottom: 50px;
    }

    #auction-details .inform img {
        margin-bottom: 20px;
    }

    .main-page .main-slider .item .bottom-info .sub-bottom ul {
        display: block;
    }

    .main-page .main-slider .item .bottom-info .sub-bottom ul li:after {
        content: unset;
    }

    #lots .filtering {
        margin-top: 35px;
    }

    .pagination {
        justify-content: left;
    }

    .card .address-info-details {
        text-align: center !important;
    }
}

@media (min-width: 770px) {
    .mobile-wrapper {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #lots {
        padding: 60px 0 0;
    }

    #account-information .information .card-body .default-info .form-group span.field_name {
        display: block;
    }

    #add-address {
        padding: 100px 0px !important;
    }

    #add-address h1,
    #add-address .form-control-buttons {
        text-align: center;
    }

    #add-address .form-control-buttons {
        text-align: center;
        margin-bottom: 20px;
    }

    #auth,
    #my-account {
        padding: 130px 0px 70px !important;
    }

    #auth form {
        padding: 50px 30px !important;
    }

    .main-slider {
        max-height: 510px;
        height: 510px;
    }

    .auction-page .mobile-carousel img {
        display: block;
    }

    .mobile-fullwidth {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100% !important;
    }

    #auction-details hr {
        margin-bottom: 20px;
    }

    #auction-details .bid-increments {
        margin-top: 30px;
    }

    .auction-page .page-information .live-bidding .timer .d-flex {
        justify-content: center;
    }

    .auction-description.mobile {
        display: block;
    }

    .auction-description {
        display: none;
    }

    #auction-details .auction-description {
        margin-top: 20px;
    }

    .auction-page .page-information .live-bidding h4 {
        text-align: center;
    }

    .pagination {
        margin-top: 50px;
        justify-content: center;
    }

    #lots .image-list-items-bottom .filtering {
        top: -75px;
    }

    .mobile-images-control .col-md-4 {
        display: none;
    }

    .mobile-images-control .mobile-images-slider img {
        width: 100% !important;
    }

    .mobile-images-control .mobile-images-slider {
        display: block;
    }

    .navbar-brand-box {
        text-align: center;
    }

    .menu-responsive-hidden {
        display: none !important;
    }

    .menu-responsive-mobile {
        display: flex;
        justify-content: space-between;
        /* grid-template-columns: 1fr auto 1fr; */
        align-items: center;
        padding: 8px 16px;
    }

    .menu-responsive-mobile .logo {
        width: 200px;
        /* margin-left: 20px; */
    }

    header {
        display: none !important;
    }

    .menu-burger {
        width: 24px;
    }

    header,
    .menu {
        position: fixed;
        width: 100%;
        z-index: 11;
        top: 0;
        left: 0;
    }

    .max-width-top {
        top: 0px;
    }

    #content {
        margin-top: 60px;
    }

    .navbar-items-list .justify-content-center {
        overflow-x: scroll;
        padding: 20px 20px 0px;
        margin: 0px -20px;
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
    }

    .navbar-items-list .item .counter {
        top: 7px;
        left: 19px;
    }

    .navbar-items-list .item .caret-down {
        right: 15px;
    }

    .navbar-items-list .item:first-child .counter {
        left: 5px;
    }

    .navbar-items-list .item .name {
        display: inline-table;
    }
}

@media (max-width: 576px) {
    .twice-img {
        display: none;
    }

    footer .sub-footer .info {
        display: block !important;
        justify-content: center !important;
        text-align: center;
    }
    .my-modal .modal-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: calc(100vw - 10px);
    }

    .my-modal .modal-body .container {
        padding: 0px;
        max-width: 100%;
    }

    .my-modal .modal-body>.row,
    .my-modal .modal-body .modal-address-register,
    .my-modal .modal-body .row.modal-authentication {
        width: 100% !important;
    }

    .my-modal .modal-body .modal-address-register .row>div,
    .my-modal .modal-body .confirm-payment>.row>div,
    .my-modal .modal-body .row.modal-place-bid>div,
    .my-modal .modal-body .row.reviewBid>div,
    .my-modal .modal-body>.row>div,
    .my-modal .modal-body>.container>.row>div,
    .my-modal .modal-body .row.modal-authentication>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    form.user-login-form {
        padding: 0px !important;
    }
    
    .row {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 576px) {
    #auth .login form .agree .forgot-password {
        position: unset !important;
        display: block;
        text-align: right;
        justify-content: revert;
        text-decoration: none;
        border-bottom: 0;
    }

    #add-address .form-control-buttons {
        text-align: center !important;
        justify-content: center !important;
    }

    #add-address ul.address_type_radio {
        margin-top: 5px;
        justify-content: left;
        text-align: left;
        width: 100%;
    }

    #add-address .field-item {
        display: block !important;
    }

    #add-address .field-item input.form-control {
        margin-top: 10px;
    }

    .container {
        max-width: 500px;
    }

    .main-page .main-slider .item {
        max-width: 300px;
    }

    .main-page .main-slider .item img {
        height: 200px;
    }

    .main-page .main-slider .item .twice-img img {
        height: 93px;
    }
}

@media (max-width: 456px) {

    .pagination ul li:nth-child(5),
    .pagination ul li:nth-child(6) {
        display: none;
    }

    footer .sub-footer ul {
        display: inline-block;
    }

    #auction-details .inform img {
        width: 200px;
    }

    #auction-details .inform .top-rated {
        display: block;
    }

    footer .sub-footer ul {
        margin-left: unset;
    }
    
    .row {
        margin: 0px !important;
    }

    .glider-next {
        right: -15px !important;
    }
    
    .glider-prev {
        left: -15px !important;
    }
}

@media only screen and (max-width: 430px) {
    .container {
        max-width: 380px;
    }
}

@media only screen and (max-width: 380px) {
    .container {
        max-width: 330px;
    }
}

@media only screen and (max-width: 400px) {
    .sortable {
        margin-top: 10px !important;
    }

    .sortable span {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 350px) {
    .container {
        max-width: 335px;
    }
}

@media only screen and (max-width: 330px) {
    .container {
        max-width: 320px;
    }

    .main-page .main-slider .item {
        max-width: 280px;
    }
}

#auth {
    padding: 70px 0px;
}

#auth h1 {
    color: #16151b;
    font-family: "SFP-Regular";
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    text-align: center;
    margin-bottom: 30px;
}

#auth label {
    background: unset;
    border: unset;
    border-left: unset;
    border-right: unset;
    cursor: unset;
    display: unset;
    height: unset;
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    transition: unset;
}

#auth label:before,
#auth label:after {
    content: unset;
}

#auth .login form .agree .forgot-password {
    position: absolute;
    top: 0;
    right: 0;
}

#auth .login form .agree label:before {
    top: 2px !important;
}

#auth .login form .agree input:checked+label:after {
    top: 6px;
}

#auth form {
    max-width: 600px;
    margin: auto;
    background: #ffffff;
    border: 0.5px solid #dfdfe4;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
    padding: 50px 100px;
}

#auth form .form-group .form-control {
    margin-top: 10px;
    margin-bottom: 15px;
}

#auth form .form-group .notify {
    color: #9a9fa5;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.005em;
    font-family: "SFP-Regular";
}

#auth form .agree {
    position: relative;
}

#auth form .agree input:checked+label:before {
    background: #af6673;
}

#auth form .agree input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 8px;
    width: 4px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: transparent;
}

#auth form .agree a {
    color: #af6673;
    border-bottom: 1px solid;
}

#auth form .agree a:hover {
    text-decoration: none;
}

#auth form .agree label {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
    transition: 0.3s;
    cursor: pointer;
}

#auth form .agree label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #af6673;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: unset;
    position: absolute !important;
    top: 12px !important;
    left: 0;
}

#auth form .agree label .agree-text {
    margin-left: 30px;
    display: block;
}

#my-account {
    padding: 50px 0px;
}

.user-card {
    transition: 0.3s;
    min-height: 170px;
    margin-bottom: 20px;
}

.user-card .card-body {
    padding-bottom: 0;
}

.user-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.user-card a:hover {
    text-decoration: none;
}

.user-card a h3 {
    font-size: 22px;
    color: #16151b;
    font-family: "SFP-Regular";
    align-items: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.user-card a p {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
}

#address-information .account-menu ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-flex;
    width: 100%;
}

#address-information .account-menu ul li:first-child a {
    margin-left: 0;
}

#address-information .account-menu ul li.active a {
    color: var(--text-color-red);
    border-bottom: 2px solid;
    padding-bottom: 3px;
    font-family: "SFP-Regular";
}

#address-information .account-menu ul li a {
    text-decoration: none;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #46454e;
    margin: 0px 10px;
}

#address-information .user-card {
    box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    min-height: 150px;
}

#address-information .user-card:hover {
    transform: unset;
}

#address-information .user-card span {
    color: #7a7981;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    margin-right: 15px;
}

#address-information .user-card strong {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #16151b;
}

#address-information .text-group {
    margin-bottom: 15px;
}

#account-information,
#address-information,
#add-address {
    padding: 20px 0px;
}

#address-information .information,
#add-address .information {
    margin-top: 20px;
}

#account-information .information h1,
#address-information .information h1,
#add-address .information h1 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    color: #16151b;
    margin-bottom: 15px;
}

#account-information .information .avatar,
#address-information .information .avatar,
#add-address .information .avatar {
    width: 100%;
}

@media (min-width: 768px) {

    #account-information .information .card-body,
    #address-information .information .card-body,
    #add-address .information .card-body {
        min-height: 265px;
        padding-top: 35px;
        padding-left: 30px;
        position: relative;
        box-sizing: border-box;
        box-shadow: 4px 4px 6px rgba(133, 135, 142, 0.16);
    }
}

#account-information .information .card-body a,
#address-information .information .card-body a,
#add-address .information .card-body a {
    color: var(--text-color-red);
    text-align: center;
    text-decoration-line: underline;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

#account-information .information .card-body .default-info .form-group span,
#address-information .information .card-body .default-info .form-group span,
#add-address .information .card-body .default-info .form-group span {
    color: #7a7981;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
}

#account-information .information .card-body .default-info .form-group strong,
#address-information .information .card-body .default-info .form-group strong,
#add-address .information .card-body .default-info .form-group strong {
    color: #16151b;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.01em;
}

#account-information .information .card-body .control-form-button,
#address-information .information .card-body .control-form-button,
#add-address .information .card-body .control-form-button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--text-color-red);
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    cursor: pointer;
}

#account-information .information .card-body .control-form-button img,
#address-information .information .card-body .control-form-button img,
#add-address .information .card-body .control-form-button img {
    width: 16px;
    margin-right: 3px;
}

#account-information .save-account-form span.required,
#address-information .save-account-form span.required,
#add-address .save-account-form span.required {
    display: none;
}

#account-information .save-account-form.active-form input,
#address-information .save-account-form.active-form input,
#add-address .save-account-form.active-form input {
    background: #ffffff;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    border-radius: 2px;
}

#account-information .save-account-form.active-form span.required,
#address-information .save-account-form.active-form span.required,
#add-address .save-account-form.active-form span.required {
    display: block;
}

#account-information .save-account-form.active-form span.required:before,
#address-information .save-account-form.active-form span.required:before,
#add-address .save-account-form.active-form span.required:before {
    right: -5px;
    bottom: -2px;
}

#account-information .save-account-form.active-form .form-group,
#address-information .save-account-form.active-form .form-group,
#add-address .save-account-form.active-form .form-group {
    display: inline-flex;
    width: 100%;
}

#account-information .save-account-form.active-form .form-group .field_name,
#address-information .save-account-form.active-form .form-group .field_name,
#add-address .save-account-form.active-form .form-group .field_name {
    min-width: fit-content;
    margin-top: 6px;
}

.control-form button {
    float: right !important;
}

.control-form button.btn-action:hover {
    border: 1px solid #790016;
}

#change-password h3,
.control-form h3 {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #16151b;
    margin-bottom: 30px;
}

#change-password label,
.control-form label {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
    text-align: left;
    min-width: fit-content;
    margin-right: 10px;
    margin-top: 6px;
}

#change-password input,
.control-form input {
    background: #ffffff;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    border-radius: 2px;
}

#change-password .btn-action,
.control-form .btn-action {
    border: 1px solid #790016;
    width: auto;
    margin-top: 0;
    padding: 8px 16px;
    float: left;
}

#change-password button.close,
.control-form button.close {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #16151b;
    float: left;
    background: #ffffff;
    border: 1px solid #16151b;
    box-sizing: border-box;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    margin-right: 10px;
}

button.cancel {
    background: #ffffff;
    border: 1px solid #16151b;
    box-sizing: border-box;
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #16151b;
    padding: 6px 25px;
    border-radius: 2px;
}

#change-password.modal label,
#add-address label {
    background: unset;
    border: unset;
    border-left: unset;
    border-right: unset;
    cursor: unset;
    display: unset;
    height: unset;
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    transition: unset;
}

#change-password.modal label:before,
#change-password.modal label:after,
#add-address label:before,
#add-address label:after {
    content: unset;
}

.control-form {
    margin-top: -50px;
}

#add-address .form-control-buttons {
    text-align: right;
}

#add-address .form-control-buttons .btn-action-transparent {
    width: auto;
    margin-top: 0;
}

#add-address label {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #46454e;
}

#add-address ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-flex;
}

#add-address ul li {
    margin-right: 15px;
}

#add-address ul li label {
    padding-left: 20px;
    position: relative;
}

#add-address ul li label:before {
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    position: absolute;
    border: 1px solid #790016;
    border-radius: 100px;
    top: 1px;
    left: 1px;
}

#add-address ul li label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    position: absolute;
    border-radius: 100px;
    top: 4px;
    left: 4px;
}

#add-address ul li input:checked+label:after {
    background: #790016;
    opacity: 1;
    visibility: visible;
}

#add-address .field-item span.required {
    position: absolute;
    left: 7px;
    top: 28px;
}

#add-address .field-item label {
    position: relative;
    padding-left: 20px;
    padding-top: 9px;
    margin-right: 10px;
    min-width: fit-content;
}

#add-address .field-item input.form-control {
    background: #ffffff;
    border: 1px solid #c6c7cd;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 12px;
}

#add-address .field-item .field-with-message {
    width: 100%;
}

#add-address .field-item .field-with-message span {
    font-family: "SFP-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.005em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #7a7981;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Nunito", sans-serif;
    /* height: 100%; */
    width: 100%;
}

body {
    background: #404040;
    /* display: table; */
    padding: 5px !important;
}

a {
    text-decoration: none;
}

.mobile-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999999;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mobile-wrapper .mobile-container {
    display: inline-block;
    height: 100vh;
    margin: 0;
    position: relative;
    width: 100%;
}

.mobile-wrapper .mobile-container::before {
    background: #555;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    bottom: -67px;
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    z-index: 1;
}

.content {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.content nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 60px;
    position: relative;
}

.content .nav-links {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 30px;
}

.content .nav-links li {
    border-bottom: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s;
}

.content .nav-links li.search-item {
    min-height: 70px;
    padding: 0px 20px;
}

.content .nav-links li:last-child {
    border-bottom: 0;
}

.content .nav-links li ul {
    display: none;
    list-style-type: none;
}

.content .nav-links li ul li:last-child {
    border-bottom: 0;
}

.content .nav-links li a {
    background: #fff;
    color: #404040;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    transition: all 0.3s;
    font-family: "SFP-Regular";
}

.content .nav-links li a:hover {
    color: var(--text-color-red);
    text-decoration: none;
}

_input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

input[type="checkbox"]:checked+label {
    border: 4px solid silver;
    border-radius: 50%;
    height: 28px;
    top: 16px;
    left: 18px;
    width: 28px;
    transform: rotate(-135deg);
}

input[type="checkbox"]:checked+label::before {
    background: silver;
    top: 8px;
    left: 4px;
    width: 12px;
}

input[type="checkbox"]:checked+label::after {
    background: silver;
    opacity: 1;
    top: 8px;
    left: 4px;
    visibility: visible;
    width: 12px;
}

input[type="checkbox"]:checked+label:hover {
    border-color: var(--text-color-red);
}

input[type="checkbox"]:checked+label:hover::before,
input[type="checkbox"]:checked+label:hover::after {
    background: #790016;
}

input[type="checkbox"]:checked~.nav-links::before {
    opacity: 1;
    visibility: visible;
}

input[type="checkbox"]:checked~.nav-links li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

input[type="checkbox"]:checked~.nav-links li:nth-child(1) {
    transition-delay: 0s;
}

input[type="checkbox"]:checked~.nav-links li:nth-child(2) {
    transition-delay: 0.1s;
}

input[type="checkbox"]:checked~.nav-links li:nth-child(3) {
    transition-delay: 0.2s;
}

input[type="checkbox"]:checked~.nav-links li:nth-child(4) {
    transition-delay: 0.3s;
}

.label {
    background: none transparent;
    border: 4px solid #790016;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 24px;
    transition: all 0.2s;
}

.label::before {
    background: #790016;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 24px;
    transition: all 0.2s;
}

.label::after {
    background: #790016;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transform: rotate(90deg);
    transition: all 0.2s;
}

header .position-relative,
.mobile-wrapper .position-relative {
    cursor: pointer;
}

header .position-relative.dropdown-toggle:after,
.mobile-wrapper .position-relative.dropdown-toggle:after {
    content: unset;
}

header .position-relative.dropdown-toggle .dropdown-menu,
.mobile-wrapper .position-relative.dropdown-toggle .dropdown-menu {
    left: -20px !important;
    background: #790016;
    padding: 0px;
}

header .position-relative.dropdown-toggle .dropdown-menu ul,
.mobile-wrapper .position-relative.dropdown-toggle .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0;
}

header .position-relative.dropdown-toggle .dropdown-menu ul li,
.mobile-wrapper .position-relative.dropdown-toggle .dropdown-menu ul li {
    padding: 4px 10px;
}

header .position-relative.dropdown-toggle .dropdown-menu ul li:hover,
.mobile-wrapper .position-relative.dropdown-toggle .dropdown-menu ul li:hover {
    background: #af6673;
}

header .position-relative.dropdown-toggle .dropdown-menu ul li a,
.mobile-wrapper .position-relative.dropdown-toggle .dropdown-menu ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.custom-login {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    margin-right: 0 !important;
}

.custom-login span {
    margin: 5px 0 0;
}

.custom-nav>input {
    display: none;
}

.custom-nav img {
    cursor: pointer;
    max-width: 50px;
}

.custom-nav input[type="checkbox"]:checked+label {
    border: none;
    height: auto;
    width: auto;
    transform: none;
}

.custom-button {
    white-space: normal;
}

.custom-table {
    height: 100%;
    width: 100%;
}

.custom-li {
    padding: 0;
    margin: 0 0 10px;
}

.custom-li:last-child {
    margin: 0;
}

.custom-li a {
    display: block;
    color: #fff;
    background: #790016;
    padding: 0.75rem 1.25rem;
}

.custom-heading {
    color: var(--text-color-red);
}

.custom-heading a {
    color: var(--text-color-red);
}

.new-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    text-align: center;
    margin: 0 0 30px;
}

.new-title:after {
    content: "";
    width: calc(100% - 10px);
    max-width: 300px;
    height: 7px;
    background: #790016;
    margin: 10px auto 0;
}

.new-subtitle {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    margin: 0 0 40px;
}

.new-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 0 30px;
}

.new-card {
    color: #000000;
    padding: 20px 15px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px solid #790016;
}

.new-card:hover.new-card__text {
    -webkit-line-clamp: 100;
}

.new-card:last-child {
    margin: 0;
}

.new-card__title {
    font-size: 24px;
    margin: 0 0 20px;
}

.new-card__title:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #790016;
    height: 1px;
}

.new-card__text {
    display: flex;
    flex-direction: column;
    font-family: "Nunito", sans-serif;
    font-style: italic;
    font-size: 16px;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-card__text a {
    color: #000000;
}

.inactive {
    pointer-events: none;
}

.new-list {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 5px;
}

.new-list ul {
    padding: 0 0 0 20px;
}

.new-list li {
    font-size: 18px;
}

.new-list li::marker {
    color: var(--text-color-red);
}

.new-list-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--text-color-red);
}

.new-comming-title {
    font-size: 23px;
    font-weight: 700;
    color: var(--text-color-red);
    padding: 0 0 0 5px;
    margin: 0 0 5px;
}

.new-comming-text {
    font-size: 15px;
    color: var(--text-color-red);
    padding: 0 0 0 5px;
}

@media (max-width: 1200px) {
    .help__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .help__cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 920px) {
    .new-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

/********Common**********/

h2 a {
    color: #7a0017;
}

/*** Home Page Css ***/
.upcoming-auctions-banner {
    position: relative;
    width: 100%;
}

.upcoming-auctions-banner>img {
    height: 100%;
    width: fit-content;
}

.upcoming-auctions-banner>div {
    position: absolute;
    width: 100%;
    top: 0;
}

@media (max-width: 970px) {
    .upcoming-auctions-banner {
        aspect-ratio: 611 / 446;
    }
}

.upcoming-auctions-banner div {
    color: white;
    height: 100%;
}

.small-about-us {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.small-about-us span {
    font-family: "SFP-Regular";
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 22px;
    line-height: 33px;
}

.small-about-us a {
    width: 100%;
    padding: 10px;
    color: white;
    background: transparent;
    border: 1px solid;
    font-family: "SFP-Regular";
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.glider-next.circled,
.glider-prev.circled {
    height: 40px;
    width: 40px;
    font-size: 25px !important;
    background: #790016 !important;
    border-radius: 50px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-how-to-sell {
    width: 50%;
    color: white;
    background: #790016;
    padding: 40px;
}

.first-how-to-sell span {
    font-size: 36px;
    font-family: "SFP-Regular";
    line-height: 54px;
    font-weight: 400;
}

.first-how-to-sell p {
    font-size: 24px;
    font-family: "SFP-Regular";
    line-height: 48px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 40px;
}

.first-how-to-sell a {
    font-size: 24px;
    font-family: "SFP-Regular";
    font-weight: 200;
    background: transparent;
    color: white;
    padding: 10px 50px;
    border: 1px solid;
}

.first-how-to-sell-img {
    background-image: url("/assets/images/how-to-sell-banner.png");
    background-size: cover;
}

.first-billboard {
    background-image: url("/assets/images/first-billboard.png");
    background-size: cover;
    aspect-ratio: 1920 / 569;
}

.first-billboard span {
    text-decoration: underline;
    text-decoration-color: var(--text-color-red);
    text-underline-offset: 10px;
}

.first-billboard a {
    padding: 10px 80px;
}

/**** Home Page Blog Section ****/
.articles-conatiner.first-blog img {
    width: 300px;
    height: 300px;
}

.first-blog img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.blog-title {
    color: #7a0017;
    font-size: 20px;
    font-family: "SFP-Regular";
    font-weight: 300;
}

.blog-read-more a {
    text-decoration: none;
    color: #7a0017;
}

.blog-summary {
    max-height: 70px;
    overflow: hidden;
}

.blog-summary span {
    font-size: 22px;
    font-family: "SFP-Regular";
    font-weight: 300;
    text-overflow: ellipsis;
    max-height: 40px;
}

/* Single Blog Page */
.single-blog img {
    max-width: 100%;
}

.single-blog a {
    display: inline-block;
    word-break: break-all;
}

.consign,
.about-us,
.sell,
.why-buy,
.blog-content,
.logistic,
.faq {
    font-family: "SFP-Regular";
    color: #16151b;
    font-weight: 100;
    font-size: var(--font-size-22);
}

h1 {
    font-size: 32px;
    font-weight: 500;
}

.consign .header {
    font-size: 22px;
}

.consign>.row {
    margin-top: 50px;
}

.antique-profile>.row {
    margin-bottom: 30px;
}

.antique-profile-text {
    background-color: var(--text-color-red);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.antique-area-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consign-footer-text {
    background-color: var(--text-color-red);
    font-family: "SFP-Regular";
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    font-size: 20px;
}

h2 {
    font-weight: var(--font-weight-500);
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 10px;
    font-size: var(--font-size-28);
    text-decoration-color: #7a0017;
    line-height: 50px;
}

.cooperation-option {
    border: 2px solid #790016;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cooperation-option span {
    height: 70px;
}

.btn-antique-default {
    padding: 10px 40px;
    background: #790016;
    color: white;
    text-decoration: none;
}

.btn-antique-default:hover {
    color: white;
}

.btn-antique-default-reverse {
    padding: 10px 40px;
    color: #790016;
    background: white;
    border: 2px solid #790016;
    text-decoration: none;
}

.btn-antique-default-reverse:hover {
    color: #790016;
}

.cosign-products .product-status div {
    text-align: center;
    background-color: var(--text-color-red);
    border: 1px solid #790016;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cosign-products .product-price div {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #790016;
}

.consign-benifit img {
    width: 82px;
    height: 82px;
}

.consign-review img {
    width: 162px;
    height: 100%;
}

.review-main {
    border: 1px solid #cecece;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
}

.blog-date,
.review-date {
    font-size: 16px;
    color: #a7a7a7;
}

.review-name {
    font-weight: 500;
}

.review-text {
    font-size: 18px;
    margin-top: 8px;
}

.mission-text {
    color: #7a0017;
    font-size: 24px;
    text-align: center;
    margin: 40px 30px;
}

.mission-text span {
    font-weight: 600;
}

.consignors-info {
    background: #eaeaea;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.highlight-text {
    font-weight: 500;
    font-size: 36px;
    color: #7a0017;
}

.consignment-contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.consignment-contact i {
    margin-right: 20px;
}

.consignors-learn-more {
    height: 100%;
    color: white;
    background-color: var(--text-color-red);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 40px;
}

.text-upper {
    text-transform: uppercase;
}

.final-underline-txt {
    text-decoration-line: underline !important;
    text-underline-offset: 8px;
    text-decoration-color: #7a0017;
}

.final-underline-txt:after {
    /* content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 3px;
    box-shadow: -100vw 100vw 0 100vw #790016; */
}

.want-buy {
    padding: 20px;
    border: 1px solid #790016;
    text-align: center;
    margin-right: 10px;
    color: #16151b;
}

.want-sell {
    padding: 20px;
    border: 1px solid #790016;
    text-align: center;
    color: white !important;
    background-color: var(--text-color-red);
}

.contact {
    background-color: #eaeaea;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.contact i {
    margin-right: 20px;
}

/* Why sell sell/consign */

.sell-banner {
    background-image: url("/assets/images/sell-banner.png");
    background-size: cover;
    aspect-ratio: 1920 /640;
    color: white;
}

.consign-banner {
    background-image: url("/assets/images/consign-banner1.png");
    background-size: cover;
    aspect-ratio: 1920 /640;
    color: white;
}

.sell-banner-call {
    display: flex;
    width: fit-content;
    border: 1px solid white;
    margin: 0 auto;
}

.sell-banner-call div {
    padding: 10px;
}

.sell-banner-call div:nth-child(2) {
    background-color: #7a0017;
}

.text-highlight {
    /* Common */
    color: #7a0017;
    font-weight: 600;
}

.vertical-devider {
    /* Common */
    width: 0px;
    border: 1.5px solid #7a0017;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.sell .row {
    margin-bottom: 40px;
}

.sell .user-contact-info input {
    border: 2px solid #7a0017;
}

.sell .user-contact-info>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sell .user-contact-info textarea {
    border: 2px solid #7a0017;
}

.image-upload {
    font-size: 20px;
    display: flex;
}

.image-upload a>i {
    color: #a4001f;
}

.consign-banner-bottom {
    background-color: var(--text-color-red);
    color: white;
}

.consign-banner-bottom>div {
    margin-top: 40px;
}

.blog-header {
    border-bottom: 1px solid #7a0017;
    padding-bottom: 20px;
}

.text-red {
    color: #a4001f;
}

.text-white {
    color: white;
}

.back-red {
    background-color: #a4001f;
}

.contact-addresses {
    text-decoration: underline;
    color: #a4001f;
    text-underline-offset: 8px;
    font-weight: 600;
}

.help-banner {
    background-image: url("/assets/images/help-banner.png");
    background-size: cover;
    min-height: 430px;
    display: flex;
    color: white;
}

.help-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    gap: 30px;
    background: linear-gradient(332.61deg,
            rgba(0, 0, 0, 0.8) 5.94%,
            rgba(0, 0, 0, 0) 124.6%);
}

.help h1 {
    font-family: SF Pro Display;
    font-size: 60px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
}

.help {
    font-family: SF Pro Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    color: var(--text-color-primary);
}

.faq .question {
    background-color: #7a0017;
    color: white;
    padding: 30px 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq .answer {
    border: 1px solid #7a0017;
    padding: 50px;
    color: #000000;
    display: none;
}

.faq-wrapper.active .answer {
    display: block;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-wrapper .minus {
    display: none;
}

.faq-wrapper .plus {
    display: block;
}

.faq-wrapper.active .minus {
    display: block;
}

.faq-wrapper.active .plus {
    display: none;
}

/* new styles */
.exports {
    display: none;
}

.padding-header {
    padding-top: 70px !important;
}

@media (min-width: 768px) {
    .custom-item {
        min-width: 555px;
    }

    .padding-header {
        padding-top: 0;
    }
    
    .padding-header.message-box {
        padding-top: 20px !important;
    }
}

.want-sell,
.want-buy {
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.want-buy:hover {
    color: #ffffff;
}

.want-buy:hover::after {
    width: 100%;
    background: #790016;
}

.want-sell {
    background: none;
}

.want-sell:hover {
    color: #000000 !important;
}

.want-sell:hover::after {
    width: 0;
    background: #ffffff;
}

.want-sell::after {
    content: "";
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
    font-size: 0px;
    left: 0;
    background: #790016;
    top: 0;
    z-index: -1;
}

.want-buy::after {
    content: "";
    width: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
    font-size: 0px;
    left: 0;
    top: 0;
    z-index: -1;
}

.sell-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

@media (min-width: 768px) {
    .sell-banner-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 30px;
    }
}

/*! New css */
.pay {
    display: none;
}

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

@media (max-width: 768px) {
    .profile {
        padding: 75px 0 52px;
    }

    .profile__title {
        text-align: center;
        font-size: 20px;
        margin: 0 0 17px;
    }

    .profile__portrait {
        width: fit-content;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
    }

    .profile__img {
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: 100% !important;
        overflow: hidden;
    }

    .profile__img img {
        height: 100%;
    }

    .profile__photo {
        position: absolute;
        bottom: 0;
        right: -10px;
        width: 40px;
        height: 40px;
        border-radius: 100% !important;
        overflow: hidden;
        background: #1400ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile__content {}

    .profile__form {
        display: grid;
        gap: 16px;
    }

    .profile__item label {
        color: #000000;
        display: inline-block;
        font-size: 14px;
        margin: 0 0 4px;
    }

    .profile__item>div {
        display: grid !important;
    }

    .profile__item input {
        color: #000000 !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        background: #ffffff !important;
        padding: 12px 16px !important;
        width: 100%;
    }

    .profile__item input:focus {
        border-color: #efefef !important;
    }

    .profile__item input[readonly] {
        color: #70706f;
        background: #efefef !important;
        cursor: default !important;
    }

    .profile__item input::placeholder {
        color: #70706f;
    }

    .profile__password {
        width: 100%;
    }

    .profile__password {
        font-family: "SFP-Regular";
        font-size: 14px;
        display: block;
        text-align: center;
        color: #7a0017;
        text-decoration: none !important;
        padding: 12px;
        width: 100%;
        border: 1px solid #7a0017;
        font-weight: 500;
    }

    .profile__password:hover {
        color: #7a0017;
        text-decoration: none;
    }

    .change {
        background: rgba(9, 36, 52, 0.4);
        backdrop-filter: blur(2px);
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s;
        font-size: 20px;
        text-align: left !important;
        z-index: 30;
        font-family: "SFP-Regular";
    }

    .change.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .change__body {
        display: inline-block;
        padding: 25px 16px 52px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        background: #ffffff;
        position: fixed;
        transition: all 0.8s;
        bottom: -100%;
    }

    .change.active .change__body {
        transition: all 0.5s;
        bottom: 0;
    }

    .change__header {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr auto 1fr;
        margin: 0 0 25px;
    }

    .change__title {
        font-size: 20px;
        font-weight: 500;
    }

    .change__buttons {
        display: grid;
        margin: 0 0 20px;
    }

    .change__buttons .change__button:first-child {
        color: #1400ff;
        border-bottom: none;
    }

    .change__button {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        background: transparent;
        text-align: center;
        color: #7a0017;
        background: transparent !important;
        padding: 12px;
        font-weight: 500;
        font-size: 14px;
        border: 1px solid #70706f;
    }

    .change__button_special {
        background: #7a0017 !important;
        color: #ffffff;
        border-color: #7a0017;
    }

    .change__submit {
        display: flex;
        font-size: 14px;
        margin: 0 0 0 auto;
        padding: 8px 11px;
        color: #70706f;
        appearance: none;
        background: none;
        border: none;
    }

    .change__form {
        display: grid;
        gap: 16px;
    }

    .change__label {
        font-size: 14px;
        margin: 0 0 4px;
        color: #16151b;
    }

    .change__input input {
        color: #000000;
        font-size: 14px;
        appearance: none;
        -webkit-appearance: none;
        background: #efefef !important;
        border: none !important;
        padding: 12px 16px;
        width: 100%;
    }

    .change__input input::placeholder {
        color: #70706f;
    }

    .control-form-mobile {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        padding: 0 10px 0 15px;
        display: flex;
        gap: 20px;
    }

    .control-form-desktop {
        display: none;
    }

    .label-custom {
        display: none;
    }

    /* .dataTables_scrollBody {
		overflow: auto !important;
	} */
    .exports {
        margin: auto 0 0;
        display: grid;
        gap: 12px;
    }

    .exports__title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .exports__title span:first-child {
        color: #000000;
        font-size: 20px;
    }

    .exports__title span:last-child {
        color: var(--text-color-red);
        font-size: 16px;
    }

    .exports__button {
        width: 100%;
        padding: 12px;
        appearance: none;
        background: none;
        text-align: center;
        border: none;
        color: #7a0017;
        border: 1px solid #70706f;
        font-family: "SFP-Regular" !important;
        font-size: 14px;
        font-weight: 500;
    }

    .pay__description {
        display: none;
        margin: 12px 0 0;
    }

    .pay__description.active {
        display: block;
    }

    .users__adress {
        color: #70706f;
        font-weight: 500;
        display: grid;
        gap: 5px;
        border-bottom: 1px solid #e8eff4;
        padding-bottom: 8px;
        margin: 0 0 8px;
    }

    .users__info {
        margin: 0 0 8px;
    }

    .users__naming {
        color: #70706f;
        font-weight: 500;
        margin: 0 0 4px;
    }

    .users__data {
        color: #16151b;
        font-weight: 500;
    }

    .pay__check {
        position: absolute;
        border-radius: 50% !important;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #eee;
        border-radius: 50%;
    }

    .pay__radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .pay__radio {
        display: flex;
        padding-left: 35px;
        position: relative;
        align-items: center;
        color: #71727a;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
    }

    .pay__radio:hover input~.pay__check {
        border-color: #ccc;
    }

    .pay__radio input:checked~.pay__check {
        background-color: #ffffff;
        border-color: #48b6ff;
    }

    .pay__check:after {
        content: "";
        position: absolute;
        display: none;
    }

    .pay__radio input:checked~.pay__check:after {
        display: block;
    }

    .pay__radio .pay__check:after {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #48b6ff;
    }

    .pay__inputs {
        border: 1px solid #e8eff4;
    }

    .pay__input {
        display: flex;
        border-bottom: 1px solid #e8eff4;
    }

    .pay__input:last-child {
        border-bottom: none;
    }

    .pay__input input {
        appearance: none;
        background: #ffffff;
        border-right: 1px solid #e8eff4;
        padding: 12px;
        color: #000;
        width: 100%;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    .pay__input input:last-child {
        border-right: none;
    }

    .pay__input input:placeholder {
        color: #70706f;
    }

    .pay__item {
        padding: 20px 12px;
        border: 1px solid #e9e9e9;
        margin: 0 0 12px;
    }

    #invoice-info {
        display: none;
    }

    #invoice-info.active {
        display: block;
    }

    #invoice-pay {
        display: none;
    }

    #invoice-pay.active {
        display: block;
    }

    .pay__title {
        color: #16151b;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 16px;
    }

    .pay__button {
        background: #1400ff;
        text-align: center;
        font-weight: 500;
        appearance: none !important;
        font-size: 14px;
        width: 100%;
        padding: 12px;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .control-form-mobile {
        display: none;
    }

    .control-form-desktop {
        display: block;
    }
}

.change {
    background: rgba(9, 36, 52, 0.4);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
    font-size: 20px;
    text-align: left !important;
    z-index: 30;
    font-family: "SFP-Regular";
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .profile__content {
        border-radius: 0.25rem !important;
    }

    .profile__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
}

@media (max-width: 992px) {
    .profile__content {
        margin-top: 30px;
    }
}

.users {
    padding: 25px 16px 52px;
}

.users__title {
    display: grid;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 0 16px;
}

@media (min-width: 768px) {
    .users__title {
        font-size: 28px;
    }
}

.users__buttons {
    display: flex;
    gap: 16px;
    margin: 0 0 16px;
}

.users__button {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    text-align: center;
    color: #000000;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #7a0017;
}

.users__button:focus {
    outline: none !important;
}

.users__button.active {
    background: #7a0017;
    color: #ffffff;
}

.users__func {
    display: none;
    gap: 16px;
    margin: 0 0 16px;
}

.users__search {
    position: relative;
    flex: 1 1 auto;
}

.users__search input {
    font-size: 14px;
    height: 100%;
    width: 100%;
    padding: 12px 40px 12px 16px;
    background: #efefef;
    border: none !important;
    appearance: none;
}

.users__search svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.users__search input::placeholder {
    color: #70706f !important;
}

.users__filter {
    width: 46px !important;
    height: 46px !important;
    border: 1px solid #efefef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.users__table {
    width: 100% !important;
    display: block;
    margin: 0 0 20px !important;
}

.users__table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.users__table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.users__table .btn-view {
    color: #ffffff !important;
    font-weight: 500 !important;
    background: #1400ff !important;
}

.users__table.hide {
    display: none;
}

.users__table table {
    width: 100% !important;
    font-family: "SFP-Regular" !important;
    /* border-collapse: collapse !important; */
}

.users__table table thead {
    white-space: nowrap !important;
    color: #7a0017 !important;
    border: 1px solid #e8eff4 !important;
}

.users__table table thead tr th {
    border-bottom: none;
    /* background: none !important; */
    color: #7a0017 !important;
    /* font-weight: 600 !important; */
    font-size: 14px !important;
}

.users__table table thead tr th a {
    color: #7a0017 !important;
}

.users__table .dataTable thead .sorting_asc {
    background: none !important;
}

.users__table table thead tr th {
    border: 1px solid #e8eff4 !important;
}

.users__table table tbody {
    border: 1px solid #e8eff4 !important;
}

.users__table table tbody tr td:first-child {
    border-right: 1px solid #e8eff4 !important;
}

.users__table table tbody tr {
    border: 1px solid #e8eff4 !important;
}

.users__table table tbody tr td {
    font-size: 14px !important;
    color: #000000 !important;
}

.users__table table tbody tr td:first-child>* {
    padding: 6px !important;
}

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

.highlighted {
    color: #7a0017 !important;
}

.totals {
    display: table;
    border-collapse: collapse !important;
    border: 1px solid #e8eff4 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "SFP-Regular" !important;
}

.totals.active {
    display: table;
}

.totals tr {
    border: 1px solid #e8eff4 !important;
}

.totals tr td {
    padding: 8px !important;
    border: 1px solid #e8eff4 !important;
}

.totals tr td:nth-child(odd) {
    text-align: left !important;
}

.totals tr td:nth-child(even) {
    text-align: right !important;
}

.filters {
    display: none;
}

.filter {
    background: rgba(9, 36, 52, 0.4);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
    font-size: 20px;
    text-align: left !important;
    z-index: 30;
    font-family: "SFP-Regular" !important;
}

#filter-default .filter__content {
    height: 100%;
}

.filter.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.filter__content {
    display: flex;
    flex-direction: column;
    padding: 25px 16px 12px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    transition: all 0.8s;
    bottom: -100%;
}

.filter.active .filter__content {
    transition: all 0.5s;
    bottom: 0;
}

.filter__header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 0 25px;
}

.filter__cross {}

.filter__title {
    font-size: 20px;
    font-weight: 500;
}

.filter__reset {
    display: flex;
    margin: 0 0 0 auto;
    padding: 8px 10px;
    appearance: none;
    background: none;
    border: none;
    color: #7a0017;
    font-size: 14px;
    font-weight: 500;
}

.filter__body {
    overflow-y: auto;
    flex: 1 1 auto;
    height: calc(100% - 107px);
    display: flex;
    flex-direction: column;
}

.fitler__dropdowns {
    display: grid;
    gap: 8px;
    margin: 0 0 10px;
}

.filter__dropdown {
    position: relative;
    width: 100%;
    color: #70706f;
    background: #efefef;
    padding: 12px 40px 12px 16px;
}

.filter__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.filter__buttons {
    margin: auto 0 0;
    display: grid;
    gap: 10px;
}

.filter__button {
    width: 100%;
    padding: 12px;
    appearance: none;
    background: none;
    text-align: center;
    border: none;
    color: #ffffff;
    background: #7a0017;
    font-family: "SFP-Regular" !important;
    font-size: 14px;
    font-weight: 500;
}

.filter__checkboxes {
    height: calc(100% - 56px);
    overflow-y: auto;
    display: grid;
    gap: 12px;
    margin: 0 0 15px;
}

.filter__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter__checkbox-item {
    width: 20px;
    height: 20px;
}

.filter__checkbox-item i {
    display: none;
}

.filter__checkbox-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-appearance: none;
}

.filter__checkbox-item input+label {
    position: relative;
    transform: none !important;
    border: none !important;
    border-radius: 0 !important;
    top: 0 !important;
    left: 0 !important;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
    background: #efefef;
}

.filter__checkbox-item input+label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.filter__checkbox-item input:checked+label {
    background: #1400ff;
}

.filter__checkbox-item input:checked+label img {
    display: block;
}

.filter__checkbox-label {
    font-size: 16px;
    color: #16151b;
    font-size: 16px;
}

.filter__search {
    position: relative;
    margin: 0 0 16px;
}

.filter__search input {
    border: none;
    font-size: 14px;
    height: 100%;
    width: 100%;
    padding: 12px 40px 12px 16px;
    background: #efefef;
    appearance: none;
}

.filter__search svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.filter__search input::placeholder {
    color: #70706f;
}

.filter__labeling {
    color: #16151b;
    font-size: 14px;
    margin: 0 0 4px;
}

.filter__dates {
    display: flex;
    gap: 12px;
    margin: 0 0 10px;
}

.filter__date {
    width: 100%;
}

.filter__date input {
    width: 100% !important;
    appearance: none !important;
    font-size: 14px !important;
    border: none !important;
    position: relative !important;
    width: 100% !important;
    color: #000000 !important;
    background: #efefef !important;
    padding: 12px 16px;
}

.filter__date::placeholder {
    color: #70706f;
}

#filter-auction .filter__content {
    max-height: 600px;
}

.custom-margin {
    margin: 0 0 15px;
}

.custom-padding {
    padding-top: 50px !important;
}

@media (max-width: 768px) {
    .filters {
        display: block;
    }

    .users__func {
        display: flex;
    }
}

/* .dataTables_scrollBody {
	overflow: scroll !important;
	border-bottom: none !important;
}
.dataTables_scrollHead {
	overflow: visible !important;
}
.users__table_sticky .dataTables_scrollHead {
	overflow-x: scroll !important;
} */
.users__table td>a.btn-view:not(.btn-outline) {
    color: #ffffff !important;
}

.invoices {
    padding-top: 50px !important;
}

.confirmation {
    background: rgba(9, 36, 52, 0.4);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 20px;
    text-align: left !important;
    z-index: 30;
    font-family: "SFP-Regular" !important;
    padding: 30px;
}

.confirmation.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.confirmation__body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
    transition: all 0.8s;
}

.confirmation_.active .confirmation__body {
    transition: all 0.5s;
    bottom: 0;
}

.confirmation__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #16151b;
    margin: 0 0 10px;
}

.confirmation__text {
    font-size: 14px;
    color: #16151b;
    margin: 0 0 20px;
}

.confirmation__buttons {
    display: grid;
    gap: 8px;
}

.confirmation__button {
    background: #7a0017;
    border: 1px solid #7a0017;
    color: #ffffff;
    width: 100%;
    padding: 12px;
}

@media (min-width: 768px) {
    .users__table {
        display: block !important;
    }

    .confirmation {
        display: none !important;
    }

    .invoices .payment-buttons {
        display: block;
    }

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

@media (max-width: 768px) {
    .login-page {
        height: 100%;
    }

    .login-page .login {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 100%;
        padding: 20px !important;
    }

    .login-page .login .content {
        width: 100%;
        max-width: 600px;
    }

    .login-page .login .copyright {
        margin: 0 0 30px 0;
    }
}

.payment-buttons a.btn {
    width: 200px;
}

.payment-buttons #paypal-button .zoid-outlet {
    width: 200px;
}

.ads_arena_header {
    position: relative;
}

.ads_arena_header-bg {
    background: url('/assets/images/advertising-banner.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -1px;
    z-index: 0;
}

.ads_arena_header div.gradient {
    background: linear-gradient(333deg, rgba(0, 0, 0, 0.90) 5.94%, rgba(0, 0, 0, 0.00) 124.6%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.ads_arena_header .title {
    color: #FFF;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 60px;
    text-transform: uppercase;
}

.ads_arena_header .detail {
    color: #FFF;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 26px;
    width: 80%;
    margin: 0 auto;
}

.ads_arena_header .search-bar {
    padding: 10px 0px;
    background-color: white;
}


.ads_arena_header .search-bar select {
    padding-right: 10px;
}

.ads_arena_header .search-bar .search-btn {
    background: #790016;
    color: white;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0.25rem;
    font-family: "Nunito", sans-serif;
    min-width: 140px;
}

.ads_arena_header .search-bar .search-btn:disabled,
.submit-btn:disabled {
    background: grey !important;
}

.ads_arena_header .search-bar .search-btn.disabled,
.submit-btn.disabled {
    background: grey !important;
    color: white;
}

.ads_arena_container .search-bar .search-btn {
    border: 1px solid #790016;
    color: var(--text-color-red);
    background-color: transparent;
    cursor: pointer;
}

.ads_arena_container .search-bar .search-btn:hover {
    background: #790016;
    color: white;
}

.submit-btn, .submit-btn:hover, .submit-btn:focus {
    background: #790016;
    color: white;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0.25rem;
}

.ads_arena_filter-bar {
    display: flex;
    justify-content: space-between;
}

.ads_arena_category {
    background-color: white;
}

.item-container {
    padding: 20px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.item-container div.img {
    max-height: 400px;
    position: relative;
}

.item-container div.img .badge-status {
    position: absolute;
    right: 0px;
    top: 30px;
    color: white;
    border: 1px solid #7A0017;
    border-radius: 10px !important;
    padding: 2px 5px;
    font-size: 14px;
    text-transform: capitalize;
    background: #7A0017;
}

.item-container img {
    max-height: 100%;
    max-width: 100%;
}

.item-container .title {
    color: #16151B;
    font-family: SF Pro Display;
    font-size: 24px;
    margin: 15px 0px;
    text-align: center;
    line-height: 32px;
}

.item-container .location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #868686;
    font-family: SF Pro Display;
    font-size: 16px;
    text-transform: capitalize;
}

.item-container .price img {
    width: 20px !important;
    color: #7A0017;
}

.item-container .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7A0017;
    font-family: SF Pro Display;
    font-size: 20px;
}

.filter-bar {
    position: relative;
}

.filter-bar .filter-checklist {
    display: flex;
    margin-left: 20px;
}

.filter-bar .filter-checklist>div {
    display: flex;
}

.filter-bar .form-check-input {
    width: auto;
    margin-right: 2rem;
}

.ads_arena_container .ads-tabs {
    min-height: 150px;
}

.ads_arena_container .form-check-label {
    margin-right: 2rem;
    width: auto;
}

.ads_arena_container input[type="checkbox"]:checked+label {
    width: auto;
    transform: rotate(0deg);
    border: 0px;
    height: auto;
}

.ads_arena_ads-tabs {
    min-height: 150px;
}

.ads_arena_ads-tabs li a {
    font-size: 20px;
    color: #495057;
}

.ads_arena_container label {
    color: black;
}

#filterads .category {
    position: absolute;
    z-index: 10;
    background-color: white;
    top: 120px;
    width: 100%;
    left: 15px;
    padding: 15px;
    border: 1px solid grey;
}

#filterads .category .category-item {
    align-items: center;
    display: flex;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #E6E5E5;
    border-width: 1px 0px 1px 0px;
}

.ads_arena_container .filter-bar #show-category {
    cursor: pointer;
}

.ads_arena_container .text-grey {
    color: #A7A7A7;
}

.ads_arena_container .text-firebrick {
    color: #7A0017
}

.ads_arena_container .text-rubyRed {
    color: #F32525
}

.ads_arena_container .bg-grey {
    background-color: #A7A7A7;
}

.bg-firebrick {
    background-color: #7A0017;
}

.ads_arena_container .bg-rubyRed {
    color: #F32525
}

.ads_arena_container .register-alert {
    padding: 12px 25px;
}

.ads_arena_container .btn-group a,
.ads_arena_container .btn-group button {
    border: 1px solid #7A0017;
}


.ads_arena_container .btn-group .active {
    background-color: #7A0017;
    color: white;
}

.ads_arena_container .btn-group .readonly {
    cursor: auto;
}

.ads_arena_container .btn-group :not(.readonly):hover {
    background: #790016;
    color: white;
}

/* .ads_arena_container .slider-btn-prev,
.ads_arena_container .slider-btn-next {
    background: white !important;
    color: black !important;
    border: 1px solid black;
} */

.ads_arena_container .seller-status {
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 10px !important;
    margin: 0px 10px;
}

.ads_arena_container .form-control {
    border-radius: 0.25rem !important;
}

.ads_arena_container .left-radius {
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.ads_arena_container .right-radius {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.ads_arena_container .title {
    color: #16151B;
    font-size: 28px;
    font-weight: 500;
    text-decoration-color: #7a0017;
}

.ads_arena_container .photos {
    display: flex;
    flex-wrap: wrap;
}

.ads_arena_container .photos .photo-item, .photo-add-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.ads_arena_container .photos .photo-item img, .photo-add-item img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.ads_arena_container .photos .photo-item i, .photo-add-item i {
    font-size: 36px;
    color: white;
}

.ads_arena_container .photos .photo-item-delete {
    position: absolute;
    top: 5px;
    right: 27px;
    cursor: pointer;
    font-size: 22px;
}

.ads_arena_container #create-ad .detail-page>div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ads_arena_container #create-ad .description-tab .form-group>label {
    font-size: 1rem;
}

.ads_arena_container #create-ad .description-tab .form-group>div.desc {
    font-size: 0.75rem;
}

.ads_arena_container .form-check-input,
.ads_arena_container .form-check-label {
    font-size: 20px;
}

.price-analyse hr {
    margin: 4px 0;
    border: 1px solid black;
}

.dropdown-menu hr {
    margin: 4px 0;
    border: 0.5px solid lightgrey;
}

.price-analyse table {
    width: 100%;
    text-align: right;
}

.price-analyse table td:nth-child(2) {
    width: 100px;
}

.user-info-container .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.user-info-container .tab-content>.active {
    height: auto;
    min-height: 50vh;
    visibility: visible;
}

.arena_ads_tabs {
    border: 0px;
}

.arena_ads_tabs button {
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.arena_ads_tabs button:not(.active) {
    border-bottom: 1px solid #dee2e6;
}

.arena_ads_tabs button:focus {
    outline: 0px;
}

/* The switch - the box around the slider */
.ads_arena_container .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0px;
}

.ads_arena_container .switch-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: grey;
}

/* Hide default HTML checkbox */
.ads_arena_container .switch input {
    display: none;
}

/* The slider */
.ads_arena_container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.ads_arena_container .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.ads_arena_container input.default:checked+.slider {
    background-color: #7A0017;
}

.ads_arena_container .slider i {
    display: none;
}

.ads_arena_container input.default:checked+.slider i {
    display: block;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
}

.ads_arena_container input:focus+.slider {
    box-shadow: 0 0 1px #7A0017;
}

.ads_arena_container input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.ads_arena_container .slider.round {
    border-radius: 34px !important;
}

.ads_arena_container .slider.round:before {
    border-radius: 50%;
}

/* The upload small slider */
.upload-images .s-switch,
.ads_arena_container .s-switch {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 20px;
    margin: 0px;
}

.upload-images .s-slider,
.ads_arena_container .s-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.upload-images .s-slider:before,
.ads_arena_container .s-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.upload-images input.default:checked+.s-slider,
.ads_arena_container input.default:checked+.s-slider {
    background-color: #7A0017;
}

.upload-images .s-slider i,
.ads_arena_container .s-slider i {
    display: none;
}

.upload-images input.default:checked+.s-slider i,
.ads_arena_container input.default:checked+.s-slider i {
    display: block;
    color: white;
    margin-top: 3px;
    margin-left: 3px;
}

.upload-images input:focus+.s-slider,
.ads_arena_container input:focus+.s-slider {
    box-shadow: 0 0 1px #7A0017;
}

.upload-images input:checked+.s-slider:before,
.ads_arena_container input:checked+.s-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(8px);
}

.upload-images .s-slider.round,
.ads_arena_container .s-slider.round {
    border-radius: 34px !important;
}

.upload-images .s-slider.round:before,
.ads_arena_container .s-slider.round:before {
    border-radius: 50%;
}

#loginModal .footer-color {
    background-color: transparent;
}

#loginModal #forget-password {
    float: right;
}

#loginModal .footer-color .singup-font {
    color: #790016 !important;
    font-weight: bold;
    font-size: 14px;
}

#forgotModal .create-account p,
#signupModal .create-account p {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.notification-tab {
    cursor: pointer;
}

.notification-tab .bell-notify span {
    font-size: 12px;
}

.user-info-container .message-type {
    margin: 0px;
}

.user-info-container .message-type>div {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info-container .message-type>div div {
    margin-left: 10px;
    color: white;
    font-size: 10px;
    width: 18px;
    height: 18px;
    background-color: black;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info-container .message-type div.active {
    background-color: #7A0017;
    color: white;
}

.user-info-container .message-type div.active div {
    color: #7A0017;
    background-color: white;
}

.user-info-container #room-tab .room {
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    cursor: pointer;
    border: 1px solid transparent;
}

.user-info-container #room-tab .room:hover {
    /* border: 1px solid grey; */
}

.user-info-container #room-tab .room.active {
    background-color: #ECECEC;
    font-weight: bold;
    border: 1px solid lightgray;
}

.user-info-container #room-tab .room .img-part {
    width: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info-container #room-tab .room img {
    max-width: 100%;
    max-height: 100%;
}

#mymessages-tab #room-tab {
    /* background-color: #ECECEC;	 */
}

.online-badge {
    color: grey;
    font-size: 8px;
}

.online-badge.active {
    color: #0AAD11;
}

#mymessages-tab .message-body {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.user-info-container #messages-tab {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

select::-webkit-scrollbar,
.user-info-container #room-tab .selling-rooms::-webkit-scrollbar,
.user-info-container #room-tab .buying-rooms::-webkit-scrollbar,
.user-info-container #messages-tab::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

select::-webkit-scrollbar-track,
.user-info-container #room-tab .selling-rooms::-webkit-scrollbar-track,
.user-info-container #room-tab .buying-rooms::-webkit-scrollbar-track,
.user-info-container #messages-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

select::-webkit-scrollbar-thumb,
.user-info-container #room-tab .selling-rooms::-webkit-scrollbar-thumb,
.user-info-container #room-tab .buying-rooms::-webkit-scrollbar-thumb,
.user-info-container #messages-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #7A0017;
}

#messages-tab div.message {
    border-radius: 10px !important;
    padding: 5px 15px;
    margin: 5px;
    color: grey;
    min-width: 100px;
}

.user-info-container #messages-tab>div.mymsg {
    display: flex;
    justify-content: end;
    position: relative;
}

.user-info-container #messages-tab>div.mymsg div.message {
    background-color: #B4DEEB;
}

.user-info-container #messages-tab>div.mymsg div.message * {
    background-color: #B4DEEB;
}

.user-info-container #messages-tab>div.receivemsg {
    display: flex !important;
    position: relative;
}

.user-info-container #messages-tab>div.receivemsg div.message {
    background-color: lightgrey;
}

.user-info-container #messages-tab>div.receivemsg div.message * {
    background-color: lightgrey;
}

.user-info-container #messages-tab div.mymsg div.time {
    color: grey;
    text-align: right;
    font-size: 12px;
}

.user-info-container #messages-tab div.mymsg span.arrow {
    background-color: #B4DEEB;
    clip-path: polygon(0 0, 0% 80%, 100% 100%);
    position: absolute;
    bottom: 20px;
    width: 20px;
    right: -5px;
}

.user-info-container #messages-tab div.receivemsg div.time {
    color: grey;
    text-align: left;
    font-size: 12px;
}

.user-info-container #messages-tab div.receivemsg span.arrow {
    background-color: lightgrey;
    clip-path: polygon(100% 0, 0 100%, 100% 80%);
    position: absolute;
    bottom: 20px;
    width: 20px;
    left: -5px;
}

#mymessages-tab #product-tab {
    display: flex;
    align-items: center;
    margin: 5px 0px
}

#mymessages-tab #product-tab img {
    max-width: 100px;
    margin-right: 20px;
}

#mymessages-tab #product-tab div * {
    margin-bottom: 0px;
}

#mymessages-tab #product-tab .name {
    color: #16151B;
    font-size: 18px;
}

#mymessages-tab #product-tab .price {
    color: #7A0017;
    font-size: 24px;
    font-weight: 500;
}

.user-info-container #messages-tab img {
    width: 100px;
}

#mymessages-tab .modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

#mymessages-tab form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

#mymessages-tab form textarea {
    width: 100%;
    border: 0px;
    resize: none;
    padding: 5px;
    overflow: hidden;
    max-height: 106px;
}

#mymessages-tab form textarea:focus {
    outline: 0px;
}

#mymessages-tab form a {
    color: #7A0017;
    font-size: 24px;
    margin: 0px 5px;
}

@media (max-width: 768px) {
    #mymessages-tab .modal-dialog {
        height: calc(100% - 60px);
    }

    #mymessages-tab .modal-content {
        height: 100%;
    }

    .user-info-container #messages-tab {
        height: 100%
    }
}

.user-info-container .message-header .user-name {
    font-size: 16px;
}

.online-status {
    color: grey;
    font-size: 12px;
}

.online-status.active {
    background: #7A0017 !important;
    color: white !important;
    padding: 2px 5px;
    border-radius: 10px !important;
}

.user-info-container #room-tab .selling-rooms,
.user-info-container #room-tab .buying-rooms {
    max-height: 700px;
    overflow-y: auto;
}

.user-info-container #message-tab {}

.user-info-container #message-tab .message-body {
    height: 600px;
}

.user-info-container div.notify,
.user-info-container div.notify {
    background: white;
    font-weight: 600;
}

.user-info-container div.no-msg {
    color: #7A0017;
    background: #ECECEC;
    text-align: center;
}

.user-info-container div.room label {
    color: black;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 4px 8px !important;
    text-align: center;
}

table.dataTable thead th * {
    font-weight: bold;
}

table.dataTable tbody td {
    text-align: center;
    padding: 4px;
}

form select,
form input,
a.btn,
button {
    border-radius: 0.25rem !important;
}

a.btn:not(.btn-antique-default):focus {
    color: black;
}

table .dtfc-fixed-left {
    background-color: white;
}

table tr.odd .dtfc-fixed-left {
    background-color: #f9f9f9;
}

table .dtfc-fixed-right {
    background-color: white;
}

table tr.odd .dtfc-fixed-right {
    background-color: #f9f9f9;
}

table {
    border-collapse: initial !important;
}

table#products {
    /* margin-top: -10px; */
}

.modal .portlet-title span.caption-subject {
    line-height: 18px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e8eff4 !important;
}

.auctionStatusTab {
    display: flex;
    overflow-x: auto;
}

.auctionStatusTab button {
    margin-right: 0.25rem;
}

.hide-scroll {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    /* Hide the scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide the scrollbar for IE and Edge */
}

.hide-scroll::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar for Chrome and Safari */
}

.twice-img {
    padding: 0px;
}

.fav-icon {
    cursor: pointer;
}

.first-blog h2 a,
.past-auctions a {
    font-family: "SFP-Regular";
    margin-left: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    color: #16151b;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.first-blog h2 a:hover,
.logistic a:hover,
.past-auctions a:hover {
    text-decoration: none;
}

.twice-img {
    padding: 0px;
}

.fav-icon {
    cursor: pointer;
}

.first-blog h2 a,
.past-auctions a {
    font-family: "SFP-Regular";
    margin-left: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    color: #16151b;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.first-blog h2 a:hover,
.past-auctions a:hover {
    text-decoration: none;
}

div.reviewBid div.info-group {
    margin: 0.5rem 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: grey;
}

div.reviewBid div.info-group>div:first-child {
    font-weight: bold;
    color: var(--text-color-red);
    font-size: 16px;
}

.my-modal .portlet .portlet-title span.caption-subject {
    color: white !important;
}

.btn-burgundy-text {
    color: var(--text-color-red);
    border: 1px solid #790016;
    background: transparent;
}

.btn-burgundy-text:hover {
    color: white;
    border: 1px solid #790016;
    background: #790016;
}

.form-error {
    font-size: 12px;
    color: red;
}

.form-group .password-show {
    cursor: pointer;
	/* position: absolute; */
}

/* Badge Size in First Page */
.menu-responsive-hidden span.badge,
.menu-responsive-mobile span.badge {
    font-size: 11px !important;
}

.auction-view-glider-prev {
    top: 40% !important;
    left: 5px !important;
}

.auction-view-glider-next {
    top: 40% !important;
    right: 5px !important;
}

.glider {
    overflow-x: hidden;
}

.glider-prev.disabled, .glider-next.disabled {
    opacity: 1 !important;
    background-color: #e1bfc6 !important;
}

.glider-next:not(.circled):hover,
.glider-prev:not(.circled):hover {
    color: #666 !important;
}

.glider-next:not(.circled):focus,
.glider-prev:not(.circled):focus {
    color: #666 !important;
}

.auction-antique-card {
    background-color: var(--background-color-blue);
    border: 1px solid var(--text-color-primary);
    padding: 10px 20px;
    margin-top: 20px;
}


/* Global Search */
.search-tabs button {
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 22px;
    margin-right: 30px;
}

.search-tabs button.active {
    border-bottom: solid 2px #7A0017;
    border-radius: 0 !important;
    color: var(--text-color-red)
}

.search-tabs button:focus {
    outline: none;
}

.my-modal {
    background-color: rgba(33, 33, 33, 0.5) !important;
    padding: 0px !important;
}

.auction_status > div {
    color: var(--text-color-red);
    letter-spacing: 0.01em;
    font-family: "SFP-Regular";
    font-weight: 600 !important;
    font-size: 16px;
    cursor: pointer;
}

.auction_status span.time-left {
    font-weight: 600;
    cursor: pointer;
}

.auction_status .bidding-started{
    cursor: pointer;
    color: var(--text-color-red) !important;
    font-family: "SFP-Regular";
    font-weight: 600 !important;
}

.social-tab {
    background-color: #720007;
    padding: 20px 0;
}

.social-tab a {
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin: 0;
}

.shipper-card a {
    color: inherit
}

.shipper-card a:hover{
    text-decoration: underline;
}

button.form-control, button.form-control:hover, button.form-control:focus {
    background-color: #7A0017;
    color: white;
    border-radius: 0.25rem;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.auction-page .pagination {
    flex-wrap: wrap;
}