/*global s*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: blue;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  color: blue;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}
img.full {
  width: 100%;
  height: auto;
}
img.wide {
  width: auto;
  height: 100%;
}

.font_r075 {
  font-size: 0.75rem;
}

.font_r0875 {
  font-size: 0.875rem;
}

.font_r100 {
  font-size: 1rem;
}

.font_r125 {
  font-size: 1.25rem;
}

.font_r150 {
  font-size: 1.5rem;
}

.font_r175 {
  font-size: 1.75rem;
}

.font_r200 {
  font-size: 2rem;
}

.font_r225 {
  font-size: 2.25rem;
}

.font_r250 {
  font-size: 2.5rem;
}

.font_r275 {
  font-size: 2.75rem;
}

.font_r300 {
  font-size: 3rem;
}

.lines {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lines.one {
  height: calc(1rem * 1 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two {
  height: calc(1rem * 1 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three {
  height: calc(1rem * 1 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four {
  height: calc(1rem * 1 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five {
  height: calc(1rem * 1 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six {
  height: calc(1rem * 1 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r075 {
  height: calc(1rem * .75 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r075 {
  height: calc(1rem * .75 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r075 {
  height: calc(1rem * .75 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r075 {
  height: calc(1rem * .75 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r075 {
  height: calc(1rem * .75 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r075 {
  height: calc(1rem * .75 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

#scrollUp {
  background-image: url('../img/top.png?1565756850');
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}

/*global e*/
/*body s*/
body {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1240px;
}

.hide {
  display: none;
}

.author > span {
  margin-right: 15px;
}
.author > span::before {
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}
.author .user::before {
  content: "\f007";
}
.author .date::before {
  content: "\f073";
}
.author .tags::before {
  content: "\f02c";
}
.author .tags > a {
  display: inline-block;
  margin-right: 10px;
}
.author .comment::before {
  content: "\f27b";
}

.title-box .main-title {
  color: #111111;
  font-size: 1.75rem;
  font-weight: bold;
}
.title-box .sub-title {
  font-size: 1rem;
}

.item-box {
  position: relative;
}
.item-box .discount {
  position: absolute;
}
.item-box .pic-box {
  margin-bottom: 5px;
}
.item-box .content .title {
  color: #333333;
  font-weight: bold;
}
.item-box .content .price {
  text-align: center;
  margin-bottom: 0;
}
.item-box .content .price > span {
  color: red;
  font-size: .875rem;
}
.item-box a, .item-box a:focus, .item-box a:hover {
  text-decoration: none;
}

/*body e*/
/* header s */
.header-bar {
  background: black;
}
.header-bar p {
  text-align: center;
  color: white;
  font-size: 1rem;
}
.header-bar p > a {
  color: white;
}

header .logo img {
  width: auto;
  height: 100%;
}
header .search {
  position: absolute;
  right: 20px;
  height: 40px;
}
header .search:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: fontAwesome;
  padding: 10px;
}
header .search .form-control {
  height: 40px;
  padding-left: 35px;
  border: none;
  background: #f0f0f0;
}

