﻿@charset "utf-8";
/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Fri, Dec 19 2014
*/

/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
* {
		transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
body::before {
  background: rgba(0, 0, 0, 0) url("images/background1.png") repeat scroll 0 0;
  content: "";
  height: 360px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
	
body {
	background:url('images/background2.png');
	font-family: 'Work Sans', sans-serif;
	letter-spacing:-0.05em;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}
img {
	border: 0;
	max-width: 100% !important;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #b1273c;
}
img, a {
	transition:all 0.5s ease;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  
}
hr {
	background: #464646 none repeat scroll 0 0;
	border: medium none;
	color: #464646;
	display: block;
	height: 1px;
}
input, textarea, select, button {
	color: #000;
}
select {
  background: #fff url("images/select-arrows.png") no-repeat scroll 97% center;
  border: 1px solid #eee;
  cursor: pointer;
  padding: 0.4em 2em 0.4em 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option {
	color: #0b0b0b;
}
#mobileMenu i, #mobileCatMenu i, #mobileCart i {
	color: #0c4675;
	font-size: 24px;
}
.top-menu .icon-menu {
	color: #FFF;
	font-size: 24px;
}
::selection {
	color: #FFF;
	background: #22303a;
}
::-moz-selection {
 color: #FFF;
 background: #22303a;
}
blockquote {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #22303a;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: 'Open Sans', sans-serif;
	width: 308px;
}
div.searchlight-results-wrapper {
	border: 2px solid #e2e2e2;
	margin-left: -2px;
}
/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/
/* NAV */

nav {
  background: #7fc466 none repeat scroll 0 0;
  float: left;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
nav#catNavMenu::before {
  background-image: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0) 25%);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  content: "";
  height: 2px;
  position: absolute;
  top: 5px;
  width: 100%;
  left:0;
}
nav#catNavMenu::after {
  background-image: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0) 25%);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left:0;
}
nav ul {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align:center;
}
nav ul li a:hover {

   color:#b1273c;
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 0.5em 1em;
}
nav ul li ul {
    display: none;
}
nav ul li {
    display: inline-block;
}
nav ul li:hover ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #aeaeae;
  display: block;
  min-width: 170px;
  position: absolute;
  z-index:100;
}
nav ul li ul li {
  display: block;
  border-bottom:1px solid #ccc;
}
nav ul li:hover ul li a:hover {
	color:#fff;
}
nav ul li:hover ul li a {
  font-weight: 400;
  color:#212121;
  padding: 0.25em 1em;
}
/*store-name:: Store Name.*/		 
.store-name {
	font-size: 35px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}

