/* Common */
html {
	font-size: 16px;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

img {
	width: 100%;
}

img.nogutter-img {
	margin: 0 -20px;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

.form-control {
	border-radius: 0;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
}

.form-control.inline {
	display: inline-block;
	width: auto;
}

.form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
}

.btn {
	font-size: inherit !important;
	padding: 9px 12px;
	border-radius: 0;
	text-transform: capitalize;
	vertical-align: top;
}

.btn i {
	vertical-align: text-top;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #AB2328;
	border: 2px solid #AB2328;
	color: #fff;
	box-shadow: none;
	outline: none;
}

.btn-transparent {
	background: transparent;
}

/* breadcrumb  */
#breadcrumb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.breadcrumb-section
{
	background:transparent;
	padding-left: 30px;
}

.breadcrumb {
	background: transparent;
	font-size: 1rem !important;
	color: #444;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb a {
	display: inline-block;
	padding: 0 0.5rem;
}

.breadcrumb a:first-of-type {
	padding-left: 0;
}

.page-title {
	font-size: 1.75rem;
	color: #444;
}

.figure-caption {
	color: #000;
	font-size: 1.125rem;
}

.container {
	max-width: 100%;
	padding: 0 3rem;
}

main {
	margin-bottom: 0;
}

.page-title {
	margin-top: 1.5rem;
}

.text-danger {
    color: #f00;
}

/* header */
nav {
	border-bottom: 7px solid #AB2328;
}

nav i {
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

.header-promo {
	background: #AB2328;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	padding: 20px 0px 20px;
}

.header-promo h4 {
	font-size: 1.625rem;
	margin-bottom: 0px;
	margin-top:0;
}

.header-promo h4 small {
	font-size: 19px;
	color: inherit;
}

#nav-main {
	margin-top: 1rem;
}

.right-menu {
	font-size: 0.85rem;
}

.right-menu li {
	color: #4c4c4c;
	margin-left: 1.2rem;
}

.right-menu,
.right-menu li a {
	color: #4c4c4c;
}

nav ul,
nav li {
	list-style-type: none;
	padding: 0;
}

nav ul {
	margin-bottom: 0.2rem;
}

nav li {
	display: inline-block;
	font-weight: 600;
}

.logo {
	width: 156px;
	float: left;
	margin: -2rem 0 -1.3rem;
	z-index: 100;
}

.nav-items {
	font-size: 0.875rem;
	margin-bottom: 0;
	transition: 0.5s all ease-in;
}

.nav-item {
	position: relative;
	font-size: 12px;
	margin-left: 1.2rem;
	padding: 0.7rem 0.5rem;
	cursor: pointer;
	transition: 0.3s all ease-in;
	
}

.monster-nav-badge {
    display: inline-block;
    background: #ff0;
    color: #000;
    padding: 0;
    border-radius: 3px;
    margin: 0 0 0 5px;
    font-weight: 700;
    font-size: 8px;
    text-transform: uppercase;
    line-height: 13px;
    height: 11px;
    width: 24px;
    text-align: center;
}

.nav-item.close-nav {
	display: none;
	font-size: 1.5rem;
}

.nav-search-item {
	min-width: 80%;
	float: right;
}
nav .search-input,
nav .search-input:focus {
	width: 80%;
	color: #929292;
	font-family: Font Awesome\ 5 Free;
	/* font-weight: 900; */
	border-width: 0 0 1px 0;
	border-color: #929292;
	outline: none;
}

.nav-badge {
	display: inline-block;
	background: #ff0;
	color: #000;
	padding: 0;
	border-radius: 3px;
	margin-left: 5px;
	font-weight: 700;
	font-size: 0.5rem;
	text-transform: uppercase;
	line-height: 13px;
	height: 11px;
	width: 24px;
	text-align: center;
}

.menu-icon {
	display: none;
	position: absolute;
	top: 3rem;
	right: 20px;
}

.sm-header-bar,
.md-header-bar {
	display: none;
	padding: 1rem;
	background: #AB2328;
}

.sm-header-bar,
.sm-header-bar a,
.md-header-bar,
.md-header-bar a {
	color: #fff;
}

.nav-visible {
	right: 0 !important;
}

.submenu-visible {
	opacity: 1 !important;
	height: auto !important;
	max-height: 1350px !important;
	z-index: 10 !important;
	position: relative;
	top: 0 !important;
	left: -1px !important;
}

.search-btn {
	background: #ff6431;
	color: #fff;
	margin-left: -4px;
	padding: 0.6rem 1rem;
	border-radius: 0;
	border-bottom: 1px solid #ff6431;
}

.nav-item:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

.nav-item:hover a {
	color: #fff;
}

.nav-submenu-1 {
	height: 0;
	opacity: 0;
	position: absolute;
	top: 2.5rem;
	right: 0;
	width: 300px;
	background: rgba(0, 0, 0, 0.9);
	text-transform: capitalize;
	z-index: -1;
	/* transition: 0.5s all linear; */
}

.submenu-1-item,
.submenu-2-item {
	display: block;
}

.nav-submenu-2-title {
	padding-top: 1rem;
}

.nav-submenu-2-title a {
	font-size: 1rem !important;
}

.submenu-1-item a,
.submenu-2-item a {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	padding: 0.5rem 1.5rem;
}

.submenu-image {
	border: 1px solid #f2f2f2;
	border-width: 1px 0 0 0;
	width:90%;
	margin:3rem auto 0 auto;
}

.submenu-1-item i {
	line-height: 1.4rem;
	margin-right: -10px;
}

.submenu-1-item:hover {
	background: #fff;
}

.submenu-2-item a {
	color: #000 !important;
}
.submenu-1-item:hover a {
	color: #AB2328;
}

.nav-submenu-2 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 920px;
	background: #fff;
	border: solid #000;
	border-width: 1px 1px 1px 0;
	text-transform: capitalize;
	opacity: 0; 
	/* transition: 0.3s width ease-in;  */
}

