.account-header h3,
.account-dashboard h3 {
	font-size: 20px;
	font-weight: bold;
}
.account-nav-list {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	background: #f1f1f1;
	border-bottom: 1px solid #AB2328;
	margin-bottom: 0;
	padding-left: 0;
}

.account-nav-list-item a {
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
}
.account-header .my-account-title
{
	padding-top: 10px;
}

.account-section .account-dashboard {
	padding-bottom: 1rem !important;
	border-bottom: 1px solid #f1f1f1;
}

.account-nav-list-item.active {
	border-bottom: 2px solid #AB2328;
}

.account-main-left {
	border-right: 1px solid #f1f1f1;
}
#account-shipping-info {
	font-size: 1rem;
}
#account-shipping-info .container{
	padding:0 !important;
}
#account-shipping-info a.account-set-default-address
{
	padding:9px 10px;
}
#account-shipping-info a:not(.btn) {
	color: #3987da;
	text-decoration: underline;
}
#account-shipping-info table th {
	background: transparent;
	color: #000;
	font-weight: bold;
}
#account-shipping-info i {
	color: #ccc;
	display: none;
}

.account-address-removal-popup .addressItem {
	margin-top: 60px;
}
#edit-email,
#edit-password {
	display: none;
}
#edit-email .form-group,
#edit-password .form-group
{
	margin-bottom:32px;
}
.edit-forms {
	border-left: 1px solid #f1f1f1;
}

.recently-viewed-item {
	position: relative;
}
.recently-viewed-item .delete-item {
	position: absolute;
	top: -12px;
	right: 0;
	background: #000;
	color: #fff;
	padding: 2px 6px;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 1),
		-2px 2px 5px 2px rgba(0, 0, 0, 0.4);
}
.recently-viewed-item .delete-item i {
	vertical-align: sub;
}
.register-page-hidden-field {
	overflow:hidden;
	float:right;
	margin-right: 10px;
	cursor:pointer;
}
.recently-viewed-item .product-img {
	border: 1px solid #f1f1f1;
	min-height: 216px;
}
.recently-viewed-item .product-description {
	text-align: center;
	min-height: 80px;
	margin: 1rem 0;
}
.recently-viewed-item .product-description a {
	color: #06c;
	text-decoration: underline;
}

#order-history table a {
	color: #06c;
}
#order-history #generacOrderDetailForm
{
	padding-left:0;
}
#order-history #generacOrderDetailForm button
{
	color: #000;
    background: transparent;
    border: 0;
    font-weight: normal;
}
#order-history table .title,
#account-shipping-info .title,
#order-details .title {
	display: none;
}

.shipping-details-table th,
.shipping-details-table td {
	border: none !important;
}
.btn-only-border
{
	border:2px solid #c35633;
	color: #c35633;
	background:#fff;
}
.btn-only-border:hover
{
	color: #c35633;
}
.billing-address-cancel
{
	background:transparent;
	border-color:#c35633;
	color:#c35633;
}
.billing-address-cancel:hover
{
	color:#c35633;
}
.billing-address-button
{
	margin-top:19px;
}

.password-validation {
	margin-bottom:2.5rem;
	margin-top:-2rem;
}
.password_checker_header {
	height: 16%;
	margin:0;
	vertical-align: middle;
	line-height: 30px;
	font-size:14px;
	color:grey;
	font-weight:bold;
}

.password_checker_main {
	color: grey;
    vertical-align: middle;
    line-height: 15px;
}
.password_checker_image {
    height: 15px;
    width: 15px;
    float: left;
    background: url(../images/neutral.svg) no-repeat;
    background-size: 15px 15px;
}
.password_success_image {
    height: 15px;
    width: 15px;
    float: left;
    background: url(../images/success.svg) no-repeat;
    background-size: 15px 15px;
}
.password_error_image {
	height: 15px;
    width: 15px;
    float: left;
    background: url(../images/error.png) no-repeat;
    background-size: 15px 15px;
}
.password_checker_text {
    padding-left: 1.55rem;
}

