@charset "UTF-8";
/* ========================================
    variables
======================================== */
/* ========================================
    mixin
======================================== */
/* ========================================
    base
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%; /* -> 10px */
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #707070;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
  color: inherit;
  cursor: pointer;
}
a .anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

p {
  line-height: 1.7;
  margin-bottom: 2px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: initial;
}

.small-t1 {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .small-t1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.small-t2 {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .small-t2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.small-t2 {
  max-width: 840px;
  margin: 0 auto;
}

.mt-10 {
  margin-top: 10rem;
}

@media (max-width: 1025px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
}

.home-small {
  max-width: 1240px;
}

.mt-bg {
  margin-top: 7rem;
}
@media (max-width: 600px) {
  .mt-bg {
    margin-top: 4rem;
  }
}

.mt-4r {
  margin-top: 4rem;
}

.mt-5r {
  margin-top: 5rem;
}

.color-red {
  color: #ff5757;
}

.border-red {
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ff5757;
}

figure {
  margin: 0 0 10px;
}
figure img {
  width: 100%;
}

.txt-bold {
  font-weight: 600;
}

.table {
  font-size: 16px;
}

.page-link {
  font-size: 15px;
  padding: 15px;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h1 {
    font-size: 6vw;
  }
}

h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.4;
}
@media (min-width: 600px) and (max-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p {
    font-size: 1.6rem;
  }
}

small {
  font-size: 10px;
}

.color-primary {
  color: #3D4D69;
}

.section-title {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.section-title h2 {
  letter-spacing: 2px;
}

.sec-title {
  padding: 20px 0;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 600px) {
  .sec-title {
    padding: 10px 0;
  }
}
.sec-title h2 {
  margin: 0;
  text-transform: uppercase;
  color: #997E60;
  font-size: 30px;
}
@media (max-width: 600px) {
  .sec-title h2 {
    font-size: 25px;
  }
}
.sec-title p {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .sec-title p {
    font-size: 20px;
  }
}

.sec-title02 h2 {
  text-transform: uppercase;
  color: #997E60;
}
.sec-title02 h3 {
  background-color: #9D8080;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
}

.btn-purchase {
  display: inline-block;
  width: 100%;
  background-color: #F2EEE4;
  text-align: center;
  padding: 20px 0;
  border-radius: 12px;
}
.btn-purchase span {
  color: #fff;
  font-size: 20px;
}
.btn-purchase span i {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .btn-purchase {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}

.text-underline {
  text-decoration: underline;
}

.btn-01 {
  font-size: 14px;
  padding: 5px 0;
  min-width: 150px;
  background-color: #3D4D69;
  border-color: #3D4D69;
  border-width: 1px;
  box-shadow: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.btn-01:hover {
  opacity: 0.8;
}

.btn-02 {
  font-size: 14px;
  padding: 5px 0;
  min-width: 150px;
  background-color: #fff;
  border-color: #3D4D69;
  border-width: 1px;
  box-shadow: none;
  color: #3D4D69;
  border-radius: 5px;
  cursor: pointer;
}
.btn-02:hover {
  opacity: 0.8;
}

.alert-success, .alert-error {
  font-size: 12px;
  margin-top: 10px;
}

.modal {
  font-size: 16px;
}

.modal-header, .modal-body, .modal-footer {
  padding: 20px;
}
@media (max-width: 600px) {
  .modal-header, .modal-body, .modal-footer {
    padding: 10px;
  }
}

.login-main {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
  transition: transform 0.2s;
  max-width: 500px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 50px;
  color: #3D4D69;
}

.login-btn {
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  color: white;
  cursor: pointer;
  background-color: #3D4D69;
  width: 100%;
  font-size: 16px;
}

.login-btn:hover {
  opacity: 0.8;
}

.tl-bg01 {
  color: #3D4D69;
  padding: 15px 20px;
  background-color: #F2EEE4;
  border-top: 3px solid #3D4D69;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tl-bg02 {
  color: #3D4D69;
  padding: 10px 20px;
  background-color: #F2EEE4;
  border-left: 3px solid #3D4D69;
  margin-top: 30px;
  margin-bottom: 20px;
}

.use-ul {
  margin-left: 30px;
  margin-top: 20px;
}
.use-ul li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.use-ul li::before {
  content: ">";
  position: absolute;
  z-index: 1;
  display: block;
  left: -15px;
  top: 0;
  font-size: 14px;
  color: #3D4D69;
}

.header {
  width: 100%;
  position: fixed;
  background: rgba(61, 77, 105, 0.9);
  z-index: 9;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
.header.bg-transparent {
  background: transparent;
}
.header--inner {
  display: flex;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header--inner__logo a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 12px;
  color: #1a1311;
}
.header--inner__logo a h2 {
  margin-right: 15px;
  font-size: 20px;
  margin-bottom: 0;
}
.header--inner__logo a img {
  height: 30px;
  width: auto;
}
@media (max-width: 600px) {
  .header--inner__logo a {
    max-width: 275px;
  }
}
.header--inner__nav {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.header--inner__nav ul {
  display: flex;
}
.header--inner__nav ul li {
  display: inline-block;
  margin-left: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.header--inner__nav ul li a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 5px 0;
}
.header--inner__nav ul li a:hover {
  opacity: 0.8;
}
.header--inner__nav ul .dropdown {
  position: relative;
}
.header--inner__nav ul .dropdown:hover .dropdown--navi {
  display: block;
}
.header--inner__nav ul .dropdown--navi {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  padding-left: 15px;
}
.header--inner__nav ul .dropdown--navi ul {
  display: flex;
  flex-wrap: wrap;
}
.header--inner__nav ul .dropdown--navi ul li {
  width: 100%;
  color: #3D4D69;
  text-align: left;
  margin: 0;
}
.header--inner__nav ul .dropdown--navi ul li a {
  display: block;
}
.header--inner__nav ul.pc-only {
  margin-right: 50px;
}
.header--inner__nav .ec-nav li {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .header--inner__nav .ec-nav li {
    margin-left: 10px;
  }
}
.header--inner__nav .ec-nav li a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 50%;
}
.header--inner__nav .ec-nav li .cart-top {
  position: relative;
}
.header--inner__nav .ec-nav li .cart-top .cart-countBox {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5757;
  border-radius: 50%;
  top: -8px;
  right: -14px;
  border-style: solid;
  border-width: 1px;
}
.header--inner__nav .ec-nav li .cart-top .cart-countBox span {
  font-size: 10px;
}
.header--inner__nav .ec-nav li .ecn-ml {
  width: 90px;
  border-radius: 20px;
  line-height: 1.2;
}

.toggle-sbcart {
  margin-left: 10px;
}

.logo-img {
  font-size: 25px;
  font-weight: 600;
}

.footer {
  background-color: #3D4D69;
  padding: 15px 0;
  margin-top: 40px;
}
.footer p {
  font-size: 14px;
  color: #fff;
}
.footer a {
  color: #fff !important;
  margin-right: 20px;
}
.footer .copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
@media (max-width: 600px) {
  .footer.bf-active {
    padding-bottom: 80px;
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3D4D69;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  cursor: pointer;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top:hover {
  opacity: 0.5;
}

/**
* for sakanaya san
**/
.overlay-all {
  visibility: hidden;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.overlay-all.active {
  visibility: visible;
}

.sb-box {
  visibility: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 30rem;
  z-index: 99;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0px 0 10px #999;
  transform: translateX(100%);
}
.sb-box--inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sb-box__top {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #3D4D69;
  color: #fff;
}
.sb-box__top .close-sb {
  font-size: 20px;
  margin-left: auto;
}
.sb-box__body {
  padding: 20px;
  overflow-y: auto;
}
.sb-box__body .sb-box--nav {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  width: 100%;
  color: #3D4D69;
}
.sb-box__body .sb-box--nav li {
  position: relative;
  border-bottom: 1px dotted #3D4D69;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sb-box--cart .sbc--item {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.sb-box--cart .sbc--item:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 1px;
}
.sb-box--cart .sbc--item .sbc-img {
  width: 100px;
  margin-right: 10px;
}
.sb-box--cart .sbc--item .sbc-txt {
  width: calc(100% - 110px);
}
.sb-box--cart .sbc--item .sbc-txt--top {
  display: flex;
  font-size: 14px;
}
.sb-box--cart .sbc--item .sbc-txt--top .sbc-t1 {
  display: inline-block;
  margin-right: 8px;
  color: #3D4D69;
}
.sb-box--cart .sbc--item .sbc-txt--top .sbc-del {
  color: red;
}
.sb-box--cart .sbc--item .sbc-txt--pp1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 11px;
}
.sb-box--cart .sbc--item .sbc-txt--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-box--cart .sbc--item .sbc-txt__qty {
  display: flex;
  font-size: 12px;
  padding: 4px 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.sb-box--cart .sbc--item .sbc-txt__qty .sbc-ad {
  margin: 0 13px;
}
.sb-box--cart .sbc--item .sbc-txt__shoukei {
  font-size: 14px;
}
.sb-box--cart .sbc--item .sbc-txt__shoukei .sbc-sk1 {
  font-size: 12px;
}
.sb-box--footer {
  border-top: 1px solid #aaa;
  padding: 10px 20px;
}
.sb-box--footer .sbf-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sb-box--footer .sbf-inner .sbf-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.sb-box--footer .sbf-inner .sbf-txt .sbf-pp__t1 {
  font-size: 14px;
}
.sb-box--footer .sbf-chckout {
  display: inline-block;
  min-width: 200px;
  background-color: #3D4D69;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 8px;
  margin-top: 10px;
}

.sb-box.active {
  visibility: visible;
  transform: translateX(0);
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #3D4D69;
  border-top: 3px solid #fff;
  z-index: 1;
}

@media (max-width: 600px) {
  .bottom-fixed {
    border-top-width: 2px;
  }
}
.bottom-fixed--item {
  width: 50%;
}

.bottom-fixed--item:first-child {
  border-right: 3px solid #fff;
}

@media (max-width: 600px) {
  .bottom-fixed--item:first-child {
    border-right-width: 2px;
  }
}
.bottom-fixed--item a {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .bottom-fixed--item a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .bottom-fixed--item a {
    padding: 10px 0;
  }
}
.bottom-fixed--item a .item-img {
  height: 50px;
  width: 50px;
  background: #fff;
  color: #3D4D69;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

@media (max-width: 600px) {
  .bottom-fixed--item a .item-img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
}
.bottom-fixed--item a .item-img img {
  width: 100%;
  height: 100%;
}

.hp-top {
  height: 250px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .hp-top {
    height: 190px;
  }
  .hp-top h2 {
    font-size: 17px;
  }
}
.hp-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(61, 77, 105, 0.6);
  transition: background-color 0.4s;
}
.hp-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hp-top--txt {
  position: absolute;
  color: #fff;
  bottom: 30px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .hp-top--txt {
    bottom: 0px;
  }
}

.bg-01 {
  background-color: rgba(61, 77, 105, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 768px) {
  .bg-01 {
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .bg-01 {
    background-color: #fff;
    padding-bottom: 0px;
  }
}

.hp-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hp-cat--item {
  width: 24.3%;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  box-shadow: 5px 5px 15px #aaa;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  padding-top: 10px;
  transition: all 0.2s;
}
@media (min-width: 600px) and (max-width: 768px) {
  .hp-cat--item {
    width: 50%;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
  }
}
@media (max-width: 600px) {
  .hp-cat--item {
    width: 50%;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
  }
}
.hp-cat--item:hover {
  box-shadow: none;
}
.hp-cat--item .hp-ci {
  height: auto;
  overflow: hidden;
  position: relative;
}
.hp-cat--item .hp-ci img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.hp-cat--item .hp-ct {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #3D4D69;
}
@media (min-width: 600px) and (max-width: 768px) {
  .hp-cat--item .hp-ct {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .hp-cat--item .hp-ct {
    font-size: 25px;
    text-align: center;
  }
}

.hp-tag {
  font-size: 14px;
  margin-top: 25px;
}
.hp-tag--txt {
  font-size: 20px;
  color: #3D4D69;
  text-align: center;
}
.hp-tag--box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hp-tag--box__item {
  display: inline-block;
  text-align: center;
  padding: 2px;
  width: 20%;
  color: #3D4D69;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .hp-tag--box__item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .hp-tag--box__item {
    width: 33.33%;
  }
}
.hp-tag--box__item:hover img {
  opacity: 0.5;
}
.hp-tag--box__item a {
  display: inline-block;
  width: 100%;
  padding: 3px 8px;
}
.hp-tag--box__item a img {
  border: 1px solid rgba(61, 77, 105, 0.2);
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.inner-page {
  margin-top: 6rem;
  min-height: calc(100vh - 62.4px - 6rem - 40px);
}
.inner-page .rejie {
  display: inline-block;
  width: 250px;
  background-color: #3D4D69;
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  padding: 10px 0;
  border-radius: 25px;
  text-align: center;
}

@media (max-width: 600px) {
  .page-cat .breadcrumbs {
    display: none;
  }
}

.page-cat .cat-list {
  padding-top: 6px;
}

.ip-tt1 {
  padding: 8px 0;
  color: #3D4D69;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
}
.cat-list--item {
  width: 20%;
  height: 118px;
  padding: 1px;
}
@media (max-width: 600px) {
  .cat-list--item {
    width: 33.33%;
    height: 83px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .cat-list--item {
    width: 25%;
    height: 130px;
  }
}
.cat-list--item a {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cat-list--item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.cat-list--item a:hover::before {
  height: 100%;
}
.cat-list--item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-list--item a .cat-list__title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 7px 0px;
  font-size: 15.5px;
  color: #fff;
}
@media (max-width: 600px) {
  .cat-list--item a .cat-list__title {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
}
.cat-list--item a .cat-list__title .ct-01 {
  margin-left: 10%;
}
@media (max-width: 600px) {
  .cat-list--item a .cat-list__title .ct-01 {
    margin-left: 0;
  }
  .cat-list--item a .cat-list__title .ct-01 i {
    display: none;
  }
}
.cat-list--item a .cat-list__title .ct-02 {
  margin-left: 25%;
}
@media (max-width: 600px) {
  .cat-list--item a .cat-list__title .ct-02 {
    margin-left: 0;
  }
}

.cat-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.cat-top ::-webkit-scrollbar {
  height: 1px;
}
.cat-top .cat-icon {
  font-size: 30px;
  width: 30px;
  cursor: pointer;
}
.cat-top .cat-nav {
  width: calc(100% - 90px);
  margin: 0 auto;
  overflow-x: auto;
  display: flex;
}
.cat-top .cat-nav--item {
  min-width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  border-style: solid;
  border-width: 1px;
  border-color: #3D4D69;
  color: #3D4D69;
  padding: 16px 10px;
  border-right-width: 0;
  background-color: #eee;
}
.cat-top .cat-nav--item:hover {
  color: #ff5757;
  border-color: #ff5757;
}
.cat-top .cat-nav--item:last-child {
  border-right-width: 1px;
}
.cat-top .cat-nav--item.active {
  background-color: #ff5757;
  border-color: #ff5757;
  color: #fff;
}

.subcat-top .cat-nav {
  flex-wrap: wrap;
}
.subcat-top .cat-nav--item {
  margin-bottom: 5px;
  margin-right: 5px;
  border-right-width: 1px;
  font-size: 12px;
  padding: 8px 5px;
  min-width: 120px;
}

.pl {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.pl--item {
  width: 20%;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .pl--item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .pl--item {
    width: 33.33%;
  }
}
.pl--item figure {
  height: 160px;
  position: relative;
  border: 1px solid #ddd;
}
.pl--item figure img {
  height: 100%;
  object-fit: cover;
}
.pl--item figure .pl-ribbon {
  --f: 8px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 2px; /* the top offset */
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #ff5757;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #ff5757;
  color: #fff;
  padding: 5px 10px 13px 30px;
}
.pl--item figure .pl-ribbon small {
  font-size: 11px;
}
.pl--item .pl-t1 {
  font-size: 14px;
}
.pl--item .pl-t1:hover {
  color: #ff5757;
  text-decoration: underline;
}
.pl--item .pl-pp {
  font-size: 16px;
  color: #ff5757;
  margin: 6px 0;
}
.pl--item .pl-pp .pl-op {
  font-size: 12px;
  display: block;
  color: #777;
}
.pl--item .pl-pp .pl-op span {
  text-decoration: line-through;
}
.pl--item a {
  padding: 5px;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.pl--item a:hover {
  background: #eee;
}

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  margin-right: 8px;
  font-size: 12px;
  margin-bottom: 2px;
}
.breadcrumbs ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #2D3180;
}
.breadcrumbs ul li:after {
  content: ">";
  margin-left: 10px;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}

.pdt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pdt--img {
  width: 58%;
}
@media (max-width: 600px) {
  .pdt--img {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .pdt--img {
    width: 100%;
  }
}
.pdt--img__top {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .pdt--img__top {
    margin-bottom: 0;
  }
}
.pdt--img__top figure {
  border: 1px solid #ddd;
}
.pdt--img__nav {
  display: inline-block;
}
.pdt--img__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.pdt--img__nav ul li {
  width: 80px;
}
@media (max-width: 600px) {
  .pdt--img__nav ul li {
    width: 20%;
  }
}
.pdt--img__nav ul li a {
  display: inline-block;
  width: 100%;
  height: 80px;
  padding: 5px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}
.pdt--img__nav ul li a:hover {
  border-color: #ccc;
}
.pdt--img__nav ul li a.active {
  border-color: #3D4D69;
}
.pdt--img__nav ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdt--txt {
  width: 37%;
  font-size: 16px;
}
@media (max-width: 600px) {
  .pdt--txt {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .pdt--txt {
    width: 100%;
  }
}
.pdt--txt__t1 {
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .pdt--txt__t1 {
    margin-top: 20px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .pdt--txt__t1 {
    margin-top: 20px;
  }
}
.pdt--txt__t1 h2 {
  font-size: 20px;
}
.pdt--txt__pp {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #3D4D69;
}
.pdt--txt__op {
  font-size: 18px;
  display: block;
  color: #777;
}
.pdt--txt__op span {
  text-decoration: line-through;
}
.pdt--txt__count {
  padding: 10px 0;
  background-color: #F2EEE4;
  padding: 20px;
}
.pdt--txt__count input {
  font-size: 15px;
  max-width: 70px;
  padding: 10px;
}
.pdt--txt .cart-box {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.pdt--txt .cart-box .btn-cart {
  display: inline-block;
  background-color: #AC1C1C;
  border: none;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: calc(100% - 80px);
  margin-right: 20px;
}
.pdt--txt .cart-box .btn-cart:hover {
  opacity: 0.7;
}
.pdt--txt .cart-box .btn-fav {
  border: 1px solid #AC1C1C;
  color: #AC1C1C;
  width: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.pdt--txt .cart-box .btn-fav:hover {
  opacity: 0.6;
}

.mycart {
  display: block;
  font-size: 15px;
}
@media (max-width: 600px) {
  .mycart {
    font-size: 13px;
  }
}
.mycart--item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.mycart--item:first-child {
  border-top: 1px solid #ddd;
}
.mycart--item .mci-img {
  display: inline-block;
  width: 15%;
}
.mycart--item .mci-txt {
  width: 45%;
}
@media (max-width: 600px) {
  .mycart--item .mci-txt {
    width: 50%;
  }
}
.mycart--item .mci-txt--01 {
  color: #2D3180;
}
.mycart--item .mci-txt--02 {
  margin: 3px 0;
  font-size: 13px;
}
.mycart--item .mci-txt--03 {
  font-size: 12px;
}
.mycart--item .mci-qty {
  width: 15%;
  display: flex;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 4px 0;
}
@media (max-width: 600px) {
  .mycart--item .mci-qty {
    width: 14%;
  }
}
.mycart--item .mci-qty--item {
  width: 33.33%;
  text-align: center;
}
.mycart--item .mci-pp {
  width: 20%;
  text-align: right;
}
@media (max-width: 600px) {
  .mycart--item .mci-pp {
    width: 15%;
  }
}
.mycart--footer {
  margin-top: 40px;
  display: flex;
}
.mycart--footer .mycf-box {
  margin-left: auto;
}
.mycart--footer .mycf-box--pp {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  font-size: 16px;
}
.mycart--footer .mycf-box--pp h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
.mycart--footer .mycf-box--pp p {
  font-size: 16px;
}

.form-box ul {
  display: flex;
  flex-wrap: wrap;
}

.form-box ul li {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-box ul li:last-child {
  border-bottom-width: 0;
}

.bb-w2 {
  border-bottom-width: 2px !important;
}

.form-title {
  font-size: 16px;
  margin-bottom: 3px;
  width: 28%;
  font-weight: 600;
}

.form-input {
  width: 69%;
}

.form-input--row {
  display: flex;
  align-items: center;
}

.form-input--row span {
  min-width: 30px;
  margin-left: 5px;
}

.form-title .req {
  font-size: 10px;
  color: #fff;
  background-color: #FF0000;
  margin-left: 6px;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 8px;
  line-height: 1.5;
}

.form-detail {
  margin-left: 20px;
}

.questionaire li .form-title {
  width: 100%;
}

.questionaire li .form-input {
  width: 100%;
}

.radio {
  display: flex;
  flex-wrap: wrap;
}

.radio label {
  margin-right: 15px;
  margin-bottom: 5px;
}

.radio label input[type=radio] {
  margin: 4px;
}

.inner-input {
  margin-left: 30px;
}

.inner-input .form-title {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.inner-input .form-input {
  margin-bottom: 15px;
  width: 100%;
}

.error-msg {
  margin-top: 2px;
  font-size: 12px;
  color: #ff5757;
}

.form-box .contact-form li {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #aaa;
}
.form-box .contact-form li:last-child {
  border-bottom: none;
}

.form-control {
  font-size: 15px;
  padding: 4px 12px;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout h3 {
  margin-bottom: 5px;
}
.checkout--form {
  width: 60%;
}
@media (max-width: 600px) {
  .checkout--form {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .checkout--form {
    width: 100%;
    order: 1;
  }
}
.checkout--form h3 .cf-edit {
  display: inline-block;
  float: right;
  text-decoration: underline;
}
.checkout--form h3 .cf-edit::after {
  content: "";
  display: table;
  clear: both;
}
.checkout--form .add-info {
  margin: 15px 0;
}
.checkout--form .float-right {
  display: inline-block;
  float: right;
  text-decoration: underline;
  color: #707070;
}
.checkout--form .float-right::after {
  content: "";
  display: table;
  clear: both;
}
.checkout--cart {
  background-color: #eee;
  border: 1px solid #ccc;
  width: 38%;
  display: inline-block;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .checkout--cart {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .checkout--cart {
    width: 100%;
  }
}
.checkout--cart .coc-pdt {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.checkout--cart .coc-pdt li {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aaa;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout--cart .coc-pdt li:last-child {
  border-bottom: 1px solid #aaa;
}
.checkout--cart .coc-pdt li .cocp-img {
  width: 50px;
}
.checkout--cart .coc-pdt li .cocp-txt {
  width: calc(100% - 50px - 100px);
}
.checkout--cart .coc-pdt li .cocp-txt--pp {
  font-size: 12px;
}
.checkout--cart .coc-pdt li .cocp-pp {
  width: 80px;
  text-align: right;
}
.checkout--cart .coc-kk {
  font-size: 14px;
  margin-top: 40px;
}
.checkout--cart .coc-kk li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout--cart .coc-kk li:last-child {
  font-size: 18px;
}
.checkout .dly {
  display: block;
}
.checkout .dly--item {
  margin-bottom: 20px;
}
.checkout .dly--item.active {
  background-color: #EFF7FF;
}
.checkout .dly--item.active .dli-l1 {
  border-color: #3D4D69;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout .dly--item.active .dli-info {
  display: block;
  transform: none;
}
.checkout .dly--item .dli-l1 {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 5px;
}
.checkout .dly--item .dli-l1 input {
  margin-right: 10px;
}
.checkout .dly--item .dli-info {
  display: none;
  transform: translateY(-100%);
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 10px 10px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.8s;
}
.checkout .dly--item .dli-info p {
  font-size: 14px;
}
.checkout .pay-info {
  background-color: #F5F5F5;
  padding: 20px;
  border: 1px solid #ccc;
}
.checkout .pay-info p {
  font-size: 14px;
  display: flex;
}
.checkout .pay-info p span {
  min-width: 30px;
  margin-right: 15px;
}
.checkout .acpt {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  margin-top: 20px;
}
.checkout .acpt label {
  margin-left: 5px;
}
.checkout .acpt a {
  text-decoration: underline;
}
.checkout .order-conf {
  margin-top: 10px;
  background-color: #011C2A;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  width: 100%;
}

.my-addr {
  display: block;
  font-size: 15px;
}
.my-addr--item {
  border-top: 1px solid #ddd;
  width: 100%;
  display: block;
  padding: 30px 0;
}
.my-addr--item .links {
  display: flex;
  margin-top: 20px;
}
.my-addr--item .links .mal-01 {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 15px;
  padding: 2px 15px;
  font-size: 12px;
}
.my-addr--item .links .mal-01:first-child {
  margin-right: 20px;
}
.my-addr--item .links .mal-def {
  color: #3D4D69;
  margin-left: auto;
}

.mo-search {
  display: block;
  border: 1px solid #ccc;
  padding: 15px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.mo-search .mos-txt {
  color: #3D4D69;
  padding-bottom: 5px;
}
.mo-search .mos-input {
  display: flex;
  font-size: 12px;
}
.mo-search .mos-input select {
  width: 45%;
  text-align: center;
  padding: 5px 6px;
}
.mo-search .mos-input span {
  margin-right: 8px;
  margin-left: 5px;
}
.mo-search .mos-btn {
  margin-top: 25px;
  display: block;
}
.mo-search .mos-btn .mosb-ok {
  background-color: #3D4D69;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  border-color: transparent;
  padding: 6px 0;
  font-size: 14px;
  cursor: pointer;
}
.mo-search .mos-btn .mosb-clr {
  margin-top: 10px;
  background-color: #fff;
  color: #3D4D69;
  border-color: #3D4D69;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
}

.my-ol {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.my-ol--head {
  background-color: #ddd;
  padding: 10px 15px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .my-ol--head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.my-ol--head .mol-od {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .my-ol--head .mol-od {
    font-size: 14.5px;
  }
}
.my-ol--head .mol-od .addto-cart {
  display: inline-block;
  margin-left: 20px;
  float: right;
}
@media (max-width: 600px) {
  .my-ol--head .mol-od .addto-cart {
    margin-left: 0;
  }
}
.my-ol--head .mola-edit {
  display: inline-block;
  color: #0000EE;
  margin-left: 5px;
}
.my-ol--body {
  padding: 20px 15px 0;
}
.my-ol--body .moli-dd {
  font-size: 20px;
  margin-bottom: 20px;
}
.my-ol--body .moli-items {
  display: block;
}
.my-ol--body .moli-items .moli-item {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.my-ol--body .moli-items .moli-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.my-ol--body .moli-items .moli-item .moli-img {
  width: 100px;
  margin-right: 15px;
}
.my-ol--body .moli-items .moli-item .moli-img img {
  max-width: 100%;
}
.my-ol--body .moli-items .moli-item .moli-txt {
  font-size: 15px;
}
.my-ol--body .moli-items .moli-item .moli-txt .moli-t01 {
  margin-bottom: 4px;
  color: #0000EE;
}
.my-ol--body .moli-items .moli-item .moli-txt .moli-t01:hover {
  text-decoration: underline;
}
.my-ol--body .moli-items .moli-item .moli-txt .moli-t02 {
  font-size: 12px;
}
.my-ol--body .moli-items .moli-item .moli-cart {
  margin-top: 10px;
}
.my-ol .addto-cart {
  min-width: 150px;
  border-width: 0;
  font-size: 12px;
  background-color: #AC1C1C;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .my-ol .addto-cart {
    min-width: 140px;
  }
}
.my-ol .cancel-order {
  font-size: 12px;
  background-color: transparent;
  color: #AC1C1C;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}
.my-ol--footer {
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}
.my-ol--footer .molf-item {
  display: flex;
  font-size: 14px;
}
.my-ol--footer .molf-item .molf-t01 {
  width: 85%;
  margin-right: 20px;
  text-align: right;
}
.my-ol--footer .molf-item .molf-t01 {
  min-width: 80px;
  text-align: right;
}

.wl {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .wl {
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .wl {
    justify-content: space-between;
  }
}
.wl--item {
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .wl--item {
    width: 48%;
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .wl--item {
    width: 48%;
    padding: 0;
  }
}
.wl--item figure {
  height: 200px;
  position: relative;
  border: 1px solid #ddd;
}
@media (max-width: 600px) {
  .wl--item figure {
    height: 160px;
  }
}
.wl--item figure img {
  height: 100%;
  object-fit: cover;
}
.wl--item figure .pl-ribbon {
  --f: 8px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 2px; /* the top offset */
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #ff5757;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #ff5757;
  color: #fff;
  padding: 5px 10px 13px 30px;
}
.wl--item figure .pl-ribbon small {
  font-size: 11px;
}
.wl--item .wl-t1 {
  font-size: 14px;
}
.wl--item .wl-t1:hover {
  color: #ff5757;
  text-decoration: underline;
}
.wl--item .wl-pp {
  font-size: 16px;
  color: #ff5757;
  margin: 6px 0;
}
.wl--item .wl-atc button {
  font-size: 14px;
  width: 100%;
  background-color: #3D4D69;
  border-width: 0;
  padding: 6px 0;
  margin-top: 8px;
}
.wl--item .wl-del {
  font-size: 14px;
  float: right;
  cursor: pointer;
  content: "";
  display: table;
  clear: both;
  border: none;
  background-color: transparent;
  color: #AC1C1C;
}
.wl--item .wl-del:hover {
  opacity: 0.7;
}

.catt-nav {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background-color: #efefef;
  margin-bottom: 20px;
}
.catt-nav a {
  text-decoration: underline;
}
.catt-nav a::after {
  display: inline-block;
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

.cat-sortbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #3D4D69;
  margin-bottom: 20px;
}
.cat-sortbox .catsb-nt a {
  display: inline-block;
  border: 1px solid #3D4D69;
  padding: 4px 10px;
}
.cat-sortbox .catsb-opt {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.cat-sortbox .catsb-opt span {
  font-size: 14px;
  min-width: 70px;
}
.cat-sortbox .catsb-opt select {
  font-size: 12px;
  height: auto !important;
  padding: 6px 10px;
  min-width: 80px;
}
.cat-sortbox .catsb-opt::after {
  content: "";
  display: table;
  clear: both;
}

.tags-ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .tags-ul {
    font-size: 13px;
  }
}
.tags-ul li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .tags-ul li {
    margin-right: 8px;
  }
}
.tags-ul li a {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #3D4D69;
  border-radius: 15px;
}
.tags-ul li a.active {
  background-color: #AC1C1C;
  border-color: #AC1C1C;
  color: #fff;
}
.tags-ul li a.active:hover {
  color: #fff;
}
.tags-ul li a:hover {
  border-color: #AC1C1C;
  color: #AC1C1C;
}

.my-bl {
  display: block;
}
.my-bl--head {
  background-color: #F2EEE4;
  border: 1px solid #3D4D69;
  padding: 10px 20px;
}
.my-bl--head h4 {
  display: inline-block;
  margin-right: 50px;
}
.my-bl--head .mbl-pp {
  font-size: 35px;
  color: #3D4D69;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.my-bl--body {
  margin-top: 30px;
}
.my-bl--body table {
  font-size: 14px;
}
.my-bl--body table tr td {
  color: #707070;
}

.smodal {
  display: block;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.smodal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (max-width: 600px) {
  .smodal-content {
    width: 95%;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.sclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.sclose:hover,
.sclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.smodal-header {
  padding: 12px 15px;
  background-color: #3d4d69;
  color: white;
}

.smodal-body {
  padding: 15px;
  max-height: 450px;
  min-height: 200px;
  overflow-y: auto;
}

.smodal-footer {
  border-top: 1px solid #ccc;
  padding: 15px 15px;
}

/* Menu */
.ozmenu ul.ozmenu-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
}

.ozmenu ul.ozmenu-nav > li {
  position: relative;
  float: left;
  width: auto;
}

.ozmenu ul.ozmenu-nav > li a:hover {
  color: rgb(0, 0, 0) !important;
}

.ozmenu ul li.dropdownitem > a:after {
  width: 15px;
  height: 15px;
  text-align: center;
  float: right;
  background-color: #000;
  content: "";
  margin: 1px 0px 0px 3px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.ozmenu ul li .dropdown {
  display: none;
  position: absolute;
  min-width: 200px;
}

@media screen and (min-width: 993px) {
  .ozmenu ul.ozmenu-nav > li a {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    position: relative;
  }
  .ozmenu ul li.dropdownitem:hover .dropdown {
    display: block;
    position: absolute;
    margin: 0;
    padding: 5px 0px;
    min-width: 220px;
    padding-top: 0px !important;
  }
  .ozmenu ul li.dropdownitem:hover > a {
    border-radius: 8px 8px 0px 0px !important;
  }
  .ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a {
    border-radius: 8px !important;
  }
  .ozmenu ul li.dropdownitem:hover .dropdown .dropdown {
    display: none;
  }
  .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
    padding-left: 16px;
    position: absolute;
    margin: 0;
    padding-top: 0px !important;
    min-width: 200px;
    display: inline-table;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
  }
  .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
    display: none !important;
    visibility: hidden;
  }
  .ozmenu ul li.dropdownitem .dropdown ul {
    list-style: none;
    background-color: #fff;
    float: left;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
  }
  .ozmenu ul li.dropdownitem ul li a {
    color: #333 !important;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
  }
  .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
    color: #333 !important;
    padding-left: 7px;
    transition: all 0.15s ease-out;
  }
  /* Animations */
  .dropdownitem .dropdown {
    animation: translateDown 200ms 0ms ease-in-out forwards;
    transform-origin: top center;
  }
  .dropdownitem .dropdownitem .dropdown {
    transform-origin: top center !important;
    animation: translateX 200ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  /* Dropdown + Dropdown */
  .ozmenu ul li.dropdownitem ul li .nav-dropdown:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.ozmenu ul.ozmenu-nav .dropdown ul li {
  float: left;
  width: 100%;
}

.ozmenu ul.ozmenu-nav .dropdown ul li a {
  padding: 8px 0px;
}

.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
  border-bottom: 1px dotted #eee;
}

.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
  border-bottom: 0px !important;
}

/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after {
  display: none !important;
}

.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
  border-bottom: 0px !important;
}

.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

/* Responsive Menu */
.menu-open {
  display: block !important;
  float: right;
}

.ozmenu {
  position: relative;
  display: none;
}

@media screen and (max-width: 993px) {
  .menu-open,
  .menu-close {
    cursor: pointer;
    color: #333;
    text-decoration: none;
  }
  .menu-open {
    display: block;
  }
  .menu-close {
    display: none;
  }
  .ozmenu.active {
    display: block;
  }
  .mobile-menu-active .menu-close {
    display: block !important;
    z-index: 15;
    position: absolute;
    right: 13px;
    left: unset !important;
    top: 0px;
    float: left;
  }
  .ozmenu-nav {
    display: none !important;
  }
  .ozmenu.active .ozmenu-nav {
    display: block !important;
  }
  .ozmenu.active {
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    width: 300px;
    height: 100vh;
    display: flex;
    z-index: 14;
  }
  .ozmenu.active .ozmenu-nav {
    background-color: #fff;
    float: left;
    margin-top: 0px;
    padding: 40px 20px;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transform-origin: top center !important;
  }
  .ozmenu.active .ozmenu-nav, .menu-close {
    animation: translateX 400ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-160px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .ozmenu ul.ozmenu-nav > li {
    float: left;
    width: 100%;
  }
  .ozmenu ul.ozmenu-nav > li a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
  }
  .ozmenu ul.ozmenu-nav > li a.active {
    color: #AC1C1C;
  }
  .ozmenu ul.ozmenu-nav > li a:hover {
    float: left;
    width: 100%;
    transition: all 0.25s ease-out;
    text-decoration: none;
    color: #AC1C1C !important;
    padding: 10px 0px;
  }
  .ozmenu ul li.dropdownitem > a:hover:after {
    background-color: rgb(103, 130, 252) !important;
  }
  .nav-dropdown.opened {
    color: #AC1C1C !important;
    border-bottom: 1px solid #ccc !important;
  }
  .ozmenu ul.ozmenu-nav > li:last-child a {
    border-bottom: 0px solid #ddd;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
    list-style: none;
    float: left;
    margin-left: 0px;
    padding-left: 7px;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
    padding-left: 15px;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0px;
    min-width: unset;
    padding-top: 0px !important;
    float: left;
  }
  .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown {
    display: none;
  }
  #menu-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 13;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #menu-overlay.show {
    display: block !important;
  }
  .menu-open .open {
    width: 40px;
    height: 40px;
    float: right;
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .mobile-menu-active .menu-open .open, .menu-open .open:hover {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
  }
  .menu-close .close {
    width: 38px;
    height: 38px;
    float: right;
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .menu-close .close:hover {
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
  }
  .ozmenu.active ul li.dropdownitem > a.opened:after {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
  }
}
@media screen and (max-width: 500px) {
  .ozmenu.active {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .ozmenu.active {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
