@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);

body {
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 14px; 
	color: #666;
}
.hide {
	display:none !important;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#tab-enquiry input.form-control{
	max-width: 100% !important;
}

.popupBody img{
	margin:12px auto 0;
	display:block;
	text-align:center;
}

.user_login label {
	font-size: 14px;
}

.popupBody label{text-align:left!important; margin-bottom:10px!important;}

.btn_red {background: #ED6347; color: #FFF; border:none; cursor:pointer; border-radius:0px;}

.btn_red:hover {background: #000!important; color:#FFF !important;}

a.btn {color:#FFF; text-align: center; text-decoration: none;}
.btn_red {color: #FFF;font-size:17px !important;}

.one_half {width:100%; display: block;  padding-bottom:7px;}
.one_half.last {width:30%;}

/* == Popup Styles == */
.popupHeader {
	font-size:20px; 
	text-transform: uppercase;
	text-align:center;
}
.popupHeader {
	background:#F4F4F2; 
	position:relative; 
	padding:20px 20px; 
	border-bottom:1px solid #DDD; 
	font-weight:bold;     
	border-radius: 10px 10px 0px 0px;
}
.popupHeader .modal_close {
	position: absolute; 
	right: 0; 
	top:0; 
	padding:10px 15px; 
	background:#E4E4E2; 
	cursor: pointer; 
	color:#aaa; 
	font-size:16px;
}
.popupBody {
	padding:15px 20px;
}

.popupHeader button.close {
    font-size: 31px;
    color: #000;
	opacity:1;
}
  
/* == User Login Form == */
.user_login {
	margin-top: 20px;
}
.user_login .warning{color:#FF0000;}
.user_login .error{color:#FF0000;}
.user_login .required{color:#FF0000;}

.user_login .form-control {    
    display: block;
    width: 100%;
    padding:10px 15px;
    color: #666;
    margin-bottom: 0px;
    border-radius: 5px;
    height: 40px;
	font-size: 14px !important;
}
.user_login input[type="checkbox"] {
	float:left; margin-right:5px;
}
.user_login input[type="checkbox"]+label {float:left;}
.user_login textarea{
	height: auto !important; 
}
.user_login select{
	padding:5px;
	width:100%; 
	border:1px solid #DDD;
}
.user_login .checkbox {
	margin-bottom:0px; 
	clear: both; 
	overflow: hidden;
	color:red;
}
.forgot_password {
	display:block; 
	margin: 20px 0 10px; 
	clear: both; 
	overflow: hidden;
	text-decoration: none; 
	color:#ED6347;
}

.tmdhelptopic {
	font-size: 14px;
}

.extended-container .tmdhelptopic{
	width:100% !important;margin: 10px 0;
}
.oc2 .user_login .form-horizontal .form-group label + div{
	width:70%;
}
.button1{
	width:100%;
}

.oc3 .tmdhelptopic{
    display: block;
    margin:10px 0 10px !important;
    width:100% !important;
	font-size: 13px;
	padding: .7em !important;
	margin: 1px;
}
.oc3 .tmdhelptopic.btn-cart::before {
	display: none !important;
}
.oc3 #input-captcha {
	max-width:100%;
}
.product-blocks-top #tab-enquiry .form-group .control-label{max-width: 145px;}


.tmd_enquiry_btngroup {
	display: flex;
}
.tmd_enquiry_btngroup button {
	width: 100% !important;
}

.site-wrapper #product .tmdhelptopic.btn-cart:before{
	display: none !important;
}
.site-wrapper .product-layout .product-thumb .caption .tmdhelptopic{
	padding:8px 10px;
	font-size:14px;
}
.site-wrapper #product #tab-enquiry  .form-group > *{
	padding:0;
}
.enquireform .close {
	right: 0;
}
html[dir="rtl"] .enquireform .close {
	right: auto;
	left: 0;
	float: left;
}

.site-wrapper #product-product .tmdnotifybuton::before{
	display: none;
}


@media (max-width:767px){
	.rc-anchor-logo-portrait{
		margin:10px 0 0 -22px !important;
	}
	.rc-anchor-normal .rc-anchor-pt{
		margin:4px 57px 0 0 !important;
	}
}