/**
*
* Feel free to add your own css rules here.
*
*/

p,
table tr th, table tr td,
.product-collateral li,
.review-list .review-text,
.cms-wrapper .column,
.cms-wrapper .columns,
.cms-wrapper p,
.cms-wrapper ul li {color: #000000;}

/**
 * Custom CSS stylesheet. Add here your custom styles.
 *
 * Enable this file from the backend:
 * System -> Configuration -> Theme Setup -> Custom CSS -> Load Custom CSS File
 * 
 * Please refer to the User's Guide for more information.
*/


body.es_es #histogram .stars {
	width: 4rem !important;
}

body.es_es #select_language_chosen.chosen-container-active .chosen-single span:before,
body.es_es #select_language_chosen.chosen-container .chosen-single span:before {
	content: 'Idioma: ';
}
body.es_es #select_currency_chosen.chosen-container-active .chosen-single span:before,
body.es_es #select_currency_chosen.chosen-container .chosen-single span:before {
	content: 'Moneda: ';
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
    text-transform: uppercase;
}

.catalog-category-view .breadcrumbs-wrapper {
	background-color: #ffffff;
}

/* main color */
a,
span.view-more,
.form-box .buttons-set a:hover,
.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.top-bar-section li.active:not(.has-form) a:not(.button),
.has-tip:hover, .has-tip:focus,
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover,
.form-search .button:hover span,
.form-search .sec-menu:hover,
.main-header .icon-main-menu,
.main-header .icon-main-menu:hover,
.main-header .icon-cart:hover,
.main-header .icon-user:hover,
.main-header .top-bar li:hover .icon-cart, .icon-search
.cart-dropdown .mini-products-list .view-more-attr,
section.featured-slider .item-title a:hover,
section.featured-slider .category-title a:hover,
.category-products .item-title a:hover,
.ratings.no-rating a:hover,
.rating-links a:hover,
.footer-links ul li a:hover,
.products-grid .link-rss:hover,
.filter-reset,
.layered-nav-container ol li.checked a:before,
.layered-nav .currently li .value,
.product-options dt label,
#add-tag,
.cms-no-route h1,
.no-results h1,
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover,
.cart #shopping-cart-totals-table tfoot tr td:nth-child(2),
.cart .data-table.cart-table .price,
.checkout-progress li.active span,
.my-account .checkout-multishipping .buttons-set a,
.review-popover #histogram .stars a:hover,
#search_mini_form .form-search .button:hover span,
#search_mini_form .form-search .sec-menu:hover,
.catalog-list-empty h1,
.side-nav li a:not(.button),
.select-list > label,
.bullets-checkmark li:before,
.bullets-lightning li:before {
	color: #A91F23;
}

.main-color,
.links-list li:active > a,
.account-dropdown .bg-box p.small a,
.cart-dropdown .dropdown-title .icon-edit:hover,
.cart-dropdown .mini-products-list .item-details .item-name a:hover,
.special-price .price,
.link-compare.compared:before,
.link-compare.compared:hover:before,
.product-shop-side .add-to-links .link-wishlist:hover,
.product-shop-side .add-to-links .link-compare:hover,
.email-friend a:hover,
.review-toolbar a.next:before,
.review-toolbar a.next:after,
.review-toolbar a.previous:before,
.review-toolbar a.previous:after,
.review-toolbar a.previous,
.review-toolbar a.next,
.my-account a.next:before,
.my-account a.next:after,
.my-account a.previous:before,
.my-account a.previous:after,
.my-account a.previous,
.my-account a.next,
.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
.top-bar-section .left ul li.mega-menu-bottom-block a:hover,
.top-bar-section .left ul li a.link:hover,
.link:hover,
.left .custom-menu .mega-menu-top-block > a:hover,
.main-nav .top-bar-section ul.left li ul li.label:hover:not(.mega-menu-top-block):not(.mega-menu-bottom-block) > a:not(.button) {
	color: #A91F23 !important;
}

.links-list li:hover > a:before,
a.previous, a.next,
.product-collateral li:after,
.loading-bar,
.block-compare .block-title,
.opc-block-progress .block-content dt.complete:before,
.checkout-progress li.active span:before {
	background: #A91F23;
}