.submenu-2-item:hover {
	font-weight: bold;
}

.submenu-1-item:hover > .nav-submenu-2 {
	opacity: 1;
	width: 300px;
	/* height: 920px; */
	display: block;
}

.nav-search .nav-item:hover {
	background: transparent;
}
.searchbox_wrapper
{
	position: relative;
    font-size: 16px;
    margin-left: 1.2rem;
    padding: 0.4rem 0.5rem 0.2rem 0.2rem;
    cursor: pointer;
    transition: 0.3s all ease-in;
}

/* homepage */
.banner {
	height: 500px;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
}

.banner-item, #homepage-bottom-banner {
	position: relative;
}
.banner-item {
	list-style: none;
}

.banner-image {
	position: relative;
	min-height: 500px;
	object-fit: cover;
}

.banner {
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-header {
	font-size: 4.5rem;
	font-weight: bold;
}

.banner-body {
	font-size: 1.5rem;
}

.banner-footer {
	font-size: 24px;
}

.banner-cta {
	color: #fff;
	font-size: 24px;
	border: 1px solid #fff;
	border-radius: 3px;
}

.banner-cta:hover {
	color: #fff;
}

.section-header {
	color: #424242;
}

.section-title {
	font-weight: bold;
	font-size: 3rem;
}
#homepage-offers .section-title
{
	font-size: 2.3rem;
}
.section-subtitle {
	font-size: 1.8rem;
}
#homepage-offers .section-subtitle
{
	font-size: 1.72rem;
}
.offer-box {
	position: relative;
	color: #fff;
}

.offer-box:first-of-type {
	padding-right: 1rem;
}

.offer-content {
	position: absolute;
	bottom: 2rem;
	width: 100%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

#homepage-categories {
	width: 60%;
	margin: auto;
}

#homepage-categories hr {
	margin: 5px 0;
}

.category-product-title {
	font-size: 1.125rem;
}

.bottom-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
}

.bottom-banner-header {
	font-size: 3.75rm;
	font-weight: bold;
}

.bottom-banner-body {
	font-size: 1.8rem;
}

#homepage-info {
	padding: 20px;
}

#homepage-info .icon {
	font-size: 75px;
	opacity: 0.9;
	color: #AB2328;
}

#homepage-info .info-title {
	font-size: 24px;
	font-weight: bold;
}

#homepage-info p {
	font-size: 0.8rem;
}

#homepage-info .info-subtitle {
	font-size: 16px;
}

/* Department */
#departments {
	/*border-top: 1px solid #929292;
	margin-top: 1rem;*/
}

.filter-area {
	border-right: 1px solid #929292;
}