/* header e */
/* nav s */
.nav-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: white;
  z-index: 999;
}
.nav-main .navbar-toggler {
  padding: .35rem .75rem;
  margin: .5rem;
}
.nav-main .navbar-nav .nav-link {
  position: relative;
  cursor: pointer;
  color: #333333;
  font-size: 1rem;
  padding: 15px 15px;
}
.nav-main .navbar-nav .nav-link .fa {
  margin-left: 5px;
}
.nav-main .navbar-nav .nav-item.active .nav-link:after, .nav-main .navbar-nav .nav-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin-left: 0;
  border: none;
  background: #f00;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.nav-main .navbar-nav .nav-item.active .nav-link:after, .nav-main .navbar-nav .nav-link:focus:after, .nav-main .navbar-nav .nav-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f00;
}
.nav-main .dropdown-large {
  position: static;
}
.nav-main .dropdown-large .dropdown-large-menu {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
.nav-main .dropdown-large .dropdown-large-menu ul {
  list-style: none;
}
.nav-main .dropdown-large .dropdown-large-menu ul > li.list-header {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.nav-main .dropdown-large .dropdown-large-menu ul > li > a {
  display: block;
  color: #333333;
  padding: 2px 0;
}
.nav-main .dropdown-large .dropdown-large-menu ul > li > a:focus, .nav-main .dropdown-large .dropdown-large-menu ul > li > a:hover {
  color: red;
}

/* nav e */
/* breadcrumb s */
.breadcrumb {
  position: relative;
}

/* breadcrumb e */
/* footer s */
footer .row > * {
  margin-bottom: 20px;
}
footer .menu {
  background: #333333;
}
footer .menu .item-box .title {
  color: white;
  font-size: 1rem;
  font-weight: bold;
}
footer .menu .item-box .content > p {
  color: #999999;
}
footer .menu .item-box .content a {
  color: #999999;
}
footer .menu .item-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .menu .item-box ul > li > a, footer .menu .item-box ul > li > span {
  display: block;
  color: #999999;
  padding: 4px 0;
}
footer .copyright {
  background: black;
}

/* footer e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  .lines.one-lg {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .container {
    max-width: inherit;
  }

  .dropdown-large .dropdown-large-menu ul {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .lines.one-md {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .container {
    max-width: inherit;
  }

  .nav-main {
    position: relative;
    top: inherit;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .lines.one-sm {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .container {
    max-width: inherit;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .lines.one-xs {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .container {
    max-width: inherit;
  }

  header .search {
    display: none;
  }

  .dropdown-large .dropdown-large-menu ul {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* responsive-pc e */
/* responsive-mobile s */
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default*/
@media (min-width: 576px) {
  /*Small devices (landscape phones, 576px and up)*/
}
@media (min-width: 768px) {
  /*Medium devices (tablets, 768px and up)*/
}
@media (min-width: 992px) {
  /*Large devices (desktops, 992px and up)*/
}
@media (min-width: 1200px) {
  /*Extra large devices (large desktops, 1200px and up)*/
}
/* responsive-mobile e */
/* index s */
/*box s*/
.box .row > * {
  margin-bottom: 20px;
}
.box .list img {
  width: 100%;
  height: auto;
}
.box > .content {
  background: #f5f5f5;
}

/*box e*/
/*box-01 s*/
.box-01 .banner {
  position: relative;
}
.box-01 .banner .info {
  position: absolute;
}
.box-01 .main-banner .info {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  padding: 15px;
  background: #950051;
}
.box-01 .main-banner .info .title {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.box-01 .main-banner .info .summary {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.box-01 .main-banner .info .btn-box > a {
  display: block;
  color: white;
  font-size: 1.05rem;
  padding: 8px 15px;
  border: 1px solid white;
}
.box-01 .sub-banner .info {
  bottom: 15px;
  left: 0;
  padding: 6px 15px;
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.8);
}
.box-01 .sub-banner .info .title {
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
}
.box-01 .sub-banner .info .sub-title {
  color: #333333;
  font-size: 1rem;
}

/*box-01 e*/
/*box-02 s*/
.box-02 .item-box .discount {
  top: 15px;
  left: 15px;
  z-index: 9;
}
.box-02 .item-box .discount > * {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #df6e72;
}

/*box-02 e*/
/*box-03 s*/
.box-03 .content .row {
  margin: 0;
}
.box-03 .content .row > * {
  padding: 0;
  margin-bottom: 0;
}
.box-03 .content .row > [class^="col-"]:nth-of-type(1),
.box-03 .content .row [class^="col-"]:nth-of-type(2),
.box-03 .content .row [class^="col-"]:nth-of-type(3) {
  border-bottom: 1px solid #dddddd;
}
.box-03 .content .row > [class^="col-"] + [class^="col-"] {
  border-left: 1px solid #dddddd;
}
.box-03 .content .row [class^="col-"]:nth-of-type(4) {
  border-left: none;
}
.box-03 .content .brand {
  padding: 15px 60px;
}
.box-03 .content .brand img {
  width: auto;
  height: 100%;
  max-height: 80px;
}

/*box-03 e*/
/*box-04 s*/
.box-04 .content .top {
  border-bottom: 1px solid #dddddd;
}
.box-04 .content .top .row > * {
  text-align: center;
  margin-bottom: 0;
}
.box-04 .content .top p > span:first-child {
  font-size: 32px;
  margin-right: 10px;
}
.box-04 .content .bottom .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.box-04 .content .bottom > p > strong {
  color: #777777;
}

/*box-04 e*/
/*box-05 s*/
.box-05 .item-box {
  border: 1px solid #dddddd;
}
.box-05 .item-box .content .title {
  display: block;
}
.box-05 .item-box .read-more > a {
  color: red;
}

/*box-05 e*/
/* index e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  .box-01 .main-banner .info {
    background: rgba(149, 0, 81, 0.6);
  }
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .box-01 .main-banner .info {
    background: rgba(149, 0, 81, 0.6);
  }
  .box-01 .main-banner .info .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .box-01 .main-banner .info .summary {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .box-01 .main-banner .info p:nth-of-type(2) {
    display: none;
  }
  .box-01 .main-banner .info .btn-box > a {
    display: block;
    color: white;
    font-size: 1.05rem;
    padding: 8px 15px;
    border: 1px solid white;
  }
  .box-01 .sub-banner .info {
    bottom: 15px;
    left: 0;
    padding: 6px 15px;
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .box-01 .sub-banner .info .title {
    color: black;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .box-01 .sub-banner .info .sub-title {
    color: #333333;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-01 .main-banner .info {
    right: 10px;
    padding: 8px;
    background: rgba(149, 0, 81, 0.6);
  }

  .box-03 .content .row > [class^="col-"]:nth-of-type(1),
  .box-03 .content .row [class^="col-"]:nth-of-type(2),
  .box-03 .content .row [class^="col-"]:nth-of-type(3),
  .box-03 .content .row [class^="col-"]:nth-of-type(4) {
    border-bottom: 1px solid #dddddd;
  }
  .box-03 .content .row > [class^="col-"] + [class^="col-"] {
    border-left: 1px solid #dddddd;
  }
  .box-03 .content .row [class^="col-"]:nth-of-type(1),
  .box-03 .content .row [class^="col-"]:nth-of-type(3),
  .box-03 .content .row [class^="col-"]:nth-of-type(5) {
    border-left: none;
  }
  .box-03 .content .brand {
    padding: 15px 50px;
  }

  .box-05 .item-box .content .title {
    font-size: .875rem;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box-01 .main-banner .info {
    right: 10px;
    padding: 8px;
    background: rgba(149, 0, 81, 0.6);
  }
  .box-01 .main-banner .info .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .box-01 .main-banner .info .summary {
    display: none;
  }
  .box-01 .main-banner .info .btn-box > a {
    display: block;
    color: white;
    font-size: .75rem;
    padding: 4px 15px;
    border: 1px solid white;
  }

  .box-03 .content .brand {
    padding: 15px 30px;
  }

  .box-05 .item-box .content .title {
    font-size: 1rem;
  }
}
/* responsive-pc e */
/* responsive-mobile s */
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default*/
@media (min-width: 576px) {
  /*Small devices (landscape phones, 576px and up)*/
}
@media (min-width: 768px) {
  /*Medium devices (tablets, 768px and up)*/
}
@media (min-width: 992px) {
  /*Large devices (desktops, 992px and up)*/
}
@media (min-width: 1200px) {
  /*Extra large devices (large desktops, 1200px and up)*/
}
/* responsive-mobile e */
/* sub-page s */
/*aside s*/
.aside-box .title-box {
  border-bottom: 2px solid #cccccc;
}
.aside-box .title-box .title {
  font-size: 1.2rem;
}
.aside-box ul {
  list-style: none;
  padding-left: 0;
}
.aside-box ul > li + li {
  border-top: 1px dashed #dddddd;
}
.aside-box ul > li > a {
  display: block;
  color: #333333;
  padding: 5px 0;
}
.aside-box ul > li > a:focus, .aside-box ul > li > a:hover {
  color: #666666;
  text-decoration: none;
}

/*aside e*/
/*box-06 s*/
.box-06 .left .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-06 .left .title-box .title {
  color: #111111;
  font-size: 1.25rem;
}
.box-06 .left .content {
  background: white;
}
.box-06 .left .content > p > a {
  color: #333333;
}
.box-06 .left .content > p > img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: 500px;
}
.box-06 .left .page-nav {
  padding-top: 15px;
  border-top: 2px solid lightsteelblue;
}
.box-06 .left .page-nav a {
  position: relative;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.box-06 .left .page-nav a:focus, .box-06 .left .page-nav a:hover {
  color: #666666;
  text-decoration: none;
}
.box-06 .left .page-nav .left > a {
  padding-left: 30px;
}
.box-06 .left .page-nav .left > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  content: "\f137";
  font: normal normal normal 1rem/1 FontAwesome;
}
.box-06 .left .page-nav .right > a {
  padding-right: 30px;
}
.box-06 .left .page-nav .right > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "\f138";
  font: normal normal normal 1rem/1 FontAwesome;
}

/*box-06 e*/
/*box-11 s*/
.box-11 .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-11 .list .item-box {
  background: #eee;
}
.box-11 .list .item-box .content {
  padding: 5px;
}

/*box-11 e*/
.box-12 .row > * {
  margin-bottom: 1rem;
}
.box-12 .item-box {
  text-align: center;
  color: white;
  font-weight: bold;
  background: black;
}

.box-13 .title-box .title {
  font-size: 1.25rem;
  font-weight: 400;
}
.box-13 ul {
  list-style: none;
  padding-left: 0;
}
.box-13 ul > li {
  padding: .35rem 0;
}
.box-13 ul > li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
}
.box-13 ul > li > a {
  font-weight: 400;
}

