/* Custom styles */

/* General */
html {
	overflow-x: hidden;
}
img {
	height:auto;
}
button, a.action.primary {
    border-radius: 0;
}
#totopbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 38px;
  right: 100px;
  bottom: 20px;
  z-index: 1;
  background: #2c2c2c;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}
#totopbutton:after {
    content: "\21E7";
    font-size: 1.8em;
}
#totopbutton:hover {
    background: #cd2626;
    border: 1px solid #dcdcdc;
	border-radius: 4px;
	height: 40px;
	width: 40px;
	right: 100px;
	bottom: 20px;
}
.zopim {
    right: 55px !important;
}
.content-button {
    background: #cd2626;
    border: 1px solid #cd2626;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
}
.content-button:hover {
    background: #feae12;
    border: 1px solid #feae12;
    color: #fff;
    text-decoration: none;
}
.page-wrapper {
	min-height: initial;
}

/* Header */
.header-topbar {
	background: #feae12;
	color: #fff;
	text-align: right;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.header-topbar-content {
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.header-topbar-content a {
	color: #fff;
	text-decoration: underline;
}
.header-topbar-content a:hover {
	color: #cd2626;
}
.logo {
	margin: 0 !important;
}
#search {
    height: 38px;
}
.page-header {
	padding-top: 0px;
	padding-bottom: 10px;
}
.header.content {
	display: flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.header.content:after {
	display: none !important;
}
.header-contact {
    clear: right;
    float: right;
    font-size: 20px;
    color: #cd2626;
}
.header.content:after {
	display: none;
}
.header-links {
	display: flex;
	flex-direction: column;
}
.header-account-cart-links {
	display: flex;
	justify-content: right;
	-webkit-justify-content: right;
}

.header-advsearch-content {
    clear: both;
    padding-top: 10px;
}
.header-advsearch a {
	color: #2C2C2C;
	text-decoration: underline;
}
.header.links {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.minicart-wrapper {
	margin: 0 0 0 20px !important;
	align-self: center;
	-webkit-align-self: center;
}
.header-myaccount {
	text-align: center;
	align-self: center;
	-webkit-align-self: center;
}
.header-myaccount a:hover {
	text-decoration: none;
}
.header-myaccount a:before {
    content: '\e627';
    font-family: 'luma-icons';
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
	background: #cd2626;
    color: #fff;
    text-align: center;
    font-size: 28px;
	margin: 0 auto 5px auto;
}
.header-myaccount a:hover:before {
	background: #feae12;
}
.minicart-wrapper .action.showcart:hover .counter.qty {
	background: #feae12;
}
.minicart-wrapper .action.showcart {
	display: table !important;
}
.minicart-wrapper .action.showcart:before {
	margin: 0 auto 5px auto !important;
}
.compare.wrapper .compare {
	margin-bottom: 0;
}
a.action.showcart:after {
    content: 'Cart';
    display: block;
	padding-left: 5px;
}
.block-search {
	padding-left: 0 !important;
}
.header.panel > .header.links li:first-child:after {
    content: "";
}
.header.panel > .header.links li:after {
    padding-left: 5px;
    content: "|";
}
.header.panel > .header.links li:last-child:after {
    padding-left: 5px;
    content: "";
}
.header.panel>.header.links>li.welcome {
	display: none;
}
.logo img {
    height: auto;
}
.header.content:before {
	display: none !important;
}
.header.content:before {
	display: none !important;
}
.product-add-form .actions .action.tocompare {
	color: #666666;
    font-weight: 600;
    width: 49% !important;
    line-height: 2.2rem !important;
    padding: 14px 0;
    margin: 0;
    text-align: center;
}
.product-add-form .actions .action.tocompare:hover {
	color: #cd2626;
	text-decoration: none;
}
.product-add-form .actions .action.tocompare:before {
    content: '\e61e';
    width: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* Navigation */
.navigation {
    height: 51px;
    line-height: 51px;
    font-size: 15px;
    padding: 0 20px !important;
}
.navigation__item {
    display: inline-block;
    margin-bottom: 0;
}
.navigation__link {
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
}
.navigation__link:hover {
    text-decoration: none;
    background: #2C2C2C;
    color: #fff;
}
.navigation__link:active {
    text-decoration: none;
    color: #fff;
}
.navigation__link:visited {
    text-decoration: none;
    color: #fff;
}
.nav-home a {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;    
    text-indent: -99999px;
}
.nav-home a:hover {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;    
    text-indent: -99999px;
}
.navigation > a {
    display: none;
}
.navigation ul {
    padding: 0 !important;
}
.navigation li {
    position: relative;
}
.navigation li:hover {
    background: #2c2c2c;
}
.navigation li:hover ul {
    display: block;
    background: #2c2c2c;
}
.navigation li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index:99999;
}
.navigation li ul a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 0 15px;
    font-size: 14px;
}
.navigation li ul li {
    white-space: nowrap;
    line-height: normal;
    padding: 5px 0;
    margin-bottom: 0;
}
.navigation li ul li:hover {
    background: #cd2626;
    width: 100%;
}
.gov-orders {
    background: #2c2c2c;
    float: right;
}
.gov-orders a {
    text-decoration: underline;    
}
.gov-orders a:hover {
    background: #444;
    text-decoration: underline;
}
.nav-sections-item-title {
    display:none !important;
}
.nav-sections-item-content {
    margin-top:0;
}
.nav-open .nav-toggle:before {
    color:#fff;
    position:absolute;
    z-index:2;
}
.nav-open .nav-toggle:hover:before {
    color:#fff;
}
.nav-open .navigation__item {
    display:block;
    border-bottom: 1px solid #fff;
}
.nav-open .navigation {
    padding:0 !important;
}
.nav-open .navigation a {
    color:#fff;
    padding-top:0;
    padding-bottom:0;
}
.nav-open .nav-home a, .mav-open .nav-home a:hover {
    background-position-x: 15px;
    background-position-y: 50%;
}
.nav-open .gov-orders {
    float:none;
}
.nav-open .navigation li ul {
    top: auto !important;
    left: auto !important;
    position: relative;
    margin-bottom:15px;
}
.nav-open .navigation li ul a:hover {
    color:#444;
}

/* Columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col1of3 {
    width: 33.3333%;
    float: left;
}
.col2of3 {
	width: 66.6666%;
	float: left;
}
.col1of2 {
    width: 50%;
    float: left;
}
.col1of4 {
    width: 25%;
    float: left;
}
.col2of4 {
    width: 50%;
    float: left;
}
.col3of4 {
    width: 75%;
    float: left;
}
.col4of4 {
    width: 100%;
}
.col1of6 {
	width: 15%;
}
.flexcontainer {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.case-study .col2of3 {
	display: flex;
    flex-direction: column;
    align-self: center;
	-webkit-align-self: center;
}
.content-page .col2of3 {
	display: flex;
    flex-direction: column;
    align-self: center;
	-webkit-align-self: center;
}
.flexcontainer .col2of3 {
}
.center {
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
}
/* banner */
/* fix loadin image flicker */
.owl-carousel.owl-loading {
	opacity: 100 !important;
}
.custom-slider #pre-div {
	display: none !important;
}
/* end fix */
.custom-slider {
	padding-bottom: 0 !important;
}
.owl-carousel .owl-stage-outer {
	padding: 0 !important;
}
.owl-carousel .owl-stage {
	width: 100% !important;
}
.owl-carousel .owl-item {
	width: 100% !important;
}
.owl-carousel .banner-item .content_slider {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100%;
}
.owl-carousel .banner-item .content_slider .buttons {
	height: 100%;
}
.banner-custom {
	border: 5px solid #cd2626;
	border-radius: 5px;
    width: 100%;
    display: flex;
	flex-direction: column
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.custom_content {
	display: flex;
	margin: 0 !important;
	height: 100%;
	align-content: center !important;
	-webkit-align-content: center !important;
}
.banner-link {
	display: flex;
	width: 100%;
}
.banner-link:hover {
	text-decoration: none;
}
.banner-copy {

	padding: 0 2%;
	text-align: left;
	color: #fff;
	background: #cd2626;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.banner-copy-black-fri {
	width: 48%;
	padding: 0 2%;
	text-align: left;
}
.banner-headline {
	font-size: 3.8em;
    font-weight: bold;
}
.banner-headline sup {
	font-size: 2rem;
    top: -1.3em;
}
.banner-caption {
	font-size: 2.0em;
    line-height: 1.2em;
    width: 65%;
    font-weight: 600;
}
.banner-shop-now {
	background: #fff;
    color: #000;
    width: 120px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    margin-top: 30px;
	display: block;
	border-radius: 5px;
}
.banner-shop-now:hover {
	text-decoration: none;
	background: 
}
.banner-offer-conditions {
	font-size: .9em;    
    margin-top: 40px;
}
.banner-promo-image {
	width: 48%;
	padding: 1% 0;
	display: flex;
    justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.banner-promo-image img {
	max-height: 95%;
	width: auto !important;
}
.custom_content a {
	color: #fff;
	width: 100%;
    height: 100%;
    display: flex;
}
.custom_content a:hover {
	color: #fff;
	text-decoration: none;
}
/* banner category page overrides */
.cat-promo-banner {
	width: 100%;
    height: auto;
    background: #cd2626;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cat-promo-banner a {
	color: #fff;
	text-decoration: none;
}
.cat-promo-banner-headline {
	font-size: 1.6em;
}
.cat-promo-banner-caption {
	font-size: 1.2em;
}
.cat-promo-banner-headline sup {
	font-size: 1rem;
    top: -1.3em;
}
.cat-promo-banner-shop-now {
	display: flex;
    justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
    color: #2C2C2C;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
	padding: 7px 10px;
}
.cat-promo-banner-shop-now a {
	color: #2C2C2C;
	text-decoration: none;
}

/* Case study */
.case-study {
	font-size: 1.2em;
	margin-bottom: 50px;
	align-items: center;
	-webkit-align-items: center;
}
.case-study h1 {
	font-size: 4.8rem;	
	font-weight: 400;
}
.case-study h2 {
	font-size: 3.6rem;
}
.case-study-subheading {
	font-size: 3.4rem;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}
.case-study ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    text-align: left;
}
.case-study blockquote {
	font-size: 1.6em;
	font-weight: 300;
	margin: 0 0 10px 0;
}

/* Footer */
.footer h3 {
    margin-top: 0;
}
.phone-icon {
    background: url(../images/phone.png) no-repeat scroll 0 50%;
    padding-left: 15px;
}
.mail-icon {
    background: url(../images/mail.png) no-repeat scroll 0 50%;
    padding-left: 17px;
}
.payment-logos {
    float:right;
    text-align:center;
}
.payment-logos img {
    margin:0 5px;
}

/* Home Page */
.hp-style {
    text-align: center;
    margin-top: 30px;
	font-size: 16px;
}
.hp-style h1 {
	margin-bottom: 25px;
}
.custom-slider .content-heading {
    text-align: center;
}
.hp-section-bg {
    background: #dcdcdc;
    padding: 50px 0;
	margin-bottom: 70px;
    text-align: center;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
}
.hp-section-bg .page-main {
	display: flex;
	justify-content: center;
}
.hp-cat-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hp-cat-row h3 {
	font-size: 16px;
	line-height: 1.3;
}
.hp-cat-row a {
	width: 200px;
	transition: 0.1s;
}
.hp-cat-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	transition: 0.1s;	
}
.hp-cat-row a:hover {
	text-decoration: none;
	transition: 0.1s;
	transform: translateY(-5px);
}
.hp-cat-row a:hover .hp-cat-img {
	box-shadow: 0 3px 7.6px .4px rgba(220, 220, 220, 1);
	transition: 0.1s;
}
.brand-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
    width: 80%;
    margin: 55px auto 80px auto;
	flex-wrap: wrap;
}
.hp-section-bg .page-main a {
	width: 200px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.hp-section-bg .page-main img {
	align-self: flex-end;
}
.hp-section-bg .page-main h3 {
	font-size: 16px;
	line-height: 1.3;
	align-self: flex-end;
}
.hp-section-bg .page-main .col2of3 {
	margin: 0 auto;
}
.hp-section-bg .page-main .hp-cat-row {
	justify-content: space-around;
	margin-top: 30px;
}
.hp-section-bg .page-main .hp-cat-row a:hover {
	text-decoration: none;
	transition: none;
	transform: none;
}
.hp-style .page-products .products-grid .product-items {
	justify-content: center !important;
}
.hp-style .slick-slide img {
	max-height: 100%;
}

/* Slider */
.bxslider {
    padding:0;
}
.bxslider li {
    list-style-type: none;
}

/* Category Page */
.cat-product-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #bbbbbb;
	padding: 9px;
	width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cat-product-thumb .product-item-details {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-item-actions {
	margin: auto 0 0 0 !important;
}
.product-item .old-price {
    color: #cd2626 !important;
}
.product-item .old-price .price {
    color: #cd2626 !important;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
    font-size: 1.4rem;
}
.special-price {
    color: #cd2626 !important;
    font-weight: bold;
	display: block;
}
.page-products .product-item-info {
    position: relative;
}
.tocompare {
    border: 1px solid #cd2626;
    cursor: pointer;
    display: inline-block;
    padding-top: 9px;
	padding-bottom: 10px;
    font-size: 1.3rem;
    box-sizing: border-box;
    vertical-align: middle;
	width: 100% !important;
	line-height: 1 !important;
	letter-spacing: normal !important;
	text-transform: unset !important;
	margin-top: 5px;
}
.tocompare span {
	position: relative;
}
a.action.compare.primary:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e61e';
}
.sale-icon {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
}
.products-grid .product-item-info:hover .sale-icon {
    top: 9px;
    right: 19px;
}
.most-popular-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.products-grid .product-item-info:hover .most-popular-icon {
    top: 9px;
    left: 9px;
}
.product-info-main .product-info-stock-sku {
    padding-left: 3%;
	position: relative;
}
.specs-container {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.specs {
    padding: 5px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.midnobdr {
    border-left: none;
    border-right: none;
}
.specs-grid td {
    padding: 10px 5px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    font-size:12px;
    position:relative;
}
.specs-grid a {
    color:#2c2c2c;
    text-decoration:none;
}
.specs-grid a:hover {
    color:#cd2626;
    text-decoration:none;
}
.specs-grid a::after {
    content: '?';
    text-align: center;
    width: 11px;
    height: 12px;
    border-radius: 50%;
    color:#cd2626;
    border: 1px solid #cd2626;
    font-size: 11px;
    position:absolute;
    top:1px;
    right:1px;
    line-height:12px;
	padding-left: 1px;
}
.product-page-specs-grid {
    font-weight:bold;
}
.product-page-specs-grid td {
    padding: 10px 5px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    font-size:12px;
    position:relative;
}
.product-page-specs-grid a {
    color:#2c2c2c;
    text-decoration:none;
}
.product-page-specs-grid a:hover {
    color:#cd2626;
    text-decoration:none;
}
.product-page-specs-grid a::after {
    content: '?';
    text-align: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color:#cd2626;
    border: 1px solid #cd2626;
    font-size: 11px;
    position:absolute;
    top:3px;
    right:2px;
    line-height:12px;
}
.product-tags {
	display: flex;
    justify-content: right;
    padding-top: 6px;
    width: 255px;
    margin-left: auto;	
}
.product-tag-best {
	background-color: #feae12;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    width: 119px;
    padding: 3px;
	line-height: normal;
	height: 19px;
}
.product-tag-run {
    background-color: #2c2c2c;
    color: #fff;
    text-align: center;
	text-transform: uppercase;
    border-radius: 10px;
    width: 125px;
    margin-left: 5px;
    padding: 3px;
	line-height: normal;
	height: 19px;
}
.product-tag-freedelivery {
    background-color: #fff;
    border: 1px solid #cd2626;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #cd2626;
    padding: 3px;
    text-align: center;
	text-transform: uppercase;
    border-radius: 10px;
    width: 125px;
    margin-left: 5px;
	line-height: normal;
	height: 25px;
}
.product-tag-limitedstock {
    background-color: #fff;
    border: 1px solid #2c2c2c;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #2c2c2c;
    padding: 3px;
    text-align: center;
	text-transform: uppercase;
    border-radius: 10px;
    width: 125px;
    margin-left: 5px;
	line-height: normal;
	height: 25px;
}
.products-grid .product-item-info:hover .specs-container {
    top: -1px;
    right: 9px;
}
.cat-product-tags {
	position: absolute;
	top: 8px;
	right: 0;
	width: 50%;
	z-index: 9999;
}
.cat-product-tag {
    background-color: #cd2626;
    background-color: rgba(205,38,38,1);
    color: #fff;
    padding: 3px;
    text-align: center;
    z-index: 9999;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 5px;
}
.best-seller-tag {
    background-color: #feae12;
    background-color: rgba(254,174,18,1);
}
.limited-stock-tag {
	background-color: #fff;
    background-color: rgba(255,255,255,1);
	border: 1px solid #2c2c2c;
    color: #2c2c2c;
	margin-right: -1px;
}
.free-delivery-tag {
	background-color: #fff;
    background-color: rgba(255,255,255,1);
    border: 1px solid #cd2626;
    color: #cd2626;
	margin-right: -1px;
}
.cut-img-trigger {
    text-decoration: underline;
    cursor: pointer;
}
#cut-img-popup-wrapper {
    display: none;
    position:fixed; 
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:9999;
    background:rgba(0, 0, 0,0.3);
}
#cut-img-popup {
    position: relative; 
    margin-top:10%;
    border: 2px solid #2c2c2c; 
    z-index: 9999;
    background:#fff;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 10px 30px;
    text-align:center;
}
.cut-img-close {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #2c2c2c; 
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #2c2c2c;
    background: #fff;
    padding: 5px 10px;
}
.cut-img-close-txt {
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration:underline;
}
/*.cut-img-popup:hover .cut-type-hover {
    display: block;
    position: absolute;
    left: -310px;
    top: -105px;
    border: 5px solid #666;
    z-index: 9999;
}*/	
.filter-title strong {
    box-shadow:none;
    border-radius:0;
}

/* Product Page */
.product-social-links .action.tocompare {
    line-height: 47px;
    vertical-align: top;
}
.product-reviews-summary .reviews-actions a {
    color: #575757;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #2c2c2c;
}
#review-form .fieldset {
	margin: 0 0 20px;
}
.review-field-ratings {
	margin-bottom: 0 !important;
}
.review-field-rating .label {
    margin-right: 10px;
    min-width: auto;
}
.review-form .action.submit.primary {
	padding: 12px 15px !important;
}
.review-control-vote label:before, .review-control-vote:before {
	font-size: 27px;
    height: 27px;
    letter-spacing: 5px;
    line-height: 27px;
}


