
body {
	font-family: 'Open Sans Condensed', sans-serif;
	background: #F3F6F7;
	color: #333333;
	font-size: 16px;
}

.cms-index-index .col-main {
	/* Main */
    background: #F3F6F7;
    padding: 10px 0 30px 0;
}

header {
	/* Change header */
    background: #FFFFFF;
	border-bottom: 1px solid #C4CACB;
}

h1 {
    font-family: 'Marvel', sans-serif;
	font-size: 34px;
	margin-top: 20px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #333333;
}

.std h1 {
    font-family: 'Marvel', sans-serif;
	font-size: 34px;
	margin-top: 20px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #333333;
}

.product-view h1 {
	font-family: 'Marvel', sans-serif;
    font-size: 34px;
}

h2 {
	font-family: 'Marvel', sans-serif;
	font-size: 25px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #333333;
}

.std h2 {
	font-family: 'Marvel', sans-serif;
	font-size: 25px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #333333;
}

h3 {
	font-family: 'Marvel', sans-serif;
	font-size: 24px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #333333;
} 

.std h3 {
	font-family: 'Marvel', sans-serif;
	font-size: 24px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #EB1701;
}

a {
    color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #EB1701;
    text-decoration: none;
	cursor: pointer;
}

#example1 .handle {
    background: #E6E6E6;
}

#example1 .handle a h3,#example1 .handle a h2,#example1 .handle a h1 {
    color: #333333;
	font-size: 22px;	
}

.panel.open {
    background-color: #FFFFFF;
}


/*Header*/

.cart-top-container .summary {
    background: #EB1701;
	font-family: 'Marvel', sans-serif;
	font-size: 14px;
    color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 20px;
}

.cart-top-container .summary:hover {
    background: #990000;
	font-family: 'Marvel', sans-serif;
    color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 20px;
}

#search {
    margin: 20px 0 0 0;
    background: none repeat scroll 0 0 #F5F5F5;
	font-family: 'Open Sans Condensed', sans-serif;
    border: 0 none;
    border-top: 2px solid #E6E6E6;
    border-left: 2px solid #E6E6E6;
    color: #000000;
    float: left;
    height: 44px;
    line-height: 22px;
    padding: 0 0 0 13px;
    width: 120px;
    -webkit-appearance: none;
    border-radius: 0;
}

#search_mini_form button {
    background: #EB1701;
	margin-top: 20px;
}

#search_mini_form button:hover {
    background: #990000 !important;
	margin-top: 20px;
}

.top-switch-bg {
    max-height: 65px;
    position: relative;
	font-size: 16px;
    background-color: #2E2E33;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif, FontAwesome;
}

.header-container .links li a, .header-switch span  {
    color: #FFFFFF;
	font-size: 16px;
}

.header-container .links li a:hover, .header-switch span  {
    color: #EB1701;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.top-social-links a {
	color: #FFFFFF;
	font-size: 16px;

}

.top-social-links a:hover {
	color: #EB1701;
	font-size: 16px;
}

.top-social-links .fa {
	font-family: 'Marvel', sans-serif, FontAwesome;
	font-size: 17px;
}

@media only screen and (max-width: 480px) {
.top-switch-bg {
    display:none;
	}
}

@media only screen and (max-width: 480px) {
.top-switch-bg .links {
    display: none;
 	}
}

.links li {
    margin: 0;
    padding: 0 0 0 20px !important;
    line-height: 29px;
}
.header a.logo img {
    height: auto;
    width: 100%;
	margin: 0;
	
}

@media only screen and (max-width: 767px) {
header a.logo {
    display: block;
    float: none;
    margin: 10px 0 0 0;
    text-align: center;
	}
}

/*Navigation*/

header .primary {
    float: left;
    margin-bottom: 0 !important;
	width: 100%;
}

.header>.row.clearfix:last-of-type {
    background-color: #FFFFFF;
    border-radius: 0;
	font-family: 'Marvel', sans-serif;
}

.header .primary .navbar .nav > li {
    padding: 0;
	border-left: 1px solid #EAEEEF;
	border-top: 1px solid #EAEEEF;
}