#recently-viewed .btn-icon:before
{
	left:8px;
	top:7px;
}
#recently-viewed .btn-icon:after
{
	left: 43px;
}
#recently-viewed #addToCartButton
{
	padding: 9px 12px 9px 54px;
}
#recently-viewed .recently-viewed-item
{
	margin-bottom: 70px;
}
.page-billingAddressPage #breadcrumb
{
	border:0;
	padding-bottom:20px;
}
.page-billingAddressPage #addressForm .form-group
{
	margin-top:30px;
}

#cboxContent .forgotten-password-container {
	margin-left: 0 !important;
	width: 100% !important;
}

#authentication a.privacy
{
	color:#06c;
}
#authentication
{
	margin-top:3rem;
}
#privacy-and-security .modal-header
{
	border-bottom:0;
}
#privacy-and-security .modal-body
{
	max-height: 500px;
    overflow-y: auto;
}
/* .page-registration #cboxWrapper #cboxTitle .headline
{
	display:none;
} */
.account-nav-list .account-nav-list-item a.account-active
{
	color:#AB2328;
}
#order-details .order-details-table th,
#order-details .item-details-table th,
#order-details .shipping-details-table th,
#order-history table th
{
	background:transparent;
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
}
#order-history th.order-history-total
{
	width:100px;
	text-align:left !important;
}
#order-history th.width-20
{
	width:20%;
}
#order-details a.order-tracking-link
{
	font-weight:normal;
	color:#06c;
}
#order-details a.order-tracking-link:hover
{
	text-decoration:underline;
}
#generacRegistrationForm #registerChkTermsConditions
{
	display: none;
    width: 1px;
    height: 1px;
}
#generacRegistrationForm .main_registration_page label
{
	padding:0 0 10px 0;
}
.registration-term-and-condition-modal #cboxLoadedContent
{
	margin-top: 45px;
    padding: 0 40px 30px 40px;
}
.registration-term-and-condition-modal #cboxTitle
{
	padding: 15px 0 0 36px;
    height: 20px;
}
.registration-term-and-condition-modal #cboxContent
{
	height:auto !important;
}
.registration-term-and-condition-modal .textpage-termsAndConditions a.pagetop-link,
.termsAndConditionsLink,
.termsAndConditionsLink:hover
{
	color:#06c;
}

#how-heard-page-wrapper .how__heard-box
{
	border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}
#how-heard-page-wrapper i.ss-navigateright
{
	position: relative;
    top: 2px;
    left: 5px;
    font-size: 12px;
}
#how-heard-page-wrapper .how__heard-title
{
	margin-top:3rem;
}
/* 404 not found page */
#notfound_categorycontainer
{
	clear:left;
}
#notfound_searchcontainer
{
	background: #ccc;
    padding: 20px 0 25px 30px;
    margin: 1.5rem 0;
}
#notfound_searchcontainer .nav-item.close-nav
{
	display:none;
}
.notfound_heading
{
	margin-top:35px;
	margin-bottom:1.5rem;
}
#notfound_searchcontainer .searchbox_wrapper i.fa-search
{
	display:none;
}
#notfound_searchcontainer .searchbox_wrapper input.search-input
{
	padding:5px;
}
#notfound_searchcontainer .searchbox_wrapper .btn.search-btn
{
	background: #AB2328;
    margin-left: -6px;
    padding: 6px 12px 5px 12px;
    border-bottom: 1px solid #AB2328;
}
#notfound_featureCategory h4
{
	font-weight:bold;
	padding-top:5px;
}
#featutred_category_button
{
	text-align:right;
}
#featutred_category_button i.ss-navigateright
{
	position: relative;
    top: 3px;
    left: 4px;
}
#featured_category_wrapper
{
	clear:left;
	 margin-top: 1.5rem;
}
#featured_category_wrapper .notfound-categoryitems
{
	min-height: 172px;
	display:inline-table;
}
.notfound-categoryitems .category-product-title
{
	font-size:14px;
	color:#5176d4;
}
#generacRegistrationForm .form-group
{
	margin-bottom: 38px;
}
#generacRegistrationForm .form-control
{
	border: 1px solid #9e9e9e;
	padding-left:6px;
}
#generacRegistrationForm .form-group label
{
   	padding-left: 6px;
}
#generacRegistrationForm .form-group label.label-floated
{
	top: -25px;
	padding-left:0;
}
#generacRegistrationForm .lead-zip-container label
{
	font-size:13px !important;
}
#generacRegistrationForm .form-control:focus
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 39, 11, 0.43);
   	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 39, 11, 0.43);
}
/* 	Contact-us form */

