@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Play:400,700&display=swap");
@import url(../fonts/arimo/stylesheet.css);
* {
  font-family: "Play"; }

.space-20 {
  margin-bottom: 20px; }

.space-30 {
  margin-bottom: 30px; }

.space-40 {
  margin-bottom: 40px; }

.space-50 {
  margin-bottom: 50px; }

#n_home #homepageCarousel {
  margin: 0px;
  display: inline-block;
  width: 100%; }

body {
  background: #fff; }

.header-search .input-group {
  display: inline-block;
  position: relative; }
  .header-search .input-group .input-group-btn {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 36px;
    z-index: 9;
    border-radius: 30px; }
    .header-search .input-group .input-group-btn button {
      background: none;
      margin: 0px;
      border: none;
      color: #DA2128;
      font-size: 16px;
      padding: 6px 11px;
      border-radius: 30px; }
      .header-search .input-group .input-group-btn button:hover {
        color: #FFF;
        background: #DA2128; }
      .header-search .input-group .input-group-btn button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .header-search .input-group .form-control {
    height: 40px;
    border-radius: 30px;
    font-family: "Arimo";
    font-size: 14px;
    color: #999;
    width: 300px;
    border: 1.5px solid #231F20;
    padding: 0 40px 0 20px; }

.header-search .input-group-addon:not(:first-child):not(:last-child), .header-search .input-group-btn:not(:first-child):not(:last-child), .header-search .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 30px; }

.wrapper-header a {
  color: #231F20; }

.wrapper-header .box-phone, .wrapper-header .box-account, .wrapper-header .box-cart {
  display: inline-block; }

.wrapper-header .box-phone {
  margin-right: 35px; }
  .wrapper-header .box-phone .icon-phone + span {
    display: inline-block;
    vertical-align: -2px; }
  .wrapper-header .box-phone a {
    font-size: 20px;
    line-height: 24px; }
    .wrapper-header .box-phone a:hover {
      color: #DA2128;
      text-decoration: none; }

.wrapper-header .box-account {
  position: relative;
  margin-right: 35px; }
  .wrapper-header .box-account > a {
    display: inline-block; }
  .wrapper-header .box-account .dropdown-menu {
    right: 0;
    left: auto; }

.wrapper-header .box-cart {
  position: relative;
  margin-right: 35px; }
  .wrapper-header .box-cart > a {
    display: inline-block;
    position: relative; }
    .wrapper-header .box-cart > a span[rel="a2c_item_count"] {
      position: absolute;
      left: 16px;
      top: 9px;
      color: #fff;
      font-size: 10px; }

.wrapper-header .icon-phone, .wrapper-header .icon-user, .wrapper-header .icon-cart {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/bg-icon.png") no-repeat scroll -56px 0px;
  vertical-align: -11px; }

.wrapper-header .icon-user {
  background-position: -123px 0px; }

.wrapper-header .icon-cart {
  background-position: -186px -1px;
  height: 33px;
  width: 35px; }

.main-menu {
  background: #231F20;
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .main-menu .navbar-default {
    background: none;
    border: none;
    margin: 0px;
    min-height: auto; }
  .main-menu .navbar-nav {
    float: none; }
  .main-menu .navbar-nav
> li > a {
    display: inline-block;
    height: 50px;
    line-height: 20px;
    padding: 14px 10px;
    font-size: 16px;
    color: #fff; }
    .main-menu .navbar-nav
> li > a .caret {
      border-top-color: #999; }
  .main-menu .navbar-nav
> li:hover > a .caret {
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0; }

.container {
  position: static !important; }

.main-menu .navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  background: #333;
  min-width: 250px; }
  @media (min-width: 768px) {
    .main-menu .navbar-nav > li > .dropdown-menu .click-menu {
      position: absolute;
      right: 10px;
      top: 6px; }
      .main-menu .navbar-nav > li > .dropdown-menu .click-menu:before {
        content: "\f0da";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff; }
    .main-menu .navbar-nav > li > .dropdown-menu .dropdown-menu-horizontal {
      top: -2px;
      padding: 0px;
      background: #231F20; } }
  .main-menu .navbar-nav > li > .dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    height: 2px;
    background: #DA2128;
    left: -1px;
    width: calc(100% + 2px); }

.main-menu .dropdown-menu > li > a {
  font-size: 14px;
  font-family: "Arimo";
  color: #fff;
  height: 34px;
  padding: 8px 20px; }
  .main-menu .dropdown-menu > li > a:hover {
    background: #231F20; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
  font-size: 16px; }

.main-menu .dropdown-menu {
  background: #333;
  border-radius: 0px; }

.title-page h3 {
  font: 700 24px/30px "Play";
  text-transform: uppercase; }

.free-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }
  .free-shipping .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .free-shipping .item .icon {
      display: inline-block;
      margin-right: 10px; }
  .free-shipping .text p {
    font-size: 16px;
    font-weight: 700;
    margin: 0px; }
    .free-shipping .text p:first-child {
      text-transform: uppercase; }
    .free-shipping .text p:last-child {
      font-weight: 400;
      font-size: 14px;
      font-family: Arimo; }

#cus_category {
  margin: 0 -7px 20px;
  display: inline-block;
  width: 100%; }
  #cus_category .cat_item {
    width: calc(33.33% - 14px);
    float: left;
    margin: 0 7px;
    position: relative; }
    #cus_category .cat_item img {
      max-width: 100%; }
    #cus_category .cat_item .txt {
      position: absolute;
      display: inline-block;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      font: 700 26px/30px "Play";
      text-transform: uppercase;
      padding-bottom: 8px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #cus_category .cat_item .txt:before {
        background: #DA2128;
        height: 5px;
        width: 60px;
        content: "";
        display: inline-block;
        left: 50%;
        bottom: 0px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute; }
    #cus_category .cat_item:hover {
      cursor: pointer; }
      #cus_category .cat_item:hover .txt {
        padding-bottom: 80px; }
        #cus_category .cat_item:hover .txt:after {
          background: url(../images/search-hover.png) no-repeat;
          height: 54px;
          width: 54px;
          content: "";
          display: inline-block;
          left: 50%;
          bottom: 15px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute; }

.section-banner {
  background: url("../images/bg-section.jpg") no-repeat scroll center;
  background-size: cover;
  padding: 70px 0 40px; }
  .section-banner .text {
    background: url("../images/bg-content-v2.png") no-repeat scroll center;
    min-height: 290px;
    color: #fff;
    width: 55%;
    position: relative;
    background-size: 100%;
    display: table-cell; }
    .section-banner .text .text-content {
      display: inline-block;
      padding: 55px;
      position: relative; }
    .section-banner .text h3 {
      font: 700 29px/32px "Play";
      margin-bottom: 30px; }
    .section-banner .text p {
      font: 400 14px/20px "Arimo";
      margin-bottom: 30px; }
    .section-banner .text a {
      color: #fff;
      text-transform: uppercase;
      font: 700 14px/20px "Arimo";
      position: absolute;
      left: 55px;
      bottom: 15px; }
  .section-banner .video {
    display: table-cell;
    vertical-align: middle; }
    .section-banner .video iframe {
      width: 100% !important; }
    .section-banner .video img {
      max-width: 100%; }

