/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
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  ***************/
.mfp-close:after {
    height: 20px;
    top: 10px;
}

.mfp-close:before {
    width: 20px;
    left: 10px;
    
}
.mfp-close:before, .mfp-close:after{
    background: #222;
}
.mfp-content .mfp-close {
    top: -10px;
    right: -7px;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 100%;
}
.wpcf7-not-valid-tip{
    display: none;
}
.payment_box{
	padding-left:0;
    letter-spacing: 0;
}
.payment_box fieldset{
	border: none;
    padding: 0;
}
.payment_box .form-row{
	margin-bottom: 15px;
}
.payment_box .form-row label{
	margin-bottom: 5px;
}
.payment_box .form-row .wc-stripe-elements-field{
	padding: 1.2rem 1.5rem 1rem;
	border-radius: 3px;
}

.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input{
	width: 18px !important;
}
.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
    align-items: center;
}
.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label{
	    font-size: 12px;
}