.chosen-container-active .chosen-single:before,
.chosen-container-active .chosen-single:after {
	background: #A91F23 !important;
}

.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.chosen-container .chosen-results li.highlighted,
.product-collateral li:before,
.bullets-circle li:before,
.cart-collaterals .shipping h2:hover:before,
.cart-collaterals .discount h2:hover:before,
.cart-collaterals .shipping h2:hover:after,
.cart-collaterals .discount h2:hover:after,
.cart .qty-wrapper .input-text:focus,
.chosen-container-active .chosen-choices,
.buybox .qty-input-text:focus,
.category-products .configurable-swatch-list li.selected .swatch-link,
.featured-slider .configurable-swatch-list li.selected .swatch-link {
	border-color: #A91F23;
}
.input-box.focus,
.input-box textarea:focus,
.product-img-box .more-views li.selected,
.color-swatches input[type="radio"]:checked + label,
.chosen-container-active .chosen-single,
.product-options .configurable-swatch-list li.selected {
	border-color: #A91F23 !important;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
.chosen-container .chosen-results li.highlighted {
	background-color: #A91F23;
}

.mdformfields .form-search .input-text:focus ~ div {
	background-color: #A91F23 !important;
}

.chosen-container-active .chosen-single {
	border-bottom-color: #A91F23 !important;
}

@keyframes progressbar-countdown {
	0% {
		width: 100%;
		background: #A91F23;
		opacity: .8;
	}
	100% {
		width: 0%;
		background: #A91F23;
		opacity: .8;
	}
}

/* primary buttons */
button, .button,
button.disabled, button[disabled], .button.disabled, .button[disabled],
.account-dropdown li a.button.sign-in,
.cart-dropdown li a.button.sign-in,
.category-nav li.active,
.products-grid .toolbar .button.active,
.products-grid .toolbar .button.active:hover {
	background: #A91F23;
	color: #ffffff;
}
.category-nav li.active:after {
	border-top-color: #A91F23;
}

/* ghost button */
button.ghost, .button.ghost {
	border-color: #A91F23 !important;
	color: #A91F23 !important;
}

/* footer's top text and icons hover color */
.newsletter-ribbon a:hover,
.exitintent-popup a:hover,
.newsletter-ribbon .social a:hover,
.exitintent-popup .social a:hover,
.newsletter-ribbon .icon-email:hover:before {
	color: #A91F23;
}

/* footer newsletter box input border color on focus */
.newsletter-subscribe-form .input-box.focus {
	border-color: #A91F23 !important;
}
/* footer newsletter submit button colors */
.newsletter-ribbon button {
	color: #ffffff;
	background-color: #A91F23;
}

/* footer vertical links hover color */
.footer-links ul li a:hover {
	color: #A91F23;
}

/* product's sticky nav links color on hover */
.catalog-product-view .magellan-nav .sub-nav dd:hover a {
	color: #A91F23;
}

/* product's sticky nav links color on hover when fixed */
.catalog-product-view .magellan-nav.magellan-fixed .sub-nav dd:hover a {
	color: #A91F23;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.layered-nav-container ol li.checked:hover a:before,
	.layered-nav-container ol li.checked:hover a {
		color: #A91F23;
	}
}

/* Medium and Big screens */
@media only screen and (min-width: 40.063em) {
	.top-bar-section .has-dropdown:hover > a:after,
	.top-bar-section .has-dropdown-for-large:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #A91F23 !important;
	}
	.top-bar-section .left ul li:active > a {
		color: #A91F23 !important;
	}
	.top-bar-section .left ul li:hover > a:before,
	.category-products.list .actions .btn-cart {
		background: #A91F23;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #A91F23 !important;
	}
	
	.main-nav .top-bar-section ul.left li.mega-menu > ul > li:not(.mega-menu-top-block):not(.mega-menu-bottom-block):hover > a:not(.button) {
		color: #A91F23 !important;
	}
	.main-header.sticky-active .main-nav .top-bar-section .icon-cart {
		color: #A91F23;
	}
}