.wrapper-footer {
  background: #111111;
  padding-top: 35px; }
  .wrapper-footer .bottom-border {
    padding-top: 15px;
    border-top: 1px solid #373737;
    margin-top: 30px;
    color: #fff;
    font-family: "Arimo";
    font-size: 13px;
    padding-bottom: 15px; }
    .wrapper-footer .bottom-border .list-inline {
      margin: 0px; }
    .wrapper-footer .bottom-border b, .wrapper-footer .bottom-border strong {
      font-family: "Arimo";
      color: #fff;
      font-size: 13px;
      font-weight: 400; }
    .wrapper-footer .bottom-border p {
      margin: 0px;
      font: 400 13px/16px "Arimo";
      color: #fff; }
  .wrapper-footer .flex-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .wrapper-footer .flex-footer > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .wrapper-footer .footer-slot-item {
    color: #fff; }
    .wrapper-footer .footer-slot-item .nav-pills {
      margin-top: 12px; }
      .wrapper-footer .footer-slot-item .nav-pills li {
        margin-bottom: 13px; }
        .wrapper-footer .footer-slot-item .nav-pills li:last-child {
          margin-bottom: 0px; }
    .wrapper-footer .footer-slot-item a {
      color: #fff;
      font: 400 13px/16px "Arimo";
      padding: 0px 15px; }
      .wrapper-footer .footer-slot-item a:hover {
        background-color: transparent; }
      .wrapper-footer .footer-slot-item a:focus {
        background-color: transparent; }
    .wrapper-footer .footer-slot-item > h4 {
      font: 700 20px/24px "Play";
      display: inline-block;
      width: 100%;
      padding-bottom: 10px;
      position: relative;
      text-transform: uppercase;
      color: #fff; }
      .wrapper-footer .footer-slot-item > h4:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #DA2128;
        position: absolute;
        left: 0px;
        bottom: 0px; }
    .wrapper-footer .footer-slot-item .store-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-width: 280px;
      margin-right: 30px;
      margin-top: 15px; }
      .wrapper-footer .footer-slot-item .store-footer .images {
        display: inline-block;
        width: 130px;
        margin-right: 10px; }
      .wrapper-footer .footer-slot-item .store-footer .text .item {
        margin-bottom: 15px; }
        .wrapper-footer .footer-slot-item .store-footer .text .item:last-child {
          margin-bottom: 0px; }
      .wrapper-footer .footer-slot-item .store-footer .text span {
        display: block;
        font: 400 11px/16px "Arimo";
        margin-bottom: 2px; }
      .wrapper-footer .footer-slot-item .store-footer .text a {
        padding: 0; }
        .wrapper-footer .footer-slot-item .store-footer .text a span {
          display: inline-block; }
          .wrapper-footer .footer-slot-item .store-footer .text a span:before {
            font: normal normal normal 14px/1 FontAwesome; }
    .wrapper-footer .footer-slot-item.footer-contact li {
      position: relative;
      padding-left: 25px; }
      .wrapper-footer .footer-slot-item.footer-contact li i {
        position: absolute;
        left: -10px;
        top: 2px;
        color: #999; }
    .wrapper-footer .footer-slot-item.footer-contact .fa-clock-o {
      font-size: 0px;
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url("../images/icon-clock.png") no-repeat scroll 0px 1px; }
    .wrapper-footer .footer-slot-item.footer-contact li > p {
      font-family: "Arimo";
      font-size: 13px;
      color: #fff;
      padding-left: 16px;
      position: relative; }
  .wrapper-footer .store-footer a {
    padding: 0; }
    .wrapper-footer .store-footer a span {
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block; }

.section-newsletter {
  background: #231F20;
  border-bottom: 1px solid #3f3c3d; }
  .section-newsletter .inline-block {
    display: inline-block;
    color: #fff; }
    .section-newsletter .inline-block h4 {
      margin: 0px;
      font: 700 20px/22px "Play";
      text-transform: uppercase;
      margin-bottom: 6px; }
    .section-newsletter .inline-block p {
      margin: 0px;
      font: 400 13px/16px "Arimo"; }
    .section-newsletter .inline-block .list-social {
      margin-left: 10px; }
      .section-newsletter .inline-block .list-social li {
        padding: 0px;
        margin-left: 8px; }
      .section-newsletter .inline-block .list-social a {
        display: inline-block;
        border-radius: 50%;
        height: 48px;
        width: 48px;
        background: #DA2128;
        color: #fff;
        text-align: center;
        line-height: 40px;
        padding: 0px; }
        .section-newsletter .inline-block .list-social a:hover {
          opacity: 0.7; }
        .section-newsletter .inline-block .list-social a i {
          line-height: 48px;
          font-size: 22px; }
  .section-newsletter .flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0; }
  .section-newsletter .wrap-form {
    margin: 0px 30px 0 20px; }
    .section-newsletter .wrap-form .input-group-btn {
      width: 40px;
      height: 40px;
      z-index: 999;
      position: absolute;
      right: 6px;
      top: 1px;
      background: #FFF; }
      .section-newsletter .wrap-form .input-group-btn > .btn {
        padding: 0px;
        background: url("../images/bg-icon.png") no-repeat scroll 8px -45px;
        font-size: 0px;
        width: 40px;
        height: 40px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 3.5px; }
    .section-newsletter .wrap-form .input-group .form-control {
      border-radius: 0px;
      width: 450px;
      height: 48px; }

.text-center {
  text-align: center; }

.logo-footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px; }
  .logo-footer a {
    display: inline-block;
    margin: 0 auto; }

.wrapper-thumbnail {
  padding: 0 10px; }
  .wrapper-thumbnail .thumbnail .caption h3 {
    margin-bottom: 10px;
    height: 46px;
    overflow: hidden;
    font: 400 14px/18px "Arimo"; }
    @media (max-width: 420px) {
      .wrapper-thumbnail .thumbnail .caption h3 {
        height: 55px; } }
    .wrapper-thumbnail .thumbnail .caption h3 a {
      color: #231F20; }
      .wrapper-thumbnail .thumbnail .caption h3 a:hover {
        color: #DA2128;
        text-decoration: none; }

.section-product {
  margin: 50px 0; }
  .section-product > .container {
    text-align: center; }
  .section-product .nav-tabs > li {
    float: left;
    display: inline-block;
    font: 700 24px/30px "Play";
    text-transform: uppercase;
    border: 2px solid #ddd;
    border-left: none;
    background: #F5F5F5;
    min-width: 290px; }
    .section-product .nav-tabs > li:first-child {
      border-left: 2px solid #ddd;
      margin: 0px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .section-product .nav-tabs > li:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .section-product .nav-tabs > li.active {
      background: #DA2128;
      border-color: #DA2128; }
      .section-product .nav-tabs > li.active > a {
        border-color: #DA2128;
        color: #fff;
        background: #DA2128; }
  .section-product .nav-tabs {
    border-radius: 5px;
    border: none;
    display: inline-block;
    margin: 0 auto; }
  .section-product .nav-tabs > li > a {
    border-radius: 0px;
    padding: 7px 15px;
    border-color: rgba(0, 0, 0, 0);
    color: #999; }
  .section-product .wrapper-thumbnail {
    padding: 0 10px; }
    .section-product .wrapper-thumbnail .thumbnail .caption h3 {
      margin-bottom: 10px;
      height: 46px;
      overflow: hidden;
      font: 400 14px/18px "Arimo"; }
      .section-product .wrapper-thumbnail .thumbnail .caption h3 a {
        color: #231F20; }
        .section-product .wrapper-thumbnail .thumbnail .caption h3 a:hover {
          color: #DA2128;
          text-decoration: none; }

.wrapper-thumbnail .thumbnail {
  border: none;
  padding: 0px;
  margin: 0px; }

.wrapper-thumbnail .thumbnail .caption {
  padding: 0px;
  text-align: left;
  padding-top: 20px; }

.wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 0px; }

.wrapper-thumbnail .caption .price {
  font: 700 18px/20px "Play";
  margin-bottom: 10px; }

.wrapper-thumbnail .buying-options a.btn {
  line-height: 40px; }

.wrapper-thumbnail .buying-options .btn {
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font: 700 14px/27px "Play";
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px; }
  .wrapper-thumbnail .buying-options .btn:hover {
    opacity: 0.7; }
  .wrapper-thumbnail .buying-options .btn:focus {
    outline: none; }

.wrapper-thumbnail .buying-options .btn-primary {
  background: #DA2128;
  color: #fff;
  border-color: #DA2128;
  display: block; }
  .wrapper-thumbnail .buying-options .btn-primary:hover {
    opacity: 1;
    background: #BE090F; }
  .wrapper-thumbnail .buying-options .btn-primary.addtocart:after {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/bg-icon.png") no-repeat scroll -192px -75px;
    content: "";
    vertical-align: -10px;
    margin-left: 5px; }

#homepageCarousel .carousel-inner > .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  #homepageCarousel .carousel-inner > .item .text h3 {
    color: #fff;
    text-transform: uppercase;
    font: 700 42px/44px "Play"; }

#homepageCarousel .carousel-inner > .item .btn-primary {
  border-radius: 30px;
  background: #DA2128;
  border-color: #DA2128;
  color: #fff;
  text-transform: uppercase;
  font: 700 16px/20px "Play";
  min-width: 200px; }
  @media (max-width: 639px) {
    #homepageCarousel .carousel-inner > .item .btn-primary {
      min-width: 84px;
      font-size: 6px;
      padding: 3px 14px; } }
  #homepageCarousel .carousel-inner > .item .btn-primary:hover {
    opacity: 0.7; }

.owl-carousel button.owl-next, .owl-carousel button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px; }
  .owl-carousel button.owl-next:focus, .owl-carousel button.owl-prev:focus {
    outline: none; }
  .owl-carousel button.owl-next i, .owl-carousel button.owl-prev i {
    font-size: 26px;
    color: #999; }
    .owl-carousel button.owl-next i:before, .owl-carousel button.owl-prev i:before {
      content: "\f053"; }

.owl-carousel button.owl-next {
  left: initial;
  right: -10px; }
  .owl-carousel button.owl-next i:before {
    content: "\f054"; }

.product-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block; }
  .product-images btn.slick-arrow {
    font-size: 60px;
    z-index: 999; }
    .product-images btn.slick-arrow:hover {
      cursor: pointer; }
  .product-images .arrrows-next-slick {
    left: inherit;
    right: 0px; }

.panel-heading.panel-heading-thumbnails .panel-title {
  font: 700 20px/24px "Play";
  text-transform: uppercase; }

.panel-heading.panel-heading-thumbnails {
  padding: 0px;
  background: none;
  border: none;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  margin-top: 3px; }

#left-sidebar li.list-group-item {
  border-bottom: 1px solid #ddd !important;
  margin: 0px; }

#left-sidebar > .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 0px; }

#left-sidebar .content-list {
  padding-left: 0px; }
  #left-sidebar .content-list li {
    list-style: none; }
    #left-sidebar .content-list li.filter-remove a:before {
      background: #fff url("../images/check-primary.png") no-repeat scroll center; }
    #left-sidebar .content-list li a {
      border: none !important;
      position: relative;
      padding-left: 32px !important;
      display: inline-block;
      width: 100%; }
      #left-sidebar .content-list li a:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #ddd;
        position: absolute;
        left: 0px;
        top: 6px;
        background: #fff; }
      #left-sidebar .content-list li a:hover {
        background: none; }

