/**
 * Colors
 */
/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
#register-modal .modal-dialog {
  width: 840px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 50%;
  position: absolute;
  margin: 0 0 0 -420px !important;
}
#register-modal .modal-dialog .modal-content {
  background-color: #F5F5F5;
  border: none;
  box-shadow: none;
}
#register-modal .modal-dialog .image {
  padding-right: 0;
}
#register-modal .modal-dialog .modal-close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  cursor: pointer;
}
#register-modal .modal-dialog .modal-close-btn img {
  width: 20px;
}
#register-modal .modal-dialog .register-form {
  padding-left: 0;
}
#register-modal .modal-dialog .register-form .nav-tabs li {
  width: 50%;
  border: none;
}
#register-modal .modal-dialog .register-form .nav-tabs li a {
  background-color: #DDD;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
}
#register-modal .modal-dialog .register-form .nav-tabs li.active a {
  background-color: #F5F5F5;
}
#register-modal .modal-dialog .register-form .tab-content {
  padding: 45px;
  background-color: #F5F5F5;
}
#register-modal .modal-dialog .register-form .tab-content .or-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  line-height: 0;
  margin: 35px 0;
  font-size: 14px;
}
#register-modal .modal-dialog .register-form .tab-content .or-text span {
  background: #F5F5F5;
  padding: 0 10px;
}
#register-modal .modal-dialog .register-form .tab-content .facebook-connect {
  background-color: #3B5998;
  border: none;
  margin: 0 0 30px;
}
#register-modal .modal-dialog .register-form .tab-content .facebook-connect .fa-facebook {
  font-size: 17px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