.filter-header,
.product-grid {
	padding-top: 2rem;
}

.filter-title,
.filter-item i {
	display: none;
}

.dept-list {
	list-style-type: none;
	padding-left: 0;
	line-height: 3rem;
}

.dept-list a {
	color: #4c4c4c;
}

.product-grid {
	border-bottom: 1px solid #929292;
}

.product-grid .figure-caption {
	font-size: 1.125rem;
	border-top: 1px solid #929292;
	padding-top: 0.5rem;
}

.lead-zip-container {
	width: 50%;
} 
#homepage-categories .row,
.product-grid .row
{
	display: flex;
    flex-wrap: wrap;
}
#homepage-categories .col-6.col-md-3
{
	padding-bottom:10px;
}

/* PLP */
.sort-refine-bar .form-group {
	display: inline-block;
}

.sort-refine-bar .btn-default.js-show-facets {
	background: #AB2328;
	border-color: #AB2328;
}

#perPageCount1, #perPageCount2 {
	width: 100%;
}

.pagination-bar .pagination, .pagination-bar button {
    margin-top: 34px;
}

.pagination > li > a, .pagination > li > span {
	color: #AB2328;
}

.pagination-bar-results {
	display: inline-block;
	margin: 0 !important;
	padding: 0 0 0 5px !important;
}

.product__listing .product__list--price-panel {
  text-align: left;
  float: none !important;
  width: 100% !important;
}

.product__listing .product__list--name {
	margin: 0 0 0px !important;
}
.product__listing .product__listing--code
{
	margin-bottom:7px;
}
.product__listing .product__listing--description {
  margin: 1rem 0;
}

.product__list--price-panel > div {
	line-height: 2;
}

.product__listing--sale-price, .product__listing--price, .product__free--shipping {
	font-size: 0.875rem;
	color: #4c4c4c;
}

.product__listing--special-price {
	color: #AB2328;
	font-size: 1.125rem;
}

.product__free--shipping {
	color: #0066cd;
}

.product__listing--rating {
	font-size: 1.2rem;
}

.product__listing--rating .rating-count {
    color: #0066cd;
    font-size: 0.8rem;
}

.rating .rating-stars span.active {
    color: #AB2328;
}

.product__listing--description {
	max-height: 100px;
	overflow: hidden;
	transition: 0.5s max-height ease-in;
}

.product__listing--description-trigger {
	display: none;
}

.product__listing--description.visible {
	display: block !important;
	max-height: 1000px !important;
	height: auto;
}

a.toggle-description {
	color: #0066cd;
	text-decoration: none;
}

.product__listing--compare input[type="checkbox"] {
	display: none;
}

.product__listing--compare label {
	padding-left: 0;
}

.compare-checkbox {
	display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    margin-top: -3px;
}
.product__listing.product__list .product__list--item:nth-of-type(2n)
{
	background-color: transparent;
}
.product__listing.product__list .product__list--item {
    position: relative;
} 
@media only screen and (min-width: 340px) and (max-width: 767px) {
	.product__listing.product__list .product__list--item {
		padding: 10px 0px !important;
	}
	.product__listing.product__list .product__list--item .article-gaps .product-media {
		width: 150px;
	}
	.product__listing.product__list .product__list--item .article-gaps .product-media .product__list--thumb > img {
		width: 150px;
		min-height: auto !important;
	}
}
.product__listing--compare .checkbox input[type="checkbox"]:checked + .compare-checkbox {
	background: #AB2328;
	border: #AB2328;
}

a.remove-facet {
	color: #AB2328;
}

/* footer */
footer {
	font-size: 0.75rem;
}

#footer-main {
	color: #000;
	background: #f5f5f5;
	padding-top: 1rem;
}

#footer-main a {
	color: #5176d4;
}

footer ul {
	padding: 0;
	list-style-type: none;
}

.footer-section-title {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #929292;
	margin-bottom: 1rem;
}

.expand-footer-section {
	display: none;
}

.footer-link {
	text-transform: capitalize;
}

li.social-link {
	display: inline-block;
	font-size: 1.5rem;
	padding-left: 0.5rem;
}

li.social-link:first-of-type {
	padding-left: 0;
}

li.footer-contact-item,
li.footer-logo {
	display: inline-block;
	margin-left: 0.8rem;
}

li.footer-contact-item:first-of-type {
	margin-left: 0;
}

