/*
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  ***************/

.wc_payment_method {
	padding: 10px;
    background: #fafafa;
    margin-bottom: 10px;
    border: 1px solid #eee;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	cursor: pointer!important;
}

.porto-radio {
	display: grid;
}

.porto-radio img {
	float: right;
	height: 25px!important;
}

.porto-radio .input-radio {
	display: none;
}

.porto-control-label {
	color: #202020;
	text-transform: capitalize;
}

.payment_box {
	font-size: 12px;
}


#header .widget {
	margin-bottom: -1.125rem!important;
    margin-top: -1.125rem!important;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.wmc-currency-trigger-click.wmc-currency-trigger-click-active .wmc-currency-wrapper .wmc-sub-currency {
	z-index: 1;
}