/*
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  ***************/
.homepage-banner {
	max-height: 76vh !important;
}

.footer-copyright p {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 900px) {
	#media_image-3 img {
		max-width: 50% !important;
	}
}

@media screen and (min-width: 1024px) {
	#contact-info-widget-2 {
		margin-left: 50px !important;
	}
} 

/* 04-01-2021 */
ul.products li.product-col .product-content {
 	margin-bottom: 1.0714em; 
}
ul.products li.product-col .woocommerce-loop-product__title {
    white-space: normal;
    font-size: 12px;
	margin-bottom: 5px;
}
ul.products li.product-col .item-price {
    color: #fe6766;
    font-size: 17px;
	font-weight: bold;
}
ul.products li.product-col .product-content .dont-pay {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400; 
}
ul.products li.product-col .product-content .add-links-wrap {
	display: none;
}
ul.products li.product-col .product-content .tags {
    font-size: 13px;
    font-weight: 400;
	line-height: 1.2;
}
ul.products li.product-col .product-content .tags span {
	display: block;
	text-transform: uppercase;
}
ul.products li.product-col .product-image .labels .onsale {
    display: none;
}
ul.products li.product-col .product-content .dont-pay .percent {
    color: #fe6766;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
	ul.products li.product-col .item-price {
		font-size: 14px;
	}
} 