#contact-form-wrapper
{
	overflow:hidden;
}
#contact-form-container .contact-small-hint
{
	font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    color: #595d64;
}
#contact-form-wrapper #contact-notice
{
	color:#dd5034;
	margin-top:20px;
	margin-bottom: 2rem;
}
#contact-form-wrapper #contact-message-bar
{
	color: #000;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: 12px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:15px;
	display:none;
} 
#contact-form-wrapper .text-success
{
	margin-bottom:20px;
}
#new-contactus-page-wrapper
{
	overflow:hidden;
	padding:20px 20px 0 15px;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
	#new-contactus-page-wrapper
	{
	    overflow: inherit;
		padding:20px 20px 0 15px;
	}
}

#new-contactus-top
{
	overflow:hidden;
	margin-top: 12px;
}
#newcontactus-menutitle,
#newcontactus-pagetitle
{
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #7b79798a;
	padding-bottom:6px;
	color: #19212b;
}
#newcontactus-menulinks
{
	padding:16px 0 10px 0;
    font-weight: bold;
    font-size: 17px;
}
ul#newcontactus-links
{
	list-style:none;
}
ul#newcontactus-links li
{
	padding-bottom:6px;
}
ul#newcontactus-links li a
{
	color:#06c;
}
.new-contactus-top-section
{
	overflow:hidden;
	border-bottom: 2px solid #ededed;
    padding: 12px 0;
}
.new-contactus-top-section:last-child
{
	padding-bottom:3px;
}
.new-contactus-top-section #contact-phone-icon,
#new-contactus-page-wrapper #contact-chat-icon,
#new-contactus-page-wrapper #contact-user-icon
{
	float:left;
	padding-right: 1.5rem;
}
#new-contactus-page-wrapper #contact-chat-icon
{
	padding-right: 1rem;
}
#new-contactus-bottom .contact-map-marker-wrapper
{
	padding-right:0;
	padding-left:0;
}
#new-contactus-bottom .contact-drpower-wrapper
{
	padding-left:0;
}
#new-contactus-page-wrapper #contact-marker-icon
{
	float:left;
	margin-left: -6px;
	margin-right:10px;
}
.new-contactus-top-section .contact-main-detail,
#new-contactus-bottom .contact-main-detail
{
	float:left;
}
#new-contactus-page-wrapper .contact-main-heading
{
	font-size:16px;
	padding-bottom: 10px;
	color:#000;
}
#new-contactus-page-wrapper .contact-main-heading.chat-text,
#new-contactus-page-wrapper .contact-main-heading.email-text-link
{
	padding-top:7px;
}
#new-contactus-page-wrapper #contact-phone-icon i,
#new-contactus-page-wrapper .icon-secure.ss-chat,
#new-contactus-page-wrapper .icon-secure.ss-location
{
	font-size: 3rem;
	color:#AB2328;
}
#new-contactus-page-wrapper .icon-secure.ss-chat
{
	margin-left: -8px;
}
#new-contactus-page-wrapper .icon-secure.ss-user
{
	font-size: 2.8rem;
	color:#AB2328;
}
#new-contactus-page-wrapper .contact-sub-heading
{
	font-weight: bold;
    font-size: 16px;
    padding-bottom: 12px;
    color:#000;
}
#new-contactus-page-wrapper .contact-links a
{
	color:#06c;
}
#new-contactus-page-wrapper #new-contactus-bottom .contact-links a
{
	font-size:16px;
}
#new-contactus-page-wrapper .contact-sub-heading1
{
	font-weight:bold;
	font-size:16px;
}
#new-contactus-page-wrapper .contact-small-heading
{
	font-size:16px;
	margin-bottom: 15px;
}
#new-contactus-page-wrapper #new-contactus-bottom .contact-small-heading
{
	margin-bottom:0;
}
#new-contactus-page-wrapper .new-contactus-bottom-section
{
	padding-bottom: 18px;
}
.contactmap-links a
{
	color:#06c;
	font-weight: normal;
}
#contact-form-wrapper h3.contact-form-email-title
{
	color:#19212b;
	margin-bottom: 3px;
}
#contact-form-wrapper .contact-us-email-textcontent
{
	color: #707070;
	margin-bottom:2px;
}
#contact-form-wrapper .col-xs-12:first-child
{
	padding-left:0;
}
#contact-form-wrapper #contactUsForm .form-group label.select-label-floated,
#contact-form-wrapper #contactUsForm .form-group label.label-floated
{
	top: -25px;
    font-size: 16px;
	padding-left:0;
}
#new-contactus-bottom
{
	overflow: hidden;
    border-top: 2px solid #ededed;
    padding-top: 20px;
}
#contact-form-wrapper #contact-form-container .form-control
{
	border:1px solid #9e9e9e; 
	padding-left:10px;
}
#contact-form-wrapper #contact-form-container .form-group
{
	margin-bottom:41px;
}
#contact-form-wrapper #contact-form-container #contact-order-number-error,
#contact-form-wrapper #contact-form-container #contact-serial-number-error
{
	margin-top:10px;
}
#contact-form-wrapper #contact-form-container #contact-message
{
	padding-top:10px;
}
#contact-form-wrapper #contact-form-container .form-group label
{
	padding-left:10px;
}
.fa-warning:before
{
	content:"\f071";
}
#contact-form-wrapper .contact-notice-wrapper
{
	padding-left:0;
}
#contact-form-wrapper #contact-form-container
{
	margin: 1.5rem 0 0 0;
}
#generacRegistrationForm #register-password-wrapper,
#generacRegistrationForm #register-confirm-password-wrapper,
#returning #loginForm #returning-customer-password,
#checkout-signup #checkout-customer-password,
#checkout-signup #checkout-customer-confirm-password,
.login-section #loginForm #login-customer-password
{
	position:relative;
}
#generacRegistrationForm #register-password-wrapper .glyphicon-eye,
#generacRegistrationForm #register-confirm-password-wrapper .glyphicon-eye,
#returning #loginForm #returning-customer-password .glyphicon-eye,
#checkout-signup #checkout-customer-password .glyphicon-eye,
#checkout-signup #checkout-customer-confirm-password .glyphicon-eye,
.login-section #loginForm #login-customer-password .glyphicon-eye
{
	top: 13px;
    position: absolute;
    right: 8px;
    cursor:pointer;
}
.login-right-content-component .btn-primary.btn-block	
{
	background: #fff;
    border: 2px solid #AB2328;
    color: #AB2328;
}
/* media queries */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   input[name='pwd']::-ms-reveal,
   input[name='checkPwd']::-ms-reveal,
   #returning #loginForm input[name='j_password']::-ms-reveal,
   #checkout-signup #checkout-customer-password input[name='password']::-ms-reveal,
   #checkout-signup #checkout-customer-confirm-password input[name='confirmPassword']::-ms-reveal,
   .login-section #loginForm input[name='j_password']::-ms-reveal
   { 
   		display: none; 
   }
}
@media only screen and (max-width: 992px)
{
	.page-productDetails .pdp-pagination a,
	.page-productDetails .pdp-question-pagination a
	{
		margin-bottom:12px;
	}
}
@media (max-width: 768px) {
	.account-nav-list-item.header {
		display: block;
	}
	
	.account-header h3,
	.account-dashboard h3 {
		font-size: 18px;
	}
	.account-header .btn,
	.account-dashboard .btn {
		margin-top: 0px;
	}
	.account-nav-list {
		display: none;
		flex-direction: column;
		border-bottom: none;
		background: #fff;
		border: 1px solid #000;
	}
	.account-nav-list-item a {
		display: block;
		padding: 20px;
	}
	.account-nav-list-item.header a {
		background: #AB2328;
		color: #fff;
	}
	.account-nav-list-item a {
		color: #000;
	}
	.account-section .account-dashboard
	{
		padding-top: 0 !important;
   	    padding-bottom: 0 !important;
	}
	#account-main.mt-5
	{
		margin-top:0 !important;
	}
	.account-nav-list-item.active {
		border: none;
	}
	.account-nav-list-item.active a {
		color: #000;
	}
	.account-dashboard {
		padding: 3rem 0;
	}
	.recently-viewed-item {
		margin-bottom: 50px;
	}
	.account-main-left {
		border-right: none;
	}

	#order-history table thead,
	#account-shipping-info thead,
	#order-details thead {
		display: none;
	}
	#order-history table tbody tr,
	#account-shipping-info table tbody tr {
		margin: 2rem 0;
	}
	#order-history table tbody tr,
	#order-history table tbody td,
	#account-shipping-info table tbody tr,
	#account-shipping-info table tbody td,
	#order-details table tbody tr,
	#order-details table tbody td {
		display: block;
		text-align: left;
		border: none;
		border-bottom: 1px solid #f4f4f4;
	}
	#order-history table .title,
	#account-shipping-info .title,
	#order-details table .title {
		display: block;
		float: left;
		width: 45%;
		font-weight: bold;
	}
	.recently-viewed-item {
		margin-bottom: 50px;
	}
}
@media (min-width: 1025px) {
	#recently-viewed .col-custom-grid-5
	{
		max-width:20%;
	}
}
@media (max-width: 1023px) {
	.recently-viewed-item .product-description
	{
		min-height:80px;
	}
	#how-heard-page-wrapper
	{
		width:95%;
		margin:20px;
	}
	#featured_category_wrapper .notfound-categoryitems
	{
		min-height:201px;
	}
}
@media (min-width: 1023px) {
	#how-heard-page-wrapper
	{
		width:50%;
		margin:0 auto;
	}
	#contact-form-wrapper #contact-form-container
	{
		margin: 1.5rem 0 0 0;
		padding-left:0;
	}
	
}
@media (min-width: 569px) and (max-width: 1023px) {
	#recently-viewed #addToCartButton
	{
		padding: 5px 12px 5px 36px;
	}
	#recently-viewed .btn-icon:before
	{
	    left: 3px;
	    top: 7px;
	    font-size:17px;
	}
	#recently-viewed .btn-icon:after 
	{
        left: 29px;
    }
    #featured_category_wrapper .col-grid-10
	 {
	    display: flex;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}
@media (min-width: 736px) and (max-width: 736px) {
	#recently-viewed #addToCartButton
	{
		font-size:11px !important
	}
	
}
@media (min-width: 1024px) and (max-width: 1024px) {
	#account-shipping-info a.account-set-default-address
	{
		margin-top:7px;
		 padding: 9px 12px;
	}
	
}
@media (min-width: 769px) and (max-width: 1023px) {
	#account-shipping-info .btn
	{
		padding: 9px 10px;
	}
	#account-shipping-info a.account-set-default-address
	{
		margin-top:7px;
	}
	
}
@media (max-width: 414px) {
	
	#account-shipping-info a.account-set-default-address
	{
		padding: 9px 12px;
       margin-top:7px;
	}
	#account-shipping-info tr td span.value
	{
		display: table-cell;
	}
	#how-heard-page-wrapper
	{
   		 width: 90%;
  	}
	
}
@media (min-width: 1024px)
{
	#featured_category_wrapper .col-grid-10
	 {
	    display: flex;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	#newcontactus-menutitle
	{
		width:80%;
	}
}
@media (max-width: 767px)
{
	#featutred_category_button
	{
		text-align:left;
	}
}
@media (max-width: 658px)
{
	.new-contactus-top-section .top-right-contacts
	{
		padding-left: 0;
   		margin-top: 20px;
	}
	#new-contactus-page-wrapper #contact-user-icon
	{
		padding-right:1rem;
	}
}
@media (max-width: 1024px)
{
	#generacRegistrationForm .form-group
	{
		margin-bottom: 23px;
	}
}
@media (min-width: 667px)
{
	#generacRegistrationForm .registration-subscription-checkbox
	{
	    margin-bottom: 0;
	    margin-top: -13px;
	    display: block;
	}
}
@media (max-width: 375px)
{
	#generacRegistrationForm input[name='mobileNumber'] ~ .error
	{
		font-size:14px;
	}
	#generacRegistrationForm input[name='pwd'] ~ .error,
	#generacRegistrationForm input[name='checkPwd'] ~ .error
	{
		font-size:12px;
	}
}

.account-section {
    margin-top: 40px;
}