.hidden-widget {
    position: absolute;   
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
}
.author-infor h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    height: 20px;
}
.sc-button {
    padding: 13px 15px;
}
.sc-button span{
    font-weight: 400;
}
.historic_tab .badge-avatar {
    width: 44px;
    height: 44px;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
}
.carousel-thumbnail .swiper-wrapper {
    padding: 0 5px;
}

#logo_header {
    width: auto;
    height: 60px;
}
.mobile-button{
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    margin-left: 15px;
    position: relative;
    right: unset !important;
    top: unset !important;
}

.mobile-button:before, .mobile-button:after, .mobile-button span{
    border-radius: 5px;
}
.login-btn{
    font-size: 14px;
}
.header_1 .header_avatar .avatar_popup{
    z-index: 1;
}
.header_1 .header_avatar .notification{
    margin-right: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
/* LOYALTY POINTS BALANCE */
.loyalty-points-balance{
    font-size: 15px;
    color: white;
}
@media (max-width: 480px){
    .loyalty-points-balance{
        display: grid;
    }
}
/* LOYALTY POINTS BALANCE */
.mode_switcher{
    top: 90px !important;
}
@media only screen and (max-width: 1818px){
    .flat-search-btn{
        right: 15px !important;
    }
}
@media only screen and (max-width: 991px){
    .mode_switcher{
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .carousel-thumbnail .swiper-wrapper {
        padding: 0;
    }
    .heading-live-auctions .exp {
        display: none;
    }
    .mainslider .flat-slider .heading {
        font-size: 32px;
        line-height: 50px;
    }    
    .mainslider .flat-slider .heading span {
        font-size: 24px !important;
    }      
    .main-nav{
        display: none;
    }
    .seller-tab.style2 .menu-tab li span {
        font-size: 12px;
    }
    .viewer-footer {
        margin-bottom: 150px;
    }
    .box-login-social ul {
        flex-direction: column;
    }
    .box-login-social li {
        flex: 1 0 auto;
        margin-bottom: 10px;
        width: 100% !important;
    }
}
.sc-button.selected {
    background: var(--primary-color3) !important;
    color: white !important;
}
.lds-dual-ring:after {
    border: 4px solid #b3b3b3;
    border-color: #b3b3b3 transparent #b3b3b3 transparent;
}
.sc-card-product:hover .card-media img {
    -webkit-transform: none !important;
    transform: none !important;
    object-fit: unset !important;
}
.tf-item-details .content-right .themesflat-tabs .tab-content {
    max-height: 600px;
}
.sc-categoty h4 {
    font-size: 16px;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .sc-categoty h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    .sc-categoty h4 {
        font-size: 14px;
    }
}
.loading_content{
    visibility:hidden;
}
@media screen and (max-width: 768px){
    .carousel-thumbnail .card-media img {
        height: auto!important;
    }
}
.swiper-pagination-bullets{
    display: block !important;
}
.forgot-pass{
    cursor: pointer !important;
}
.auctions .swiper-button-next.btn-slide-next {
    right: 41.8%;
}
.seller .swiper-button-prev.btn-slide-prev,
.auctions .swiper-button-prev.btn-slide-prev{
    left: 42.2%;
}
.description_tab ul li, .sc-explore-2 ul li, .tip4serv-home-description ul li  {
    list-style: inherit !important;
    font-size:16px;
}
.description_tab ul li span, .sc-explore-2 ul li span {
    position:relative;
    
}
.description_tab ul, .sc-explore-2 ul, .tip4serv-home-description ul {
    padding: 0 35px !important;
}
.provenance p, ul {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color2);
}
.tf-item-details .content-right p {
    font-size: 16px;
    line-height: 30px;
}
hr {
    margin-bottom: 20px;
    border: 1px solid var(--primary-color7);
}
.flat-tabs.explore-tab p {
    color: var(--primary-color2);
}
.tip4serv-home-description p {
    color: var(--primary-color14);
}
.tip4serv-home-description hr {
    border: 1px solid var(--primary-color14);
}
/* Custom fields */
.checkbox_txt{
    font-size: 14px;
    color: var(--primary-color16);
}
.textarea_field{
    height: auto !important;
}
.input_space_y h6{
    margin-bottom:15px;
    margin-top:20px;
}
.input_space_y{
    margin-top:-5px;
}
.sc-button.subscribe_now {
    margin-bottom: 0px!important;
    margin-top: 15px!important;
}
.btn-primary.addtocart_btn {
    margin-top: 15px!important;
}
.checkbox-option {
    display: block; /* Ensures each checkbox is on a new line */
    margin-bottom: 10px; /* Adds space between the checkboxes */
}
.checkbox-option input[type="checkbox"] {
    margin-right: 10px; /* Optional: Adds some spacing between the checkbox and the label text */
}
.price_format, .oldprice_format {
    display: inline;
}
/* Inputs color fix */
.is_dark input, .is_dark select {
    border: 1px solid rgba(138,138,160,0.3) !important;
    background-color: var(--primary-color) !important;
    color: var(--primary-color16) !important;
    outline: none !important;
    box-shadow: none !important;
}
input:focus, select:focus {
    border: 1px solid var(--primary-color16) !important;
    color: var(--primary-color16) !important;
    outline: none !important;
    box-shadow: none !important;
}
.is_dark input:focus, .is_dark select:focus {
    border: 1px solid var(--primary-color16) !important;
    background-color: var(--primary-color) !important;
    color: var(--primary-color16) !important;
    outline: none !important;
    box-shadow: none !important;
}
select option {
    color: var(--primary-color16) !important;
}
/* Tooltip */
.tooltip-info-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px;
}
.tooltip-text {
    visibility: hidden;
    display: inline-block;
    width: auto;
    max-width: 450px;
    min-width: 250px;
    white-space: normal;
    background-color: var(--primary-color3);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: var(--primary-color3) transparent transparent transparent;
}
.tooltip-info-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* Cart fix */
.sc-card-activity .content.title{
    margin-right:35px;
    width: 250px;
}
.sc-card-activity .content .custom-fields {
    font-weight: bold;
    font-size: 14px!important;
    line-height: 26px;
    color: #7A798A!important;
}
.sc-card-activity .content .author {
    margin: 0 0px!important;
}
.custom-fields {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
@media (min-width: 1450px) {
    .custom-fields {
        white-space: nowrap;
    }
}
.quantity input[name="cart_quantity"] {
    border: none !important;
}
/* Modal scrollbar */
.modal-body {
    max-height: 90vh;
    overflow-y: auto;
}
/* Website full width */
.themesflat-container {
    width: 1300px!important;
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}
.big_price {
    color: var(--primary-color2);
    font-size: 28px;
    font-weight: 600;
}
.sub_btn{
    margin-left: 0px!important;
}
.sticky-product-image {
    position: sticky;
    top: 200px;
}
@media (max-width: 1199px ){
    .sticky-product-image {
        position: relative;
        top:0px;
    }
} 
body {
    overflow: visible !important;
}
@media screen and (min-width: 768px) {
    #wrapper {
        overflow: visible !important;
    }
}
.custom-field-wrapper p {
    color: #7A798A;
}
.tf-section.item-details {
    max-width: calc(100vw - 40px);
}
p {
    color: #7A798A;
}
.carousel {
    width:100%;
    overflow:hidden;
}
.carousel .swiper-wrapper {
    display: flex;
    transition: transform 0.3s;
}
.carousel .swiper-slide {
    flex-shrink:0;
    width:auto;
}
#display_addtocart_error {
    display:none;
    margin-top:17px;
}
.share .icons a:nth-child(2) {
    background: black;
}
.flat-slider .heading, .sub-heading {
    opacity: 1 !important;
    transform: none !important;
}