/* ihffilm.com store css 04/29/2024 */

@charset "UTF-8";

body {
position: relative;
background-color: #ffffff;
color: #0d0d0d;
font-family:  'Roboto', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 20px;
padding: 0;
margin: 0;
}

a {
color: #f26e22;
}

a:visited {
color: #f26e22;
}

.inner {
width: calc(1200px - 20px);
margin: 0 auto;
}

main {
margin-top: 25px;
background-color: #ffffff;
}

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', serif;}

.sale {
color: #f26e22;
font-weight: bold;
}

.reg {
color: #7e7e7e;
font-style: italic;
text-decoration: line-through;
}

/* HEADER CONTROL */

.header-control {
display: flex;
justify-content: flex-end;
align-items: center;
text-transform: uppercase;
font-size: 13px;
}

.header-control-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
}

a.header-control,
.header-control a {
text-decoration: none;
color: #0d0d0d;
}

/*
.header-control-icon {}
*/

.header-control-label {
margin-left: 10px;
}

/* .......... MISC .......... */

#scrollToTop {
cursor: pointer;
display: none;
right: 0;
position: fixed;
text-align: center;
bottom: 0;
z-index: 9999;
}

#scrollToTop  img {
max-width: 60px;
height: auto;
}

.breadcrumbs {
padding-top:15px;
color: #8c8c8c;
}

.breadcrumbs a {
color: #0d0d0d;
}

.testimonials {
background-color: #f7f7f7;
color: #0d0d0d;
text-align: center;
}

#mainPage .testimonials h2 {
background-color: #f26e22;
color: #ffffff;
margin: 0 0 1em 0;
padding: 12px 50px;
font-size: 13px;
text-transform: uppercase;
display: inline-block;
}
	
/* .......... SEARCH BOX .......... */

#header-search {
position: relative;
z-index: 1;
grid-area: search;
width: 500px;
margin: 0 50px;
}

#searcharea {
position: relative;
z-index: 2000; /* auto suggest */
box-sizing: border-box;
border: 1px solid #ccc;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius: 3px;
background-color: #ffffff;
background-image: url();
background-repeat: no-repeat;
background-position: center left;
}

#searcharea select,
#searcharea [name="section"],
#searcharea .labelfield > span {
display: none;
}

#searcharea fieldset {
border: 0 none;
margin: 0;
padding: 0;
}

#searcharea #query {
width: calc(100% - 55px);
border: 0px none;
padding-left: 10px;
height: 32px;
background-color: transparent;
}

#searcharea #searchsubmit {
background-image: url('https://s.turbifycdn.com/aah/ihf/img-3503.png');
background-color: #ffffff;
background-repeat: no-repeat;
background-size: cover;
box-sizing: border-box;
padding: 0 1em;
position: absolute;
right: 0;
top: 0;
width: 32px;
height: 32px;
color: #0d0d0d;
border: 0px none;
-webkit-appearance: none;
text-transform: uppercase;
text-indent: 1000px;
}

#searcharea #searchsubmit {
background-size: contain; 
}

#searcharea select {
border: 0 none;
display: inline-block;
height: 28px;
margin: 0 10px 0 0;
padding: 0 0 0 1em;
background-color: #ffffff;
}

#top-search-message {
margin: 4px 0 0;
padding: 4px 10px;
border: 1px solid #f0f0f0;
background: #f7f7b9;
text-align: center;
text-wrap: balance;
}

/* .......... HEADER .......... */

#header {
padding: 15px 0;
background-color: #ffffff;
background-image: url(https://turbifycdn.com/ty/cdn/ihf/header-bg-light.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#header > .inner {
display: grid;
grid-template-areas:
  "logo search cart";
align-items: center;
justify-content: space-between;
}

/* CONTROLS */

#menu-control {
display: none;
grid-area: menu;
}

#cart-control {
grid-area: cart;
}
	
/* LOGO */

#header-logo {
grid-area: logo;
}

#header-logo img {
max-width: 100%;
height: auto;
}

/* TAGLINE */

#tagline {
letter-spacing: 0.3px;
}

#tagline h3 {
display: block;
font-weight: bold;
font-size: 25px;
color: #65191D;
margin: 0;
line-height: 37px;
letter-spacing: 0;
}

#tagline span {
color: #B97D39;
margin: 0 2px 0 10px;
}

/* .......... TOP NAV .......... */

#navRibbon {
background-color: #212122;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
position: relative;
z-index: 1;
}

