/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/
/***************************************/
/*	HELPER CLASSES           */
/***************************************/
/*********************************/
/*          CUSTOM STYLES        */
/*********************************/
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.round {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.ypad10 {
  padding: 10px 0px;
}

.xpad10 {
  padding: 0px 10px;
}

.txt-c {
  text-align: center !important;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.pad20 {
  padding: 20px;
}

.hide {
  display: none;
}

/*
Container
--------------------------*/
.m-container {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .m-container {
    max-width: 980px;
  }
}
@media (max-width: 1023px) {
  .m-container {
    max-width: 768px;
    padding: 0 15px;
  }
}

/*********************************/
/*          Utilities       */
/*********************************/
/*
GRID SYSTEM
--------------------------*/
.col-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .col-group {
  zoom: 1;
}

/* IE6 */
*:first-child + html .col-group {
  zoom: 1;
}

/* IE7 */
.col-2,
.col-xs-2 {
  width: 20%;
}

.col-3,
.col-xs-3 {
  width: 25%;
}

.col-4,
.col-xs-4 {
  width: 33.3333333%;
}

.col-5,
.col-xs-5 {
  width: 41.666666666666664%;
}

.col-6,
.col-xs-6 {
  width: 66.66666666%;
}

.col-8,
.col-xs-8 {
  width: 80%;
}

.col-2, .col-xs-2,
.col-3, .col-xs-3,
.col-4, .col-xs-4,
.col-5, .col-xs-5,
.col-6, .col-xs-6,
.col-8, .col-xs-8 {
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .col-2, .col-xs-2,
  .col-3, .col-xs-3,
  .col-4, .col-xs-4,
  .col-5, .col-xs-5,
  .col-6, .col-xs-6,
  .col-8, .col-xs-8 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

/*
TYPOGRAPHY
------------------------------*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/*
Lists
---------------------------------*/
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
Alignment
-----------------*/
.inline-left {
  display: inline-block;
  float: left;
}

.inline-right {
  display: inline-block;
  float: right;
}

/*
Visibility
-----------------*/
.visible-tab {
  display: none;
}
@media (max-width: 1023px) {
  .visible-tab {
    display: block;
  }
}

.visible-mob {
  display: none;
}
@media (max-width: 767px) {
  .visible-mob {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)        */
/*******************************************************************************************************/
/*body:: Controls website background and any other text outside of a table without an associated style.*/
body {

font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #mauve /* color 3 */;
background: #273B48  ;  /*  color 2*/
line-height: 1.25em;
font-weight: 500;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
overflow-x: hidden;

}

/*mainframe:: Container for all the page elements not including the top bar if there is one.*/
.mainframe {
  width: 100%;
  padding: 0px 0px;
  margin: 0px auto 30px auto;
  /*background: #cccccc /* color 3 */;*/ 
  position: relative;
}

/*mod_bg:: Controls the left and right column modules background.*/
.mod_bg {
  padding: 0px 0px 30px 0px;
  background: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc /* color 3 */;
}
.mod_bg ul.cat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod_bg ul.cat > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod_bg ul.cat li {
  line-height: 1.8;
}
.mod_bg ul.cat li a {
  color: #cccccc /* color 5 */;
}
.mod_bg ul.cat li a:hover {
  color: #cccccc; /*   color 5 */  /* color 5 */
}

/*
iOS safari reset for input fields
---------------*/
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*************************/
/*** ALL GLOBAL TITLES ***/
/*************************/
/*header-specials:: Styling for title of Featured Products.*/
.header-specials {
  background: none;
  font-size: 1.8em;
  color: #cccccc; /* color 3 */
  text-transform: none;
  text-decoration: none;
  padding: 8px 0px;
  line-height: 2;
  text-align: left;
  position: relative;
  z-index: 1;
}

/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/
.menu-headers {
  background: none;
  font-size: 1.3em;
  color: #cccccc /* color 5 */;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  padding: 8px 0px;
  line-height: 1.2;
  text-align: left;
  position: relative;
  z-index: 1;
}

/*page_headers:: Controls the title of all your pages.*/
.page_headers {
  font-size: 1.3em;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #cccccc /* color 3 */;
  margin: 0px 0px 0px 0px;
  text-transform: none;
  padding: 0px 0px;
  /*font-weight: 700;*/
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: none;
  text-align: left;
  position: relative;
}

/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/
.titles {
  color: #cccccc /* color 5 */;
  background: #cccccc;       /* color 5 */
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
  text-transform: none;
  padding: 0px 8px;
  /*font-weight: 700;*/
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-align: left;
  position: relative;
}

/*titles2:: Controls the titles on the view cart page*/
.titles2 {
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #cccccc /* color 5 */;
  margin: 0px 0px 0px 0px;
  text-transform: none;
  padding: 0px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: none;
  text-align: left;
  position: relative;
}

/*******************************************************************************************************/
/*          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;
}

/*data:: Controls the font style of your content on all the pages.*/
.data {
  letter-spacing: 0px;
}

/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
  background: #cccccc /* color 5 */;
  padding: 2px 2px 2px 2px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*price:: Controls the way the product's final price display throughout the site.*/
.price {
  font-size: 1.3em;
  color: #cccccc /* color 5 */;
  font-weight: bold;
  letter-spacing: 0px;
}

/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/
.price2 {
  font-size: 14px;
  color: #cccccc /* color 5 */;
  font-weight: bold;
}

/*error:: Controls the error messages*/
.error {
  font-size: 14px;
  font-weight: 500;
  color: #e10e04;
  text-decoration: none;
}

/*borders:: Controls the color of the line dividers used throughout the site.*/
.borders {
  color: #cccccc /* color 5 */;
  border: 1px solid #cccccc /* color 5 */;
}

/*borders2:: Controls the color of the dotted line dividers used throughout the site.*/
.borders2 {
  border: 1px solid #cccccc /* color 5 */;
  border-style: none none dotted;
}

/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/
A, A:visited {
  color: #cccccc;  /* color 5 */
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 200 ease;
  -moz-transition: color 200 ease;
  -ms-transition: color 200 ease;
  -o-transition: color 200 ease;
  transition: color 200 ease;
  font-style: 300;
  text-decoration: none;
  font-weight: 500;
}

/*A:hover:: When a user passes  their mouse over them.*/
A:hover, A:visited:hover {
  color: #cccccc /* color 5 */;
  text-decoration: none;
}

/*******************************************************************************************************/
/*   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: #cccccc /* color 5 */;
  font-weight: bold;
}

/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
  font-size: 14px;
  font-weight: bold;
  color: #cccccc /* color 5 */;
}

/*******************************************************************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/*******************************************************************************************************/
/*btn:: Controls the buttons, (ONLY if it is not using and image).*/
.btn {
  font-family: "Open Sans", sans-serif;
  background: #cccccc;  /* color 3 */
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #273B48 /* color 2 */;
  border: none;
  line-height: 22px;
  padding: 2px 8px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/
.btn:hover, .btn_over {
  font-family: "Open Sans", sans-serif;
  background: #cccccc;  
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #273B48 /* color 5 */;
  border: none;
  line-height: 22px;
  padding: 2px 8px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/
.txtBoxStyle {
  border: 1px solid #273B48; /* leftover */
  background-color: #cccccc;  /* leftover */
  font-weight: normal;
  font-size: 14px;
  color: #3F3C63; /* color 1 */
  padding: 3px 1px 3px 8px;
  font-family: "Open Sans", sans-serif;
}

/*txtAreaStyle:: Controls the text and style of the Text Areas.*/
.txtAreaStyle {
  border: 1px solid #cdcdcd;  /*  light grey
  background-color: #fefefe;  /* white */
  font-weight: normal;
  font-size: 14px;
  color: #FFF;
}

/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
  height: 20px;
  color: #FFF;
  font-size: normal;
  border: none;
  padding: 3px 0px 0px 0px;
  margin: 0;
}

/*******************************************************************************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/*******************************************************************************************************/
/*invoice_table:: Controls the background color on your invoices*/
.invoice_table {
  background-color: #273B48; /* color 2 */
}

/*invoice_title:: Controls the way the title of the invoices look */
.invoice_title {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ccc;
  color: #cccccc /* color 5 */;
}

img {
  border: none;
}

/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/
/*font1:: Primary Screen Font */
.font1 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #cccccc /* color 5 */;
}

/*font2:: Secondary Screen Font */
.font2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #cccccc; /* color 5 */
}

.font3 {
  font-family: "Open Sans", sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #cccccc /* color 5 */;
}

.font4 {
  font-family: "Open Sans", sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #cccccc;  /* color 5 */
}

/*top:: Controls the  Color of the top Bar*/
/*line:: Controls the  Color of the line below the top bar*/
/*store-name:: Store Name.*/
.store-name {
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 50px;
  color: #cccccc;  /* color 5 */
  text-transform: uppercase;
  display: block;
}

/*store-slogan:: Store Slogan.*/
.store-slogan {
  font-family: "Alex Brush", cursive;
  font-size: 23px;
  color: #cccccc /* color 5 */;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  line-height: 24px;
  display: block;
}

/*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 {
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  color: #cccccc;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: underline;
}

/*
START: SELECTION COLORS
-------------------*/
::-moz-selection {
  background: #cccccc;   /* color 5 */
  color: #273B48 /* color 5 */;
  text-shadow: none;
}

::selection {
  background: #cccccc;  /* color 5 */
  color: #273B48 /* color 5 */;
  text-shadow: none;
}

/*
Place Holder
------------------*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
/*********************************/
/*Frame*/
/*********************************/
#TS_items, #NR_items {
  position: relative;
}