#left-sidebar .panel > .list-group .list-group-item {
  padding: 8px 0px;
  border-top: none;
  border-bottom: 1px solid #eee;
  font: 400 14px/20px "Arimo";
  color: #222;
  position: relative;
  background: none; }
  #left-sidebar .panel > .list-group .list-group-item .text-muted {
    color: #999;
    display: none; }

#left-sidebar .list-group-item {
  border-color: #eee; }
  #left-sidebar .list-group-item h4 {
    text-transform: uppercase;
    font: 700 16px/30px "Play";
    height: 30px;
    margin-bottom: 5px; }
    #left-sidebar .list-group-item h4:hover {
      cursor: pointer; }
    #left-sidebar .list-group-item h4 > i {
      display: inline-block;
      line-height: 30px; }

#left-sidebar .click-content-list {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 13px;
  text-align: right; }
  #left-sidebar .click-content-list:before {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome; }
  #left-sidebar .click-content-list:hover {
    cursor: pointer; }
  #left-sidebar .click-content-list.active:before {
    content: "\f077"; }

h1.page-header {
  font: 700 28px/32px "Play";
  text-transform: capitalize; }

.sort_container {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sort_container > div {
    font: 400 14px/18px "Arimo"; }
  .sort_container select[name="sortby"] {
    border-radius: 0px;
    min-width: 200px;
    font: 400 14px/18px "Arimo"; }
  .sort_container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .sort_container .control-label {
    margin-right: 10px;
    font: 700 14px/18px "Arimo"; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px; }

.pagination li {
  margin: 0 1px;
  display: inline-block; }
  .pagination li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f5f5f5;
    border-color: #f5f5f5; }

#n_category .subcategories-page .page-header {
  width: 100%;
  margin-left: 0; }
  @media (max-width: 768px) {
    #n_category .subcategories-page .page-header {
      font-size: 24px; } }
  @media (max-width: 767px) {
    #n_category .subcategories-page .page-header {
      text-align: center; } }