.header .primary .navbar .nav > li > a:visited {
    color: #2E2E33;
}

.header .primary .navbar .nav > li:last-child {
	border-right: 1px solid #EAEEEF;
}

.header .primary .navbar .nav > li > a {
    color: #2E2E33;
    border: none;
	text-transform: uppercase;
    border-radius: 0;
	font-size: 17px;
	font-weight: bold;
    padding: 25px 13px;
    position: static;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 901;
}

.header .primary .navbar .nav > li > a:hover {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0;
	color: #EB1701;
}

.header .primary .navbar .nav > li: hover > a {
    background: #FFFFFF;
    border-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header .primary .sub {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
	color: #333333;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    display: none;
    font-size: 13px;
    line-height: 24px;
    margin: -1px 0 0;
    padding: 15px 20px;
    position: absolute;
    z-index: 905;
	opacity 1.0;
    opacity 1.0;
}

.header .primary .sub a {
    color: #333333;
	font-size: 16px;

}

.header .primary .navbar .nav > li.parent:hover > a {
    background: #FFFFFF;
	color: #EB1701;
    border-bottom-color: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.header .primary .sub a:hover {
	color: #EB1701 !important;
	font-size: 16px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;	
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #990000;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-toggle:focus {
    outline: 0;
}

.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
	margin-left: 15px;
    padding: 9px 10px;
    margin-top: 15px;
    margin-bottom: 8px;
    background-color: #EB1701;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle .text {
    color: #FFFFFF;
	font-family: 'Marvel', sans-serif;
	text-transform: uppercase;
}
.navbar-default .navbar-toggle .icon-bar:active {
    background-color: #990000;
}
.navbar-default .navbar-toggle .text:active {
    color: #990000;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 37px;
    height: 2px;
    border-radius: 1px;
}

.breadcrumbs {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #333333;
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;

}

.breadcrumbs a {
    color: #333333;
    text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.breadcrumbs a:hover {
    color: #EB1701;
    text-decoration: none;
	font-size: 14px;
}

.breadcrumbs strong {
    color: #EB1701;
	font-weight: normal;
    text-decoration: none;
	font-size: 14px;
}

/*Slider*/

.std {
	margin: 10px 0 30px 0;
}

.bestsellers {
	font-family: 'Dancing Script', cursive;
    font-size: 32px;
	text-align: left;
    font-weight: 200;
	letter-spacing: 3px;
    text-transform: capitalize;
	color: #333333;
	display: inline-block;
    background: #E6E6E6;
    padding: 10px 70px 10px 10px;
	background: -moz-linear-gradient(top, #F5F5F5 0%, #DDDDDD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #DDDDDD));
    background: -webkit-linear-gradient(top, global-colour-navigation-bar-top 0%, #DDDDDD 100%);
    background: -o-linear-gradient(top, #F5F5F5 0%, #DDDDDD 100%);
    background: -ms-linear-gradient(top, #F5F5F5 0%, #DDDDDD 100%);
    background: linear-gradient(to bottom, #F5F5F5 0%, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F5F5F5, endColorstr=#DDDDDD, GradientType=0);
    -pie-background: linear-gradient(#F5F5F5, #DDDDDD);
}


.jcarousel-prev-horizontal.jcarousel-prev-disabled-horizontal, .jcarousel-next-horizontal.jcarousel-next-disabled-horizontal, .jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal, .jcarousel-prev-horizontal, .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #EB1701;
}

#carousel1 .jcarousel-prev-horizontal {
    top: -73px;
	left: 163px;
	color: #EB1701;
}

#carousel1 .jcarousel-next-horizontal {
    top: -73px;
	left: 193px;
}

.jcarousel-prev-horizontal.jcarousel-prev-disabled-horizontal, .jcarousel-next-horizontal.jcarousel-next-disabled-horizontal {
    cursor: inherit;
    background-color: #E6E6E6 !important;
}

@media only screen and (max-width: 480px) {
.slider {
    display:none;
	}
}

/* Footer */

.footer-info {
	position: relative;
    padding: 30px 0;
	text-align: left;	
}

.footer-info h3 {
    color: #FFFFFF;
	font-family: 'Marvel', sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	border-bottom: none;
}

.footer-info p {
    color: #FFFFFF;
}

.footer-info p a {
    color: #FFFFFF;
	text-decoration: none;
}

.footer-info p a:hover {
    color: #FFFFFF;
}

.footer-info ul li a {
    color: #FFFFFF;
	text-transform: none;
}

.footer-info ul li a:hover {
    color: #FFFFFF;
	text-transform: none;
}

.footer-subscribe button.button {
    background: #EB1701;
    color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Marvel', sans-serif;
	font-size: 20px;
}

.footer-subscribe button.button:hover {
    background: #990000;
    color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Marvel', sans-serif;
	font-size: 20px;
}

input#newsletter {
    background: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
	width: 100%;
}

.footer-container {
	background-color: #2E2E33;
}

.footer-container .copyright {
    padding: 10px 10px 0 10px;
    text-align: left;
	background-color: #2E2E33;
}

.footer-container .copyright-info {
	color: #FFFFFF;
}

address {
    color: #FFFFFF;
    font-weight: normal;
    width: 100%;
    padding: 0;
	margin-bottom: 10px;
	
}

/*Homepage Categories*/

.content_categ {
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.content_categ li.last {
    margin-right: -10px;
}

.content_categ li.item {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E4E4E3;
}

.content_categ li.item h3 {
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: none;
	border: none;
}

.content_categ li.item a h3 {
    color: #333333;
}

.content_categ li.item a:hover h3 {
	color: #EB1701;
}

@media only screen and (max-width: 480px) {
.cms-index-index #carousel1 .products-grid li.item, .catalog-category-view .products-grid li.item, .cms-page-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
    height: 460px !important;
    }
}

/*Category Page*/

.sorter {
    margin: 15px 0;
    line-height: 27px;
    color: #333333;
}

.toolbar-dropdown ul li a {
    color: #333333;
}

.toolbar-dropdown ul li a:hover {
    color: #EB1701;
}

.toolbar-switch .current {
    color: #EB1701;
}

.sorter .limiter, .sorter .sort-by, .sorter .sort-order {
    border: 1px solid #E6E6E6;
}

.sorter .amount {
    float: left;
    text-align: center;
    color: #333333;
    margin: 10px 0 80px 10px;
}

.toolbar .sorter .view-mode strong.grid, .toolbar .sorter .view-mode strong.list {
    background-color: #EB1701;
}

.catalog-category-view .products-grid li.item {
    height: 100% !important;
}

.price-box {
    color: #EB1701;
}

.product-view .prod-content .add-to-links {
    float: left;
    margin: 0;
}

.products-grid .product-name, #upsell-product-table .product-name {
    font-weight: normal;
	height: 50px;
    letter-spacing: normal;
    line-height: 20px;
    margin: 0;
    overflow: visible;
    text-transform: capitalize;
}
.products-grid .product-name a, .products-grid .product-name h2 {
    color: #333333;
	font-weight: normal;
	font-size: 22px;
}

.products-grid .product-name a:hover, .products-grid .product-name h2:hover {
    color: #EB1701;
    font-weight: normal;
	font-size: 22px;
}

.cms-index-index .main-container .products-grid li.item {
    height: 410px !important;
}

.price-box .price {
    color: #EB1701;
	font-size: 26px;
	margin: 0;
}

.product-view .availability {
    color: #EB1701;
	padding:  5px;
	background: #F5F5F5;
}

.products-grid .item, #upsell-product-table .item {
    border: 1px solid #E6E6E6;
}


/*Product Page*/

.product-view .product-name h1 {
    margin: 0 0 20px 0;
	font-family: 'Marvel', sans-serif;
	font-size: 34px;
    color: #333333;
}

.product-view h3 {
	font-family: 'Marvel', sans-serif;
    font-size: 24px;
    line-height: 2em;
}

.product-name {
	font-family: 'Marvel', sans-serif;
	font-size: 25px;
    font-weight: 400;
	text-transform: none;
	border: none;
	color: #EB1701;
}

.product-view .short-description {
    border-bottom: 1px solid #E6E6E6;
}

/*Cart*/

.data-table thead, .data-table tfoot {
    background: #F5F5F5;
}

.page-title h1, .page-title h2, .page-title h3 {
    color: #333333;
}

.data-table th, .data-table td, .data-table td a {
    color: #333333;
	font-family: 'Marvel', sans-serif;
	font-size: 20px;
}

.data-table .product-name a {
    font-size: 22px;
	color: #333333;
}

.data-table .btn-remove2 {
    background-color: #EB1701;
}

.data-table .btn-remove2:hover {
    background-color: #990000;
}

button.button,button.button {
    background-color: #EB1701;
    color: #FFFFFF;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
}

button.button:hover ,button.button:hover {
    background-color: #990000;
    color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 20px;
}

.data-table button.button span {
    font-size: 20px;
    text-transform: uppercase;
}

button.btn-proceed-checkout span span {
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Marvel', sans-serif;
	font-size: 20px;
}

button.button span span {
    padding: 0 16px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
	text-transform: uppercase;
    font-family: 'Marvel', sans-serif;
	font-size: 22px;
}

.form-list label{
    color: #EB1701;
}

.cart .cart-collaterals {
    text-align: left;
}

.cart .cart-collaterals .buttons-set {
    text-align: left;
}

.cart .cart-collaterals h2 {
    font-size: 24px;
	font-family: 'Marvel', sans-serif;
    padding: 0 0 32px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
}

#shopping-cart-totals-table strong {
    font-size: 30px;
	font-family: 'Marvel', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #333333;
	
}

.price {
    white-space: nowrap;
    font-weight: bold;
	font-family: 'Marvel', sans-serif;
	font-size: 24px;
	color: #EB1701;
}

input.qty {
    text-align: center;
    color: #333333;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

.cart .cart-collaterals .input-box select {
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
}

/*checkout*/

/**.top-opc li.allow .number {
    background-color: #EB1701;
}

.top-opc li.allow h2 {
    color: #990000;
}

.opc h4 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
	font-weight: bold;
    padding-bottom: 5px;
    padding-top: 20px;
}

.block .block-title {
    border: 0;
    padding: 0 0 14px;
    text-align: left;
}

.block .block-title strong {
    font-size: 20px;
    font-weight: bold;
	color: #EB1701;
    letter-spacing: 0;
    line-height: 21px;
    text-transform: uppercase;
}

.block .block-content a, .block .block-content li a, .block .block-content li.item a {
    color: #333333;
    text-decoration: none;
}

.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover {
    color: #EB1701;
    text-decoration: none;
}

.block .block-content p {
    color: #333333;
}**/

.opc-wrapper-opc h2 {
	font-family: 'Marvel', sans-serif;
    color: #333333;
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    text-transform: none !important;
}

.opc-wrapper-opc h3 {
    Font-family: 'Marvel', sans-serif;
    color: #333333;
    font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 8px;
    line-height: 1;
    margin-bottom: 20px;
}
.opc-wrapper-opc * {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #333333;
	font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-list label {
    color: #333333;
}
.opc-wrapper-opc label {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: left;
    text-transform: none;
    background: none !important;
}

.opc-wrapper-opc .shipping-block dl, .opc-wrapper-opc .shipping-block dt {
    text-align: left;
    font-size: 20px;
	font-weight: bold;
    color: #333333;
}

.review-menu-block a.review-total span {
    float: right;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    background: transparent;
    margin-right: 0;
    padding-right: 8px;
    line-height: inherit;
    max-width: 112px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.opc-wrapper-opc .payment-block dt label {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 2px 0 0 0 !important;
}

.opc-review-actions h5 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
	text-transform: uppercase;
    margin-top: 19px;
    margin-bottom: 10px;
}

.opc-review-actions h5 .price {
    color: #EB1701;
     font-size: 28px;
    font-weight: bold;
	text-transform: uppercase;
}

.opc-wrapper-opc .btn-checkout {
    display: block;
    width: 100%;
	color: #FFFFFF;
	background: #EB1701;
    height: 45px;
	font-size: 24px;
}
.opc-wrapper-opc .btn-checkout.button-disabled span {
    background: #EB1701;
	font-size: 26px;
}
