/* 
================================
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: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.ypad10 {
  padding: 10px 0px;
}

.xpad10 {
  padding: 0px 10px;
}

.txt-c {
  text-align: center !important;
}

.hide {
  display: none;
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mobile-mini {
    display: none;
  }
}

@media (max-width: 1024px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-mobile-mini {
    display: block;
  }
}

.relative {
  position: relative;
}

.hidden-mobile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 11;
}

.pad20 {
  padding: 20px;
}

.color1 {
  color: #4C4C4C;
}

.color2 {
  color: #FFA500;
}

/*
Container
--------------------------*/
.m-container {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .m-container {
    max-width: 1024px;
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .m-container {
    max-width: 767px;
    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,
.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;
}

.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: 50%;
}

.col-6,
.col-xs-6 {
  width: 66.66666666%;
}

.col-8,
.col-xs-8 {
  width: 80%;
}

/*
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: 1024px) {
  .visible-tab {
    display: block;
  }
}

.visible-mob {
  display: none;
}
@media (max-width: 767px) {
  .visible-mob {
    display: block;
  }
}

/*******************************************************************************************************/
/*          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: Arial, sans-serif;
  font-size: 14px;
  color: #676767;
  background: #fff;
  line-height: 1.35;
  font-weight: normal;
  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: #fff;*/
  position: relative;
}

/*mod_bg:: Controls the left and right column modules background.*/
.mod_bg {
  text-align: center;
  padding: 0px 0px 0px 0px;
  background: #fff;
  margin-bottom: 5px;
}
.mod_bg ul.cat {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 0 0;
}
.mod_bg ul.cat > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod_bg ul.cat li {
  line-height: 42px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  text-align: left;
}
.mod_bg ul.cat li a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 0 15px;
}
.mod_bg ul.cat li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

input[type="button"], input[type="text"] {
  -webkit-appearance: none;
}

/*************************/
/*** ALL GLOBAL TITLES ***/
/*************************/
/*header-specials:: Styling for title of Featured Products.*/
.header-specials {
  background: none;
  font-size: 24px;
  font-weight: 400;
  color: #029CDC;
  text-transform: none;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 10px 0;
  line-height: 2.5;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .header-specials {
    font-size: 19px;
    text-align: left;
  }
}

/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/
.menu-headers {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #029CDC;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 15px;
  margin: 0 0 10px 0;
  line-height: 44px;
  text-align: left;
  position: relative;
  z-index: 1;
}

/*page_headers:: Controls the title of all your pages.*/
.page_headers {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #FFA500;
  margin: 0px 0px 10px 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 {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #575757;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 700;
  background: none;
  border: none;
  border-bottom: 2px solid #DCDCDC;
  text-align: left;
  position: relative;
  z-index: 1;
}
.titles span {
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .titles {
    font-size: 16px;
    border-bottom: 4px solid #DCDCDC;
  }
}

/*titles2:: Controls the titles on the view cart page*/
.titles2 {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 0 10px;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  line-height: 36px;
  position: relative;
}

#itemsBlock {
  margin-top: 15px;
}
#itemsBlock .products-header {
  background: #f8f8f8;
  border: 0px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 0 10px;
  font-weight: 700;
  color: #676767;
  font-size: 18px;
  line-height: 2em;
}
#itemsBlock .products-header .sort-by {
  font-size: 18px;
}
#itemsBlock .products-header .sort-by span {
  display: none;
}
@media (max-width: 767px) {
  #itemsBlock .products-header .sort-by {
    display: inline-block;
    padding-left: 20px;
    float: none;
    text-align: center;
  }
}
#itemsBlock .products-header span {
  font-weight: 700;
}
@media (max-width: 767px) {
  #itemsBlock .products-header span {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #itemsBlock .products-header {
    display: block;
    text-align: center;
    background: none;
    border: none;
  }
}

/*******************************************************************************************************/
/*          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: #fff;
  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: 16px;
  color: #4C4C4C;
  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: #676767;
  font-weight: bold;
}

/*error:: Controls the error messages*/
.error {
  font-size: 14px;
  font-weight: normal;
  color: #e10e04;
  text-decoration: none;
}

/*borders:: Controls the color of the line dividers used throughout the site.*/
.borders {
  color: #676767;
  border: 1px solid #ccc;
}

/*borders2:: Controls the color of the dotted line dividers used throughout the site.*/
.borders2 {
  border: 1px solid #ccc;
  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: inherit;
  font-family: Arial, 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: normal;
  text-decoration: none;
  font-weight: normal;
}

/*A:hover:: When a user passes  their mouse over them.*/
A:hover, A:visited:hover {
  color: #FFA500;
  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: #676767;
  font-weight: bold;
}

/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  margin-bottom: 5px;
}

/*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: #029CDC;
}

/*******************************************************************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/*******************************************************************************************************/
/*btn:: Controls the buttons, (ONLY if it is not using and image).*/
.btn {
  font-family: Arial, sans-serif;
  background: #f77622;
  color: #fff;
  border: none;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 5px 10px;
  margin: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -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: Arial, sans-serif;
  background: #008DA9;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  line-height: 26px;
  padding: 5px 10px;
  margin: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -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 #cdcdcd;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;

  margin: 2px 0;
  padding: 8px 1px 9px 8px;
  font-family: Arial, sans-serif;
}

/*txtAreaStyle:: Controls the text and style of the Text Areas.*/
.txtAreaStyle {
  border: 1px solid #cdcdcd;
  background-color: #fefefe;
  font-weight: normal;
  font-size: 14px;
  color: #686868;
}

/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
  height: 20px;
  color: #686868;
  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: #f9f8f8;
}

/*invoice_title:: Controls the way the title of the invoices look */
.invoice_title {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ccc;
  color: #676767;
}

img {
  border: none;
}

/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/
/*font1:: Primary Screen Font */
.font1 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #676767;
}

/*font2:: Secondary Screen Font */
.font2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4C4C4C;
}

.font3 {
  font-family: Arial, sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #FFA500;
}

.font4 {
  font-family: Arial, sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #4C4C4C;
}

