html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
a {
  color: #f40000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #101010;
  text-decoration: none;
}
.navbar-inner {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
  padding-left: 0;
  padding-right: 0;
}
.navbar .brand_phone {
  float: left;
  margin: 0;
  padding: 10px 0 10px 10px;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* background: #ffffff; */
}
.dropdown-menu > li {
  margin-left: 0;
}
.dropdown-menu > li > a {
  color: #101010;
  font-size: 13px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f40000;
  background: none;
  text-decoration: underline;
}
.btn-group > .btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus {
  color: #ffffff;
  text-shadow: none;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #101010;
}
.btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .dropdown-toggle .caret {
  border-top: 4px solid #ffffff;
  margin-left: 0;
  margin-top: 5px;
  padding-bottom: 3px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.carousel {
  border: 0px solid #DDDDDD;
}
.carousel .carousel-inner > .active.left {
  left: -100%;
  float: none;
}
.carousel .carousel-inner > .active.right {
  left: 100%;
  float: none;
}
.carousel .carousel-inner > .item {
  text-align: center;
}
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  margin: 0 auto;
}
.carousel a[class^="carousel-control_"] {
  bottom: 0;
  display: block;
  height: 27px;
  margin: auto;
  padding-bottom: 10%;
  padding-top: 10%;
  position: absolute;
  top: 0;
  z-index: 100;
}
.carousel a[class^="carousel-control_"]:before {
  content: ' ';
  background-image: url("../images/carousel_control_sprite.png");
  background-repeat: no-repeat;
  display: block;
  height: 27px;
  width: 10px;
}
.carousel a[class^="carousel-control_"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.carousel .carousel-control_left {
  left: 2%;
  padding-right: 30px;
}
.carousel .carousel-control_left:before {
  background-position: left bottom;
}
.carousel .carousel-control_left:hover:before {
  background-position: left top;
}
.carousel .carousel-control_right {
  right: 2%;
  padding-left: 30px;
}
.carousel .carousel-control_right:before {
  background-position: right bottom;
}
.carousel .carousel-control_right:hover:before {
  background-position: right top;
}
.carousel-indicators {
  bottom: 15px;
  left: auto;
  padding: 0;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
  margin-left:0;
}
.carousel-indicators li {
  background: #dcdcdc;
  display: inline-block;
  float: none;
}
.carousel-indicators .active {
  background-color: #f40000;
}
.carousel-control_left_small {
  position: absolute;
  top: 40%;
  width: 25px;
  height: 35px;
  margin-top: 0;
  text-decoration: none;
  background: url(../images/slider_arrow_left_small.png) no-repeat top left;
}
.carousel-control_right_small {
  position: absolute;
  top: 40%;
  width: 25px;
  height: 35px;
  margin-top: 0;
  text-decoration: none;
  background: url(../images/slider_arrow_right_small.png) no-repeat top left;
}
.carousel-control_right_small.right {
  left: auto;
  right: 0;
}
.carousel-control {
  /*background: #222222 repeat 0 0;*/
  /*border: 3px solid #FFFFFF;*/
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 100;
  height: 20px;
  left: 15px;
  line-height: 16px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 20px;
}
.tablet_phone_carousel {
  float: left;
  margin: 0 0 20px;
  width: 100%;
  background: #F4F4F4;
}
.navbar-collapse .nav {
  padding: 0;
}
.navbar .navbar-btn {
  background: #f40000;
  border-color: #f40000;
}
.navbar .navbar-btn:hover,
.navbar .navbar-btn:focus,
.navbar .navbar-btn:active,
.navbar .navbar-btn.active,
.navbar .navbar-btn.disabled,
.navbar .navbar-btn[disabled] {
  color: #ffffff;
  background: #f40000;
}
ul.nav-tabs {
  border-bottom: 3px solid #feb547;
  margin: 0 0 15px;
  padding: 10px 10px 0;
}
ul.nav-tabs > li {
  margin-bottom: 0;
  text-transform: uppercase;
}
ul.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dcdcdc;
  border: 0 none;
  color: #989898;
  margin-right: 10px;
}
ul.nav-tabs > li > a:hover {
  background-color: #feb547;
  color: #ffffff;
}
ul.nav-tabs > li.active > a {
  border: 0 none;
  background-color: #feb547;
  color: #ffffff;
}
ul.nav-tabs > li.active > a:hover,
ul.nav-tabs > li.active > a:focus {
  border: 0 none;
  background-color: #feb547;
  color: #ffffff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 0 none;
}
.tab-content .tab-pane {
  color: #101010;
  font-weight: 300;
  font-size: 12px;
}
.modal-header h3 {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #101010;
  font-size: 16px;
  margin: 0;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
}