ul.topNav {
padding: 0;
margin: 0;
display: flex;
}

ul.topNav li {
list-style: none;
}

/* .......... SLICK SLIDER .......... */

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("https://turbifycdn.com/ay/mobile/i/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 40%; padding: 0; border: none; outline: none; opacity: .5}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; color: transparent; opacity: 1 }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { opacity: 1; }
.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.25; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "&lt;"; }
[dir="rtl"] .slick-prev:before { content: "&gt;"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
[dir="rtl"] .slick-next:before { content: "&lt;"; }

/* Dots */

.slick-dots { list-style: none; display: block; text-align: center; padding: 0; width: 100%;margin: 0; }
.slick-dots li { position: relative; display: inline-block; height: 11px; width: 11px; margin: 0; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 11px; width: 11px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: " "; width: 11px; height: 11px; font-family: "slick"; font-size: 15px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.slick-slide img { display: inline }
.slick-slide img {
height: auto;
vertical-align: bottom;
max-width: 100%;
}

.slick-dots li button {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3504.png);
background-repeat: no-repeat;
background-position: center middle;
}

.slick-active button {
opacity: 1 !important;
}

.slick-prev {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3505.png);
left: 0;
height: 36px;
width: 36px;
color: transparent !important;
}

.slick-next {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3506.png);
right: 0;
height: 36px;
width: 36px;
color: transparent !important;
}
.slick-next:hover {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3507.png);
}
.slick-prev:hover {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3508.png);
}
.slick-active button {
background-image: url(https://s.turbifycdn.com/aah/ihf/img-3509.png) !important;
}

/* .......... HOME PAGE .......... */

.ys_promo_banner img {
height: auto;
max-width: 100%;
}
#mainPage section {
margin-bottom: 70px;
}
#mainPage .fcol {
border-color: transparent;
}
.homeFavorites, .featuredCategories {
border-top: 2px solid #c0c0c0;
margin-top: 10px;
padding-top: 25px;
}
.homeFavorites .inside {
text-align: center;
}
.homeFavorites .txt {
margin-top: 1em;
}
.homeFavorites .txt a {
color: #0d0d0d;
text-decoration: none;
}
.homeFavorites .txt a:hover {
color: #f26e22;
}
.homeFavorites .txt > a:after {
content: " >";
}
.message h3 {
font-weight: normal;
font-size: 24px;
font-style: italic;
font-style: normal;
}
.bestsellers .slide {
text-align: center;
}
.bestsellers .inside {
border-bottom: 2px solid #ec1c24;
display: inline-block;
padding-bottom: 24px;
}
.bestsellers .slide .txt {
margin-top: 15px;
}
.bestsellers .slide .txt, .bestsellers .slide .txt a {
color: #0d0d0d;
}
.bestsellers .slide .txt a {
text-decoration: none;
}
.bestsellers .slide .txt a:hover {
color: #f26e22;
}
.bestsellers .slide img {
border: 1px solid #ffffff;
}
.bestsellers .slide img:hover {
border: 1px solid #f26e22;
}
#mainPage .fcol {
width: auto;
margin: 10px;
}
.homeHero .slick-slide {
text-align: center;
}
.homeHero .slick-prev {
left: 10px;
}
.homeHero .slick-next {
right: 10px;
}
.homeHeroContainer {
float: left;
width: 66%;
}
.kickerContainer {
float: left;
margin-left: 20px;
width: calc(33% - 20px);
}
.introText, .message, .finaltext {
padding: 1em 0 3em;
clear: both;
}
.kickers a:first-of-type {
margin-bottom: 20px;
display: block;
}
.kickers img {
max-width: 100%;
height: auto;
}
.ctaContainer {
float: left;
margin: 0 0 70px;
width: 100%;
}
.ctas img {
max-width: 49%;
height: auto;
float: left;
}
.cta-image2 {
margin-left: 2%;
}
.featuredCategories .kicker {
margin-right: 10px;
}
.featuredCategories .inside {
border: 1px solid #f26e22;
margin-right: 10px;
text-align: center;
}
.featuredCategories .txt {
box-sizing: border-box;
background-color: #f26e22;
padding: 9px;
text-align: center;
text-transform: uppercase;
}
.featuredCategories .txt span:first-child {
float: left;
}
.featuredCategories .txt span:last-of-type {
float: right;
color: #ffffff;
}
.featuredCategories a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.featuredCategories a:hover {
color: #ec1c24;
}