/*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: Arial, sans-serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 50px;
  color: #4C4C4C;
  text-transform: uppercase;
  display: block;
}

/*store-slogan:: Store Slogan.*/
.store-slogan {
  font-family: Arial, sans-serif;
  font-size: 23px;
  color: #FFA500;
  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: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  color: #ccc;
  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: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: underline;
}

/*
START: SELECTION COLORS
-------------------*/
::-moz-selection {
  background: #4C4C4C;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4C4C4C;
  color: #fff;
  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;
  padding: 0 12px;
}

.quicktabs {
  text-align: center;
}
@media (max-width: 767px) {
  .quicktabs {
    margin-top: 4px;
  }
}
.quicktabs > div {
  float: left;
  margin: 8px 11px 8px 0;
}
.quicktabs > div:last-child {
  margin-right: 0;
  float: right;
}
@media (max-width: 1024px) {
  .quicktabs > div:last-child {
    float: none;
  }
}
@media (max-width: 1024px) {
  .quicktabs > div {
    float: none;
    display: inline-block;
    margin: 8px 0px 0px 0px !important;
  }
  .quicktabs > div.hide-mobile {
    display: none;
  }
  .quicktabs > div img {
    display: block;
  }
}
@media (max-width: 980px) {
  .quicktabs > div {
    float: none;
    display: inline-block;
    margin: 8px 6px 0px 6px !important;
  }
}
@media (max-width: 767px) {
  .quicktabs > div {
    float: none;
    display: inline-block;
    margin: 0px !important;
    padding: 3px;
    width: 49%;
  }
  .quicktabs > div img {
    width: 98% 
    max-width: 100%
    height: 28px 
  }
  .quicktabs > div:first-child {
    width: 100%;
  }
}

.content-area > .m-container {
  max-width: 980px;
  padding: 0px;
}
@media (max-width: 1024px) {
  .content-area > .m-container {
    padding: 0px 15px;
  }
}

#mainContainer {
  width: 100%;
  padding: 0px 0 0 0;
  margin: 0px;
  min-height: 400px;
  background: none;
}
@media (max-width: 1024px) {
  #mainContainer {
    padding: 5px 0 15px 0;
  }
}

#midContent {
  float: left;
  padding: 0 0px;
  width: 100%;
  margin: 0px;
  min-height: 400px;
}
@media (max-width: 767px) {
  #midContent {
    padding: 0px 0px;
  }
}

#leftContent {
  float: left;
  width: 170px;
  background: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  position: relative;
  min-height:30px;
}
@media (max-width: 767px) {
  #leftContent {
    display: none;
  }
}

#midContent img {
  max-width: 100%;
}

.global-banners {
  position: relative;
  padding: 0px 0px;
  color: #fff;
}
.global-banners img {
  display: block;
}

/*********************************/
/*Global Product Display Styling*/
/*********************************/
.productBlockContainer {
  margin: 0 -0px;
}
@media (max-width: 1024px) {
  .productBlockContainer {
    margin: 0 -0px;
    clear: none !important;
  }
}
@media (max-width: 1024px) {
  .productBlockContainer > div {
    clear: none !important;
  }
}

.product-container {
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .product-container {
    width: 50% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto 12px auto !important;
    display: block;
    max-width: 300px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
    border-left: 0px solid #ccc;
  }
}

.product-container.middle-item {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .product-container.middle-item {
    width: 50% !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .product-container.middle-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto 12px auto !important;
    display: block;
    max-width: 300px;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
  }
}

.product-container.first-item {
  padding-left: 0px !important;
  border-left: 0px solid #ccc;
}
@media (max-width: 1024px) {
  .product-container.first-item {
    padding: 0 !important;
  }
}

.product-container.last-item {
  padding-right: 0px !important;
}
@media (max-width: 1024px) {
  .product-container.last-item {
    padding: 0 !important;
  }
}

