/*
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  ***************/

footer .share-links {
    display: flex;
}

#shipping_method > li > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-res {
    height: fit-content;
}

.logo-size img {
    height: 72px;
    width: 200px;
}

.logo-size a {
    height: 72px;
    max-width: 200px !important;
    width: 200px;
}

.porto-woo-product-sidebar {
    z-index: 0;
}

#main {
    z-index: 0;
    position: relative;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #340506;
    border-color: #340506;
}

.cwginstock-subscribe-form .panel-primary {
    border-color: #340506;
}

.tax-product_cat .main-content .elementor-widget-porto_sb_description img {
    display: none;
}