/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/*Products Listing Page*/
ul.save-sub-categories
{
    display: flex;
    list-style: none;
}

form.woocommerce-ordering select.orderby {
    display: inline;
    margin-top: 0px;
    margin-left: 0px;
}

.shop-loop-before {
    background-color: #FDD712;
    border-radius: 5px;
    padding: 10px 0px 0px 10px;
}

.thumb-info-wrapper {
    text-align: center;
    padding: 40px;
}

.thumb-info .thumb-info-title {
    transition: 0.3s;
    background: rgba(33, 37, 41, 0.8);
    bottom: 10%;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    left: 0;
    letter-spacing: -0.05em;
    padding: 5px 5px 0px;
    position: absolute;
    z-index: 2;
    max-width: 90%;
}



/*Cart Comparison related*/

.zee-cart-comparison {
    display: flex;
    gap: 20px;
}

.zee-cart-comparison table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.zee-cart-comparison th, .zee-cart-comparison td {
    border: 1px solid #ddd;
    padding: 8px;
}

.zee-cart-actions {
    text-align: center;
    margin-top: 20px;
}

.zee-cart-actions .button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 5px;
}

.zee-cart-actions .button:hover {
    background-color: #005885;
}


.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999 !important;
}