[class*="fa-envelop"] {
  color: green;
}

[class*="fa-facebook"] {
  color: #3a5898;
}

[class*="fa-twitter"] {
  color: #50aaee;
}

[class*="fa-google"] {
  color: #d93e2d;
}

[class*="fa-youtube"] {
  color: #e62117;
}

[class*="fa-pinterest"] {
  color: #d42127;
}

[class*="fa-linkedin"] {
  color: #027ba5;
}

[class*="fa-vimeo"] {
  color: #4c75a3;
}

[class*="fa-instagram"] {
  color: #d10869;
}

[class*="fa-vk"] {
  color: #4872a3;
}

[class*="fa-rss"] {
  color: #fd9f13;
}

[class*="fa-wordpress"] {
  color: #00a0d2;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  transition: all .3s ease;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  color: #333333;
  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;
}

.row.space-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.space-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row.space-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row.space-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.space-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.space-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.space-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.space-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.space-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.space-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-lg {
    width: 100%;
    height: auto;
  }
  img.wide-lg {
    width: auto;
    height: 100%;
  }

  .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;
  }

  .row.space-0-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-lg > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-lg {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-lg > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-lg {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-lg > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-lg {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-lg > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-lg {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-lg > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-md {
    width: 100%;
    height: auto;
  }
  img.wide-md {
    width: auto;
    height: 100%;
  }

  .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;
  }

  .row.space-0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-md > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-md {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-md > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-md > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-md {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-md > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-md > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-sm {
    width: 100%;
    height: auto;
  }
  img.wide-sm {
    width: auto;
    height: 100%;
  }

  .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;
  }

  .row.space-0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-sm > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-sm {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-sm > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-sm > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-sm > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-sm > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-xs {
    width: 100%;
    height: auto;
  }
  img.wide-xs {
    width: auto;
    height: 100%;
  }

  .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;
  }

  .row.space-0-xs {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-xs > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-xs {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-xs > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-xs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-xs > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-xs {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-xs > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-xs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-xs > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-user {
  color: white;
  border: 1px solid #f6b1d3;
  background: #f12b63;
}
.btn-user:focus, .btn-user:hover {
  color: white;
  opacity: .8;
}

.btn-user-o {
  color: #f12b63;
  border: 1px solid #f6b1d3;
  background: transparent;
}
.btn-user-o:focus, .btn-user-o:hover {
  color: #f12b63;
  opacity: .8;
}

.page-link {
  color: #f12b63;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:focus, .page-link:hover {
  color: #f12b63;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

#scrollUp {
  background-image: url('../img/top.png?1573893855');
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}

body {
  padding: 0;
  margin: 0;
}

.box .row > * {
  margin-bottom: 1.5rem;
}
.box .item-box {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.box .item-box img {
  width: 100%;
  height: auto;
  transition: .3s;
}
.box .box-title .title {
  font-size: 1.5rem;
}
.box .aside-box {
  margin-bottom: 1rem;
}
.box .aside-box .title-box {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dddddd;
}
.box .aside-box .title-box .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box .aside-box .content {
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box .aside-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.box .aside-box ul > li {
  padding: .5rem;
}
.box .aside-box ul > li + li {
  border-top: 1px dashed #dddddd;
}
.box .aside-box .price span {
  color: red;
  font-weight: bold;
}
.box .aside-box .price del {
  color: #999999;
  font-size: .75rem;
}

.header-bar {
  border-bottom: 1px solid #dddddd;
  backgoround-color:#fafafa;
}
.header-bar p > a {
  padding: 0 .75rem;
}
.header-bar p > a + a {
  border-left: 1px solid #dddddd;
}
.header-bar p > a:focus, .header-bar p > a:hover {
  color: #f12b63;
}

.animenu {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dddddd;
  background: transparent;
}
.animenu .animenu__toggle {
  background: #f12b63;
}
.animenu .animenu__nav {
  margin-bottom: 0;
  background: transparent;
}
.animenu .animenu__nav > li {
  border-right: none;
}
.animenu .animenu__nav > li > a {
  color: #111111;
  padding: 15px 20px;
  text-transform: inherit;
}
.animenu .animenu__nav > li .animenu__nav__hasDropdown:before {
  right: 5px;
}
.animenu .animenu__nav > li.active > a {
  color: white;
  background: #f12b63;
}
.animenu .animenu__nav > li:focus > a, .animenu .animenu__nav > li:hover > a {
  color: white;
  background: #f12b63;
}
.animenu .animenu__nav > li .animenu__nav__dropdown {
  background: white;
  z-index: 99;
}
.animenu .animenu__nav > li .animenu__nav__dropdown li {
  border-bottom: 1px solid #dddddd;
}
.animenu .animenu__nav > li .animenu__nav__dropdown a {
  width: 100%;
  color: #333333;
  padding: 10px 15px;
  border-color: #f5f5f5;
}
.animenu .animenu__nav > li .animenu__nav__dropdown a:hover, .animenu .animenu__nav > li .animenu__nav__dropdown a:focus, .animenu .animenu__nav > li .animenu__nav__dropdown a:focus-within {
  background: #eeeeee;
}

.breadcrumb {
  position: relative;
}

footer .top {
  background: #f5f5f5;
}
footer .top .item-box .title-box .title {
  color: #111111;
  font-size: 1rem;
  margin-bottom: .5rem;
}
footer .top .left .item-box ul {
  list-style: none;
  padding-left: 0;
}
footer .top .left .item-box ul > li > a {
  color: #555555;
  font-size: .875rem;
  padding: .5rem 0;
  text-decoration: none;
}
footer .top .right .social-icon > a {
  display: inline-block;
  font-size: 2rem;
}
footer .top .right .social-icon > a + a {
  margin-left: .5rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@media (max-width: 1199px) {
  .hide-lg {
    display: none;
  }

  .show-lg {
    display: block;
  }
}
@media (max-width: 991px) {
  header .cart-box .btn > span {
    display: none;
  }

  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo {
    text-align: center;
    margin-bottom: .5rem;
  }

  .animenu__nav > li > a {
    border-color: #f12b63;
  }

  .hide-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }
}
@media (max-width: 575px) {
  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
/* index s */
.box.box-01 .row > * {
  margin-bottom: 2rem;
}
.box.box-01 .item-box {
  border-radius: .5rem;
}
.box.box-01 .item-box .title-box {
  position: absolute;
  left: 1rem;
  bottom: .5rem;
  z-index: 10;
  transition: .3s;
}
.box.box-01 .item-box .title-box .title {
  color: #333333;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.box.box-01 .item-box .title-box .sub-title {
  color: #f12b63;
  padding-left: .5rem;
  opacity: 0;
  transition: .5s;
}
.box.box-01 .item-box .title-box .sub-title:before {
  content: "-";
  padding-right: .5rem;
}
.box.box-01 .item-box:hover img {
  transform: scale(1.2, 1.2);
}
.box.box-01 .item-box:hover .title-box {
  bottom: 1.25rem;
}
.box.box-01 .item-box:hover .title-box .sub-title {
  opacity: 1;
}

.box.box-02 {
  background-color: #fafafa;
  /*background-image: url('../img/box-02-bg-01.jpg?1573893855'), url('../img/box-02-bg-02.jpg?1573893855'), url('../img/box-02-bg-03.jpg?1573893855'), url('../img/box-02-bg-04.jpg?1573893855'), url('../img/box-02-bg-05.jpg?1573893855');*/
  background-position: left top, left 50%, left bottom, right top, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 14%, 7%, 16%, 16%, 14%;
}
.box.box-02 .item-box {
  border: 1px solid #f5f5f5;
}
.box.box-02 .item-box:hover {
  background: #f5f5f5;
}
.box.box-02 .item-box .discount {
  position: absolute;
  top: .5rem;
  left: 0;
}
.box.box-02 .item-box .discount > span {
  color: white;
  text-align: center;
  font-size: .75rem;
  line-height: 1;
  padding: .3rem .75rem;
  border-radius: 3rem;
  background: red;
}
.box.box-02 .item-box .info .title {
  color: #333333;
}
.box.box-02 .item-box .info .price > del {
  color: #777777;
  font-size: .875rem;
}
.box.box-02 .item-box .info .price > span {
  color: #111111;
  font-size: 1.25rem;
  font-weight: bold;
}
.box.box-02 .item-box .info .add-to-cart {
  color: white;
  border-radius: 0;
  border: 1px solid #dd9694;
  background: #dd9694;
}
.box.box-02 .item-box .info .add-to-cart:hover, .box.box-02 .item-box .info .add-to-cart:focus {
  color: #dd9694;
  border: 1px solid #dd9694;
  background: white;
}

.box.box-03 .title {
  font-size: 1.15rem;
  font-weight: bold;
}
.box.box-03 p > a, .box.box-03 .summary > a {
  color: #dd9694;
  font-weight: bold;
  text-decoration: none;
}
.box.box-03 p > a:focus, .box.box-03 p > a:hover, .box.box-03 .summary > a:focus, .box.box-03 .summary > a:hover {
  color: #dd9694;
}

.box.box-04 .row > * {
  margin-bottom: 30px;
}
.box.box-04 .item-box .title-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.box.box-04 .item-box .title-box .title {
  font-size: .875rem;
}
.box.box-04 .left .title-box .title {
  font-size: 1.25rem;
}

.box.box-13 .row > * {
  margin-bottom: 0;
}
.box.box-13 .box-title {
  border-bottom: 1px solid #dddddd;
}
.box.box-13 .box-title .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .3rem;
}
.box.box-13 [class*="fa"] {
  color: orange;
}
.box.box-13 .slider .item-box {
  display: flex;
  align-items: start;
}
.box.box-13 .slider .pic-box {
  width: 100%;
  max-width: 80px;
}
.box.box-13 .slider .title {
  width: 100%;
}

/* index 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.page-info {
    display: none;
  }

  .box.box-13 .slider .pic-box {
    width: 100%;
    max-width: 60px;
  }
  .box.box-13 .slider .title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box.box-01 .item-box .title-box .title {
    font-size: 1rem;
  }

  .box.box-02 .item-box .info .price > span {
    font-size: 1rem;
  }

  .box.box-04 .left .title-box .title {
    font-size: 1rem;
  }

  .box.box-13 .slider .pic-box {
    width: 100%;
    max-width: 50px;
  }
  .box.box-13 .slider .title {
    width: 100%;
  }
}
/* 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 */
.box.box-05 .box-title {
  border-bottom: 1px solid #dddddd;
}
.box.box-05 .box-title .title {
  margin-bottom: .3rem;
}
.box.box-05 .top .page-info {
  padding: .75rem;
  background: #eeeeee;
}
.box.box-05 .info {
  padding: 10px;
  margin-bottom: 1rem;
  background: #f5f5f5;
}
.box.box-05 .item-box .title {
  color: #111111;
  font-size: .875rem;
}
.box.box-05 .item-box .price > span {
  color: #f12b63;
  font-weight: bold;
}
.box.box-05 .item-box .price > del {
  color: #777777;
  font-size: .875rem;
}
.box.box-05 .item-box .star-box .fa {
  color: orange;
}
.box.box-05 .list .row > * {
  margin-bottom: 10px;
}

.box.box-09 .item-box {
  padding-top: 1rem;
}
.box.box-09 .item-box + .item-box {
  border-top: 1px dashed #dddddd;
}
.box.box-09 .item-box .right .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box.box-09 .item-box .right .author {
  color: #777777;
}

.box.box-10 .box-title .author {
  color: #777777;
}
.box.box-10 .content img {
  /*max-width: 80%;
  max-width: 700px;*/
}
.box.box-10 .page-nav {
  padding-top: 15px;
  border-top: 2px solid lightsteelblue;
}
.box.box-10 .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.box-10 .page-nav a:focus, .box.box-10 .page-nav a:hover {
  color: #666666;
  text-decoration: none;
}
.box.box-10 .page-nav .left > a {
  padding-left: 30px;
}
.box.box-10 .page-nav .left > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: "\f137";
  font: normal normal normal 1rem/1 FontAwesome;
}
.box.box-10 .page-nav .right > a {
  padding-right: 30px;
}
.box.box-10 .page-nav .right > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "\f138";
  font: normal normal normal 1rem/1 FontAwesome;
}

.box.box-11 .title-box {
  border-bottom: 1px solid #dddddd;
}
.box.box-11 .title-box .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box.box-11 .account-info {
  background: #fafafa;
}
.box.box-11 .account-info .title {
  font-size: 1rem;
  font-weight: bold;
}
.box.box-11 .account-info .subtitle {
  font-size: .875rem;
}
.box.box-11 .item-box {
  text-align: center;
}
.box.box-11 .item-box .icon {
  font-size: 2rem;
}
.box.box-11 .item-box .icon .fa {
  color: #333333;
}
.box.box-11 .button {
  border-top: 1px dashed #dddddd;
}
.box.box-11 .button a {
  color: #f12b63;
}

.box.box-12 .row > * {
  margin-bottom: 0;
}
.box.box-12 .notice {
  background: #fff9c4;
}
.box.box-12 .list-box .left .item-box {
  text-align: left;
  padding: 1rem 0;
}
.box.box-12 .list-box .left .item-box > p {
  margin-bottom: 10px;
}
.box.box-12 .list-box .right .order-list {
  padding: 1rem 0;
  border-left: 1px solid #dddddd;
}
.box.box-12 .list-box .right .order-list ul {
  list-style: none;
}
.box.box-12 .list-box .right .order-list ul > li {
  padding: .5rem 0;
}
.box.box-12 .list-box .right .order-list ul > li + li {
  border-top: 1px dashed #dddddd;
}
.box.box-12 .list-box .right .order-list ul > li .pic-box {
  max-width: 80px;
  margin-right: 1rem;
}

.box.review-list .row > * {
  margin-bottom: 15px;
}
.box.review-list [class*="fa"] {
  color: orange;
}
.box.review-list .box-title {
  border-bottom: 1px solid #dddddd;
}
.box.review-list .box-title .title {
  margin-bottom: .3rem;
}
.box.review-list .list-box .item-box {
  border: 1px solid #dddddd;
}
.box.review-list .list-box .item-box .content {
  border-bottom: 1px dashed #dddddd;
}
.box.review-detail .box-title {
  border-bottom: 1px solid #dddddd;
}
.box.review-detail .box-title .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .3rem;
}
.box.review-detail .list-head {
  border-bottom: 1px solid #dddddd;
}
.box.review-detail .list-head .pic-box img {
  max-width: 200px;
}
.box.review-detail .list-head .content .title {
  font-size: 1.05rem;
  font-weight: bold;
}
.box.review-detail .detail-content {
  border-bottom: 1px solid #dddddd;
}
.box.review-detail .detail-content .title {
  font-size: 1.25rem;
}
.box.review-detail .detail-content .user {
  font-size: 1.15rem;
  font-weight: bold;
}
.box.review-detail .detail-content .date {
  font-size: .875rem;
}
.box.review-detail .detail-content .star-box {
  color: orange;
}

.box.box-blog-index .banner-box .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.box.box-blog-index .banner-box .row > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
.box.box-blog-index .banner-box .row > * a {
  overflow: hidden;
}
.box.box-blog-index .banner-box .row > * a > img {
  transition: all .3s ease-in-out;
}
.box.box-blog-index .banner-box .row > * a:hover > img, .box.box-blog-index .banner-box .row > * a:focus > img {
  transform: scale(1.2, 1.2);
}
.box.box-blog-index .left .section .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.box.box-blog-index .left .section .row > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
.box.box-blog-index .left .section .row > * a {
  overflow: hidden;
}
.box.box-blog-index .left .section .row > * a > img {
  transition: all .3s ease-in-out;
}
.box.box-blog-index .left .section .row > * a:hover > img, .box.box-blog-index .left .section .row > * a:focus > img {
  transform: scale(1.2, 1.2);
}
.box.box-blog-index .left .section .title-box .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.box.box-blog-index .left .section.section-02 ul.list {
  padding-left: 0;
  list-style: none;
}
.box.box-blog-index .left .section.section-02 ul.list > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.box.box-blog-index .left .section.section-02 ul.list > li + li {
  border-top: 1px dotted #666666;
}
.box.box-blog-index .left .section.section-03 {
  border-top: 4px solid #555555;
  padding-top: 1rem;
}
.box.box-blog-index .left .section.section-03 .title-box {
  background: #d81b60;
}
.box.box-blog-index .left .section.section-03 .title-box .title {
  color: white;
  font-size: 1.5rem;
}
.box.box-blog-index .right .aside-box .tags-content > * {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 3px 6px;
  text-align: center;
  border: 1px solid #cccccc;
}
.box.box-blog-sub .left .section .title-box .title {
  text-align: left;
}
.box.box-blog-detail .left .title-box {
  padding-bottom: 1rem;
  border-bottom: 2px solid #333333;
}
.box.box-blog-detail .left .title-box .title {
  font-size: 1.75rem;
  font-weight: bold;
}
.box.box-blog-detail .left .title-box .author > a {
  color: #777777;
}
.box.box-blog-detail .left .title-box .author > a:focus, .box.box-blog-detail .left .title-box .author > a:hover {
  color: #d81b60;
}
.box.box-blog-detail .left .review-box .comments .title {
  font-weight: bold;
}
.box.box-blog-detail .left .review-box .comments ul {
  padding-left: 0;
  list-style: none;
}
.box.box-blog-detail .left .review-box .comments ul > li {
  padding: 6px 0;
}
.box.box-blog-detail .left .review-box .comments ul > li + li {
  border-top: 1px dotted #555555;
}
.box.box-blog-detail .left .review-box .write-review form .custom-checkbox p {
  color: #555555;
  font-size: .875rem;
}
.box.box-blog-detail .left .review-box .write-review form .custom-checkbox p > a {
  color: #888888;
}
.box.box-blog-detail .left .review-box .write-review form .custom-checkbox p > a:focus, .box.box-blog-detail .left .review-box .write-review form .custom-checkbox p > a:hover {
  color: #d81b60;
}
.box.box-blog-detail .left .section-01 .title-box {
  padding-bottom: .5rem;
}
.box.box-blog-detail .left .section-01 .title-box .title {
  text-align: left;
  font-size: 1.25rem;
}

.video-content {
  text-align: center;
}
.video-content video {
  width: 60%;
}

/* 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)*/
  .video-content video {
    width: 100% !important;
  }

  .video-list video {
    height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box.box-05 .top .page-info {
    display: none;
  }
  .video-list video {
    height: 100%;
    max-height: 100%;
  }

}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
}
/* 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 */
.slide-list .slick-prev {
  left: 25px;
  z-index: 1;
}
.slide-list .slick-next {
  right: 25px;
  z-index: 1;
}
.slide-list .slick-dots {
  position: relative;
  /* top: 10px; */
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  /* float: left; */
  margin-left: -5px;
  margin-right: -5px;
}
.slide-list .slick-dots li {
  width: 20%;
  height: 140px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.slide-list .slick-dots li button {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.slide-list .slick-dots li button:before {
  display: none;
}
.slide-list .slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.slide-list .slick-dots li button.thumbnail img {
  opacity: 0.6;
}
.slide-list .slick-dots li button.thumbnail:hover img {
  opacity: 1;
}
.slide-list .slick-dots .slick-active .thumbnail img {
  opacity: 1;
}

.box.box-06 .right .title-box .title {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
}
.box.box-06 .right .title-box .sub-title {
  color: #777777;
  font-size: .75rem;
}
.box.box-06 .right .title-box .sub {
  color: #999999;
}
.box.box-06 .right .title-box .sub > p {
  display: inline-block;
  margin-bottom: 0;
}
.box.box-06 .right .title-box .sub > p > span {
  font-weight: bold;
  margin-right: 10px;
}
.box.box-06 .right .title-box .sub > p + p {
  margin-left: 2rem;
}
.box.box-06 .right .title-box .star-box > p {
  display: inline-block;
  color: #999999;
  margin-bottom: 5px;
}
.box.box-06 .right .title-box .star-box > p + p {
  margin-left: 10px;
}
.box.box-06 .right .title-box .star-box .star {
  color: #ffd740;
  font-size: 1.15rem;
}

#product .price-block{
    position: sticky;
    top: 40px;
    z-index: 999;
    background: #f5f5f5;
}
@media(max-width:768px){
    #product .price-block{
        top: 65px;
    }
}
#product .item .row{
    margin-left: 0px;
}

.box.box-06 .right .select-style {
  padding: 1rem;
  background: #f5f5f5;
}
.box.box-06 .right .select-style .price {
  font-size: 1.35rem;
}
.box.box-06 .right .select-style .price > del {
  margin-right: 10px;
}
.box.box-06 .right .select-style .price > span {
  color: red;
}
.box.box-06 .right .select-style .item .title {
  font-size: .875rem;
}
.box.box-06 .right .select-style .item .title .spe {
  color: red;
}
.box.box-06 .right .select-style .item .content {
  display: flex;
  align-items: start;
}
.box.box-06 .right .select-style .item .content .form-check {
  display: inline-block;
}
.box.box-06 .right .select-style .item .content .form-check + .form-check {
  margin-left: .5rem;
}
.box.box-06 .right .select-style .item .content .form-check label {
  display: flex;
}
.box.box-06 .right .select-style .item .content .form-check label .pic-box {
  width: 88px;
  max-width: 88px;
}
.box.box-06 .right .select-style .item .content .form-check label img {
  width: 100%;
  height: auto;
  max-width: 100px;
  padding: 2px;
  border: 1px solid #dddddd;
}
.box.box-06 .right .select-style .item .content .form-check label p {
  font-size: .75rem;
  font-weight: lighter;
}
.box.box-06 .right .select-style .item .content .btn {
  border-radius: 0;
}
.box.box-06 .right .select-style .item .content .form-control {
  max-width: 80px;
  border-radius: 0;
}
.box.box-06 .right .select-style .item .row .pic-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  padding: 2px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: white;
}
.box.box-06 .right .select-style .item .row .pic-box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}
.box.box-06 .right .select-style .item .row .pic-box .pic img {
  width: 100%;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.box.box-06 .right .select-style .item .row .title {
  font-size: .75rem;
}

.box.box-06 .right .button-box .add-to-cart {
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  padding: .75rem 2.5rem;
  background: red;
}
.box.box-06 .right .button-box .add-to-cart:focus, .box.box-06 .right .button-box .add-to-cart:hover {
  text-decoration: none;
}
.box.box-06 .right .button-box .checkout {
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  padding: .75rem 2.5rem;
  background: #ffa000;
}
.box.box-06 .right .button-box .checkout:focus, .box.box-06 .right .button-box .checkout:hover {
  text-decoration: none;
}

.box.box-07 .nav-tabs .nav-link.active, .box.box-07 .nav-tabs .nav-link:focus, .box.box-07 .nav-tabs .nav-link:hover {
  color: white;
  background: #f12b63;
}
.box.box-07 .tab-content img {
  max-width: 80%;
  max-width: 700px;
}
.box.box-07 .tab-content .content img {
  max-width: 700px;
}
.box.box-07 .tab-content .write-review [class*="fa"] {
  color: orange;
}
.box.box-07 .tab-content .review-list {
  list-style: none;
  padding-left: 0;
}
.box.box-07 .tab-content .review-list > li {
  padding: .75rem;
  border: 1px solid #dddddd;
}
.box.box-07 .tab-content .review-list > li [class*="fa"] {
  color: orange;
}
.box.box-07 .tab-content .review-list > li + li {
  margin-top: .5rem;
}
.box.box-07 .tab-content .review-list > li .author {
  font-size: 1rem;
  border-bottom: 1px solid #dddddd;
}
.box.box-07 .tab-content .review-list > li .author .notice {
  font-size: 1.25rem;
}

.box.box-08 .box-title {
  border-bottom: 1px solid #dddddd;
}
.box.box-08 .box-title .title {
  margin-bottom: .3rem;
}

/* 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)*/
  .slide-list .slick-dots {
    margin-bottom: 30px;
  }
  .slide-list .slick-dots li {
    width: 20px !important;
    height: 20px !important;
    float: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer;
  }
  .slide-list .slick-dots li button:before {
    display: block;
  }
  .slide-list .slick-dots li button.thumbnail img {
    display: none;
  }
  .slide-list .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box.box-07 .tab-content img {
    max-width: 100%;
  }
  .box.box-07 .tab-content .content img {
    max-width: 100%;
  }
}
/* 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 */


/*Merchandise discount label*/

.item-box {
  overflow: inherit !important;
}
.onsale-section {
  position: absolute;
  top: -6px;
  right: 9px;
}
@media (max-width: 767px) {
  .onsale-section {
    position: absolute;
    top: -10px;
    right: -12px;
    transform: scale(0.6, 0.6);
  }
}
.onsale-section:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 6px solid #dc3545;
}
.onsale {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #dc3545;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;

  width: 100px;
  text-transform: uppercase;
}
.onsale:before,
.onsale:after {
  position: absolute;
  content: '';
  display: block;
}
.onsale:before {
  background: #dc3545;
  height: 7px;
  width: 6px;
  left: -6px;
  top: 0;
}
.onsale:after {
  background: #96a0a2;
  height: 7px;
  width: 8px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  top: 0;
}