#mainContainer {
  width: 100%;
  padding-bottom: 15px;
  margin: 0px;
  min-height: 400px;
  background: none;
}

#midContent {
  float: left;
  background: none;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  min-height: 400px;
}

#leftContent {
  float: left;
  width: 200px;
  background: none;
  margin: 0px 12px 0px 0px;
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #ccc;
  position: relative;
}
@media (max-width: 1023px) {
  #leftContent {
    display: none;
  }
}

/*********************************/
/*Global Product Display Styling*/
/*********************************/
.productBlockContainer {
  margin: 0 -10px;
}

.product-container {
  margin: 0;
  padding: 0 10px 20px 10px;
}
@media (max-width: 767px) {
  .product-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto 15px auto !important;
    display: block;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
  }
}

.product-container.middle-item {
  padding: 0 10px !important;
}

.product-container.first-item {
  padding-left: 10px !important;
}

.product-container.last-item {
  padding-right: 10px !important;
}

.product-item {
  padding: 8px;
  margin: 0px auto 0px auto;
  text-align: center;
  position: relative;
  background: none;
  border: none;
  min-height: inherit;
}

.product-item .img {
  padding: 0px;
  background: #FFF /* probably will stay white for all drafts */;
  width: 100%;
  height: auto;
  min-height: initial;
  position: relative;
  padding-top: 110%;
  border: 1px solid #cccccc;  /* color 5 */
}

