@charset "UTF-8";
/*
 *
 * Global
 *
 */
/*
 *
 * Fonts: Ubnutu
 *
 */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.596f0310.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Ubuntu-LightItalic.4e7fde35.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.2088bc62.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Italic.c692bf6c.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Ubuntu-Medium.59c0e3fb.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Ubuntu-MediumItalic.17a967a7.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.99c268ee.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Ubuntu-BoldItalic.be0befc5.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*
 *
 * Global styles
 *
 */
body, h1, h2, h3, h4, h5, div, p, span, a, i, input, select, label {
  font-family: "Ubuntu";
}

/*
 *
 * Select hacl
 *
 */
.cuselect {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 366px) {
  .cuselect {
    width: 100%;
  }
}

.cuselect:after {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -8px;
  right: 13px;
}

.cuselect select {
  text-indent: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 *
 * Pagination
 *
 */
.page-navigation {
  text-align: center;
  margin: 0 auto;
}
.page-navigation .pagination {
  margin-top: 20px;
}
.page-navigation .pagination .page-link {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  line-height: 42px;
  color: #5a5a5a;
  font-size: 16px;
}
.page-navigation .pagination .active .page-link,
.page-navigation .pagination .page-link:hover {
  color: #fff;
  background: #5ec2cb;
  border: 1px solid #c8c8c8;
}

/*
 *
 * Star rating
 *
 */
.star-rating {
  display: block;
  width: 110px;
  height: 24px;
  position: relative;
}

.star-rating:before,
.star-rating:after {
  font-family: FontAwesome;
  font-size: 18px;
  color: #5ec2cb;
  letter-spacing: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.star-rating:before {
  content: "";
}

.star-rating:after {
  content: "";
}

.star-rating[value="0"]:before {
  width: 0px;
}

.star-rating[value="0.5"]:before {
  width: 8.5px;
}

.star-rating[value="1"]:before {
  width: 18px;
}

.star-rating[value="1.5"]:before {
  width: 30.5px;
}

.star-rating[value="2"]:before {
  width: 40px;
}

.star-rating[value="2.5"]:before {
  width: 52px;
}

.star-rating[value="3"]:before {
  width: 60px;
}

.star-rating[value="3.5"]:before {
  width: 74px;
}

.star-rating[value="4"]:before {
  width: 82px;
}

.star-rating[value="4.5"]:before {
  width: 95px;
}

.star-rating[value="5"]:before {
  width: 105px;
}

/*
 *
 * Base
 *
 */
/*
 *
 * Basic layout
 *
 */
/*
 *
 * Breadcrumb
 *
 */
nav .breadcrumb {
  background: none;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  nav .breadcrumb {
    padding-left: 5px;
  }
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  nav .breadcrumb {
    padding-left: 10px;
  }
}

nav .breadcrumb-item a,
nav .breadcrumb-item.active {
  color: #b4b4b4;
  font-size: 14px;
}

nav .breadcrumb > li + li:before {
  content: ">";
  position: relative;
  top: -1px;
  padding: 0 4px 0 0;
}

/*
 *
 * Pages
 *
 */
#bousa-auth {
  /*
   *
   * Overwrite old css setting
   *
   */
  /*
   *
   * Form normal
   *
   */
  /*
   *
   * Form: Forget PW
   *
   */
  /*
   *
   * Form register
   *
   */
}
#bousa-auth .input-group-addon, #bousa-auth .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#bousa-auth .form-wrapper {
  width: 430px;
  margin: 30px auto 52px;
  padding: 45px 50px;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #5ec2cb;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-auth .form-wrapper {
    width: 330px;
    padding: 45px 35px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-wrapper {
    width: 100%;
    padding: 45px 15px;
  }
}
#bousa-auth h1, #bousa-auth h2 {
  font-size: 24px;
  color: #5ec2cb;
  text-align: center;
  padding: 0 0 28px;
}
#bousa-auth form {
  text-align: center;
}
#bousa-auth form .form-group {
  padding: 0 5px;
  margin-bottom: 20px;
}
#bousa-auth form .form-control {
  height: 42px;
}
#bousa-auth form .input-group-addon {
  padding-left: 15px;
  padding-right: 15px;
  background: #ebebeb;
  color: #5a5a5a;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #bousa-auth form .input-group-addon {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bousa-auth form .checkbox {
  font-size: 14px;
  color: #b4b4b4;
  padding: 8px 0 0;
}
@media screen and (max-width: 366px) {
  #bousa-auth form .input-group {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}
#bousa-auth form input[type=checkbox] {
  float: initial;
  position: relative;
  top: 1px;
  margin-left: 0px;
  margin-right: 2px;
}
#bousa-auth form .btn-submit {
  width: 80px;
  height: 40px;
  margin-top: 18px;
  color: #5ec2cb;
  font-size: 16px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
