.baner_muti .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc !important;
  background: rgba(255, 255, 255, 0.5) !important; }
  .baner_muti .owl-nav button i {
    padding: 10px;
    color: #ccc; }
.baner_muti .owl-nav .owl-prev {
  left: 2px; }
.baner_muti .owl-nav .owl-next {
  right: 2px; }

#accessors_cate {
  margin-top: 15px;
  margin-bottom: 20px; }
  #accessors_cate .accessors_cate {
    background: #fff; }
    #accessors_cate .accessors_cate__content {
      width: 100%;
      border-left: 1px solid #ececec;
      display: flex;
      flex-wrap: wrap; }
      #accessors_cate .accessors_cate__content .item {
        width: calc(100%/10);
        float: left;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 10px;
        box-sizing: border-box;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s; }
        #accessors_cate .accessors_cate__content .item .image {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          overflow: hidden;
          margin-bottom: 10px; }
          #accessors_cate .accessors_cate__content .item .image img {
            width: 55%;
            max-width: 55%;
            display: block;
            margin: 0 auto; }
        #accessors_cate .accessors_cate__content .item .info {
          text-align: center;
          line-height: 1.5em; }
      #accessors_cate .accessors_cate__content .item:hover {
        border: 1px solid #cd0000; }
      #accessors_cate .accessors_cate__content #active {
        border: 1px solid #cd0000; }

#accessors .accessors__title {
  text-align: center;
  position: relative;
  margin: 16px 0 20px;
  margin-bottom: -3px; }
  #accessors .accessors__title .image {
    width: 100%; }
    #accessors .accessors__title .image img {
      width: 45%;
      margin: auto; }
  #accessors .accessors__title .info_name {
    position: absolute;
    left: 50%;
    transform: translateX(-30%);
    bottom: 10px; }
    #accessors .accessors__title .info_name a {
      color: #fff; }
      #accessors .accessors__title .info_name a span {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase; }
#accessors .accessors__content {
  border: 2px solid #cd0000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  color: #3f3f3f;
  display: flex;
  flex-wrap: wrap; }
  #accessors .accessors__content .accessors_item {
    width: calc(100%/5);
    float: left;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden; }
    #accessors .accessors__content .accessors_item .image {
      width: 100%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      height: 210px;
      position: relative; }
      #accessors .accessors__content .accessors_item .image img {
        display: block;
        margin: auto;
        object-fit: contain;
        max-height: 200px;
        max-width: 95%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
    #accessors .accessors__content .accessors_item .name {
      line-height: 1.5;
      margin: 5px 0 5px 0; }
      #accessors .accessors__content .accessors_item .name h3 {
        color: #3e3e3e;
        font-weight: 100; }
    #accessors .accessors__content .accessors_item .price span {
      color: #cd0000;
      font-weight: 700;
      font-size: 16px; }
    #accessors .accessors__content .accessors_item .price .promotion {
      font-weight: 500;
      color: #9f9f9f;
      padding-left: 10px;
      text-decoration: line-through;
      font-size: 16px; }
  #accessors .accessors__content .accessors_item:hover .name h3 {
    color: #288ad8;
    transition: all .3s; }
  #accessors .accessors__content .accessors_item:hover .image img {
    bottom: 20px !important; }
#accessors .accessors .view_more {
  text-align: center;
  margin-top: 30px; }
  #accessors .accessors .view_more a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #4080ff;
    color: #4080ff; }
    #accessors .accessors .view_more a i {
      padding-left: 5px; }

#des_accessors {
  margin-top: 20px;
  margin-bottom: 20px; }
  #des_accessors .des_accessors {
    background: #fff;
    padding: 20px;
    height: 450px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; }
    #des_accessors .des_accessors__title {
      margin-bottom: 20px;
      text-align: center; }
      #des_accessors .des_accessors__title p {
        color: #cd0000;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase; }
    #des_accessors .des_accessors .gradient {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      background-image: linear-gradient(to top, #fff, transparent);
      height: 60%;
      padding: 70px 0;
      transition: all 0.8s; }
      #des_accessors .des_accessors .gradient a {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 15px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #4080ff;
        color: #4080ff; }
        #des_accessors .des_accessors .gradient a i {
          padding-left: 5px; }
    #des_accessors .des_accessors .des_hidden {
      width: 100%;
      margin-top: 15px; }
      #des_accessors .des_accessors .des_hidden a {
        width: 56px;
        margin: auto;
        padding: 5px 15px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #4080ff;
        color: #4080ff; }
        #des_accessors .des_accessors .des_hidden a i {
          padding-left: 5px; }
  #des_accessors .css-content {
    float: unset !important; }