@media (max-width: 768px) {
  #n_category .subcategories-page .breadcrumb {
    padding: 0 0 18px; } }

@media (max-width: 767px) {
  #n_category .subcategories-page .subcategories .col-xs-6:nth-child(2n+1) {
    padding-right: 7.5px; } }

@media (max-width: 767px) {
  #n_category .subcategories-page .subcategories .col-xs-6:nth-child(2n) {
    padding-left: 7.5px; } }

.cat-content {
  border: 2px solid #DDDDDD;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .cat-content {
      margin-bottom: 15px; } }
  .cat-content .search-hover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .cat-content .search-hover img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cat-content .cat-image {
    background: #F9F9F9;
    padding: 30px; }
    .cat-content .cat-image img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .cat-content .cat-image {
        padding: 20px; } }
  .cat-content h2 {
    margin: 0;
    padding: 16px 5px;
    font-size: 26px;
    text-transform: capitalize; }
    @media (max-width: 1024px) {
      .cat-content h2 {
        font-size: 18px;
        padding: 11px 5px; } }
    @media (max-width: 768px) {
      .cat-content h2 {
        font-size: 16px;
        padding: 11px 5px; } }
    .cat-content h2 a {
      color: #231F20; }
      @media (max-width: 420px) {
        .cat-content h2 a {
          display: inline-block;
          height: 36px; } }
      .cat-content h2 a:hover {
        text-decoration: none; }
  .cat-content:hover {
    border: 2px solid #DA2128; }
    .cat-content:hover .search-hover {
      display: inline-block; }

.gallery-page .gallery-content {
  position: relative; }
  .gallery-page .gallery-content *, .gallery-page .gallery-content *::after, .gallery-page .gallery-content *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .gallery-page .gallery-content .col-custom {
    float: left;
    border: 4px solid #FFF;
    width: 25%; }
    @media (max-width: 568px) {
      .gallery-page .gallery-content .col-custom {
        width: 100%; } }
    .gallery-page .gallery-content .col-custom .cat-content {
      border: 0;
      margin: 0; }
      .gallery-page .gallery-content .col-custom .cat-content .cat-image {
        padding: 0; }
        .gallery-page .gallery-content .col-custom .cat-content .cat-image img {
          display: block;
          max-width: 100%;
          /* flexible image */
          outline: none;
          border: none;
          margin: 0 auto;
          /* canh giữa image */
          width: 100%; }
      .gallery-page .gallery-content .col-custom .cat-content:hover {
        border: 0; }
    .gallery-page .gallery-content .col-custom.gallery-level-2 .cat-content {
      width: 50%;
      float: left; }
  .gallery-page .gallery-content .featured {
    width: 50%;
    border: 4px solid #FFF; }
    @media (max-width: 568px) {
      .gallery-page .gallery-content .featured {
        width: 100%; } }
  .gallery-page .gallery-content:after {
    content: '';
    display: block;
    clear: both; }

#n_category .wrapper-thumbnail {
  margin-bottom: 30px; }

#n_category .wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 15px;
  font-weight: 400; }
  #n_category .wrapper-thumbnail .thumbnail .caption h3 a {
    color: #231F20; }

#left-sidebar .panel > .list-group li.list-group-item {
  padding-bottom: 15px;
  margin-bottom: 8px;
  background: none; }

#left-sidebar #filters {
  margin-top: 5px; }