.featuredCategories .inside:hover {
border-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt {
background-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt a {
color: #ec1c24;
}
.featuredCategories .slick-next {
right: 0;
top: -50px;
}
.featuredCategories .slick-prev {
right: 36px;
left: auto;
top: -50px;
}
.featuredBrands .slick-prev, .featuredBrands .slick-next {
top: 50%;
transform: translateY(-50%);
}
.featuredBrands .inside {
text-align: center;
}

#mainPage h2 {
font-weight: bold;
font-size: 26px;
padding: 0;
margin: 30px 0 15px 0;
text-align: left;
color: #0d0d0d;
line-height: 30px;
text-transform: uppercase;
}

/* .......... / HOME PAGE .......... */

/* .......... CATEGORY .......... */

.section-wrap {padding-bottom: 30px;}
.section-wrap img{ max-width:100%; height:auto;}
.fcontainer{ max-width:1200px; margin:0 auto; width:100%;border-top:2px solid #c0c0c0;margin-top:10px;padding-top:10px}
.fsection-caption{ padding:0 0 35px;}
.fsection-caption td {
padding: 7px 15px;
border: 1px solid #cccccc;
}
.fsection-caption table {
border: 1px solid #cccccc;
}
.fsection-name {text-align: left; margin-bottom: 7px;}
.fsection-image {
display: inline-block;
margin-bottom: 20px;
margin-left: 20px;
}
.fsection-name h1{ color: #0d0d0d; font-size:26px; margin:30px 0 25px 0;line-height:30px;text-transform: uppercase;}

/* .......... CONTENTS .......... */

.frow{ clear: both;}
.frow:after,
.frow:before,
.fcontainer:after,
.fcontainer:before{
display: table;
clear: both;
content: " ";
}
.fcol{width:calc(20% - 20px); margin:10px; float: left; position: relative; min-height: 333px;padding-bottom: 3px;border:1px solid #dedfdf;}
.fcol .name {
	padding: 0 20px;
	min-height: 9em;
}
.fcol:hover {border-color:#ec1c24}
.frow *{box-sizing: border-box;}
.finner{ color: Arial, Helvetica, sans-serif; text-align: center;}
	.finner a, .finner input{ display: block; text-decoration: none; color: #0d0d0d;}
	.finner .name a{font-size:15px; margin:0 0 8px 0;}
	.finner img.fim{ max-width:100%; height:auto;border: 2px solid transparent}
	.price-row > .strike-price,
	.price-row > .price{ display: inline;margin-right:1em;}
	.price-row > .price{ font-weight:700;color:#ec1c24;}
	.price-row > .strike-price{font-weight:400 !important; text-decoration: line-through; color: #7e7e7e; padding-right:10px;font-size:smaller}
.finner a.fshop-now, .finner input.fshop-now {
font-weight: 700;
padding: 0 1em;
font-size: 15px;
display: inline-block;
height: 30px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
line-height: 26px;
margin-top: 10px;
font-family: Roboto;
width: 100%;
background-color: #F2911B;
text-transform: uppercase;
border: 0;
border-radius: 3px;
-webkit-appearance: none;
}

.finner:hover a.fshop-now,
.finner:hover input.fshop-now { 
color: #fff; 
background: #ec1c24; 
border-color: #ec1c24;
}

.section-wrap .finner {
text-align: center;
}			

.section-wrap .price-row {
margin-left: 20px;
}

/* .......... INFO PAGE .......... */

#info-div {
padding: 20px 0;
}

/* .......... SEARCH PAGE .......... */

body[data-page-id="nsearch"] .message {
max-width: 760px;
margin-left: auto;
margin-right: auto;
padding: 10px 15px;
background: #f7f7b9;
}

body[data-page-id="nsearch"] #top-search-message {
display: none;
}

/* YS PROMO Header */

ul#ys_promo_banner_list{ padding:0;}
li.ys_promo_banner {margin: 0;text-align:center}

/* .................... RESPONSIVE .................... */

@media screen and (min-width: 780px) {
		
	#mmenu {
	text-align: center;
	}

	#topNav {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

	#topNav li {
	list-style:none;
	}

	.mainNav {
	display: inline-block;
	position: relative;
	flex: 1;
	align-self: center;
	}

	.mainNav a.top {
	color: #ffffff;
	display: block;
	padding: 9px 10px;
	text-decoration: none;
	font-family: Roboto;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}
	.mainNav .sub li::before {
	content: "\00BB";
	display: inline-block;
	vertical-align: middle;
	}
	.mainNav .sub li {
	text-align: left;
	}
	.mainNav:hover a {
	color: #f2cb05;
	}
	.mainNav .sub {
	display: none;
	position: absolute;
	white-space: nowrap;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 20px 10px 0 0;
	margin-top: 2px;
	z-index:1000;
	}
	.mainNav .sub .viewall {
	background-color: #ebebeb;
	margin: 10px 0 10px 10px;
	text-align: left;
	padding: 0 10px;
	}
	.mainNav .sub ul {
	margin: 0;
	padding: 0 40px 0 20px;
	}
	.mainNav .sub .viewall a {
	font-size: 16px;
	font-weight: bold;
	font-family: Roboto Condensed;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	.mainNav .sub a {
	display: inline-block;
	text-align: left;
	padding: 0 5px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 300px;
			color: #0d0d0d;
	font-size: 13px;
	vertical-align: middle;
	}
	.mainNav .sub a:hover {
	color: #EC1C24;
	text-decoration: underline;
	}
	.mainNav:hover .sub {
	display: inline-block;
	}
	.mainNav .sub .image > img {
	border: 1px solid #ebebeb;
	}
	
}

@media screen and (max-width: 1035px){
	
.section-wrap{padding:0 1%;}

}

@media screen and (max-width: 1200px) {
	
	.inner {
	max-width: 96%;
	}
	
}

@media screen and (max-width: 1000px) {

	#header-logo {
	max-width: 200px;
	}

	#header-search {
	width: 400px;
	}

}

@media screen and (max-width: 900px) {
	
	#tagline h3 {
		font-size: 21px;
	}
	#tagline {
		font-size: 13px;
	}
	.introText, .message, .finaltext {
		padding: 1em 20px 3em;
	}
	
}

@media screen and (max-width: 850px){
	
	.section-wrap .fcol, .item-wrap .fcol {width:calc(50% - 20px);}
	.section-wrap .fcol:nth-of-type(2n+1), .item-wrap .fcol:nth-of-type(2n+1){ clear: left;}
	
}

@media screen and (max-width: 800px) {
	
	#header-search {
		margin-left: 5%;
	}
	
}

