/*
Theme Name: Lailas Child Theme
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.3
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  ***************/
#header section.header-main.elementor-section {
    padding: 0;
}
.payment-icons .mastercard {
  background-image: url(../porto/images/mc-logo.svg);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: none;
  background-color: #282b2f;
}

.payment-icons .upi {
  background-image: url(../porto/images/upi.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: none;
  background-color: #282b2f;
}

.productAddInfo {
	width: 70%;
	border: 1px solid #ccc;
}
.productAddInfo td{
	border-bottom: 1px solid #ccc;
}
#header .elementor-element-5d2ecf5 .main-menu > li.menu-item:hover > a,
#header .elementor-element-5d2ecf5 .main-menu > li.menu-item.active > a{
	color: var(--porto-secondary-color);
}


@media only screen and (max-width: 600px) {
  .productAddInfo {
	  width: 100%;
	}
	.home-banner .porto-ibanner > img {object-position: left;}
	.home-banner .elementor-section.background-color-primary { display:none;}
}