.item-images .quickview-button {
    background: #A91F23;
    color: #ffffff;
}


/* main hover color */
a:hover,
a:focus,
.side-nav li a:hover:not(.button),
.side-nav li a:focus:not(.button) {
	color: #A91F23;
}

a.previous:hover, a.previous:focus, a.next:hover, a.next:focus {
	background: #A91F23;
}

.category-products.list .actions .btn-cart:hover {
	background: #A91F23;
}

.item-images .quickview-button:hover {
    background: #A91F23;
    color: #ffffff;
}

.availability.in-stock span {
    color: #A91F23;
}

/* primary buttons hover */
button:hover, button:focus, .button:hover, .button:focus {
	background: #A91F23;
	color: #ffffff;
}

.main-nav .button:hover {
	background: #A91F23 !important;
	color: #ffffff !important;
}

.account-login .page-title h1 {
	text-align: center;
}

.breadcrumbs-wrapper {
display: none !important;
}

.mdformfields .select-list > label {
    color: #A91F23;
}

.refund {
    float: right;
    width: 70%;
}

.refund p {
    color: #000;
}
.heading {
    font-weight: bold;
    margin: 0px;
    color: #000;
}

#oar_widget_orders_and_returns_form {
    width: 23%;
    float: left;
}

/*#search_mini_form {
	display: none !important;
}*/

/* Viral Sweep */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);

#accordion p {margin-right:10px; margin-left:10px}
.main-footer {    padding-top: 10px;}
#accordion h3 {color:#3399cc}

#leaner_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:720px;
	height: auto;
	left:0%;
	top:15px;
	background: #FFF;
}

#modal_trigger {margin:100px auto; width:100px; display:block;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#FFF; position:relative; padding:10px 20px; border-bottom:0px solid #DDD; font-weight:bold;}
.modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:0px;}

#sweeps_img {float:left; width:49%; height: 350px;}
#sweeps_form {float:left; width:50%; padding-top:5px; height: 335px}
#sweeps_form h1 {width: 100%;margin-top: 20px;margin-bottom: 10px}
#sweeps_form h4 {width: 100%;margin-bottom: 20px;}
#prod_img {width: 100%;}


@charset "utf-8";
/* CSS Document */

