.hidden-widget {
    position: absolute;   
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
    display: none;
}
.author-infor h5 {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    height: 20px;
}
.historic_tab .badge-avatar {
    width: 55px;
    height: 55px;
    font-size: 25px;
}
.mobile-button{
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    margin-left: 15px;
    position: relative;
    right: unset !important;
    top: unset !important;
}
.login-btn{
    font-size: 14px;
}
.mb-10{
    margin-bottom: 10px;
}
/* LOYALTY POINTS BALANCE */
.loyalty-points-balance{
    padding-top: 10px;
    font-size: 15px;
    color: var(--primary-color2);
}
/* LOYALTY POINTS BALANCE */

.loading_content{
    visibility:hidden;
}
.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;
}
.flat-tabs.explore-tab p {
    color: var(--primary-color2);
}
.tip4serv-home-description hr {
    border: 1px solid var(--primary-color14);
}
/* Custom fields */
.slider_txt,
.checkbox_txt{
    padding-left: 10px;
    font-size: 14px;
    color: var(--primary-color3);
}
.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;
}
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 {
    box-shadow: 0px 0px 20px var(--primary-color6);
    visibility: hidden;
    display: inline-block;
    width: auto;
    max-width: 450px;
    min-width: 250px;
    white-space: normal;
    background-color: var(--primary-color11);
    border: solid 1px var(--primary-color2);
    color: var(--primary-color2);
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    line-height: 1.5;
    position: absolute;
    z-index: 3;
    bottom: 155%;
    font-weight: 500;
    font-size: 15px;
    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-color2) transparent transparent transparent;
}
.tooltip-info-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* Cart fix */
.sc-card-activity .content .custom-fields {
    font-weight: bold;
    font-size: 14px!important;
    line-height: 26px;
    color: var(--primary-color7) !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;
}
/* Website full width */
.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: 25px;
    font-weight: 500;
}
.sticky-product-image {
    position: sticky;
    top: 200px;
}
@media (max-width: 1199px ){
    .sticky-product-image {
        position: relative;
        top:0px;
    }
} 
html, body {
    height: auto;
    overflow-y: auto;
}
.custom-field-wrapper p {
    color: #7A798A;
}
.tf-section.item-details {
    max-width: calc(100vw - 40px);
}
#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;
}