/*
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  ***************/
.free{
	display: none
}
#mini-cart{
	z-index:9999;
}
.header-right__cart-free #mini-cart{
	z-index:9;
}
.header-right__cart-free .free{
	display: block;
	font-family:Open Sans,sans-serif;
	text-align: right;
	color:#999;
}
.process_bar_cart{    
	width: 250px;
    text-align: center;
    position: relative;  
    margin-right: 0;
    margin-left: auto;
}
.process_bar_cart:after {
    content: "";
    height: 5px;
    background: #EEEEEE;
    width: 100%; 
    position: absolute;
    bottom: 0;
    left: 0;
}
.process_bar_cart .process_bar {
	content: "";
    height: 5px;
    background: #ff5b5b; 
    position: absolute;
    bottom: 0;
    left: 0;
	z-index:2;
	max-width:100%;
} 
.free_ship{
	color: #ff5b5b; 
}
.header-right__cart-free .cart-head{
	display:none;
}
.header-right__cart-free  #mini-cart .cart-popup{
	position: relative;
    display: block;
    border: none;
    box-shadow: none;
}
.header-right__cart-free  .total-count,
.header-right__cart-free  .scroll-wrapper,
.header-right__cart-free  .cart_list,
.header-right__cart-free  .woocommerce-mini-cart__total.total,
.header-right__cart-free  #mini-cart .cart-popup:before,
.header-right__cart-free  #mini-cart .cart-popup:after,
.header-right__cart-free  .woocommerce-mini-cart__buttons.buttons{
	display:none;
} 
.header-right__cart-free  #mini-cart .cart-popup .widget_shopping_cart_content{
	padding:0;
	border:none!important;
	box-shadow:none!important;
}
.header-right__cart-free  #mini-cart{
	border:0;
	border:none!important;
	box-shadow:none!important;
}
@media screen and (max-width: 991px){
	.header-right__cart-free{
		display:none;
	}
	.free{
		display: block;
	}
}




#shipping_method_0_flexible_shipping_6_1 + label:after,
#shipping_method_0_flexible_shipping_6_4 + label:after {content: ''; margin-left: 10px; width: 60px; height: 36px; display: block; background: #ffcc00 url(images/dhl.svg) no-repeat 50% 50%; background-size: contain;}