/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

#content {
	background: #fff;
}
#customer_login {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

#customer_login button {
	margin: 0 auto;
	display: table;
}

#customer_login .u-column1, #customer_login .u-column2 {
	width: 49%;
	float: left;
	padding: 20px;
	border: 1px solid #d2d2d2;
	box-shadow: -1px 5px 28px -4px #bdb4b4;
}


#mol-container, #mol-signup-container {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}




/* @media only screen (max-width:767px){
	#customer_login {
		display: block;
		gap: 0;
		align-items: flex-start;
		flex-direction: unset;
	}
	#customer_login .u-column1{
		margin-bottom: 30px;
	}
} */

.woocommerce-button.button.track {
	margin-top: 9px;
}

.emi-checkout-calculation .ch-emi-otr .small {
	margin-bottom: 30px;
	background: #e7e7e7;
	padding: 10px;
}
.account-info .account-avatar {
	display: none;
}
.mol_signup_message.error,
.mol_message.error {
	color: #F00;
}
.mol_signup_message.success,
.mol_message.success {
	color: #07da00;
}

address {
    background: #e7e7e7;
    padding: 20px;
    box-shadow: 0px 1px 10px 0px #000;
    margin-top: 20px;
    border-radius: 10px;
}
.tracking-otr {
    background: #e7e7e7;
    padding: 10px 20px;
    box-shadow: 0px 0px 14px 0px #000;
    border-radius: 10px;
}
/**************   Mobile Responsive  *******************/

@media only screen and (max-width: 767px) {
   #customer_login {
		display: block;
		gap: 0;
		align-items: flex-start;
		flex-direction: unset;
	}
	#customer_login .u-column1, #customer_login .u-column2{
		margin-bottom: 30px;
		width: 100%;
	}
	#customer_login .u-column2{
		margin-bottom: 0px;
	}
	.limitotr {
		display: block;
	}
	.mobile-full {
		width: 100%;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 991px) {
	.page-header.page-header-page h1.entry-title {
		display: none;
	}
	.header-logo .logo a img.site-logo {
		width: 63px;
	}
	.woocommerce ul.products li.product h2 a{
		font-size: 16px;
		/* color: #fcb800 !important; */
		font-weight: 500;
	}
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	opacity: 1 !important;
}