.product-item {
  padding: 0 25px 15px 25px;
  margin: 0px auto 0px auto;
  text-align: center;
  position: relative;
  background: none;
  border: 0px solid #ccc;
  min-height: inherit;
}
@media (max-width: 1024px) {
  .product-item {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  .product-item {
    padding: 15px 0 !important;
  }
}

.product-item:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.product-item .img {
  padding: 0px;
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
  height: 175px;
  min-height: initial;
  position: relative;
}

.product-item .img img {
  max-width: 95%;
  max-height: 95%;
  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: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #000080;
  text-align: center;
  line-height: 20px;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.product-item .name a {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #000080;
  line-height: 20px;
  text-transform: none;
  text-decoration: underline;
}

.product-item .name a:hover {
  color: #FFA500;
  text-decoration: underline;
}

.product-item .price {
  float: none;
  width: 100%;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 20px;
  height: 20px;
  padding: 0px 0px;
  margin: 6px 0px;
  overflow: hidden;
}
.product-item .price span.hidden {
  visibility: visible;
  display: inline-block !important;
}

.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;
  display: none;
}

.product-item .stars img {
  display: inline-block;
  vertical-align: text-top;
  float: none;
  margin: 0;
}

.product-item .stars span {
  float: none;
  vertical-align: middle;
  display: inline-block;
}

.product-item .action {
  float: right;
  width: 100%;
  margin: 0;
  text-align: center;
  display: none;
}

.product-item .status {
  visibility: hidden;
  height: auto;
  font-size: 13px;
  height: 17px;
  color: #029CDC;
  display: none;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-item .status {
    font-size: 11px;
  }
}

.product-item .qty {
  font-size: 18px;
  margin-top: 15px;
}

.product-item .qty input {
  text-align: center;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #4C4C4C;
}

.product-item s, .product-item .price2, .product-item del {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #969696;
  padding-right: 5px;
}

.product-item .onsale, .product-item .on-sale {
  background: #008DA9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  opacity: 1;
  padding: 0;
  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;
}

.topbar {
  background: #4C4C4C;
  border-bottom: 1px solid #3f3f3f;
  height: 21px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  color: #b7b7b7;
  font-family:Helvetica, Arial, sans-serif;
}
.topbar h1 {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  color: #b7b7b7;
}
@media (max-width: 1024px) {
  .topbar {
    display: none;
    height: auto;
    line-height: 28px;
    text-align: center;
  }
}

header {
  height: 99px;
  background: url(/assets/images/bg_topdiv.png) repeat top center;
  position: relative;
}
@media (max-width: 1024px) {
  header {
    height: auto;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  header {
    height: auto;
    padding-top: 0px;
  }
}
header > .m-container {
  max-width: 980px;
  padding: 0px;
}

.header-left {
  height: 99px;
  width: 21%;
  max-height: 100%;
}
.header-left .logo {
  position: relative;
  height: 100%;
  min-width: 160px;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.2;
}
.header-left .logo img {
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .header-left {
    height: 100px;
    width: 32%;
  }
  .header-left .logo {
    text-align: left;
  }
  .header-left .logo img {
    max-height: 90%;
  }
}
@media (max-width: 767px) {
  .header-left {
    height: 94px;
    width: 59%;
  }
  .header-left .logo {
    text-align: center;
    height: 94px;
  }
  .header-left .logo img {
    max-height: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.header-right {
  width: 78%;
  height: 99px;
  text-align: right;
  padding: 11px 0px;
}
@media (max-width: 1024px) {
  .header-right {
    width: 42%;
    padding: 0px 0px;
    margin-right: 26px;
    height: auto;
  }
  .header-right .tab-ham-container {
    float: right;
  }
}
@media (max-width: 767px) {
  .header-right {
    padding: 5px 10px;
    text-align: center;
	margin:5px -10px 0px -10px;
	background:#fff;
	float:none;
	width:auto;
	display:block;
	clear:both;
  }
}

.livechat {
  float: right;
  margin: 0 55px;
}
@media (max-width: 1024px) {
  .livechat {
    display: none;
  }
}

/*
category menu
-------------------*/
.cat-menu {
  background: url(/assets/images/bg_topnav.png) repeat;
  height: auto;
  position: relative;
}
.cat-menu .cat-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
  padding: 0px 0;
  overflow: visible;
}
.cat-menu .cat-list:before {
  content: "";
  display: table;
}
.cat-menu .cat-list:after {
  clear: both;
}
.cat-menu .cat-list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-menu .cat-list > li {
  vertical-align: top;
  float: left;
  position: relative;
}
.cat-menu .cat-list > li:before {
  content: '';
  width: 2px;
  height: 20px;
  background: url(images/topnavdivider.gif) no-repeat center center;
  display: block;
  float: left;
  content: '';
  margin: 5px 0px;
  position: relative;
  left: -1px;
}
.cat-menu .cat-list > li:first-child:before {
  content: none;
}
.cat-menu .cat-list > li:hover {
  background: url(/assets/images/bg-menu-hover2.gif) repeat-x;
}
.cat-menu .cat-list > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  padding: 0 14px;
  margin-right: 1px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px;
}
.cat-menu .cat-list > li > a:hover {
  color: #fff;
  background: url(/assets/images/bg-menu-hover2.gif) repeat-x;
}

.subMenu {
  display: none;
  position: absolute;
  top: 28px;
  z-index: 10;
  border: 1px solid #333;
  border-top: none;
  left: 1px;
  background: #969384 url(/assets/images/bg-subcatnav.png) repeat-x;
  text-align: left;
  padding: 10px 22px;
  margin-left: 0px;
  width: auto;
}

@media (max-width: 1024px) {
  .subMenu {
    display: none !important;
  }
}
ul.cat-list > li:hover ul {
  display: block;
}

.subMenu li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.subMenu li:hover {
  background: none;
}

.subMenu li a {
  color: #fff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px;
  display: block;
}

.subMenu li a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}

/*
links menu
-------------------*/
.link-menu {
  margin: 0px 0px 0px 0px;
}
.link-menu .links-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: right;
  margin: 2px 0;
  line-height: 27px;
  max-width: 100%;
  background: #4C4C4C;
  border: 1px solid #3f3f3f;
}
.link-menu .links-list:before {
  content: "";
  display: table;
}
.link-menu .links-list:after {
  clear: both;
}
.link-menu .links-list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-menu .links-list > li {
  display: block;
  float: left;
  margin: 0px;
  line-height: 38px;
  vertical-align: top;
  text-align: center;
}
.link-menu .links-list > li:before {
  content: '';
  width: 2px;
  height: 27px;
  display: inline-block;
  float: left;
  background: url(images/divideline.gif) no-repeat center center;
}
.link-menu .links-list > li:first-child:before, .link-menu .links-list > li:last-child:before {
  content: none;
}
.link-menu .links-list > li > a {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: none;
  display: block;
  padding: 0px 16px;
  line-height: 27px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.link-menu .links-list > li > a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}
.link-menu .links-list > li > a.checkout {
  font-weight: 700;
  text-transform: uppercase;
  background: #F36915;
}
.link-menu .links-list > li > a.checkout i {
  font-size: 13px;
}

/*
Mobile menu
----------------*/
.tab-ham-container {
  margin-bottom: 10px;
  margin-top: 32px;
  zoom: 1;
  display: none;
  text-align: right;
  float: right;
}
.tab-ham-container:before {
  content: "";
  display: table;
}
.tab-ham-container:after {
  clear: both;
}
@media (max-width: 1024px) {
  .tab-ham-container {
    display: block;
  }
}
.tab-ham-container .social-icons {
  float: none;
  width: auto;
  margin-right: 10px;
  padding-bottom: 0;
}
.tab-ham-container .social-icons a {
  font-size: 26px;
  height: 34px;
  width: 34px;
}
.tab-ham-container .social-icons span {
  display: none;
}
@media (max-width: 767px) {
  .tab-ham-container {
    width: 40%;
    margin: 0;
    padding: 35px 0 15px 0;
    text-align: right;
  }
}
.tab-ham-container > div, .tab-ham-container > span, .tab-ham-container > a {
  display: inline-block;
}
.tab-ham-container .tab-ham {
  color: #fff;
  background: #000;
  padding: 2px 2px;
  font-size: 26px;
  font-weight: 400;
  margin-left: 35px;
  display: inline-block;
  float: none;
  cursor: pointer;
  line-height: 30px;
}
.tab-ham-container .tab-ham:hover {
  opacity: 1;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .tab-ham-container .tab-ham {
    margin-left: 20px;
    font-size: 22px;
  }
}

