/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.woocommerce-checkout .woocommerce-login-form
 {
	float: left;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-coupon-form {
	float: right;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-login-form {
	width: 48%;
	padding-right: 15px;
}

.woocommerce-checkout .woocommerce-login-form form.login {
	width: 100%;
	margin-top: 30px;
}

.woocommerce-checkout .woocommerce-login-form .button {
	margin-top: 30px;
}

.woocommerce-checkout .woocommerce-coupon-form {
	width: 100%;
}

.woocommerce-checkout .woocommerce-coupon-form form.checkout_coupon {
	border: 0;
	padding: 0;
	display: flex;
}

.woocommerce-checkout .woocommerce-coupon-form form.checkout_coupon .input-text {
	color: #23232c;
	border-radius: 0;
	padding: 8px 0 9px;
	width: 100%;
}

.woocommerce-checkout .woocommerce-coupon-form form.checkout_coupon .form-row-first {
	flex: 1;
	padding-right: 10px;
}

.woocommerce-checkout .woocommerce-coupon-form form.checkout_coupon .button {
	font-size: 14px;
	font-size: 1.4rem;
	color: #23232c;
	font-weight: 500;
	background-color: transparent;
	text-transform: uppercase;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	padding: 12px 0;
	border-bottom: 2px solid #23232c;
}

.woocommerce-checkout .woocommerce-login-form + .woocommerce-coupon-form {
	width: 48%;
	padding-left: 15px;
}

.woocommerce-checkout .woocommerce-info {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #909097;
	text-align: center;
	border: 2px solid #f1f2f4;
	padding: 25px 0 !important;
	margin: 0 !important;
	background-color: #fff;
}

.woocommerce-checkout .woocommerce-info a {
	font-weight: 600;
	color: #23232c;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-info:before {
	display: none;
}

.woocommerce-checkout form.checkout {
	width: 100%;
	clear: both;
}

.woocommerce-checkout form.checkout h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #23232c;
	font-weight: 500;
	margin: 0;
	padding-bottom: 30px;
}
.showlogin:hover , .showcoupon:hover {
	color:red !important;
}

.woocommerce div.product.layout-style-6 p.price, .woocommerce div.product.layout-style-6 span.price {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Sofia Pro", Poppins, sans-serif;
    margin-bottom: 35px;
}