/* amasty reviews module overrides */
.amreview-summary-info h3 {
	margin-top: 0;
}
.amreview-summary-info .amreview-summary {
	color: #2c2c2c;
}
.amreview-summary-info .amreview-count {
	color: #2c2c2c;
}
.amreview-author-details .amreview-recommended {
	border-left: 2px solid #feae12 !important;
	color: #feae12 !important;
}
.amreview-rating-label {
    color: #2c2c2c;
}
.amstars-rating-container .amstars-stars {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjY2QyNjI2Ii8+PC9zdmc+);
}
.amstars-rating-container.-small .amstars-stars {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNjZDI2MjYiLz48L3N2Zz4=);
}
.amshowmore-container .amshowmore-button {
    color: #cd2626;
}
.amreview-submit-form .review-form .action.submit.primary {
		background: #cd2626;
        border: 1px solid #cd2626;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        padding: 7px 15px;
        font-size: 1.4rem;
        box-sizing: border-box;
		border-radius: 0;
}
.amreview-submit-form .review-form .action.submit.primary:hover, .amreview-submit-form .review-form .action.submit.primary:active, .amreview-submit-form .review-form .action.submit.primary.-active {
		background: #feae12;
        color: #fff;
        border: 1px solid #feae12;   
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before, .amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
    border-color: #2c2c2c;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before, .amreview-gdpr-wrap > .amreview-checkboxlabel:before {
    border: 1px solid #2c2c2c;
	border-radius: 0;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after, .amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjY2QyNjI2Ii8+PC9zdmc+) no-repeat center;
}
.amreview-submit-form .review-control-vote.control:before { 
	font-size: 27px !important;
	font-weight: normal !important;
}
.amreview-submit-form .review-control-vote.control label:before {
	color: #cd2626;
	transition: none;
	font-weight: normal;
    font-size: 27px;	
}
.amreview-submit-form .review-control-vote.control:hover:before {
    color: #b1aeae;	
}
.amreview-submit-form .review-control-vote.control label:hover:before {
    color: #cd2626;
	font-size: 27px;
	font-weight: normal;
}

