/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com
Template: ibid
Author: ModelTheme
Author URI: https://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Tags: custom-header,custom-menu,featured-images,post-formats,sticky-post
Version: 4.1.1731413223
Updated: 2024-11-12 13:07:03

*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

div#ibid-main-head-sticky-wrapper {
    height: auto !important;
}
.single-product .button.auction-pay {
    display: none !important;
}
.dokan-panel .dokan-panel-body .wc-order-data-row table.wc-order-totals tr:last-child {
    display: none;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner img {
    aspect-ratio: 1 / 1;
}
.single-product p.custom-price-note {
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    width: fit-content;
}
.single-product p.custom-price-note:hover {
    color: #2695ff;
}
.dokan-new-product-area .dokan-btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #d3d3d3 !important;
    color: #a1a1a1 !important;
    border-color: #d3d3d3 !important;
}
label.auction_publishing_fee {
    cursor: not-allowed;
    pointer-events: none;
    color: #999999;
}
p.additional_pay_desc {
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    color: #0073ff;
    margin: 10px 0px 0px;
}
.dokan-new-product-area button#pay-now-button {
    background: #2695FF !important;
}
.products-wrapper.highlighted .woocommerce-title-metas,
.woocommerce ul.products li.product .products-wrapper.highlighted  .archive-product-title,
.products-wrapper.highlighted .details-container {
    background: #a1ffe3;
}
table.wp-list-table .column-name {
    width: 13% !important;
}
#pay-now-modal .close-modal {
    color: #000;
    font-size: 15px;
    right: 42px;
    background: #81d3ff;
    border-radius: 30px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 20px;
}
.preloader {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#loader {
    width: 30%;
    display: block;
    animation: zoomInOut 3s ease-in-out infinite;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* Initial scale */
    }
    50% {
        transform: scale(1.2); /* Zoom in to 120% */
    }
    100% {
        transform: scale(1); /* Zoom back out to original size */
    }
}
.mt-addons-swiper-container .swiper-button-prev, 
.mt-addons-swiper-container .swiper-button-next {
    font-family: 'FontAwesome' !important;
}
.mt_addons_products_carousel .swiper-pagination{
    overflow: visible;
}
.dokan-form-container label.dokan-report-abuse-checkbox {
    font-size: 12px;
    margin: 0px 0px 20px;
}
.dokan-form-container input#dokan-report-abuse-checkbox {
    vertical-align: sub;
}
.dokan-placed-msg {
    margin-top: 30px;
    padding: 20px;
    background: #4b73ff;
}
.dokan-placed-msg p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}
.ibid-comment-section {
    margin-top: 15px;
}
.ibid-comment-section button#add-comment {
    margin-top: 20px;
}
.ibid-comment-section textarea#auction-comments {
    height: 70px !important;
    padding: 20px !important;
}
.single-product .auction-comments li {
    font-size: 14px;
    line-height: 2;
}
.single-product .auction-comments span {
    font-weight: 600;
    color: #222;
}
.single-product .auction-comments ul {
    list-style: none;
    padding: 0;
}
.single-product p.vendor-type {
    font-size: 14px;
    font-weight: 600;
    color: #2695FF;
    margin-top: 35px;
}
.single-product p.vendor-type svg {
    width: 25px;
}
body p.vendor-accepts-text {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
body p.vendor-accepts-text span::after {
    content: ",";
    margin-right: 5px;
}
body p.vendor-accepts-text span:last-child::after {
    content: "";
}
.single-product p.shipping-location {
    font-size: 14px;
    color: #222;
}
.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-table tr td {
    width: 33% !important;
}
.dokan-settings-content .dokan-settings-area .dokan-form-control {
    width: 300px !important;
}
div#payment-status-messages {
    background: #ffe4e4;
    width: fit-content;
    padding: 10px;
    margin-bottom: 10px;
}
.ibid-verified-badge svg{
    width: 40px;
}
.ibid-verified-badge {
    position: absolute;
    display: inline-block;
    right: 16px;
    margin-top: -113px;
}
.ibid-verified-badge .tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}
.ibid-verified-badge:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.cart_totals.calculated_shipping tr.order-tax {
    display: none !important;
}
.woocommerce-cart .order-tax {
    display: none !important;
}
.woocommerce-checkout .woocommerce-order-overview__payment-method.method{
    display: none !important;   
}
.single-product .product_meta .wc-gzd-additional-info {
    text-align: right;
    margin-top: -24px !important;
}
.single-product  .product_meta {
    margin-top: 0px !important;
}
.single-product .product_meta {
    position: relative;
    top: -15px;
}
.woocommerce-checkout section.woocommerce-bacs-bank-details {
    display: none !important;
}
.product-carousel.swiper .mt-addons-products-carousel-archive-product-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.product-carousel.swiper .mt-addons-products-carousel-archive-product-title a{
    color: #222;
}
.woocommerce ul.products li.product a picture.woo_secondary_media_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 250msease;
    -webkit-transition: all 250msease;
    -ms-transition: all 250ms ease;
}
.product .details-container {
    padding: 5px 5px 5px;
}
.woocommerce-title-metas {
    padding-bottom: 20px;
}
.ibid-product-carousel.swiper .details-container p {
    font-size: 16px;
    line-height: 20px;
}
.ibid-product-carousel.swiper .product .details-container{
   margin-top: 10px;
}
.woocommerce-orders-table__header-dokan-shipment-status,
.woocommerce-orders-table__cell-dokan-shipment-status {
    display: none !important;
}
.woocommerce-view-order tfoot:last-child tr:last-child {
    display: none;
}
.vendor-dashboard-orders-page td.line_tax {
    display: none;
}
.product-edit-container p.procces-fees {
    text-align: right;
    font-size: 15px;
    margin-top: 19px;
    font-weight: bold;
    margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
    .mobile_footer_icon_wrapper {
        justify-content: center;
    }
    .woocommerce-ordering .nice-select .list {
        width: 100%;
    }
}