/* typography.css */
.popupContainer h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h1 {font-size:1.5em;line-height:1;margin-bottom:0.5em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h2 {font-size:2em;margin-bottom:0.75em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h3 {font-size:1.5em;line-height:1;margin-bottom:1em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer h6 {font-size:1em;font-weight:bold;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer p {margin:0 0 1.5em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer a:focus, a:hover {color:#000;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer a {color:#009;text-decoration:none;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin:0 auto;}
.popupContainer strong {font-weight:bold;}
.popupContainer em, dfn {font-style:italic;}
.popupContainer caption {background:#eee;}

.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.fade {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}
.fade.in {
  opacity: 1;
}

/* Home */
.enter {position:relative;float:right;width:250px;margin:0;text-align:center;}


/* Bootstrap Stuff */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  z-index: 1050;
  overflow: auto;
  width: 720px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .2s ease-in-out, top .0s ease-out;
  -moz-transition: opacity .2s ease-in-out, top .0s ease-out;
  -ms-transition: opacity .2s ease-in-out, top .0s ease-out;
  -o-transition: opacity .2s ease-in-out, top .0s ease-out;
  transition: opacity .2s ease-in-out, top .0s ease-out;
  top: 50%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header h3 {margin:0px;}

.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Close X Button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.form-buffer {
  padding-left:0px !important;
}

@media only screen and (max-width: 750px) {	
	.popupContainer{
		position:absolute;
		width:360px;
		height: auto;
		top:0px;
		background: #FFF;
	}
	#sweeps_img {float:left; width:360px; padding-top:0px; margin-bottom:10px; height: 360px;}
	#sweeps_form {float:left; width:360px; padding-top:0px; margin-bottom:10px; height: 295px;}
	.winner-count {display: none;}
}

@media only screen and (max-width: 560px) {
	
	.modal {width:360px;top:20px;margin:0 0 0 -180px;}
	.modal.fade.in {top:20px;}
	.modal.fade {top:20px;}
	.popupContainer{
		position:absolute;
		width:350px;
		height: auto;
		top:0px;
		background: #FFF;
	}
	#sweeps_img {float:left; width:350px; padding-top:0px; height: auto;}
	#sweeps_form {float:left; width:350px; padding-top:0px; margin-bottom:10px; height: auto;}
	#prod_img {width: 100%;}
	.winner-count {display: block;}
}

#modal {
       border: 1px solid #888888;
       box-shadow: 0px 10px 25px #000;
}
  
iframe {
  border: none;
}

.container div *,
.container div *:before,
.container div *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 40em) {
        h1 { font-size: 1.5em !important; }
}

#hydro-color, #hydro-size, #hydro-hydration-compatible { display: none; }

#footerlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
color: #cfcfcf;
}

#footerlist a { color: #cfcfcf; }

#product-filter { display: none; }

#footer-links { display: none !important; }

.main-header {
	border-bottom-width: 2px !important;
	border-bottom-color: #f4f4f4 !important;
}

.main-header .icon-user {
    margin: 10px 0 0 10px !important;
}

.main-header .icon-cart {
    margin: 10px 0 0 10px !important;
	color: #CECECE;
	text-align: center;
}

.main-header .icon-main-menu {
	margin: 10px 0 0 10px !important;
}

.main-header .icon-search {
	color: #CECECE;
	text-align: center;
}

.main-logo, .main-logo-small { 
	margin: 15px 0 0 0 !important;
}

@media only screen and (max-width: 1283px) {
	.main-logo-small {
		display: block;
	}

	.main-logo {
		display: none;
	}
}


@media only screen and (min-width: 40.063em) {
	.form-search {
		margin-top: 8px !important;
	}
	
	#freaking-menu {
		display: none;
	}
	
	.form-search .search-box {
    position: relative;
    margin-right: 0px;
	}

	.form-search .action {
		width: 0px;
		float: right;
	}
}

@media only screen and (max-width: 40.063em) {
	#big-menu { 
		display: none;
	}
	
	.form-search .search-box {
		position: relative;
		margin-right: 30px;
	}

	.form-search .action {
		width: 30px;
		float: right;
	}
}

.top-bar-section ul.left {
    padding-left: 0;
}

@media only screen and (min-width: 1125px) {
	.logo-col {
		width: 28%;
		float:left;
	}
	
	.menu-col {
		width: 45%;
		float:left;
	}
	
	.search-col {
		width: 15%;
		float:left;
	}
	
	.account-col {
		width: 12%;
		float:right;
	}
	
	.main-logo, .main-logo-small { 
		margin: 8px 0 12px 0 !important;
	}
}

@media only screen and (min-width: 970px) and (max-width: 1124px){
	.logo-col {
		width: 20%;
		float:left;
	}
	
	.menu-col {
		width: 50%;
		float:left;
	}
	
	.search-col {
		width: 15%;
		float:left;
	}
	
	.account-col {
		width: 15%;
		float:right;
	}
}

@media only screen and (min-width: 890px) and (max-width: 969px){
	.logo-col {
		width: 20%;
		float:left;
	}
	
	.menu-col {
		width: 55%;
		float:left;
	}
	
	.search-col {
		width: 10%;
		float:left;
	}
	
	.account-col {
		width: 15%;
		float:right;
	}
}

@media only screen and (min-width: 755px) and (max-width: 889px){
	.logo-col {
		width: 20%;
		float:left;
	}
	
	.menu-col {
		width: 65%;
		float:left;
	}
	
	.search-col {
		width: 100%;
		float:right;
	}
	
	.account-col {
		width: 15%;
		float:right;
	}
}

@media only screen and (min-width: 642px) and (max-width: 754px){
	.logo-col {
		width: 25%;
		float:left;
	}
	
	.menu-col {
		width: 75%;
		float:left;
	}
	
	.search-col {
		width: 75%;
		float:left;
	}
	
	.account-col {
		width: 25%;
		float:left;
	}
	
	.top-bar-section > ul > li > a {
		font-size: .9rem !important;
		font-weight: normal !important;
	}
}

@media only screen and (max-width: 641px){
	.logo-col {
		width: 50%;
		float:left;
	}
	
	.main-logo-small {
		width:95%;
	}
	.menu-col {
		width: 0%;
		float:left;
	}
	
	.search-col {
		width: 100%;
		float:right;
	}
	
	.account-col {
		width: 39%;
		float:left;
	}
}

@media only screen and (min-width: 1450px) {
	.page-container {
		width: 1440px !important;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		box-shadow: 0px 0px 3px 3px #e2e2e2;
	}
	
}
.row {
	padding-left: 1% !important;
	padding-right: 1% !important;
	max-width: 1440px !important;
}
.off-canvas-wrap {
	background-color: #efefef;
}

.product-shop h1 {
	font-size: 1.8rem;
	font-weight: bold;
}

.ratings {
	margin: 15px 0;
}

.price-box .price {
	color: #000;
	font-size: 1.1rem !important;
}

.short-description p, .product-description p {
	color: #000 !important;
	font-weight: 400;
}

@media only screen and (max-width: 640px) {
	.product-essential {
		width: 98%;
		margin-top: 16px;
		margin-bottom: 0px;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.row {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	
	/* For NEW_VIEW.phtml */
	.description {
		display: block !important;
	}
	
}

.columns {
	padding-left: 2% !important;
	padding-right: 2% !important;
}


/* For NEW_VIEW.phtml */
.product-shop-side {
	max-width: 1440px;
}

.product-img-box {
	width: 100%;
}

@media only screen and (max-width: 64em) and (min-width: 40.063em) {
	.product-shop-side {
		max-width: 100%;
		width: 100%;
	}
	
	.product-shop {
		max-width: 100%;
		width: 100%;
	}
}

.description {
	display: none;
}

.magellan-nav {
	display: none;
}

.ratings-reviews {
    border-top: 3px solid #f4f4f4 !important;
}

.product-collateral-wrapper .product-collateral {
    border-top: none;
}

@media only screen and (max-width: 64em) and (min-width: 40.063em) {
	.product-shop h1 {
		font-size: 1.8rem !important;
	}
}

.buybox {
	margin-top: 10px;
}

.product-view {
	margin-bottom: -40px;
	padding-top: 20px;
}
@media only screen and (max-width: 48em) {
	
	.buybox {
		background: #f4f4f4 !important;
		text-align: center !important;
		padding: 14px;
		margin-bottom: 5px;
		width: 100%;
	}
	
}

.cart-items {
	padding: 5px;
	background-color: #ffffff;
	border-radius: 3px;
}

.sp-methods label {
	font-size: .75rem;
	bottom: 2px;
}

.item-title a{
	font-size: 1.2rem !important;
	font-weight: 600;
	line-height: 1.4rem !important;
}

/*.left-off-canvas-menu {
	display: none !important;
}*/

.insta-img img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.insta-img a {
	color: #000000;
}

#homepage p {
	color: #000000 !important;
	font-weight: 400;
}

#homepage h3 {
	margin-bottom: 10px;
}
#homepage {
	background-color: #fff;
}

@media only screen and (min-width: 1100px) {
	
	.contact-map {
		float: left;
		width: 35%;
		margin-right: 2%;
	}
	
	.contact-podio {
		float: left;
		width: 60%;
	}
}

@media only screen and (min-width: 970px) and (max-width: 1099px){
	
	.contact-map {
		float: left;
		width: 35%;
		margin-right: 4%;
	}
	
	.contact-podio {
		float: left;
		width: 60%;
	}
}

@media only screen and (min-width: 713px) and (max-width: 969px){
	
	.contact-map {
		clear: both;
		width: 100%;
	}
	
	.contact-podio {
		clear: both;
		width: 100%;
		margin-top: 20px;
	}
	
	.contact-address {
		float: right;
		width: 45%;
	}
	.contact-iframe {
		float: left;
		width: 50%;
		margin-right: 5%;
	}
	
	.contact-buffer {
		clear: both;
	}
}

@media only screen and (max-width: 712px){
	
	.contact-map {
		clear: both;
		width: 100%;
	}
	
	.contact-podio {
		clear: both;
		width: 100%;
		margin-top: 20px;
	}
	
	.contact-address {
		clear: both;
		width: 100%;
	}
	.contact-iframe {
		clear: both;
		width: 100%;
	}
	
	.contact-buffer {
		clear: both;
	}
}

.show-now {
	display: block !important;
}


.opc-wrapper-opc .btn-checkout span span {
	background: #A91F23 !important;
}

.place-order {
	position: relative;
	top:-5px;
}

.opc-wrapper-opc .discount-block .button span span {
	background: #A91F23 !important;
}

.opc-wrapper-opc .text-login a {
    color: #A91F23 !important;
}

.opc-wrapper-opc .btn-checkout span {
	background-color: #A91F23 !important;
}

.faq p {
color: #000;
font-weight: 400;
}

.newsletter-ribbon button:hover, .newsletter-ribbon button:focus, .newsletter-ribbon button:active {
    color: #ffffff;
    background-color: #888 !important;
}

.products-grid, .advanced-search-amount, .catalog-category-view .breadcrumbs-wrapper, .catalogsearch-result-index .breadcrumbs-wrapper, .catalogsearch-advanced-result .breadcrumbs-wrapper {
	background-color: #f0f0f0 !important;
}

.main-header .top-bar .icon-cart, .welcome-message span, .main-header .icon-user, .main-header .icon-cart {
    color: #ccc;
}

.bg-box {
	background-color: #ffffff !important;
}

.customer-account-login .account-login, .customer-account-forgotpassword .account-forgotpassword, .customer-account-changeforgotten .account-forgotpassword, .customer-account-create .account-create, .customer-account-logoutsuccess .account-logout, .checkout-multishipping-login .account-login, .paypal-express-review .paypal-review-page {
    background-color: #cfcfcf;
}

.account-wrapper {
    background-color: #f0f0f0;
}

.opc, .checkout-multishipping-register .account-create, .checkout-multishipping, .checkout-onestep {
    background-color: #cfcfcf;	
}

.opc .new-users .buttons-set .secondary {
    background: #777;
    color: #ffffff;
}

#search_mini_form .form-search .input-text {
    color: #333333 !important;
}