.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;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) !important;
  position: fixed;
  top: 0;
  right: -260px;
  background: #2c2c2c;
  width: 260px;
  height: 100%;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .mob-menu {
    display: block;
  }
}
.mob-menu.open {
  right: 0;
}
.mob-menu .mob-menu-close {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
  margin: 10px auto;
}
.mob-menu .mob-menu-close i {
  cursor: pointer;
}
.mob-menu .mob-menu-mod {
  color: #fff;
  margin-bottom: 30px;
}
.mob-menu .mob-menu-mod .mob-mod-heading {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-top: 0px;
  border: none;
  font-size: 16px;
  color: #FFA500;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .mob-menu .mob-menu-mod .mob-mod-heading {
    display: block;
  }
}
.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 a {
  color: #cfcfcf;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}
.mob-menu ul li a:hover {
  color: #FFA500;
  background: none;
}
.mob-menu ul li a:before {
  display: none;
  content: normal;
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .mob-menu ul li.subcat {
    display: none;
  }
}

/*
Mob menu bar 
------------------*/
.mob-menu-bar {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.mob-menu-bar > div {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.mob-menu-bar > div:hover {
  background: #4C4C4C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media (max-width: 767px) {
  .mob-menu-bar {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 120;
    background: #FFA500;
    padding: 5px 0;
    border-top: 5px solid #FFA500;
    border-bottom: 5px solid #FFA500;
  }
}

/*
footer
-----------*/
footer {
  background: #474747 url(/assets/images/bg-footer.png) repeat-x top center;
}
footer .footer_top {
  display: none;
  border-bottom: 1px solid #333;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .footer_top {
    display: block;
  }
}
@media (max-width: 1024px) {
  footer .social-icons {
    display: block;
    margin: 0;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}
@media (max-width: 1024px) {
  footer .livechat {
    float: left;
    display: block;
  }
}
footer #copyright {
  padding: 0px 0px 20px 0px;
  text-align: center;
}
footer #copyright .copyright {
  font-family: Arial, sans-serif;
  text-transform: none;
  line-height: 12px;
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
footer #copyright .copyright a {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1024px) {
  footer #copyright .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer #copyright .copyright {
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer #copyright {
    padding: 20px 0px 30px 0px;
  }
}
footer > .m-container {
  max-width: 980px;
  padding: 20px 0px 0px 0px;
}
footer > .m-container .globalFooter {
  float: right;
  width: 100%;
  overflow: hidden;
}
footer > .m-container .globalFooter img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  footer > .m-container {
    padding: 30px 10px 0;
  }
}
@media (max-width: 767px) {
  footer > .m-container {
    padding: 0px 0px 0;
    border-top: none;
    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;
  }
}

.footer-left {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  width: 35%;
  text-align: left;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .footer-left {
    display: none !important;
  }
}

/*
Extra pages
----------------*/
.extra-pages {
  float: right;
  width: 65%;
  padding-right: 5%;
}
.extra-pages > div {
  float: left;
  width: 33.333%;
  padding: 0px 0px 0px 18px;
}
@media (max-width: 767px) {
  .extra-pages > div {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.extra-pages .f-headers {
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  color: #C7C7C7;
  font-size: 11px;
  background: none;
  cursor: pointer;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .extra-pages .f-headers {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .extra-pages .f-headers {
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    border: 1px solid #09CC6C;
    background: #09CC6C;
    color: #fff;
    padding: 0 15px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .extra-pages .f-headers:before {
    content: "+";
    display: inline-block;
    width: 10px;
    margin-right: 10px;
  }
  .extra-pages .f-headers.active:before {
    content: "-";
  }
}
.extra-pages ul {
  zoom: 1;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin-bottom: 15px;
}
.extra-pages ul:before {
  content: "";
  display: table;
}
.extra-pages ul:after {
  clear: both;
}
@media (max-width: 767px) {
  .extra-pages ul {
    display: none;
  }
}
.extra-pages ul > li {
  margin: 0;
  padding: 0 0px 0 0px;
  width: 100%;
  float: left;
}
.extra-pages ul > li > a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #C7C7C7;
  text-decoration: none;
  font-weight: 400;
  line-height: 16px;
}
.extra-pages ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .extra-pages ul > li > a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .extra-pages ul > li > a {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .extra-pages ul {
    margin: 15px 0;
  }
  .extra-pages ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .extra-pages {
    width: 100%;
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .extra-pages {
    padding: 10px 0;
    width: 100%;
    border-top: none;
    margin-top: 0;
  }
}
.extra-pages .quick-links-btn {
  color: #fff;
  background: #4C4C4C;
  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;
  }
}

.footer-seals {
  text-align: center;
  border-top: 1px solid #3f3f3f;
  padding: 15px 0;
}
.footer-seals > div {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: top;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-seals > div {
    padding: 2px 10px;
    width: 20%;
  }
}
.footer-seals > div img {
  max-width: 100%;
}

/*
Mailing List
-----------------*/
.mailinglist {
  float: right;
  width: 35%;
  background: #5a5a5a;
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .mailinglist {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .mailinglist {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.mailinglist_text {
  font-size: 11px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 24%;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .mailinglist_text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .mailinglist_text {
    text-align: center;
    font-size: 13px;
  }
}

.mailinglist-form {
  display: inline-block;
  max-width: 74%;
  width: 74%;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}

.mailinglist-txt {
  margin: 0;
  width: 100%;
  height: 30px;
  padding: 5px 40px 5px 12px;
  font-size: 12px;
  text-transform: none;
  border: none;
  background: none;
  font-family: Arial, sans-serif;
  color: #696969;
}

.mailinglist-btn {
  position: absolute;
  width: auto;
  padding: 0px 6px 2px 6px;
  border: none;
  height: 100%;
  line-height: 28px;
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 16px;
  top: 0;
  right: 0px;
  cursor: pointer;
  background: #4C4C4C;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -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;
}
.mailinglist-btn:hover {
  color: #fff;
  background: #FFA500;
}

.mailinglist-options {
  margin-top: 10px;
}

.mailinglist-subscribe {
  line-height: 1;
  font-size: 11px;
  margin: 12px 15px 10px 5px;
  color: #C7C7C7;
  float: left;
}

.mailinglist-subscribe input[type="radio"] {
  margin: 0;
  margin-right: 5px;
  float: left;
}

.mobile-search-area {
  display: none;
  width: 75%;
  max-width: 90%;
  padding: 0px 0 0 0px;
  float: right;
}
@media (max-width: 1024px) {
  .mobile-search-area {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .mobile-search-area {
    width: 100%;
    max-width: 100%;
    float: left;
  }
}

.search-area {
  width: 50%;
  margin: 4px 0 0 0px;
  float: left;
}
@media (max-width: 1024px) {
  .search-area {
    width: 100%;
    margin: 32px 0 0 0px;
  }
}
@media (max-width: 767px) {
  .search-area {
    margin: 2px 0 0 0px;
  }
}

.searchBox {
  max-width: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #000;
  background: none;
  text-align: left;
}

.search-text {
  margin: 0;
  width: 100%;
  height: 32px;
  padding: 5px 38px 5px 12px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  background: #fff;
  font-family: Arial, sans-serif;

  text-transform: uppercase;
  font-style: italic;
  border: none;
}

.search-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0px;
  right: -1px;
  height: 32px;
  min-height: 100%;
  border: none;
  width: 32px;
  padding: 0;
  text-align: center;
  text-transform: none;
  border: none;
  background: #101010 url(/assets/images/search-button.png) no-repeat center center;
  -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;
}

.m-search-area {
  position: fixed;
  width: 300px;
  height: 140px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  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: 34px;
}
.m-search-area .search-area .searchBox {
  display: block;
}
.m-search-area .mob-search-close {
  color: #FFA500;
  font-size: 24px;
  padding: 5px;
  text-align: right;
}
.m-search-area .mob-search-close i {
  cursor: pointer;
}

@media (max-width: 767px) {
  #searchBox {
  }
}

#mSearchBox {
  display: none;
}
@media (max-width: 1024px) {
  #mSearchBox {
    display: block;
  }
}

/*******************************************************/
/*       Social Icons     */
/*******************************************************/
.social-icons {
  float: right;
  width: auto;
  text-align: right;
  margin: 4px 0 0px 0;
}
.social-icons span {
  display: block;
  float: right;
  text-align: right;
  width: 120px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 28px;
  text-transform: none;
  margin-left: 27px;
  margin-right: -15px;
}
.social-icons span a {
  float: none;
  width: auto;
  height: auto;
  display: block;
  margin-right: 0px;
  background: none;
}
@media (max-width: 1024px) {
  .social-icons {
    display: none;
  }
  .social-icons span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .social-icons {
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
    padding: 0 20px;
  }
  .social-icons span {
    display: none;
  }
}

.social-icons > a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: none;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  float: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 1px 3px;
  text-align: center;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .social-icons > a {
    font-size: 18px;
  }
}

.social-icons > a:after {
  display: block;
}

.social-icons > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 1px #4C4C4C;
  -moz-box-shadow: 0px 0px 5px 1px #4C4C4C;
  box-shadow: 0px 0px 5px 1px #4C4C4C;
}

.social-icons a.facebook:after {
  content: '\e81b';
  background: #3f5898;
}

.social-icons a.twitter:after {
  content: '\e817';
  background: #24ace0;
}

.social-icons a.gplus:after {
  content: '\e819';
  background: #e62c2e;
}

.social-icons a.youtube:after {
  content: '\e818';
  background: #e62c2e;
}

.social-icons a.pinterest:after {
  content: '\e815';
  background: #ff0000;
}

.social-icons a.instagram:after {
  content: '\e813';
  background: #5783a6;
}

.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: 12px 0px 15px 16px;
  background: none;
  position: relative;
  text-align: center;
  border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
  .Tsellers-section {
    padding: 15px 0px 15px 0px;
    margin: 0 15px;
    border-top: 1px solid #ccc;
  }
}