#footer-copyright {
	background: #2e2e2e;
	color: #fff;
	padding: 1rem 0 10px 0;
	
}

#footer-copyright a {
	color: #fff;
	text-decoration: underline;
}

#footer-copyright .footer-bottom-wrapper
{
	line-height: 21px;
    padding-top: 6px;
}
.footer-logo-wrapper
{
	overflow:hidden;
}
.footer-logo-wrapper #generac_footer_logo
{
	background:url(../images/generac-footer-logo.png) no-repeat;
	width: 43.3%;
	height:90px;
	display:inline-block;
	background-position: 100% 0;
}
.footer-logo-wrapper #dr_footer_logo
{
	background:url(../images/dr-footer-logo.png) no-repeat;
	width:180px;
	height:90px;
	display:inline-block;
}
.footer-logo-wrapper #neuton_footer_logo
{
	background:url(../images/neuton-footer-logo.png) no-repeat;
	width:180px;
	height:90px;
	display:inline-block;
}

/* media queries */
@media (max-width: 1023px) {
	.container
	{
		padding:0 15px;
		margin: 0 auto;
	}
	#breadcrumb {
		border-bottom: none;
	}
	#homepage-categories .col-xs-12.col-sm-3.category-item
	{
		width:50%;
	}
	img.nogutter-img {
		margin: auto;
	}
	/* header */
	.header-promo {
		display: none;
	}
	nav {
		border: none;
		position:relative;
	}
	#nav-main {
		margin-top: 0;
	}
	.logo {
		margin: 1rem;
		width: 70px;
	}
	.nav-items {
		flex-direction: column;
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100vh;
		background: #2e2e2e;
		overflow-y: scroll;
		z-index: 101;
	}
	.nav-item {
		display: block;
		margin-left: 0;
		padding: 0.7rem 0;
		font-size: inherit;
		
	}
	.nav-item a {
		display: block;
		width: 100%;
		padding: 1rem;
		color: #fff;
	}
	.nav-item a i {
		float: right;
	}
	.nav-links {
		order: 2;
	}
	.nav-links > .nav-item {
		border-bottom: 1px solid #f2f2f2;
	}
	.submenu-1-item {
		background: #454545;
		border-bottom: 1px solid #2e2e2e;
		word-break: break-word;
	}
	.nav-submenu-1 {
		height: 0;
		max-height: 0;
		opacity: 0;
		position: relative;
		top: 1rem;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.9);
		/* transition: 0.5s all ease-in; */
	}
	.submenu-1-item i {
		margin-right: 0;
	}
	#nav-main .nav-submenu-1 i.ss-directright
	{
		display:none;
	}
	.nav-item:hover {
		background: transparent;
	}
	.nav-item:hover .nav-submenu-1 {
		opacity: 0;
		height: 0;
		z-index: -1;
	}
	.submenu-1-item:hover > a,
	.submenu-1-item:active > a {
		color: #fff;
		background: #ad4021;
	}
	.nav-submenu-2 {
		display: none;
	}
	.menu-icon {
		display: inline-block;
		padding:0;
		right:-13em;
	}
	.searchbox_wrapper
	{
		margin-left: 0.2rem;
	}
	.searchbox_wrapper .search-btn
	{
		margin-left: -2px;
        padding: 0.8rem 1rem;
	}
	.menu-icon a {
		display: inline-block;
		padding-left: 1rem;
	}
	.nav-item.close-nav {
		display: block;
	}
	.nav-item.close-nav i {
		float: none;
		font-size: inherit;
	}
	.nav-search-item {
		float: none;
	}
	.nav-search .nav-item {
		padding: 1rem;
	}
	.nav-search .nav-item a {
		padding: 0;
	}
	nav .search-input,
	nav .search-input:focus {
		width: 80%;
		padding: 0.8rem 0.2rem;
		border: 1px solid #929292;
		font-size: 16px;
	}
	.submenu-image {
		display: none;
	}
	.right-menu {
		display: none;
	}
	/* homepage */
	.bottom-banner-content {
		text-align: center;
	}
	#homepage-info .icon {
		font-size: 50px;
		margin-top: -5px;
	}
	#homepage-categories {
		width: 100%;
	}
	#homepage-info {
		padding: 0 2rem;
	}
	.info-box {
		text-align: center;
	}
	/* #homepage-categories .col-md-3
	{
		width:100%;
	} */
	#homepage-categories .category-item {
		margin-bottom: 1rem;
	}
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 25%;
	}
	#homepage-bottom-banner img
	{
		position:relative;
		min-height:500px;
		object-fit:cover;
	}
	/* Departments */
	.product__facet {
		padding: 0;
	}
	.facet__list.js-facet-list {
		margin-top: 0 !important;
	}
	.facet__name.js-facet-name {
		background: #414141 !important;
	    color: #fff !important;
	    font-size: 1rem;
	    font-weight: bold;
	    padding-left: 10px !important;
	    margin-bottom: 0;
	}
	.facet__values.js-facet-values {
	    border: 1px solid #4c4c4c;
	    border-bottom: none;
	}
	.facet__list.js-facet-list li {
	    padding: 0.8rem 0.5rem !important;
    	border-bottom: 1px solid #4c4c4c;
		
	}
	.filter-area {
		border-right: none;
	}
	.filter-title,
	.filter-item i {
		display: inherit;
	}
	.filter-title {
		background: #414141;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
		padding: 0.8rem;
		margin-bottom: 0;
	}

	.generate-lead-form label {
		display: block;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	.lead-zip-container {
		width: 50%;
	}

	.dept-list.filters {
		border: 1px solid #4c4c4c;
		border-bottom-width: 0px;
	}

	.filters .filter-item {
		padding: 0.5rem;
		border-bottom: 1px solid #4c4c4c;
	}

	.filters .filter-item i {
		float: right;
		margin-top: 1rem;
		color: #AB2328;
	}
	figure {
		margin: 0 0 1.5rem;
	}
	figcaption {
		text-align: center;
	}
	.product-grid .product-item img {
		/*border: 1px solid #4c4c4c;*/
	}
	.product-grid .figure-caption {
		border: none;
	}
	.product-grid .col-sm-12.col-md-3
	{
		width:50%;
	}
	.product-grid {
	    border-bottom: none;
	}
	/* Footer */
	.footer-left-section {
		padding: 0;
	}
	.footer-logo-wrapper #generac_footer_logo
	{
		width:38.8%;
		background-position: 100% 0;
	}
	#footer-main .footer-signup,
	#footer-main .footer_social_content
	{
		margin-left:10px;
	}
	#footer-main .col-md-6 .col-md-4:last-child
	{
	    margin-top: 0;
	}
	 #product-facet .facet.js-facet:first-of-type {
             margin-top: 0px!important;
  }

}

