@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Merienda:wght@500;600;700&family=Noto+Sans+JP:wght@300;400;500&display=swap"); */
@import url("./fonts/Roboto_Condensed.css");
@import url("./fonts/Merienda.css");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.214;
  font-weight: 300;
  background-size: contain;
  background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #e3b42c;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

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

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

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  -moz-transition: opacity 0.26s ease;
  -ms-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
}

.trans:hover {
  opacity: 0.7;
}

.container {
  margin: auto;
}

@media (min-width: 768px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

@media (min-width: 768px) {
  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .row>* {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.col-md-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
}

.col-md-2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
}

.col-md-3 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

.col-md-4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
}

.col-md-5 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
}

.col-md-6 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }
}

.col-md-7 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
}

.col-md-8 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
}

.col-md-9 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }
}

.col-md-10 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}

.col-md-11 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

.col-md-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  max-height: 400px !important;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-height: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  color: #007739;
  -webkit-box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  background: #00467a;
  padding: 0.843rem 0;
  position: sticky;
  z-index: 100;
  top: 0;
}

@media (min-width: 768px) {
  .header {
    padding: 0;
  }
}

.header__content {
  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;
}

.header__box {
  display: none;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {
  .header__box>*+* {
    margin-left: 3rem;
  }
}

.header__nav {
  margin-top: 0.8rem;
}

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

@media (min-width: 768px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu-item {
  border-bottom: 0.1rem solid #00467a;
}

@media (min-width: 768px) {
  .header__menu-item+.header__menu-item {
    margin-left: 3rem;
  }
}

.header__menu-item:hover .header__menu-link::before {
  opacity: 1;
  width: 100%;
}

.header__menu-link {
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  padding: 0.8rem 0;
  color: #fec024;
}

@media (min-width: 768px) {
  .header__menu-link {
    padding: 2.6rem 0 2.6rem;
    display: block;
  }
}

.header__menu-link:hover {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .header__menu-link::before {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #b59e3c;
    bottom: -0.1rem;
    left: 0;
    opacity: 0;
    width: 0;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
}

.header__menu-link.active-nav::before {
  opacity: 1;
  width: 100%;
}

.header__logo img {
  height: 4rem;
}

@media (min-width: 768px) {
  .header__logo img {
    height: 6rem;
  }
}

.header__social {
  margin-top: 2.4rem;
}

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

@media (min-width: 768px) {
  .header__social-title {
    display: none;
  }
}

.header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2rem;
}

@media (min-width: 768px) {
  .header__social-list {
    margin-top: 0;
  }
}

.header__social-item+.header__social-item {
  margin-left: 1.6rem;
}

@media (min-width: 768px) {
  .header__social-item+.header__social-item {
    margin-left: 2rem;
  }
}

.header__social-link:hover {
  text-decoration: none;
}

.header__social-link:hover i {
  color: #855439;
}

.header__social-link .fa-brands {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

.header__burger-line {
  width: 2rem;
  height: 0.2rem;
  background-color: #007739;
  display: block;
  margin: 0.45rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-header {
  overflow: hidden;
}

.active-header .header__box {
  display: block;
  position: fixed;
  z-index: 100;
  height: calc(100% - 5.5rem);
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  left: 0;
  top: 5.5rem;
  padding-bottom: 3rem;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

.active-header .header__burger-line:nth-child(2) {
  opacity: 0;
}

.active-header .header__burger-line:nth-child(1) {
  -webkit-transform: translateY(0.65rem) rotate(45deg);
  transform: translateY(0.65rem) rotate(45deg);
}

.active-header .header__burger-line:nth-child(3) {
  -webkit-transform: translateY(-0.65rem) rotate(-45deg);
  transform: translateY(-0.65rem) rotate(-45deg);
}

.scroll-top__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  background-color: #00467a;
  color: #fff;
  font-size: 2rem;
  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;
  -webkit-transform: translateZ(0);
  position: fixed;
  z-index: 2;
  right: 2rem;
  bottom: 1rem;
  transform: translateZ(0);
  cursor: pointer;
}

.scroll-top__icon:hover {
  background-color: #febf23;
}

.active-top .scroll-top {
  position: relative;
}

.active-top .scroll-top__icon {
  position: absolute;
}

.footer {
  background-color: rgb(0 70 123);
  color: #fff;
  padding: 2rem 0 2rem;
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 10rem;
  }
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  height: 200px;
}

.footer__ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer__ttl {
    font-size: 2rem;
  }
}

.footer__copyright {
  text-align: center;
  display: block;
}

.footer__contact {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__item+.footer__item {
  margin: 2rem 0 0;
}

@media (min-width: 768px) {
  .footer__item+.footer__item {
    margin: 0 0 0 4rem;
  }
}

.footer__item>i {
  margin-right: 1rem;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .footer__item>i {
    font-size: 2rem;
  }
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social-item+.footer__social-item {
  margin-left: 10px;
}

.footer__social-link i {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .footer__social-link i {
    font-size: 2rem;
  }
}

.breadcrumb {
  margin-top: 2rem;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__item {
  font-size: 1.8rem;
  color: #008fd6;
}

.breadcrumb__item+.breadcrumb__item {
  position: relative;
  padding-left: 2rem;
}

.breadcrumb__item+.breadcrumb__item::before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  display: block;
  background-color: #000;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  position: absolute;
  top: 0.2rem;
  left: 0.8rem;
}

.breadcrumb__item a {
  color: #000;
  text-decoration: underline;
}

.title-one {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: capitalize;
  color: #febf23;
  margin-bottom: 4rem;
  font-family: "Merienda", cursive;
}

@media (min-width: 768px) {
  .title-one {
    font-size: 5rem;
    line-height: 1.6;
  }
}

.title-one__light {
  font-weight: 300;
}

.btn {
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 3rem;
  padding: 0.8rem;
  color: #fff;
  text-align: center;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  background-color: #007739;
  margin: auto;
  max-width: 20rem;
  display: block;
}

.btn:hover {
  background-color: #855439;
  color: #fff;
}

.form-group {
  width: 100%;
  /* margin-top: 2rem; */
}

.error {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #f52725;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-top: 0.8rem;
}

@media (min-width: 768px) {
  .error {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.count-char {
  font-size: 1rem;
  text-align: right;
  line-height: 1;
  color: #008fd6;
  margin: 0.8rem 0 0 0;
}

@media (min-width: 768px) {
  .count-char {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.form-label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  font-weight: 500;
  color: #008fd6;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #414141;
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 1rem;
  padding: 0.7rem 1.7rem;
  outline: none;
}

@media (min-width: 768px) {
  .form-control {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0.7rem 2.1rem;
  }
}

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

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

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

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

.form-control::placeholder {
  color: #ccc;
}

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

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

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

.form-control:focus,
.form-control:active {
  border-color: #895eb2;
}

.form-control:hover {
  border-color: #ea7e4a;
}

.form-control.is-invalid {
  border-color: #f52725;
}

.select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.75rem) center;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
  }
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked~.checkbox__checkmark {
  background-color: #008fd6;
}

.checkbox input:checked~.checkbox__checkmark:after {
  display: block;
}

.checkbox input:not(:checked)~.checkbox__checkmark:hover {
  border-color: #ea7e4a;
}

.checkbox input.is-invalid~.checkbox__checkmark {
  border-color: #f52725;
}

.checkbox__checkmark {
  position: absolute;
  top: 0.4rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  border: 0.1rem solid #008fd6;
}

.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.5rem;
  top: -0.1rem;
  width: 0.8rem;
  height: 1.4rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown {
  color: #414141;
}

.dropdown__tool {
  position: relative;
  cursor: pointer;
}

.dropdown__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 0 1.7rem;
}

@media (min-width: 768px) {
  .dropdown__bar {
    height: 4.3rem;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 2.1rem;
  }
}

.dropdown__bar .fa-chevron-up {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .dropdown__bar .fa-chevron-up {
    right: 2.6rem;
  }
}

.dropdown__bar:hover {
  color: #ea7e4a;
}

.dropdown__bar:hover .fa-chevron-up {
  color: #ea7e4a;
}

.dropdown__list {
  display: none;
  position: absolute;
  width: 100%;
  top: 4.2rem;
  left: 0;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #000;
  list-style: none;
  padding: 1.6rem 2.4rem;
  z-index: 4;
  max-height: 35rem;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .dropdown__list {
    top: 5.5rem;
  }
}

.dropdown__item {
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 0.6rem 0;
}

@media (min-width: 768px) {
  .dropdown__item {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.dropdown__item:hover {
  color: #ea7e4a;
}

.dropdown__item:first-child {
  padding-top: 0;
}

.dropdown__item:last-child {
  padding-bottom: 0;
}

.dropdown__item.--is-select {
  color: #895eb2;
}

.dropdown.--active .dropdown__list {
  display: block;
}

.dropdown.--active .dropdown__bar .fa-chevron-up {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.select-lang {
  position: relative;
  width: 100%;
  border: 0.1rem solid #000;
  background: #fff;
  border-radius: 4.8rem;
  padding: 1rem 1.8rem;
  z-index: 0;
  margin-top: 2rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .select-lang {
    width: 25rem;
    padding: 0.9rem 1.8rem;
  }
}

.select-lang.--active {
  border-radius: 0 0 2.2rem 2.2rem;
  z-index: 2;
}

.select-lang.--active .select-lang__list {
  display: block;
}

.select-lang.--active .select-lang__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.select-lang__arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .select-lang__arrow {
    right: 2.2rem;
  }
}

.select-lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #014248;
}

.select-lang__item img {
  width: auto;
  height: 2.4rem;
  padding-right: 1.2rem;
}

@media (min-width: 768px) {
  .select-lang__item img {
    height: 3rem;
    padding-right: 1.3rem;
  }
}

.select-lang__item span {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .select-lang__item span {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.select-lang__current img {
  width: auto;
  height: 2.4rem;
  padding-right: 1.2rem;
}

@media (min-width: 768px) {
  .select-lang__current img {
    height: 3rem;
    padding-right: 1.3rem;
  }
}

.select-lang__list {
  position: absolute;
  display: none;
  width: 100%;
  bottom: calc(100% - 1px);
  right: 0;
  background: #fff;
  border-radius: 2.2rem 2.2rem 0 0;
  border-width: 0.1rem 0.1rem 0 0.1rem;
  border-color: #000;
  border-style: solid;
}

@media (min-width: 768px) {
  .select-lang__list {
    width: 100%;
  }
}

.select-lang__list .select-lang__item {
  cursor: pointer;
  padding: 0.6rem 1.6rem;
}

.select-lang__list:hover .select-lang__item {
  opacity: 0.5;
}

.select-lang__list:hover .select-lang__item:hover {
  opacity: 1;
}

.select-lang__link {
  color: #000;
}

.select-lang .d-none {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1072;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  visibility: hidden;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.modal.show .modal__dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal__open {
  overflow: hidden;
}

.modal__open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  z-index: 10;
}

@media (min-width: 768px) {
  .modal__dialog {
    max-width: 50rem;
    margin: 1.7rem auto;
    min-height: calc(100% - 3.5rem);
  }
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.1rem solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal__close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 0.1rem 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 0.5;
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
}

.modal__title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0.1rem solid #e9ecef;
}

.modal__backdrop {
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1071;
}

.modal__backdrop.show {
  opacity: 0.5;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__nav li {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tabs__nav li.--active {
  color: #fff;
  background-color: #008fd6;
}

.tabs__nav li a {
  padding: 1rem;
  display: block;
}

.tabs__content {
  display: none;
}

.tabs__content.--active {
  display: block;
}

.ctl-fitler{
  align-items: center;
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
}
.slider-container{
  min-width: 160px;
}
@media (max-width: 768px) {
  .ctl-fitler {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
    align-items: normal;
  }
}
@media (min-width: 768px) {
  .product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .product__item {
    width: calc(33.3333333333% - 20px);
  }
}

@media (min-width: 768px) {
  .product__item:nth-child(n+4) {
    margin-top: 0;
  }
}

.product__item+li {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .product__item+li {
    margin-top: 0;
  }

}

.product__link {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__link:hover {
  opacity: 0.7;
}

.product__img {
  width: 400px;
  height: 260px;
  display: flex;
}

@media (min-width: 767px) {
  .product__img {
    width: unset;
    background: antiquewhite;
  }
}

@media (max-width: 768px){
  .product__img {
    width: 100%;
    height: 400px;
  }
}

.product__img > img {
  /* height: auto; */
  /* width: 100%; */
  text-align: center;
  margin: 0 auto;
  /* background: #276ea3; */
}

.product__ttl {
  font-size: 1.6rem;
  margin: 8px 0;
}

.product__price {
  font-size: 1.4rem;
  color: #ff0000;
}

.pagination {
  margin-top: 8rem;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li.active a {
  background-color: #007739;
  color: #fff;
}

.pagination li a {
  color: black;
  float: left;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
}

.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.harvest {
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .harvest {
    margin-bottom: 5rem;
  }
}

.harvest__item+.harvest__item {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .harvest__item+.harvest__item {
    margin-top: 10rem;
  }
}

.harvest__line {
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background-color: #5c5c5c;
  left: 0;
  right: auto;
  margin: auto;
}

@media (min-width: 768px) {
  .harvest__line {
    left: 0;
    right: 0;
    width: 0.2rem;
  }
}

.harvest__time {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .harvest__time {
    width: 50%;
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
  }
}

.harvest__time::before {
  content: "";
  width: 3rem;
  display: block;
  position: absolute;
  height: 0.2rem;
  background-color: #5c5c5c;
  bottom: -0.5rem;
  left: 0;
}

@media (min-width: 768px) {
  .harvest__time::before {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .fruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .fruit__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fruit__item:nth-child(2n) .fruit__block {
    margin-left: auto;
  }
}

.fruit__item:nth-child(n+1) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .fruit__item:nth-child(n+1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .fruit__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}

.fruit__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #5c5c5c;
  overflow: hidden;
  padding: 2rem 2rem;
}

@media (min-width: 768px) {
  .fruit__block {
    max-width: 70%;
  }
}

.fruit__time {
  width: 30%;
}

.fruit__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fruit__name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.fruit__desc {
  max-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .fruit__name {
    font-size: 1.6rem;
  }
}

.fruit__price {
  color: #ff0000;
}

.fruit__date {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .fruit__date {
    margin-bottom: 1rem;
  }
}

.sec-block {
  margin-top: 5rem;
}

.sec-block+.sec-block {
  padding: 8rem 0 0;
}

@media (min-width: 768px) {
  .sec-block+.sec-block {
    padding: 48px 0 0;
  }
}

@media (min-width: 768px) {
  .sec-block {
    margin-top: 48px;
  }
}

.sec-product-detail {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .sec-product-detail {
    margin-top: 8rem;
  }
}

.product-detail .title-one {
  margin-bottom: 20px;
}

.product-detail__block {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product-detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .product-detail__img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-detail__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.product-detail__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.product-detail__rate>*+* {
  margin-left: 10px;
}

.product-detail__rate-count {
  padding-left: 10px;
  position: relative;
}

.product-detail__rate-count::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #5c5c5c;
  display: block;
  position: absolute;
  left: 0;
}

.product-detail__rate-count span {
  padding-right: 5px;
}

.product-detail__price {
  font-size: 5rem;
  color: #ff0000;
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 10px;
}

.product-detail__desc {
  margin-bottom: 50px;
}

.product-detail__ttl {
  margin-bottom: 20px;
}

.product-detail__list {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .product-detail__list {
    font-size: 2rem;
  }
}

.product-detail__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail__list li+li {
  margin-top: 10px;
}

.product-detail__list .product-detail__topic {
  min-width: 150px;
  font-weight: bold;
}

.product-detail__area {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
  transition: all .3s ease;
  line-height: 45px;
}

.product-detail__area.expand {
  width: 100%;
  max-height: unset;
}

.evaluate {
  margin-bottom: 20px;
}

.evaluate__box {
  border: 1px solid #ddd;
}

.evaluate__block {
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .evaluate__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
  }
}

.evaluate__start {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .evaluate__start {
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.evaluate__start-number {
  color: #ff0000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .evaluate__start-number {
    font-size: 1.8rem;
  }
}

.evaluate__start-number .larger {
  font-size: 150%;
  margin-right: 0.5rem;
}

.evaluate__tag span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 5px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .evaluate__tag span {
    font-size: 1.4rem;
  }
}

.comment__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.comment__list li+li {
  border-top: 1px solid #ddd;
}

.comment__logo {
  max-width: 80px;
}

.comment__name {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .comment__name {
    font-size: 1.6rem;
  }
}

.comment__start-list {
  margin-bottom: 0.5rem;
}

button.load-more {
  background: #00467a;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: none;
  min-width: 150px;
  display: block;
}

.hide {
  visibility: hidden;
  display: none ! important;
}

.nav-cart .cart-icon {
  background-image: url(/public/images/gio-hang.png);
  background-size: cover;
  height: 38px;
  left: 50%;
  top: 65%;
  width: 3.8rem;
}

.cart__detail {
  display: flex;
}

.container__left {
  display: inline-block;
  width: 70%;
  padding-right: 16px;
}

.nav-cart .cart-num {
  background: #f36e36;
  border: 3px solid #f36e36;
  border-radius: 50%;
  color: #fff;
  line-height: 1.2rem;
  font-weight: 400;
  position: absolute;
  padding: 3px;
  left: 11px;
  top: -11px;
  min-width: 20px;
  text-align: center;
}

.cart-item-checkbox {
  margin-right: 28px;
  vertical-align: middle;
  display: flex;
}

.cart__left {
  display: flex;
  overflow: hidden;
  text-align: left;
}

.cart__shop_name > img {
  width: 32px;
  margin-right: 8px;
}

.cart___item_img {
  width: 200px;
  float: left;
}

.cart__item {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr !important;
  margin-bottom: 16px;
}

.cart__item_price {
  /* padding: 4px 0; */
  text-align: left;
}

.cart___item_name {
  margin-left: 16px;
  width: 60%;
  height: 5.1rem;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.cart__item_quantity {
  text-align: center;
}

.cart__item_total {
  text-align: right;
  display: inline-block;
}

.cart__sum_total {
  display: grid;
  grid-template-columns: 32fr 1fr auto;
  padding: 0 8vh;
}

.cart__sum_total .product__text {
  text-align: right;
  padding-right: 20vh;
}

.cart__middle {
  text-align: center;
  display: inline-block;
}

.item__quantity-down,
.item__quantity-up {
  width: 20px;
  background: #007739;
  color: #fff;
  display: inline-block;
}

.cart__item_quantity {
  width: 50px;
}

.container__right {
  display: flex;
  width: 30%;
  position: sticky;
  right: 0;
  top: 15%;
  height: 20%;
  flex-direction: column;
}

.right {
  text-align: right;
  display: block;
}
.center {
  display: flex;
  margin: auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .nav-cart {
    position: fixed;
    bottom: 0;
    border-radius: 50%;
    background: #5be54a;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 10px;
    display: flex;
    justify-content: center;
  }

  .nav-cart .cart-icon {
    position: static;
    width: 2.2rem;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    justify-content: center;
  }

  .nav-cart .cart-num {
    border: none;
    font-size: 0.8rem;
    top: 0.3rem;
    left: 0.6rem;
  }

  button.load-more {
    font-size: 14px;
  }

  .product-detail__info {
    padding-left: 0;
    padding-top: 30px;
  }

  .nav-cart {
    right: 2rem;
    bottom: 5rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}

.product-quantity__price {
  margin-top: 20px;
}

.product-detail__info {
  padding-left: 30px;
}

.big-btn {
  display: flex;
  margin-top: 32px;
}

.group-btn {
  display: flex;
  margin-top: 20px;
}

.group-btn button.load-more {
  margin: 0;
}

.group-btn button+button {
  margin-left: 20px !important;
}

.cart__shop_name {
  margin: 16px 0;
  font-weight: 400;
}

.summary-section-heading {
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
}

div#checkout-summary-text {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.summary-section-content .form-group{
  margin-top: 2rem;
}

.checkout-order {
  padding-top: 16px;
}

.summary-section {
  width: 100%;
}

.summary-section + .summary-section {
  margin-top: 2rem;
}

.checkout-summary-value {
  font-weight: 400;
  color: red;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .container__left {
    display: inline-block;
    width: 100%;
  }

  .cart__item {
    padding: 0;
    display: inline-table;
    width: 100%;
  }

  .cart__left {
    width: 100%;
    padding-bottom: 8px;
  }

  .cart__shop_name {
    display: inline-flex;
  }

  .cart__item_total {
    width: 100%;
  }
  .cart___item_name {
    height: 5.1rem;
    -webkit-line-clamp: 4;
  }
  .cart___item_img {
    min-width: 10rem;
  }

  .cart__middle {
    float: right;
  }

  .cart__item_price {
    float: left;
    left: 40px;
    position: relative;
  }

  .cart-item-checkbox {
    margin-right: 28px;
  }

  .cart__detail {
    display: block;
  }

  .container__right {
    width: 100%;
    display: flex;
    margin: 16px 0;
    position: sticky;
    right: 0px;
    bottom: 0px;
    background: white;
  }

  .cart__item  {
    margin-bottom: 16px;
  }
}


@media screen and (max-width: 768px) {
  button.load-more {
    font-size: 14px;
  }
  .product-detail__info {
    padding-left: 0;
    padding-top: 30px;
  }
  .cart___item_name {
    height: 4rem;
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 768px) {
  .nav-cart .header__menu-link {
    padding: 0;
  }

  .nav-cart .cart-icon {
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
    display: block;
    margin: 0;
  }

  .cart___item_img {
    width: 30%;
  }
}

/*** Checkout ***/

.checkout__shop {
  display: inline-block;
}

.checkout__shop_name {
    margin-bottom: 16px;
    margin-top: 16px;
}

.checkout__detail {
  display: flex;
}

.checkout__shop_name > img {
  width: 32px;
  margin-right: 8px;
}

.checkout___item_img {
  width: 200px;
}

.checkout__item {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 3fr!important;
}

.checkout__item_price {
  text-align: left;
}

.checkout___item_name {
  /* height: 5rem; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.checkout___item_label {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  padding-left: 16px;
}

.checkout__item_price_quantity {
  display: flex;
  justify-content: space-between;
}

.checkout__item_quantity {
  text-align: center;
}

.checkout__item_total {
  text-align: right;
  display: inline-block;
}

.checkout__sum_total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: 400;
  width: 100%;
}

.checkout__sum_total .product__text {
  text-align: right;
  padding-right: 20vh;
}

.checkout__middle {
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .container__left {
    display: inline-block;
    width: 100%;
    padding-right: unset;
  }

  .checkout__item {
    padding: 0;
    width: 100%;
  }

  .checkout__shop_name {
    display: inline-flex;
  }

  .checkout__item_total {
    width: 100%;
  }
  .checkout___item_name {
    height: 5.1rem;
    -webkit-line-clamp: 4;
  }

  .checkout__middle {
    float: right;
  }

  .checkout__detail {
    display: block;
  }

  .container__right {
    width: 100%;
    display: flex;
    margin: 16px 0;
    position: sticky;
    right: 0px;
    bottom: 0px;
    background: white;
  }

  .checkout__item  {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .checkout___item_name {
    height: 4rem;
    -webkit-line-clamp: 3;
  }
}

.ctl-fitler * {
  margin: 8px 0;
}



/* Gallery container */
#my-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  padding: 20px;
  background: #f9f9f9;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

/* Link wrapping each image */
#my-gallery a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Hover effect for each card */
#my-gallery a:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Image styling */
#my-gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  margin: auto;
}

/* Slight zoom on image hover */
#my-gallery a:hover img {
  transform: scale(1.08);
}

/* Responsive spacing */
@media (max-width: 768px) {
  #my-gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    padding: 15px;
  }
}

.product-visisted__desc {
  font-size: small;text-align: right;
}