#categories-left-nav .panel {
  border-radius: 0;
  border: 0 none;
  box-shadow: none;
  border-width: 1px;
  border-color: #ddd;
  border-bottom-style: solid;
}

.filterContainer hr {
  display: none;
}

.filterContainer .panel-default .cc_filter_icon {
  display: none;
}

.filterContainer .panel-body {
  padding: 15px 0 0 0;
}

@media (min-width: 1200px) {
  .row [class*="span"] {
    margin-left: 10px;
  }
  .row-fluid-brands [class*="span"] {
    margin-left: 19px;
  }
  .quick_order .sku {
    margin: 0 5px 5px 0;
  }
  .quick_wishlist P.leftside {
    width: 45%;
    float: left;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .quick_wishlist P.leftside {
    width: 48%;
    float: left;
  }
  .related_products_viewport {
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 0 0;
    width: 92px;
    float: none;
  }
  .related_products_viewport IMG {
    margin: 0;
    padding: 0;
    width: 92px;
  }
}
@media (min-width: 585px) and (max-width: 799px) {
  .quick_wishlist P.leftside {
    width: 48%;
    float: left;
  }
  .margin_form fieldset.grey {
    width: 100%;
  }
  .margin_form fieldset.clear {
    width: 100%;
  }
  .related_products_viewport {
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px 0 0;
    width: 72px;
    float: none;
  }
}
@media (max-width: 584px) {
  BODY {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row [class*="col-md-"] {
    min-height: 0;
  }
  /* .navbar .btn,
  .navbar .btn-group {
    margin-top: 15px;
  } */
  .footer {
    padding: 0;
  }
  .btn-group > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
  }
  .btn-group > .btn + .dropdown-toggle .caret {
    border-top: 4px solid #ffffff;
  }
  .btn-group > .btn:hover {
    color: #ffffff;
  }
  .btn-group > .btn:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .panel-group .panel .panel-heading a:not(.cc-header-extra-small) {
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #101010;
    border: 0 none;
  }
  .panel-group .panel .panel-collapse {
    font-weight: 300;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 600px) {

  .modal li a {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }
}

.modal-dialog {
  width: 100%;
  margin: 0;
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  /*max-height: 400px;*/
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

button.btn-group.slim {
  vertical-align: top;
}

.btn-group.full {
  width: 100%;
  margin-top: 5px;
}

button.btn-primary.header {
  width: auto;
  font-size: 12px;
}

button.btn-primary.headerSlim {
  font-size: 10px;
  margin: 10px 0 0;
  width: auto;
}

/* Classes from BS 2 removed on BS 3 */

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px 0 0;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}

.navbar-inverse {
  /* background-color: #fff !important; */
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}

@media (max-width:979px) {
  .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
  }

  .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px;
  }
}
/* -------- */

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.cc_product_catalog_panel {
  border: 0 none;
  box-shadow: none;
}

.cc_product_catalog_panel .panel-body {
  padding: 0;
  margin: 0 0 10px 0;
}

.cc_product_catalog_panel .panel-body h3 {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #101010;
  line-height: 20px;
}

div.well {
  background-color: #FFF;
}

form#searchOrderForm div.form-group.form-group-sm.date {
  display: block;
}

form#searchOrderForm label.cc_from_date_str {
  display: block;
}

form#searchOrderForm label.cc_to_date_str {
  display: block;
}

form#searchOrderForm div.input-group-addon {
  display: none;
}

div.orderPaginationSec > div.cc_panel > div.panel-body {
  padding: 0px;
}

div.orderPaginationSec > div.cc_panel > div.panel-body > div.row{
  padding: 10px 10px 0px 0px;
}

div.acctmainSection > div.cc_panel > div.table-responsive > #text {
  display: none;
}

div.acctmainSection > div.cc_panel > div.table-responsive th.cc_table_header {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 12px;
}

div.acctmainSection > div.cc_panel > div.table-responsive tr.cc_table_header_row {
  text-transform: uppercase;
}

div.acctmainSection > div.cc_panel > div.table-responsive tr.cc_table_header_row > td {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
}

div.acctmainSection > div.cc_panel div.cc_order_search_action {
  margin-top: 10px;
}

div.acctmainSection > div.orderPaginationSec a {
  color: #8FCFBB;
}

div.acctmainSection > div.orderPaginationSec a:hover {
  color: #628E80;
}

/* img {
  max-width: 100%;
} */

td.qty input[type="text"] {
  width: 50px;
}