@media (max-width: 767px) {
	/* common */
	.breadcrumb-section {
		padding-left: 0;
	}
	/* header */
	.sm-header-bar {
		display: block;
	}
	.nav-search {
		text-align: left !important;
		order: 1;
	}
	.menu-icon
	{
		right: -10em;
	}

	/* homepage */
	.offer-box:first-of-type {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.offers {
		flex-direction: column;
	}
	.banner-header,
	.bottom-banner-header {
		font-size: 2.5rem;
	}
	.category-product-title {
		font-size: 1rem;
	}
	.offer-box h2 {
		font-size: 1.5rem;
	}
	.offer-box h4 {
		font-size: 1rem;
	}
	.offer-box a {
		font-size: 0.8rem;
	}
	#homepage-info .icon {
		text-align: center;
		margin-top: 1rem;
	}
	#homepage-info .icon:first-of-type {
		margin-top: 3rem;
	}
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 50%;
	}

	/* PLP */
	.sort-refine-bar .form-group {
		display: block;
	}
	.product__listing .product__listing--description {
		display: block !important;
		max-height: 0;
		margin: 0;
		height: auto;
		transition: 0.5s max-height ease-in;
	}
	.product__listing--description-container {
		border: 1px solid #000;
	    padding: .5rem;
	    margin-top: 1rem;
	}
	.product__listing--description-trigger {
		display: block;
	}
	.toggle-description {
		display: none;
	}
	.product__listing.product__list .product__list--price-panel {
		margin-left: 0 !important;
	}
	.product__listing.product__list .SearchResultsList-ListAddToCartAction {
		float: none;
		width: 100%;
	}
	.product__list--item .addtocart {
		position: inherit;
	}

	/* footer */
	.expand-footer-section {
		display: block;
	}
	.collapsible {
		display: none;
	}
	.footer-contact-item.bar {
		display: none;
	}
	li.footer-contact-item {
		display: block;
		margin-left: 0;
	}
	.email-form {
		margin-bottom: 1rem;
	}
	.footer-logo-wrapper #generac_footer_logo
	{
		width: 36.8%;
		background-position: 100% 0;
	}
	#footer-main .col-md-6 .col-sm-4:last-child
	{
		margin-left:0;
		clear: left;
	}
}
@media (max-width: 568px) {
	.menu-icon {
		right:8px;
	}
	.footer-logo-wrapper #generac_footer_logo,
	.footer-logo-wrapper #dr_footer_logo,
	.footer-logo-wrapper #neuton_footer_logo
	{
		width:100%;
		background-position: 50% 0;
	}
	
}