#register-modal .modal-dialog .register-form .tab-content .facebook-connect:hover {
  background-color: #283D77;
}
#register-modal .modal-dialog .register-form .tab-content .btn-default {
  border-color: #CCC;
  background-color: #DDD;
}
#register-modal .modal-dialog .register-form .tab-content .btn-default:hover {
  background-color: #CCC;
  border-color: #CCC;
}
#register-modal .modal-dialog #register-modal-register h5 {
  margin: 0 0 30px;
  font-size: 20px;
}
#register-modal .modal-dialog #register-modal-register small {
  font-size: 10px;
}
#register-modal .modal-dialog #register-modal-register.step-1 .step-1 {
  display: block;
}
#register-modal .modal-dialog #register-modal-register.step-1 .step-2 {
  display: none;
}
#register-modal .modal-dialog #register-modal-register.step-2 .step-1 {
  display: none;
}
#register-modal .modal-dialog #register-modal-register.step-2 .step-2 {
  display: block;
}
body .visible-app {
  display: none;
}
body.store-app .visible-app {
  display: block !important;
}
body.store-app .hidden-app {
  display: none !important;
}
body.store-app #container {
  margin-top: 0;
  padding-top: 0;
}
body.store-app.addressing-step,
body.store-app.delivery-and-payment-step {
  margin-top: 20px;
}
body.store-app .mobile-vertical-align,
body.store-mobile .mobile-vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}
body.store-app .mobile-vertical-align > *,
body.store-mobile .mobile-vertical-align > * {
  display: table-cell;
  vertical-align: middle;
}
/** iPad media query **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.store-app .hidden-ipad {
    display: none !important;
  }
  body.store-app #container {
    width: 90%;
  }
}
hr {
  margin: 28px 0;
}
#top-message-bar {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  background-color: #EEEEEE;
  height: 59px;
}
#top-message-bar .tooltip .tooltip-inner {
  max-width: 413px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#top-message-bar .container .nav > li {
  margin: 0;
}
#top-message-bar .container .nav > li > a {
  padding: 20px 12px;
  color: #333;
  font-size: 12px;
  max-height: 59px;
}
#top-message-bar .container .nav > li > a.stylepx {
  padding: 22px 0 20px 12px;
}
#top-message-bar .container .nav > li:first-child > a {
  padding-left: 0;
}
#top-message-bar .container .nav > li.locale > a {
  padding-right: 0;
}
#top-message-bar .container .left-section .fa {
  font-size: 16px;
  position: relative;
  top: 3px;
}
#top-message-bar .container .left-section .fa.fa-android {
  top: 2px;
}
#top-message-bar .row > .text-left {
  margin-left: -15px;
}
#top-message-bar .row > .message {
  height: 59px;
  cursor: pointer;
}
#top-message-bar .row > .message div {
  color: #9D261D;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 30px auto 23px;
}
#header .logo {
  float: left;
  padding: 0;
}
#header .logo img {
  width: 156px;
  height: 55px;
}
#header .logo:hover,
#header .logo:focus {
  background-color: transparent;
}
#header .gender {
  margin-left: 30px;
}
#header .gender ul li {
  padding: 16px 13px 0;
}
#header .gender ul li a {
  color: #AAA;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
#header .gender ul li a:focus {
  background-color: transparent;
}
#header .gender ul li:hover a,
#header .gender ul li.active a {
  color: #333;
  border-bottom: solid 2px #333;
  background-color: transparent;
}
@media (max-width: 991px) {
  #header .gender {
    margin-left: 15px;
  }
  #header .gender ul li {
    padding: 16px 8px;
  }
}
#header .search {
  margin-right: 20px;
}
#header .search form {
  text-align: right;
  position: relative;
}
#header .search form .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#header .search form input {
  width: 200px;
  padding-left: 10px;
  height: 23px;
  background: #FFF;
  z-index: 1;
  display: inline;
  font-size: 11px;
}
@media (max-width: 991px) {
  #header .search form input {
    width: 185px;
  }
}
#header .search form button {
  background: none;
  border: none;
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 13px;
  z-index: 2;
  outline: none;
}
#header #user-row {
  padding-top: 16px;
}
#header #user-row .dropdown-menu {
  margin: 0;
}
#site-navbar-wrapper {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1049px) {
  #site-navbar .nav > li {
    padding: 10px 11px;
  }
}
#main-navbar {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  z-index: 5;
  margin: 20px 0 0;
  font-weight: 600;
}
#main-navbar .nav > li {
  float: left;
}
#main-navbar .nav > li > a {
  font-size: 14px;
  padding: 5px 15px 5px 14px;
}
@media (min-width: 992px) and (max-width: 1049px) {
  #main-navbar .nav > li > a {
    padding: 5px 12px;
  }
}
@media (max-width: 991px) {
  #main-navbar .nav > li > a {
    padding: 5px 10px;
  }
}
#main-navbar .nav > li > a:focus {
  background: transparent;
  outline: none;
}
#main-navbar .nav > li:hover .dropdown-menu {
  display: block;
}
#main-navbar .nav > li.first > a {
  padding-left: 0;
}
#main-navbar .nav > li.last > a {
  padding-right: 0;
}
#main-navbar .nav > li.last .dropdown-menu {
  right: 0;
  left: auto;
}
#main-navbar .nav > li .dropdown-menu {
  top: auto;
  padding: 28px 30px;
  min-width: 305px;
  border-color: #EEE;
  background-clip: border-box;
}
#main-navbar .nav > li .dropdown-menu.whats-new {
  width: 360px;
}
#main-navbar .nav > li .dropdown-menu.brands,
#main-navbar .nav > li .dropdown-menu.clothing {
  width: 360px;
}
#main-navbar .nav > li .dropdown-menu.shoes {
  width: 355px;
}
@media (max-width: 1049px) {
  #main-navbar .nav > li .dropdown-menu.shoes {
    margin-left: -45px;
  }
}
#main-navbar .nav > li .dropdown-menu.accessories,
#main-navbar .nav > li .dropdown-menu.home-tech {
  width: 415px;
  margin-left: -13px;
}
@media (max-width: 1049px) {
  #main-navbar .nav > li .dropdown-menu.accessories,
  #main-navbar .nav > li .dropdown-menu.home-tech {
    margin-left: -30px;
  }
}
#main-navbar .nav > li .dropdown-menu.grooming {
  width: 370px;
}
@media (max-width: 1049px) {
  #main-navbar .nav > li .dropdown-menu.grooming {
    margin-left: -92px;
  }
}
#main-navbar .nav > li .dropdown-menu.print {
  width: 520px;
  right: 0;
  margin-left: -324px;
}
@media (max-width: 1049px) {
  #main-navbar .nav > li .dropdown-menu.print {
    margin-left: -261px;
  }
}
@media (max-width: 991px) {
  #main-navbar .nav > li .dropdown-menu.print {
    margin-left: -372px;
  }
}
#main-navbar .nav > li .dropdown-menu > li {
  display: inline-block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  line-height: 1em;
}
#main-navbar .nav > li .dropdown-menu > li.first {
  padding-right: 30px;
}
#main-navbar .nav > li .dropdown-menu > li.last {
  border-left: 1px solid #EEE;
  padding-left: 30px;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 {
  list-style: none;
  padding: 0;
  text-transform: none;
  font-weight: normal;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1em;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li.first {
  padding-top: 0;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li.last {
  padding-bottom: 0;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li a,
#main-navbar .nav > li .dropdown-menu .menu_level_2 li span {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li span {
  color: #000;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li a {
  color: #444;
}
#main-navbar .nav > li .dropdown-menu .menu_level_2 li a:hover {
  color: #428bca;
}
#main-navbar.men .nav {
  display: flex;
  justify-content: space-between;
}
#main-navbar.women .nav > li .dropdown-menu {
  min-width: 150px;
}
#main-navbar.women .nav > li .dropdown-menu > li {
  border: none;
  padding: 0;
  width: 100%;
}
#main-navbar.women .nav > li .dropdown-menu.clothing {
  width: 170px;
}
#main-navbar.women .nav > li .dropdown-menu.accessories {
  width: 185px;
  margin-left: 0;
}
#main-navbar.women .nav > li.last .dropdown-menu {
  right: auto;
}
body.locale-cn #main-navbar li > a,
body.locale-tc #main-navbar li > a {
  font-size: 14px;
}
@media (min-width: 1050px) {
  body.locale-cn #main-navbar li > a,
  body.locale-tc #main-navbar li > a {
    padding: 5px 12px;
  }
}
.site-location-menu li > a > span:first-child {
  margin-right: 3px;
}
.site-account-menu,
.site-location-menu {
  margin-bottom: 0;
  margin-right: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.site-account-menu .user,
.site-location-menu .user {
  padding-right: 19px;
}
.site-account-menu .user img,
.site-location-menu .user img {
  height: 21px;
  width: auto;
  position: relative;
  top: -2px;
}
.site-account-menu .user a,
.site-location-menu .user a,
.site-account-menu .user span,
.site-location-menu .user span {
  margin: 0;
  padding-right: 0;
  line-height: 24px;
}
.site-account-menu .user > ul,
.site-location-menu .user > ul {
  padding: 0;
  border-color: #EEE;
}
.site-account-menu .user > ul > li > a,
.site-location-menu .user > ul > li > a {
  margin: 0;
  padding: 10px 0 10px 20px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.site-account-menu .user > ul > li > a:hover,
.site-location-menu .user > ul > li > a:hover {
  background-color: #F7F7F7;
}
.site-account-menu > li > a,
.site-location-menu > li > a,
.site-account-menu > li > span,
.site-location-menu > li > span {
  line-height: 24px;
  margin: 0;
  padding: 0 20px 0 0;
  color: #333;
}
.site-account-menu > li > a:hover,
.site-location-menu > li > a:hover,
.site-account-menu > li > span:hover,
.site-location-menu > li > span:hover,
.site-account-menu > li > a:focus,
.site-location-menu > li > a:focus,
.site-account-menu > li > span:focus,
.site-location-menu > li > span:focus {
  color: #000;
  background: none;
}
.site-account-menu > li:last-child a,
.site-location-menu > li:last-child a {
  padding: 0;
}
.site-account-menu .dropdown:hover .dropdown-menu,
.site-location-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.site-account-menu .account.dropdown-menu,
.site-location-menu .account.dropdown-menu,
.site-account-menu .language.dropdown-menu,
.site-location-menu .language.dropdown-menu {
  border-radius: 0;
  margin: 0;
  background: #000;
  border-color: #EEE;
}
.site-account-menu .account.dropdown-menu a,
.site-location-menu .account.dropdown-menu a,
.site-account-menu .language.dropdown-menu a,
.site-location-menu .language.dropdown-menu a {
  color: #A8A8A8;
}
.site-account-menu .account.dropdown-menu a:hover,
.site-location-menu .account.dropdown-menu a:hover,
.site-account-menu .language.dropdown-menu a:hover,
.site-location-menu .language.dropdown-menu a:hover {
  background: #F7F7F7;
}
.site-account-menu .account.dropdown-menu .divider,
.site-location-menu .account.dropdown-menu .divider,
.site-account-menu .language.dropdown-menu .divider,
.site-location-menu .language.dropdown-menu .divider {
  background: #2C2C2C;
  border-bottom-color: #323232;
  margin: 2px 1px;
}
.site-account-menu > li,
.site-location-menu > li {
  float: left;
}
.site-account-menu .dropdown .dropdown-menu,
.site-location-menu .dropdown .dropdown-menu {
  padding: 0;
  border-color: #EEE;
  box-shadow: none;
  font-size: 14px;
}
.site-account-menu .dropdown .dropdown-menu a,
.site-location-menu .dropdown .dropdown-menu a {
  padding: 14px 15px;
  line-height: 1em;
}
.site-account-menu .dropdown .dropdown-menu a:hover,
.site-location-menu .dropdown .dropdown-menu a:hover {
  background: #F7F7F7;
  color: #000;
}
.site-account-menu .dropdown .dropdown-menu > .active > a,
.site-location-menu .dropdown .dropdown-menu > .active > a {
  cursor: default;
  background: #FFF;
  color: #555555;
}
.site-account-menu .dropdown:hover .dropdown-menu,
.site-location-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.site-account-menu .dropdown#currency .fa,
.site-location-menu .dropdown#currency .fa {
  font-size: 14px;
  position: relative;
  top: 0;
}
.site-account-menu .cart .bag-icon,
.site-location-menu .cart .bag-icon {
  background: url("../../../bundles/hypebeaststoreweb/images/view-bag.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  height: 20px;
  margin-right: 2px;
  opacity: 0.9;
  text-align: center;
  font-size: 11px;
  width: 20px;
}
.site-account-menu .cart .dropdown-menu,
.site-location-menu .cart .dropdown-menu {
  width: 300px;
  border-color: #EEE;
  padding: 0;
}
.site-account-menu .cart .dropdown-menu .cart-header,
.site-location-menu .cart .dropdown-menu .cart-header {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1em;
  padding: 13px 0;
}
.site-account-menu .cart .dropdown-menu .media,
.site-location-menu .cart .dropdown-menu .media {
  padding: 15px;
  margin: 0;
  border-bottom: solid 1px #EEE;
}
.site-account-menu .cart .dropdown-menu .media:last-child,
.site-location-menu .cart .dropdown-menu .media:last-child {
  border: none;
}
.site-account-menu .cart .dropdown-menu .media .media-object,
.site-location-menu .cart .dropdown-menu .media .media-object {
  width: auto;
  height: 110px;
  padding-right: 10px;
}
.site-account-menu .cart .dropdown-menu .media .media-body,
.site-location-menu .cart .dropdown-menu .media .media-body {
  font-size: 11px;
  white-space: normal;
  line-height: 14px;
  color: #444;
  width: auto;
}
.site-account-menu .cart .dropdown-menu .media .media-body .media-heading,
.site-location-menu .cart .dropdown-menu .media .media-body .media-heading {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 11px;
}
.site-account-menu .cart .dropdown-menu .media .media-body .item-price,
.site-location-menu .cart .dropdown-menu .media .media-body .item-price {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-account-menu .cart .dropdown-menu .checkout-now,
.site-location-menu .cart .dropdown-menu .checkout-now {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 14px;
  background-color: #FFF;
  color: #333;
  border-bottom: solid 1px #EEE;
}
.site-account-menu .cart .dropdown-menu .checkout-now:hover,
.site-location-menu .cart .dropdown-menu .checkout-now:hover {
  background-color: #333;
  color: #FFF;
}
.site-account-menu .cart .dropdown-menu .free-shipping-info,
.site-location-menu .cart .dropdown-menu .free-shipping-info {
  font-size: 11px;
  text-align: center;
  padding: 20px;
  border-top: solid 1px #EEE;
  line-height: 1em;
}
.site-account-menu .cart .dropdown-menu .free-shipping-info a,
.site-location-menu .cart .dropdown-menu .free-shipping-info a {
  padding: 0;
}
.site-account-menu .cart .dropdown-menu .free-shipping-info a:hover,
.site-location-menu .cart .dropdown-menu .free-shipping-info a:hover {
  background: none;
  color: #000;
}
#site-promote {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 10px;
  line-height: 1.2em;
  text-align: right;
  color: #F1B800;
  text-transform: uppercase;
  margin-top: 7px;
  height: 23px;
}
#site-promote .text-info {
  font-size: 10px;
  color: #C0C0C0;
  text-transform: none;
}
#promote-popover {
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.8);
  color: #FFF;
  position: absolute;
  z-index: 100;
  display: none;
  padding: 1px;
  background-color: #353535;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  white-space: normal;
  width: 210px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#promote-popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #353535;
  top: -6px;
}
#promote-popover .title {
  margin: 0;
  padding: 8px 14px;
  line-height: 18px;
  border-bottom: 1px solid #2c2c2c;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background: transparent;
}
#promote-popover .content {
  padding: 9px 14px;
  background: transparent;
  line-height: 1.2em;
  font-size: 11px;
  color: #A1A1A1;
}
#promote-popover .content small {
  font-size: 85%;
}
#promote-popover .content a {
  color: #A1A1A1;
}
#promote-popover .content a:hover {
  text-decoration: none;
}
.order-detail > .header {
  line-height: 1em;
}
.order-detail > .header .number {
  font-weight: normal;
  color: #333333;
  margin: 0 0 5px 0;
  font-size: 24px;
}
.order-detail > .header .date {
  margin-bottom: 28px;
  color: #777777;
}
.order-detail > .header .contact {
  margin-bottom: 28px;
}
.order-detail > .status {
  background: #F8F8F8;
  border: solid 1px #E5E5E5;
  padding: 20px 20px 0 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .order-detail > .status {
    padding: 10px;
  }
}
.order-detail > .status h4 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.order-detail > .status h4 small {
  font-weight: normal;
  margin-right: -5px;
}
.order-detail > .status small {
  font-size: 12px;
  color: #999;
}
.order-detail > .status svg {
  vertical-align: middle;
  margin-right: 5px;
}
.order-detail > .status strong {
  color: #777777;
  font-weight: normal;
}
.order-detail > .status .status-shipping {
  margin-bottom: 20px;
}
.order-detail > .status .timeline {
  border-top: solid 1px #E5E5E5;
  margin: 0 -20px 0 -20px;
  padding: 20px 0 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .order-detail > .status .timeline {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-detail > .status .timeline::before {
  content: "";
  background: #E5E5E5;
  height: 100%;
  width: 1px;
  left: 200px;
  top: 0;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .order-detail > .status .timeline::before {
    left: 143px;
  }
}
@media (max-width: 767px) {
  .order-detail > .status .timeline::before {
    display: none;
  }
}
.order-detail > .status .timeline > .row {
  margin-bottom: 10px;
}
.order-detail > .status .timeline-toggle-btn {
  width: auto;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .order-detail > .status .timeline-toggle-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-detail > .order-info {
  margin-bottom: 20px;
  overflow: hidden;
}
.order-detail > .order-info h5 {
  color: #333333;
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.order-detail > .order-info address {
  margin-bottom: 9px;
}
.order-detail > .order-items {
  margin-bottom: 20px;
}
.order-detail > .order-items .order-items-table {
  margin-bottom: 0;
  border-color: #eeeeee;
}
.order-detail > .order-items .order-items-table th,
.order-detail > .order-items .order-items-table td {
  border-color: #eeeeee;
}
.order-detail > .order-items .order-items-table thead {
  border-bottom: 1px solid #eeeeee;
}
.order-detail > .order-items .order-items-table thead th {
  font-size: 14px;
  border: none;
  color: #333333;
  font-weight: 500;
  padding: 0 0 10px 0;
  line-height: 1em;
}
.order-detail > .order-items .order-items-table tbody td {
  vertical-align: middle;
  padding: 10px 0;
}
.order-detail > .order-items .order-items-table tbody td.variant .media {
  display: table;
  margin-top: 0;
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-object {
  width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .order-detail > .order-items .order-items-table tbody td.variant .media .media-object {
    width: 50px;
  }
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-body {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-body .image {
  width: 100px;
  height: auto;
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-body .brand {
  font-size: 12px;
  font-weight: lighter;
  white-space: nowrap;
  line-height: 1em;
  color: #555;
  margin-top: 0;
  margin-bottom: 5px;
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-body .name {
  font-weight: bold;
  color: #333;
  margin: 5px 0 4px 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.order-detail > .order-items .order-items-table tbody td.variant .media .media-body .options {
  font-size: 10px;
  color: #999;
  margin-bottom: 0;
}
.order-detail > .order-items .order-items-table tbody td.total {
  font-weight: bold;
}
.order-detail > .order-items .order-items-table tbody td.total del {
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
.order-detail > .order-items .order-items-table tbody td.total ins {
  text-decoration: none;
}
.order-detail > .order-items .summary th,
.order-detail > .order-items .summary td {
  border-top: 1px solid #eeeeee;
  padding: 10px 15px;
}
.order-detail > .order-items .summary th.header,
.order-detail > .order-items .summary td.header {
  font-weight: bold;
}
.order-detail > .order-items .summary th small,
.order-detail > .order-items .summary td small {
  font-weight: normal;
}
.order-detail > .order-items .summary tr.total th,
.order-detail > .order-items .summary tr.total-in-usd th,
.order-detail > .order-items .summary tr.total td,
.order-detail > .order-items .summary tr.total-in-usd td {
  border-top: none;
  background: #eeeeee;
  font-weight: bold;
}
.order-detail > .order-items .summary tr > *:last-child {
  min-width: 135px;
}
.vertical-align {
  display: table;
  height: 100%;
}
.vertical-align > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.banner {
  margin-bottom: 10px;
}
.breadcrumb {
  background-color: #FFF;
  padding: 0;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb li:before {
  color: #333 !important;
}
.breadcrumb span {
  text-transform: capitalize;
  border-bottom: solid 1px #999;
}
#sidebar-filter {
  margin-bottom: 30px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
}
#sidebar-filter > a:first-child h5 {
  margin-top: 0;
}
#sidebar-filter .section {
  border-top: solid 1px #e5e5e5;
  padding-top: 28px;
  margin-top: 28px;
}
#sidebar-filter .section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#sidebar-filter .section h5 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 0 0 27px 0;
  line-height: 1em;
}
#sidebar-filter .section.collapsable h5:hover {
  cursor: pointer;
}
#sidebar-filter .section.collapsable h5 span {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  float: right;
  font-weight: normal;
}
#sidebar-filter .section.collapsable h5 span.plus {
  display: none;
}
#sidebar-filter .section.collapsable h5 span.minus {
  font-size: 18px;
}
#sidebar-filter .section.collapsable ul {
  overflow-y: auto;
  max-height: 425px;
}
#sidebar-filter .section.collapsable ul::-webkit-scrollbar {
  width: 5px;
  border-left: solid 2px #333;
}
#sidebar-filter .section.collapsable ul::-webkit-scrollbar-track {
  background-color: #eee;
  border-left: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
#sidebar-filter .section.collapsable ul::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
#sidebar-filter .section.collapsable.collapsed h5 .plus {
  display: inline;
}
#sidebar-filter .section.collapsable.collapsed h5 .minus {
  display: none;
}
#sidebar-filter .section.sale {
  margin-top: 0;
  border: none;
  padding: 0;
}
#sidebar-filter .section.sale h5 {
  font-weight: normal;
}
#sidebar-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#sidebar-filter ul li {
  cursor: pointer;
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  display: inline-block;
  padding-right: 20px;
  width: 100%;
}
#sidebar-filter ul li.selected {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABdElEQVRYR7WXW0rFQAxAz0VXI4juRlEXIqio6F2Ioh+Ca/FHuJtRUSITSMs8kul0/jp9nNNMmkw3TMch8DmbG304YWzM0x+AS+ACeBtNTc87A56AR+Be5lRA4Nfpou+VJBS+nzh3IiECEpIPQE/I+dESc7gwvoBjjcAJ8LKSRAku8+82B9aQqMJtDmjOjZRownMCMjdCwgUvCSyVcMNrAr0SIXhLICoRhnsEvBJdcK9AS2IvlVdbyKTI/H/nrZJu60Dr2tzX8ZNuEgkdbngkArU6YcVD8B4BXY5XwL61zEs0Tj1ht8aRJdD7ZG2fCwLn0VYeFchlu32hcBeNCOTguSQMSXgFat+55EJ3K/cIeIpMdwNrCXjgi1p5TSAC75YoCfTAuyRyAkvgYYm5wAh4SMIKjIS7JVRgDbhLovRjEu5qjV5eqhNHGoFbQH6VZIyG5yLxC9wAW5sDInHl3cm0di+F8xoJedltbj9wAOw6H+69bcL4AxL6n3XB1EY7AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right 1px;
}
#sidebar-filter ul li:last-child {
  margin-bottom: 0;
}
#sidebar-filter ul li a {
  color: #444;
}
#sidebar-filter ul li.selected a {
  color: #999;
}
#sidebar-filter .sale.section h5 {
  color: #9d261d;
}
#sidebar-filter .sale.section ul li {
  background-image: none;
  padding-left: 0;
}
#sidebar-filter .sale.section ul a {
  color: #444;
}
#container {
  min-height: 300px;
}
@media (max-width: 767px) {
  #container {
    padding-top: 68px;
  }
}
.search-container-wrapper {
  min-height: 300px;
}
body.store_sale #sale-banners {
  margin: 10px -5px 0 -5px;
}
body.store_sale #sale-banners > .banner {
  position: relative;
  width: 475px;
  float: left;
  padding: 0 5px;
  display: block;
  height: 250px;
  margin-bottom: 10px;
}
body.store_sale #sale-banners > .banner span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 250px;
  text-align: center;
  z-index: 1;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
}
body.store_sale #sale-banners > .banner img {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 0;
  max-width: 465px;
  height: auto;
  max-height: 250px;
}
body.store_sale #sale-percentage {
  margin: 0 -5px 20px -5px;
}
body.store_sale #sale-percentage > a {
  margin: 0 5px;
  width: 178px;
  height: 180px;
  border: solid 1px #ECECEC;
  box-sizing: content-box;
  float: left;
  display: block;
  text-align: center;
  line-height: 180px;
  color: #404040;
  font-size: 24px;
  font-weight: bold;
}
body.store_sale #sale-percentage > a:hover {
  color: #888;
}
body.store_brands .brands-index a,
body.store_brands_women .brands-index a {
  color: #555555;
}
body.store_brands .brands-index a:hover,
body.store_brands_women .brands-index a:hover {
  color: #333333;
  text-decoration: underline;
}
body.store_brands .brands-index .text-muted,
body.store_brands_women .brands-index .text-muted {
  color: #CCC;
}
body.store_brands #brand-header-link,
body.store_brands_women #brand-header-link {
  margin-bottom: 15px;
  line-height: 1em;
  text-align: center;
}
body.store_brands #brand-header-link a,
body.store_brands_women #brand-header-link a {
  color: #333;
  font-size: 20px;
  padding: 0 10px;
  font-weight: bold;
}
body.store_brands #brand-header-link a:hover,
body.store_brands_women #brand-header-link a:hover {
  color: #000;
}
@media (max-width: 991px) {
  body.store_brands #brand-header-link a,
  body.store_brands_women #brand-header-link a {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  body.store_brands #brand-header-link,
  body.store_brands_women #brand-header-link {
    margin-top: 20px;
  }
  body.store_brands #brand-header-link a,
  body.store_brands_women #brand-header-link a {
    padding: 0 7px;
    line-height: 30px;
  }
}
body.store_brands #brand-header-link .text-muted,
body.store_brands_women #brand-header-link .text-muted,
body.store_brands #brand-header-link .text-muted:hover,
body.store_brands_women #brand-header-link .text-muted:hover {
  color: #999;
  cursor: default;
}
body.store_brands #brand-header-link div,
body.store_brands_women #brand-header-link div {
  padding-bottom: 5px;
}
body.store_brands #brand-sections > div:first-child,
body.store_brands_women #brand-sections > div:first-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
body.store_brands .brand-head,
body.store_brands_women .brand-head {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
body.store_brands .brand-name-link,
body.store_brands_women .brand-name-link {
  margin: 6px 0;
}
body.store_brands .brand-name-link a,
body.store_brands_women .brand-name-link a,
body.store_brands .brand-name-link span,
body.store_brands_women .brand-name-link span {
  color: #333;
  font-size: 13px;
  text-shadow: none;
}
body.store_brands .brand-name-link a:hover,
body.store_brands_women .brand-name-link a:hover,
body.store_brands .brand-name-link span:hover,
body.store_brands_women .brand-name-link span:hover {
  color: #000;
}
body.store_brands .brand-name-link a.text-muted,
body.store_brands_women .brand-name-link a.text-muted,
body.store_brands .brand-name-link span.text-muted,
body.store_brands_women .brand-name-link span.text-muted {
  color: #CCC;
}
body.store_brands .real-anchor,
body.store_brands_women .real-anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}
#contact-modal .modal-dialog {
  width: 802px;
}
#contact-modal .modal-dialog .modal-header {
  z-index: 1;
  border: 0;
  padding: 0 15px;
}
#contact-modal .modal-dialog .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#contact-modal .modal-dialog .modal-body {
  padding: 0;
  margin: 0;
  max-height: 590px;
  width: 780px;
}
#bottom-bar {
  background-color: #EEE;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
}
#bottom-bar .section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  #bottom-bar {
    padding: 0;
  }
  #bottom-bar .section {
    padding: 20px 0;
  }
}
#bottom-bar a {
  color: #333;
}
#bottom-bar a .footer-icon {
  width: 50px;
  padding: 4px 0;
}
#bottom-bar a i {
  font-size: 45px;
  color: #333;
}
#bottom-bar a h3 {
  margin: 7px 0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  font-weight: normal;
  color: #333;
}
#bottom-bar a p {
  margin: 0;
  font-size: 14px;
}
#site-footer {
  font-size: 13px;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
}
#site-footer .title {
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
  text-decoration: underline;
  line-height: 1em;
  font-weight: bold;
}
#site-footer .title.deliver {
  margin-top: 13px;
}
#site-footer li {
  margin-bottom: 12px;
  line-height: 1em;
}
#site-footer li.last {
  margin-bottom: 0;
}
#site-footer a {
  padding: 0;
  color: #333;
}
#site-footer a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline !important;
}
#site-footer h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: -4px;
}
#site-footer p {
  line-height: 15px;
  font-size: 12px;
}
#site-footer hr {
  margin: 28px 0;
}
@media (max-width: 767px) {
  #site-footer hr {
    margin: 15px 0;
  }
}
#site-footer .payment-logo {
  height: 21px;
  margin: 0 8px 15px 0;
}
#site-footer .deliver-logo {
  height: 21px;
  margin: 0 8px 0 0;
}
#site-footer #footer-newsletter-form {
  margin: 11px 0;
}
#site-footer .social {
  margin: 15px -15px;
}
@media (max-width: 767px) {
  #site-footer .social {
    margin: 0 -15px 40px;
  }
}
#site-footer .social .title {
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  top: -2px;
  text-decoration: none;
}
#site-footer .social a {
  font-size: 22px;
  margin: 0 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  #site-footer .social a {
    line-height: 1em;
  }
}
#site-footer .copyright {
  line-height: 24px;
  text-align: right;
}
#site-footer .copyright span {
  margin-left: 25px;
}
@media (max-width: 767px) {
  #site-footer .copyright {
    text-align: left;
    line-height: 1em;
    margin-top: 15px;
  }
  #site-footer .copyright span {
    margin: 0;
  }
}
#site-footer .copyright .norton-logo {
  height: 34px;
}
#notification-bar {
  width: 100%;
  opacity: 1;
  border-color: transparent;
}
#notification-bar.fixed {
  position: fixed;
  top: 40px;
  z-index: 5;
}
#plain-layout-container #top-navbar {
  background-color: #EEE;
  border: none;
  border-radius: 0;
}
#plain-layout-container #top-navbar .active a {
  background-color: #EEE;
  color: #333;
}
#plain-layout-container #top-navbar a {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
#plain-layout-container #header-logo-container {
  text-align: center;
  margin: 50px 0 50px;
}
#plain-layout-container #site-subnavbar {
  background: #FFF;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  z-index: 4;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#plain-layout-container #site-subnavbar > div {
  padding: 0;
}
#plain-layout-container #site-subnavbar .nav {
  text-align: center;
}
#plain-layout-container #site-subnavbar .nav > li {
  display: inline;
  float: none;
  padding: 10px 20px;
}
#plain-layout-container #site-subnavbar .nav a {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0;
  display: inline;
}
#plain-layout-container #site-subnavbar .nav a:hover {
  color: #428bca;
  background: transparent;
}
#plain-layout-container #site-subnavbar .active a,
#plain-layout-container #site-subnavbar .active a:hover {
  background: #F5F5F5;
  border-radius: 3px;
  display: block;
  color: #000;
}
#plain-layout-container #site-subnavbar .container {
  position: relative;
}
#plain-layout-container #site-subnavbar.fixed {
  width: 100%;
  position: fixed;
}
#plain-layout-container #container {
  padding-left: 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#plain-layout-container #container h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsletter-form-wrapper .newsletter-email {
  background-color: #FFF;
  border-color: #333;
  border-radius: 0;
  color: #333;
  font-size: 12px;
  height: 28px;
  padding-left: 10px;
  border-right: none;
  line-height: 28px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
}
.newsletter-form-wrapper .newsletter-email:focus {
  outline: none;
  border-color: #333;
  color: #333;
}
.newsletter-form-wrapper .form-control::-webkit-input-placeholder,
.newsletter-form-wrapper .form-control:-moz-placeholder,
.newsletter-form-wrapper .form-control::-moz-placeholder,
.newsletter-form-wrapper .form-control:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.newsletter-form-wrapper .newsletter-form-submit {
  border: solid 1px #333;
  padding: 0;
  background: transparent;
  color: #333;
  height: 28px;
  width: 30px;
  font-size: 20px;
  line-height: 26px;
}
.newsletter-form-wrapper .newsletter-form-submit:hover {
  background: #FFF;
  color: #333;
}
.newsletter-form-wrapper .newsletter-form-submit:focus {
  outline: none;
}
.newsletter-form-wrapper .input-group-btn {
  line-height: 0;
}
#newsletter-box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 2;
  padding: 20px;
  background-color: #000;
  color: #FFF;
  width: 260px;
}
#newsletter-box .newsletter-form-submit {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}
#newsletter-box .newsletter-email {
  font-size: 11px;
}
#newsletter-box .header {
  font-size: 20px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
#newsletter-box .header .fa {
  display: none;
}
#newsletter-box .subheader {
  text-align: center;
  font-size: 11px;
}
#newsletter-box .footer {
  font-size: 11px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  margin: 15px 0 0;
  text-align: center;
}
#newsletter-box .newsletter-close {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 13px;
  color: #FFF;
  padding: 0 5px;
}
#newsletter-box.collapsed {
  width: 110px;
  cursor: pointer;
  padding: 0;
}
#newsletter-box.collapsed .expanded-content {
  display: none;
}
#newsletter-box.collapsed .collapsed-content {
  display: block;
}
#newsletter-box .collapsed-content {
  display: none;
}
#newsletter-box .collapsed-content .header {
  font-size: 12px;
  margin: 0;
  padding: 6px 0;
  text-transform: none;
}
#newsletter-box .collapsed-content .bottom-bar {
  font-size: 17px;
  height: 15px;
  line-height: 1em;
  text-align: center;
  margin: 0;
  background-color: #333;
}
@media (max-width: 991px) {
  #intercom-container {
    display: none;
  }
}
#slide-menu-gender-switch {
  width: calc(100% - 60px);
  margin: 0 30px 15px;
  display: inline-block;
}
#slide-menu-gender-switch .tab {
  width: 50%;
  display: table;
  float: left;
  text-align: center;
}
#slide-menu-gender-switch .tab.first .tab-btn {
  border-right: 0;
}
#slide-menu-gender-switch .tab.last .tab-btn {
  border-left: 0;
}
#slide-menu-gender-switch .tab-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  border: solid 1px #000;
  background-color: #FFF;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  height: 32px;
  text-decoration: none;
}
#slide-menu-gender-switch .tab-btn:hover {
  color: #000;
  background: #FAFAFA;
}
#slide-menu-gender-switch .tab-btn.active {
  color: #fff !important;
  background-color: #000;
}
#slide-menu-gender-switch .tab-btn:focus {
  outline: none;
}
#intercom-container .intercom-launcher-hovercard {
  display: none !important;
}