.quickview-modal .product-img-box {
	width: 100% !important;
}

.quickview-modal .add-to-links {
	display: none;
}

@media only screen and (max-width: 642px) {
	.item-content:hover a.quickview-button {
		display: none !important;
	}
	
	.category-products .item-images a.quickview-button {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.item-title a {
		font-size: 1.0rem !important;
		line-height: 1.2rem !important;
	}
	
	.quickview-modal figure {
		display: none;
	}
	
	.quickview-modal {
		height: 410%;
	}
}

.truncate {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
}

@media only screen and (min-width:1025px) {
	.banner-text {
		 position: absolute; 
		 top:120px; 
		 left: 40px;
	}
}

@media only screen and (min-width: 890px) and (max-width:1024px) {
	.banner-text {
		 position: absolute; 
		 top:90px; 
		 left: 25px;
	}
}

@media only screen and (min-width: 642px) and (max-width:889px) {
	.banner-text {
		 position: absolute; 
		 top:120px; 
		 left: 15px;
	}
	
	.banner-text h2 {
		font-size: 1.8em !important;
	}
}

@media only screen and (min-width: 428px) and (max-width:641px) {
	.banner-text {
		 position: absolute; 
		 top:5.5%; 
		 left: 10px;
	}
	
	.banner-text h2 {
		font-size: 1.2em !important;
		font-weight: 600;
	}
	
	.banner-text h3 {
		font-size: 1.0em !important;
		font-weight: 600;
	}
}

@media only screen and (max-width:427px) {
	.banner-text {
		 position: absolute; 
		 top:5.5%; 
		 left: 5%;
	}
	
	.banner-text h2 {
		display:none;
	}
	
	.banner-text h3 {
		font-size: 1.2em !important;
		font-weight: 600;
	}
}

.banner-text h3, .banner-text h2 {
		text-shadow: 2px 2px 5px #333;
}

.whiteback {
	background-color: #ffffff !important;
}