#bousa-auth form .btn-submit:hover, #bousa-auth form .btn-submit:active, #bousa-auth form .btn-submit:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-auth form .btn-submit:active, #bousa-auth form .btn-submit:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-auth hr {
  width: 320px;
  margin: 30px 0 10px;
  border-color: #c8c8c8;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-auth hr {
    width: 260px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-auth hr {
    width: 100%;
  }
}
#bousa-auth .note {
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  padding-top: 6px;
  letter-spacing: 0.7px;
}
#bousa-auth .note .register {
  margin-left: 5px;
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}
#bousa-auth .note .forget-pw {
  display: inline-block;
  margin-top: 5px;
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}
#bousa-auth .form-forget-pw,
#bousa-auth .form-reset-pw {
  padding-bottom: 40px;
}
#bousa-auth .form-forget-pw .btn-submit,
#bousa-auth .form-reset-pw .btn-submit {
  width: 320px;
  margin-top: 0;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-auth .form-forget-pw .btn-submit,
#bousa-auth .form-reset-pw .btn-submit {
    width: 250px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-forget-pw .btn-submit,
#bousa-auth .form-reset-pw .btn-submit {
    max-width: 250px;
    width: 96%;
  }
}
#bousa-auth .form-forget-pw .note,
#bousa-auth .form-reset-pw .note {
  padding-top: 28px;
}
#bousa-auth .form-forget-pw .note a,
#bousa-auth .form-reset-pw .note a {
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}
#bousa-auth .form-register-wrapper {
  width: 430px;
  margin: 30px auto 50px;
  padding: 3px 0;
  border: none;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-auth .form-register-wrapper {
    width: 330px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-register-wrapper {
    width: 100%;
  }
}
#bousa-auth .form-register-wrapper h1 {
  padding-bottom: 12px;
}
#bousa-auth .form-register-wrapper h2 {
  letter-spacing: 1px;
}
#bousa-auth .form-register-wrapper .form-group {
  margin: 10px 0 16.5px;
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-register-wrapper .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bousa-auth .form-register-wrapper .form-group label {
  display: block;
  color: #5a5a5a;
  font-size: 18px;
}
#bousa-auth .form-register-wrapper .form-group input, #bousa-auth .form-register-wrapper .form-group select {
  width: 380px;
  margin: 8px auto 0;
  padding: 7px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-auth .form-register-wrapper .form-group input, #bousa-auth .form-register-wrapper .form-group select {
    width: 280px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-register-wrapper .form-group input, #bousa-auth .form-register-wrapper .form-group select {
    width: 100%;
  }
}
#bousa-auth .form-register-wrapper .form-group .help-block {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 366px) {
  #bousa-auth .form-register-wrapper .input-group {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}
#bousa-auth .form-register-wrapper .checkbox {
  font-size: 14px;
  padding-top: 20px;
  letter-spacing: 0.4px;
  text-align: center;
}
#bousa-auth .form-register-wrapper .checkbox input[type=checkbox] {
  margin-right: 5px;
}
#bousa-auth .form-register-wrapper .checkbox a {
  color: #5ec2cb;
}
#bousa-auth .form-register-wrapper .checkbox .help-block {
  letter-spacing: initial;
}
#bousa-auth .form-register-wrapper .btn-submit {
  width: 160px;
  height: 40px;
  margin-top: 15px;
  color: #5ec2cb;
  font-size: 16px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
#bousa-auth .form-register-wrapper .btn-submit:hover, #bousa-auth .form-register-wrapper .btn-submit:active, #bousa-auth .form-register-wrapper .btn-submit:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-auth .form-register-wrapper .btn-submit:active, #bousa-auth .form-register-wrapper .btn-submit:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#bousa-comment {
  /*
   *
   * Overwrite old css setting
   *
   */
  /*
   *
   * Form normal
   *
   */
  /*
   *
   * Form register
   *
   */
}
#bousa-comment .input-group-addon, #bousa-comment .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#bousa-comment h1, #bousa-comment h2 {
  font-size: 24px;
  color: #5ec2cb;
  text-align: center;
  padding: 0 0 28px;
}
#bousa-comment form {
  text-align: center;
}
#bousa-comment form .form-group {
  padding: 0 5px;
  margin-bottom: 20px;
}
#bousa-comment form .form-control {
  height: 42px;
}
#bousa-comment form .input-group-addon {
  padding-left: 15px;
  padding-right: 15px;
  background: #ebebeb;
  color: #5a5a5a;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #bousa-comment form .input-group-addon {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bousa-comment form .checkbox {
  font-size: 14px;
  color: #b4b4b4;
  padding: 8px 0 0;
}
#bousa-comment form .btn-submit {
  width: 80px;
  height: 40px;
  margin-top: 18px;
  color: #5ec2cb;
  font-size: 16px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