/* end */

.external-reviews {
    max-width: 500px;
    float: right;
    text-align: center;
}
.external-reviews h3 {
    margin-bottom: 20px;
}
.product-addto-links .specs-grid {
    margin-top:15px;
}
.product-addto-links .specs-grid td {
    font-size:14px;
}
.product-info-main .product.attribute.overview li {
    margin-bottom:3px;
}
.shredder-video-wrap {
    max-width: 560px;
    max-height: 314px;
    overflow: hidden;
    margin-top: 30px;
}
.shredder-video {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.shredder-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* hide video thumbnail from carousel on product pages */
.video-thumb-icon {
    display:none !important;
}
.products-list .specs-grid td {
    float:left;
    clear:both;
    width:100%;
}
.products-list .product-item-details {
    padding:0 20px;
}
.products-list .product-item-name, .products-list .product.name a {
    font-weight:600;
    color:#cd2626;
}
.products-list .product-item-name > a:visited, .products-list .product.name a > a:visited {
    color:#cd2626;
}
.product-info-main .product-info-price .price-box {
    line-height: 1em;    
}
/* hide custom price variation */
.product-options-wrapper .options-list .choice .label .price-notice {
	display: none;
}

/* products widget */
.widget-product-grid {
	text-align: left;
}
.hp-carousels .widget-product-grid {
	justify-content: center !important;
}

/* afterpay & zip integration */
.afterpay-installments-amount {
    width: 50% !important;
    float: left !important;
    font-style: normal !important;
}
.afterpay-modal-popup-trigger {
    text-transform: lowercase !important;
}
.afterpay-modal-popup-trigger::after {
    content: " »";
}
.zip-widget__wrapper--display-tagline {
    width: 50% !important;
    float: left !important;
    padding: 0 !important;
}
.zip-widget__tagline span.divider {
    display: none !important;
}
.zip-widget__tagline a.learn-more {
    color: #cd2626 !important;
    font-size: inherit !important;
    display: block !important;
}
.product-brand {
	margin-top: 20px;
}

/* Checkout */
.page-layout-checkout .logo {
    margin-top:15px !important;
}
.paypal-review-discount .block > .title strong, .cart-discount .block > .title strong {
    color:#cd2626 !important;
}
.opc-progress-bar-item._active:before {
    background: #cd2626 !important;
    border-color: #cd2626 !important;
}
.opc-progress-bar-item._active>span:before {
    background: #cd2626 !important;
    border-color: #cd2626 !important;
}
.opc-progress-bar-item._active>span:after {
    border-color: #cd2626 !important;
}
.afterpay.primary {
    background: #cd2626 !important;
    border-color: #cd2626 !important;
}
.afterpay-checkout-note {
    margin-top: 40px;
}
.afterpay-checkout-note h3 span {
    color: #cd2626 !important;
}
.btn-afterpay-checkout {
    padding: 9px 15px 7px !important;
}
.form-shipping-address>.fieldset>.field:last-child>.control>.field-tooltip {
	position: relative;
}
.form-shipping-address>.fieldset>.field:last-child>.control>.field-tooltip>.field-tooltip-action {
	display: none;
}
.form-shipping-address>.fieldset>.field:last-child>.control>.field-tooltip>.field-tooltip-content {
	display: block;
	position: relative;
    width: auto;
    left: 0;
    top: 0;
	cursor: default;
}
.form-shipping-address>.fieldset>.field:last-child>.control>.field-tooltip>.field-tooltip-content:before, .form-shipping-address>.fieldset>.field:last-child>.control>.field-tooltip>.field-tooltip-content:after {
	display: none;
}
#block-crosssell-heading {
	color: #cd2626;
    font-weight: normal;
	font-size: 20px;
}
.products-crosssell {
	margin-top: 0;
}
.products-crosssell .products-crosssell {
	margin-top: 0;
}
.checkout-payment-method .credit-card-types img {
    -webkit-filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
    -webkit-filter: grayscale(100%);
}
.checkout-payment-method .ccard .number .input-text {
    width: 250px;
    height: 40px;
}

