html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: source-han-sans-cjk-ja, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  background-color: #010101;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 100px;
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

h2 {
  font-size: 24px;
}

p {
  line-height: 1.6;
}

strong {
  display: inline;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #00c081;
}

:focus,
button:focus {
  outline: none;
}

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

.section-info {
  background-color: #f8f8f8;
  padding: 20px 40px;
  border: 20px solid #232220;
  margin: 52px auto 0;
  position: relative;
  color: #010101;
}

@media (max-width: 767px) {
  .section-info {
    border-width: 8px;
  }
}

.section-info:before, .section-info:after {
  content: "";
  display: block;
  width: 242px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -120px;
  background: url("../img/bg-white.png") 0 bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1380px) {
  .section-info:before, .section-info:after {
    left: calc((100vw - 1140px) / 2 * -1);
  }
}

@media (max-width: 1200px) {
  .section-info:before, .section-info:after {
    left: calc((100vw - 960px) / 2 * -1);
  }
}

@media (max-width: 991px) {
  .section-info:before, .section-info:after {
    left: calc((100vw - 720px) / 2 * -1);
  }
}

@media (max-width: 767px) {
  .section-info:before, .section-info:after {
    left: calc((100vw - 540px) / 2 * -1);
  }
}

@media (max-width: 575px) {
  .section-info:before, .section-info:after {
    left: 0px;
    top: -100px;
    background-position: 0 0;
  }
}

.section-info:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -120px;
  bottom: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1380px) {
  .section-info:after {
    right: calc((100vw - 1140px) / 2 * -1);
  }
}

@media (max-width: 1200px) {
  .section-info:after {
    right: calc((100vw - 960px) / 2 * -1);
  }
}

@media (max-width: 991px) {
  .section-info:after {
    right: calc((100vw - 720px) / 2 * -1);
  }
}

@media (max-width: 767px) {
  .section-info:after {
    right: calc((100vw - 540px) / 2 * -1);
  }
}

@media (max-width: 575px) {
  .section-info:after {
    right: 0px;
    top: auto;
    bottom: -100px;
  }
}

@media (max-width: 575px) {
  .section-info {
    max-width: 96%;
    padding: 12px 12px 0;
  }
}

.section-info .hdg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 36px;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

@media (max-width: 575px) {
  .section-info .hdg-info {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}

.section-info .hdg-info:before {
  content: "";
  display: block;
  margin-right: -4px;
}

.section-info .hdg-info:before {
  background: url("../img/hdg-text-01.png") 0 0 no-repeat;
  width: 224px;
  height: 120px;
  background-size: contain;
}

.section-sort {
  background-color: #666;
  padding: 20px 32px;
  margin: 40px auto;
  border: 20px solid #232220;
}

@media (max-width: 767px) {
  .section-sort {
    border-width: 8px;
  }
}

@media (max-width: 767px) {
  .section-sort {
    padding: 12px;
  }
}

.section-sort h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 36px;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  color: #f8f8f8;
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .section-sort h2 {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}

.section-sort h2:before {
  content: "";
  display: block;
  margin-right: -4px;
}

@media (max-width: 991px) {
  .section-sort h2 {
    margin-bottom: 32px;
  }
}

.section-sort h2:before {
  background: url("../img/hdg-text-02.png") 0 0 no-repeat;
  width: 228px;
  height: 118px;
  background-size: contain;
}

.section-sort h3 {
  color: #f8f8f8;
  text-align: center;
  font-size: 20px;
  margin: 48px 0;
}

@media (max-width: 991px) {
  .section-sort h3 {
    margin-bottom: 20px;
  }
}

.section-sort .sort-01,
.section-sort .sort-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .section-sort .sort-01,
  .section-sort .sort-02 {
    display: block;
  }
}

.section-sort .sort-01 > li,
.section-sort .sort-02 > li {
  width: 320px;
  max-width: calc(33% - 16px * 2);
  height: 80px;
  margin: 0 16px;
  border: 2px solid #f8f8f8;
}

@media (max-width: 991px) {
  .section-sort .sort-01 > li,
  .section-sort .sort-02 > li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px;
    height: 60px;
  }
}

.section-sort .js-sortBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #010101;
  font-size: 14px;
  color: #f8f8f8;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.section-sort .js-sortBtn:before {
  content: "\f0dd";
  color: #f8f8f8;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  top: calc(-20px - 0.5em);
  font-size: 24px;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .section-sort .js-sortBtn:before {
    top: calc(50% - 0.5em);
    left: 40px;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .section-sort .js-sortBtn:before {
    content: none;
  }
}

.section-sort .js-sortBtn img {
  display: block;
  margin: 0 8px;
  max-width: 44%;
}