#cate_accessors .categories {
  margin-top: 0px; }
  #cate_accessors .categories .view-more a {
    background: #fff; }

#accessors_detail .product-features {
  margin-top: 0px; }
  #accessors_detail .product-features .accessors_detail_info {
    background: #fff; }
  #accessors_detail .product-features .name_accessor {
    padding: 20px 20px 0 20px; }
    #accessors_detail .product-features .name_accessor__top {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      #accessors_detail .product-features .name_accessor__top .name {
        width: 75%;
        line-height: 1.4;
        box-sizing: border-box;
        float: left; }
      #accessors_detail .product-features .name_accessor__top .share {
        position: absolute;
        top: 50%;
        transform: translateY(-35%);
        right: 0; }
    #accessors_detail .product-features .name_accessor__bottom .rating {
      float: left;
      padding-top: 5px; }
      #accessors_detail .product-features .name_accessor__bottom .rating ul {
        float: left;
        padding-right: 10px; }
      #accessors_detail .product-features .name_accessor__bottom .rating li {
        display: inline; }
        #accessors_detail .product-features .name_accessor__bottom .rating li i {
          color: #fa6400; }
      #accessors_detail .product-features .name_accessor__bottom .rating span {
        color: #288ad8; }
  #accessors_detail .product-features__left {
    width: 580px;
    box-sizing: border-box;
    padding-right: 10px; }
    #accessors_detail .product-features__left .slider-top .item {
      width: 100%;
      height: 350px; }
      #accessors_detail .product-features__left .slider-top .item img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
        object-fit: contain; }
    #accessors_detail .product-features__left .slider-bottom .item {
      height: 100%;
      max-height: 100px; }
      #accessors_detail .product-features__left .slider-bottom .item img {
        object-fit: contain;
        height: 100%;
        max-height: 100px; }
  #accessors_detail .product-features__right {
    width: calc(100% - 580px);
    padding-left: 20px;
    box-sizing: border-box; }
    #accessors_detail .product-features__right .center {
      width: 100%; }
      #accessors_detail .product-features__right .center .freeship {
        width: 100%; }
        #accessors_detail .product-features__right .center .freeship img {
          display: block;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%;
          margin: auto; }
      #accessors_detail .product-features__right .center .box-price {
        margin-top: 15px; }
        #accessors_detail .product-features__right .center .box-price .price-new {
          color: #cd0000;
          font-weight: bold;
          font-size: 22px;
          float: left; }
        #accessors_detail .product-features__right .center .box-price .price-old {
          color: #9c9898;
          text-decoration: line-through;
          font-size: 16px;
          margin-left: 10px;
          padding-top: 5px;
          float: left;
          font-weight: 700; }
      #accessors_detail .product-features__right .center .phien-ban {
        margin-top: 15px;
        color: #4c4c4c; }
        #accessors_detail .product-features__right .center .phien-ban span {
          font-weight: bold; }
      #accessors_detail .product-features__right .center .phien-ban-khac {
        margin-top: 5px; }
        #accessors_detail .product-features__right .center .phien-ban-khac .item {
          width: calc((100% / 3) - 4px);
          margin-left: 6px;
          float: left;
          position: relative;
          border-radius: 4px;
          border: 1px solid #b6b6b6;
          box-sizing: border-box;
          padding: 8px 20px;
          cursor: pointer; }
          #accessors_detail .product-features__right .center .phien-ban-khac .item:first-child {
            margin-left: 0; }
          #accessors_detail .product-features__right .center .phien-ban-khac .item.active {
            border-color: #288ad8; }
            #accessors_detail .product-features__right .center .phien-ban-khac .item.active i {
              color: #288ad8;
              font-weight: bold; }
          #accessors_detail .product-features__right .center .phien-ban-khac .item i {
            position: absolute;
            top: 5px;
            left: 5px;
            color: #4c4c4c; }
          #accessors_detail .product-features__right .center .phien-ban-khac .item .name {
            color: #4c4c4c;
            text-align: center; }
          #accessors_detail .product-features__right .center .phien-ban-khac .item .price {
            padding-top: 2px;
            color: #cd0000;
            text-align: center;
            font-weight: bold;
            font-size: 15px; }
        #accessors_detail .product-features__right .center .phien-ban-khac .slick-prev {
          left: -20px; }
          #accessors_detail .product-features__right .center .phien-ban-khac .slick-prev:before {
            background-image: url(../images/prev-slick.png);
            background-size: 20px 20px;
            width: 15px;
            height: 20px; }
        #accessors_detail .product-features__right .center .phien-ban-khac .slick-next {
          right: -17px; }
          #accessors_detail .product-features__right .center .phien-ban-khac .slick-next:before {
            background-image: url(../images/next-slick.png);
            background-size: 20px 20px;
            width: 15px;
            height: 20px; }
      #accessors_detail .product-features__right .center .box-info {
        margin-top: 15px;
        border: 1px solid #cd0000;
        padding: 1px;
        padding-bottom: 10px;
        box-sizing: border-box; }
        #accessors_detail .product-features__right .center .box-info .title {
          width: 100%;
          float: left;
          color: #3e3e3e;
          text-transform: uppercase;
          margin-top: 10px;
          padding: 0 10px;
          font-weight: bold; }
        #accessors_detail .product-features__right .center .box-info__content {
          padding: 0 10px; }
          #accessors_detail .product-features__right .center .box-info__content p {
            line-height: 1.5em; }
            #accessors_detail .product-features__right .center .box-info__content p i {
              padding-right: 5px;
              font-size: 5px;
              color: #4080ff; }
      #accessors_detail .product-features__right .center .box-action {
        margin-top: 20px; }
        #accessors_detail .product-features__right .center .box-action .btn {
          width: 100%;
          float: left;
          background: #cd0000;
          color: #fff;
          text-align: center;
          padding: 12px 0;
          border-radius: 4px;
          cursor: pointer; }
          #accessors_detail .product-features__right .center .box-action .btn p:first-child {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold; }
          #accessors_detail .product-features__right .center .box-action .btn p:last-child {
            font-size: 12px;
            padding-top: 2px; }
        #accessors_detail .product-features__right .center .box-action .btn-order:hover {
          background: #288ad8; }
      #accessors_detail .product-features__right .center .box_support {
        padding: 10px;
        line-height: 2.5; }
        #accessors_detail .product-features__right .center .box_support p i {
          padding-right: 5px;
          color: #ccc; }
        #accessors_detail .product-features__right .center .box_support p span {
          color: #cd0000;
          font-weight: 600; }
