/*
Theme Name: Artmart
Theme URI: https://artmart-wp.egenstheme.com/
Author: Egens Lab
Author URI: https://themeforest.net/user/egenslab/
Description: Artmart is WordPress Theme for Artwork selling purposes. This theme is design like the way where a user can use it both for Auction selling and General selling. Here is added different art category features with artist portfolio features. This theme is featured Dark and light version so user can choose anyone what they prefer. This theme has 2 unique demos which is designed with the think of current age demand. This theme has made with Elementor page builder so easily can edit and manage. It is compatible with all browsers and completely responsive design so in any device it will give a nice browsing experience.
Version: 1.2.0
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artmart
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.swiper-slide:has(.auction-card) {
    height: auto;
}
.auction-card.general-art {
    .auction-card-content {
        padding: 15px 15px 60px;
                height: 100%;
         h6 a {
             font-weight: 600;
             font-size: 16px;
         }
    }
}
#primary .sec-mar.shop-page-wrapper {
    margin: 90px 0;
}
.auction-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.auction-card .auction-card-content ul li {
    font-size: 15px;
    margin-top: -4px;
}
.auction-card .auction-card-content h6 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.auction-card .auction-card-content .bid-btn {
    position: absolute;
    bottom: 18px;
    left: 18px;
    strong {
        top: 0;
        left: 0;
    }
}
@media (min-width: 575px) {
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
        float: left;
        width: 45%;
    }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: right;
    width: 50%;
    clear: none;
    }
}
@media only screen and (max-width: 575px) {
    .woocommerce div.product div.images, .woocommerce div.product div.summary {
        margin-bottom: 34px;
    }
    #primary .sec-mar.shop-page-wrapper {
            margin: 60px 0;
        }
}
.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 136px;
    padding: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    justify-content: start;
}
.single-product .woocommerce-product-gallery .flex-viewport {
    border: none !important;
}