@media screen and (max-width: 780px) {
	
	#header-search {
	width: 100%;
	margin: 15px 0 0;
	}

	#cart-control .header-control-label {
    display: none;
    }

	#header > .inner {
	grid-template-areas:
		"menu logo cart"
		"search search search";
	}

    #menu-control {
	display: block;
	margin-right: auto;
    }

    #cart-control {
	display: block;
	margin-left: auto;
	}
	
    #header-logo {
	width: 200px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
    }

    /*#cart-control img {
	max-width:90px !important;
	max-height:90px !important;
    }*/

	#tagline {
	text-align: center;
	}
		
	.mainNav .sub {
	display: none !important; /* no megamenu on small screens */
	}

	.mm-opened ul.topNav {
	display: block;
	}
	
	nav#mmenu{ display: none;}

    /*menu*/
    li.greymob{
        background: #f7f7f7;
    }

    #mm-topNav > li:first-child,
    .mm-menu .mm-list>li>a.mm-subclose{ background: #ec1c24; color: #ffffff;}
    #mm-topNav > li:first-child a{color: #fff;}
    .mm-menu .mm-list>li>a.mm-subclose:before{border-color: #ffffff;}
    .mm-list a{ color: #585b61;}
    .mm-menu .mm-list>li>a.mm-subopen:after{ color: #ec1c24;}
	
	#header-search form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
}

@media screen and (max-width: 580px) {

	/* HOME BODY */

	.kickerContainer,
	.homeHeroContainer {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-left:0;
	}

	.kickers a:first-of-type {
	margin: 0 0 20px 0;
	display: inline-block;
	}

	.ctaContainer {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-left:0;
	overflow: hidden;
	}

	.ctas a:first-of-type {
	margin-right: 0;
	}
	
}

@media screen and (max-width: 500px) {
	
	/* HEADER */

    #header-logo img {
	max-height: 90px !important;
	}

	/* CONTENTS */

	.fcol{min-height:1%;}

}

@media screen and (max-width: 440px) {
	
	/* HEADER */

	/*#tagline {
	font-size: 12px;
	letter-spacing: 0;
	}
	#tagline h3 {
	font-size: 16px;
	}*/
	
}

@media screen and (max-width:400px) {
	
	.ctas img {
		max-width: 90%;
		float: none;
		margin: 10px 5px;
	}
	
}

@media screen and (max-width: 360px) {

	/* CONTENTS */

	.fcol {width:100%}
	
}

/* ................................................ */
/* ................ YS SEARCH PAGE ................ */
/* ................................................ */

#ys_searchiframe #catfilt {
display: none;
}

#ys_searchiframe #schbx {
width: calc(280px + 150px) !important;
}