#accessors_detail .product-compare {
  margin-top: 20px; }
  #accessors_detail .product-compare__content {
    display: flex;
    flex-wrap: wrap; }
    #accessors_detail .product-compare__content .title-tab {
      padding: 12px 30px;
      background: #fff;
      color: #4c4c4c;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      float: left;
      cursor: pointer; }
      #accessors_detail .product-compare__content .title-tab.active {
        color: #fff;
        background: #cd0000; }
    #accessors_detail .product-compare__content .content-tab {
      width: 100%;
      background: #fff;
      display: none;
      margin-top: 0;
      padding: 10px 20px 0;
      border: 2px solid #cd0000;
      border-top: 1px solid #cd0000;
      box-sizing: border-box;
      padding-bottom: 20px; }
      #accessors_detail .product-compare__content .content-tab.active {
        display: block; }
      #accessors_detail .product-compare__content .content-tab .item:hover .name {
        color: #288ad8;
        transition: all .3s; }
      #accessors_detail .product-compare__content .content-tab .item:hover img {
        bottom: 20px !important; }
      #accessors_detail .product-compare__content .content-tab .item .image {
        width: 100%;
        float: left;
        height: 210px;
        position: relative;
        margin: 0 auto;
        overflow: hidden; }
        #accessors_detail .product-compare__content .content-tab .item .image img {
          width: 95%;
          height: 200px;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s; }
      #accessors_detail .product-compare__content .content-tab .item .name {
        width: 100%;
        float: left;
        color: #262626;
        font-weight: bold;
        line-height: 20px;
        font-size: 15px;
        height: 40px;
        overflow: hidden; }
      #accessors_detail .product-compare__content .content-tab .item .price {
        width: 100%;
        float: left;
        margin-top: 5px; }
        #accessors_detail .product-compare__content .content-tab .item .price span:first-child {
          color: #cd0000;
          font-size: 16px;
          float: left;
          font-weight: bold; }
        #accessors_detail .product-compare__content .content-tab .item .price span:last-child {
          color: #b2b2b2;
          font-size: 14px;
          padding-left: 35px;
          text-decoration: line-through; }
      #accessors_detail .product-compare__content .content-tab .item .installment {
        width: 100%;
        float: left;
        color: #262626;
        margin-top: 5px; }
        #accessors_detail .product-compare__content .content-tab .item .installment span {
          color: #00894f;
          font-size: 15px;
          font-weight: bold; }
      #accessors_detail .product-compare__content .content-tab .item .desc {
        width: 100%;
        float: left;
        margin-top: 5px;
        color: #737373;
        font-size: 13px;
        line-height: 18px; }
      #accessors_detail .product-compare__content .content-tab .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background: #fff; }
      #accessors_detail .product-compare__content .content-tab .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background: #fff; }
      #accessors_detail .product-compare__content .content-tab .owl-nav .owl-prev, #accessors_detail .product-compare__content .content-tab .owl-nav .owl-next:hover {
        color: #000;
        background: rgba(0, 0, 0, 0.5); }
