@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * PRODUCTS
 * SEARCH
 * GUIDE
 * CONTACT
 * CART
 * LOGIN
 * REGISTER
 * MEMBER
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  padding-top: 60px;
}

@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 165px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 190px;
  }
}

@media (min-width: 1600px) {
  body {
    padding-top: 260px;
  }
}

a {
  color: #666666;
  display: inline-block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

a:hover, a:focus {
  color: #f9a519;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(175, 27, 38, 0.2) inset;
          box-shadow: 0 0 0px 1000px rgba(175, 27, 38, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #666666;
}

.container {
  max-width: 100%;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

.container-fluid {
  padding: 0;
}

#scrollUp {
  right: 10px;
  bottom: 100px;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  background-color: #ffffff;
  border-bottom: 3px solid #af1b26;
}

@media (min-width: 992px) {
  .header {
    border-bottom: none;
  }
}

.navbar {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  height: 60px;
}

.navbar * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media (min-width: 768px) {
  .navbar {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .navbar {
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    height: 190px;
  }
}

@media (min-width: 1600px) {
  .navbar {
    height: 260px;
  }
}

.navbar .container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  padding-left: 140px;
  padding-right: 55px;
  position: relative;
}

@media (min-width: 768px) {
  .navbar .container {
    padding-left: 200px;
  }
}

@media (min-width: 992px) {
  .navbar .container {
    height: 100px;
    padding-left: 220px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar .container {
    height: 105px;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar .container {
    height: 175px;
    max-width: 1630px;
    margin: 0 auto;
  }
}

.navbar-brand {
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

@media (min-width: 1200px) {
  .navbar-brand {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.navbar-brand img {
  width: 120px;
}

@media (min-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 200px;
  }
}

@media (min-width: 1600px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 2;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #666666;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.navbar-search {
  width: auto;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-search {
    width: 100%;
    margin: 0 3rem 0 2rem;
  }
}

@media (min-width: 1200px) {
  .navbar-search {
    margin: 0 5rem 0 4rem;
  }
}

.navbar-search .dropdown-toggle {
  color: #3e3e3e;
  font-size: 1.125rem;
  display: inline-block;
  padding-right: 0.75rem;
  position: relative;
}

.navbar-search .dropdown-toggle::before {
  content: '';
  background-color: rgba(35, 24, 21, 0.3);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: none;
}

.navbar-search .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .navbar-search .dropdown-toggle::before {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-search .dropdown-toggle {
    display: none;
  }
}

.navbar-search .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(35, 24, 21, 0.3);
  margin-top: 0;
  padding: 1rem;
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .navbar-search .dropdown-menu {
    top: 79px;
  }
}

@media (min-width: 992px) {
  .navbar-search .dropdown-menu {
    border-top: none;
    top: 0;
    position: relative;
    display: block;
    float: none;
    padding: 0;
  }
}

.navbar-search .form-inline {
  border-radius: 0.25rem;
  border: 1px solid rgba(35, 24, 21, 0.3);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .navbar-search .form-inline {
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .navbar-search .form-inline {
    max-width: 645px;
    height: 55px;
  }
}

.navbar-search .form-inline .form-control {
  border: none;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  width: 100%;
  padding: 0 0.75rem;
}

.navbar-search .form-inline .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-search .form-inline .form-control::-webkit-input-placeholder {
  color: rgba(35, 24, 21, 0.5);
}

.navbar-search .form-inline .form-control::-moz-placeholder {
  color: rgba(35, 24, 21, 0.5);
}

.navbar-search .form-inline .form-control:-ms-input-placeholder {
  color: rgba(35, 24, 21, 0.5);
}

.navbar-search .form-inline .form-control::-ms-input-placeholder {
  color: rgba(35, 24, 21, 0.5);
}

.navbar-search .form-inline .form-control::placeholder {
  color: rgba(35, 24, 21, 0.5);
}

@media (min-width: 1200px) {
  .navbar-search .form-inline .form-control {
    font-size: 1.125rem;
  }
}

.navbar-search .form-inline .btn {
  border-radius: 0;
  background-color: #af1b26;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 43px;
  width: 50px;
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 992px) {
  .navbar-search .form-inline .btn {
    font-size: 1.5rem;
    line-height: 45px;
    width: 50px;
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .navbar-search .form-inline .btn {
    line-height: 55px;
    width: 60px;
    height: 55px;
  }
}

.navbar-subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.navbar-subnav .dropdown-toggle {
  color: #3e3e3e;
  font-size: 1.5rem;
  padding-left: 0.75rem;
  display: inline-block;
  position: relative;
}

.navbar-subnav .dropdown-toggle::before {
  content: '';
  background-color: rgba(35, 24, 21, 0.3);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.navbar-subnav .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .navbar-subnav .dropdown-toggle {
    display: none;
  }
}

.navbar-subnav .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(35, 24, 21, 0.3);
  margin-top: 0;
  padding: 1rem;
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .navbar-subnav .dropdown-menu {
    border-top: none;
    top: 0;
    position: relative;
    display: block;
    float: none;
    padding: 0;
  }
}

.navbar-subnav .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-subnav .nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75rem;
  position: relative;
}

.navbar-subnav .nav li::before {
  content: '';
  background-color: rgba(35, 24, 21, 0.3);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: none;
}

@media (min-width: 576px) {
  .navbar-subnav .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-subnav .nav li::before {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-subnav .nav li {
    padding: 0 1.25rem;
  }
  .navbar-subnav .nav li::before {
    height: 25px;
  }
}

.navbar-subnav .subnav-cart {
  color: #231815;
  font-size: 2rem;
  position: relative;
}

.navbar-subnav .subnav-cart::before {
  display: block !important;
}

.navbar-subnav .subnav-cart span:first-child {
  background-image: url(../images/icon-cart.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
}

.navbar-subnav .subnav-cart span:last-child {
  background-color: #af1b26;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.navbar-subnav .subnav-cart:hover span:first-child, .navbar-subnav .subnav-cart:focus span:first-child {
  background-image: url(../images/icon-cart-active.svg);
}

@media (min-width: 768px) {
  .navbar-subnav .subnav-cart::before {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-subnav .subnav-cart span:first-child {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  .navbar-subnav .subnav-cart span:last-child {
    top: 0;
    right: 15px;
  }
}

.navbar-subnav .subnav-member {
  color: #666666;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.navbar-subnav .subnav-member::before {
  display: none !important;
}

.navbar-subnav .subnav-member a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-subnav .subnav-member a:hover, .navbar-subnav .subnav-member a:focus {
  color: #af1b26;
}

.navbar-subnav .subnav-member span {
  background-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}

.navbar-subnav .subnav-member .login span {
  background-image: url(../images/icon-user.svg);
}

.navbar-subnav .subnav-member .logout span {
  background-image: url(../images/icon-logout.svg);
}

@media (min-width: 576px) {
  .navbar-subnav .subnav-member {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-subnav .subnav-member::before {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-subnav .subnav-member {
    font-size: 1.125rem;
  }
  .navbar-subnav .subnav-member span {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}

.navbar-subnav .subnav-price {
  color: #666666;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.navbar-subnav .subnav-price span {
  color: #af1b26;
  font-size: 1.125rem;
  margin-left: 0.25rem;
}

@media (min-width: 768px) {
  .navbar-subnav .subnav-price {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .navbar-subnav .subnav-price {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
  .navbar-subnav .subnav-price span {
    font-size: 2rem;
    margin-left: 0.5rem;
  }
}

.navbar-collapse {
  background-color: #af1b26;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(35, 24, 21, 0.5);
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .navbar-collapse.open {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    top: 60px;
  }
}

.navbar-nav {
  width: auto;
  position: relative;
  top: 0;
  right: 0;
}

.navbar-nav.open {
  right: 0;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar-nav {
    background-color: #ffffff;
    padding: 1rem;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 80px;
    right: -100%;
    bottom: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    top: 60px;
  }
}

.navbar-nav .nav-item {
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1.75rem;
  }
  .navbar-nav .nav-item + .nav-item {
    position: relative;
  }
  .navbar-nav .nav-item + .nav-item::before {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-nav .nav-item {
    padding: 0 3.75rem;
  }
}

.navbar-nav .nav-link {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  padding: 0 !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
  color: #af1b26;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 65px;
    text-align: center;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
    color: #f9a519;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.375rem;
    line-height: 85px;
  }
}

.navbar-nav .dropdown .dropdown-toggle:active {
  display: inline-block;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border: none;
  background-color: #af1b26;
  border-radius: 0;
  padding: 0;
  max-width: 300px;
}

.navbar-nav .dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    background-color: #ffffff;
    margin-top: 0;
    right: 0;
  }
}

.navbar-nav .dropdown .dropdown-item {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  padding: 0.75rem;
}

.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item:focus, .navbar-nav .dropdown .dropdown-item.active {
  background-color: #f9a519;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-item {
    color: #515151;
    font-size: 1.25rem;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .navbar.active {
    height: 165px;
  }
  .navbar.active .container {
    height: 120px;
  }
  .navbar.active .navbar-brand img {
    width: 200px;
  }
  .navbar.active .nav-link {
    line-height: 65px;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 1600px) {
  .footer .container {
    max-width: 1630px;
  }
}

.footer-main {
  border-top: 3px solid #af1b26;
  border-bottom: 3px solid #f9a519;
  background-color: #ededed;
  padding: 2.25rem 0;
}

.footer-main .row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-info .logo {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .footer-info .logo {
    text-align: left;
    margin-bottom: 2.25rem;
  }
}

.footer-info .nav {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-info .nav li {
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.footer-info .nav li span {
  color: #af1b26;
  letter-spacing: normal;
  margin-right: 1.25rem;
}

@media (min-width: 1200px) {
  .footer-info .nav {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1200px) {
  .footer-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-nav .nav {
  width: 50%;
}

.footer-nav .nav li {
  letter-spacing: 0.1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.footer-nav .nav li.title {
  color: #af1b26;
  font-size: 1.0625rem;
  position: relative;
}

.footer-nav .nav li.title::before {
  content: '';
  background-color: #af1b26;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer-nav .nav li a {
  color: #515151;
  white-space: nowrap;
  position: relative;
}

.footer-nav .nav li a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f9a519;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}

.footer-nav .nav li a:hover, .footer-nav .nav li a:focus {
  color: #f9a519;
}

@media (min-width: 576px) {
  .footer-nav .nav {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .footer-nav .nav li.title {
    font-size: 1.1875rem;
  }
}

.footer-social {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .footer-social {
    margin-top: 0;
    min-height: 265px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer-social .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social .nav li {
  margin-left: 0.5rem;
}

.footer-social .nav li:first-child {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .footer-social .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-sub {
  background-color: #af1b26;
  padding: 1rem 0 90px;
}

@media (min-width: 576px) {
  .footer-sub {
    padding-bottom: 1rem;
  }
}

.footer-sub .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .footer-sub .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-sub .copy {
  color: #c4c4c4;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  text-align: center;
}

.footer-sub .copy a {
  color: #c4c4c4;
}

.footer-sub .copy a:hover, .footer-sub .copy a:focus {
  color: #f9a519;
}

@media (min-width: 1200px) {
  .footer-sub .copy {
    text-align: left;
  }
}

.footer-sub .time {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .footer-sub .time {
    text-align: left;
    margin-bottom: 0;
    margin-left: 2rem;
  }
}

.footer-mobile {
  background-color: #f9a519;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
}

.footer-mobile .nav li {
  width: 25%;
}

.footer-mobile .nav li a {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
}

.footer-mobile .nav li a i {
  font-size: 1.5rem;
}

.footer-mobile .nav li a span {
  display: block;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .footer-mobile {
    display: none;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  main {
    padding: 5.25rem 0;
  }
}

/* PAGE-HEADER */
.page-header {
  text-align: center;
  margin-bottom: 4rem;
}

.page-header.hidden {
  margin-bottom: 0;
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}

.page-header h1 {
  color: #535454;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

.page-header h1 span {
  display: block;
  color: #231815;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.page-header h1 span b {
  color: #af1b26;
}

@media (min-width: 768px) {
  .page-header h1 {
    font-size: 1.125rem;
  }
  .page-header h1 span {
    font-size: 1.6875rem;
    margin-bottom: 0.75rem;
  }
}

/* FORM */
.form .form-row {
  margin: 0;
}

.form .form-row > [class*=col-] {
  padding: 0;
}

.form .form-group {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  margin-bottom: 1.25rem;
}

.form .form-group.no-line {
  border-bottom: none;
}

@media (min-width: 992px) {
  .form .form-group.no-line {
    padding-left: 0.75rem;
  }
}

.form .col-form-label {
  color: #353535;
  font-size: 1rem;
  white-space: nowrap;
}

.form .col-form-label span {
  color: #af1b26;
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .form .col-form-label {
    font-size: 1.125rem;
  }
}

.form .form-control {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #515151;
  font-size: 1rem;
  min-height: 45px;
}

.form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.form .form-control::-moz-placeholder {
  color: #8c8c8c;
}

.form .form-control:-ms-input-placeholder {
  color: #8c8c8c;
}

.form .form-control::-ms-input-placeholder {
  color: #8c8c8c;
}

.form .form-control::placeholder {
  color: #8c8c8c;
}

@media (min-width: 576px) {
  .form .form-control {
    font-size: 1.125rem;
  }
}

.form .code {
  padding-right: 160px;
  position: relative;
}

.form .code img {
  position: absolute;
  top: 0;
  right: 0;
}

.form .btn {
  line-height: 45px;
  width: 240px;
  height: 45px;
}

.form select.form-control {
  border: 1px solid rgba(35, 24, 21, 0.3);
  background-color: transparent;
  border-radius: 0;
  max-width: 100px;
  min-height: 45px;
}

.form .twzipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .twzipcode > div {
  width: 33.33%;
}

.form .twzipcode .form-control {
  border: none;
  max-width: 100%;
}

.form .agree {
  text-align: center;
  margin-top: 1rem;
}

.form .agree a {
  color: #af1b26;
  text-decoration: underline;
}

.form .agree a:hover, .form .agree a:focus {
  color: #f9a519;
}

.form input[type="checkbox"] {
  -webkit-appearance: none;
  background-image: url(../images/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.form input[type="checkbox"]:checked {
  background-image: url(../images/checkbox-checked.svg);
}

.form input[type="radio"] {
  -webkit-appearance: none;
  background-image: url(../images/radio.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.form input[type="radio"]:checked {
  background-image: url(../images/radio-checked.svg);
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 1rem;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item {
  padding: 0 0.125rem;
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #af1b26;
  background-color: transparent;
  color: #af1b26;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  background-color: #af1b26;
  color: #ffffff;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background-color: transparent;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
}

.pagination .page-item:first-child .page-link:hover, .pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
  background-image: url(../images/arrow-active.svg);
}

.pagination .page-item:last-child .page-link {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 576px) {
  .pagination .page-item {
    padding: 0 0.5rem;
  }
  .pagination .page-item:first-child {
    padding-right: 2rem;
  }
  .pagination .page-item:last-child {
    padding-left: 2rem;
  }
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 2rem;
}

.btn {
  border-color: #af1b26;
  border-radius: 0;
  font-size: 1rem;
  line-height: 45px;
  height: 45px;
  padding: 0;
}

.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus {
  border-color: #af1b26;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 576px) {
  .btn {
    font-size: 1.125rem;
  }
}

.btn-primary {
  background-color: #af1b26;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  color: #af1b26;
}

.btn-secondary {
  background-color: transparent;
  color: #af1b26;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #af1b26;
  color: #ffffff;
}

.btn-third {
  border-color: #f9a519;
  background-color: #f9a519;
  color: #ffffff;
}

.btn-third:hover, .btn-third:focus, .btn-third:not(:disabled):not(.disabled):active, .btn-third:not(:disabled):not(.disabled):active:focus {
  border-color: #f9a519;
  background-color: transparent;
  color: #f9a519;
}

.btn-back {
  width: 150px;
  line-height: 40px;
  height: 40px;
}

.btn-fb {
  border-color: #415a93;
  background-color: #415a93;
  color: #ffffff;
}

.btn-fb:hover, .btn-fb:focus, .btn-fb:not(:disabled):not(.disabled):active, .btn-fb:not(:disabled):not(.disabled):active:focus {
  border-color: #415a93;
  background-color: #ffffff;
  color: #415a93;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT TEXT */
.about-text {
  text-align: center;
  margin: 0 0 2rem;
}

@media (min-width: 992px) {
  .about-text {
    margin: 2rem 0 4rem;
  }
}

.about-text .subtitle {
  color: #515151;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.about-text .subtitle span {
  padding-left: 1rem;
  position: relative;
}

.about-text .subtitle span::before {
  content: '';
  background-color: #af1b26;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 576px) {
  .about-text .subtitle {
    font-size: 1.0625rem;
  }
}

.about-text .title {
  margin: 1rem 0 0.5rem;
}

.about-text .title h2 {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.about-text .title h2 span {
  display: block;
  color: #af1b26;
}

@media (min-width: 576px) {
  .about-text .title {
    margin: 1.5rem 0 1rem;
  }
  .about-text .title h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .about-text .title h2 span {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .about-text .title {
    margin: 2.5rem 0 1rem;
  }
  .about-text .title h2 {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }
}

.about-text .text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .about-text .text {
    font-size: 1.0625rem;
    line-height: 2;
  }
}

/* ABOUT LIST */
.about-list .title {
  color: #af1b26;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 3rem;
  position: relative;
}

.about-list .title::before {
  content: '';
  background-color: #9a9a9a;
  width: auto;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.about-list .title span {
  background-color: #ffffff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .about-list .title {
    font-size: 1.5rem;
  }
}

.about-list .item {
  margin-bottom: 2rem;
}

.about-list .item img {
  border-radius: 0.25rem;
}

.about-list .item h3 {
  color: #231815;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .about-list .item h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .about-list .item {
    margin-bottom: 3rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news .date {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.5rem;
}

.news .date b {
  color: #f9a519;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 0.25rem;
}

.news .date span {
  color: #929292;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.2;
}

/* NEWS LIST */
.news-list {
  margin: 0 -15px;
}

@media (min-width: 576px) {
  .news-list {
    margin: 0 -2rem;
  }
}

@media (min-width: 768px) {
  .news-list {
    margin: 0 -1rem;
  }
}

@media (min-width: 992px) {
  .news-list {
    margin: 0 -2rem;
  }
}

@media (min-width: 1280px) {
  .news-list {
    margin: 0 -3rem;
  }
}

.news-list-item {
  padding: 0 15px 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.news-list-item::after {
  content: '';
  background-color: #cdcdcd;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

@media (min-width: 576px) {
  .news-list-item {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .news-list-item::after {
    display: none;
  }
  .news-list-item + .news-list-item {
    border-left: 1px solid #cdcdcd;
  }
}

@media (min-width: 768px) {
  .news-list-item {
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .news-list-item {
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .news-list-item:nth-child(5) {
    border-left: none;
  }
}

@media (min-width: 1280px) {
  .news-list-item {
    padding: 0 3rem;
    margin-bottom: 6rem;
  }
}

.news-list-txt h3 {
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.news-list-txt h3::after {
  content: '';
  background-color: #9a9a9a;
  width: 45px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-list-txt h3 a {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  height: 55px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-txt h3 a:hover, .news-list-txt h3 a:focus {
  color: #f9a519;
}

@media (min-width: 576px) {
  .news-list-txt h3 {
    padding-bottom: 1.25rem;
  }
  .news-list-txt h3 a {
    font-size: 1.1875rem;
    height: 60px;
  }
}

.news-list-txt p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
  height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-txt a {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

/* NEWS VIEW */
.news-view-title {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-view-title .title h2 {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .news-view-title .title h2 {
    font-size: 1.5rem;
  }
}

.news-view-content {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3rem;
  line-height: 1.8;
}

.news-view-content h4 {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.products {
  background-color: #ededed;
}

/* PRODUCTS SIDEBAR */
.products-sidebar {
  display: none;
}

@media (min-width: 992px) {
  .products-sidebar {
    display: block;
  }
}

.products-sidebar-title {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
}

.products-sidebar-title span {
  display: block;
  color: #af1b26;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.products-sidebar-content .nav > li > a {
  display: block;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1rem 0;
  padding-right: 2rem;
  position: relative;
}

.products-sidebar-content .nav > li > a::after {
  content: '\F231';
  font-family: 'bootstrap-icons';
  font-size: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.products-sidebar-content .nav > li > a:hover, .products-sidebar-content .nav > li > a:focus, .products-sidebar-content .nav > li > a.active {
  border-color: #af1b26;
  color: #af1b26;
}

.products-sidebar-content .nav > li > a:hover::after, .products-sidebar-content .nav > li > a:focus::after, .products-sidebar-content .nav > li > a.active::after {
  content: '\F229';
}

/* PRODUCTS CONTENT */
.products-content {
  padding-left: 15px;
}

@media (min-width: 1280px) {
  .products-content {
    padding-left: 3rem;
  }
}

/* PRODUCTS LIST */
.products-list {
  margin: 0 -0.5rem;
}

@media (min-width: 576px) {
  .products-list {
    margin: 0 -1.25rem;
  }
}

@media (min-width: 992px) {
  .products-list {
    margin: 0 -1rem;
  }
}

@media (min-width: 1280px) {
  .products-list {
    margin: 0 -1.25rem;
  }
}

.products-list-item {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .products-list-item {
    padding: 0 1.25rem;
  }
}

@media (min-width: 992px) {
  .products-list-item {
    padding: 0 1rem;
  }
}

@media (min-width: 1280px) {
  .products-list-item {
    padding: 0 1.25rem;
  }
}

.products-list-pic a {
  background-color: #af1b26;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.products-list-pic a::before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(../images/more.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.products-list-pic a::after {
  content: '';
  background-color: rgba(175, 27, 38, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.products-list-pic a img {
  width: 100%;
  opacity: 1;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.products-list-pic a:hover::before, .products-list-pic a:hover::after, .products-list-pic a:focus::before, .products-list-pic a:focus::after {
  opacity: 1;
}

.products-list-txt {
  text-align: center;
  margin-top: 1rem;
}

.products-list-txt h3 {
  color: #231815;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.products-list-txt p {
  color: #af1b26;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .products-list-txt h3 {
    font-size: 1.125rem;
  }
  .products-list-txt p {
    font-size: 1.25rem;
  }
}

/* PRODUCTS VIEW */
.products-view-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 576px) {
  .products-view-pic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.products-view-pic .mySwiper2 {
  margin-right: 0;
  margin-bottom: 1rem;
}

.products-view-pic .mySwiper2 .swiper-slide {
  width: 100% !important;
}

@media (min-width: 576px) {
  .products-view-pic .mySwiper2 {
    margin-right: 105px;
  }
}

@media (min-width: 1600px) {
  .products-view-pic .mySwiper2 {
    margin-right: 120px;
  }
}

.products-view-pic .mySwiper {
  position: relative;
  right: 0;
}

.products-view-pic .mySwiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products-view-pic .mySwiper .swiper-slide {
  background-color: #231815;
  width: 90px !important;
  height: 90px !important;
  margin-left: 10px;
  cursor: pointer;
}

.products-view-pic .mySwiper .swiper-slide-thumb-active img {
  opacity: 0.5;
}

.products-view-pic .mySwiper .swiper-slide:first-child {
  margin-left: 0;
}

@media (min-width: 576px) {
  .products-view-pic .mySwiper {
    position: absolute;
    right: 15px;
  }
  .products-view-pic .mySwiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90px !important;
  }
  .products-view-pic .mySwiper .swiper-slide {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .products-view-pic .mySwiper {
    right: 30px;
  }
}

.products-view-txt {
  padding-left: 15px;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .products-view-txt {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .products-view-txt {
    padding-right: 4.5rem;
  }
}

.products-view-txt .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.products-view-txt .number h5 {
  color: #af1b26;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-right: 1rem;
}

.products-view-txt .number span {
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .products-view-txt .number h5 {
    font-size: 1rem;
  }
  .products-view-txt .number span {
    font-size: 1rem;
  }
}

.products-view-txt .name {
  margin-bottom: 3rem;
}

.products-view-txt .name h2 {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .products-view-txt .name {
    margin-bottom: 5rem;
  }
  .products-view-txt .name h2 {
    font-size: 1.75rem;
  }
}

.products-view-txt .price {
  margin-bottom: 1rem;
}

.products-view-txt .price h5 {
  color: #515151;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0.25rem;
}

.products-view-txt .price span {
  color: #af1b26;
  font-size: 1.75rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .products-view-txt .price h5 {
    font-size: 1.0625rem;
  }
  .products-view-txt .price span {
    font-size: 1.875rem;
  }
}

.products-view-txt .quantity {
  margin-bottom: 2rem;
}

.products-view-txt .quantity h5 {
  color: #515151;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 1.25rem;
}

.products-view-txt .quantity h5 span {
  letter-spacing: 0.25rem;
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .products-view-txt .quantity h5 {
    font-size: 1.0625rem;
  }
}

.products-view-txt .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .products-view-txt .btn {
    line-height: 55px;
    height: 55px;
  }
}

.products-view-desc .title {
  border-top: 1px solid #af1b26;
  border-bottom: 1px solid #af1b26;
  color: #af1b26;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
  margin: 2.25rem 0;
}

@media (min-width: 576px) {
  .products-view-desc .title {
    font-size: 1.125rem;
  }
}

.products-view-desc .content {
  border-bottom: 1px solid #af1b26;
  font-size: 0.9375rem;
  padding: 0 0.75rem 3rem;
}

.products-view-desc .content ul {
  list-style: none;
  padding: 0;
}

.products-view-desc .content ul li {
  padding-left: 15px;
  margin-bottom: 0.5rem;
  position: relative;
}

.products-view-desc .content ul li::before {
  content: '*';
  position: absolute;
  top: 1px;
  left: 0;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .search .container {
    max-width: 915px;
    padding: 0;
  }
}

.search .products-content {
  padding-left: 0;
}

/*------------------------------------*\
    GUIDE
\*------------------------------------*/
/* GUIDE TITLE */
.guide-title {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 1rem;
  margin-bottom: 3.5rem;
}

.guide-title h2 {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

@media (min-width: 576px) {
  .guide-title h2 {
    font-size: 1.5rem;
  }
}

/* GUIDE CONTENT */
.guide-content {
  line-height: 1.8;
}

.guide-content ol {
  list-style-type: cjk-ideographic;
}

.guide-content ol li {
  margin-bottom: 1.5rem;
}

.guide-content ol ol {
  list-style-type: upper-greek;
  padding-left: 1rem;
}

.guide-content ol ol li {
  margin-bottom: 0;
}

.guide-content strong {
  color: #231815;
}

.guide-content span {
  color: #af1b26;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-color: #ededed;
}

/* CONTACT INFO */
.contact-info {
  position: relative;
  padding-top: 2rem;
}

.contact-info::before {
  content: '';
  background-color: #f9a519;
  width: 40px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 15px;
}

@media (min-width: 992px) {
  .contact-info {
    padding-top: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1200px) {
  .contact-info {
    padding-right: 7rem;
  }
}

.contact-info .nav li {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.contact-info .nav li h6 {
  color: #af1b26;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .contact-info .nav li {
    font-size: 1.0625rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .contact-info .nav li h6 {
    font-size: 1.125rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0.75rem;
  }
}

/* CONTACT FORM */
.contact-form {
  font-size: 1rem;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .contact-form {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media (min-width: 1600px) {
  .contact-form {
    padding-left: 0;
  }
}

.contact-form .form {
  margin-top: 2rem;
}

.contact-form .btn-wrap {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .contact-form .btn-wrap {
    text-align: left;
  }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
.cart {
  background-color: #ededed;
}

.cart .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .cart .container {
    max-width: 1180px;
    padding: 0;
  }
}

.cart .btn-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .cart .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cart .btn {
  width: 220px;
}

.cart .btn i {
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .cart .btn {
    width: 240px;
  }
}

.cart .btn + .btn {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .cart .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

/* CART CONTENT */
.cart-content {
  background-color: #ffffff;
  border: 1px solid rgba(35, 24, 21, 0.3);
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .cart-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-content {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .cart-content {
    padding: 6rem 7rem;
  }
}

/* CART STEP */
.cart-step {
  margin-bottom: 1.5rem;
}

.cart-step .nav {
  width: 100%;
}

.cart-step .nav li {
  border: 1px solid #ffffff;
  background-color: #c9c9c9;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}

.cart-step .nav li span {
  font-weight: 100;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}

.cart-step .nav li span::after {
  content: '';
  background-color: #666666;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.cart-step .nav li.active {
  background-color: #f9a519;
  color: #ffffff;
}

.cart-step .nav li.active span::after {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .cart-step .nav li {
    font-size: 1.0625rem;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .cart-step .nav li {
    width: 25%;
    padding: 0.75rem 0.5rem;
  }
}

@media (min-width: 992px) {
  .cart-step .nav li {
    padding: 0.75rem 1rem;
  }
  .cart-step .nav li span {
    padding-right: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .cart-step .nav li {
    padding: 0.75rem 2rem;
  }
}

/* CART LIST */
.cart-list .table {
  border-bottom: 1px solid #af1b26;
  color: #666666;
  margin-bottom: 0;
}

.cart-list .table th,
.cart-list .table td {
  text-align: center;
  vertical-align: middle;
}

.cart-list .table thead th {
  border: none;
  background-color: #af1b26;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 1200px) {
  .cart-list .table thead th:first-child {
    text-align: left !important;
    padding: 0.5rem 3rem !important;
  }
}

.cart-list .table tbody tr:first-child td {
  border-top: none;
}

.cart-list .table tbody td {
  border-top: 1px dashed rgba(35, 24, 21, 0.15);
  color: #231815;
  font-size: 1.0625rem;
  padding: 1.25rem 0.75rem;
}

@media (max-width: 767px) {
  .cart-list .table {
    border-bottom: none;
  }
  .cart-list .table thead {
    display: none;
  }
  .cart-list .table tbody tr {
    border: 1px solid rgba(35, 24, 21, 0.15);
    border-top: none;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .cart-list .table tbody tr:first-child td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
  }
  .cart-list .table tbody td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
    text-align: right;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .cart-list .table tbody td::before {
    content: attr(data-content);
    color: #666666;
    text-align: left;
    white-space: nowrap;
    width: 100px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cart-list .table tbody td:first-child {
    text-align: center;
    padding: 0;
  }
  .cart-list .table tbody td:first-child::before {
    display: none;
  }
  .cart-list .table tbody td.form {
    text-align: right;
  }
}

.cart-list .pro {
  text-align: center !important;
}

.cart-list .pro a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-list .pro a:hover, .cart-list .pro a:focus {
  color: #af1b26;
}

.cart-list .pro img {
  width: 400px;
}

.cart-list .pro p {
  width: 100%;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 0;
  padding: 1rem 0.75rem;
}

@media (min-width: 768px) {
  .cart-list .pro {
    text-align: left !important;
  }
  .cart-list .pro img {
    width: 90px;
    margin-right: 1.5rem;
  }
  .cart-list .pro p {
    width: auto;
    padding: 0;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .cart-list .pro a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-list .pro p {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .cart-list .pro {
    padding: 1.25rem 3rem !important;
  }
}

.cart-list .form .form-control {
  display: inline-block;
  min-height: 25px;
}

@media (min-width: 768px) {
  .cart-list .form .form-control {
    min-height: 35px;
  }
}

.cart-list .link a {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  color: #666666;
  font-size: 0.875rem;
  letter-spacing: 0.6rem;
  padding-bottom: 0.125rem;
}

.cart-list .total {
  margin-bottom: 1rem;
}

.cart-list .total-item {
  font-size: 1.0625rem;
  width: 100%;
  padding-top: 0.5rem;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-list .total-item > div {
  white-space: nowrap;
  padding: 0.25rem 0;
}

.cart-list .total-item > div.price {
  text-align: right;
}

.cart-list .total-item + .total-item {
  border-top: 1px solid #af1b26;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .cart-list .total-item {
    width: 320px;
  }
}

/* CART FORM */
.cart-form {
  margin-top: 5rem;
}

.cart-form-tit {
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-form-tit h3 {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}

.cart-form-tit .form-check {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .cart-form-tit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-form-tit .form-check {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.cart-form-txt {
  margin-bottom: 3rem;
}

.cart-form-txt.payment .form-check {
  margin-bottom: 1rem;
}

.cart-form-txt select.form-control {
  border: none;
  max-width: 100%;
  width: 100%;
}

/* cart-text */
.cart-text {
  border-bottom: 1px solid #af1b26;
  padding-bottom: 1.5rem;
}

.cart-text .title {
  border-bottom: 1px solid #af1b26;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.cart-text .title h3 {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}

.cart-text .text {
  line-height: 2.25rem;
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
.login {
  background-color: #ededed;
}

.login .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .login .container {
    max-width: 800px;
    padding: 0;
  }
}

.login .page-header {
  margin-bottom: 2rem;
}

.login .btn-wrap {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login .btn {
  letter-spacing: 0.075rem;
  width: 100%;
  max-width: 410px;
}

@media (min-width: 576px) {
  .login .btn {
    font-size: 1.25rem;
  }
}

.login .btn + .btn {
  margin-top: 1rem;
}

.login.finish .btn-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .login.finish .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.login.finish .btn {
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .login.finish .btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 576px) {
  .login.finish .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

/* LOGIN CONTENT */
.login-content {
  background-color: #ffffff;
  border: 1px solid rgba(35, 24, 21, 0.3);
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .login-content {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .login-content {
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .login-content {
    padding: 7.5rem 9rem;
  }
}

/* LOGIN TEXT */
.login-text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.login-text span {
  color: #af1b26;
}

/* LOGIN FORM */
.login-form {
  max-width: 410px;
  margin: 0 auto;
}

/* LOGIN LINK */
.login-link .nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -0.5rem;
}

.login-link .nav li {
  padding: 0 0.5rem;
  position: relative;
}

.login-link .nav li::before {
  content: '';
  background-color: rgba(35, 24, 21, 0.3);
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.login-link .nav li:first-child::before {
  display: none;
}

/*------------------------------------*\
    REGISTER
\*------------------------------------*/
.register {
  background-color: #ededed;
}

.register .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .register .container {
    max-width: 940px;
    padding: 0;
  }
}

.register .btn {
  letter-spacing: 0.075rem;
  width: 100%;
  max-width: 410px;
}

@media (min-width: 576px) {
  .register .btn {
    font-size: 1.25rem;
  }
}

/* REGISTER FORM */
.register-form {
  margin-bottom: 5rem;
}

.register-form-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-form-tit > span {
  display: block;
  color: #d9d9d7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -1rem;
  position: relative;
}

.register-form-tit > span::after {
  content: '';
  background-color: #ececeb;
  width: 200px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.register-form-tit .title {
  position: relative;
  z-index: 2;
}

.register-form-tit h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.register-form-tit b {
  color: #af1b26;
}

@media (min-width: 576px) {
  .register-form-tit > span {
    font-size: 10rem;
  }
  .register-form-tit > span::after {
    bottom: 20px;
  }
}

@media (min-width: 992px) {
  .register-form-tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .register-form-tit > span::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .register-form-tit h3 {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
  }
}

.register-form-txt {
  padding-top: 2rem;
  position: relative;
}

.register-form-txt::before {
  content: '';
  background-color: #af1b26;
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

@media (min-width: 992px) {
  .register-form-txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .register-form-txt::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}

/*------------------------------------*\
    MEMBER
\*------------------------------------*/
.member {
  background-color: #ededed;
}

.member .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .member .container {
    max-width: 940px;
    padding: 0;
  }
}

.member .btn {
  letter-spacing: 0.075rem;
  width: 100%;
  max-width: 410px;
}

@media (min-width: 576px) {
  .member .btn {
    font-size: 1.25rem;
  }
}

.member .btn.btn-back {
  max-width: 150px;
}

/* MEMBER MENU */
.member-menu {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .member-menu {
    margin-bottom: 5rem;
  }
}

.member-menu .nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.member-menu .nav li {
  width: 100%;
}

.member-menu .nav li a {
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  color: #231815;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
}

.member-menu .nav li a:hover, .member-menu .nav li a:focus, .member-menu .nav li a.active {
  background-color: #af1b26;
  color: #ffffff;
}

@media (min-width: 576px) {
  .member-menu .nav {
    width: 450px;
  }
  .member-menu .nav li {
    width: 50%;
  }
}

/* MEMBER LIST */
.member-list {
  margin-bottom: 3rem;
}

.member-list .table {
  border-bottom: 1px solid #af1b26;
  color: #666666;
  margin-bottom: 0;
}

.member-list .table th,
.member-list .table td {
  text-align: center;
  vertical-align: middle;
}

.member-list .table thead th {
  border: none;
  background-color: #af1b26;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: normal;
  padding: 0.5rem 0.75rem;
}

.member-list .table tbody tr:first-child td {
  border-top: none;
}

.member-list .table tbody td {
  border-top: 1px dashed rgba(35, 24, 21, 0.15);
  color: #231815;
  font-size: 1.0625rem;
  padding: 1.25rem 0.75rem;
}

.member-list .table tbody td a:hover, .member-list .table tbody td a:focus {
  color: #af1b26;
}

@media (max-width: 767px) {
  .member-list .table {
    border-bottom: none;
  }
  .member-list .table thead {
    display: none;
  }
  .member-list .table tbody tr {
    border: 1px solid rgba(35, 24, 21, 0.15);
    border-top: none;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .member-list .table tbody tr:first-child td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
  }
  .member-list .table tbody td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
    text-align: right;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .member-list .table tbody td::before {
    content: attr(data-content);
    background-color: #af1b26;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    width: 100px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* MEMBER TEXT */
.member-text .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member-text .nav li {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.member-text .nav li span {
  color: #af1b26;
}

/* MEMBER FORM */
.member-form h2 {
  border-bottom: 1px solid #af1b26;
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .member-form h2 {
    font-size: 1.25rem;
  }
}

/* MEMBER INFO */
.member-info {
  background-color: #dcdcdc;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.member-info a {
  border-bottom: 1px solid #af1b26;
  color: #af1b26;
  margin-top: 1rem;
}

.member-info a:hover, .member-info a:focus {
  border-color: #f9a519;
  color: #f9a519;
}

.member-info .nav li {
  margin-right: 1.25rem;
}

.member-info .nav li span {
  color: #231815;
  font-weight: bold;
}

@media (min-width: 992px) {
  .member-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 2.5rem;
    margin-bottom: 3rem;
  }
  .member-info a {
    margin-top: 0;
  }
}