.Tsellers-section-top {
  border-top: none;
  padding: 12px 0px 15px 0px;
}

.Tsellers-section .image-container {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  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: 15px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  text-align: left;
  text-transform: none;
  line-height: 20px;
  padding: 0px;
  margin: 2px 0px;
}

.Tsellers-section .products-info a, .Tsellers-section .products-info a:visited {
  font-size: 15px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.35;
  text-transform: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .Tsellers-section .products-info a, .Tsellers-section .products-info a:visited {
    color: #000;
  }
}

.Tsellers-section .products-info a:hover, .Tsellers-section .products-info a:visited:hover {
  color: #003466;
  text-decoration: none;
}
@media (max-width: 767px) {
  .Tsellers-section .products-info a:hover, .Tsellers-section .products-info a:visited:hover {
    color: #676767;
  }
}

.Tsellers-section .products-price {
  color: #09CC6C;
  font-weight: 700;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  line-height: 1.35;
  padding: 0px 0px;
  margin: 5px 0px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .Tsellers-section .products-price {
    color: #09CC6C;
  }
}

.Tsellers-section .products-review {
  text-align: left;
  padding: 5px 0px 0px 0px;
  float: right;
  width: 100%;
}

.Tsellers-section .products-review img {
  vertical-align: middle;
  line-height: 26px;
}

.Tsellers-section-top {
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.Tsellers-section-top .image-container {
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .Tsellers-section-top .image-container {
    display: none;
  }
}

.Tsellers-section-top .image-container img {
  max-width: 90%;
}

.Tsellers-section-top .products-review {
  float: left;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .Tsellers-section-top .products-review {
    width: 100%;
  }
}

.Tsellers-section-top .products-price {
  float: left;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .Tsellers-section-top .products-price {
    width: 100%;
  }
}

.Tsellers-section-top .products-info {
  float: left;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .Tsellers-section-top .products-info {
    width: 100%;
  }
}

.Tsellers-section-top .products-info a, .Tsellers-section-top .products-info a:visited {
  font-size: 15px;
}

/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
  width: 45px;
  height: 41px;
  line-height: 44px;
  background: url(images/tseller.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
}

/*ranking:: Controls the way the menu icons display if they are being used.*/
.ranking {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #676767;
  padding: 0px;
  text-align: left;
  height: 20px;
  width: 15px;
  line-height: 1.35;
  position: absolute;
  left: 0px;
  top: 14px;
}

/***************************************/
/*   Styled Divs to replace Selects    */
/***************************************/
#Brands_section {
  background: #4C4C4C;
}

#Brands_items, #Brands_items2 {
  position: relative;
  padding: 0 12px;
}