#bousa-comment form .btn-submit:hover, #bousa-comment form .btn-submit:active, #bousa-comment form .btn-submit:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-comment form .btn-submit:active, #bousa-comment form .btn-submit:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-comment hr {
  width: 320px;
  margin: 30px 0 10px;
  border-color: #c8c8c8;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-comment hr {
    width: 260px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-comment hr {
    width: 90%;
  }
}
#bousa-comment .note {
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  padding-top: 6px;
  letter-spacing: 0.7px;
}
#bousa-comment .note .register {
  margin-left: 5px;
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}
#bousa-comment .note .forget-pw {
  display: inline-block;
  margin-top: 5px;
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}
#bousa-comment .form-comment-wrapper {
  width: 430px;
  margin: 30px auto 52px;
  padding: 45px 20px;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #5ec2cb;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-comment .form-comment-wrapper {
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-comment .form-comment-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#bousa-comment .form-comment-wrapper h1 {
  padding-bottom: 12px;
}
#bousa-comment .form-comment-wrapper h2 {
  letter-spacing: 1px;
}
#bousa-comment .form-comment-wrapper .form-group {
  margin: 28px 0 0;
  padding-bottom: 6px;
}
#bousa-comment .form-comment-wrapper .form-group label {
  display: block;
  color: #5a5a5a;
  font-size: 20px;
}
#bousa-comment .form-comment-wrapper .form-group input, #bousa-comment .form-comment-wrapper .form-group select, #bousa-comment .form-comment-wrapper .form-group textarea {
  width: 380px;
  margin: 20px auto 0;
  padding: 9px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
#bousa-comment .form-comment-wrapper .form-group input::placeholder, #bousa-comment .form-comment-wrapper .form-group select::placeholder, #bousa-comment .form-comment-wrapper .form-group textarea::placeholder {
  color: #b4b4b4;
}
#bousa-comment .form-comment-wrapper .form-group input::-webkit-input-placeholder, #bousa-comment .form-comment-wrapper .form-group select::-webkit-input-placeholder, #bousa-comment .form-comment-wrapper .form-group textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
#bousa-comment .form-comment-wrapper .form-group input:-ms-input-placeholder, #bousa-comment .form-comment-wrapper .form-group select:-ms-input-placeholder, #bousa-comment .form-comment-wrapper .form-group textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
#bousa-comment .form-comment-wrapper .form-group input::-moz-placeholder, #bousa-comment .form-comment-wrapper .form-group select::-moz-placeholder, #bousa-comment .form-comment-wrapper .form-group textarea::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-comment .form-comment-wrapper .form-group input, #bousa-comment .form-comment-wrapper .form-group select, #bousa-comment .form-comment-wrapper .form-group textarea {
    width: 300px;
  }
}
@media screen and (max-width: 366px) {
  #bousa-comment .form-comment-wrapper .form-group input, #bousa-comment .form-comment-wrapper .form-group select, #bousa-comment .form-comment-wrapper .form-group textarea {
    width: 100%;
  }
}
#bousa-comment .form-comment-wrapper .form-group select {
  margin-top: 0;
}
#bousa-comment .form-comment-wrapper .form-group .cuselect {
  margin-top: 20px;
  padding-top: 9px;
}
#bousa-comment .form-comment-wrapper .form-group #comment {
  height: 245px;
}
#bousa-comment .form-comment-wrapper .form-group .help-block {
  margin-top: 8px;
  font-size: 14px;
}
#bousa-comment .form-comment-wrapper .btn-submit {
  width: 80px;
  height: 40px;
  margin-top: 22px;
  color: #5ec2cb;
  font-size: 16px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
#bousa-comment .form-comment-wrapper .btn-submit:hover, #bousa-comment .form-comment-wrapper .btn-submit:active, #bousa-comment .form-comment-wrapper .btn-submit:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-comment .form-comment-wrapper .btn-submit:active, #bousa-comment .form-comment-wrapper .btn-submit:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-comment .form-comment-wrapper .return {
  margin-top: 32px;
  padding-top: 17px;
  border-top: 1px solid #cfcfcf;
}
#bousa-comment .form-comment-wrapper .return a {
  color: #5ec2cb;
  border-bottom: 1px solid #5ec2cb;
}

#bousa-articles {
  /*
   *
   * Warpper
   *
   */
  /*
   *
   * Tags
   *
   */
  /*
   *
   * Articles
   *
   */
}
#bousa-articles .wrapper {
  padding: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#bousa-articles .tags {
  text-align: center;
  margin: 28px auto 0;
}
#bousa-articles .tags .tag-item {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 5px 0;
}
#bousa-articles .tags .tag-item a {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #b4b4b4;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
  font-size: 14px;
}
#bousa-articles .tags .tag-item a:hover {
  color: #5ec2cb;
}
#bousa-articles .tags .tag-item.active a {
  color: #5ec2cb;
}
#bousa-articles .articles {
  padding: 7px 53px 0 53px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-articles .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-articles .articles {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }
}
#bousa-articles .articles .article-item {
  width: 330px;
  margin: 0 auto 35px;
  background: #fafff5;
}
@media screen and (max-width: 366px) {
  #bousa-articles .articles .article-item {
    width: 100%;
  }
}
#bousa-articles .articles .article-item img {
  height: auto;
}
@media screen and (max-width: 767px) {
  #bousa-articles .articles .article-item img {
    max-width: 330px;
    width: 100%;
  }
}
#bousa-articles .articles .article-item h3 {
  padding: 10px 16px 8px;
  line-height: 1em;
}
#bousa-articles .articles .article-item h3 a {
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
}
#bousa-articles .articles .article-item .date {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-indent: 16px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #b4b4b4;
  border-top: 1px solid #e1e3de;
  border-bottom: 3px solid #5ec2cb;
  background: #fafff5;
}