.section-sort .sort-01 > li:first-child .js-sortBtn {
  background-color: #f8f8f8;
  font-size: 20px;
  color: #010101;
  font-weight: bold;
}

.section-sort .sort-02 > li {
  height: 48px;
  width: 200px;
}

@media (max-width: 991px) {
  .section-sort .sort-02 > li {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}

.section-sort .sort-02 .js-sortBtn {
  background-color: transparent;
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #010101;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .hdg-sort {
    font-size: 24px;
  }
}

.form-wrap {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 0;
  }
}

form[name="frm"] {
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  form[name="frm"] {
    padding-bottom: 240px;
  }
}

form[name="frm"]:before, form[name="frm"]:after {
  content: "";
  display: block;
  width: 242px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -120px;
  background: url("../img/bg-color.png") 0 0 repeat-y;
  background-size: 100% auto;
}

@media (max-width: 1200px) {
  form[name="frm"]:before, form[name="frm"]:after {
    left: calc((100vw - 960px) / 2 * -1);
  }
}

@media (max-width: 991px) {
  form[name="frm"]:before, form[name="frm"]:after {
    left: calc((100vw - 720px) / 2 * -1);
  }
}

@media (max-width: 767px) {
  form[name="frm"]:before, form[name="frm"]:after {
    left: calc((100vw - 540px) / 2 * -1);
  }
}

@media (max-width: 575px) {
  form[name="frm"]:before, form[name="frm"]:after {
    left: 0px;
    background-position: -20vw 0;
  }
}

form[name="frm"]:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -120px;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-position: 0 bottom;
}

@media (max-width: 1200px) {
  form[name="frm"]:after {
    right: calc((100vw - 960px) / 2 * -1);
  }
}

@media (max-width: 991px) {
  form[name="frm"]:after {
    right: calc((100vw - 720px) / 2 * -1);
  }
}

@media (max-width: 767px) {
  form[name="frm"]:after {
    right: calc((100vw - 540px) / 2 * -1);
  }
}

@media (max-width: 575px) {
  form[name="frm"]:after {
    right: 0px;
    background-position: -20vw bottom;
  }
}

.section-item {
  background-color: #f8f8f8;
  margin: 40px 0;
  border: 4px solid #aaa;
  padding: 32px;
  position: relative;
  color: #010101;
}

@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px 8px;
    margin: 40px 0;
  }
}

.section-item .limit-item {
  border: 1px solid #010101;
  padding: 4px 16px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
    font-size: 14px;
  }
}

.section-item .js-sold + span + .soldTxt {
  background-color: #cf0000;
  color: #f8f8f8;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.section-item select {
  margin-right: 8px;
  margin-left: 32px;
  padding: 2px 8px;
}

@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: #f8f8f8;
  color: #010101;
  padding: 20px 40px;
  border: 20px solid #232220;
}

@media (max-width: 767px) {
  #anchor-cart {
    border-width: 8px;
  }
}

@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

#anchor-cart .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#anchor-cart button {
  background: #00c081;
  width: 600px;
  max-width: 100%;
  color: #f8f8f8;
  font-size: 24px;
  border: 4px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  line-height: 1;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #anchor-cart button {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 12px;
  }
}

#anchor-cart button:before, #anchor-cart button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#anchor-cart button:before {
  content: "\f07a";
  font-size: 32px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  #anchor-cart button:before {
    display: none;
  }
}

#anchor-cart button:after {
  content: "\f35a";
  margin-left: 12px;
}

header h1 {
  font-size: 20px;
  color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  header h1 {
    font-size: 2vw;
  }
}

header .img-logo {
  display: block;
  margin-right: 20px;
  max-width: 16vw;
}

@media (max-width: 767px) {
  header .img-logo {
    margin-right: 8px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 4px 0;
  max-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#171614), to(#292826));
  background: linear-gradient(to bottom, #171614, #292826);
}

@media (max-width: 767px) {
  nav.navbar .container {
    padding: 8px 2vw;
    max-width: 100%;
  }
}

nav.navbar button.btn.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #f8f8f8;
  border: none;
  text-decoration: none;
  font-size: 14px;
  margin-top: -8px;
  padding: 0;
  font-weight: bold;
}

@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    font-size: 12px;
  }
}

nav.navbar button.btn.btn-link::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 767px) {
  nav.navbar button.btn.btn-link::after {
    font-size: 24px;
  }
}

nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: auto;
  margin-bottom: 4px;
}

nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

nav.navbar .modal-dialog .modal-content {
  background-color: #010101;
}

nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 8px;
}

nav.navbar .modal-header .btn-close {
  background: none;
  border: none;
  color: #f8f8f8;
  font-size: 24px;
}