#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: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: #e8e8e8 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: #fff;
  background: #4C4C4C;
}

.all-guides a, .all-guides a:visited {
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  padding: 5px 5px !important;
}

.all-guides a:hover, .all-guides a:visited:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  #home {
    padding: 0 0px;
  }
}
@media (max-width: 1024px) {
  #home .productBlockContainer {
    margin: 0 -20px;
  }
}
@media (max-width: 1024px) {
  #home .product-container {
    width: 25% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home .product-container {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin: 0 auto 12px auto !important;
    display: block;
    max-width: 300px;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
  }
}
@media (max-width: 1024px) {
  #home .product-container.middle-item {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  #home .product-container.middle-item {
    max-width: 300px;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  #home .product-container.first-item {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  #home .product-container.first-item {
    max-width: 300px;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  #home .product-container.last-item {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  #home .product-container.last-item {
    max-width: 300px;
    width: 100% !important;
  }
}
#home .product-item {
  padding: 15px 20px;
}
#home .category-header {
  display: none;
  margin-top: 0;
}
#home .feat-cats {
  margin: 0 -16px;
}
#home .feat-cats > div {
  float: left;
  width: 25%;
  padding: 8px 16px;
}
@media (max-width: 1024px) {
  #home .feat-cats > div {
    padding: 11px 5px;
  }
}
@media (max-width: 767px) {
  #home .feat-cats > div {
    padding: 0px 0 15px 0;
    width: 100%;
    max-width: 225px;
    float: none;
    margin: 0 auto;
  }
}
#home .feat-cats > div > div {
  border: 1px solid #DCDCDC;
  padding-top: 83px;
}
#home .feat-cats > div > div.wetsuits {
  background: url(/assets/images/ot_category_banner_wetsuits_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.mens {
  background: url(/assets/images/ot_category_banner_mens_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.womens {
  background: url(/assets/images/ot_category_banner_womens_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.swim {
  background: url(/assets/images/ot_category_banner_swim_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.bike {
  background: url(/assets/images/ot_category_banner_bike_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.run {
  background: url(/assets/images/ot_category_banner_run_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.nutrition {
  background: url(/assets/images/ot_category_banner_nutrition_01.jpg) top no-repeat;
}
#home .feat-cats > div > div.accessories {
  background: url(/assets/images/ot_category_banner_accessories_01.jpg) top no-repeat;
}
#home .feat-cats span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 5px 10px;
}
@media (max-width: 1024px) {
  #home .feat-cats span {
    font-size: 13px;
  }
}
#home .feat-cats ul {
  margin: 0;
  padding: 0 10px 12px 10px;
  list-style: none;
}
#home .feat-cats ul li {
  display: block;
  text-align: left;
}
#home .feat-cats ul li a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
#home .feat-cats ul li a:hover {
  text-decoration: underline;
}
#home .feat-cats .viewall {
  border-top: 1px solid #dcdcdc;
  line-height: 20px;
  padding: 10px;
}
#home .feat-cats .viewall a {
  font-weight: 700;
  font-size: 12px;
  color: #535353;
  text-decoration: none;
}
#home .feat-cats .viewall a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #home .feat-cats .viewall a {
    font-size: 10px;
  }
}
#home .guides {
  margin: 20px 0;
}
#home .guides .left, #home .guides .right {
  width: 48.5%;
  margin: 8px 0;
  border: 1px solid #DCDCDC;
}
@media (max-width: 1024px) {
  #home .guides .left, #home .guides .right {
    width: 100%;
    border: none;
    margin: 5px 0 0 0;
  }
}
#home .guides .article_info {
  padding: 10px;
  font-size: 14px;
}
#home .guides .article_info a.article-title {
  display: block;
  color: #000080;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
#home .guides .article_info div > strong {
  display: block;
}
#home .guides .article_info div a {
  color: #000080;
}
#home .guides .learn-more {
  border-top: 1px solid #DCDCDC;
  padding: 10px;
}
#home .guides .learn-more a {
  color: #535353;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 1024px) {
  #home .guides .learn-more {
    padding: 5px 10px;
  }
}

/*********************************/
/*HomePage and Carousel*/
/*********************************/
.home-width img {
  display: block;
}

#home > div.home-width {
  text-align: justify;
}

#homeCarousel {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  /*	padding:8px;  */
  position: relative;
}
#homeCarousel > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  #homeCarousel {
    width: 100%;
  }
}

.homepage_silder {
  margin-bottom: 10px !important;
  margin: 0px auto !important;
}

.flexslider {
  background: rgba(255, 255, 255, 0.75) !important;
}

.flex-control-nav {
  z-index: 10;
  padding: 0 10px !important;
}

.flex-control-nav li {
  margin: 0 4px !important;
}

.flex-direction-nav a {
  line-height: 40px;
}

.feat-item-list {
  margin-bottom: 20px;
}

/*
Promo Banners
------------------*/
.promos {
  margin: 0px -4px;
}
.promos a {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 4px;
}
.promos img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.promos img:hover {
  -webkit-box-shadow: 0px 0px 7px 1px #FFA500;
  -moz-box-shadow: 0px 0px 7px 1px #FFA500;
  box-shadow: 0px 0px 7px 1px #FFA500;
}
@media (max-width: 767px) {
  .promos {
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px;
  }
  .promos a {
    padding: 0px;
    margin: 0 auto 10px auto;
    float: none;
    width: 100%;
    max-width: 300px;
  }
}

/*********************************/
/* Category */
/*********************************/
.breadcrumbs {
  margin: 5px 0;
}

.breadcrumbs, .breadcrumbs a {
  font-size: 14px;
  color: #000080;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #FFA500;
}

.paging {
  color: #AD0413;
  font-size: 12px;
}
@media (max-width: 767px) {
  .paging {
    width: 100%;
  }
}

.paging strong {
  color: #AD0413;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.paging strong:before, .paging strong:after {
  content: '[';
  display: inline-block;
}
.paging strong:after {
  content: ']';
}
@media (max-width: 767px) {
  .paging strong {
    color: #AD0413;
    background: none;
  }
}

.paging a {
  font-weight: 400;
  font-size: 14px;
  color: #000080;
  margin: 0;
  padding: 0 1px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .paging a {
    font-weight: 400;
    color: #000080;
    background: none;
  }
}