#bousa-article {
  /*
   *
   * Warpper
   *
   */
  /*
   *
   * Article
   *
   */
}
#bousa-article .wrapper {
  padding: 27px 0;
  padding-left: 15px;
  padding-right: 15px;
}
#bousa-article h1 {
  font-size: 20px;
  color: #5ec2cb;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-article h1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-article h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#bousa-article .date {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #b4b4b4;
  background: none;
  padding-top: 18px;
}
#bousa-article .description {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-article .description {
    max-width: 750px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-article .description {
    max-width: 330px;
    width: 100%;
    padding-bottom: 10px;
  }
}
#bousa-article .description img {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-article .description img {
    max-width: 750px;
  }
}
@media screen and (min-width: 367px) and (max-width: 767px) {
  #bousa-article .description img {
    max-width: 330px;
  }
}
#bousa-article .description p {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.75em;
  letter-spacing: 0.45px;
  padding: 22px 0 25px;
  text-align: left;
}
@media screen and (max-width: 366px) {
  #bousa-article .description p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#bousa-product {
  /*
   *
   * Warpper
   *
   */
  /*
   *
   * Photos
   *
   */
  /*
   *
   * Info
   *
   */
  /*
   *
   * Product article
   *
   */
  /*
   *
   * Accordion
   *
   */
  /*
   *
   * Sticky box
   *
   */
}
#bousa-product .wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 34px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .wrapper {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bousa-product .photos {
  width: 360px;
  margin: 3px 15px 10px auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .photos {
    width: 330px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .photos {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .photos {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#bousa-product .photos .cover img {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .photos .cover img {
    width: 330px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .photos .cover img {
    width: 350px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .photos .cover img {
    max-width: 350px;
    width: 100%;
  }
}
#bousa-product .photos > .row {
  width: 360px;
  padding: 19px 0 0 0;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .photos > .row {
    width: 330px;
  }
}
@media screen and (max-width: 376px) {
  #bousa-product .photos > .row {
    width: 100%;
  }
}
#bousa-product .photos .col-xs-3 {
  width: 75px;
  margin: 0 20px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .photos .col-xs-3 {
    width: 65px;
    margin: 5px 22px 0 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .photos .col-xs-3 {
    width: 75px;
    margin: 5px 16px 0 0;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .photos .col-xs-3 {
    width: 22%;
    margin: 5px 4% 0 0;
  }
}
#bousa-product .photos .col-xs-3 img {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .photos .col-xs-3 img {
    width: 65px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .photos .col-xs-3 img {
    width: 100%;
  }
}
#bousa-product .photos > .row .col-xs-3:last-child {
  margin-right: 0;
}
#bousa-product .info {
  width: 360px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .info {
    width: 340px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info {
    width: 340px;
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .info {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
  }
}
#bousa-product .info .brand {
  font-size: 14px;
  color: #b4b4b4;
}
#bousa-product .info h1 {
  font-size: 24px;
  color: #464646;
  margin: 15px 0 0;
  padding: 0;
  line-height: 1.4em;
  letter-spacing: 1px;
}
#bousa-product .info .statistics {
  margin-top: 17px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .statistics {
    margin-top: 15px;
  }
}
#bousa-product .info .statistics .star-rating-wrapper {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .statistics .star-rating-wrapper {
    margin-left: -5px;
  }
}
#bousa-product .info .statistics .score {
  color: #464646;
  margin-left: 4px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .statistics .score {
    margin-left: 3px;
  }
}
#bousa-product .info .statistics .score:after {
  content: "|";
  margin: 0px 3px 0;
}
#bousa-product .info .price-wrapper {
  margin: 3px 0 0;
}
#bousa-product .info .price-wrapper .price {
  display: inline-block;
  font-size: 20px;
  color: #78328a;
  margin: 10px 0 0;
  letter-spacing: 1.3px;
}
#bousa-product .info .price-wrapper .original-price {
  display: inline-block;
  font-size: 15px;
  color: #b4b4b4;
  margin: 12px 0 0 9px;
  letter-spacing: 0.7px;
  text-decoration: line-through;
}
#bousa-product .info .description {
  padding-top: 18px;
}
@media screen and (max-width: 375px) {
  #bousa-product .info .description {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#bousa-product .info .description, #bousa-product .info p {
  color: #464646;
  line-height: 2em;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .description, #bousa-product .info p {
    line-height: 2.4em;
  }
}
/*
#bousa-product .info .amount {
  margin-top: 27px;
  padding-left: 10px;
}
*/
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .amount {
  /*
    margin: 0 0 5px 12px;
    padding: 0;
    width: 28%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    */
    border-top: 3px solid #CECECE;
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .info .amount {
  /*
    margin: 0 0 5px 8px;
    padding: 0;
    width: 25%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    */
    border-top: 3px solid #CECECE;
    padding-top: 15px;
    margin-top: 15px;
  }
}
#bousa-product .info .amount a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #464646;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  #bousa-product .info .amount a {
    width: 12px;
    height: 20px;
  }
}
#bousa-product .info .amount a:hover {
  color: #5ec1ca;
}
#bousa-product .info .amount input {
  width: 38px;
  padding: 4px 3px;
  margin: 0 8px;
  border: 1px solid #5ec1ca;
  border-radius: 0;
  text-align: center;
}
@media screen and (max-width: 375px) {
  #bousa-product .info .amount input {
    width: 30px;
    padding: 4px 3px;
  }
}
#bousa-product .info .action {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #bousa-product .info .action {
  /*
    margin: 0 10px 0 0;
    padding: 0;
    width: 70%;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right;
    */
  }
}
#bousa-product .info .action .btn {
  width: 120px;
  height: 40px;
  margin-top: 18px;
  margin-right: 10px;
  color: #5ec2cb;
  font-size: 14px;
  line-height: 27px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .info .action .btn {
    display: inline-block;
    width: 110px;
    height: 30px;
    margin: 0 8px 0 0;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .info .action .btn {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 4px 0 0;
    line-height: 17px;
  }
}
#bousa-product .info .action .btn:hover, #bousa-product .info .action .btn:active, #bousa-product .info .action .btn:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-product .info .action .btn:active, #bousa-product .info .action .btn:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-product .info .action .btn-add-cart {
  color: #464646;
}
#bousa-product .info .action .btn-register-member {
  color: #5ec2cb;
}
#bousa-product .info .share {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  #bousa-product .info .share {
    margin-top: 35px;
    margin-left: 10px;
  }
}
#bousa-product .info .share a {
  margin-right: 15px;
  color: #5ec2cb;
}
#bousa-product .info .share a i {
  font-size: 36px;
}
#bousa-product .info .share a.favorite {
  position: relative;
  top: -6px;
  font-size: 14px;
  color: #464646;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #bousa-product .info .share a.favorite {
    top: initial;
    display: block;
    margin-top: 25px;
    margin-left: 0;
  }
}
#bousa-product .info .share a.favorite:before {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
#bousa-product .info .share a.favorite:hover {
  color: #5ec2cb;
}
#bousa-product .more {
  margin-top: 65px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .more {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .more {
    margin-top: 44px;
  }
}
#bousa-product .more .nav {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
}
#bousa-product .more .nav > li {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  #bousa-product .more .nav > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
#bousa-product .more .nav > li > a {
  color: #464646;
  font-size: 20px;
  font-weight: bold;
  width: 176px;
  padding: 13px 0;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #bousa-product .more .nav > li > a {
    display: block;
    width: 100%;
    padding: 13px 0;
  }
}
#bousa-product .more .nav > li.active > a,
#bousa-product .more .nav > li > a:hover {
  color: #fff;
  background: #5ec2cb;
}
#bousa-product #comment {
  margin-top: 25px;
}
#bousa-product #comment .btn-comment {
  width: 250px;
  height: 40px;
  margin-top: 18px;
  color: #5ec2cb;
  font-size: 14px;
  line-height: 27px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