.box-14 .item-box .author > span {
  margin-right: 0;
}
.box-14 .item-box .author > span:first-child {
  color: #999999;
  font-weight: 400;
  font-style: italic;
}
.box-14 .item-box .author > a {
  text-decoration: underline;
}
.box-14 .item-box .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-14 .item-box .content {
  margin-bottom: 1rem;
}
.box-14 .item-box .content a.read-more {
  color: #ef5350;
  text-decoration: underline;
}
.box-14 .item-box + .item-box {
  padding-top: 1rem;
  border-top: 1px solid #dddddd;
}

.box-15 .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-15 .title-box .title {
  color: #111111;
  font-size: 1.25rem;
}
.box-15 .content {
  background: white;
}
.box-15 .content > p > a {
  color: #333333;
}
.box-15 .content > p > img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: 500px;
}
.box-15 .page-nav {
  padding-top: 15px;
  border-top: 2px solid lightsteelblue;
}
.box-15 .page-nav a {
  position: relative;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.box-15 .page-nav a:focus, .box-15 .page-nav a:hover {
  color: #666666;
  text-decoration: none;
}
.box-15 .page-nav .left > a {
  padding-left: 30px;
}
.box-15 .page-nav .left > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  content: "\f137";
  font: normal normal normal 1rem/1 FontAwesome;
}
.box-15 .page-nav .right > a {
  padding-right: 30px;
}
.box-15 .page-nav .right > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "\f138";
  font: normal normal normal 1rem/1 FontAwesome;
}