@media (min-width: 1024px) {
	/* common */
	.container {
		width: 100% !important;
		padding: 0 3rem !important;
	}
	
	/* header */
	.submenu-1-item:first-of-type {
		margin-top: 0;
	}
	.submenu-1-item:last-of-type {
		margin-bottom: 1.2rem;
	}
	.submenu-2-item:last-of-type {
		margin-bottom: 1.2rem;
	}
	.submenu-3-item:last-of-type {
		margin-bottom: 1.2rem;
	}
	/* .nav-item:hover .nav-submenu-1 {
		opacity: 1;
		height: 920px;
		z-index: 10;
	} */
	
	.nav-search {
		flex-grow: 1;
	}
	.nav-search .search-btn {
		display: none;
	}
	
	/* PLP */
	.product__listing .addtocart .SearchResultsList-ListAddToCartAction,
	.ProductListComponent-ListAddToCartAction
	{
		width:100% !important;
		left:0;
	}
	.product__listing .addtocart
	{
		padding: 24px 0 0 0;
	}
	.search-list-page-right-result-list-slot
	{
		margin-top:0;
	}
	
	/* footer */
	#emailFooter {
		width: 60%;
		font-size: 0.75rem;
	}
	.footer-signup {
		padding-right: 10px;
	}
	
}

@media (min-width: 768px) {
	#footer-main .col-md-6 .col-sm-4:last-child {
        margin-top: -9rem;
        clear:left;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.md-header-bar {
		display: block;
	}
	.email-form button {
		margin-top: 1rem;
		float: right;
	}
	
	.bottom-banner-content
	{
		transform: translate(12% ,-50%);
	}
	#homepage-info .row .col-md-4
	{
		float:left;
		width:33.33%;
	}
	#homepage-info .icon
	{
		margin-top: 4px;
    	width: 25%;
    	float: left;
	}
	#homepage-info .col-md-9.info-box
	{
		width:75%;
		float:left;
	}
}
@media (max-width: 768px)
{
	#homepage-categories .row .col-6
	{
		float:left;
		max-width: 50%;
	}
}
@media (min-width: 1400px) {
  .container {
    max-width: 100% !important;
	padding: 0 3rem !important;

  }
}
@media (min-width: 1024px) and (max-width: 1024px)
{
	#homepage-categories
	{
		width:100%;
	}
	#homepage-info .icon
	{
		font-size:60px;
	}
}

.article_img_mrg_bot{
    margin-bottom:10px!important;
}

.article-tiles .product__listing .product__list--name{
    min-height:40px!important;
}

.pdp-product-overview .pdp-rating {
    padding: 0 0px!important;
}

.pdp-product-overview .pdp-rating .rating{
     padding: 0 0px!important;
}

#pdp-sticky-info .rating{
     padding: 0 0em!important;
     text-align:left!important;
}

@media only screen and (min-width: 340px) and (max-width: 767px){

    .plp-product-list .product__listing--rating .rating-count {
        margin: 8px;
        display: inline-block;
    }
    .padding-left-right-zero{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .checkout-related-values .rating {
        display: flex!important;
        clear: both;
        align-items: center;
    }
    .checkout-related-values .rating .rating-stars{
        margin-left:0px!important;
    }

}

@media (max-width: 557px){
.plp-mockup-tiles .product__list--thumb img {
    min-height: 150px!important;
}

#pdp-sticky-info .rating .rating-stars {
    margin-left: 0px!important;
}

#pdp-sticky-info .rating{
    text-align:left!important;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pdp-product-overview .pdp-sku{
        border-right:none!important;
    }
    .pdp-product-overview .pdp-rating-link .rating{
        display: flex!important;
        clear: both;
        padding: 0em!important;
    }
    #pdp-sticky-info .rating {
        padding: 0em!important;
        display: flex!important;
        clear: both;
        text-align: left!important;
    }
   /* #pdp-sticky-info .rating .rating-stars {
        margin-left: 5px!important;
    }*/

    .checkout-related-values .rating {
        display: flex!important;
        clear: both;
        align-items: center;
    }
    .checkout-related-values .rating .rating-stars{
        margin-left:0px!important;
    }
}