@media screen and (max-width: 375px) {
  #bousa-product #comment .btn-comment {
    max-width: 250px;
    width: 100%;
  }
}
#bousa-product #comment .btn-comment:hover, #bousa-product #comment .btn-comment:active, #bousa-product #comment .btn-comment:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-product #comment .btn-comment:active, #bousa-product #comment .btn-comment:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-product #comment .btn-add-cart {
  color: #464646;
}
#bousa-product #comment .btn-register-member {
  color: #5ec2cb;
}
#bousa-product #comment .score-box {
  margin-top: 45px;
  border: 1px solid #b4b4b4;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #comment .score-box {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .score-box {
    margin-top: 45px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #comment .score-box .score-rating {
    padding-right: 30px;
  }
}
#bousa-product #comment .score-box h4 {
  margin-top: 50px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .score-box h4 {
    margin-top: 37px;
  }
}
#bousa-product #comment .score-box .star-rating-wrapper {
  display: inline-block;
  margin-top: 14px;
  margin-left: 10px;
}
#bousa-product #comment .score-box .comment-amount {
  padding-top: 12px;
}
#bousa-product #comment .score-box .score-bar {
  margin-top: 17px;
  position: relative;
  left: -80px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #comment .score-box .score-bar {
    margin-top: 15px;
    left: -55px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .score-box .score-bar {
    margin-top: 23px;
    left: initial;
    text-align: center;
  }
}
#bousa-product #comment .score-box .score-bar li {
  font-size: 16px;
  padding: 0 0 17px;
}
#bousa-product #comment .score-box .score-bar li:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  color: #5ec2cb;
  margin-left: 2px;
  margin-right: 6px;
}
#bousa-product #comment .score-box .score-bar .bar-wrapper {
  display: inline-block;
  width: 260px;
  height: 100%;
  margin: 0 0 0 16px;
  padding: 0;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 375px) {
  #bousa-product #comment .score-box .score-bar .bar-wrapper {
    max-width: 260px;
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  #bousa-product #comment .score-box .score-bar .bar-wrapper {
    width: 70%;
  }
}
#bousa-product #comment .score-box .score-bar .bar-wrapper .bar {
  display: block;
  position: relative;
  height: 100%;
  background: #e2e2e2;
}
#bousa-product #comment .score-box .score-bar .bar-wrapper .bar:before {
  content: "　";
  font-size: 0em;
  line-height: 0em;
  visibility: hidden;
}
#bousa-product #comment .score-box .score-bar .bar-wrapper .bar.full {
  background: #5eb9c0;
}
#bousa-product #comment .score-box .score-bar .bar i {
  position: absolute;
  top: 0;
  left: 9px;
  font-style: normal;
  font-size: 14px;
}
#bousa-product #comment .comments {
  text-align: center;
  margin-top: 0;
  padding-bottom: 32px;
}
#bousa-product #comment .comments .comment {
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 52px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #comment .comments .comment {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .comments .comment {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 48px;
  }
}
#bousa-product #comment .comments .comment .score {
  padding: 3px 0;
}
#bousa-product #comment .comments .comment .score .star {
  font-size: 20px;
  display: inline-block;
  padding: 6px 12px;
  background: #5ec2cb;
  color: #fff;
}
#bousa-product #comment .comments .comment .score .name {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
#bousa-product #comment .comments .comment .date {
  display: block;
  text-align: left;
  background: none;
  color: #b4b4b4;
  margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .comments .comment .date {
    text-align: center;
    width: 100%;
  }
}
#bousa-product #comment .comments .comment h5 {
  margin-top: 5px;
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .comments .comment h5 {
    padding-left: 3px;
    padding-right: 3px;
  }
}
#bousa-product #comment .comments .comment .description {
  margin-top: 20px;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
}
@media screen and (max-width: 767px) {
  #bousa-product #comment .comments .comment .description {
    margin-top: 16px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 1.65em;
  }
}
#bousa-product #comment .comments .btn-load-more {
  width: 250px;
  height: 40px;
  margin-top: 58px;
  margin-bottom: 20px;
  margin-left: auto;
  color: #5ec2cb;
  font-size: 16px;
  line-height: 27px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  #bousa-product #comment .comments .btn-load-more {
    max-width: 250px;
    width: 80%;
  }
}
#bousa-product #comment .comments .btn-load-more:hover, #bousa-product #comment .comments .btn-load-more:active, #bousa-product #comment .comments .btn-load-more:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-product #comment .comments .btn-load-more:active, #bousa-product #comment .comments .btn-load-more:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-product .recommands {
  margin-top: 5px;
  margin-bottom: 25px;
  padding-top: 65px;
  position: relative;
  text-align: center;
  border-top: 1px solid #b4b4b4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommands {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#bousa-product .recommands > .row > div {
  display: none;
}
#bousa-product .recommands > .row > div:first-child {
  display: block;
}
#bousa-product .recommands > .row > div:nth-child(2),
#bousa-product .recommands > .row > div:nth-child(3),
#bousa-product .recommands > .row > div:nth-child(4) {
  display: block;
}
@media screen and (max-width: 767px) {
  #bousa-product .recommands > .row > div:nth-child(2),
#bousa-product .recommands > .row > div:nth-child(3),
#bousa-product .recommands > .row > div:nth-child(4) {
    display: none;
  }
}
#bousa-product .recommands h3 {
  font-size: 20px;
  color: #464646;
  margin-bottom: 25px;
}
#bousa-product .recommands .left-arrow,
#bousa-product .recommands .right-arrow {
  position: absolute;
  left: -27px;
  top: 50%;
  margin-top: 54px;
  font-size: 16px;
  color: #5ec2cb;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommands .left-arrow,