.breadcrumb {
  background: none;
  margin-bottom: 0px;
  padding: 0 0 18px;
  clear: both;
  display: inline-block;
  width: 100%; }
  .breadcrumb li a {
    font: 700 14px "Arimo";
    color: #222; }
    .breadcrumb li a span {
      font-weight: 700; }
    .breadcrumb li a:hover {
      color: #DA2128;
      text-decoration: none; }
  .breadcrumb li:last-child a span {
    font-weight: 400; }

.slick-list {
  padding: 0px !important; }

.slider-for {
  width: calc(100% - 80px);
  margin: 0 auto 20px;
  border: 1px solid #ccc; }

.slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 9;
  font-size: 0px;
  background: none;
  border: none;
  width: 19px;
  height: 32px;
  background: url(../images/icon-prev.png) no-repeat center center;
  display: inline-block; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-next {
    left: inherit;
    right: -30px;
    background: url(../images/icon-next.png) no-repeat center center; }

.slider-nav {
  width: calc(100% - 140px);
  margin: 0 auto;
  max-width: 350px; }
  .slider-nav.fix-item-4 .slick-track {
    width: 100% !important; }
  .slider-nav .item {
    padding: 0 4px; }
    .slider-nav .item:focus {
      outline: none; }
    .slider-nav .item img {
      border: 1px solid #ddd; }
    .slider-nav .item.slick-current img {
      border: 1px solid #222; }

.carousel-control {
  background: none !important;
  opacity: 1; }

.carousel-control .fa {
  font-size: 30px; }
  @media (max-width: 639px) {
    .carousel-control .fa {
      font-size: 16px;
      left: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media (max-width: 639px) {
  .carousel-control.right .fa {
    left: auto;
    right: 10px; } }

.detail-product .tab-content {
  font: 400 14px/22px "Arimo"; }
  .detail-product .tab-content ul li, .detail-product .tab-content p {
    font: 400 14px/22px "Arimo"; }
  .detail-product .tab-content h3 {
    font: 700 20px/24px "Play"; }
  .detail-product .tab-content .table-list p {
    margin: 0px; }
  .detail-product .tab-content .table-list .item {
    padding: 9px 20px; }
    .detail-product .tab-content .table-list .item p {
      font: 400 14px/22px "Arimo"; }
    .detail-product .tab-content .table-list .item:nth-child(2n+1) {
      background: #f5f5f5; }

.productdetails {
  margin-top: 10px; }

.detail-product .tab-content h4 {
  font-size: 16px;
  margin-bottom: 10px; }

.detail-product .tab-content ul {
  padding-left: 20px; }
  .detail-product .tab-content ul li {
    margin-bottom: 8px; }

.detail-product .tabbable {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
  .detail-product .tabbable:before {
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    background: #DA2128;
    position: absolute;
    top: 62px;
    z-index: 9; }
  .detail-product .tabbable .panel {
    border: none;
    margin: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.detail-product .nav-tabs {
  border-bottom: none;
  text-align: center; }
  .detail-product .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: -2px;
    background: #f5f5f5; }
    .detail-product .nav-tabs > li.active {
      z-index: 99; }
      .detail-product .nav-tabs > li.active > a {
        border-color: #DA2128;
        border-width: 2px;
        border-bottom: none;
        color: #222;
        border-radius: 0px;
        margin-right: 0; }
        .detail-product .nav-tabs > li.active > a:hover {
          background: #fff; }
        .detail-product .nav-tabs > li.active > a .icon {
          background-position-y: -118px !important; }
    .detail-product .nav-tabs > li > a {
      border-color: #ddd;
      border-bottom: none;
      border-width: 2px;
      font: 700 18px/48px "Play";
      text-transform: uppercase;
      padding: 0px 20px;
      color: #999;
      position: relative;
      border-radius: 0px; }
      .detail-product .nav-tabs > li > a .icon {
        display: inline-block;
        width: 32px;
        height: 26px;
        background: url("../images/bg-icon.png") no-repeat scroll -189px -168px;
        margin-right: 5px;
        vertical-align: -5px; }
        .detail-product .nav-tabs > li > a .icon.icon-descrip {
          background-position: -120px -168px; }
      .detail-product .nav-tabs > li > a:hover {
        background: none;
        border-bottom: none; }

.addthis_inline_share_toolbox {
  text-align: center;
  margin-top: 25px; }
  .addthis_inline_share_toolbox .at-share-btn-elements > a {
    display: inline-block;
    padding: 0px;
    margin: 0 5px;
    border-radius: 6px !important;
    height: 20px;
    line-height: 20px;
    width: 83px; }
    .addthis_inline_share_toolbox .at-share-btn-elements > a .at-label {
      height: 20px !important;
      line-height: 20px !important;
      -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
      transform: translateX(-8px);
      display: inline-block;
      padding: 0px;
      margin: 0px; }
    .addthis_inline_share_toolbox .at-share-btn-elements > a:focus {
      outline: none; }
  .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper {
    -webkit-transform: scale(0.55) translate(-3px, -12px);
    -ms-transform: scale(0.55) translate(-3px, -12px);
    transform: scale(0.55) translate(-3px, -12px); }

.options-detail {
  background: #f5f5f5;
  padding: 18px 25px; }
  .options-detail h3 {
    font: 700 18px/20px "Play";
    text-transform: uppercase; }
    .options-detail h3:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 5px;
      background: url("../images/bg-icon.png") no-repeat scroll -253px -2px;
      vertical-align: -4px; }
  .options-detail .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .options-detail .inner-flex .item {
      display: inline-block;
      width: calc(50% - 10px);
      margin: 0px 5px 10px; }
      .options-detail .inner-flex .item .form-control {
        border-radius: 0px;
        border: 1px solid #ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 40px;
        font: 400 14px "Arimo"; }
        .options-detail .inner-flex .item .form-control:focus {
          outline: none; }
      .options-detail .inner-flex .item .title {
        display: inline-block;
        width: 100%;
        margin-bottom: 3px; }
        .options-detail .inner-flex .item .title span {
          font: 400 14px/16px "Arimo"; }
      .options-detail .inner-flex .item .icon-help {
        background: url("../images/bg-icon.png") no-repeat scroll -261px -82px;
        display: inline-block;
        width: 18px;
        height: 18px;
        float: right; }

.in-stock {
  font: 400 13px/20px "Open Sans";
  color: #DA2128;
  padding-left: 22px;
  display: inline-block;
  position: relative;
  margin-top: 8px; }
  .in-stock:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px; }

.btn-success.addtocart {
  background: #DA2128;
  border-color: #DA2128;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 45px; }
  .btn-success.addtocart.disabled i {
    background: none;
    width: auto;
    height: auto;
    margin-top: 13px; }
  .btn-success.addtocart i {
    font-size: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: 22px;
    background: url("../images/bg-icon.png") no-repeat scroll -190px -69px; }

#n_product .qty {
  height: 53px;
  padding: 0 25px 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 9;
  position: relative;
  font-size: 16px;
  text-align-last: center; }
  #n_product .qty:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #999; }

.detail-qty {
  position: relative;
  background: #FFF; }
  .detail-qty:before {
    display: inline-block;
    content: "\f0d7";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    font: normal normal normal 20px/1 FontAwesome;
    padding: 18px 8px 0px 0px;
    text-align: right;
    color: #999; }

.extra-options form {
  background: #231F20;
  padding: 20px;
  margin-top: 25px;
  border: 1px solid #ddd; }

.extra-options #shipbox .panel-heading {
  height: 42px;
  padding: 0px 10px; }
  .extra-options #shipbox .panel-heading .panel-title {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 40px; }

.extra-options #shipbox .row.btn-stack {
  margin: 0px -5px; }
  .extra-options #shipbox .row.btn-stack .form-control {
    padding: 0px 6px; }
  .extra-options #shipbox .row.btn-stack .col-md-3 {
    padding: 0 5px; }

#n_product h1 {
  font: 700 28px/32px "Play"; }
  #n_product h1 + .sku {
    font: 400 15px/20px "Arimo";
    color: #999; }

.extra-options .buying-options button.addtocart {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .extra-options .buying-options button.addtocart i {
    width: 30px;
    height: 30px;
    vertical-align: 0px;
    background: url(../images/bg-icon.png) no-repeat scroll -183px -72px; }
  .extra-options .buying-options button.addtocart:focus {
    outline: none; }

.extra-options .buying-options .btn-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .extra-options .buying-options .btn-stack .btn-whishlist {
    color: #fff;
    text-transform: uppercase;
    margin-top: 6px;
    padding: 0; }
  .extra-options .buying-options .btn-stack > div.addtocart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px; }
  .extra-options .buying-options .btn-stack > div.detail-qty {
    width: 75px;
    display: inline-block; }
  .extra-options .buying-options .btn-stack > div.whishlist {
    width: 120px;
    display: inline-block;
    text-align: center; }
    .extra-options .buying-options .btn-stack > div.whishlist .btn-default {
      border: 0; }
      .extra-options .buying-options .btn-stack > div.whishlist .btn-default:hover {
        background: none; }
      .extra-options .buying-options .btn-stack > div.whishlist .btn-default .add {
        font-size: 14px;
        display: block; }

.availability {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .availability .text {
    display: inline-block;
    width: 100px;
    float: left;
    padding-top: 7px; }
    .availability .text span {
      font: 700 14px/20px "Arimo"; }
  .availability .selected {
    display: inline-block;
    width: calc(100% - 100px);
    float: left; }
    .availability .selected .item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto;
      float: left;
      background: #f5f5f5;
      text-align: center;
      margin-left: 5px;
      margin-bottom: 5px;
      border: 1px solid #ddd;
      height: 36px;
      padding: 5px 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .availability .selected .item span {
        font: 400 14px/20px "Arimo"; }
      .availability .selected .item .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../images/instock.png") no-repeat scroll center;
        margin-right: 5px; }
        .availability .selected .item .icon.icon-remove {
          background-image: url("../images/instock-remove.png"); }

.detail-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px; }
  .detail-zip .images {
    position: relative;
    padding-right: 20px;
    margin-right: 20px; }
    .detail-zip .images:after {
      content: "";
      display: inline-block;
      width: 2px;
      height: 30px;
      background: #00B6BD;
      position: absolute;
      right: 0px;
      top: 0px; }
  .detail-zip .text span {
    font: 700 20px/24px "Arimo";
    color: #231F20;
    margin-right: 30px; }
  .detail-zip .link a {
    font: 400 14px/20px "Arimo";
    color: #DA2128; }
    .detail-zip .link a i {
      margin-left: 5px; }

.detail-qty select {
  border-radius: 0px;
  padding: 14px 10px;
  height: 48px;
  color: #231F20; }

.productpricetext {
  font: 700 34px/40px "Montserrat";
  color: #DA2128; }
  .productpricetext .item {
    display: inline-block;
    float: left;
    text-align: right; }
    .productpricetext .item strong {
      font: 700 24px/30px "Play"; }
    .productpricetext .item span:first-child {
      font: 400 14px "Arimo";
      color: #231F20;
      display: inline-block;
      min-width: 120px;
      text-align: right;
      text-transform: capitalize; }
    .productpricetext .item span:last-child {
      display: inline-block;
      min-width: 111px; }
    .productpricetext .item b {
      font: 700 18px/20px "Play";
      color: #231F20; }
    .productpricetext .item .price-old {
      font: 400 14px/16px "Play";
      color: #999; }
  .productpricetext .price-old {
    font: 400 16px/20px "Open Sans";
    text-decoration: line-through;
    color: #999; }

.wrapper-product-title {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px; }
  .wrapper-product-title h1 {
    margin-top: 0px;
    font: 700 28px/30px "Play"; }
  .wrapper-product-title .sku {
    font: 400 15px/18px "Arimo";
    color: #999; }

.product-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block; }
  .product-images btn.slick-arrow {
    font-size: 60px;
    z-index: 999; }
    .product-images btn.slick-arrow:hover {
      cursor: pointer; }
  .product-images .arrrows-next-slick {
    left: inherit;
    right: 0px; }

.subpage {
  display: inline-block;
  width: 100%; }
  .subpage .subpages h1, .subpage .subpages h2, .subpage .subpages h3 {
    margin-top: 0px;
    font-family: "Play";
    font-weight: 700;
    text-transform: uppercase; }
  .subpage .subpages p {
    font: 400 14px/20px "Arimo"; }
  .subpage .subpages ul {
    padding-left: 0px; }
    .subpage .subpages ul li {
      list-style: none;
      font: 400 14px/20px "Arimo";
      position: relative;
      padding-left: 15px;
      margin-bottom: 10px; }
      .subpage .subpages ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #DA2128;
        position: absolute;
        left: 0px;
        top: 7px; }
  .subpage .subpages table {
    width: 100%; }
    .subpage .subpages table tr td, .subpage .subpages table tr th {
      padding: 8px 10px;
      font: 400 14px/20px "Arimo"; }
    .subpage .subpages table tr:nth-child(1) {
      background: #f2f2f2; }
    .subpage .subpages table tr:nth-child(2n+1) {
      background: #f8f8f8; }
  .subpage .sidebar-page h3 {
    font: 700 20px/26px "Play";
    text-transform: uppercase; }
  .subpage .sidebar-page ul {
    padding-left: 0px; }
    .subpage .sidebar-page ul li {
      list-style: none;
      position: relative;
      padding-left: 0px;
      margin-bottom: 10px; }
      .subpage .sidebar-page ul li a {
        font: 400 14px/20px "Arimo"; }
        .subpage .sidebar-page ul li a:hover {
          color: #DA2128;
          text-decoration: none; }

@media (min-width: 768px) {
  .tab-content .collapse {
    display: block;
    height: auto !important; }
  .navbar-nav > li:hover > a {
    background: #DA2128; }
  .bottom-border .col-sm-6:last-child {
    text-align: right; }
  .main-menu .navbar-nav > li {
    display: inline-block;
    float: none; }
    .main-menu .navbar-nav > li:hover > a {
      color: #fff;
      background: #DA2128; }
  .main-menu {
    float: left;
    width: 100%;
    text-align: center; } }

@media (max-width: 1199px) {
  .productpricetext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .productpricetext .item span:last-child {
    min-width: 140px; }
  .wrapper-header .wrapper-logo {
    width: 28%; }
  .wrapper-header .col-sm-8 {
    width: 72%; }
  .wrapper-header .box-phone, .wrapper-header .box-account {
    margin-right: 25px; }
  .section-banner .text {
    width: 60%; }
  .section-banner .text .text-content {
    padding: 45px; }
  .section-banner .video {
    width: 40%; } }

.nToggleMenu {
  display: none; }

@media (max-width: 991px) {
  .sidebar-page {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
  .sidebar-page ul {
    display: none;
    margin: 0px;
    border: 1px solid #DA2128;
    padding: 15px 15px 5px;
    border-top: none; }
    .sidebar-page ul.active {
      display: block; }
  .sidebar-page h3 {
    padding: 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 0px;
    position: relative; }
    .sidebar-page h3.active {
      border-color: #DA2128; }
      .sidebar-page h3.active:before {
        content: "\f106"; }
    .sidebar-page h3:before {
      content: "\f107";
      display: inline-block;
      position: absolute;
      right: 12px;
      top: 50%;
      font: normal normal normal 26px/1 FontAwesome;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .wrap-product > .row {
    padding: 0 5px; }
  #left-sidebar #filters {
    margin-top: 0px; }
  #n_category .page-header {
    width: calc(100% - 30px);
    margin-left: 15px; }
  .wrap-product .wrapper-thumbnail {
    width: calc(33.33% - 20px);
    padding: 0px;
    margin: 0 10px; }
  .sort_container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sort_container .col-md-6:nth-child(1) {
      text-align: left; }
    .sort_container .col-md-6:nth-child(2) {
      text-align: right;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  #left-sidebar > .panel-default {
    background: #fff;
    padding: 0px; }
  #left-sidebar .panel > .list-group li.list-group-item {
    float: left;
    width: 25%;
    border-bottom: none !important;
    padding-bottom: 0px; }
  #left-sidebar .panel-heading.panel-heading-thumbnails {
    padding: 12px 15px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 0px; }
    #left-sidebar .panel-heading.panel-heading-thumbnails.active {
      border-color: #DA2128; }
      #left-sidebar .panel-heading.panel-heading-thumbnails.active:before {
        content: "\f106"; }
    #left-sidebar .panel-heading.panel-heading-thumbnails:before {
      content: "\f107";
      display: inline-block;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 17px;
      top: 14px;
      font: normal normal normal 26px/1 FontAwesome; }
  #left-sidebar .click-content-list {
    display: none; }
  #filters {
    width: 100%;
    position: static;
    top: 50px;
    left: 0px;
    z-index: 99999;
    background: #fff;
    padding: 0 15px; }
    #filters.active {
      display: inline-block;
      border: 1px solid #DA2128;
      border-top: none; }
  .buying-options .btn-stack > div.addtocart-content {
    margin: 0 0px 0  15px; }
  .buying-options .btn-stack .btn-whishlist {
    margin-top: 0px; }
  .buying-options .btn-stack .btn-whishlist span {
    display: none; }
  .detail-zip .link-mobile {
    color: #DA2128;
    font: 400 14px/18px "Arimo"; }
  .detail-zip .link {
    display: none; }
  .availability .selected .item {
    width: calc(50% - 5px);
    margin-left: 0px;
    margin-right: 5px; }
  .availability, .availability .selected {
    width: 100%; }
  .buying-options .btn-stack > div.whishlist {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .options-detail .inner-flex .item {
    width: 100%;
    margin: 0px 0px 10px; }
  .wrapper-product-title h1 {
    font-size: 24px;
    line-height: 30px; }
  .wrapper-product-title .sku {
    font-size: 12px; }
  .wrapper-product-title {
    margin-bottom: 15px; }
  .slider-nav {
    width: calc(100% - 60px); }
  .section-product .nav-tabs > li {
    min-width: 230px;
    font-size: 18px; }
  .section-banner .bg-inner {
    background-size: 100% auto; }
  .wrapper-logo img {
    width: 150px; }
  .header-search .input-group .form-control {
    width: 250px; }
  .section-newsletter .wrap-form .input-group .form-control {
    width: 270px; }
  .wrapper-footer .flex-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper-footer .flex-footer > div {
    width: 33.33%;
    display: inline-block;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial; }
    .wrapper-footer .flex-footer > div:nth-child(1), .wrapper-footer .flex-footer > div:nth-child(2) {
      width: 50%;
      margin-bottom: 30px; }
  #homepageCarousel .carousel-inner > .item .text h3 {
    font: 700 30px/34px "Play"; }
  .wrapper-header .wrapper-logo, .wrapper-header .col-sm-8 {
    width: auto; }
  .wrapper-header .box-phone a {
    font-size: 16px;
    line-height: 20px; }
  .wrapper-header.container {
    padding: 0 5px; }
  .wrapper-header .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wrapper-header .col-sm-8 > .row > .col-sm-6 {
      width: auto;
      display: inline-block; }
      .wrapper-header .col-sm-8 > .row > .col-sm-6.text-right {
        padding-right: 0px; }
  .wrapper-header .box-cart {
    margin-right: 0px; }
  .main-menu .navbar-collapse.collapse {
    padding: 0px; }
  .free-shipping .text p {
    font-size: 12px; }
    .free-shipping .text p:last-child {
      font-size: 10px; }
  .free-shipping .item .icon {
    -webkit-transform: scale(0.8) translateY(3px);
    -ms-transform: scale(0.8) translateY(3px);
    transform: scale(0.8) translateY(3px); }
  .free-shipping {
    padding: 10px 0 15px; }
  .section-banner {
    padding: 30px 0 10px; }
  .section-banner .bg-inner {
    min-height: 230px; }
    .section-banner .bg-inner .text {
      padding: 47px 33px 0px; }
      .section-banner .bg-inner .text h3 {
        font: 700 18px/20px "Play";
        margin-bottom: 10px; }
      .section-banner .bg-inner .text p {
        font: 400 11px/14px "Arimo";
        margin-bottom: 10px; }
      .section-banner .bg-inner .text a {
        font-size: 11px; }
  #cus_category {
    margin: 0 -7px 0px; }
  .section-product {
    margin-top: 35px; }
  .section-banner .text .text-content {
    padding: 42px; } }

.title-tabs-mobile {
  display: none; }

@media (max-width: 767px) {
  .buying-options .btn-stack > div.whishlist .btn-default .add {
    display: none; }
  #cus_category .cat_item img {
    width: 100%; }
  .sort_container strong {
    display: inline-block;
    margin-right: 5px; }
  .wrapper-footer .footer-slot-item .store-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #left-sidebar .panel > .list-group li.list-group-item {
    width: 100%; }
  .sort_container .control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sort_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sort_container .col-md-6 {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sort_container .col-md-6:nth-child(1) {
        margin-bottom: 15px; }
      .sort_container .col-md-6:nth-child(n) {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  .wrap-product .wrapper-thumbnail {
    width: calc(50% - 20px);
    float: left; }
  .panel-collapse {
    padding-top: 10px; }
  .detail-product .tabbable:before {
    display: none; }
  .tab-content > .tab-pane {
    display: block;
    margin-bottom: 4px; }
  .title-mobile-tabs {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 2px solid #DA2128;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Play";
    color: #222;
    text-decoration: none;
    line-height: 45px;
    position: relative; }
    .title-mobile-tabs:before {
      content: "\f077";
      display: inline-block;
      font: normal normal normal 16px/1 FontAwesome;
      position: absolute;
      right: 10px;
      top: 12px; }
    .title-mobile-tabs:focus, .title-mobile-tabs:hover {
      text-decoration: none; }
    .title-mobile-tabs .icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      background: url("../images/bg-icon.png") no-repeat scroll -126px -169px;
      margin: 0 10px 0 15px;
      vertical-align: -7px; }
      .title-mobile-tabs .icon.icon-speci {
        background-position: -192px -117px;
        width: 30px; }
      .title-mobile-tabs .icon.icon-descrip {
        background-position: -126px -119px; }
    .title-mobile-tabs.collapsed {
      color: #231F20;
      border-color: #ddd; }
      .title-mobile-tabs.collapsed:before {
        content: "\f078"; }
      .title-mobile-tabs.collapsed .icon {
        background-position: -126px -169px; }
        .title-mobile-tabs.collapsed .icon.icon-speci {
          background-position: -192px -167px;
          width: 30px; }
  .tab-content {
    padding-top: 0px; }
  .detail-product .section-product {
    padding: 0 5px; }
  .availability .selected .item span {
    font-size: 12px; }
  .detail-zip .text span {
    margin-right: 0px;
    font-size: 18px;
    display: block; }
  .breadcrumb > li + li:before {
    padding: 0 0px 0 5px; }
  .breadcrumb {
    text-align: center; }
  .slider-for {
    width: 100%; }
  .slick-arrow {
    left: 5px; }
  .addthis_inline_share_toolbox {
    margin-top: 0px; }
  .options-detail h3 {
    text-align: center; }
  .slick-arrow.slick-next {
    right: 5px; }
  .wrapper-product-title .sku {
    display: block;
    text-align: center; }
  .wrapper-product-title h1 {
    text-align: center; }
  .breadcrumb li a span, .breadcrumb li a {
    font: 400 14px "Arimo"; }
  .slider-nav {
    display: none; }
  .title-tabs-mobile {
    display: inline-block;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
    background: #f5f5f5;
    border: 2px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px; }
    .title-tabs-mobile h3 {
      font: 700 18px/20px "Play"; }
  .section-product .nav-tabs {
    display: none; }
  .wrapper-thumbnail .btn {
    font-size: 12px; }
  .section-product .wrapper-thumbnail {
    padding: 0px; }
  .section-product .tab-pane:last-child .owl-carousel {
    margin-bottom: 0px; }
  .section-product .owl-carousel {
    margin-bottom: 30px; }
  .section-product .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; }
  .section-product .owl-carousel button.owl-next, .section-product .owl-carousel button.owl-prev {
    left: -20px; }
  .section-product .owl-carousel button.owl-next {
    right: -20px;
    left: inherit; }
  .section-product .tab-content {
    padding: 0 5px; }
  .wrapper-thumbnail .thumbnail .caption {
    padding-top: 10px; }
  .section-product .wrapper-thumbnail .thumbnail .caption h3 {
    height: 58px; }
  #homepage-content {
    margin: 0px; }
  .free-shipping {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .free-shipping .text p {
      font-size: 8px; }
      .free-shipping .text p:first-child {
        text-transform: uppercase; }
      .free-shipping .text p:last-child {
        font-size: 7px; }
    .free-shipping .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      float: left;
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit; }
      .free-shipping .item .icon {
        -webkit-transform: scale(0.6) translateY(3px) translateX(4px);
        -ms-transform: scale(0.6) translateY(3px) translateX(4px);
        transform: scale(0.6) translateY(3px) translateX(4px);
        margin: 0px;
        min-width: 54px; }
  .section-banner .bg-inner .text {
    padding: 0px;
    text-align: center;
    width: 100%; }
  .bottom-border .col-sm-6:last-child {
    margin-top: 10px; }
  .section-newsletter .inline-block {
    width: 100%;
    text-align: center; }
  .section-newsletter .flex-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .section-newsletter .wrap-form {
    margin: 30px 0px; }
  #homepageCarousel .carousel-inner > .item .text h3 {
    font: 700 12px/16px "Play"; }
  .icon-search-mobile {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../images/bg-icon.png") no-repeat scroll -59px -59px;
    vertical-align: -11px; }
  .nToggleMenu {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-top: 0px;
    vertical-align: -8px;
    margin-left: -10px;
    margin-right: 6px; }
    .nToggleMenu i {
      font-size: 30px; }
  .wrapper-header .icon-user {
    background-position: -123px -56px; }
  .wrapper-header .col-sm-8 > .row > .col-sm-6.text-right {
    float: right; }
  .wrapper-header .icon-cart {
    background-position: -59px -109px; }
  .wrapper-header > .row-padded {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -10px; }
  .wrapper-logo img {
    width: auto;
    max-height: 30px;
    margin: 0px; }
  .header-search, #header-cart {
    margin-top: 4px; }
  .main-menu {
    display: block;
    background: #DA2128;
    margin-top: -4px;
    position: relative;
    z-index: 9; }
    .main-menu > .container {
      padding: 0px; }
  .wrapper-header .col-sm-8 {
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 5px; }
    .wrapper-header .col-sm-8 > .row {
      margin: 0px; }
  .header-search {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 6px 0 0 0;
    padding: 0 10px;
    background: #fff;
    z-index: 123456;
    display: none; }
    .header-search.active {
      display: block; }
  .wrapper-header .col-sm-8 > .row > .col-sm-6 {
    position: static; }
  .header-search .input-group .form-control, .header-search .input-group {
    width: 100%; }
  .header-search .input-group .form-control {
    padding-left: 40px; }
  .close-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/bg-icon.png") no-repeat scroll 2px -112px;
    left: 19px;
    top: 5px;
    position: absolute;
    z-index: 99; }
  .wrapper-header.container {
    padding: 0 15px;
    border-bottom: 3px solid #231F20;
    position: relative !important;
    top: inherit; }
  .wrapper-header .wrapper-logo {
    padding-left: 5px; }
  .wrapper-header .box-account {
    margin-right: 6px; }
  .main-menu .navbar-nav {
    margin: 0px;
    vertical-align: 3px; }
  .main-menu .navbar-default .navbar-nav > .active > a {
    background: none;
    color: #fff; }
  .main-menu .nav > li {
    text-align: left;
    position: relative; }
    .main-menu .nav > li:before {
      content: "";
      display: inline-block;
      height: 1px;
      position: absolute;
      width: 100%;
      background: #f2646a;
      left: 0px;
      top: -1px;
      z-index: 9; }
    .main-menu .nav > li:first-child:before {
      display: none; }
    .main-menu .nav > li.active > .dropdown-menu {
      display: block;
      padding: 0px;
      background: #231F20; }
    .main-menu .nav > li .click-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      height: 40px;
      right: 5px;
      top: 4px;
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main-menu .nav > li .click-menu:before {
        content: "\f0d7";
        display: inline-block;
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff; }
      .main-menu .nav > li .click-menu.active:before {
        content: "\f0d8"; }
  .main-menu .navbar-nav > li > .dropdown-menu {
    display: none; }
    .main-menu .navbar-nav > li > .dropdown-menu > li {
      position: relative;
      border-top: 1px solid #707070; }
      .main-menu .navbar-nav > li > .dropdown-menu > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0); }
      .main-menu .navbar-nav > li > .dropdown-menu > li > a {
        padding-left: 30px; }
      .main-menu .navbar-nav > li > .dropdown-menu > li a {
        height: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        display: none; }
        .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
          border-top: 1px solid #686868; }
          .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
            padding-left: 40px; }
          .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li:first-child {
            border-top: none; }
        .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu.active {
          display: block; }
  .main-menu .navbar-collapse.collapse {
    border: none; }
  .nToggleMenu.active {
    background: #DA2128; }
    .nToggleMenu.active i {
      color: #fff; }
  .main-menu .navbar-nav > li > a {
    padding-left: 20px;
    font: 700 14px "Arimo"; }
  .main-menu .navbar-nav > li > a .caret {
    display: none; }
  .wrapper-footer .footer-slot-item > h4:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wrapper-footer .flex-footer > div {
    width: 100%;
    margin-top: 20px; }
    .wrapper-footer .flex-footer > div:nth-child(1) {
      margin-top: 0px; }
    .wrapper-footer .flex-footer > div:nth-child(1), .wrapper-footer .flex-footer > div:nth-child(2) {
      width: 100%; }
  .section-newsletter .wrap-form .input-group {
    display: inline-block;
    width: 100%; }
  .section-newsletter .wrap-form .input-group .form-control {
    width: 100%; }
  .wrapper-footer .footer-slot-item .store-footer .text .item {
    text-align: left; }
  .wrapper-footer .flex-footer > div.footer-contact {
    width: 190px;
    text-align: center;
    margin: 0 auto; }
    .wrapper-footer .flex-footer > div.footer-contact .nav {
      text-align: left; }
  .section-banner .text {
    background: none; }
  .section-banner {
    padding: 0 0 30px; }
  .section-banner .video {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 640px) {
  #cus_category .cat_item {
    width: 100%;
    margin-bottom: 20px; }
    #cus_category .cat_item:last-child {
      margin-bottom: 0px; } }
