@charset "UTF-8";
/*** Reset css** */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 1.4;
  font-size: 0.85rem; }

* > span,
* > a,
* > b,
* > small,
* > strong,
* > s,
* > i {
  font-size: inherit; }

html, body {
  font-family: Helvetica, Arial, Verdana, "Microsoft JhengHei", "微軟正黑體", "PMingLiU", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  background: #ffffff; }

.all-page {
  font-size: 0.85rem;
  line-height: 1.4; }

h1, h2 {
  font-family: Helvetica, Arial, Verdana, Simhei, "Microsoft JhengHei", "微軟正黑體", "PMingLiU", sans-serif; }

h1 {
  font-size: 1.5rem; }

h2, cite {
  font-size: 1.2rem; }

h3 {
  font-size: 1rem; }

p {
  font-size: 0.85rem; }

.size-19rem {
  font-size: 1.9rem; }
  .size-19rem.size-force {
    font-size: 1rem !important; }

.size-15rem {
  font-size: 1.5rem; }
  .size-15rem.size-force {
    font-size: 1rem !important; }

.size-12rem {
  font-size: 1.2rem; }
  .size-12rem.size-force {
    font-size: 1rem !important; }

.size-10rem {
  font-size: 1rem; }
  .size-10rem.size-force {
    font-size: 1rem !important; }

.size-08rem {
  font-size: 0.85rem; }
  .size-08rem.size-force {
    font-size: 1rem !important; }

a {
  color: #005fb3;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none; }
  a:hover, a:focus {
    color: #e61e25;
    text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  line-height: 28px;
  font-size: 1rem;
  color: #ccc; }

/* Firefox 19+ */
::-moz-placeholder {
  line-height: 28px;
  font-size: 1rem;
  color: #ccc; }

/* IE 10+ */
::-ms-input-placeholder {
  line-height: 28px;
  font-size: 1rem;
  color: #ccc; }

/* Firefox 18- */
::-moz-placeholder {
  line-height: 28px;
  font-size: 1rem;
  color: #ccc; }

.tooltip-inner {
  max-width: 300px;
  width: auto;
  padding: 5px;
  font-size: 0.85rem;
  letter-spacing: 1px; }

.zoom-image {
  overflow: hidden;
  display: table-cell; }
  .zoom-image img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.zoom-image:hover img {
  opacity: 0.8; }

.navbar-default {
  border-color: #e7e7e7;
  background-color: #ffffff; }
  .navbar-default .menu-shopping {
    background: #efefef; }
  .navbar-default .navbar-nav .dropdown.active > a {
    color: #333 !important; }
  .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a {
    color: #333; }
    .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a.active-navbar {
      color: #fff; }
    .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a:before {
      content: " - "; }

.overflow-menu-ui {
  position: relative;
  height: 30px;
  overflow: visible; }
  .overflow-menu-ui ul.overflow-menu {
    height: 30px;
    max-width: 100%; }
    .overflow-menu-ui ul.overflow-menu > li {
      display: block;
      float: left;
      height: auto;
      white-space: nowrap; }
  .overflow-menu-ui ul.overflow-sub-menu li {
    width: 100% !important; }
    .overflow-menu-ui ul.overflow-sub-menu li a {
      width: 100%; }
  .overflow-menu-ui ul.overflow-menu-collect {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 1px;
    overflow: visible; }
    .overflow-menu-ui ul.overflow-menu-collect .dropdown a {
      padding: 5px 0px;
      border-radius: 0;
      height: 30px;
      line-height: 20px;
      color: #fff;
      width: 100%;
      display: block; }
      .overflow-menu-ui ul.overflow-menu-collect .dropdown a:hover {
        background: none; }
    .overflow-menu-ui ul.overflow-menu-collect .dropdown ul li > a {
      padding: 5px; }
    .overflow-menu-ui ul.overflow-menu-collect .dropdown.open a {
      background: none; }
    .overflow-menu-ui ul.overflow-menu-collect .goodlife {
      font-style: italic;
      font-size: 0.85rem;
      color: #fff38e;
      overflow: hidden;
      word-break: break-all;
      word-wrap: break-word;
      height: 30px;
      margin: 0;
      line-height: 20px;
      padding: 5px; }
    .overflow-menu-ui ul.overflow-menu-collect ul.dropdown-menu {
      right: 0;
      left: auto; }
      .overflow-menu-ui ul.overflow-menu-collect ul.dropdown-menu li {
        border-bottom: #ccc; }
        .overflow-menu-ui ul.overflow-menu-collect ul.dropdown-menu li a {
          color: #333333; }
          .overflow-menu-ui ul.overflow-menu-collect ul.dropdown-menu li a:hover {
            color: #e61e25;
            background: none; }

.btn-basic-wide {
  width: 220px; }

.btn-basic-tiny {
  width: 110px; }

.no-margin {
  margin: 0 !important; }

.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: #fff !important; } }
.active-navbar {
  background-color: #e61e25; }
  .active-navbar:hover, .active-navbar:focus {
    background-color: #e61e25 !important; }

input, select {
  outline: none; }
  input:focus, select:focus {
    outline: none; }

hr {
  border-top: 1px solid #ccc; }

.btn {
  border-color: #ccc;
  height: 38px !important;
  font-size: 1rem;
  padding: 5px 10px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0; }
  .btn.btn-small {
    height: 33px !important;
    font-size: 0.85rem;
    padding: 5px !important; }
  .btn.btn-large {
    height: 48px !important;
    font-size: 1.2rem;
    padding: 5px !important; }
  .btn.disabled {
    cursor: no-drop; }

a.btn {
  line-height: 28px !important; }
  a.btn.btn-small {
    line-height: 23px !important; }
  a.btn.btn-large {
    line-height: 38px !important; }
  a.btn.disabled {
    cursor: no-drop; }

.btn-gap-top {
  margin-top: 10px; }

.btn-gap-bottom {
  margin-bottom: 10px; }

.btn-gap-right {
  margin-right: 10px; }

.btn-gap-left {
  margin-left: 10px; }

.btn-warning {
  background-color: #ff6600;
  border: none; }
  .btn-warning:hover {
    background-color: #dd4e00; }

.btn-primary {
  color: #fff;
  background-color: #005fb3;
  border-color: #005fb3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #005699;
    border-color: #005699; }

.btn-sub {
  color: #333333;
  background-color: #ffed00;
  border-color: #ccc; }
  .btn-sub:hover {
    background-color: #eedc4d; }

.btn-danger {
  color: #fff;
  background-color: #e61e25;
  border-color: #e61e25; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ac2925; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #324b81; }

.btn-default {
  color: #666;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover {
    color: #666;
    background-color: #e6e6e6;
    border-color: #adadad; }

.label {
  font-size: 0.85rem;
  padding: 0.3em 0.6em 0.3em; }
  .label.label-large {
    font-size: 1rem; }

.label-danger {
  border: 1px #d9534f solid; }

.label-primary {
  border: 1px #337ab7 solid; }

.label-brand {
  border: 1px #47B8B3 solid;
  background: #47B8B3; }

.label-series {
  border: 1px #2C7EDA solid;
  background: #2C7EDA; }

.label-success {
  border: 1px #5cb85c solid; }

.label-urgent {
  background: #e61e25;
  color: #fff;
  font-weight: bold;
  border: 1px #e61e25 solid; }

.label-normal {
  background: #fff;
  color: #e61e25;
  font-weight: bold;
  border: 1px #e61e25 solid; }

.label-cold {
  background: #fff;
  color: #5281c1;
  font-weight: bold;
  border: 1px #304d85 solid; }

.label-warm {
  background: #fff;
  color: #fb722d;
  font-weight: bold;
  border: 1px #ee5e44 solid; }

.label-purple {
  background: #961975;
  color: #fff;
  font-weight: bold;
  border: 1px #961975 solid; }

.label-helmet {
  background: #f762c1;
  color: #fff;
  font-weight: bold;
  border: 1px #f762c1 solid; }

.label-motobatt {
  background: #f1e500;
  color: #6c6565;
  font-weight: bold;
  border: 1px #f1e500 solid; }

.label-winter {
  background: #ff9000;
  color: #fff;
  font-weight: bold;
  border: 1px #ff9000 solid; }

.label-cold-man {
  background: #0db815;
  color: #fff;
  font-weight: bold;
  border: 1px #0db815 solid; }

.btn-label {
  border-color: #ccc;
  border-style: solid;
  height: 38px;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 28px; }
  .btn-label.nowrap {
    white-space: nowrap; }
  .btn-label.start-label {
    padding-left: 0; }
  .btn-label.label-small {
    height: 33px;
    font-size: 0.85rem;
    padding: 5px;
    line-height: 23px; }
  .btn-label.label-large {
    height: 48px;
    font-size: 1.2rem;
    padding: 5px;
    line-height: 38px; }

input.btn-label {
  border-width: 1px; }

.select2-container .select2-selection--single {
  height: 38px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px; }
.select2-container .select2-results__options {
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch; }

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.font-color-normal {
  color: #333333; }

.font-color-red {
  color: #e61e25; }

.font-color-white {
  color: #fff; }

.font-color-orange {
  color: #f0ad4e; }

.font-color-blue {
  color: #005fb3; }

.font-color-gray {
  color: #dddddd; }

.font-color-green {
  color: #5cb85c; }

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: bold; }

.width-full {
  width: 100% !important; }

.word-break {
  word-break: break-all; }

.bg-color-red {
  background-color: #e61e25;
  color: #fff; }

.bg-color-red:active, .bg-color-red:focus, .bg-color-red:hover {
  background-color: #e61e25;
  color: #fff; }

.rounded-img {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  -ms-border-radius: 2px !important; }

.img-responsive {
  margin: 0 auto; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #292929 !important;
  border-bottom: 3px solid #e61e25 !important;
  max-height: 375px !important; }
  .navbar-default .navbar-collapse .nav.navbar-nav, .navbar-default .navbar-form .nav.navbar-nav {
    width: 65%; }

.navbar-default .navbar-collapse .nav.navbar-nav.home-page {
  width: 62% !important; }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse .navbar-nav li {
    width: 100% !important; } }
.desktop .nav-up {
  top: -40px;
  border-bottom: 2px #fff solid; }

.center-box {
  margin: 10px 0;
  text-align: center;
  width: 100%;
  float: left; }

.no-padding {
  padding: 0; }

.no-padding-horizontal {
  padding-right: 0;
  padding-left: 0; }

.box-padding-2 {
  padding: 2%; }

.box-padding-5 {
  padding: 5%; }

.vertical-middle {
  display: inline-block;
  vertical-align: middle; }

span.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

ol.breadcrumb-product-detail {
  margin: -5px 0 0 0;
  padding-left: 0; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.col-inline {
  font-size: 0; }
  .col-inline [class^=col-] {
    float: none;
    display: inline-block;
    vertical-align: middle; }

.bx-wrapper.bx-with-pager {
  margin-bottom: 10px; }

.bx-custom-pager .active {
  border-color: #e61e25; }
.bx-custom-pager .owl-prev,
.bx-custom-pager .owl-next {
  top: 24%;
  padding: 5px 5px; }

@media (max-width: 992px) {
  .bx-custom-pager .owl-prev,
  .bx-custom-pager .owl-next {
    padding: 5px 5px;
    top: 25%; } }
@media (max-width: 461px) {
  .bx-custom-pager .owl-prev,
  .bx-custom-pager .owl-next {
    padding: 10px 10px;
    top: 30%; } }
/*** End reset css ** */
/*** Reset custom css page ** */
/* dotted-text */
.dotted-text {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap; }

.dotted-text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 200%; }
  .dotted-text1.force-limit {
    height: 19.5px; }

.dotted-text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 200%; }
  .dotted-text2.force-limit {
    height: 39px; }

.dotted-text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 300%; }
  .dotted-text3.force-limit {
    height: 58.5px; }

.dotted-text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 400%; }
  .dotted-text4.force-limit {
    height: 78px; }

/* Fix with one column */
.box-fix-column {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }
  .box-fix-column .box-fix-with, .box-fix-column .fix {
    margin: 0;
    padding: 0;
    float: left; }
  .box-fix-column .box-fix-auto, .box-fix-column .auto {
    float: none;
    width: auto;
    overflow: hidden; }

/* box content child */
.box-content-child {
  padding: 10px;
  width: 100%;
  float: left; }

/* thumb img 70px/70px */
.thumbnail-img-70 {
  width: 70px !important;
  height: 70px !important; }

/* thumb img 140px/140px */
.thumbnail-img-140 {
  width: 140px !important;
  height: 140px !important; }

/* thumb img 168px/127px */
.thumbnail-img-168 {
  width: 168px !important;
  height: 127px !important; }

@media (max-width: 767px) {
  .zoom-image {
    padding: 2px; } }
/* button strong style */
.style-button-strong {
  min-width: 180px;
  font-weight: bold;
  font-size: 1.2rem; }

/*** End reset custom css page ** */
.navbar-nav .open a:hover {
  color: #555 !important; }

.navbar-nav li.current {
  background-color: #e7e7e7; }
  .navbar-nav li.current a {
    color: #555 !important; }

#coupon {
  bottom: 46px;
  position: fixed;
  right: 45px;
  z-index: 2;
  padding-bottom: 7px; }

#coupon img {
  width: 100px; }

.title-main-box {
  margin-bottom: 0; }

.ct-box-collection {
  margin-top: 0;
  margin-bottom: 20px;
  float: left; }

.container-box-collection {
  padding-top: 10px;
  display: inline-block;
  width: 100%; }

.product-item-collection {
  border-right: none !important;
  margin: 0 0 -1px 0 !important; }

.ul-list-brand-collection {
  width: 100%;
  vertical-align: top !important;
  float: left; }
  .ul-list-brand-collection li {
    list-style-type: none;
    margin: 5px 0;
    float: left; }
    .ul-list-brand-collection li .active {
      padding: 2px 10px;
      color: #fff;
      background-color: #e61e25;
      border-radius: 2px; }
    .ul-list-brand-collection li a {
      border-right: 1px solid #dcdee3;
      padding: 0 12px;
      float: left; }
    .ul-list-brand-collection li:last-child a {
      border-right: none !important; }

.ct-table-cell {
  vertical-align: top; }

.ul-list-brand-collection-pull {
  float: left; }
  .ul-list-brand-collection-pull li {
    margin: 0 10px;
    list-style-type: none;
    float: left; }
    .ul-list-brand-collection-pull li .active {
      padding: 2px 10px;
      color: #fff;
      background-color: #e61e25;
      border-radius: 2px; }

.ul-list-brand-collection-pull-right {
  float: right !important; }

.modeling-left {
  width: 350px;
  float: left; }
  .modeling-left a figure {
    width: 350px;
    height: 350px; }

.modeling-right {
  padding: 0 0 0 20px; }
  .modeling-right .sale {
    padding: 2px 10px;
    color: #fff;
    background-color: #e61e25;
    border-radius: 2px;
    float: left; }
  .modeling-right .title-product-item-model {
    font-size: 1rem;
    font-weight: bold; }
  .modeling-right .price {
    margin: 0 20px 0 0;
    width: auto;
    font-size: 1.2rem; }
  .modeling-right .price-old {
    margin-top: 8px;
    width: auto; }
  .modeling-right .infomation {
    width: 100%;
    float: left; }
  .modeling-right .point {
    padding: 10px;
    background-color: #e1e1e1;
    width: 100%;
    float: left; }
  .modeling-right .title-product-item {
    font-weight: bold; }
  .modeling-right hr {
    width: 100%;
    float: left; }
  .modeling-right .infomation {
    margin-bottom: 15px;
    width: 100%;
    float: left; }

.ul-related-categories {
  padding: 10px 10px 0;
  width: 100%;
  float: left; }
  .ul-related-categories li {
    margin-bottom: 15px; }
    .ul-related-categories li .title-product-item {
      margin: 0 auto;
      max-width: 140px;
      float: none;
      display: inherit; }

.box-brand-introduction {
  width: auto; }

.ct-box-brand-introduction-left {
  width: 140px;
  height: 140px; }

.ct-box-brand-introduction-right {
  padding: 0 0 0 20px; }
  .ct-box-brand-introduction-right .title {
    padding-bottom: 10px;
    width: 100%;
    float: left;
    border-bottom: 2px dotted #b4b4b4; }
    .ct-box-brand-introduction-right .title a {
      font-weight: bold; }
  .ct-box-brand-introduction-right span {
    margin-top: 10px;
    width: 100%;
    float: left; }

.ul-box-brand-introduction li {
  margin: 10px 0;
  list-style-type: none;
  float: left; }

.ul-box-brand-sagawa {
  display: flex; }
  .ul-box-brand-sagawa li {
    margin: 0;
    list-style-type: none;
    float: left; }
  .ul-box-brand-sagawa .ct-box-brand-sagawa {
    margin-right: 15px;
    padding: 20px;
    border: 3px solid #efefef; }

.ul-box-brand-sagawa2 {
  padding: 10px 0 20px; }

.box-collection-product-search {
  display: inline-block; }

.ul-box-product-tour {
  padding: 7px 12px 0;
  width: 100%;
  float: left; }
  .ul-box-product-tour li {
    list-style-type: none;
    padding: 3px;
    width: 20%;
    float: left; }
    .ul-box-product-tour li a {
      width: 100%;
      padding: 10px;
      text-align: center;
      background-color: #ffcf19;
      border-radius: 3px;
      color: #000000;
      float: left; }
      .ul-box-product-tour li a:hover {
        background-color: #ffab19; }

.ul-box-brand-introduction {
  float: left;
  margin: -10px 0; }

.box-sagawa-kentaro {
  display: block; }

.btn-collection-page {
  margin: 0 0 30px 0; }
  .btn-collection-page .btn {
    font-size: 1.2rem;
    margin: 0 5px;
    border-radius: 2px; }

.ct-menu-left-collection {
  margin: 10px 0;
  float: left; }

.ct-text-big-machine {
  padding: 0 10px; }
  .ct-text-big-machine span {
    line-height: 14px;
    border: 1px solid; }

.ct-menu-left-collection {
  padding: 0 10px !important; }

.ul-sub2-l {
  padding: 0;
  width: 100%;
  float: left; }
  .ul-sub2-l .li-sub2-l {
    border-top: 1px solid #dcdee3;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left; }
    .ul-sub2-l .li-sub2-l .ul-sub3-l {
      margin-top: -1px;
      padding: 0;
      width: 100%;
      float: left; }
      .ul-sub2-l .li-sub2-l .ul-sub3-l .li-sub3-l {
        border-top: 1px solid #dcdee3;
        padding: 0;
        list-style-type: none;
        width: 100%;
        float: left; }
        .ul-sub2-l .li-sub2-l .ul-sub3-l .li-sub3-l a {
          padding: 0 0 0 20px;
          float: left; }
        .ul-sub2-l .li-sub2-l .ul-sub3-l .li-sub3-l .ul-sub4-l {
          padding: 0;
          width: 100%;
          float: left; }
          .ul-sub2-l .li-sub2-l .ul-sub3-l .li-sub3-l .ul-sub4-l .li-sub4-l {
            border-top: 1px solid #dcdee3;
            padding: 0;
            list-style-type: none;
            width: 100%;
            float: left; }
            .ul-sub2-l .li-sub2-l .ul-sub3-l .li-sub3-l .ul-sub4-l .li-sub4-l a {
              padding: 0 0 0 30px;
              float: left; }

.ul-btn-collection-menu {
  padding: 5px 5px 0 5px;
  width: 100%;
  float: left; }
  .ul-btn-collection-menu li {
    padding: 5px 5px 0 5px;
    list-style-type: none;
    float: left; }
    .ul-btn-collection-menu li a {
      font-size: 1rem;
      padding: 0 5px;
      width: 100%;
      background-color: #e2e2e2;
      border: 1px solid #c7c7c7;
      text-align: center;
      float: left; }
      .ul-btn-collection-menu li a:hover {
        color: #fff;
        background-color: #e61e25;
        border: 1px solid #e61e25; }

.title-main-page-collection {
  margin-bottom: 10px; }

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