#bousa-product .recommands .right-arrow {
    left: -2px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .recommands .left-arrow,
#bousa-product .recommands .right-arrow {
    left: 0px;
    margin-top: 88px;
  }
}
#bousa-product .recommands .right-arrow {
  left: initial;
  right: -28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommands .right-arrow {
    right: -2px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .recommands .right-arrow {
    right: 0;
  }
}
#bousa-product .recommand-item {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommand-item {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .recommand-item {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .recommand-item {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
}
#bousa-product .recommand-item > a {
  display: block;
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommand-item > a {
    width: 150px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .recommand-item > a {
    width: 280px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .recommand-item > a {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .recommand-item a.image {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .recommand-item a.image {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}
#bousa-product .recommand-item a.image img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommand-item a.image img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .recommand-item a.image img {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .recommand-item a.image img {
    max-width: 260px;
    width: 100%;
    height: auto;
  }
}
#bousa-product .recommand-item a.brand {
  font-size: 14px;
  color: #b4b4b4;
  padding: 5px 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #bousa-product .recommand-item a.brand {
    margin-top: 33px;
    text-align: center;
  }
}
#bousa-product .recommand-item a.name h3 {
  font-size: 15px;
  color: #464646;
  margin: 5px 0 0;
  padding: 0;
  line-height: 1.6em;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  #bousa-product .recommand-item a.name h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    padding-left: 5px;
    line-height: 1.3em;
    text-align: left;
  }
}
#bousa-product .recommand-item a.price {
  font-size: 15px;
  color: #78328a;
  margin: 10px 0 0;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  #bousa-product .recommand-item a.price {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    margin-top: 14px;
    padding-left: 3px;
    line-height: 1.3em;
    letter-spacing: 0.8px;
    text-align: left;
    display: inline-block;
  }
}
#bousa-product .recommand-item a.original-price {
  font-size: 15px;
  color: #b4b4b4;
  margin: 12px 0 0;
  letter-spacing: 0.6px;
  text-decoration: line-through;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .recommand-item a.original-price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .recommand-item a.original-price {
    display: inline-block;
    width: 120px;
    margin-top: 17px;
    line-height: 1.3em;
    letter-spacing: 0.9px;
    text-align: right;
  }
}
#bousa-product .recommand-item .btn {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-right: 10px;
  color: #5ec2cb;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 1.5px;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .recommand-item .btn {
    max-width: 250px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