/* Image Carousel Overrides */
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
    width: 16px !important;
    height: 27px !important;
    background: #fff url(../images/arrow.png) no-repeat center left !important;
    -webkit-mask-image: url(../images/arrow.png) !important;
    mask-image: url(../images/arrow.png) !important;
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
    width: 16px !important;
    height: 27px !important;
    background: #fff url(../images/arrow.png) no-repeat center left !important;
    -webkit-mask-image: url(../images/arrow.png) !important;
    mask-image: url(../images/arrow.png) !important;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    border-radius: 0 !important;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
    background: none !important;
}
.pm-prev {
    width: 16px !important;
    height: 27px !important;
    background: #fff url(../images/arrow.png) no-repeat center left !important;
    -webkit-mask-image: url(../images/arrow.png) !important;
    mask-image: url(../images/arrow.png) !important;
    padding: 0 !important;
}
.pm-next {
    width: 16px !important;
    height: 27px !important;
    background: #fff url(../images/arrow.png) no-repeat center left !important;
    -webkit-mask-image: url(../images/arrow.png) !important;
    mask-image: url(../images/arrow.png) !important;
    padding: 0 !important;
    transform: rotate(180deg);
}
.feat-white {
    border: none !important;
}
.owl-item .product-reviews-summary .reviews-actions .add {
    display: none;
}
.owl-item .product-reviews-summary {
    margin-bottom: 0;
}
.cms-page-view .product-item-info, .cms-index-index .product-item-info {
    text-align: left !important;
}
.owl-carousel .product-item .product-item-actions .actions-primary {
	width: auto;
}