/*footer::  This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	text-transform: none;
}
/*footerLinks::  Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	text-transform: none;
	text-decoration: none;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
  background: #b1273c none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  z-index: 5;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 48px;
	font-weight: 400;
	color: #15212a;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0 11px 0 0;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {

}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 18px;
	font-weight: 400;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 18px;
}

/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: 400;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/ 
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #22303a;
	font-weight: 700;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: 700;
	color: #22303a;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: 700;
	background-color: #EEE;
	color: #22303a;
	padding: 4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: 700;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item, .info {
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	font-weight: bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 12px;
	font-weight: 400;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align: bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #22303a;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #22303a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style: italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 

.btn {
	background: #7FC466;
	border: 0;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 0.65em 1em;
	-webkit-appearance: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: pointer;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	background: #B1273C;
	border: 0;
	padding: 0.65em 1em;
	color: white;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover, .btn:hover {
	background: #666;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #d9d9d9;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 8px 12px;
	border-radius: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #d9d9d9;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 8px 12px;
	border-radius: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}
/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: 700;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #383733;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
}
.font3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: 400;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF;
}

/** PRODUCT ITEM STUFF **/
.product-item {
  padding: 0.25em;
  position: relative;
  transition: all 0.3s ease 0s;
  width: auto;
}
.product-item .price {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.action .btn, .action .btn_over {
  width: 100%;
}
.product-item .img {
  border: 1px solid #e1e1e1;
  min-height: 250px;
  background: #fff;
}
.product-item .on-sale {
  background: #b1273c none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
}

.product-item .stars img {
  float: none;
}
.product-item .stars span {
  display: inline;
  float: none;
  padding: 0 5px;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
  color: #b1273c;
}
/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
	color: #c9dae4;
}
.accent-bg-color {
}
#mainContainer {
  background: #fff none repeat scroll 0 0;
  margin: 1em auto;
  max-width: 1100px;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding:0 10px;
  width: 1100px;
}
#mobileMenu {
}
#mobileCatMenu {
	cursor: pointer;
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 5px 0 0 0;
}
#mobileCart {
}
.top-menu {
	background: #22303a;
	height: 21px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.top-menu ul {
	float: right;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu li {
	display: inline-block;
	margin-left: 20px;
	text-align: right;
}
#FRAME_SEARCH {

}
#searchBox::after, #searchBox2::after {
  bottom: 0;
  color: #b1273c;
  content: "";
  font-family: bricons;
  font-size: 20px;
  line-height: 2;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 4;
}
#searchBox, #searchBox2 {
  border: 1px solid #7fc466;
  display: inline-block;
  margin-top: 3em;
  max-width: 380px;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  z-index: 100;
}
#searchBox form, #searchBox2 form, {
 position: relative;
}
#searchBox input, #searchBox2 input {
}
#searchBox input[type="text"], #searchBox2 input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 0 solid white;
  border-radius: 0;
  color: #999;
  margin: 0;
  padding: 1em;
  width: 100%;
}
#searchBox input[type="submit"], #searchBox2 input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: #067bba;
  cursor: pointer;
  display: block;
  font-family: bricons;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 3;
}
#searchBox input[type="submit"]:hover, #searchBox2 input[type="submit"]:hover {
	background: none;
}
#logo {

}
#logo img {
}
#cart span#noItemsText {
}
li.search {
	display: none;
}
aside {
	float: left;
	width: 230px;
	display: block;
	margin: 1em 0;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
  color: #b1273c;
  display: block;
  font-family: "Sacramento",cursive;
  font-size: 24px;
}
aside .menu-headers {
  margin: 0.25em;
  padding-bottom: 0.25em;
}
aside#leftBar {
	margin-right: 14px;
}
aside#rightBar {
	margin-left: 14px;
}
aside .module {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ecefee;
	margin: 0 0 1em;
	padding: 1em;
}
aside .module:after {
	content:'';
	clear:both;
}
aside .module ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside .module li a {
  display: block;
  line-height: 23px;
  padding:0.5em;
}
aside .module .info {
	width: 100%;
}

.module .price2 {
  color: #b1273c;
  font-size: 23px;
}
aside .module .stars {
	margin: 0.1em 0;
}
aside .module .action input {
	font-size: 12px;
	padding: 0.2em 0.4em;
}
aside .module .div {
  background: #e1e1e1 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.manf-select {
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
	border: 2px solid #e2e2e2;
	width: 200px;
	overflow: hidden;
	height: 29px;
}
.manf-select select {
	background: transparent;
	border: none;
	line-height: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	width: 310px;
}
#modNewReleases .img {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: auto;
  max-width: 79px;
  position: relative;
  border: 1px solid #e1e1e1;
}
.topsellers_topitem {
  position: relative;
  text-align: center;
}
.topsellers_topitem .img {
  border: 1px solid #e1e1e1;
}
.topsellers_topitem .info {
	padding: 0.5em 0;
}
.topsellers_topitem .name {
}
.topsellers_topitem .price2 {
}
#mainContent {
	float: left;
	width: 100%;
	margin: 1em 0;
}
footer::before {
    background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 30%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    content: "";
    height: 1px;
    position: absolute;
    top: 5px;
    width: 100%;
	left:0;
}
footer::after {
    background-image: linear-gradient(to right, #cccccc 50%, rgba(255, 255, 255, 0) 30%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
}
footer {
    float: left;
    padding: 1em 0;
    position: relative;
    width: 100%;
}
footer a {

}
footer a:hover {
}

#modLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#mailistBox input, #mailistBox span {

}
#mailistBox span {

}
.mailist-box {
  border: 1px dashed #e1e1e1;
  border-radius: 0;
  display: inline-block;
  margin: 0.5em 0;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.mailist-box::before {
  color: #b1273c;
  content: "";
  font-family: fontello;
  font-size: 14px;
  height: 100%;
  line-height: 34px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
  z-index: 10;
}
#mailistBox input[type="text"] {
  border: medium none;
  color: #333;
  font-size: 12px;
  padding: 0.75em;
  width: 100%;
}
#mailistBox input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 50px;
}