.page-banner {
  margin-bottom: 15px;
}

#filtersBlock {
  float: left;
  width: 150px;
  margin-top: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #filtersBlock {
    display: block;
    width: 100%;
    padding-bottom: 25px;
  }
}

.category_content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .category_content {
    width: 100% !important;
  }
}

#filtersBlock .cat-filters {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0px;
  border: 1px solid #303030 !important;
  background: #EAEAEA;
}
#filtersBlock .cat-filters h5 {
  font-size: 12px;
  color: #FFC610;
  font-weight: 700;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  padding: 0px 8px;
  margin: 0px auto;
  line-height: 24px;
  background: #4c4c4c;
  height: 24px;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #filtersBlock .cat-filters h5:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffc237;
    right: 10px;
    top: 10px;
    z-index: -1;
    background: url(images/BG_headers.png) no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  #filtersBlock .cat-filters h5.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  #filtersBlock .cat-filters ul {
    display: none;
  }
}
#filtersBlock .cat-filters li {
  padding: 2px 8px;
}
#filtersBlock .cat-filters li a {
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

/*
.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;}
*/
#subcategoriesBlock {
  display: none;
}

@media (max-width: 1023px) {
  #subcategoriesBlock ul li {
    width: 50% !important;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  #subcategoriesBlock ul li {
    width: 100% !important;
    padding: 10px;
  }
}

.sub-categories .img {
  position: relative;
  min-height: inherit;
  height: 150px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}

.sub-categories .img img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 95%;
  max-height: 95%;
}

.sub-categories .name {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #676767;
}

#category h1.page_headers {
  background: url(/assets/images/bg-catheader.gif) repeat-x;
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px;
  padding: 0 15px;
}

/*********************************/
/* Listing */
/*********************************/
/*
#listing0
*/
#listing0 .breadcrumbs {
  margin-bottom: 10px;
  text-decoration: none;
}
#listing0 .breadcrumbs a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
  }
}
#listing0 h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #4C4C4C;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  #listing0 h1 {
    font-size: 16px;
  }
}

#listing0 h1, #listing0 .totalrating, #listing0 .s_description {
  margin-bottom: 0px;
}

#listing0 .s_description {
  display: none;
}

#listing0 .product-id {
  display: block;
  float: none;
  margin: 0;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #c3c3c3;
}
@media (max-width: 767px) {
  #listing0 .product-id {
    margin-right: 0;
    text-align: center;
  }
}

#listing0 .totalrating .review-count {
  line-height: 19px;
  font-size: 11px;
  color: #000;
}
#listing0 .totalrating .review-count a {
  font-size: 11px;
  color: #000;
}

.createFirstReview a, .createReviewLink a {
  font-size: 11px;
  text-decoration: underline;
  color: #000080;
cursor: hand; cursor: pointer;
}

#listing0 .qaLinkFirst .pipe, #listing0 .qaLinkNew .pipe {
  display: none;
}

#listing0 .primary {
  width: 40%;
  float: left;
}
@media (max-width: 1024px) {
  #listing0 .primary {
    width: 40%;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #listing0 .primary {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}

#listing0 .secondary {
  width: 59%;
  float: right;
}
@media (max-width: 1024px) {
  #listing0 .secondary {
    width: 59%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #listing0 .secondary {
    width: 100%;
    padding: 0px;
  }
}

#mediaContainer {
  min-height: initial;
}

#listing0 .main-image {
  border: none;
  padding: 0 20px;
  margin-bottom: 10px;
}

#listing0 .addl-images {
  height: 100px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #listing0 .addl-images {
    height: auto;
  }
}

#listing0 .carousel {
  text-align: center;
}

#listing0 .carousel li.prod-thumb {
  position: relative;
  height: 100px;
  border: none;
}

#listing0 .carousel li img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#listing0 .detail-section .alpha-col {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 767px) {
  #listing0 .detail-section .alpha-col {
    margin: 5px 0px;
    width: 100%;
    padding: 0 0 15px 0;
  }
}

#listing0 .primary .beta-col {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #listing0 .primary .beta-col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #listing0 .primary .beta-col {
    width: 100%;
    margin: 0 0 10px 0%;
    text-align: left;
  }
}

#listing0 .secondary .beta-col {
  float: left;
  width: 100%;
  margin: 0px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #listing0 .secondary .beta-col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #listing0 .secondary .beta-col {
    width: 100%;
    margin: 0 0 10px 0%;
    text-align: left;
  }
}

.social-mediaBlock {
  text-align: center;
  margin-bottom: 0;
}
.social-mediaBlock > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .social-mediaBlock {
    width: 100%;
    margin: 0 auto;
  }
  .social-mediaBlock .social-bookmarking {
    margin: 5px auto 15px;
  }
}

#listing0 .secondary .beta-col > div, #listing0 .primary .beta-col > div {
  float: left;
  width: 50%;
  padding: 5px;
  margin: 0;
}
@media (max-width: 767px) {
  #listing0 .secondary .beta-col > div, #listing0 .primary .beta-col > div {
    width: 50%;
    min-width: inherit;
    padding: 5px;
    text-align: center;
  }
}

#listing0 .secondary .beta-col button, #listing0 .primary .beta-col button {
  text-transform: none;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding: 5px;
  border: 1px solid #231f20;
  background: #f5f5f5;
  margin-bottom: 0;
  color: #231f20;
  min-width: inherit;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media (max-width: 1024px) {
  #listing0 .secondary .beta-col button, #listing0 .primary .beta-col button {
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  #listing0 .secondary .beta-col button, #listing0 .primary .beta-col button {
    min-width: inherit;
    font-size: 11px;
  }
}

#listing0 .secondary .beta-col button:hover, #listing0 .primary .beta-col button:hover {
  border: 1px solid #231f20;
  background: #008DA9;
  color: #fff;
}

.quantityBlock ul {
  width: 100%;
}

.quantity-table .title-header, .quantityBlock li {
  width: 50%;
  margin: 0;
}

