/*
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  ***************/
#menu-product-category li:before {display:none !important}
.widget>div>ul li {border-top:none !important; padding:0 !important}
.widget>div>ul {margin-top:0 !important; border-bottom:0 !important}
#header .main-menu .fa-bars {background:#8d3bc3 !important}

#header .main-menu .fa-kitchen-set {background:#8d3bc3 !important}
#header .main-menu .fa-kitchen-set {
    margin-bottom: .5rem;
    width: 100%;
    background: #3d5167;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    height: 85px;
    line-height: 3;
}

#footer .footer-bottom {padding:10px !important}
.elementor-element-34060d5 .elementor-widget-container {display: flex !important; flex-direction: row-reverse !important; align-items: flex-end !important;}
.elementor-element-34060d5 .elementor-widget-container .porto-sicon-header a {font-size: 1rem; font-weight: 700; line-height: 1em; color: #3D5167;}
.elementor-element-34060d5 .elementor-widget-container .porto-sicon-header {line-height:10px !important}
.widget_nav_menu>div>ul li:before {display:none !important}
.sticky-icon {width:25% !important}


@media only screen and (max-width:1179px){
	.elementor-element-34060d5 {margin:0 10px !important}
}


@media only screen and (max-width:767px){
	.owl-item .orto-ibanner-layer {margin: 0 auto !important; max-width: 100% !important;}
	.owl-item .porto-ibanner-layer {width: 100%; margin: 0 auto !important; max-width: 100% !important; padding: 0 15px !important;}
	.owl-item .porto-ibanner-layer .elementor-widget-image { max-width: 300px!important; width: auto !important;}
	.owl-item .mw-55 {margin:0 0 15px !important}
}

/* blog meta */

article.post .post-meta {
  display: none !important;
}

/* body.single-post article.post .post-meta {
  margin-bottom: 20px;
  display: none;
} */

/* added on 28-10-24*/
.woocommerce-product-gallery{
  width: 100% !important;
}

add_filter( 'woocommerce_register_post_type_product', 'wpse_modify_product_post_type' );
function wpse_modify_product_post_type( $args ) {
    $args['supports'][] = 'revisions';
    return $args;
}