#accessors_detail .product-detail {
  margin-top: 30px; }
  #accessors_detail .product-detail__content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
  #accessors_detail .product-detail .detail-comments {
    width: 800px;
    float: left; }
#accessors_detail .sidebar-detail {
  width: 300px;
  float: right; }
  #accessors_detail .sidebar-detail__title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  #accessors_detail .sidebar-detail__news .item {
    width: 100%;
    float: left;
    margin-top: 10px; }
    #accessors_detail .sidebar-detail__news .item .img {
      width: 120px;
      float: left;
      box-sizing: border-box;
      overflow: hidden; }
      #accessors_detail .sidebar-detail__news .item .img img {
        width: 100%;
        float: left;
        height: 100%;
        display: block;
        object-fit: cover;
        margin: auto;
        transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s; }
    #accessors_detail .sidebar-detail__news .item .name {
      width: calc(100% - 130px);
      box-sizing: border-box;
      color: #262626;
      font-weight: bold;
      line-height: 18px;
      float: right; }
  #accessors_detail .sidebar-detail__news .item:hover .img img {
    width: 110%; }
  #accessors_detail .sidebar-detail__news .item:hover .name {
    color: #288ad8; }
  #accessors_detail .sidebar-detail__fitting {
    margin-top: 30px; }
    #accessors_detail .sidebar-detail__fitting .item {
      width: 100%;
      float: left;
      margin-top: 10px; }
      #accessors_detail .sidebar-detail__fitting .item .img {
        width: 100px;
        height: 90px;
        overflow: hidden;
        float: left;
        position: relative;
        margin: 0 auto;
        border: 1px solid #d6d8db;
        box-sizing: border-box; }
        #accessors_detail .sidebar-detail__fitting .item .img img {
          max-width: 95px;
          max-height: 85px;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s; }
      #accessors_detail .sidebar-detail__fitting .item .name {
        padding-left: 110px;
        padding-top: 5px;
        color: #262626;
        font-weight: bold;
        line-height: 18px; }
      #accessors_detail .sidebar-detail__fitting .item .price {
        color: #cd0000;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0 0 110px; }
    #accessors_detail .sidebar-detail__fitting .item:hover .img img {
      width: 110%; }
    #accessors_detail .sidebar-detail__fitting .item:hover .name {
      color: #288ad8; }
#accessors_detail .box-order-simple {
  margin-top: 10px;
  padding: 10px 0;
  border: 1px solid #d6d8db;
  border-right: none;
  border-left: none; }
  #accessors_detail .box-order-simple__image {
    width: 120px;
    float: left; }
    #accessors_detail .box-order-simple__image img {
      width: 100%;
      float: left; }
  #accessors_detail .box-order-simple__info {
    width: 400px;
    float: left;
    margin-left: 10px;
    padding-top: 20px; }
    #accessors_detail .box-order-simple__info .name {
      color: #262626;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
    #accessors_detail .box-order-simple__info .price {
      color: #cd0000;
      font-weight: bold;
      font-size: 18px;
      padding-top: 10px; }
  #accessors_detail .box-order-simple__action {
    width: 150px;
    float: right;
    margin-top: 20px; }
    #accessors_detail .box-order-simple__action .btn {
      width: 100%;
      float: left;
      color: #fff;
      background: #cd0000;
      height: 45px;
      line-height: 45px;
      text-transform: uppercase;
      border-radius: 4px;
      font-weight: bold;
      text-align: center; }
    #accessors_detail .box-order-simple__action .btn:hover {
      background: #288ad8; }

/*# sourceMappingURL=fittings.css.map */