@media screen and (max-width: 780px) {

    #iframe_id iframe{
        width:280px !important;
        height: 293px !important
    }
	
	#ys_searchiframe #doc {
		width: 100% !important;
	}
	#ys_searchiframe #sidebar {
		float: none;
	}
	#ys_searchiframe .side #sidebar div.wrp {
	  width: 100%;
	}
	#ys_searchiframe .side #main {
		float: none;
		width: 100%;
	}

}

/* ................................................ */
/* .................... FOOTER .................... */
/* ................................................ */

/* BEGIN checkout_block */

#footer {
background-color: #c0c1c2;
color: #0d0d0d;
font-size: 11px;
}
#footer h4 {
font-size: 18px;
border-bottom: 2px solid #EC1C24;
padding: 5px;
border-top: 2px solid #EC1C24;
text-align: center;
font-family: Roboto;
display: inline-block;
}
#footer ul {
padding: 0;
margin: 0;
}
#footer li {
list-style: none;
}
#footer a, #footer a:visited {
color: #0d0d0d;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color: #0d0d0d;
}
.footerBoxes {
padding: 20px 0;
display: flex;
}
.footerBoxes h3 {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}

.footerBoxes .box {
flex: auto;
margin-right: 30px;
}

#copyright {
text-align: center;
font-size: 11px;
color: #b9b9b9;
background-color: #212122;
line-height: 13px;
padding: 5px;
}
#copyright a {
text-decoration: none;
color: #b9b9b9;
}

.newsletterSocial {
background-color: #f26e22;
color: #ffffff;
padding: 10px 0;
}
.newsletter > form {
display: inline-block;
background-color: #ffffff;
box-sizing: border-box;
border: 1px solid #ebebeb;
}
.newsletter .prompt {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.newsletter input[type="email"] {
box-sizing: border-box;
border: 0 none;
background-color: transparent;
color: #424242;
height: 30px;
padding: 0 1em;
width: calc(100% - 60px);
}

.newsletter input[type="submit"] {
background-color: #0d0d0d;
background-image: url();
background-size: cover;
width: 60px;
height: 30px;
border: 2px solid #ffffff;
color: #ffffff;
padding: 0 1em;
}

.shippinginfo img {
display: inline-block;
padding: 10px;
}

.footerAdditionalContent {
margin: 2em 0;
}

@media screen and (max-width: 900px) {
	
	.footerBoxes {
	flex-wrap: wrap;
	}
	
}

@media screen and (max-width: 580px) {
	
	.footerBoxes .box {
	width: 100% !important;
	}

	.newsletter > form {
	display: block;
	}
	
}

/* END checkout_block */

/* .......... SUPERBAR .......... */
/*
#ys_superbar {
width: 100% !important;
font-size: 12px;
padding: 6px 0;
width: 100% !important;
height: inherit !important;
}

#ys_cpers {
float: right;
margin-right: 1em;
}

.smb-mc .mini_msg, .mini_item_count, .mini_subtotal, #ys_cpers, #ys_cpers a {
color: #0d0d0d !important;
text-decoration: none;
}

.ys_clear {
clear: both;
}

#custRegDiv a.container-close {top:5px;}
.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {background-color:#fff;}
.yui-skin-sam .yui-panel .bd {padding:0px; }
#iframe_id {width:679px; border:1px solid #000; padding:0px;}
#custRegDiv_h.hd {display:none;}
#custRegDiv_mask.mask {background-color:#000000; opacity:0.5; filter:alpha(opacity=50);}
#loadingDiv {height:210px; width:679px; position:absolute; background:#ececec;}
img.loadingImg {margin-top:90px; margin-left:20px;}

#custRegDiv, #errorMsg {
width: 100% !important;
}

.yscp_page{
display:none;
}

#custRegDiv_c{
top: 60px !important;
}

#custRegDiv .yui-skin-sam .yui-panel .bd {
padding: 0;
}
@media screen and (max-width: 780px) {
	
	#yfc_mini {
	display: none;
	}

	#ys_superbar {
	display: none;
	}

}
*/

/* .......... / .......... */

