/* 
================================
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: 1250px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .m-container {
    max-width: 980px;
  }
}
@media (max-width: 1023px) {
  .m-container {
    max-width: 768px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .m-container {
    padding: 0 10px;
  }
}

/*********************************/
/*          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: 1023px) {
  .visible-tab {
    display: block;
  }
}

.visible-mob {
  display: none;
}
@media (max-width: 767px) {
  .visible-mob {
    display: block;
  }
}

/*
Visibility
-----------------*/
@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: "Raleway", sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  line-height: 1.25em;
  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 {
  padding: 10px;
  background: none;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.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: #000;
}
.mod_bg ul.cat li a:hover {
  color: #E74C3C;
}

/*
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: #E74C3C;
  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: #2B3A42;
  font-weight: bold;
  text-transform: uppercase;
  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: #000;
  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: #fff;
  background: #000;
  font-size: 1.1em;
  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: #2B3A42;
  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: #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: 1.3em;
  color: #2B3A42;
  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: #000;
  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: #000;
  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: #E74C3C;
  font-family: "Raleway", 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: #2B3A42;
  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: #000;
  font-weight: bold;
}

/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
  font-size: 14px;
  font-weight: bold;
  color: #010101;
}

/*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: #2B3A42;
}

/*******************************************************************************************************/
/*      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: #E74C3C;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  border: none;
  line-height: 22px;
  padding: 2px 8px;
  margin: 2px;
  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: #2B3A42;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  border: none;
  line-height: 22px;
  padding: 2px 8px;
  margin: 2px;
  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 #cdcdcd;
  background-color: #fefefe;
  font-weight: normal;
  font-size: 14px;
  color: #E74C3C;
  padding: 3px 1px 3px 8px;
  font-family: "Raleway", 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: #010101;
}

/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
  height: 20px;
  color: #010101;
  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: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ccc;
  color: #000;
}

img {
  border: none;
}

/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/
/*font1:: Primary Screen Font */
.font1 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

/*font2:: Secondary Screen Font */
.font2 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #E74C3C;
}

.font3 {
  font-family: "Raleway", sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #2B3A42;
}

.font4 {
  font-family: "Raleway", sans-serif;
  font-size: normal-font;
  font-weight: normal;
  color: #E74C3C;
}

/*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: "Raleway", sans-serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 50px;
  color: #E74C3C;
  text-transform: uppercase;
  display: block;
}

/*store-slogan:: Store Slogan.*/
.store-slogan {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  color: #2B3A42;
  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: "Raleway", 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: "Raleway", sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: underline;
}

/*
START: SELECTION COLORS
-------------------*/
::-moz-selection {
  background: #E74C3C;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #E74C3C;
  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;
}

#mainContainer {
  width: 100%;
  padding: 0;
  margin: 0px;
  min-height: inherit;
  background: none;
}

#midContent {
  float: left;
  background: none;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  min-height: inherit;
}

#leftContent {
  float: left;
  width: 200px;
  background: none;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
@media (max-width: 767px) {
  #leftContent {
    display: none;
  }
}

#rightContent {
  float: right;
  width: 200px;
  background: none;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
@media (max-width: 1023px) {
  #rightContent {
    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: #fff;
  border: 1px solid #ddd;
  min-height: inherit;
}

.product-item:hover, .product-item:hover {
  border: 1px solid #ccc;
}

.product-item .img {
  padding: 0px;
  background: #fff;
  width: 100%;
  height: 150px;
  min-height: initial;
  position: relative;
}

.product-item .img img {
  max-width: 100%;
  max-height: 150px;
  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: "Raleway", sans-serif;
  font-weight: lighter;
  color: #000;
  text-align: center;
  line-height: 23px;
  height: 46px;
  min-height: 0;
  overflow: hidden;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}

.product-item .name a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 23px;
  text-transform: none;
}

.product-item .name a:hover {
  color: #2B3A42;
  text-decoration: none;
}