#custom_facet_Rating .facet__list__checkbox:checked + .facet__list__label .facet_chp-cstm-cb:after{
    top:14px!important;
}

.home-demo .article-image .article-desc{
    margin-top: 10px!important;
    margin-bottom: 20px!important;
}
.cstm-row-flex {
    display: flex;
    flex-wrap: wrap;
}
.cmn-align-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recomended-new-product-title h2 {
    border-bottom: 2px solid #e2e2e2;
    margin: 0 0 30px;
    color: #757575;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 0 0 5px 5px;
    text-transform: uppercase;
}
.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
}

/*  css code added for return authorization form*/
.md-form {
    padding: 8px !important;
}
.md-form label {
    font-size: 14px;
}
.authorization {
    position: relative;
    z-index: 10;
    width:100%;
    display: flex;
    flex-direction: column;
}

.return-exchange-chkbox {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    opacity: 1;
    margin: 1rem 0;
    padding-top: 1rem !important;
}
.authorization .return-label {
    display: flex;
    align-items: baseline;
}
#return-address-check {
    margin-bottom: 0px;
}
.submit-btn-center {
    display: flex;
    justify-content: center;
}
.submit-btn-center .btn {
    width: 200px;
}
.authorization-header {
    padding: 2rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase ;
}
.authorization {
    font-size: 14px;
    line-height: 30px;
}
.authorization section p {
    margin-bottom: 2rem;
}



.authorization-section {
    display: none;
}
.authorization-section #contact-form-container {
    padding-left: 10px !important;
}
.auth-actions-btn {
    padding: 2rem 0px;
    
}
.back-btn {
    display:none;
}
.continue-btn, .back-btn, .shopping-continue,
.continue-btn:hover,.back-btn:hover {
    background-color: #fff;
    color:#AB2328;
    width: 200px !important;
    height: 40px;
    margin-top: 0px !important;
    border: 1px solid #AB2328;
}
.divider {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.confirmation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 2rem 2rem 3rem 2rem;
}
.confirmation-section .sub-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1rem;
}
.confirmation-section .sub-section i {
    font-size: 60px;
    color: #198754;
}
.confirmation-section .sub-section span {
    font-size: 24px;
    color: #198754;
    font-weight: bold;
}
.confirmation-section .details {
    font-size: 16px;
    font-weight: bold;
}
.confirmation-section .resorce-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.confirmation-section .resorce-section .resource {
    font-size: 16px;
}
.confirmation-section .resorce-section .term a {
    font-size: 16px;
    color: #417CFF
}
.confirmation-header {
    width: 100%;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #D0D0D0;
}
.page-returnAuthorizationConfirmationPage .shopping-continue {
	background: #AB2328;
	border: 1px solid #AB2328;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page-returnAuthorizationPage #new-contactus-page-wrapper {
		padding: 20px 0 0 0;
	}
}

.recomended-new-product-title h2 {
    border-bottom: 2px solid #e2e2e2;
    margin: 0 0 30px;
    color: #757575;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 0 0 5px 5px;
    text-transform: uppercase;
}
.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
}

/*  css code added for return authorization form*/
.md-form {
    padding: 8px !important;
}
.md-form label {
    font-size: 14px;
}
.authorization {
    position: relative;
    z-index: 10;
    width:100%;
    display: flex;
    flex-direction: column;
}

.return-exchange-chkbox {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    opacity: 1;
    margin: 1rem 0;
    padding-top: 1rem !important;
}
.authorization .return-label {
    display: flex;
    align-items: baseline;
}
#return-address-check {
    margin-bottom: 0px;
}
.submit-btn-center {
    display: flex;
    justify-content: center;
}
.submit-btn-center .btn {
    width: 200px;
}
.authorization-header {
    padding: 2rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase ;
}
.authorization {
    font-size: 14px;
    line-height: 30px;
}
.authorization section p {
    margin-bottom: 2rem;
}