/* Order comments module overrides */
.block-custom-info-title {
    color: #2c2c2c;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 1.4rem;
}
.block-order-comments {
    border:none;
}
.order-comment-block-title {
    display: none;
}
.block-order-comments .block-inner .block-content {
    border:none;
}
.order-comment-btn {
    background:#cd2626 !important;
    border-color:#cd2626 !important;
}
.order-comment-btn:hover {
    background:#feae12 !important;
    border-color:#feae12 !important;
}

/* Contact form module overrides */
.fb-text-label {
    font-weight:600;
    margin:0 0 8px;
    display:inline-block;
}
.fb-textarea-label {
    font-weight:600;
    margin:0 0 8px;
    display:inline-block;
}
.form-group .fb-required {
    color: #cd2626;
    margin: 0 0 0 5px;
    font-size: 1.2rem
}
.rendered-form .form-control {
    border-radius:1px !important;
}
.rendered-form .fb-button, .rendered-form h1, .rendered-form h2, .rendered-form h3 {
    text-align:left !important;
}
.contact fieldset {
	margin: 0;
}

/* Hide country and state from shipping estimate */
.checkout-cart-index div[name="shippingAddress.region_id"],
.checkout-cart-index div[name="shippingAddress.country_id"] {
      display: none !important;
}