.box-review .left .aside-box {
  border: 1px solid #dddddd;
}
.box-review .left .aside-box .title-box {
  font-weight: bold;
  padding: .5rem;
}
.box-review .left .aside-box ul {
  padding: 0 .5rem;
}
.box-review .left .aside-box ul > li > a > span {
  color: red;
  margin-left: 1rem;
}
.box-review .right .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-review .right .title-box.bottom {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.box-review .right .title-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-review .right .title-box .title .summary {
  font-size: 1rem;
  font-weight: bold;
}
.box-review .right .title-box .title .star-box {
  color: orange;
}
.box-review .right .title-box .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-review .right .reviews-list .item-box .right .title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-review .right .reviews-list .item-box .right .star-box {
  color: orange;
}
.box-review .right .reviews-list .item-box .right .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-review .right .reviews-list .item-box .right .button-box .btn + .btn {
  margin-left: 1rem;
}
.box-review .right .product-detail .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-review .right .product-detail .price {
  color: red;
  font-size: 1.25rem;
  font-weight: bold;
}
.box-review .right .product-detail .author {
  font-weight: bold;
}
.box-review .right .product-detail .star-box {
  color: orange;
}
.box-review .right .list .title-box .title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.box-review .right .list .item-box {
  padding: .5rem 0;
}
.box-review .right .list .item-box + .item-box {
  border-top: 1px solid #dddddd;
}
.box-review .right .list .item-box .author {
  font-weight: bold;
}
.box-review .right .list .item-box .star-box {
  color: orange;
}
.box-review .right .description .title-box .title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.box-review .right .rewrite-review {
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-review .right .rewrite-review .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-review .right .rewrite-review .ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: orange;
}
.box-review .right .rewrite-review .ranking p + p {
  margin-left: 1rem;
}
.box-review .right .recommend .title-box {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dddddd;
}
.box-review .right .recommend .item-box {
  text-align: center;
  border: 1px solid #dddddd;
}
.box-review .right .recommend .item-box .price > span {
  font-size: 1.15rem;
  font-weight: bold;
}
.box-review .right .recommend .item-box .star-box {
  color: orange;
}
.box-review .slide-box .slick-prev {
  left: 25px;
  z-index: 1;
}
.box-review .slide-box .slick-next {
  right: 25px;
  z-index: 1;
}
.box-review .slide-box .slick-slide img {
  width: 100%;
  height: auto;
}
.box-review .slide-box .slick-dots {
  position: relative;
  top: 10px;
  display: block;
  width: calc(100% + 10px);
  float: left;
  margin-left: -5px;
  margin-right: -5px;
}
.box-review .slide-box .slick-dots li {
  width: 20%;
  height: 110px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.box-review .slide-box .slick-dots li button {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.box-review .slide-box .slick-dots li button:before {
  display: none;
}
.box-review .slide-box .slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.box-review .slide-box .slick-dots li button.thumbnail img {
  opacity: 0.6;
}
.box-review .slide-box .slick-dots li button.thumbnail:hover img, .box-review .slide-box .slick-dots .slick-active .thumbnail img {
  opacity: 1;
}

/* sub-page e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box-06 .content > p > img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }

  .box-15 .content > p > img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
}
/* responsive-pc e */
/* responsive-mobile s */
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default*/
@media (min-width: 576px) {
  /*Small devices (landscape phones, 576px and up)*/
}
@media (min-width: 768px) {
  /*Medium devices (tablets, 768px and up)*/
}
@media (min-width: 992px) {
  /*Large devices (desktops, 992px and up)*/
}
@media (min-width: 1200px) {
  /*Extra large devices (large desktops, 1200px and up)*/
}
/* responsive-mobile e */
/* detail-page s */
/*product-detail s*/
.product-detail .box-02 .title-box, .product-detail .box-09 .title-box {
  border-bottom: 1px solid #cccccc;
}

/*product-detail e*/
/*box-07 s*/
.box-07 {
  border-bottom: 1px solid #666666;
}
.box-07 .left .slick-prev {
  left: 25px;
  z-index: 1;
}
.box-07 .left .slick-next {
  right: 25px;
  z-index: 1;
}
.box-07 .left .slide-box {
  /*left: inherit !important;*/
}
.box-07 .left .slick-slide img {
  width: 100%;
  height: auto;
}
.box-07 .left .slick-dots {
  position: relative;
  top: 10px;
  display: block;
  width: calc(100% + 10px);
  float: left;
  margin-left: -5px;
  margin-right: -5px;
}
.box-07 .left .slick-dots li {
  width: 20%;
  height: 150px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.box-07 .left .slick-dots li button {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.box-07 .left .slick-dots li button:before {
  display: none;
}
.box-07 .left .slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.box-07 .left .slick-dots li button.thumbnail img {
  opacity: 0.6;
}
.box-07 .left .slick-dots li button.thumbnail:hover img, .box-07 .left .slick-dots .slick-active .thumbnail img {
  opacity: 1;
}
.box-07 .right .title-box .title {
  font-size: 1.35rem;
  font-weight: bold;
}
.box-07 .right .title-box .sub {
  color: #999999;
}
.box-07 .right .title-box .sub > p {
  display: inline-block;
  margin-bottom: 0;
}
.box-07 .right .title-box .sub > p > span {
  font-weight: bold;
  margin-right: 10px;
}
.box-07 .right .title-box .sub > p + p {
  margin-left: 2rem;
}
.box-07 .right .title-box .star-box > p {
  display: inline-block;
  color: #999999;
  margin-bottom: 5px;
}
.box-07 .right .title-box .star-box > p + p {
  margin-left: 10px;
}
.box-07 .right .title-box .star-box .star {
  color: orange;
  font-size: 1.15rem;
}
.box-07 .right .price-box {
  color: #333333;
}
.box-07 .right .price-box > p {
  display: inline-block;
  margin-bottom: 5px;
}
.box-07 .right .price-box > p + p {
  margin-left: 20px;
}
.box-07 .right .price-box .price {
  font-size: 1.35rem;
}
.box-07 .right .price-box .price > del {
  margin-right: 10px;
}
.box-07 .right .price-box .price > span {
  color: #d81b60;
}
.box-07 .right .price-box .countdown-box {
  padding: 5px;
  background: #eeeeee;
}
.box-07 .right .price-box .countdown-box .fa {
  margin-right: 5px;
}
.box-07 .right .price-box .countdown-box span {
  color: red;
}
.box-07 .right .coupon {
  color: red;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dddddd;
}
.box-07 .right .select-style .item-box {
  margin-bottom: 15px;
}
.box-07 .right .select-style .item-box .title {
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-07 .right .select-style .item-box .title > span {
  font-weight: normal;
}
.box-07 .right .select-style .item-box .title > span:nth-of-type(2) {
  color: red;
}
.box-07 .right .select-style .item-box label + label {
  margin-left: 10px;
}
.box-07 .right .select-style .item-box .radio-inline input[type=radio] {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.box-07 .right .select-style .item-box .radio-inline img {
  display: inline-block;
  width: auto;
  height: 100%;
  border-radius: 5px;
}
.box-07 .right .button-box .add-to-cart {
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  padding: .75rem 2.5rem;
  background: #f48fb1;
}
.box-07 .right .button-box .add-to-cart:focus, .box-07 .right .button-box .add-to-cart:hover {
  text-decoration: none;
}

/*box-07 e*/
/*box-08 s*/
.box-08 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.box-08 .item-box {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 15px;
}
.box-08 .item-box .title {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-08 .item-box .content > a {
  color: #333333;
  font-weight: bold;
}
.box-08 .item-box .content > a:focus, .box-08 .item-box .content > a:hover {
  text-decoration: none;
}

/*box-08 e*/
/*box-09 s*/
.box-09 .list .left img {
  width: 100%;
  height: auto;
}
.box-09 .list .right > ul {
  list-style: none;
  padding-left: 0;
}
.box-09 .list .right > ul > li {
  position: relative;
  padding-left: 65px;
}
.box-09 .list .right > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.box-09 .list .right > ul > li .title {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/*box-09 e*/
/*box-10 s*/
.box-10 .service-box {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.box-10 .service-box .title {
  color: #222222;
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.box-10 .service-box .click-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #2196f3;
}
.box-10 .service-box .click-link:hover {
  color: #64b5f6;
}
.box-10 .service-box form {
  width: 100%;
  padding-top: 10px;
  background-color: #f9f9f9;
}
.box-10 .service-box form .btn {
  display: inline-block;
  color: white;
  margin: 10px 0 20px 10px;
}
.box-10 .service-box form .btn-submit {
  border-color: orange;
  background-color: orange;
}
.box-10 .service-box form .btn-cancel {
  border-color: grey;
  background-color: grey;
}
.box-10 .service-box form .form-group {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.box-10 .ask-a-question .intro {
  position: relative;
  padding-bottom: 20px;
}
.box-10 .ask-a-question .intro p:first-child {
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.box-10 .ask-a-question .intro p:last-child {
  color: #555555;
  font-size: .875rem;
}
.box-10 .ask-a-question form .form-group:nth-of-type(3) {
  width: 100%;
  padding: 0 10px;
}
.box-10 .write-reviews {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.box-10 .write-reviews .rating-box {
  position: relative;
  font-size: 1.35rem;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.box-10 .write-reviews .rating-box .fa {
  color: orange;
}
.box-10 .write-reviews .rating-box span {
  margin-left: 10px;
}
.box-10 .write-reviews .click-link {
  font-size: .875rem;
}
.box-10 .write-reviews .click-link .fa {
  color: inherit;
  margin-right: 5px;
}
.box-10 .write-reviews form {
  background-color: transparent;
}
.box-10 .write-reviews form .title {
  font-size: 1rem;
  padding: 0 10px;
}
.box-10 .write-reviews form .form-group {
  width: 100%;
  padding: 0 10px;
}
.box-10 .write-reviews form .form-group:nth-of-type(5) {
  width: 100%;
  padding: 0 10px;
}
.box-10 .reviews-list {
  position: relative;
}
.box-10 .reviews-list .content-box {
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.box-10 .reviews-list .content-box:last-child {
  border-bottom: none;
}
.box-10 .reviews-list .content-box .rating-box {
  color: orange;
  margin-bottom: 10px;
}
.box-10 .reviews-list .content-box .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-10 .reviews-list .content-box .author > span {
  margin-right: 20px;
}
.box-10 .reviews-list .content-box .author > span .fa {
  margin-right: 5px;
}
.box-10 .reviews-list .content-box .report {
  text-align: right;
}
.box-10 .reviews-list .content-box .report .click-link {
  position: inherit;
  right: inherit;
  bottom: inherit;
  display: inline-block;
}

/*box-10 e*/
/* detail-page e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-07 .left .slick-dots li {
    width: 20%;
    height: 120px;
    margin: 0;
    padding: 0 5px;
    float: left;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box-07 .left .slick-dots li {
    width: 20%;
    height: 100px;
    margin: 0;
    padding: 0 5px;
    float: left;
  }

  .box-08 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
/* responsive-pc e */
/* responsive-mobile s */
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default*/
@media (min-width: 576px) {
  /*Small devices (landscape phones, 576px and up)*/
}
@media (min-width: 768px) {
  /*Medium devices (tablets, 768px and up)*/
}
@media (min-width: 992px) {
  /*Large devices (desktops, 992px and up)*/
}
@media (min-width: 1200px) {
  /*Extra large devices (large desktops, 1200px and up)*/
}
/* responsive-mobile e */
/*# sourceMappingURL=style.css.map */