/*
Theme Name: Porto Child Outlet Kozmetike
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 .widget > div > ul li {
	margin-bottom: 0 !important;
	border: 0;
}
#footer .widget > div > ul {
	border: 0;
}

.porto-products li.product-category .thumb-info h3 {
	background: #000;
	color: #fff !important;
	padding: 5px 10px;
}

.wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
	float: none !important;	
}
#shipping_method li {
	margin-bottom: 1rem;
}
#shipping_method label {
	display: inline;
}
ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label {
	font-weight: bold;
	display: inline;
}
small.includes_tax {
	display: block;
	font-size: 1rem;
}

ins .woocommerce-Price-amount.amount bdi {
	color: #AB47BC;
}

.porto-products.hide-count li.product-category .thumb-info h3 {
	font-size: 14px;
}
/*

#home-hero {
	min-height: 500px;
	background-position: center center;
}

@media (max-width: 1000px) {
	
	#home-hero {
		min-height: 1px;
		background-position: center center;
		background-size: contain !important;
		padding-top: 50%;
	}

}
*/


.pwb-single-product-brands img {
	max-width: 100px;
}

.pwb-brands-in-loop {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.pwb-slick-slide {
	position: relative;
}
.pwb-slick-slide a {
	display: block;
	width: 100%;
	padding-top: 100%;
}

.pwb-slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
	max-width: 60%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.pwb-slick-slide a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}


@media (max-width: 991px) {
	.mobile-sidebar {
		width: 260px !important;
	}
}


.woocommerce-terms-and-conditions-wrapper {
	margin: 15px 0;
	background: #A24DB9;
	color: #fff;
	padding: 10px;
}

.woocommerce-terms-and-conditions-wrapper a, .woocommerce-terms-and-conditions-wrapper h2 {
	color: #fff;
	text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field {
	background: #cc0000;
}

ul.products li.product-outimage_aq_onimage .add-links .button {
	top: auto;
	bottom: 7px;
}



@font-face {
    font-family: 'Impact';
    src: url('font/Impact.woff2') format('woff2'),
        url('font/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Black';
    src: url('font/Arial-Black.woff2') format('woff2'),
        url('font/Arial-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
.thumb-info-wrapper img:nth-of-type(2) {
	display: none;
}
 
.outlet.menu-item a {
	font-weight: bold !important;
	color: #A24DB9 !important;
}

.woocommerce-product-attributes-item--attribute_opozorila .woocommerce-product-attributes-item__label { text-transform: uppercase; }

.checkout-order-review .woocommerce-privacy-policy-text p {
	color: #fff !important;
}

.includes_tax, .includes_tax .amount {
	font-size: 11px !important;
	color: #999 !important;
}

@media (max-width: 560px) {
	.topcontact span span {
		clear: both;
		display: block;
		height: 1px;
		text-indent: -10000px;
		opacity: 0;
	}
}

#header.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1002;
}
#header.sticky-header .header-main.sticky {
	position: relative;
}

.free_shipping_notice {
	background: #fff;
	padding: 1rem;
	margin-bottom: 1.5rem;
	border: 1px solid #AB47BC;
	text-align: center;
}

.free_shipping_notice .remaining {
	color: #AB47BC;
}

.free_shipping_bar {
	display: block;
	margin: 0.5rem auto;
	max-width: 90%;
	position: relative;
}

.free_shipping_bar .price_from,
.free_shipping_bar .price_to {
	font-size: 0.7rem;
	vertical-align: text-top;
}
.free_shipping_bar .bar_bg {
	display: inline-block;
	width: 80%;
	max-width: 400px;
	position: relative;
	background: #eee;
	height: 18px;
}
.free_shipping_bar .bar_bg .bar_inner {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #AB47BC;
	color: #fff;
	font-size: 0.7rem;
	font-weight: bold;
	height: 100%;
}

.cart-discount, .cart-discount bdi {
	color: #AB47BC;
	font-weight: bold;
}