#listing0 #divOptionsBlock {
  clear: both;
  border: none;
  margin: 0;
}
#listing0 #divOptionsBlock .header {
  display: none;
}
#listing0 #divOptionsBlock .matrix {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 16px;
}
#listing0 #divOptionsBlock .matrix .qty {
  width: 80%;
  height: 90%;
  margin: 5% auto;
  display: block;
  text-align: center;
  padding: 0;
  background: #eee;
  border: 1px solid #aaa;
}
#listing0 #divOptionsBlock .matrix tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#listing0 #divOptionsBlock .matrix tr td {
  border-left: 1px solid #ccc;
}
#listing0 #divOptionsBlock .matrix tr td:nth-child(2) {
  border: none;
}
@media (max-width: 767px) {
  #listing0 #divOptionsBlock .matrix {
    font-size: 12px;
	display:table;
  }
  #listing0 #divOptionsBlock .matrix tbody{
	  display: table-row-group;
  }
  #listing0 #divOptionsBlock .matrix tr{
	  display:table-row;
  }
  #listing0 #divOptionsBlock .matrix tr td {
    display: table-cell;
    padding: 2px;
  }
  #listing0 #divOptionsBlock .matrix .matrix_img img {
    display: none;
  }
  #listing0 #divOptionsBlock .matrix .matrix_size {
    width: 75px;
    max-width: 75px;
    overflow: hidden;
  }
}

#listing0 .pricingBlock {
  float: left;
  width: 50%;
}
@media (max-width: 1024px) {
  #listing0 .pricingBlock {
    width: 42%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  #listing0 .pricingBlock {
    width: 100%;
    clear: both;
    padding: 0 !important;
    margin: 0;
    text-align: center;
  }
}

#listing0 .affirm {
  padding: 45px 0 30px 0;
  float: left;
}
@media (max-width: 767px) {
  #listing0 .affirm {
    padding: 15px 0;
    margin: 0;
    float: none;
    text-align: center;
  }
}

.waitinglist {
  margin-bottom: 2px;
}

.member_savings {
  text-align: center;
}
.member_savings a {
  text-decoration: underline;
}

#listing0 .detail-section {
  float: none;
  text-align: right;
}

#listing0 .pricingBlock .savings {
  display: none;
  padding: 5px 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #b32317;
}

#listing0 .pricingBlock .retailprice {
  text-decoration: none;
  padding: 0px;
  font-weight: 400;
  font-size: 12px;
  color: #585C5F;
}
#listing0 .pricingBlock .retailprice span {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  color: #585C5F;
}

#listing0 .pricingBlock .price {
  padding: 10px 0 0 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: #585C5F;
}

.pricingBlock span {
  display: inline-block;
  font-size: 18px;
  color: #5EBE7E;
  font-weight: 700;
}

#listing0 .availabilityInfo {
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #listing0 .availabilityInfo {
    text-align: center;
  }
}

#listing0 .availabilityInfo div {
  text-align: right;
  color: #FFA500;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
}
#listing0 .availabilityInfo div h4 {
  display: inline-block !important;
  visibility: visible;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

#listing0 .product_availability {
  margin-top: 3px;
}

.addToCartBlock label {
  color: #676767;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 35px;
  width: auto;
}

.addToCartBlock .qtybox-addcart input {
  height: 35px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .addToCartBlock .qtybox-addcart input, .addToCartBlock .qtybox-addcart button {
    margin: 5px 10px 0 0;
  }
}

#listing0 .header {
  border-bottom: 2px solid #ccc;
}

#listing0 h3 {
  color: #575757;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding: 0;
  position: relative;
  float: none;
}

#listing0 .quantityBlock {
  margin: 20px 0 10px 0;
}
@media (max-width: 767px) {
  #listing0 .quantityBlock {
    text-align: left;
    margin-bottom: 10px;
  }
}
#listing0 .quantityBlock a {
  color: #676767;
}

#divOptionsBlock .opt-regular .label, .multipleShipToBlock label {
  color: #676767;
  font-size: 14px;
  font-weight: 700;
}

#listing0 .descriptionBlock {
  margin-bottom: 15px;
}

#listing0 .breadcrumbsBlock, #listing0 .extrafieldsBlock {
  display: none;
}

.mobile-fix-name_data {
  position: relative;
  padding-right: 180px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mobile-fix-name_data {
    padding: 0;
  }
}

.bywho a {
  color: #000080;
  text-decoration: underline;
  font-size: 14px;
}

.bywho_img {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 175px;
}
.bywho_img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .bywho_img {
    display: none;
  }
}

/*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 {
  color: #000000;
  font-weight: 400;
}

/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/
.availability-txt {
  color: #000;
  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;
}

.quantity-table {
  display: block;
}

#rTabs {
  margin: 0;
}
@media (max-width: 1024px) {
  #rTabs {
    border-bottom: 1px solid #000;
  }
}

.r-tabs .r-tabs-nav {
  /*
  	@media(max-width: 1024px) {
  		display:none;
  	}
  */
}

.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 10px 0 0;
  border: 1px solid #d8e9fc;
  border-bottom: none;
  top: 2px;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
  border-bottom: 1px solid #edf4fd;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
  font-size: 16px;
  color: #fff;
  background: #09CC6C;
  padding: 10px 25px;
  font-weight: 700;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: 13px;
  }
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  font-size: 16px;
  color: #1656a2;
  background: #edf4fd;
  border-top: 1px solid #d8e9fc;
}
@media (max-width: 1024px) {
  .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    font-size: 13px;
  }
}

.r-tabs .r-tabs-accordion-title {
  /*
  	@media(max-width: 1024px) {
  		display:block;
  	}
  */
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor, .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-size: 16px;
  font-weight: 700;
  color: #1656a2;
  background: #edf4fd;
  border: none;
  border-top: 1px solid #d8e9fc;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:before {
  content: '+';
  display: inline-block;
  margin-right: 5px;
}

.r-tabs .r-tabs-panel {
  border: 1px solid #d8e9fc;
  background: #edf4fd;
}
@media (max-width: 1024px) {
  .r-tabs .r-tabs-panel {
    border: none;
    border-bottom: 1px solid #d8e9fc;
    margin-bottom: 0;
  }
}

#viewCartQuick .product-item {
  padding: 0 8px;
}
#viewCartQuick .product-item .img {
  height: 100px;
}
#viewCartQuick .product-item .name {
  height: 40px;
  min-height: initial;
}