#mailistBox input[type="radio"] {
	margin: 2px 5px 0 0;
	padding: 0;
}
.subscribe-area {
	margin: 0.5em 0;
	display:none;
}
.subscribe-area > div {
	display: inline-block;
}

.social-icons {
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
.social-icons a {
	background:none;
  color: #7FC466;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 27px;
   border-radius: 100%;
}
.social-icons a i {

}
.social-icons a i:hover {

}
.social-icons a:hover {
  color: #B1273C;
 
}
#globalFooter {
}
#copyright {
  clear: both;
  font-size: 12px;
  padding: 0.75em;
  text-align: center;
  width: 100%;
}
.stats {
	height: 0;
	overflow: hidden;
}
#homeCarousel {
  border: 1px solid #ddd;
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.header-specials {
  color: #b1273c;
  font-size: 32px;
  position: relative;
  text-align: center;
}

.product-item .status {
	color: #666;
	display: none;
}

/* FRAME MENU */
#FRAME_MENU {

}
/* MOBILE MENU */
#mobile-menu {
	float: right;
}
#mobile-menu li a {
	color: #fff;
}
#mobile-menu > li {
	display: inline-block;
	margin: 0 0.5em 0 0;
}
/* HEADER NAV MENU */
header ul {
  font-size: 16px;
  margin-top: 2em;
  padding: 0;
  text-transform: uppercase;
}
header ul li a {
  border-bottom: 3px solid transparent;
  color:inherit;
  display:block;
}

header ul li a:hover {
  border-bottom: 3px solid #000;
}
header ul li {
  display: inline-block;
  margin-right: 1em;
  position:relative;
}
header ul li ul {
  display: none;
  margin:0;
}
header ul li:hover ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 2px 2px  rgba(0,0,0,0.6);
  display: block;
  position: absolute;
  padding: 1em;
  z-index:1000;
}
header ul li ul li {
  display: block;
  margin: 0.5em 0 ;
  min-width: 190px;
}

/* Layout Overrides */