.product-item .price {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #E74C3C;
  text-align: center;
  line-height: 26px;
  height: 26px;
  padding: 0px 0px;
  margin: 0px 0px;
  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 {
  visibility: hidden;
  height: 49px;
  display: none;
}

.product-item .qty {
  font-size: 18px;
  margin-top: 15px;
}

.product-item .qty input {
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #E74C3C;
}

.product-item s, .product-item .price2, .product-item del {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #2B3A42;
  padding-right: 2px;
}

.product-item .onsale, .product-item .on-sale {
  background: #E74C3C;
  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: "Raleway", 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;
}

#midContent img {
  max-width: 100%;
}

section {
  margin: 0;
}

.flag {
  color: #fff;
  float: right;
  margin: 35px 0 0;
}
.flag span {
  font-size: 13px;
  line-height: 31px;
  margin: 0 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.flag img {
  float: right;
}
@media (max-width: 767px) {
  .flag span {
    font-size: 10px;
    line-height: 31px;
    margin: 0 5px 0 0;
    text-align: left;
    text-transform: uppercase;
  }
}

.searchlight-balloon {
  opacity: 1.00;
  z-index: 999;
  top: 135px !important;
}

header {
  height: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000;
}
@media (max-width: 767px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
  }
}

.header-left {
  height: 110px;
  max-height: 100%;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .header-left {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.header-left .logo {
  position: relative;
  height: 100%;
  min-width: 490px;
  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: 1023px) {
  .header-left {
    height: 100px;
  }
  .header-left .logo {
    min-width: 385px;
  }
}
@media (max-width: 767px) {
  .header-left {
    height: auto;
    margin: 0;
  }
  .header-left .logo {
    height: 100px;
    min-width: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  .header-left .logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-right {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.header-right .welcome-msg {
  display: inline-block;
  float: right;
  color: #000000;
  padding: 0;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .header-right .welcome-msg {
    display: none;
  }
}
.header-right .welcome-msg a {
  color: #000000;
  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;
}
.header-right .welcome-msg a:hover {
  opacity: 0.8;
}
.header-right .welcome-msg:before {
  content: "|";
  margin: 0 6px;
}
@media (max-width: 1023px) {
  .header-right {
    width: 40%;
    margin: 55px 0 0;
  }
}
@media (max-width: 767px) {
  .header-right {
    text-align: center;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.cart-area {
  font-size: 16px;
  margin: 20px 0;
  text-align: right;
}
@media (max-width: 1023px) {
  .cart-area {
    display: none;
  }
}

.contact-phone {
  text-align: right;
  margin: 35px 0;
}
@media (max-width: 1023px) {
  .contact-phone {
    display: none;
  }
}

.m-contact-phone {
  text-align: right;
  margin-bottom: 35px;
  display: none;
}
@media (max-width: 1023px) {
  .m-contact-phone {
    display: block;
  }
}
@media (max-width: 767px) {
  .m-contact-phone {
    margin-bottom: 10px;
    text-align: center;
  }
}

/*
category menu
-------------------*/
.cat-menu {
  margin: 15px 0;
  height: 45px;
}
@media (max-width: 1023px) {
  .cat-menu {
    display: none;
  }
}
.cat-menu .m-container {
  background: #000;
}
.cat-menu .cat-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.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 > a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 25px;
}
.cat-menu .cat-list > li > a:hover {
  color: #fff;
  background: #E74C3C;
}

.navbar {
  margin: 15px 0;
}
@media (max-width: 1023px) {
  .navbar {
    display: none;
  }
}
.navbar .m-container {
  background: #000;
}
.navbar .navp {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .navp:before {
  content: "";
  display: table;
}
.navbar .navp:after {
  clear: both;
}
.navbar .navp > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .navp > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 25px;
}
.navbar .navp > li > a:hover {
  color: #fff;
  background: #E74C3C;
}

/*
links menu
-------------------*/
.link-menu {
  height: 36px;
  border-bottom: 1px solid #2a2a2a;
}
@media (max-width: 1023px) {
  .link-menu {
    display: none;
  }
}
.link-menu .m-container .links-list {
  background: #000;
}
.link-menu .links-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: right;
  /*width: 100% - $search-bar-width;
  width: Calc (100% - $search-bar-width);*/
  max-width: 100%;
}
.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:first-child {
  border-left: 1px solid #2a2a2a;
}
.link-menu .links-list > .cart {
  display: inline-block;
  float: right;
  height: 35px;
}
.link-menu .links-list > .cart a {
  display: inline-block;
  height: 35px;
  line-height: normal;
  padding: 0 5px;
}
.link-menu .links-list > .cart a img {
  display: inline;
}
.link-menu .links-list > .user {
  display: inline-block;
  float: right;
  height: 35px;
}
.link-menu .links-list > .user a {
  display: inline-block;
  height: 35px;
  line-height: normal;
  padding: 0 5px;
}
.link-menu .links-list > .user a img {
  display: inline;
}
.link-menu .links-list > li {
  border-right: 1px solid #2a2a2a;
}
.link-menu .links-list > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 35px;
}
.link-menu .links-list > li > a:hover {
  color: #fff;
  background: #E74C3C;
}

/*
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: #fff;
  padding: 3px 2px;
  font-size: 20px;
  background: #E74C3C;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.tab-ham-container .tab-ham:hover {
  opacity: 0.8;
  background: #2B3A42;
}

.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: #000;
  width: 250px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .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: 20px;
  padding-right: 20px;
  margin: 10px auto;
}
.mob-menu .mob-menu-close i {
  cursor: pointer;
}
.mob-menu .mob-menu-mod {
  color: #fff;
  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 {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu ul li a {
  color: #fff;
  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: #fff;
  background: #2B3A42;
}
@media (max-width: 1023px) {
  .mob-menu ul > .cart {
    display: none !important;
  }
  .mob-menu ul > .user {
    display: none !important;
  }
}
.mob-menu .welcome-msg {
  padding-left: 15px;
  padding-right: 15px;
}
.mob-menu .welcome-msg a {
  color: #fff;
  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 
------------------*/
.top-bar-menu {
  height: 38px;
  background: #cac8c8;
  display: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-bar-menu {
    display: block;
  }
}

.mob-menu-bar {
  display: none;
  text-align: left;
  margin: 5px auto 0;
}
.mob-menu-bar > a {
  text-decoration: none;
  color: #000000;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  background: none;
  border-radius: 0;
  float: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mob-menu-bar > a:hover {
  opacity: 0.8;
  background: none;
  text-decoration: none;
}
.mob-menu-bar > a.mSearch-tragger:after {
  content: '\e81c';
}
.mob-menu-bar > a.mEmail-link:after {
  content: '\e832';
}
.mob-menu-bar > a.mCart-link:after {
  content: '\e80a';
}
.mob-menu-bar > a.mMenu-btn:after {
  content: '\e824';
}
@media (max-width: 1023px) {
  .mob-menu-bar {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .mob-menu-bar {
    float: none;
  }
}

.copyright, .copyright a {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
}

.global-banners {
  position: relative;
  padding: 5px 0px;
  color: #000;
}

/*
footer
-----------*/
footer {
  margin-top: 0px;
  padding-bottom: 10px;
  background: #000;
}
footer .m-container {
  padding-top: 50px;
  /*@include border-top;*/
}
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: right;
}
@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%;
    text-align: center;
  }
  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;
  }
}

/*
Extra pages
----------------*/
.footer-widget {
  display: inline-block;
  float: left;
  width: 55%;
  margin-right: 0;
}
.footer-widget.newsletter-widget {
  width: auto;
  max-width: 45%;
  margin-right: 0;
  float: right;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul > li {
  display: inline-block;
  margin-bottom: 20px;
  width: 45%;
}
.footer-widget ul > li > a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-widget ul > li > a:hover {
  color: #E74C3C;
}
@media (max-width: 767px) {
  .footer-widget ul {
    display: none;
  }
  .footer-widget ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.footer-widget .footer-widget-heading {
  color: #E74C3C;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-widget .footer-widget-heading {
    color: #fff;
    background: #E74C3C;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px;
  }
  .footer-widget .footer-widget-heading:before {
    content: "+";
    margin-right: 5px;
  }
  .footer-widget .footer-widget-heading.open:before {
    content: "\2013";
  }
}
@media (max-width: 767px) {
  .footer-widget, .footer-widget.newsletter-widget {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    padding: 0 15px;
  }
}

/*
Mailing List
-----------------*/
.mailinglist {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mailinglist {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mailinglist_text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.mailinglist-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  /*@include border;*/
}

.mailinglist-txt {
  border: none;
  height: 24px;
  width: 100%;
}

.mailinglist-btn {
  position: absolute;
  width: auto;
  border: none;
  height: 100%;
  color: #000;
  text-transform: uppercase;
  top: 0;
  right: 0;
  cursor: pointer;
  border-left: 2px solid #000;
  background: #fff;
  font-weight: bold;
  -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;
  border-left: 1px solid #000;
  background: #E74C3C;
}

.mailinglist-options {
  margin-top: 10px;
}

.mailinglist-subscribe {
  line-height: 1;
  margin-right: 10px;
  color: #fff;
}

.mailinglist-subscribe input[type="radio"] {
  margin: 0;
  margin-right: 5px;
  float: left;
}

.search-area {
  float: right;
  width: 100%;
  max-width: 290px;
  padding-left: 0px;
  position: relative;
}

.searchBox {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  /*border: 1px solid $border-color;*/
}
@media (max-width: 767px) {
  .searchBox {
    display: none;
  }
}

.searchBox form {
  display: block;
  width: 290px;
}

.search-text {
  margin: 0;
  width: 100%;
  height: 23px;
  padding: 5px 70px 5px 5px;
  font-size: 12px;
  border: none;
  position: relative;
}
@media (max-width: 767px) {
  .search-text {
    width: auto;
  }
}

.search-btn {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  width: 65px;
  text-transform: uppercase;
  border-left: 2px solid #000;
  background: #fff;
  -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-weight: bold;
}
.search-btn:hover {
  color: #fff;
  border-left: 2px solid #E74C3C;
  background: #E74C3C;
}

.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: #2B3A42;
  font-size: 24px;
  padding: 5px;
  text-align: right;
}
.m-search-area .mob-search-close i {
  cursor: pointer;
}

/*******************************************************/
/*       Social Icons     */
/*******************************************************/
.social-group {
  width: 135px;
  float: left;
  margin: 35px 0 0;
}
@media (max-width: 767px) {
  .social-group {
    width: 120px;
  }
}

.social-icons {
  padding-top: 0;
  text-align: right;
  display: inline-block;
  float: left;
}
@media (max-width: 1023px) {
  .social-icons {
    float: none;
  }
}
@media (max-width: 767px) {
  .social-icons {
    text-align: center;
    float: none;
  }
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  background-image: none;
  background: none;
  border-radius: 0;
  float: left;
  width: auto;
  height: 24px;
  font-size: 18px;
  display: inline-block;
  margin-left: 0px;
  margin-right: 6px;
  margin-bottom: 0;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  -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 span {
  clear: both;
  color: #fff;
  display: block;
  line-height: 24px;
  text-align: left;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 20px;
  /*&:after {
  	content: "|";
  	margin: 0 6px;
  }*/
}

.social-icons a:first-child {
  margin-left: 0;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  opacity: 0.8;
  background: none;
  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 + New releases */
/*********************************/
.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:not(.Tsellers-section-top) {
  padding-left: 20px;
}

.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: "Raleway", sans-serif;
  font-weight: normal;
  color: #000;
  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: "Raleway", sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.25em;
  text-transform: none;
  text-decoration: none;
}

.Tsellers-section .products-info a:hover, .Tsellers-section .products-info a:visited:hover {
  color: #E74C3C;
  text-decoration: none;
}

.Tsellers-section .products-price {
  color: #E74C3C;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.25em;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  float: none;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}

.Tsellers-section .products-review {
  text-align: left;
  padding: 0px 0px 0px 0px;
  float: none;
  width: 100%;
  margin-top: 5px;
  line-height: 1;
}

.Tsellers-section .products-review img {
  vertical-align: middle;
  line-height: 26px;
  margin-right: 5px;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding-top: 16px;
  font-weight: bold;
}

.Tsellers-section-top .top-sellers-star {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #E74C3C;
  position: absolute;
  top: -10px;
  left: auto;
  right: 0px;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  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: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #E74C3C;
  padding: 0px;
  text-align: center;
  background: #000;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*
More Top Sellers Specific
--------------------------*/
#TS_items .Tsellers-section-top .products-info,
#TS_items .Tsellers-section-top .products-review,
#TS_items .Tsellers-section-top .products-price {
  text-align: center;
}
#TS_items .Tsellers-section-top .action {
  margin-top: 10px;
}

/*
New releases Specific
----------------*/
.newreleases_topitem > .col-group .image-container {
  width: 35%;
  float: left;
  height: 65px;
}
.newreleases_topitem > .col-group .products-info {
  width: 65%;
  float: right;
  padding-left: 3%;
}
.newreleases_topitem > .col-group .products-info .products-review {
  width: 100%;
  margin-top: 5px;
  line-height: 1;
}
.newreleases_topitem > .col-group .products-info .products-price {
  text-align: left;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}
.newreleases_topitem .top-sellers-star {
  display: none;
}

@media (max-width: 1023px) {
  .Tsellers-section {
    padding-left: 20px;
    padding-right: 15px;
    border: none !important;
  }
  .Tsellers-section .products-info {
    padding-left: 15px;
  }
  .Tsellers-section .products-info a {
    color: #fff !important;
  }
  .Tsellers-section .products-info a:hover {
    color: #fff !important;
  }
  .Tsellers-section .products-price {
    padding-left: 15px;
  }
  .Tsellers-section .image-container {
    display: none;
  }
  .Tsellers-section > .col-group .products-info {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .Tsellers-section > .col-group .products-info .products-price {
    border-bottom: none;
  }
  .Tsellers-section > .col-group .products-info .name {
    padding-left: 15px;
  }
  .Tsellers-section .top-sellers-star {
    display: block;
  }
  .Tsellers-section .products-review {
    display: none;
  }

  .Tsellers-section:not(.Tsellers-section-top) {
    padding-left: 20px;
  }

  .top-sellers-star {
    left: 20px;
    padding-top: 15px;
  }

  .Tsellers-section .products-price {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .Tsellers-section-top .top-sellers-star {
    width: auto;
    max-width: 10px;
    height: auto;
    top: 0;
    left: 20px;
    font-size: 14px;
    line-height: 1;
    padding-top: 15px;
    text-align: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }

  #TS_items .Tsellers-section-top .products-info,
  #TS_items .Tsellers-section-top .products-review,
  #TS_items .Tsellers-section-top .products-price {
    text-align: left;
  }
  #TS_items .Tsellers-section-top .action {
    display: none;
  }
}
/***************************************/
/*   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: "Raleway", 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: #E74C3C;
}

.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;
}

#mob-brands {
  padding: 0 15px;
}

#home .header-specials {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  padding: 0;
}
@media (max-width: 767px) {
  #home .header-specials {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#home #homeCarousel {
  margin-top: 0px;
}

#Carousel_Container {
  overflow-x: hidden;
  width: 100%;
}

#Banner_Container {
  max-width: 1700px;
  margin: 0 auto;
}

/*********************************/
/*HomePage and Carousel*/
/*********************************/
.home-width img {
  display: block;
}

#HOME > div.home-width {
  text-align: justify;
}

#home_carousel {
  width: 100%;
  float: left;
  overflow-x: hidden;
}

.homepage_silder {
  margin-bottom: 10px !important;
  margin: 0px auto !important;
  overflow-x: hidden;
}

.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: #ff0066 !important;
  background: #ff0066 !important;
  font-size: 0px !important;
  width: 12px !important;
  height: 12px !important;
}

.flex-control-paging li a:hover {
  background: #8fd100 !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;
}

/*
Homepage banner
------------------*/
.homepage-banners {
  margin-top: 0px;
  margin-bottom: 0px;
}
.homepage-banners .homepage-banner {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.homepage-banners .homepage-banner:nth-child(even) {
  margin-left: 0;
}
.homepage-banners .homepage-banner:nth-child(n + 3) {
  margin-bottom: 0;
}
.homepage-banners .homepage-banner img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .homepage-banners .homepage-banner {
    width: 50%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .homepage-banners .homepage-banner:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .homepage-banners .homepage-banner {
    display: block;
    float: none;
    width: 100%;
    max-width: 480px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
  }
}

/*********************************/
/* Category */
/*********************************/
/*
.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 {
  color: #2c3e50;
  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;
}