/* Hide Google recapcha from bottom right */
.grecaptcha-badge { visibility: hidden; }

/* Advanced search page */
.form.search.advanced {
	width: 70% !important;
	max-width: 100% !important;
}
.form.search.advanced .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 10px;
}
.form.search.advanced .fieldset .legend {
	margin-bottom: 10px;
	display: none;
}
.form.search.advanced .fieldset>.field {
	width: 48%;
}
.form.search.advanced option:checked::before {
    content: "\2611";
}
.form.search.advanced option::before {
    content: "\2610";
    display: inline-block;
    margin-right: 5px;
}

/* Blog overrides */
.post-info-wraper h2.mp-post-title {
    margin-bottom: 1rem;
}
.mp-post-info {
	font-size: inherit !important;
}
.mp-blog-calendar-times:before {
    background-image: none;
    content: '\e612';
    font-family: 'luma-icons';
    font-style: normal;
	width: 18px;
    height: 18px;
	top: 1px;
}
.fa-calendar-times-o:before {
	content: '\e612' !important;
    font-family: 'luma-icons';
}
.mp-blog-traffic {
	display: none !important;
}

/* Responsive */
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1230px) {
	.navigation__link {
		padding: 0 15px;
	}	
	.hp-cat-img {
		margin-bottom: 0;
	}
	.hp-cat-row h3 {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1215px) {
	.banner-headline {
		font-size: 3.4em;
	}
	.gov-orders {
		float: none;
	}
	.cat-promo-banner .banner-headline {
		font-size: 2.8em;
	}
}
@media only screen and (max-width: 1190px) {
	.cat-promo-banner .banner-copy {
		width: 56%;
		background: #cd2626;
	}
	.cat-promo-banner .banner-copy-black-fri {
		width: 56%;
		background: #2c2c2c;
	}
	.cat-promo-banner .banner-headline {
		font-size: 2.4em;
	}
	.cat-promo-banner .banner-headline sup {
		font-size: 1.6rem;
		top: -1em;
	}
	.cat-promo-banner .banner-caption {
		font-size: 1.4em;
	}
	.cat-promo-banner .banner-offer-conditions {
		margin-top: 20px;
	}	
	.cat-promo-banner .banner-promo-image {
		width: 40%;
	}
}
@media only screen and (max-width: 1090px) {
	.banner-headline {
		font-size: 2.8em;
	}
	.banner-caption {
		font-size: 1.7em;
	}
	.banner-shop-now {
		margin-top: 20px;
	}
	.banner-offer-conditions {
		margin-top: 25px;
	}	
	.cat-promo-banner .banner-headline {
		font-size: 2.4em;
	}
	.cat-promo-banner .banner-caption {
		font-size: 1.4em;
	}
	.cat-promo-banner .banner-shop-now {
		margin-top: 15px;
	}
	.cat-promo-banner .banner-offer-conditions {
		margin-top: 10px;
	}	
}
@media only screen and (max-width: 980px) {
	.cat-promo-banner .banner-copy {
		width: 100%;
		padding: 2% 20px;
	}
	.cat-promo-banner .banner-copy-black-fri {
		width: 100%;
		padding: 2% 20px;
	}
	.cat-promo-banner .banner-promo-image {
		display: none;
	}
	.cat-promo-banner .banner-caption {
		width: 100%;
	}
	.owl-carousel .owl-stage-outer {
		padding: 10px 0 !important;
	}
    
}
@media only screen and (max-width: 930px) {
    .modes {
        clear:both;
        margin-right:0;
        margin-top:10px;
    }
	.logo {
		max-width: 160px;
	}
	.form.search.advanced {
		width: 100% !important;
	}
	.header-advsearch {
		width: 50%;
		margin-left: 20px;
	}
	.block-search {
		max-width: 100%;
	}
	.block-search {
		width: 360px;
	}
	.banner-copy {
		width: 56%;
		background: #cd2626;
	}
	.banner-copy-black-fri {
		width: 56%;
		background: #2c2c2c;
	}
	.banner-headline {
		font-size: 2.4em;
	}
	.banner-headline sup {
		font-size: 1.6rem;
		top: -1em;
	}
	.banner-caption {
		font-size: 1.4em;
	}
	.banner-offer-conditions {
		margin-top: 20px;
	}	
	.banner-promo-image {
		width: 40%;
	}
	.cat-promo-banner .banner-shop-now {
		margin-top: 15px;
	}
	.cat-promo-banner .banner-offer-conditions {
		margin-top: 10px;
	}
	.hp-style .brand-logos {
		width: 95%;
	}
	.hp-style .col2of3 {
		width: 95%;
	}
}
@media only screen and (max-width: 860px) {
	.banner-shop-now {
		margin-top: 15px;
	}
	.banner-offer-conditions {
		margin-top: 15px;
	}	
}
@media only screen and (max-width: 768px) {
	.header-topbar-content {
		padding-left: 5px;
		padding-right: 15px;
	}
    /* Header */
    .block-search {
        width:auto;     
        margin-top: 0;
		padding-left: 0;
    }
    .block-search .control {
        border-top:none;
        margin: 0 auto;
        padding: 0;
        
    }
	.block-search .label {
		float: none;
	}
	.block-search .label>span {
		position:relative;
		margin: 0;
	}
	.header.content {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
    .header-advsearch {        
		-webkit-align-self: flex-start;
		align-self: flex-start;
    }	
    .header.contact {
        margin-top:15px;
		flex-wrap: wrap;
		flex-direction: column;
    }
	
    .navigation .parent .level-top:after {
        right:15px;
        top:0;
    }
	.nav-toggle {
		top: 0;
		right: 25px;
		left: auto;
	}
	
    /* Structure */
    .col1of2 {
        width:100%;
    }
    .col1of4 {
        width:100%;
    }
    .col3of4 {
        width:100%;
    }
	
    /* Carousel Fix */
    .hp-carousels {
        max-width:100%;
        overflow: auto;
        display: block;
    }
	
	.banner-image img {
		min-height: 190px;
	}
	.banner-copy {
		width: 100%;
		padding: 2% 20px;
	}
	.banner-copy-black-fri {
		width: 100%;
		padding: 2% 20px;
	}
	.banner-promo-image {
		display: none;
	}
	.banner-caption {
		width: 100%;
	}
    
    /* Footer */
	.footer.content .links {
		padding-right: 0;
	}
    .page-footer {
        background: #2c2c2c;
        margin-top: auto;
        padding-bottom: 25px;
    }
    .footer.content {
        border-top: none;
    }
    .copyright {
        text-align: center;        
    }
    .payment-logos {
        float:none;
        margin-top:15px;
    }
	#totopbutton {
		display: none !important;
	}
    
    /* Page specific - home page */
    .hp-section-bg .col1of2 {
        text-align:center !important;
        margin-bottom:15px;
    }
    .hp-section-bg h1 {
        margin: 0 auto;
    }
	.hp-style {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.hp-style .col1of4 {
		width: 48%;
		margin-bottom: 10px;
	}
	.hp-style img {
		height: auto;
	}
	.hp-style h3 {
		font-weight: normal;
	}

    /* Product page */
    .shredder-video-wrap {
        margin-top:10px;
        margin-bottom:25px;
    }
}
@media only screen and (max-width: 767px) {
	.page-header {
		border: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.header-myaccount {
		position: absolute;
		top:10px;
		right:140px;
	}
    .minicart-wrapper {
		position: absolute;
		top: 10px;
		right: 85px;
    }
	.block-search .minisearch {
		position: relative;
	}
	.block-search .minisearch input#search {
		position: static;
	}
	.block-search .minisearch .label {
		display: none;
	}
	.header-advsearch {		
		margin: 0;
		width: 100%;
	}	
	.header-advsearch-content {
		padding: 0;
	}	
	.block-search .action.search {
		display: inline-block;
		background-image: none;
		background: none;
		-moz-box-sizing: content-box;
		border: 0;
		box-shadow: none;
		line-height: inherit;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-shadow: none;
		font-weight: 400;
		position: absolute;
		right: 10px;
		top: 15px;
		z-index: 1;
	}
	.block-search .action.search>span {
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.block-search .action.search:before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		line-height: 32px;
		color: #757575;
		content: '\e615';
		font-family: 'luma-icons';
		margin: 0;
		vertical-align: top;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
	}
	.hp-style {
		margin-top: 0;
	}
	.footer.content .links a {
		padding: 4px;
	}
	.footer .col3of4 {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 602px) {
    .header.content {
        padding-bottom:15px;
        text-align:right;
    }
    .header-contact {
        margin-top:0;
        width:100%;
        text-align:left;
    }
    .header-advsearch {
        text-align:left;
    }
    .logo {
        margin-top:15px;
    }
    .minicart-wrapper {
        float:none;
    }
    .col1of3 {
        width:100%;
    }
	.case-study .col2of3 {
		width: 100%;
	}
	.content-page .col2of3 {
		width: 100%;
	}
	.case-study .col2of4 {
		width: 100%;
	}
	.content-page .col2of4 {
		width: 100%;
	}
	.form.search.advanced .fieldset>.field {
		width: 100%;
	}
	.flexcontainer {
		flex-direction: column;
	}
	.case-study {
		margin-bottom: 20px;
	}
	.case-study h1 {
		font-size: 2.8rem;
	}
	.case-study h2 {
		font-size: 2.6rem;
	}
	.case-study-subheading {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 460px) {    
	.logo {
		max-width: 120px;
	}
	.header-myaccount {
		right: 125px;
	}
	.header-myaccount a:before {
		margin-bottom: 0;
	}
	.minicart-wrapper {
		right: 75px;
	}
	.minicart-wrapper .action.showcart:before {
		margin-bottom: 0;
	}
	.header-contact {
        font-size:16px;
    }
    .toolbar-amount {
        margin-left:0;        
    }
    .page-products .toolbar .limiter {
        clear:both;
        float:left;
    }
	.banner-headline {
		font-size: 2em;
	}	
	.cat-promo-banner .banner-headline {
		font-size: 2em;
	}
	.banner-image img {
		min-height: 210px;
	}
	.hp-cat-row a {
		width: 45%;
	}
	.hp-cat-img {
		width: 140px;
		height: 140px;
	}
	.hp-cat-img img {
		max-height: 80%;
		max-width: 80%;
	}
}
@media only screen and (max-width: 380px) { 
    .page-products .sorter {
        right:0;        
    }
    .sorter-label {
        display:none;
    }
	.cat-product-tag-run-high {
		margin-top: -80px;
	}
}
@media only screen and (max-width: 330px) {
	.banner-image img {
		min-height: 260px;
	}
	.logo {
		max-width: 115px;
	}
	.header-myaccount {
		right: 110px;
	}	
	.minicart-wrapper {
		right: 65px;
	}
	.banner-headline {
		font-size: 1.8em;
	}	
	.banner-headline sup {
		font-size: 1.4rem;
		top: -.9em;
	}
	.banner-caption {
		font-size: 1.3em;
	}
}
@media only screen and (max-width: 320px) {
    .header-contact {
        font-size:15px;
    }
}