.authorization-section {
    display: none;
}
.authorization-section #contact-form-container {
    padding-left: 10px !important;
}
.auth-actions-btn {
    padding: 2rem 0px;
    
}
.back-btn {
    display:none;
}
.continue-btn, .back-btn, .shopping-continue,
.continue-btn:hover,.back-btn:hover {
    background-color: #fff;
    color:#AB2328;
    width: 200px !important;
    height: 40px;
    margin-top: 0px !important;
    border: 1px solid #AB2328;
}
.divider {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.confirmation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 2rem 2rem 3rem 2rem;
}
.confirmation-section .sub-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1rem;
}
.confirmation-section .sub-section i {
    font-size: 60px;
    color: #198754;
}
.confirmation-section .sub-section span {
    font-size: 24px;
    color: #198754;
    font-weight: bold;
}
.confirmation-section .details {
    font-size: 16px;
    font-weight: bold;
}
.confirmation-section .resorce-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.confirmation-section .resorce-section .resource {
    font-size: 16px;
}
.confirmation-section .resorce-section .term a {
    font-size: 16px;
    color: #417CFF
}
.confirmation-header {
    width: 100%;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #D0D0D0;
}
.page-returnAuthorizationConfirmationPage .shopping-continue {
	background: #AB2328;
	border: 1px solid #AB2328;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page-returnAuthorizationPage #new-contactus-page-wrapper {
		padding: 20px 0 0 0;
	}
}

.recomended-new-product-title h2 {
    border-bottom: 2px solid #e2e2e2;
    margin: 0 0 30px;
    color: #757575;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 0 0 5px 5px;
    text-transform: uppercase;
}
.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
}

/*  css code added for return authorization form*/
.md-form {
    padding: 8px !important;
}
.md-form label {
    font-size: 14px;
}
.authorization {
    position: relative;
    z-index: 10;
    width:100%;
    display: flex;
    flex-direction: column;
}

.return-exchange-chkbox {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    opacity: 1;
    margin: 1rem 0;
    padding-top: 1rem !important;
}
.authorization .return-label {
    display: flex;
    align-items: baseline;
}
#return-address-check {
    margin-bottom: 0px;
}
.submit-btn-center {
    display: flex;
    justify-content: center;
}
.submit-btn-center .btn {
    width: 200px;
}
.authorization-header {
    padding: 2rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase ;
}
.authorization {
    font-size: 14px;
    line-height: 30px;
}
.authorization section p {
    margin-bottom: 2rem;
}



.authorization-section {
    display: none;
}
.authorization-section #contact-form-container {
    padding-left: 10px !important;
}
.auth-actions-btn {
    padding: 2rem 0px;
    
}
.back-btn {
    display:none;
}
.continue-btn, .back-btn, .shopping-continue,
.continue-btn:hover,.back-btn:hover {
    background-color: #fff;
    color:#AB2328;
    width: 200px !important;
    height: 40px;
    margin-top: 0px !important;
    border: 1px solid #AB2328;
}
.divider {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.confirmation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 2rem 2rem 3rem 2rem;
}
.confirmation-section .sub-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1rem;
}
.confirmation-section .sub-section i {
    font-size: 60px;
    color: #198754;
}
.confirmation-section .sub-section span {
    font-size: 24px;
    color: #198754;
    font-weight: bold;
}
.confirmation-section .details {
    font-size: 16px;
    font-weight: bold;
}
.confirmation-section .resorce-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.confirmation-section .resorce-section .resource {
    font-size: 16px;
}
.confirmation-section .resorce-section .term {
    font-size: 16px;
    color: #417CFF
}
.confirmation-header {
    width: 100%;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #D0D0D0;
}
.page-returnAuthorizationConfirmationPage .shopping-continue {
	background: #AB2328;
	border: 1px solid #AB2328;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page-returnAuthorizationPage #new-contactus-page-wrapper {
		padding: 20px 0 0 0;
	}
}

div#new-form-wrapper #contact-form-wrapper #contactUsForm .form-group .canada_label{
    display: block;
	 top: 8px;
    margin-left: 10px;
    font-size: 16px;
}