/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
	border: 1px solid #eae9e6;
}
/* CUSTOM CSS Layout AREA */
@font-face {
	font-family: 'bricons';
	src: url('fonts/bricons.eot?-k06pe9');
	src: url('fonts/bricons.eot?#iefix-k06pe9') format('embedded-opentype'), url('fonts/bricons.woff?-k06pe9') format('woff'), url('fonts/bricons.ttf?-k06pe9') format('truetype'), url('fonts/bricons.svg?-k06pe9#bricons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="bricon-"], [class*=" bricon-"] {
 

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
[class^="bricon-"]:before, [class*=" bricon-"]:before {
	font-family: "bricons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	text-decoration: none;
}
.forty {
	width: 39%;
	margin: 0.5%;
	float: left;
}
.sixty {
	width: 59%;
	margin: 0.5%;
	float: left;
}
.fifty {
	width: 49%;
	margin: 0.5%;
	float: left;
}
.thirty {
	width: 29%;
	margin: 0.5%;
	float: left;
}
.thirty-three {
	width: 32.3%;
	margin: 0.5%;
	float: left;
}
.sixty-six {
	width: 65.3%;
	margin: 0.5%;
	float: left;
}
.seventy {
	width: 69%;
	margin: 0.5%;
	float: left;
}
.seventy-five {
	width: 74%;
	margin: 0.5%;
	float: left;
}
.eighty {
	width: 79%;
	margin: 0.5%;
	float: left;
}
.twenty-five {
	width: 24%;
	margin: 0.5%;
	float: left;
}
.twenty {
	width: 19%;
	margin: 0.5%;
	float: left;
}
/*odd-balls*/
.fifty-five {
	width: 54%;
	margin: 0.5%;
	float: left;
}
.forty-five {
	width: 44%;
	margin: 0.5%;
	float: left;
}
.fifteen {
	width: 14%;
	margin: 0.5%;
	float: left;
}
.ten {
	width: 9%;
	margin: 0.5%;
	float: left;
}
.show-mobile {
	display: none;
}
.show-mobile-only {
	display: none;
}
.show {
	display: block !important;
}
.box {
	background: #fff none repeat scroll 0 0;
	border-radius: 1px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 1em 0;
	padding: 1em;
	width: 100%;
}
/* CUSTOM TEMPLATE */
section {
  float: left;
  margin: 0.5em 0;
  padding: 1em;
  width: 100%;
}
.close span::before {
  content: "" !important;
  font-family: fontello;
}
#mobileMenu {
	display: none;
}
.bricon-basket:before {
	content: "";
}
.bricon-user:before {
	content: "";
}
.bricon-search:before {
	content: "";
}
.bricon-mail:before {
	content: "";
}
.icon-search.close::before {
	content: "";
}

.icon-search {
  cursor: pointer;
}
.site-wrapper {
  float: left;
  width: 100%;
  background: #fff;
}
#upper-header {
  background: #ededed none repeat scroll 0 0;
  float: left;
  width: 100%;
}
#upper-header a {
  color: #999;
  font-weight: 600;
}
#upper-header a:hover {
	
}
#search-list:hover {
  background: transparent none repeat scroll 0 0;
}
#full-header {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
header {
  float: left;
  text-align: center;
  width: 100%;
}
.user-area {

}
.user-area .icon-user {
  color: #b1273c;
}
.authorize {
  margin: 1em;
}
.cart-banner {
  background: #7fc466 none repeat scroll 0 0;
width: 70px;
  padding: 0 0 1em;
  position:relative;
  margin:1em 0;
}
.cart-banner::after {
  border-color: #7fc466 #7fc466 transparent;
  border-style: solid;
  border-width: 20px 35px 25px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.cart-banner::before {
  border-radius: 100%;
  box-shadow: 0 0 5px 1px rgba(127, 196, 102, 1);
  content: "";
  display: block;
  height: 0;
  margin: auto auto auto -5%;
  position: absolute;
  top: 3px;
  width: 110%;
}
.cart-banner .item-quantity {
  font-size: 36px;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight:600;
}
.cart-banner a {
  color: #fff;
}
.lefty {
	float: left;
}
.category-header {
  float: left;
  width: 100%;
  margin:0;
}
#home {
  width: 100%;
  float: left;
}
/* Banner Area */
.banner-area {
  margin: 0 -0.5%;
}
.banner > a {
	display:block;
}

.banner img {
  border: 1px solid #ddd;
  width: 100%;
}

#homeFooter {
  font-size: 20px;
}

/*header specials*/
.header-specials::before {
    background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 30%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
}
.header-specials::after {
    background-image: linear-gradient(to right, #cccccc 50%, rgba(255, 255, 255, 0) 30%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%;
}
.text-back {
  background: #fff none repeat scroll 0 0;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
/* ASIDE FLYOUT MENU AREA */
aside ul li {
  position: relative;
}

aside #desktopMenu {
}
aside .module ul li ul {
  display: none;
}
aside ul li a:hover {
  background: #7fc466;
  color: #fff;
}

aside ul li:hover ul a {
  color: unset;
}
aside ul li:hover ul a:hover {
  color: #b1273c;
}
aside .module ul li:hover ul {
  background: #fff none repeat scroll 0 0;
  border-color: #e1e1e1 #e1e1e1 #b1273c;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 3px;
  display: block;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1em;
}

/* ASIDE */

#desktopMenu ul li {
  padding: 0.25em 0;
  position: relative;
}