.product-item .img img {
  max-width: 100%;
  max-height: 200px;
  min-height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product-item .content {
  position: relative;
  width: 100%;
  margin: 5px auto 5px auto;
  padding: 0px 8px;
  background: none;
  overflow: hidden;
  text-align: center;
}

.product-item .name {
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #cccccc /* color 5 */;
  text-align: center;
  line-height: 18px;
  height: 108px;
  min-height: 0;
  overflow: hidden;
  padding: 0px;
  margin: 10px 0;
}

.product-item .name a {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #cccccc /* color 5 */;
  line-height: 18px;
  text-transform: uppercase;
}

.product-item .name a:hover {
  color: #838255/* color 5 */;
  text-decoration: none;
}

.product-item .price {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #cccccc;  /* color 3 */
  text-align: center;
  line-height: 26px;
  height: 26px;
  padding: 0px 0px;
  margin: 10px 0;
  vertical-align: top;
  overflow: hidden;
}

.product-item .price img {
  vertical-align: top;
}

.product-item .stars {
  float: none;
  line-height: 16px;
  height: 16px;
  margin: 5px 0px;
  position: relative;
  text-align: center;
}

.product-item .stars img {
  display: block;
  vertical-align: middle;
  float: none;
  margin: auto;
}

.product-item .stars span {
  float: none;
  display: none;
}

.product-item .status {
  color: #cccccc;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px 0;
}

.product-item .qty {
  font-size: 18px;
  margin-top: 15px;
}

.product-item .qty input {
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #cccccc;   /* color 5 */
}

.product-item s, .product-item .price2, .product-item del {
  font-size: 24px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #cccccc;  /* color 5 */
  padding-right: 2px;
}

.product-item .onsale, .product-item .on-sale {
  background: #cccccc;  /* color 5 */
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 1;
  color: #cccccc /* color 5 */;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 1;
  padding: 0;
  text-transform: uppercase;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.product-item {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-item:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#midContent img {
  max-width: 100%;
}

#leftContent .menu-headers {
  color: #cccccc;  /* color 5 */
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .logo {
  position: relative;
  height: 100%;
  min-width: 200px;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
}
header .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  header {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .logo img {
    position: static;
    right: 0;
  }
}

.welcome-msg {
  color: #cccccc /* color 5 */;
  padding: 11px;
  text-align: center;
}
.welcome-msg a {
  color: #cccccc /* color 5 */;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.welcome-msg a:hover {
  color: #cccccc /* color 5 */;
  opacity: 0.8;
}

.header-right {
  float: right;
}
.header-right .header-account,
.header-right .header-search-container,
.header-right .cart-area {
  float: left;
  position: relative;
}
.header-right .header-account > a {
  display: block;
  width: 115px;
  height: 72px;
  background: url("images/account.png") no-repeat;
  cursor: pointer;
  color: #cccccc /* color 5 */;
  line-height: 72px;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 15px;
  margin-right: 1px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-right .header-account > a:hover {
  opacity: 0.7;
}
.header-right .header-account .login-register {
  background: 666633;
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  display: none;
  z-index: 50;
}
.header-right .header-account .login-register a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
.header-right .header-account .login-register a:hover {
  background: #cccccc;  /* color 5 */
}
.header-right .header-account:hover .login-register {
  display: block;
}
.header-right .header-search {
  display: block;
  width: 85px;
  height: 72px;
  background: url("images/search.png") no-repeat;
  cursor: pointer;
  color: #cccccc /* color 5 */;
  line-height: 72px;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 1px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-right .header-search:hover {
  opacity: 0.7;
}
.header-right .cart-area a {
  display: block;
  width: 86px;
  height: 72px;
  background: url("images/cart.png") no-repeat;
  cursor: pointer;
  color: #cccccc /* color 5 */;
  line-height: 72px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.header-right .cart-area a:hover {
  opacity: 0.7;
}
.header-right .cart-area a span {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  line-height: 26px;
  text-align: center;
  background: #cccccc;
  border-radius: 100%;
  font-size: 13px;
  font-weight: bold;
}

.top-bar {
  background: #cccccc;  /* color 5 */
  height: 72px;
  padding: 0;
}
@media (max-width: 1023px) {
  .top-bar {
    display: none;
  }
}

/*
category menu
-------------------*/
@media (max-width: 1023px) {
  .cat-menu {
    display: none;
  }
}
.cat-menu .m-container {
  background: transparent;
}
.cat-menu .cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.cat-menu .cat-list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-menu .cat-list > li {
  position: relative;
  margin: 0 8px;
}
.cat-menu .cat-list > li > a {
  color: #cccccc;  /* color 3 */  / * this is the text color .   background is color of web page */
  font-size: 16px;
  font-weight: 650;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.cat-menu .cat-list > li > a:hover {  /* on  the hover I want them reversed so...background goes to color 3.  text to color 5 */
  color: #273B48;   /* color 5 */
  background: #cccccc; /* color 3 */
}
.cat-menu .cat-list > li:hover a {   /* this seems to be just a repeat of whats above so I will make it the same as above */
  color: #273B48 /* color 5 */;
  background: #cccccc;  /* color 3 */
}
.cat-menu .cat-list > li .subMenu {  /* this is the sub menu and has nothing to do with above   */
  position: absolute;
  background: #cccccc;  /* color 5 */
  list-style: none;
  width: 180px;
  margin: 0;
  padding: 0;
  z-index: 9999;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -ms-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
  height: 0;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 1023px) {
  .cat-menu .cat-list > li .subMenu {
    display: none;
  }
}
.cat-menu .cat-list > li .subMenu li a {
  color: #273B48 /* color 5 */;
  font-size: 14px;
  display: block;
  padding: 10px;
  background: #cccccc; /* color 2 */
}
.cat-menu .cat-list > li .subMenu li a:hover {
  background: transparent;
}
.cat-menu .cat-list > li:hover .subMenu {
  height: auto;
}

/*
links menu
-------------------*/
@media (max-width: 767px) {
  .link-menu {
    display: none;
  }
}
.link-menu .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding: 27.5px 0;
}
.link-menu .links-list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-menu .links-list > li {
  padding: 0 10px;
  border-right: 1px solid #cccccc /* color 5 */;
  line-height: 1;
}
.link-menu .links-list > li:last-child {
  border-right: none;
}
.link-menu .links-list > li > a {
  color: #FFF /* color 5  changed back to white for draft 1*/;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.link-menu .links-list > li > a:hover {
  opacity: 0.7;
}

/*
Mobile menu
----------------*/
.hidden-mobile-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 21;
}

.tab-ham-container {
  margin-top: 15px;
  zoom: 1;
  display: none;
}
.tab-ham-container:before {
  content: "";
  display: table;
}
.tab-ham-container:after {
  clear: both;
}
@media (max-width: 1023px) {
  .tab-ham-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-ham-container {
    display: none;
  }
}
.tab-ham-container .tab-ham {
  color: #cccccc /* color 5 */;
  padding: 3px 2px;
  font-size: 20px;
  background: #cccccc;  /* color 5 */
  display: inline-block;
  float: right;
  cursor: pointer;
}
.tab-ham-container .tab-ham:hover {
  opacity: 0.8;
  background: #cccccc /* color 5 */;
}

.mob-menu {
  display: none;
  -webkit-transition: right 300ms ease-out;
  -moz-transition: right 300ms ease-out;
  -ms-transition: right 300ms ease-out;
  -o-transition: right 300ms ease-out;
  transition: right 300ms ease-out;
  position: fixed;
  top: 0;
  right: -250px;
  background: #cccccc; /* color 1 */
  width: 250px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  border-left: 3px solid #cccccc;  /* color 5 */
}
@media (max-width: 1023px) {
  .mob-menu {
    display: block;
  }
}
.mob-menu.open {
  right: 0;
}
.mob-menu .mob-menu-close {
  color: #cccccc /* color 5 */;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px auto;
}
.mob-menu .mob-menu-close i {
  cursor: pointer;
}
.mob-menu .mob-menu-mod {
  color: #cccccc /* color 5 */;
  margin-bottom: 25px;
}
.mob-menu .mob-menu-mod .mob-mod-heading {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.mob-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu ul li {
  margin-bottom: 5px;
}
.mob-menu ul li a {
  color: #cccccc /* color 5 */;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.mob-menu ul li a:hover {
  color: #273B48 /* color 5 */;
  background: #666699;  /* color 5 */
}
.mob-menu .welcome-msg {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  display: block;
  width: 100%;
  text-align: left;
}
.mob-menu .welcome-msg a {
  color: #cccccc /* color 5 */;
  text-decoration: underline;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

/*
Mob menu bar 
------------------*/
.mob-menu-bar {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: #cccccc;  /* color 5 */
}
@media (max-width: 1023px) {
  .mob-menu-bar {
    display: block;
  }
}
.mob-menu-bar > div {
  color: #cccccc /* color 5 */;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 36px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mob-menu-bar > div {
    font-size: 30px;
  }
}

.copyright {
  text-align: center;
  background: #cccccc;
}

.copyright, .copyright a {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  color: #cccccc /* color 5 */;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
}

.global-banners {
  position: relative;
  padding: 5px 0px;
  color: #cccccc /* color 5 */;
}

/*
footer
-----------*/
footer {
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #273B48;
}
footer .m-container .footer-left {
  display: inline-block;
  float: left;
  max-width: 60%;
}
footer .m-container .footer-right {
  display: inline-block;
  float: right;
  max-width: 40%;
}
footer .m-container .globalFooter {
  float: right;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
}
footer .m-container .globalFooter img {
  max-width: 100%;
}
footer .m-container .copyright {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .m-container {
    padding-left: 0;
    padding-right: 0;
  }
  footer .m-container .footer-left,
  footer .m-container .footer-right {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  footer .m-container .footer-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .m-container .globalFooter {
    display: block;
    float: none;
  }
  footer .m-container .copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*
Extra pages
----------------*/
@media (max-width: 767px) {
  .extra-pages {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.extra-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.extra-pages ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.extra-pages ul > li {
  width: 50%;
  float: left;
  padding-right: 10px;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
.extra-pages ul > li > a {
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-weight: 400;
}
.extra-pages ul > li > a:hover {
  opacity: 0.7;
}
.extra-pages ul > li:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .extra-pages ul {
    display: none;
  }
  .extra-pages ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .extra-pages ul:before {
    display: none;
  }
}
.extra-pages .quick-links-btn {
  color: #273B48 /* color 5 */;
  background: #cccccc;  /* color 5 */
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
.extra-pages .quick-links-btn:before {
  content: "+";
  margin-right: 5px;
}
.extra-pages .quick-links-btn.open:before {
  content: "\2013";
}
@media (max-width: 767px) {
  .extra-pages .quick-links-btn {
    display: block;
  }
}

/*
Mailing List
-----------------*/
.mailinglist-box {
  max-width: 260px;
  margin: 0 auto;
}

.mailinglist {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mailinglist {
    padding: 20px;
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mailinglist_text {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .mailinglist_text {
    text-align: center;
  }
}

.mailinglist-form {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.mailinglist-txt {
  border: none;
  height: 42px;
  width: 100%;
  background: #cccccc; /* color 2 */
  padding-left: 10px;
  padding-right: 70px;
}

.mailinglist-btn {
  position: absolute;
  width: 60px;
  height: 42px;
  border: none;
  color: #cccccc /* color 5 */;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #cccccc;  /* color 5 */
  -webkit-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0;
}
.mailinglist-btn:hover {
  opacity: 0.7;
}

.maillist-options {
  padding-top: 10px;
}

.maillist-options .subscribe {
  color: #cccccc /* color 5 */;
  display: inline-block;
  float: left;
  font-size: 11px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  font-weight: 600;
}

.maillist-options .subscribe > label {
  padding-left: 20px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
  background: url("images/radio.png") no-repeat left center;
  display: inline-block;
  text-transform: uppercase;
}

.maillist-options .subscribe > input[type="radio"]:checked + label {
  background: url("images/radio-selected.png") no-repeat left center;
}

.maillist-options .subscribe input[type="radio"] {
  display: none;
}

@media (max-width: 767px) {
  .maillist-options {
    text-align: center;
  }
  .maillist-options .subscribe {
    margin: 0 10px;
    float: none;
  }
}
.search-inner {
  position: absolute;
  width: 335px;
  max-width: 335px;
  right: -20px;
  visibility: hidden;
  height: 0;
  overflow: hidden;
z-index:100;
}
@media (max-width: 767px) {
  .search-inner {
    display: none;
  }
}
.search-inner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #cccccc transparent; /* color 5 */
  display: block;
  margin-left: auto;
  margin-right: 50px;
}
.search-inner .search-elements {
  background: #cccccc;  /* color 5 */
  padding: 7px;
}
.search-inner .searchBox {
  position: relative;
}

.search-text {
  margin: 0;
  width: 100%;
  height: 52px;
  padding: 0 10px;
  padding-right: 100px;
  font-size: 14px;
  border: none;
  position: relative;
  z-index: 10;
  background: #cccccc; / * color 3 */
  color: #FFF;
}


input.search-text::-webkit-input-placeholder {
  color: #FFF;
}
input.search-text:-moz-placeholder {
  color: #FFF;
}
/* FF 4-18 */
input.search-text::-moz-placeholder {
  color: #FFF;
}


input.search-text:focus::-webkit-input-placeholder {
  color: transparent;
}

input.search-text:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input.search-text:focus::-moz-placeholder {
  color: transparent;
}

.search-btn {
  color: #fff /* color 5 */;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  width: 84px;
  background: #cccccc; /* color 1 */
  -webkit-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 14px;
  z-index: 100;
  text-transform: uppercase;
border:1px solid;
}
.search-btn:hover {
  opacity: 0.8;
}

.m-search-area {
  position: fixed;
  width: 300px;
  height: 140px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #cccccc;  /* color 5 */
  z-index: 500;
  display: none;
}
.m-search-area .search-area {
  width: 250px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 52px;
}
.m-search-area .search-area .searchBox {
  display: block;
}
.m-search-area .search-btn {
  width: 60px;
  padding: 0;
}
.m-search-area .search-btn img {
  max-width: 100%;
  max-height: 100%;
}
.m-search-area .mob-search-close {
  color: #cccccc /* color 5 */;
  font-size: 24px;
  padding: 5px;
  text-align: right;
}
.m-search-area .mob-search-close i {
  cursor: pointer;
}

.header-search-container:hover .search-inner {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.searchlight-results {
  color: #FFF !important;  /* color 1 */
}
@media (max-width: 1023px) {
  .searchlight-results {
    display: none;
  }
}
.searchlight-results a {
  color: #FFF !important; /* color 1 */
}

/*******************************************************/
/*       Social Icons     */
/*******************************************************/
.social-icons {
  padding-top: 0;
  text-align: right;
  display: inline-block;
  float: right;
}
.social-icons h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .social-icons {
    text-align: center;
    float: none;
    display: block;
    text-align: center;
  }
  .social-icons h3 {
    font-size: 18px;
    text-align: center;
  }
}

.social-icons a {
  text-decoration: none;
  color: #272727;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  background-image: none;
  background: #FFF;  /* color 1 */
  border-radius: 100%;
  float: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icons a:first-child {
  margin-left: 0;
}

.social-icons a:hover {
  color: #fff;
  background: #cccccc;  /* color 5 */
  text-decoration: none;
}

.social-icons a.facebook:after {
  content: '\e81b';
}

.social-icons a.twitter:after {
  content: '\e817';
}

.social-icons a.gplus:after {
  content: '\e819';
}

.social-icons a.youtube:after {
  content: '\e818';
}

.social-icons a.pinterest:after {
  content: '\e815';
}

.social-icons a.instagram:after {
  content: '\e813';
}

.social-icons a.tumblr:after {
  content: '\e816';
}

.social-icons a.blog:after {
  content: '\e809';
}

/*********************************/
/*Top Sellers*/
/*********************************/
.Tsellers-section {
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px;
  background: none;
  position: relative;
  text-align: center;
  border-top: 1px solid #d0d6dc;
}

.Tsellers-section-top {
  border-top: none;
}

.Tsellers-section .image-container {
  width: 100%;
  height: 110px;
  padding: 0px;
  text-align: center;
  position: relative;
  display: none;
}

.Tsellers-section .image-container img {
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Tsellers-section .products-info {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #cccccc /* color 5 */;
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0px;
  margin: 2px 0px;
}

.Tsellers-section .products-info a, .Tsellers-section .products-info a:visited {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #cccccc /* color 5 */;
  line-height: 1.25em;
  text-transform: none;
  text-decoration: none;
}

.Tsellers-section .products-info a:hover, .Tsellers-section .products-info a:visited:hover {
  color: #cccccc;  /* color 5 */
  text-decoration: none;
}

.Tsellers-section .products-price {
  color: #cccccc;  /* color 5 */
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: right;
  line-height: 1.25em;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  float: left;
  width: 50%;
}

.Tsellers-section .products-review {
  text-align: left;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 50%;
}

.Tsellers-section .products-review img {
  vertical-align: middle;
  line-height: 26px;
}

.Tsellers-section-top .image-container {
  display: block;
}

/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
  display: none;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #cccccc;  /* color 5 */
  position: absolute;
  top: -10px;
  right: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #cccccc /* color 5 */;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-shadow: inset 0px -2px 20px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -2px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 20px 1px rgba(0, 0, 0, 0.2);
}

/*ranking:: Controls the way the menu icons display if they are being used.*/
.ranking {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #273B48;  /* color 5 */
  padding: 0px;
  text-align: center;
  background: #cccccc;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/***************************************/
/*   Styled Divs to replace Selects    */
/***************************************/
#Brands_items, #Brands_items2 {
  position: relative;
}

#Brands_items .all-guides, #Brands_items2 .all-guides {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 5;
}

#Show-Brands, #Show-Brands2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  background: #838255 url(images/d-arrow.png) right center no-repeat;
  width: 100%;
  height: 34px;
  line-height: 32px;
  border: 1px solid #d4d4d4;
}

#Show-Brands .hov, #Show-Brands2 .hov {
  cursor: pointer;
  padding: 0px 34px 0px 10px;
}

.all-guides {
  list-style: none !important;
  margin: 0px !important;
  padding: 2px !important;
  background: #e8e8e8 !important;
  border: 1px solid #d4d4d4;
  height: 156px !important;
  overflow: auto !important;
  display: none;
}

.all-guides li {
  line-height: 20px;
  float: none !important;
  margin: 0 !important;
}

.all-guides li:hover {
  color: #273B48 /* color 5 */;
  background: #cccccc;  /* color 5 */
}

.all-guides a, .all-guides a:visited {
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  color: #273B48;
  font-size: 14px;
  padding: 5px 5px !important;
}

.all-guides a:hover, .all-guides a:visited:hover {
  color: #cccccc /* color 5 */ !important;
  text-decoration: none !important;
}

#home .header-specials {
  color: #cccccc /* color 5 */;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 38px;
  font-family: "Alex Brush", cursive;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home .header-specials {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#home #homeCarousel {
  margin-top: 0px;
}

/*********************************/
/*HomePage and Carousel*/
/*********************************/
.home-width img {
  display: block;
}

#HOME > div.home-width {
  text-align: justify;
}

#home_carousel {
  width: 100%;
  float: left;
}

.homepage_silder {
  margin-bottom: 10px !important;
  margin: 0px auto !important;
}

.flexslider {
  background: transparent !important;
}

.flex-control-nav {
  bottom: 10px !important;
  z-index: 10;
  text-align: right !important;
  padding: 0 10px !important;
}

.flex-control-nav li {
  margin: 0 4px !important;
}

.flex-direction-nav a {
  line-height: 40px;
}

.flex-control-paging li a {
  background: #cccccc !important; /* color 4 */
  background: #cccccc !important; /* color 4 */
  font-size: 0px !important;
  width: 12px !important;
  height: 12px !important;
}

.flex-control-paging li a:hover {
  background: #cccccc !important;
  background: rgba(143, 209, 0, 0.8) !important;
}

.flex-control-paging li a.flex-active {
  background: #8fd100 !important;
  background: #8fd100 !important;
}

.feat-item-list {
  margin-bottom: 20px;
}

/*********************************/
/* Category */
/*********************************/
.paging a {
  color: #FFF;
}
.paging a:hover {
  background: #cccccc;  /* color 5 */
}

/*
.sub-categories {background:none; padding:0 !important; border:none; width:100%; margin:0 0 0 0;}
.sub-categories .name{font-size: 18px; background:none; padding:0 5px; text-transform:none; color:#2c3e50; line-height:32px; font-weight:700;}
.sub-categories:hover .name{background:none; color:#8fd100;}
.sub-categories .img{position:relative; padding:5px 0;}
.sub-categories .img img{position: absolute; margin:auto; top:0; bottom:0; left:0; right:0; max-width:94%; max-height:94%;}
*/
/*********************************/
/* Listing */
/*********************************/
/*
#listing0
*/
/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
  font-size: 18px;
  font-weight: bold;
  color: #585C5F;
  padding: 5px;
  border: 1px dotted #cccccc;
  border-style: dotted none dotted none;
}

/*item:: Controls the item description and item details text.*/
.item {
  font-weight: 400;
}

/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/
.availability-txt {
  color: #cccccc /* color 5 */;
  text-decoration: none;
  text-align: left;
  padding: 0.2em;
  font-style: italic;
}

/*reward-title:: Controls the title of the Reward Points section.*/
.reward-title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #850000;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 7px;
  line-height: 10px;
  font-size: 16px;
}

#divOptionsBlock .radio-format .radio-option {
  color: #FFF;
  background: #cccccc;
}
#divOptionsBlock .radio-format .radio-option.radio-selected {
  background: #cccccc;  /* color 5 */
}

.modal-bg,
#productReviewNew,
#recommendAFriend,
#viewCartQuick,
#simplemodal-container,
#quickView,
#addtoWishlist,
#productMakeanofferNew,
#divAddrressValidator,
#divAddrressValidator div {
  background: #cccccc !important;
}
.modal-bg .btn,
#productReviewNew .btn,
#recommendAFriend .btn,
#viewCartQuick .btn,
#simplemodal-container .btn,
#quickView .btn,
#addtoWishlist .btn,
#productMakeanofferNew .btn,
#divAddrressValidator .btn,
#divAddrressValidator div .btn {
  background: #cccccc !important;  /* color 5 */
}

#viewCartQuick .product-item .img {
  padding: 10px;
  height: 130px;
}
#viewCartQuick .product-item .img a {
  padding-top: 110px;
}
#viewCartQuick .product-item .price {
  font-size: 16px;
}

.r-tabs .r-tabs-nav {
  border-color: #FFF;  /* color 1 */
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #838255;
  color: #FFF;  /* color 1 */
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  border-color: #838255;
  background-color: #838255;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #cccccc /* color 5 */;
  background: #838255;
}
.r-tabs .r-tabs-panel {
  color: #cccccc /* color 5 */;
  background: #838255;
  border-color: #838255;
}
.r-tabs .r-tabs-panel .item {
  color: #cccccc /* color 5 */;
}


.vat_enabled.columns-4 .price,
.vat_enabled.columns-5 .price,
.vat_enabled.columns-6 .price {
	min-height: 52px;
}