#bousa-product .recommand-item .btn:hover, #bousa-product .recommand-item .btn:active, #bousa-product .recommand-item .btn:focus {
  background: #5ec2cb;
  color: #f4e94a;
}
#bousa-product .recommand-item .btn:active, #bousa-product .recommand-item .btn:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bousa-product .recommand-item .btn-add-cart {
  color: #464646;
}
#bousa-product .recommand-item .btn-register-member {
  color: #5ec2cb;
}
#bousa-product .article {
  width: 800px;
  margin: 0 auto;
  padding: 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .article {
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .article {
    max-width: 360px;
    width: 100%;
    padding-top: 0;
  }
}
#bousa-product .article p {
  line-height: 2.2em;
  padding: 10px 25px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .article p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .article p {
    width: 360px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .article p {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#bousa-product .article img {
  padding: 10px 0;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product .article img {
    width: 680px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-product .article img {
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #bousa-product .article img {
    width: 100%;
  }
}
#bousa-product #qa-accordion {
  margin: 48px 63px 0;
  padding: 0 45px 50px;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #bousa-product #qa-accordion {
    padding-left: 62px;
    padding-right: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #qa-accordion {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product #qa-accordion {
    padding-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
#bousa-product #qa-accordion .panel-title a {
  display: block;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 16px 22px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #bousa-product #qa-accordion .panel-title a {
    padding: 16px 0 17px 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-product #qa-accordion .panel-title a {
    padding: 16px 0 17px 22px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product #qa-accordion .panel-title a {
    padding: 14.5px 0 8px 18px;
  }
}
#bousa-product #qa-accordion .panel-title a:hover, #bousa-product #qa-accordion .panel-title a:active, #bousa-product #qa-accordion .panel-title a:focus {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
}
#bousa-product #qa-accordion .panel-title a:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 22px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  #bousa-product #qa-accordion .panel-title a:after {
    top: 14px;
    right: 15px;
  }
}
#bousa-product #qa-accordion .panel-title a.collapsed:after {
  content: "";
}
#bousa-product #qa-accordion .panel-body {
  font-size: 16px;
  color: #5a5a5a;
  padding: 10px 10px 25px 20px;
  line-height: 1.9em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #bousa-product #qa-accordion .panel-body {
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-product .sticky-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: blue;
    width: 100%;
    height: 42px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
  }
}

#bousa-products {
  /*
   *
   * Warpper
   *
   */
}
#bousa-products .wrapper {
  width: 890px;
  margin: 0 auto;
  padding: 0 0 34px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .wrapper {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-products .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
#bousa-products h1 {
  text-align: center;
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
#bousa-products .filter {
  font-size: 16px;
  margin: 25px 0px 0;
  padding: 24px 0px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .filter {
    margin-top: 23px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-products .filter {
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 15px;
  }
}
#bousa-products .filter .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .filter .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-products .filter .col-md-4 {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-products .filter .col-md-4 {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 10px;
  }
}
#bousa-products .filter .cuselect {
  width: 100%;
}
#bousa-products .filter .cuselect:after {
  color: #b4b4b4;
  margin-top: -12px;
}
#bousa-products .filter select {
  width: 100%;
  font-size: 16px;
  height: 42px;
  color: #b4b4b4;
}
#bousa-products .products {
  margin-bottom: 25px;
}
#bousa-products .product-item {
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .product-item {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-products .product-item {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-products .product-item {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#bousa-products .product-item > a {
  display: block;
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .product-item > a {
    width: 150px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-products .product-item > a {
    width: 280px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-products .product-item > a {
    width: 100%;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-products .product-item a.image {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #bousa-products .product-item a.image {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}
#bousa-products .product-item a.image img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .product-item a.image img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousa-products .product-item a.image img {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 375px) {
  #bousa-products .product-item a.image img {
    max-width: 260px;
    width: 100%;
    height: auto;
  }
}
#bousa-products .product-item a.brand {
  font-size: 14px;
  color: #b4b4b4;
  padding: 5px 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #bousa-products .product-item a.brand {
    margin-top: 18px;
    text-align: center;
  }
}
#bousa-products .product-item a.name h3 {
  font-size: 15px;
  color: #464646;
  margin: 5px 0 0;
  padding: 0;
  line-height: 1.6em;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  #bousa-products .product-item a.name h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    padding-left: 5px;
    line-height: 1.3em;
    text-align: left;
  }
}
#bousa-products .product-item a.price {
  font-size: 15px;
  color: #78328a;
  margin: 10px 0 0;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  #bousa-products .product-item a.price {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 155px;
    margin-top: 17px;
    padding-left: 5px;
    line-height: 1.3em;
    letter-spacing: 0.8px;
    text-align: left;
  }
}
#bousa-products .product-item a.original-price {
  font-size: 15px;
  color: #b4b4b4;
  margin: 12px 0 0;
  letter-spacing: 0.6px;
  text-decoration: line-through;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-products .product-item a.original-price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-products .product-item a.original-price {
    display: inline-block;
    width: 120px;
    margin-top: 17px;
    line-height: 1.3em;
    letter-spacing: 0.9px;
    text-align: right;
  }
}