#mfg select {
  width: 100%;
  background-color: #F4F4F4;
}

.module .top-item .info {
  float: left;
  margin-left: 4%;
  width: 65%;
}
/*Footer Area */
footer .wrapper {
  padding-top: 1em;
}




/* CUSTOM CATEGORY PAGE EDITS */

h1.page_headers {
  color: #b1273c;
  font-size: 32px;
  border-bottom: 1px solid #ccc;
}
.sub-categories .img {
  min-height: auto;
}
.sub-categories {
  margin: 0 1em 1em 0 ;
  padding: 0;
}
.sub-categories .name {
  color: #7fc466;
  font-size: 22px;
  font-weight: 600;
}
.sub-categories .desc {
  display: none;
}
#itemsBlock .products-header {
  font-size: 18px;
  line-height: 2.9em;
  text-align: left;
}
.titles {
  border-bottom: 1px solid #ddd;
  color: #b1273c;
  font-family: sacramento;
  font-size: 30px;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}

/* CUSTOM PRODUCT PAGE EDITS */

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  border-top: 1px solid #ddd;
  color: #7FC466;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 0.25em 1em;
  text-decoration: none;
}
.r-tabs .r-tabs-tab {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0;
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em 0 0 ;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  color: #000;
}
#listing0 h1 {
  border: medium none;
  color: #000;
  font-family: "work sans";
  margin: 0;
  padding: 0;
}
#listing0 h3 {
  color: #b1273c;
  font-size: 30px;
}
#listing0 .secondary, #listing0 .primary {
	width:100%;
}
#listing0 .main-image {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  float: left;
  height: 400px;
  overflow: hidden;
  width: 80%;
}
#listing0 .addl-images {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 20%;
  padding:0;
}
#listing0 .addl-images ul {
  display: inline-block;
  width: 100% !important;
}
#listing0 .carousel li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  height: 75px;
  margin: 0 1% 4% 4%;
  width: 45% !important;
  overflow:hidden;
  position:relative;
}
#listing0 .addl-images img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.flex-direction-nav {
  display: none !important;
}
.beta-col i {
  color: #ae2921;
  font-size: 150%;
  vertical-align: middle;
}
.beta-col {
  text-transform: uppercase;
}
.beta-col .btn {
  width: 100%;
  padding: 0.5em;
  text-align:left;
}
#listing0 .beta-col > div {
  float: left;
  margin-right: 1%;
  width: 24%;
}
#Add {
  background: #ae2921 none repeat scroll 0 0;
  padding: 0.4em 1em;
}
#Add:hover {
  background: #7FC466;
}
.addToCartBlock .qtybox-addcart input, .addToCartBlock .qtybox-addcart button {
  font-size: 20px;
}
.pricingBlock .yourprice {
  color: #b1273c;
  font-size: 30px;
  font-weight: 600;
}
#listing0 .detail-section .alpha-col {
  width: 100%;
}
#listing0 .detail-section .beta-col { 
  width: 100%;
}
#divOptionsBlock .opt-regular .label, .addToCartBlock label {
  font-size: 16px;
  font-weight: 400;
}
#listing0 .quantityBlock a {
  color: #b1273c;
  font-family: "Sacramento";
  font-size: 30px;
  font-weight:400;
}
#listing0 .icon-angle-down {
  color: #ccc;
}
#listing0 .quantity-table {
  color: #999;
  margin: 1em 0;
  font-size: 17px;
}
#listing0 .availabilityInfo {
  font-size: 19px;
}
#listing0 .retailprice {
  color: #a6a6a6;
  font-size: 17px;
}
#listing0 .savings {
  font-size: 17px;
}
#listing0 .pricingBlock .saleprice {
  font-size: 24px;
  font-weight: 600;
}
#listing0 h4 {
  font-size: inherit;
  margin-bottom: 5px;
}
.product-header {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.product-header .stars img {
  max-width: 80px !important;
}
#listing0 .product-id {
  display: inline-block;
  margin: 0 1em 0 0 ;
  vertical-align: middle;
}
#listing0 .totalrating {
  float: none;
  line-height: inherit;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.qaLinkFirst > a {
  color: #b1273c;
  font-weight: 600;
}
.modal-bg::before {
  display: none;
}