@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}

nav.navbar .modal-header .btn-close::after {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close::after {
    font-size: 24px;
  }
}

nav.navbar .btn-anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f8f8f8;
  background-color: #666;
  border: 4px solid #f8f8f8;
  border-radius: 8px;
  padding: 12px;
  width: 600px;
  max-width: 92%;
  margin: 32px auto;
  text-decoration: none;
  position: relative;
}

@media (max-width: 991px) {
  nav.navbar .btn-anchor a {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav.navbar .btn-anchor a:before {
  content: "";
  display: block;
  background: url("../img/btn-search.png") 0 0 no-repeat;
  width: 100px;
  height: 36px;
  background-size: contain;
  margin-right: 12px;
}

nav.navbar .modal-body {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}

nav.navbar .modal-body > li {
  width: 49%;
}

@media (max-width: 767px) {
  nav.navbar .modal-body > li {
    width: 100%;
  }
}

nav.navbar .modal-body .nav-link {
  border-bottom: 1px solid #00c081;
  padding: 12px;
  text-decoration: none;
  color: #f8f8f8;
}

.modal-backdrop {
  z-index: 1;
}

footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  footer {
    bottom: 80px;
  }
}

footer .link-pageup {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  padding: 40px;
  max-width: 24%;
}

@media (max-width: 767px) {
  footer .link-pageup {
    padding: 8px;
  }
}

footer .link-pageup:hover {
  color: #666666;
}

footer .link-pageup i {
  display: block;
}

footer .copyright {
  display: block;
  text-align: center;
  color: #f8f8f8;
}

h1.hdg-title {
  margin: 20px 0 40px;
}

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
  }
}

.section-item .hdg-item {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 36px;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

@media (max-width: 575px) {
  #anchor-cart .hdg-cart {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}

#anchor-cart .hdg-cart:before {
  content: "";
  display: block;
  margin-right: -4px;
}

#anchor-cart .hdg-cart:before {
  background: url("../img/hdg-text-03.png") 0 0 no-repeat;
  width: 226px;
  height: 118px;
  background-size: contain;
  margin-right: 12px;
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}

.list-icon > li {
  padding-left: 1.4em;
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
}

.list-icon > li span {
  color: #cf0000;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}

.section-info .list-info dt {
  margin-bottom: 4px;
  font-weight: bold;
  position: relative;
  z-index: 0;
  padding-top: 24px;
  padding-left: 32px;
  font-size: 18px;
}

.section-info .list-info dt:before {
  content: "";
  background: url("../img/bg-hdg.png") 0 0 no-repeat;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 56px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  .section-info .list-info dt {
    padding-left: 0;
  }
}

.section-info .list-info dd {
  margin-bottom: 12px;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .section-info .list-info dd {
    padding-left: 0;
  }
}

.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-weight: bold;
  position: relative;
  z-index: 0;
  padding-top: 24px;
  padding-left: 32px;
  font-size: 18px;
}

.section-item .list-item dt:before {
  content: "";
  background: url("../img/bg-hdg.png") 0 0 no-repeat;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 56px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  .section-item .list-item dt {
    padding-left: 0;
  }
}

.section-item .list-item dd {
  margin-bottom: 0;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .section-item .list-item dd {
    margin-bottom: 8px;
    padding-left: 0;
  }
}

.section-item .list-item .txt-description {
  margin-bottom: 12px;
}

.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}

.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}

.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 0 4px 32px;
}

.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}

.list-select dt {
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #010101;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #010101;
}

a.btn {
  text-decoration: none;
}

.btn-item {
  background-color: #010101;
  color: #f8f8f8;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  border: 2px solid #eee;
  width: 480px;
  max-width: 92%;
}

@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}

.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}

.btn-item:hover {
  background-color: #aaa;
  color: #f8f8f8;
}

.btn-cart {
  background-color: #cf0000;
  color: #f8f8f8;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #eee;
}

@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}

.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}

@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}

.btn-cart:hover {
  opacity: 0.8;
  color: #f8f8f8;
}

.footer-btn-sort a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f8f8f8;
  background-color: #666;
  border: 4px solid #f8f8f8;
  border-radius: 8px;
  padding: 12px;
  width: 600px;
  max-width: 100%;
  margin: 32px auto;
  text-decoration: none;
  position: relative;
}

@media (max-width: 991px) {
  .footer-btn-sort a {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-btn-sort a:before {
  content: "";
  display: block;
  background: url("../img/btn-search.png") 0 0 no-repeat;
  width: 100px;
  height: 36px;
  background-size: contain;
  margin-right: 12px;
}

.hdg-title img {
  display: block;
  margin: 0 auto;
}