#bousa-medias {
  /*
   *
   * Warpper
   *
   */
  /*
   *
   * Tags
   *
   */
  /*
   *
   * Articles
   *
   */
}
#bousa-medias .wrapper {
  padding: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#bousa-medias .tags {
  text-align: center;
  margin: 28px auto 0;
}
#bousa-medias .tags .tag-item {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 5px 0;
}
#bousa-medias .tags .tag-item a {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #b4b4b4;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
  font-size: 14px;
}
#bousa-medias .tags .tag-item a:hover {
  color: #5ec2cb;
}
#bousa-medias .tags .tag-item.active a {
  color: #5ec2cb;
}
#bousa-medias .medias {
  padding: 5px 53px 0 53px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-medias .medias {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-medias .medias {
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#bousa-medias .medias .media-item {
  width: 330px;
  margin: 0 auto 35px;
  background: #fafff5;
}
@media screen and (max-width: 366px) {
  #bousa-medias .medias .media-item {
    width: 100%;
  }
}
@media screen and (max-width: 366px) {
  #bousa-medias .medias .media-item iframe {
    width: 100%;
  }
}
#bousa-medias .medias .media-item h3 {
  padding: 3px 16px 11px;
  line-height: 1em;
}
#bousa-medias .medias .media-item h3 a {
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
}
#bousa-medias .medias .media-item .date {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-indent: 16px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #b4b4b4;
  border-top: 1px solid #e1e3de;
  border-bottom: 3px solid #5ec2cb;
  background: #fafff5;
}

#bousa-qa {
  /*
   *
   * Warpper
   *
   */
  /*
   *
   * Tags
   *
   */
  /*
   *
   * Accordion
   *
   */
}
#bousa-qa .wrapper {
  padding: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#bousa-qa .tags {
  text-align: center;
  margin: 28px auto 0;
}
#bousa-qa .tags .tag-item {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 5px 0;
}
#bousa-qa .tags .tag-item a {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #b4b4b4;
  border: 1px solid #5ec2cb;
  border-radius: 4px;
  font-size: 14px;
}
#bousa-qa .tags .tag-item a:hover {
  color: #5ec2cb;
}
#bousa-qa .tags .tag-item.active a {
  color: #5ec2cb;
}
@media screen and (max-width: 767px) {
  #bousa-qa .panel-group-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#bousa-qa #qa-accordion {
  margin: 8px 0 0px;
  padding: 0 45px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #bousa-qa #qa-accordion {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-qa #qa-accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-qa #qa-accordion {
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }
}
#bousa-qa #qa-accordion .panel-title a {
  display: block;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 16px 22px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #bousa-qa #qa-accordion .panel-title a {
    padding: 16px 0 17px 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #bousa-qa #qa-accordion .panel-title a {
    padding: 16px 0 17px 22px;
  }
}
@media screen and (max-width: 767px) {
  #bousa-qa #qa-accordion .panel-title a {
    padding: 14.5px 0 8px 30px;
  }
}
#bousa-qa #qa-accordion .panel-title a:hover, #bousa-qa #qa-accordion .panel-title a:active, #bousa-qa #qa-accordion .panel-title a:focus {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
}
#bousa-qa #qa-accordion .panel-title a:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 22px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  #bousa-qa #qa-accordion .panel-title a:after {
    top: 10px;
    right: 30px;
  }
}
#bousa-qa #qa-accordion .panel-title a.collapsed:after {
  content: "";
}
#bousa-qa #qa-accordion .panel-body {
  font-size: 16px;
  color: #5a5a5a;
  padding: 8px 10px 25px 20px;
  line-height: 1.7em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #bousa-qa #qa-accordion .panel-body {
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 28px;
  }
}

/*
 *
 * Fixes
 *
 */
/*
 *
 * Footer menu
 *
 */
.footer_1 h4,
.footer_4 h4,
.footer_3 h4 {
  padding-bottom: 12px;
}

.footer_inner_1 {
  padding-top: 5px;
}

.footer_inner_2 {
  height: 51px;
  line-height: 30px;
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  .detail_1ri2 {
    padding-left: 3%;
  }
}