#schedule {
	float:left;
	width:100%;
	border:1px solid #96DC24;
}

#schedule ul{
	display: table;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #96DC24;
}
#schedule ul:hover{
	background:#D4EB9F;
}
#schedule ul:first-child{
	border-top:0px solid #96DC24;
}
#schedule ul li{
	display:table-cell;
/*	float:left; */
	width:50%;
	padding:10px;
	vertical-align:middle;
}
#schedule ul li:nth-child(even){
	border-left:1px solid #96DC24;
}

#schedule a{
	color:#b1273c;
}
#schedule a:hover {
	color:#b1273c;
	text-decoration:underline;
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}

#Instructions_pg {
	color:#b1273c;
}
#Instructions_pg a{
	text-decoration: underline;
}
#Instructions_pg .bes_list {
	font-weight:700;
	margin-bottom:15px;
}
#Instructions_pg .bes_list span{
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}

#Samples {
}
#Samples ul{
	margin:20px 0;
	padding:0;
	list-style:none;
	display:table;
	max-width:600px;
}
#Samples ul li{
	padding:10px;
	margin:0;
	text-align:center;
	width:48%;
	display: inline-block;
	vertical-align:middle;
}
#Samples a{
}
#Samples a:hover {
	text-decoration:underline;
}
#Samples em{
	color:#333;
}
#Samples .bes_list {
	margin-bottom:15px;
}
#Samples .bes_list strong{
	color:#b1273c;
}
@media only screen and (max-width: 1023px) {
	#Samples ul li{
		float:left;
	}
}
@media only screen and (max-width: 767px) {
}

.contentcopy {
	margin:10px 0;
	max-width:600px;
}

#free_designs{}
#free_designs .red {
	color:#F00;
}
#free_designs > div{
	margin-bottom:15px;
}
#free_designs a{
	font-weight:700;
	color:#b1273c;
}
#free_designs a:hover {
	text-decoration:underline;
}


#Seminar {
	float:left;
	width:100%;
	border:1px solid #96DC24;
}
#Seminar .headings {
	font-family: 'Sacramento', cursive;
	color:#b1273c;
	text-align:center;
	font-size:28px;
}
#Seminar ul{
	display: table;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #96DC24;
}
#Seminar ul:first-child{
	background:#D4EB9F;
}
#Seminar ul:hover{
	background:#D4EB9F;
}
#Seminar ul:first-child{
	border-top:0px solid #96DC24;
}
#Seminar ul li{
	display:table-cell;
/*	float:left; */
	width:40%;
	padding:10px;
	border-left:1px solid #96DC24;
	vertical-align:middle;
}
#Seminar ul li:first-child{
	border-left:none;
}
#Seminar ul li.col1{
	text-align:center;
	width:20%;
}

@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 420px) {
	#Seminar .headings {
		display:none;
	}
	#Seminar ul{
		border:1px solid #96DC24;
		padding:5px;
	}
	#Seminar ul:first-child{
		display:none;
	}
	#Seminar ul:hover{
	}
	#Seminar ul:first-child{
	}
	#Seminar ul li{
		display: block;
		float:left;
		width:100%;
		border:none;
		text-align:center;
		padding:0px;
	}
	#Seminar ul li:first-child{
	}
	#Seminar ul li.col1{
		width:100%;
		font-weight:700;
	}
}
