@charset "UTF-8";
@font-face {
  font-family: "Pacifico";
  src: url("/assets/fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Bangers";
  src: url("/assets/fonts/Bangers-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

@font-face {
  font-family: "RobotoCondensed";
  src: url("/assets/fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RobotoCondensed";
  src: url("/assets/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "RobotoCondensed";
  src: url("/assets/fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

body {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden; }

img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #43851c;
    text-decoration: none;
    outline: none; }

input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Roboto";
  color: #7D7E7E;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Roboto";
  color: #7D7E7E; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Roboto";
  color: #7D7E7E; }

.wow {
  animation-fill-mode: both; }

.zoomContainer {
  z-index: 10; }

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

@media (min-width: 992px) {
  .show-mobile {
    display: none !important; } }

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

@media (min-width: 992px) {
  .show-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .show-lg {
    display: none !important; } }

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

@media (max-width: 991px) {
  .hide-md {
    display: none !important; } }

@media (max-width: 1199px) {
  .hide-lg {
    display: none !important; } }

.vnd {
  position: relative; }

.vnd::after {
  content: "";
  width: 0.46875vw;
  height: 0.72917vw;
  position: absolute;
  left: calc(100% + 2px);
  top: 1px;
  background: url("/assets/images/vnd.png");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (max-width: 767px) {
    .vnd::after {
      width: 1.5vw;
      height: 2vw; } }

.fancybox-type-iframe .fancybox-inner {
  position: relative;
  overflow: auto;
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.fancybox-wrap {
  width: 75vw !important;
  left: 50% !important;
  transform: translateX(-50%); }

.lvd-button__solid-green {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  background: #a3c855;
  color: #628419;
  box-shadow: 1px #628419;
  -webkit-box-shadow: 0px 2px 1px 0px #628419;
  -moz-box-shadow: 0px 2px 1px 0px #628419;
  box-shadow: 0px 2px 1px 0px #628419;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 2.08333vw;
  padding-right: 2.08333vw;
  border-radius: 2.86458vw;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.9375vw;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    .lvd-button__solid-green {
      font-size: 3vw;
      padding-left: 4vw;
      padding-right: 4vw;
      padding-top: 2vw;
      padding-bottom: 1.5vw;
      border-radius: 20px; } }
  .lvd-button__solid-green.not-uppercase {
    text-transform: none; }
  .lvd-button__solid-green:hover {
    transform: translateY(-3px); }
  .lvd-button__solid-green:hover {
    text-shadow: 0px 1px 0px #00413b;
    color: #fff; }

.lvd-button__solid-white {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
  color: #a3c855;
  border: 1px solid #e6e6e6;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 2.08333vw;
  padding-right: 2.08333vw;
  border-radius: 2.86458vw;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.9375vw;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    .lvd-button__solid-white {
      font-size: 3vw;
      padding-left: 4vw;
      padding-right: 4vw;
      padding-top: 2vw;
      padding-bottom: 1.5vw;
      border-radius: 20px; } }
  .lvd-button__solid-white.not-uppercase {
    text-transform: none; }
  .lvd-button__solid-white:hover {
    transform: translateY(-3px); }
  .lvd-button__solid-white:hover {
    color: #fff;
    background: #a3c855;
    text-shadow: 0px 1px 0px #00413b; }

.title__normal {
  font-family: "Pacifico";
  font-size: 2.5vw;
  color: #000; }
  @media (max-width: 991px) {
    .title__normal {
      font-size: 24px; } }

.tag__hot {
  color: #c10727 !important;
  position: relative; }

.tag__hot:after {
  content: "HOT";
  font-family: "Roboto";
  font-weight: 900;
  font-size: 0.52083vw;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(130%) translateY(-0.41667vw);
  display: inline-block;
  padding: 0.15625vw 0.26042vw;
  background: #d80328;
  z-index: 2; }
  @media (max-width: 991px) {
    .tag__hot:after {
      font-size: 7px;
      padding: 2px 4px;
      transform: translateX(130%) translateY(-9px); } }

.tag__hot:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(130%) translateY(0.26042vw);
  border-top: 0.3125vw solid transparent;
  border-right: 0.52083vw solid #d80328;
  border-bottom: 0 solid transparent;
  z-index: 1; }
  @media (max-width: 991px) {
    .tag__hot:before {
      border-top-width: 5px;
      border-right-width: 6px;
      transform: translateX(130%) translateY(0); } }

.tag__hot--white:after {
  color: #d80328;
  background: #ffffff; }

.tag__hot--white:before {
  border-right-color: #ffffff; }

.layout__container {
  max-width: 83.33333vw;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 991px) {
    .layout__container {
      max-width: initial;
      padding-left: 2vw;
      padding-right: 2vw; } }

.slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-image: url("/assets/images/slider-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.82292vw;
  height: 2.60417vw;
  z-index: 2; }
  @media (max-width: 767px) {
    .slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
      width: 20px;
      height: 29px; } }

.slick-prev {
  transform: rotate(180deg) translateY(50%);
  left: -3.125vw; }
  @media (max-width: 991px) {
    .slick-prev {
      left: -5px; } }

.slick-next {
  right: -3.125vw; }
  @media (max-width: 991px) {
    .slick-next {
      right: -5px; } }

.slick-next:before, .slick-prev:before {
  content: none; }

.slick-slide {
  height: auto;
  outline: none; }

.slick-dots {
  bottom: 1.30208vw; }

.slick-dots li {
  background: #417c1e;
  border-radius: 50%;
  width: 0.78125vw;
  height: 0.78125vw; }
  @media (max-width: 992px) {
    .slick-dots li {
      width: 10px;
      height: 10px; } }
  .slick-dots li button {
    visibility: hidden; }
  .slick-dots li.slick-active {
    background: #fff; }

/*
-----------------------------------------*/
.c-mainvisual {
  position: relative; }
  .c-mainvisual__img {
    padding: 0 0.10417vw;
    width: 100%;
    position: relative; }
    .c-mainvisual__img:before {
      content: "";
      display: block;
      padding-top: 33.85%; }
  .c-mainvisual__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.c-side__ttl {
  font-family: "Pacifico";
  font-size: 2.1875vw;
  margin: 0 0 2.39583vw;
  padding: 0; }
  @media (max-width: 991px) {
    .c-side__ttl {
      margin: 0 0 7.1875vw;
      font-size: 4.375vw; } }

.c-side__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 991px) {
    .c-side__list {
      width: calc(100% - 6vw); } }
  @media (max-width: 767px) {
    .c-side__list {
      width: calc(100% - 12vw); } }

@media (max-width: 991px) {
  .c-side__list .slick-list {
    overflow: visible !important; } }

.c-side__list .slick-next {
  right: -11.71875vw !important; }

.c-side__menu-item {
  position: relative;
  cursor: pointer; }
  .c-side__menu-item:first-child {
    z-index: 0; }
  .c-side__menu-item:nth-child(2) {
    z-index: 8; }
  .c-side__menu-item:nth-child(3) {
    z-index: 7; }
  .c-side__menu-item:nth-child(4) {
    z-index: 6; }
  .c-side__menu-item:nth-child(5) {
    z-index: 5; }
  .c-side__menu-item:nth-child(6) {
    z-index: 4; }
  .c-side__menu-item:nth-child(7) {
    z-index: 3; }
  .c-side__menu-item:nth-child(8) {
    z-index: 2; }
  .c-side__menu-item:nth-child(9) {
    z-index: 1; }
  .c-side__menu-item:nth-child(10) {
    z-index: 0; }
  @media (max-width: 991px) {
    .c-side__menu-item {
      visibility: hidden; } }
  .c-side__menu-item:focus {
    outline: none; }

.c-side__menu-item.active {
  z-index: 11; }
  .c-side__menu-item.active .c-side__text {
    color: #ffffff; }
  @media (max-width: 991px) {
    .c-side__menu-item.active {
      opacity: 0; } }

.c-side__menu-item.slick-active {
  visibility: visible;
  animation: fadeInLeft 0.5s both; }

.c-side__menu-item.active .c-side__background {
  visibility: hidden; }

.c-side__menu-item.active .c-side__background-active {
  display: block !important; }
  @media (max-width: 991px) {
    .c-side__menu-item.active .c-side__background-active.hide-md {
      visibility: hidden; } }

.c-side__menu-item .promotion {
  display: block; }

.c-side__menu-item .promotion .c-side__text {
  display: inline-block;
  width: auto;
  color: #000 !important; }

.c-side__background {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 100%;
  height: auto;
  max-width: initial;
  max-height: initial; }
  @media (max-width: 991px) {
    .c-side__background {
      width: 125%; } }
  .c-side__background .hide-md {
    visibility: hidden; }
  @media (max-width: 991px) {
    .c-side__background .show-md {
      visibility: hidden; } }

.c-side__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 4.53125vw;
  width: 100%;
  padding-left: 1.35417vw; }
  @media (max-width: 991px) {
    .c-side__info {
      padding-left: 5.72917vw;
      width: 125%;
      height: 5.20833vw; } }
  @media (max-width: 767px) {
    .c-side__info {
      padding-left: 45px; } }

.c-side__text {
  display: block;
  padding-left: 0.78125vw;
  width: calc(100% - 3.125vw);
  font-size: 1.4625vw;
  font-family: "Pacifico";
  color: #000; }
  @media (max-width: 991px) {
    .c-side__text {
      font-size: 12px;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .c-side__text {
      padding-left: 4px; } }

.c-side__background-active {
  display: none !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0%, -57%);
  width: 100%;
  height: auto;
  max-width: initial;
  max-height: initial; }
  @media (max-width: 991px) {
    .c-side__background-active {
      width: 125%; } }
  .c-side__background-active.show-md {
    visibility: hidden; }
    @media (max-width: 991px) {
      .c-side__background-active.show-md {
        visibility: visible; } }

.c-side__icon {
  width: 3.125vw; }
  @media (max-width: 767px) {
    .c-side__icon {
      width: 30px; } }

.unit__vnd {
  position: relative; }

.unit__vnd:after {
  content: 'đ';
  text-decoration: underline;
  font-size: 60%;
  text-transform: initial;
  line-height: 1;
  position: absolute;
  z-index: 0;
  transform: translateX(105%) translateY(-75%);
  right: 0;
  top: 45%; }

.lvd-loading__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .lvd-loading__container.active {
    display: block;
    animation: fadeIn 0.8s; }

.lvd-loading__img {
  max-width: 15vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .lvd-loading__img {
      max-width: 20vw; } }

.validate__error .validate__label {
  color: #cc0033 !important; }

.validate__error .validate__control {
  background: #fce4e4 !important;
  border: 1px solid #cc0033 !important; }

.validate__error .validate__text {
  display: block !important; }

.validate__error-control {
  background: #fce4e4 !important;
  border: 1px solid #cc0033 !important; }

.validate__error-label {
  color: #cc0033 !important; }

.validate__text {
  display: none;
  color: #cc0033 !important;
  font-size: 1vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw; }
  @media (max-width: 767px) {
    .validate__text {
      font-size: 12px;
      padding-top: 5px;
      padding-bottom: 5px; } }

#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 25px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  z-index: 99;
  color: #99ca3d;
  cursor: pointer; }
  #back-to-top a {
    display: block;
    line-height: 60px;
    font-size: 35px; }
    #back-to-top a .fa {
      line-height: 60px; }
  #back-to-top .back-circle {
    height: 50px;
    width: 50px; }
  #back-to-top .back-circle .circle {
    border: 1px solid #99ca3d !important; }

/*---------------Spin----------------- */
@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

.circle-style, #home-aboutus .about-item .about-icon .about-circle, #home-testimonials .slick-list .review-item > div .review-circle, #back-to-top .back-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0); }

.circle-style .circle, #home-aboutus .about-item .about-icon .about-circle .circle, #home-testimonials .slick-list .review-item > div .review-circle .circle, #back-to-top .back-circle .circle {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid transparent;
  border-radius: 92% 110% 132% 88%; }

.circle-style .circle:nth-child(1), #home-aboutus .about-item .about-icon .about-circle .circle:nth-child(1), #home-testimonials .slick-list .review-item > div .review-circle .circle:nth-child(1), #back-to-top .back-circle .circle:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin1 6s linear infinite;
  animation: spin1 6s linear infinite;
  border-color: #c7c7c7; }

.circle-style .circle:nth-child(2), #home-aboutus .about-item .about-icon .about-circle .circle:nth-child(2), #home-testimonials .slick-list .review-item > div .review-circle .circle:nth-child(2), #back-to-top .back-circle .circle:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
  border-color: #c7c7c7; }

.circle-style .circle:nth-child(3), #home-aboutus .about-item .about-icon .about-circle .circle:nth-child(3), #home-testimonials .slick-list .review-item > div .review-circle .circle:nth-child(3), #back-to-top .back-circle .circle:nth-child(3) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
  border-color: #c7c7c7; }

.circle-style .circle:nth-child(4), #home-aboutus .about-item .about-icon .about-circle .circle:nth-child(4), #home-testimonials .slick-list .review-item > div .review-circle .circle:nth-child(4), #back-to-top .back-circle .circle:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin4 6s linear infinite;
  animation: spin4 6s linear infinite;
  border-color: #c7c7c7; }

.c-card1 {
  color: #282828;
  background: #f7f7f7; }
  .c-card1__ttl {
    margin: 0;
    font-size: 1.25vw;
    font-family: "Roboto";
    font-weight: 700;
    padding-right: 5.20833vw;
    display: -webkit-box;
    height: 3.5vw;
    overflow: hidden; }
    @media (max-width: 768px) {
      .c-card1__ttl {
        font-size: 10px;
        padding-right: 25px;
        height: 27px; } }
  .c-card1__wrapper {
    padding: 0 0.9375vw;
    position: relative; }
    @media (max-width: 991px) {
      .c-card1__wrapper {
        padding: 0 3%; } }
  .c-card1__icon {
    width: 1.04167vw;
    margin-right: 0.52083vw; }
    @media (max-width: 768px) {
      .c-card1__icon {
        width: 10px; } }
  .c-card1__time, .c-card1__location {
    display: flex;
    align-items: center; }
  .c-card1__time {
    margin-top: 0.9375vw; }
  .c-card1__promo {
    font-size: 1.875vw;
    font-family: "Pacifico";
    color: #6eb445;
    position: absolute;
    top: -0.20833vw;
    right: 0.88542vw;
    line-height: 1; }
    @media (max-width: 991px) {
      .c-card1__promo {
        top: 0;
        font-size: 10px; } }
  .c-card1__img {
    margin-bottom: 1.45833vw;
    position: relative;
    overflow: hidden; }
    .c-card1__img:before {
      content: "";
      display: block;
      padding-top: 100%; }
  .c-card1__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media (max-width: 991px) {
      .c-card1__img img {
        object-fit: fill; } }
  .c-card1__time {
    margin-bottom: 0.57292vw; }
  .c-card1__txt1 {
    width: calc(100% - 20px);
    font-size: 0.72917vw; }
    @media (max-width: 991px) {
      .c-card1__txt1 {
        width: calc(100% - 10px);
        font-size: 8px; } }
  .c-card1__container-item {
    width: 25%;
    padding-left: 0.52083vw;
    padding-right: 0.52083vw; }
  .c-card1__link {
    display: block;
    width: 100%;
    padding-bottom: 1.30208vw;
    transition: all 0.5s; }
    @media (max-width: 767px) {
      .c-card1__link {
        padding-bottom: 10px; } }
    .c-card1__link:hover {
      background: #f7f7f7; }

.lvd-navbar {
  background: #327226;
  background: linear-gradient(90deg, rgba(50, 114, 38, 0.4) 0%, rgba(109, 162, 67, 0.4) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    .lvd-navbar {
      background: transparent; } }
  @media (max-width: 991px) {
    .lvd-navbar.scrolling {
      background: transparent; } }
  @media (max-width: 991px) {
    .lvd-navbar.active {
      background: rgba(50, 114, 38, 0.4); } }
  .lvd-navbar__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw; }
    @media (max-width: 991px) {
      .lvd-navbar__container {
        padding-top: 5px;
        padding-bottom: 5px; } }
  .lvd-navbar__logo {
    display: block;
    width: 7.03125vw;
    transition: all 0.5s; }
    @media (max-width: 991px) {
      .lvd-navbar__logo {
        width: 70px; } }
  .lvd-navbar.scrolling .lvd-navbar__logo {
    width: 3.125vw; }
    @media (max-width: 991px) {
      .lvd-navbar.scrolling .lvd-navbar__logo {
        width: 40px; } }
  .lvd-navbar__menu-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .lvd-navbar__menu-wrap {
        display: none; } }
  @media (max-width: 991px) {
    .lvd-navbar__menu-wrap.active {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      position: absolute;
      top: 100%;
      background: rgba(50, 114, 38, 0.4);
      width: 100%;
      left: 0;
      height: calc(100vh - 59px);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 15px;
      animation: menuToggle 0.5s both; } }
  .lvd-navbar__list-menu {
    margin-right: 1.30208vw; }
    @media (max-width: 991px) {
      .lvd-navbar__list-menu {
        margin-right: 0;
        width: 100%; } }
  .lvd-navbar__item {
    margin-left: 1.30208vw;
    margin-right: 1.30208vw;
    font-family: "Roboto";
    color: #ffffff;
    font-size: 0.9375vw;
    font-weight: bold; }
    @media (max-width: 991px) {
      .lvd-navbar__item {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0; } }
  .lvd-navbar__cart {
    position: relative; }
  .lvd-navbar__cart:hover .lvd-navbar__cart-info {
    display: block;
    animation: fadeIn 1s; }
    @media (max-width: 991px) {
      .lvd-navbar__cart:hover .lvd-navbar__cart-info {
        display: none; } }
  .lvd-navbar__cart-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.60417vw;
    padding-right: 0.78125vw;
    padding-left: 0.78125vw;
    width: 10.15625vw;
    border-radius: 2.60417vw;
    background: #43851c; }
    .lvd-navbar__cart-link:hover {
      background: #a3c855; }
    @media (max-width: 991px) {
      .lvd-navbar__cart-link {
        height: auto;
        width: auto;
        padding: 5px 10px; } }
  .lvd-navbar__cart-icon {
    width: 1.82292vw;
    margin-right: 0.78125vw; }
    @media (max-width: 991px) {
      .lvd-navbar__cart-icon {
        width: 20px;
        margin-right: 10px; } }
  .lvd-navbar__cart-text {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 0.9375vw;
    color: #ffffff;
    display: block; }
    @media (max-width: 991px) {
      .lvd-navbar__cart-text {
        font-size: 14px; } }
  .lvd-navbar__cart-number {
    width: 1.5625vw;
    height: 1.5625vw;
    background: #6eb445;
    color: #ffffff;
    font-size: 0.9375vw;
    font-family: "Roboto";
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5625vw;
    display: block;
    margin-left: 0.52083vw; }
    @media (max-width: 991px) {
      .lvd-navbar__cart-number {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin-left: 10px; } }
  .lvd-navbar__button-menu-mobile {
    display: none;
    background: #6eb445;
    color: #ffffff;
    border: none;
    padding: 3px 7px;
    font-size: 22px;
    outline: none;
    border-radius: 3px; }
    @media (max-width: 991px) {
      .lvd-navbar__button-menu-mobile {
        display: block; } }
  .lvd-navbar__cart-info {
    position: absolute;
    top: 100%;
    right: 0;
    display: none; }
    @media (max-width: 991px) {
      .lvd-navbar__cart-info {
        display: none; } }
  .lvd-navbar__cart-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.30208vw solid transparent;
    border-right: 1.30208vw solid transparent;
    border-bottom: 1.5625vw solid #fff;
    display: block;
    margin-right: 3.90625vw;
    margin-left: auto; }
  .lvd-navbar__cart-wrap {
    background: #fff;
    border-radius: 1.04167vw;
    width: 31.25vw;
    padding-left: 1.5625vw;
    padding-right: 1.04167vw;
    padding-top: 1.04167vw;
    padding-bottom: 1.82292vw; }
  .lvd-navbar__cart-title {
    font-family: "Roboto";
    font-size: 1.5625vw;
    font-weight: 700;
    color: #e4e4e4;
    margin-bottom: 1.30208vw; }
  .lvd-navbar__cart-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5625vw; }
  .lvd-navbar__cart-item-image {
    width: 4.94792vw;
    border: 1px solid #d1e3aa;
    border-radius: 0.36458vw; }
    .lvd-navbar__cart-item-image img {
      border-radius: 0.36458vw; }
  .lvd-navbar__cart-item-title {
    width: 11.97917vw;
    padding-left: 0.41667vw;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.25vw; }
    .lvd-navbar__cart-item-title span:nth-child(1) {
      height: 1.3vw;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .lvd-navbar__cart-item-title span:nth-child(2) {
      height: 3.6vw;
      overflow: hidden;
      display: block; }
  .lvd-navbar__cart-item-title--small {
    font-size: 0.9375vw;
    display: block; }
  .lvd-navbar__cart-item-price {
    width: 6.25vw;
    color: #a3c855;
    font-size: 1.25vw;
    font-family: "Roboto";
    font-weight: 700; }
  .lvd-navbar__cart-item-input {
    width: 4.6875vw;
    height: 2.08333vw;
    position: relative; }
  .lvd-navbar__cart-item-input-text {
    width: 100%;
    height: 2.08333vw;
    border: none !important;
    background: #ebebeb;
    outline: none !important;
    border-radius: 0.52083vw;
    padding-left: 0.52083vw;
    font-family: "Roboto";
    font-size: 1.25vw;
    padding-right: 1.5625vw; }
  .lvd-navbar__cart-item-input-up {
    width: 1.5625vw;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    background: #a3c855;
    color: #fff;
    border: none !important;
    outline: none !important;
    height: 1.04167vw;
    font-size: 1vw;
    border-top-right-radius: 0.52083vw; }
  .lvd-navbar__cart-item-input-down {
    width: 1.5625vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 0;
    background: #a3c855;
    color: #fff;
    border: none !important;
    outline: none !important;
    height: 1.04167vw;
    font-size: 1vw;
    border-bottom-right-radius: 0.52083vw; }
  .lvd-navbar__cart-button {
    display: block;
    text-align: center; }
  .lvd-navbar__dump-cart-item {
    display: none; }

@keyframes menuToggle {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

.lvd-footer {
  background: #6eb445;
  padding-top: 2.60417vw;
  padding-bottom: 3.64583vw; }
  @media (max-width: 991px) {
    .lvd-footer {
      padding-top: 30px;
      padding-bottom: 50px; } }
  .lvd-footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .lvd-footer__container {
        flex-wrap: wrap;
        align-items: flex-start; } }
  .lvd-footer__logo {
    width: 19.27083vw;
    align-self: center; }
    @media (max-width: 991px) {
      .lvd-footer__logo {
        width: 100%; } }
  .lvd-footer__logo img {
    width: 10.41667vw;
    margin-left: 0; }
    @media (max-width: 991px) {
      .lvd-footer__logo img {
        width: 150px;
        margin: 0 auto; } }
  .lvd-footer__contact {
    width: 19.79167vw; }
    @media (max-width: 991px) {
      .lvd-footer__contact {
        width: 50%; } }
  .lvd-footer__support {
    width: 20.83333vw; }
    @media (max-width: 991px) {
      .lvd-footer__support {
        width: 50%; } }
  .lvd-footer__links {
    width: 11.45833vw; }
    @media (max-width: 991px) {
      .lvd-footer__links {
        width: 50%; } }
  .lvd-footer__chanels {
    width: 9.375vw; }
    @media (max-width: 991px) {
      .lvd-footer__chanels {
        width: 50%; } }
  .lvd-footer__title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 0.9375vw;
    color: #346119;
    text-transform: uppercase;
    margin-bottom: 1.04167vw; }
    @media (max-width: 991px) {
      .lvd-footer__title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 20px; } }
  .lvd-footer__text {
    font-family: "Roboto";
    font-size: 0.83333vw;
    color: #ffffff;
    margin-bottom: 0.26042vw;
    display: block; }
    @media (max-width: 991px) {
      .lvd-footer__text {
        font-size: 12px;
        text-align: center; } }
  .lvd-footer__social-group {
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .lvd-footer__social-group {
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; } }
  .lvd-footer__fb {
    width: 1.82292vw;
    display: block;
    margin-right: 0.78125vw; }
    @media (max-width: 991px) {
      .lvd-footer__fb {
        width: 35px; } }
  .lvd-footer__youtube {
    width: 2.60417vw;
    display: block; }
    @media (max-width: 991px) {
      .lvd-footer__youtube {
        width: 50px; } }
  .lvd-footer__signin {
    display: block;
    margin-top: 1.30208vw; }
    @media (max-width: 991px) {
      .lvd-footer__signin {
        max-width: 150px;
        margin: 0 auto;
        margin-top: 15px; } }

.lvd-my-product {
  padding-top: 3.125vw;
  overflow-x: hidden;
  min-height: 400px; }
  .lvd-my-product__background-container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1; }
  .lvd-my-product__title {
    text-align: center; }
  .lvd-my-product__list-menu-item {
    width: calc(100% - 6.25vw); }
    @media (max-width: 767px) {
      .lvd-my-product__list-menu-item {
        width: calc(100% - 12vw); } }
  .lvd-my-product__menu-wrap {
    position: relative;
    margin-top: 1.5625vw; }
    @media (max-width: 767px) {
      .lvd-my-product__menu-wrap {
        margin-top: 40px;
        min-height: 8vw; } }
    .lvd-my-product__menu-wrap .slick-list {
      overflow: visible; }
    .lvd-my-product__menu-wrap .slick-prev {
      left: -3.125vw; }
      @media (max-width: 991px) {
        .lvd-my-product__menu-wrap .slick-prev {
          left: -1.5625vw; } }
      @media (max-width: 767px) {
        .lvd-my-product__menu-wrap .slick-prev {
          left: -2vw; } }
    .lvd-my-product__menu-wrap .slick-next {
      right: -8.33333vw; }
      @media (max-width: 991px) {
        .lvd-my-product__menu-wrap .slick-next {
          right: -7.29167vw; } }
      @media (max-width: 767px) {
        .lvd-my-product__menu-wrap .slick-next {
          right: -14vw; } }
  .lvd-my-product__menu-item {
    position: relative;
    visibility: hidden;
    cursor: pointer; }
    .lvd-my-product__menu-item:nth-child(1) {
      z-index: 1; }
    .lvd-my-product__menu-item.prev .lvd-my-product__info {
      padding-left: 2vw; }
    .lvd-my-product__menu-item:nth-child(2) {
      z-index: 8; }
    .lvd-my-product__menu-item:nth-child(3) {
      z-index: 7; }
    .lvd-my-product__menu-item:nth-child(4) {
      z-index: 6; }
    .lvd-my-product__menu-item:nth-child(5) {
      z-index: 5; }
    .lvd-my-product__menu-item:nth-child(6) {
      z-index: 4; }
    .lvd-my-product__menu-item:nth-child(7) {
      z-index: 3; }
    .lvd-my-product__menu-item:nth-child(8) {
      z-index: 2; }
    .lvd-my-product__menu-item:nth-child(9) {
      z-index: 1; }
    .lvd-my-product__menu-item:nth-child(10) {
      z-index: 0; }
  .lvd-my-product__menu-item.first-item .lvd-my-product__info {
    padding-left: 3.5vw; }
    @media (max-width: 767px) {
      .lvd-my-product__menu-item.first-item .lvd-my-product__info {
        padding-left: 10.5vw; } }
  .lvd-my-product__menu-item.active {
    z-index: 11; }
  .lvd-my-product__menu-item.active .lvd-my-product__background {
    visibility: hidden; }
  .lvd-my-product__menu-item.active .lvd-my-product__background-active {
    display: block !important; }
  .lvd-my-product__menu-item.active .lvd-my-product__text {
    color: #ffffff;
    text-shadow: 0px 1px 0px #00413b; }
  .lvd-my-product__menu-item.slick-active {
    visibility: visible;
    animation: fadeInLeft 0.5s both; }
  .lvd-my-product__menu-item.promotion .lvd-my-product__background {
    width: 145%;
    transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .lvd-my-product__menu-item.promotion .lvd-my-product__background {
        width: 145%;
        height: 10.5vw; } }
  .lvd-my-product__menu-item.promotion .lvd-my-product__text {
    display: inline-block;
    width: auto;
    color: #000 !important; }
  .lvd-my-product__menu-item.promotion .lvd-my-product__info {
    padding-left: 4vw;
    padding-right: 6vw; }
    @media (max-width: 767px) {
      .lvd-my-product__menu-item.promotion .lvd-my-product__info {
        padding-right: 2.5vw;
        padding-left: 10.5vw; } }
  .lvd-my-product__background {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translate(-10%, -50%);
    width: 135%;
    height: 5.20833vw;
    max-width: initial;
    max-height: initial; }
    @media (max-width: 767px) {
      .lvd-my-product__background {
        height: 10.4vw; } }
  .lvd-my-product__background-active {
    display: none !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translate(0%, -57%);
    width: 125%;
    height: 8.4vw;
    max-width: initial;
    max-height: initial; }
    @media (max-width: 767px) {
      .lvd-my-product__background-active {
        height: auto; } }
  .lvd-my-product__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 5.20833vw;
    width: 125%;
    padding-left: 5.72917vw;
    transition: all 0.5s;
    padding-right: 1vw; }
    @media (max-width: 767px) {
      .lvd-my-product__info {
        padding-left: 10.5vw; } }
  .lvd-my-product__icon {
    width: 3.125vw; }
    @media (max-width: 767px) {
      .lvd-my-product__icon {
        width: 30px; } }
  .lvd-my-product__text {
    display: block;
    padding-left: 0.78125vw;
    width: calc(100% - 3.125vw);
    font-size: 1.4625vw;
    font-family: "Pacifico";
    color: #000; }
    @media (max-width: 991px) {
      .lvd-my-product__text {
        font-size: 12px;
        padding-left: 10px; } }
  .lvd-my-product__shadow {
    position: absolute;
    top: calc(100% - 1.04167vw);
    left: 0;
    width: 100%;
    z-index: -1; }

.lvd-slider-product__container {
  margin-top: 4.16667vw;
  padding-left: 0;
  padding-right: 0;
  margin-left: -0.52083vw;
  margin-right: -0.52083vw;
  width: calc(100% + 1.04167vw); }
  @media (max-width: 767px) {
    .lvd-slider-product__container {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.lvd-slider-product__tab {
  display: none;
  opacity: 0;
  animation: fadeInRight 1s both; }
  @media (max-width: 991px) {
    .lvd-slider-product__tab {
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .lvd-slider-product__slider {
    padding-left: 3vw;
    padding-right: 3vw; } }

.lvd-slider-product__item {
  padding-left: 0.52083vw;
  padding-right: 0.52083vw;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .lvd-slider-product__item {
      padding-left: 10px;
      padding-right: 10px; } }

.lvd-slider-product__item.slick-slide {
  visibility: hidden; }

.lvd-slider-product__item.slick-active {
  visibility: visible;
  animation: flipInY 1.2s both; }

.lvd-slider-product__item:hover .lvd-slider-product__action-group {
  visibility: visible;
  animation: fadeInUp 0.5s both; }
  @media (max-width: 767px) {
    .lvd-slider-product__item:hover .lvd-slider-product__action-group {
      animation: none; } }

.lvd-slider-product__wrap {
  background: #f8f9f9;
  background: linear-gradient(0deg, #f8f9f9 0%, rgba(248, 249, 249, 0) 100%); }
  @media (max-width: 767px) {
    .lvd-slider-product__wrap {
      padding-left: 10px;
      padding-right: 10px; } }

.lvd-slider-product__img {
  padding-top: 117%;
  position: relative;
  display: block;
  overflow: hidden; }

.lvd-slider-product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%; }

.lvd-slider-product__info {
  position: relative;
  z-index: 1;
  padding-bottom: 0.26042vw;
  top: -0.78125vw;
  padding-left: 1.04167vw;
  padding-right: 1.04167vw; }
  @media (max-width: 767px) {
    .lvd-slider-product__info {
      padding-bottom: 10px; } }

.lvd-slider-product__title--small {
  font-family: "Roboto";
  font-size: 1.04167vw;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 6vw;
  text-overflow: ellipsis; }
  @media (max-width: 767px) {
    .lvd-slider-product__title--small {
      font-size: 12px; } }

.lvd-slider-product__title {
  font-family: "Roboto";
  font-size: 1.66667vw;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5vw; }
  @media (max-width: 767px) {
    .lvd-slider-product__title {
      font-size: 14px;
      padding-right: 5.5vw; } }

.lvd-slider-product__price {
  position: relative;
  margin-top: 0.52083vw; }
  @media (max-width: 767px) {
    .lvd-slider-product__price {
      font-size: 14px;
      padding-right: 6vw; } }

.lvd-slider-product__discount {
  font-family: "Roboto";
  font-size: 1.14583vw;
  font-weight: 700;
  color: #a3c855; }
  @media (max-width: 767px) {
    .lvd-slider-product__discount {
      font-size: 14px; } }

.lvd-slider-product__original-price {
  font-family: "Roboto";
  font-size: 0.9375vw;
  font-weight: 700;
  color: #000;
  text-decoration: line-through;
  margin-left: 0.78125vw; }
  @media (max-width: 767px) {
    .lvd-slider-product__original-price {
      font-size: 14px;
      margin-left: 10px; } }

.lvd-slider-product__percent-discount {
  font-family: "Pacifico";
  font-size: 1.875vw;
  color: #6eb445;
  position: absolute;
  z-index: 1;
  right: 0.78125vw;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .lvd-slider-product__percent-discount {
      font-size: 14px;
      top: 40%; } }

.lvd-slider-product__action-group {
  animation: fadeOutDown 0.5s both;
  background: #f8f9f9;
  padding-left: 1.04167vw;
  padding-right: 1.04167vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.04167vw;
  padding-bottom: 0.78125vw;
  border-top: 1px solid #c7c7c7; }
  @media (max-width: 767px) {
    .lvd-slider-product__action-group {
      animation: none;
      padding-top: 15px;
      padding-bottom: 10px;
      flex-direction: column; } }

.lvd-slider-product__buy-now {
  font-family: "Roboto";
  color: #628419;
  font-size: 0.9375vw;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 9.11458vw;
  height: 2.60417vw;
  line-height: 2.60417vw;
  box-shadow: 0px 1px 0px 0px #00413b;
  background: #a3c855;
  border-radius: 2.60417vw;
  display: inline-block;
  transition: all 0.5s; }
  .lvd-slider-product__buy-now:hover {
    text-shadow: 0px 1px 0px #00413b;
    color: #ffffff; }
  @media (max-width: 767px) {
    .lvd-slider-product__buy-now {
      font-size: 14px;
      width: auto;
      height: auto;
      padding: 5px 10px;
      border-radius: 20px;
      white-space: nowrap; } }

.lvd-slider-product__add-to-cart {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.9375vw;
  color: #a3c855;
  background: none;
  border: none;
  outline: none;
  padding: 0; }
  @media (max-width: 767px) {
    .lvd-slider-product__add-to-cart {
      font-size: 14px;
      margin-top: 10px; } }

.distribution-system {
  position: relative;
  padding-top: 3.125vw;
  padding-bottom: 3.64583vw; }
  .distribution-system__title {
    text-align: center; }
  .distribution-system__des {
    font-family: "Roboto";
    font-size: 0.83333vw;
    color: #000;
    text-align: center; }
    @media (max-width: 991px) {
      .distribution-system__des {
        font-size: 12px; } }
  .distribution-system__des-1 {
    margin-top: 2.60417vw;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .distribution-system__des-1 {
        margin-top: 20px;
        margin-bottom: 10px; } }
  .distribution-system__line {
    border-top: 1px solid #c7c7c7;
    width: 80%;
    margin: 0 auto;
    margin-top: 1.82292vw;
    margin-bottom: 2.08333vw; }
    @media (min-width: 1921px) {
      .distribution-system__line {
        border-top-width: 2px; } }
    @media (max-width: 767px) {
      .distribution-system__line {
        margin-top: 10px; } }
  .distribution-system__des-2 {
    margin-bottom: 1.5625vw; }
    @media (max-width: 767px) {
      .distribution-system__des-2 {
        margin-bottom: 15px; } }
  .distribution-system__img {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .distribution-system__img2 {
    width: 64.0625vw;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .distribution-system__img2 {
        width: 100%; } }
  .distribution-system .slick-slide img {
    padding-left: 5px;
    padding-right: 5px; }

.lp-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    .lp-navbar.active {
      background: rgba(64, 87, 167, 0.4); } }
  .lp-navbar__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.125vw;
    padding-bottom: 0.78125vw; }
    @media (max-width: 991px) {
      .lp-navbar__container {
        padding-top: 5px;
        padding-bottom: 5px;
        align-items: center; } }
  .lp-navbar__logo {
    display: block;
    width: 10.41667vw;
    transition: all 0.5s; }
    @media (max-width: 991px) {
      .lp-navbar__logo {
        width: 45px;
        margin-left: 0; } }
  .lp-navbar__menu-wrap {
    width: calc(100% - 10.41667vw);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .lp-navbar__menu-wrap {
        display: none; } }
  @media (max-width: 991px) {
    .lp-navbar__menu-wrap.active {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      position: absolute;
      top: 100%;
      background: rgba(64, 87, 167, 0.4);
      width: 100%;
      left: 0;
      height: calc(100vh - 59px);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 15px;
      animation: menuToggle 0.5s both; } }
  .lp-navbar__list-menu {
    margin-right: 1.30208vw; }
    @media (max-width: 991px) {
      .lp-navbar__list-menu {
        margin-right: 0;
        width: 100%; } }
  .lp-navbar__item {
    margin-left: 1.30208vw;
    margin-right: 1.30208vw;
    font-family: "Roboto";
    color: #ffffff;
    font-size: 0.9375vw;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.5s; }
    @media (max-width: 991px) {
      .lp-navbar__item {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0; } }
  .lp-navbar__item.active, .lp-navbar__item:hover, .lp-navbar__item:focus {
    color: #0034a6; }
  .lp-navbar__button-menu-mobile {
    display: none;
    background: #4057a7;
    color: #ffffff;
    border: none;
    padding: 3px 7px;
    font-size: 22px;
    outline: none;
    border-radius: 3px; }
    @media (max-width: 991px) {
      .lp-navbar__button-menu-mobile {
        display: block; } }
  .lp-navbar.isScrolling .lp-navbar__logo {
    width: 5.20833vw;
    transform: translateY(-25%); }
    @media (max-width: 991px) {
      .lp-navbar.isScrolling .lp-navbar__logo {
        width: 70px;
        transform: none; } }

@keyframes menuToggle {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

.lp-heart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .lp-heart {
      position: relative;
      padding-top: 30px; } }
  .lp-heart__img {
    position: absolute;
    width: 51.5625vw;
    left: 23.4375vw;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    animation: heartbeat 2.5s infinite; }
    @media (max-width: 767px) {
      .lp-heart__img {
        width: 80vw;
        left: 50%;
        animation: heartbeatMobile 2.5s infinite;
        transform-origin: left; } }
  .lp-heart__number {
    position: relative;
    z-index: 2;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 7.76042vw;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    padding-top: 10.41667vw; }
    @media (max-width: 767px) {
      .lp-heart__number {
        padding-top: 16vw;
        font-size: 12vw; } }
  .lp-heart__text--large {
    position: relative;
    z-index: 2;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto";
    font-size: 2.60417vw;
    font-weight: 900;
    color: #ffffff; }
    @media (max-width: 767px) {
      .lp-heart__text--large {
        font-size: 4vw; } }
  .lp-heart__title {
    font-family: "Bangers";
    font-size: 2.70833vw;
    color: #3f57a7;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 9.375vw;
    line-height: 1.15; }
    @media (max-width: 767px) {
      .lp-heart__title {
        margin-top: 29vw;
        font-size: 5vw; } }
  .lp-heart__des {
    font-family: "Roboto";
    font-size: 1.25vw;
    color: #545454;
    text-align: center;
    margin-top: 0.52083vw; }
    @media (max-width: 767px) {
      .lp-heart__des {
        font-size: 3vw;
        margin-top: 10px; } }
    .lp-heart__des p {
      margin-bottom: 0; }
  .lp-heart__button {
    background: #4057a7;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "RobotoCondensed";
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding-top: 1.04167vw;
    padding-bottom: 0.625vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.82292vw;
    border-bottom: 1px solid #6a91e1;
    -webkit-box-shadow: 0px 3px 0px 0px #00114b;
    -moz-box-shadow: 0px 3px 0px 0px #00114b;
    box-shadow: 0px 3px 0px 0px #00114b;
    outline: none; }
    @media (max-width: 767px) {
      .lp-heart__button {
        margin-top: 15px;
        font-size: 3vw;
        padding: 2vw;
        padding-bottom: 1.4vw; } }

@keyframes heartbeat {
  0% {
    transform: scale(0.9); }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0.9); }
  60% {
    transform: scale(1); }
  80% {
    transform: scale(0.9); }
  100% {
    transform: scale(0.9); } }

@keyframes heartbeatMobile {
  0% {
    transform: scale(0.9) translateX(-50%); }
  20% {
    transform: scale(1) translateX(-50%); }
  40% {
    transform: scale(0.9) translateX(-50%); }
  60% {
    transform: scale(1) translateX(-50%); }
  80% {
    transform: scale(0.9) translateX(-50%); }
  100% {
    transform: scale(0.9) translateX(-50%); } }

.lp-video {
  position: absolute;
  top: 48.1875vw;
  height: 42vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 9.11458vw; }
  @media (max-width: 767px) {
    .lp-video {
      width: 100%;
      transform: none;
      position: relative;
      top: 0;
      left: 0;
      height: auto; } }
  .lp-video__background-mobile {
    display: none; }
    @media (max-width: 767px) {
      .lp-video__background-mobile {
        display: block; } }
  .lp-video__title {
    display: none; }
    @media (max-width: 767px) {
      .lp-video__title {
        display: block;
        font-family: "Bangers";
        font-size: 3vw;
        color: #3f57a7;
        position: absolute;
        top: 10vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; } }
  .lp-video__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .lp-video__button {
        position: absolute;
        z-index: 2;
        top: 28vw;
        left: 50%;
        transform: translateX(-50%);
        width: 10vw; } }

.lp-map {
  position: absolute;
  top: 58.6%;
  left: 14%;
  width: 73.3%;
  z-index: 2;
  height: 65vw; }
  @media (max-width: 767px) {
    .lp-map {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      padding-bottom: 7vw;
      height: auto; } }
  .lp-map__title {
    position: absolute;
    z-index: 1;
    top: 21.35417vw;
    left: 4.6875vw;
    font-family: "Bangers";
    font-size: 3.33333vw;
    color: #3f57a7;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .lp-map__title {
        font-size: 4vw;
        left: 7vw;
        top: 36vw;
        width: 36vw; } }
    .lp-map__title span:nth-child(2) {
      display: block;
      color: #cf1275; }
  .lp-map__group-map {
    position: absolute;
    z-index: 1;
    right: 3.64583vw;
    top: 0.78125vw;
    width: 33.85417vw; }
    @media (max-width: 767px) {
      .lp-map__group-map {
        width: 60vw; } }
  .lp-map__map-tab {
    display: none; }
  .lp-map__map-tab.active {
    display: block;
    animation: fadeInRight 1s both; }
  .lp-map__map-tab.active .lp-map__map-dot {
    display: block;
    animation: fadeInUp 0.5s both;
    animation-delay: 1s; }
  .lp-map__map-img {
    width: 100%; }
  .lp-map__map-group-info {
    position: absolute;
    z-index: 2;
    padding-bottom: 0.8vw; }
  .lp-map__map-group-info:hover .lp-map__news-group {
    display: block;
    animation: fadeIn 1s both; }
  .lp-map__map-dot {
    display: none;
    width: 0.5063vw;
    cursor: pointer; }
    @media (max-width: 767px) {
      .lp-map__map-dot {
        width: 1.5vw; } }
  .lp-map__news-group {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 100%;
    right: 0;
    width: 17.1875vw;
    transform: translateX(23%);
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-shadow: 0px 5px 15.84px 1px rgba(203, 203, 203, 0.54); }
    @media (max-width: 767px) {
      .lp-map__news-group {
        width: 50vw; } }
  .lp-map__news-background {
    display: block;
    position: absolute;
    width: 1vw;
    height: auto;
    top: -1vw;
    left: 13vw; }
    @media (max-width: 767px) {
      .lp-map__news-background {
        width: 2vw;
        top: -2vw;
        left: 38vw; } }
  .lp-map__news-img {
    z-index: 1;
    position: absolute;
    top: 10.7%;
    left: 7%;
    width: 87%; }
  .lp-map__news-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.09375vw;
    color: #000;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .lp-map__news-title {
        font-size: 3vw; } }
    .lp-map__news-title:hover {
      color: #000; }
  .lp-map__news-link {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 0.72917vw;
    color: #4057a7;
    position: absolute;
    z-index: 2;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
    width: 79%; }
    @media (max-width: 767px) {
      .lp-map__news-link {
        font-size: 2vw; } }
    .lp-map__news-link:hover {
      color: #4057a7; }
  .lp-map__group-button {
    position: absolute;
    top: 55.46875vw;
    left: 50%;
    transform: translateX(-50%);
    width: 46.875vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .lp-map__group-button {
        transform: none;
        top: 53vw;
        left: 10vw;
        flex-direction: column; } }
  .lp-map__button {
    display: block;
    width: 21.875vw;
    cursor: pointer; }
    @media (max-width: 767px) {
      .lp-map__button {
        margin-left: 0;
        margin-bottom: 10px;
        width: 28vw; } }
  .lp-map__background-mobile {
    display: none; }
    @media (max-width: 767px) {
      .lp-map__background-mobile {
        display: block;
        width: 90vw;
        height: 105vw; } }

.lp-news__title {
  font-family: "Bangers";
  font-size: 2.70833vw;
  color: #3f57a7;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.86458vw; }
  @media (max-width: 767px) {
    .lp-news__title {
      font-size: 5vw;
      padding-top: 4vw; } }

.lp-news__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.52083vw;
  margin-right: -0.52083vw;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .lp-news__list {
      margin-left: -15px;
      margin-right: -15px; } }

.lp-news__item {
  width: 100%;
  padding-left: 0.52083vw;
  padding-right: 0.52083vw;
  margin-bottom: 3.64583vw;
  cursor: pointer !important; }
  @media (max-width: 767px) {
    .lp-news__item {
      padding-left: 15px;
      padding-right: 15px; } }

.lp-news__img {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background: #ddd; }

.lp-news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.lp-news__title--small {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 1.14583vw;
  color: #000;
  margin-top: 1.30208vw;
  padding-left: 0.52083vw;
  padding-right: 0.52083vw;
  height: 3.2vw;
  overflow: hidden; }
  @media (max-width: 767px) {
    .lp-news__title--small {
      font-size: 3vw;
      height: 8vw; } }

.lp-news__des {
  font-family: "Roboto";
  font-size: 0.83333vw;
  color: #000;
  margin-top: 0.52083vw;
  padding-left: 0.52083vw;
  padding-right: 0.52083vw;
  height: 4.7vw;
  overflow: hidden; }
  @media (max-width: 767px) {
    .lp-news__des {
      font-size: 2vw;
      height: 10.9vw;
      line-height: 1.4; } }

.lp-news__pagination-group {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 767px) {
    .lp-news__pagination-group {
      padding-top: 15px; } }

.lp-news__pagination-item {
  width: 2.60417vw;
  height: 2.60417vw;
  text-align: center;
  font-size: 0.83333vw;
  font-family: "Roboto";
  color: #000;
  line-height: 2.60417vw;
  border-left: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7; }
  @media (max-width: 767px) {
    .lp-news__pagination-item {
      font-size: 2.5vw;
      width: 6vw;
      height: 6vw;
      line-height: 6vw; } }
  .lp-news__pagination-item:last-child {
    border-right: 1px solid #b7b7b7; }
  .lp-news__pagination-item i {
    font-size: 1.14583vw;
    line-height: 2.60417vw; }
    @media (max-width: 767px) {
      .lp-news__pagination-item i {
        line-height: 6vw;
        font-size: 2.5vw; } }

.lp-news .slick-dots li {
  background: #ddd; }

.lp-news .slick-dots li.slick-active {
  background: #3f57a7; }

@media (max-width: 991px) {
  .lp-news .slick-next {
    right: 0; } }

@media (max-width: 991px) {
  .lp-news .slick-prev {
    left: 0; } }

.lp-news .close {
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: 1; }

.lp-news .modal-title {
  padding-right: 30px; }

.lp-news .modal-content {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 17px #fff;
  box-shadow: 0 0 17px #fff; }

.lp-news .modal-body {
  padding: 30px; }

.lp-news .modal-title {
  font-family: "Roboto";
  color: #3f57a7;
  font-size: 2vw;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .lp-news .modal-title {
      font-size: 4vw; } }

.lp-footer {
  position: relative;
  margin-top: 3.125vw;
  padding-top: 2.60417vw;
  padding-bottom: 3.64583vw; }
  @media (max-width: 991px) {
    .lp-footer {
      padding-top: 30px;
      padding-bottom: 50px;
      margin-top: 30px; } }
  .lp-footer__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .lp-footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .lp-footer__container {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center; } }
  .lp-footer__logo {
    width: 19.27083vw;
    align-self: center; }
    @media (max-width: 767px) {
      .lp-footer__logo {
        width: 100%; } }
  .lp-footer__logo img {
    width: 10.41667vw;
    margin-left: 0; }
    @media (max-width: 991px) {
      .lp-footer__logo img {
        width: 120px;
        margin: 0 auto; } }
  .lp-footer__contact {
    width: 19.79167vw; }
    @media (max-width: 991px) {
      .lp-footer__contact {
        width: 50%; } }
  .lp-footer__support {
    width: 20.83333vw; }
    @media (max-width: 991px) {
      .lp-footer__support {
        width: 50%; } }
  .lp-footer__links {
    width: 11.45833vw; }
    @media (max-width: 991px) {
      .lp-footer__links {
        width: 50%; } }
  .lp-footer__chanels {
    width: 9.375vw; }
    @media (max-width: 991px) {
      .lp-footer__chanels {
        width: 50%; } }
  .lp-footer__title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 0.9375vw;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.04167vw; }
    @media (max-width: 991px) {
      .lp-footer__title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 20px; } }
  .lp-footer__text {
    font-family: "Roboto";
    font-size: 0.83333vw;
    color: #ffffff;
    margin-bottom: 0.26042vw;
    display: block; }
    @media (max-width: 991px) {
      .lp-footer__text {
        font-size: 12px;
        text-align: center; } }
  .lp-footer__social-group {
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .lp-footer__social-group {
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; } }
  .lp-footer__fb {
    width: 2.08333vw;
    display: block;
    margin-right: 0.78125vw; }
    @media (max-width: 991px) {
      .lp-footer__fb {
        width: 35px; } }
  .lp-footer__youtube {
    width: 2.08333vw;
    display: block; }
    @media (max-width: 991px) {
      .lp-footer__youtube {
        width: 35px; } }
  .lp-footer__signin {
    display: block;
    margin-top: 1.30208vw; }
    @media (max-width: 991px) {
      .lp-footer__signin {
        max-width: 150px;
        margin: 0 auto;
        margin-top: 15px; } }

.add-to-cart .modal-dialog {
  width: 32.8125vw; }
  @media (max-width: 767px) {
    .add-to-cart .modal-dialog {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }

.add-to-cart .modal-body {
  padding-top: 4.6875vw;
  padding-left: 1.82292vw;
  padding-right: 1.82292vw;
  padding-bottom: 2.60417vw; }
  @media (max-width: 767px) {
    .add-to-cart .modal-body {
      padding-top: 30px;
      padding-bottom: 20px; } }

.add-to-cart .modal-content {
  border-radius: 1.5625vw; }

.add-to-cart .close {
  opacity: 1;
  border: none !important;
  outline: none !important;
  width: 1.30208vw;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw; }
  @media (max-width: 767px) {
    .add-to-cart .close {
      width: 12px;
      top: 10px;
      right: 10px; } }

.add-to-cart__title {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 1.5625vw;
  text-align: center; }
  @media (max-width: 767px) {
    .add-to-cart__title {
      font-size: 16px; } }

.add-to-cart__button {
  margin-top: 2.08333vw;
  text-align: center; }
  @media (max-width: 767px) {
    .add-to-cart__button {
      margin-top: 15px; } }

.cart-list__container {
  background: #fff;
  border-radius: 1vw;
  box-shadow: 0px 13px 21px 0px rgba(117, 105, 106, 0.32);
  width: 46.875vw;
  text-align: center;
  padding-bottom: 1.30208vw; }
  @media (max-width: 767px) {
    .cart-list__container {
      width: 80vw; } }

.cart-list__title {
  padding-left: 4.6875vw;
  padding-right: 3.90625vw;
  padding-top: 1.04167vw;
  padding-bottom: 2.08333vw;
  background: url("/assets/images/cart-detail/button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: "Pacifico";
  font-size: 2.5vw;
  color: #000;
  transform: translateY(-41%); }
  @media (max-width: 767px) {
    .cart-list__title {
      font-size: 4vw; } }

.cart-list__list-product {
  margin-top: -1vw; }

.cart-list__cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 28.64583vw;
  margin: 0 auto;
  margin-bottom: 1.30208vw; }
  @media (max-width: 767px) {
    .cart-list__cart-item {
      width: 70vw; } }

.cart-list__cart-item-image {
  width: 4.94792vw;
  border: 1px solid #d1e3aa;
  border-radius: 0.36458vw; }
  @media (max-width: 767px) {
    .cart-list__cart-item-image {
      width: 15vw; } }
  .cart-list__cart-item-image img {
    border-radius: 0.36458vw; }

.cart-list__cart-item-title {
  width: 11.97917vw;
  padding-left: 0.41667vw;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.25vw;
  text-align: left; }
  @media (max-width: 767px) {
    .cart-list__cart-item-title {
      font-size: 3vw;
      width: 35vw;
      padding-left: 2vw; } }

.cart-list__cart-item-title--small {
  font-size: 0.9375vw;
  display: block; }
  @media (max-width: 767px) {
    .cart-list__cart-item-title--small {
      font-size: 2vw; } }

.cart-list__cart-item-price {
  width: 6.25vw;
  color: #a3c855;
  font-size: 1.25vw;
  font-family: "Roboto";
  font-weight: 700;
  text-align: left; }
  @media (max-width: 767px) {
    .cart-list__cart-item-price {
      font-size: 3vw;
      width: 15vw; } }

.cart-list__cart-item-input {
  width: 4.6875vw;
  height: 2.08333vw;
  position: relative; }
  @media (max-width: 767px) {
    .cart-list__cart-item-input {
      height: auto;
      width: 15vw; } }

.cart-list__cart-item-input-text {
  width: 100%;
  height: 2.08333vw;
  border: none !important;
  background: #ebebeb;
  outline: none !important;
  border-radius: 0.52083vw;
  padding-left: 0.52083vw;
  font-family: "Roboto";
  font-size: 1.25vw;
  padding-right: 1.5625vw;
  text-align: center; }
  @media (max-width: 767px) {
    .cart-list__cart-item-input-text {
      height: 6vw;
      font-size: 3vw;
      padding-right: 2.5vw; } }

.cart-list__cart-item-input-up {
  width: 1.5625vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 0;
  background: #a3c855;
  color: #fff;
  border: none !important;
  outline: none !important;
  height: 1.04167vw;
  font-size: 0.9vw;
  border-top-right-radius: 0.52083vw; }
  @media (max-width: 767px) {
    .cart-list__cart-item-input-up {
      width: 3vw;
      height: 3vw;
      font-size: 1.8vw; } }

.cart-list__cart-item-input-down {
  width: 1.5625vw;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 0;
  background: #a3c855;
  color: #fff;
  border: none !important;
  outline: none !important;
  height: 1.04167vw;
  font-size: 0.9vw;
  border-bottom-right-radius: 0.52083vw; }
  @media (max-width: 767px) {
    .cart-list__cart-item-input-down {
      width: 3vw;
      height: 3vw;
      font-size: 1.8vw; } }

.cart-list__empty {
  margin-left: auto;
  margin-right: auto; }

.cart-list__empty-title {
  font-size: 3vw;
  font-family: "Pacifico"; }
  @media (max-width: 767px) {
    .cart-list__empty-title {
      font-size: 5vw; } }

.cart-list__empty-button {
  margin-top: 2vw; }
  @media (max-width: 767px) {
    .cart-list__empty-button {
      margin-top: 5vw;
      margin-bottom: 5vw; } }

.lvd-step {
  position: relative; }
  .lvd-step__container {
    width: 53.64583vw;
    margin: 0 auto;
    margin-bottom: 5.72917vw; }
    @media (max-width: 767px) {
      .lvd-step__container {
        width: 100%; } }
  .lvd-step__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative; }
  .lvd-step__line {
    border-top: 4px solid #292116;
    position: absolute;
    width: 20.51875vw;
    top: 0.10417vw;
    z-index: 1; }
  .lvd-step__line1 {
    top: 2.9vw;
    left: 3.6vw; }
    @media (max-width: 767px) {
      .lvd-step__line1 {
        top: 71%;
        left: 7.5%;
        width: 38%; } }
  .lvd-step__line2 {
    top: 2.9vw;
    right: 6.4vw; }
    @media (max-width: 767px) {
      .lvd-step__line2 {
        top: 71%;
        right: 13.5%;
        width: 37%; } }
  .lvd-step__item:nth-child(3) {
    position: relative;
    left: 1.3vw; }
    @media (max-width: 767px) {
      .lvd-step__item:nth-child(3) {
        left: 3.3%; } }
  .lvd-step__item.active .lvd-step__title {
    font-weight: 700;
    color: #43851c; }
  .lvd-step__title {
    font-family: "Roboto";
    color: #000;
    font-size: 1.25vw;
    text-align: center; }
    @media (max-width: 767px) {
      .lvd-step__title {
        font-size: 2.5vw; } }
  .lvd-step__icon {
    width: 2.60417vw; }
    @media (max-width: 767px) {
      .lvd-step__icon {
        margin-top: 1vw;
        width: 4vw; } }

.cart-summary {
  width: 20.83333vw;
  margin-right: 9.11458vw; }
  @media (max-width: 767px) {
    .cart-summary {
      margin-top: 8vw;
      width: 70vw;
      margin-right: 0; } }
  .cart-summary__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.82292vw; }
  .cart-summary__title {
    padding-left: 1.30208vw;
    font-family: "Roboto";
    font-size: 1.25vw;
    font-weight: 700;
    color: #a3c855;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .cart-summary__title {
        font-size: 3vw; } }
  .cart-summary__price {
    font-family: "Roboto";
    font-size: 1.5625vw;
    font-weight: 700; }
    @media (max-width: 767px) {
      .cart-summary__price {
        font-size: 3vw; } }
  .cart-summary__line {
    border-top: 1px solid #c7c7c7;
    margin-bottom: 1.5625vw; }
    @media (max-width: 767px) {
      .cart-summary__line {
        margin-bottom: 3vw; } }
  .cart-summary__discount {
    margin-bottom: 1.5625vw;
    position: relative; }
    @media (max-width: 767px) {
      .cart-summary__discount {
        margin-bottom: 3vw; } }
  .cart-summary__discount-input {
    width: 100%;
    padding-left: 1.30208vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.52083vw;
    padding-right: 9.375vw;
    border-radius: 2.60417vw;
    border: none;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.25vw;
    outline: none !important;
    background: #ebebeb;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 1px 0px #628419;
    -moz-box-shadow: 0px 2px 1px 0px #628419;
    box-shadow: 0px 2px 1px 0px #628419; }
    @media (max-width: 767px) {
      .cart-summary__discount-input {
        font-size: 2.5vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        padding-left: 2vw;
        border-radius: 10vw; } }
  .cart-summary__discount-button {
    width: 9.375vw;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    background: #d80328;
    border: none;
    outline: none !important;
    color: #fff;
    border-radius: 2.60417vw;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.25vw;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .cart-summary__discount-button {
        width: 20vw;
        font-size: 2.5vw;
        border-radius: 10vw; } }

.top-banner__wrap {
  position: relative; }

.top-banner__wrap:before {
  content: '';
  display: block;
  padding-top: 45.83%; }

.top-banner__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.lp__banner-container {
  position: relative; }

.lp__banner-cloud {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .lp__banner-cloud {
      display: none; } }

.lp__banner-cloud--mobile {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .lp__banner-cloud--mobile {
      display: block; } }

.lp__content-container {
  position: relative; }
  @media (max-width: 767px) {
    .lp__content-container {
      background-image: url("/assets/images/landing-page/lp-background-mobile.jpg");
      background-repeat: repeat; } }

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

.lp__heart-popup-close {
  position: absolute;
  top: 23%;
  right: 29%;
  width: 1.04167vw;
  cursor: pointer; }
  @media (max-width: 767px) {
    .lp__heart-popup-close {
      width: 3vw;
      top: 14vw;
      right: 25vw; } }

#heartPopup .modal-content {
  background: transparent; }

.p-info-promo__mainvisual {
  margin-bottom: 3.125vw; }

.p-info-promo__wrapper {
  width: 83.33%;
  margin: 0 auto;
  padding-bottom: 6.40625vw; }
  @media (max-width: 991px) {
    .p-info-promo__wrapper {
      width: 100%;
      padding: 0 5% 6.40625vw; } }

.p-info-promo__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .p-info-promo__list {
      padding-bottom: 30px; } }

.p-info-promo__list .slick-dots li {
  background: #ccc !important; }

.p-info-promo__list .slick-dots li.slick-active {
  background: #417c1e !important; }

.p-info-promo__list .slick-prev, .p-info-promo__list .slick-next {
  top: 47%; }

@media (max-width: 991px) {
  .p-info-promo__list .slick-next {
    right: -15px; } }

@media (max-width: 991px) {
  .p-info-promo__list .slick-prev {
    left: -15px; } }

.p-info-promo__item {
  padding: 0 0.625vw;
  width: 15.625vw; }
  @media (max-width: 991px) {
    .p-info-promo__item {
      padding: 0 10px; } }

.p-info-promo__item .c-card1 {
  margin-bottom: 3.48958vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #fff; }
  @media (max-width: 767px) {
    .p-info-promo__item .c-card1 {
      flex-wrap: wrap;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .p-info-promo__item .c-card1__container-item {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .p-info-promo__item .c-card1__container-item {
    width: 50%;
    margin-bottom: 20px; } }

.p-detail-promo__mainvisual {
  margin-bottom: 10.625vw; }
  @media (max-width: 991px) {
    .p-detail-promo__mainvisual {
      margin-bottom: 7.8125vw; } }

.p-detail-promo__wrapper {
  width: 64.58333vw;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .p-detail-promo__wrapper {
      width: 100%;
      padding: 0 5%; } }

.p-detail-promo__ttl {
  font-size: 2.5vw;
  font-family: "Pacifico";
  margin-bottom: 1.5625vw;
  margin-top: 0; }
  @media (max-width: 991px) {
    .p-detail-promo__ttl {
      font-size: 4.5vw; } }

.p-detail-promo__thumbnail {
  width: 41.04167vw;
  margin: 0 auto;
  padding: 0.88542vw 0 6.45833vw; }

.p-detail-promo__desc {
  font-size: 1.14583vw;
  font-family: "Roboto";
  margin-bottom: 1.04167vw; }
  @media (max-width: 991px) {
    .p-detail-promo__desc {
      font-size: 2.5vw; } }

.p-detail-promo__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .p-detail-promo__list {
      padding-bottom: 35px; } }

.p-detail-promo__list .slick-dots li {
  background: #ccc !important; }

.p-detail-promo__list .slick-dots li.slick-active {
  background: #417c1e !important; }

.p-detail-promo__list .slick-prev, .p-detail-promo__list .slick-next {
  top: 47%; }

@media (max-width: 991px) {
  .p-detail-promo__list .slick-next {
    right: -15px; } }

@media (max-width: 991px) {
  .p-detail-promo__list .slick-prev {
    left: -15px; } }

.p-detail-promo__item {
  padding: 0 0.625vw;
  width: 15.625vw; }
  @media (max-width: 768px) {
    .p-detail-promo__item {
      padding: 0 6px; } }

.p-detail-promo__other {
  width: 83.33333vw;
  margin: 0 auto;
  padding-bottom: 7.70833vw;
  position: relative;
  padding-top: 3.02083vw; }
  @media (max-width: 991px) {
    .p-detail-promo__other {
      width: 100%;
      padding: 3.02083vw 5% 5.20833vw; } }

.p-detail-promo__other:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .p-detail-promo__other:after {
      width: calc(100% - 5%); } }

.p-detail-promo__other .p-detail-promo__ttl {
  text-align: center;
  margin: 0 0 2.39583vw; }

.p-contact__main {
  background: url(/assets/images/contact/bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 17.1875vw 0 29.47917vw;
  margin-bottom: 2.60417vw; }
  @media (max-width: 991px) {
    .p-contact__main {
      margin-bottom: 50px; } }

.p-contact__block1 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 8.33333vw; }
  @media (max-width: 991px) {
    .p-contact__block1 {
      flex-wrap: wrap;
      padding: 0 5%;
      margin-bottom: 15px; } }

.p-contact__left {
  width: 42.29167vw;
  margin-bottom: 9.84375vw;
  position: relative; }
  @media (max-width: 991px) {
    .p-contact__left {
      width: 100%;
      margin-bottom: gvwv(95); } }

.p-contact__left-wrap {
  position: relative;
  padding-top: 67.7%; }

.p-contact__left:after {
  content: '';
  position: absolute;
  bottom: -12.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 43.38542vw;
  height: 5.26042vw;
  background: url(/assets/images/contact/shadow.png) top center no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .p-contact__left:after {
      bottom: -6.5%;
      width: 100%;
      background-size: 100% 100%; } }

.p-contact__left iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 991px) {
    .p-contact__left iframe {
      border-radius: 15px; } }

.p-contact__right {
  width: 44.27083vw;
  margin-top: -0.41667vw; }
  @media (max-width: 991px) {
    .p-contact__right {
      width: 100%;
      margin-top: 0; } }

.p-contact__ttl {
  font-size: 2.5vw;
  font-family: "Pacifico";
  margin-bottom: 3.125vw; }
  @media (max-width: 991px) {
    .p-contact__ttl {
      font-size: 14px;
      margin-bottom: 1.5625vw; } }

.p-contact__row {
  display: flex;
  align-items: center;
  margin-bottom: 3.38542vw; }
  @media (max-width: 991px) {
    .p-contact__row {
      margin-bottom: 15px; } }

.p-contact__icon {
  width: 2.34375vw;
  margin-right: 1.66667vw; }
  @media (max-width: 991px) {
    .p-contact__icon {
      width: 22px; } }

.p-contact__txt {
  width: 40.05208vw;
  font-size: 1.5625vw;
  padding-right: 6.45833vw; }
  @media (max-width: 991px) {
    .p-contact__txt {
      width: 385px;
      font-size: 14px; } }

.p-contact__txt.tel {
  font-weight: 700; }

.p-contact__btn {
  width: 36.19792vw;
  background: url(/assets/images/contact/btn.png) top center no-repeat;
  background-size: 100% auto;
  text-align: center;
  margin-left: 14.94792vw;
  position: relative; }
  @media (max-width: 991px) {
    .p-contact__btn {
      margin: 0 auto; } }

.p-contact__link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.16667vw 0 3.22917vw; }

.p-contact__link .txt {
  font-size: 2.1875vw;
  font-family: "Pacifico";
  color: #fff;
  position: relative;
  top: -0.10417vw; }

.p-contact__link .icon {
  width: 5.72917vw;
  display: inline-block;
  margin-right: 2.08333vw; }

.p-contact__distribution {
  position: relative;
  padding-bottom: 2.5vw; }

.p-contact__distribution:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62.5vw;
  border-top: 1px solid #c7c7c7; }

.p-contact__distribution .p-contact__btn {
  margin: 0 auto; }

.p-contact__distribution .p-contact__btn .icon {
  width: 3.90625vw; }

.p-contact__distribution .distribution-system__line {
  width: 62.5vw; }

.p-contact__policy {
  width: 83.33333vw;
  position: relative;
  top: -13.5vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: flex;
  padding: 3.54167vw 9.375vw 3.64583vw;
  font-size: 1.25vw;
  text-align: justify;
  z-index: 999;
  margin-bottom: -17vw;
  display: none; }
  @media (max-width: 991px) {
    .p-contact__policy {
      width: 88.54167vw;
      flex-wrap: wrap;
      font-size: 14px; } }

.p-contact__policy .left,
.p-contact__policy .right {
  width: 31.71875vw; }
  @media (max-width: 991px) {
    .p-contact__policy .left,
    .p-contact__policy .right {
      width: 100%; } }

.p-contact__policy .right {
  padding-left: 1.04167vw;
  margin-left: 1.25vw;
  position: relative; }
  @media (max-width: 991px) {
    .p-contact__policy .right {
      padding-left: 0;
      margin-left: 0;
      margin-top: 3px; } }

.p-contact__policy .right:before {
  content: '';
  position: absolute;
  top: 56%;
  left: 0;
  width: 0;
  height: calc(100% - 18%);
  border-left: 1px solid #ccc;
  transform: translateY(-50%); }
  @media (max-width: 991px) {
    .p-contact__policy .right:before {
      content: none; } }

.p-contact__policy .ttl {
  margin: 0 0 1.30208vw;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .p-contact__policy .ttl {
      margin: 0 0 15px; } }

.p-contact__policy .ttl span {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  background: #628419;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px; }

.p-contact__policy .ttl span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: #a3c855;
  z-index: -1;
  border-radius: 30px; }

.p-contact__policy .left .ttl span {
  padding: 0.78125vw 2.1875vw; }

.p-contact__policy .right .ttl span {
  padding: 0.52083vw 0.625vw; }
  @media (max-width: 991px) {
    .p-contact__policy .right .ttl span {
      padding: 0.52083vw 15px; } }

.p-contact__policy .txt {
  margin-bottom: 1.82292vw; }

.p-contact__policy .bold {
  font-weight: 700; }

.p-contact__policy .italic {
  font-style: italic; }

.p-contact__policy .list {
  list-style: none;
  margin: 0;
  padding: 0; }

.p-contact__policy .item {
  position: relative;
  margin-bottom: 2.60417vw; }
  @media (max-width: 991px) {
    .p-contact__policy .item {
      padding-left: 20px; } }

.p-contact__policy .item:last-child {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .p-contact__policy .item:last-child {
      margin-bottom: 2.60417vw; } }

.p-contact__policy .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.08333vw;
  width: 1.04167vw;
  height: 1.04167vw;
  background: url(/assets/images/contact/ic-tick.png) top center no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%); }
  @media (max-width: 991px) {
    .p-contact__policy .item:before {
      width: 10px;
      height: 10px;
      left: 0px; } }

.p-contact__close {
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  width: 1.51042vw;
  height: 1.51042vw;
  cursor: pointer;
  transition: all .3s; }
  @media (max-width: 991px) {
    .p-contact__close {
      top: 15px;
      right: 15px;
      width: 11px;
      height: 11px; } }
  .p-contact__close:hover {
    opacity: 0.7; }

.p-contact__register {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none; }

.p-contact__register .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

.p-contact__register .wrapper {
  width: 46.875vw;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  padding: 0 2.39583vw 2.1875vw; }
  @media (max-width: 991px) {
    .p-contact__register .wrapper {
      top: 50%;
      width: 88.54167vw; } }

.p-contact__register .form {
  max-height: 32.8125vw;
  overflow-y: scroll;
  -ms-overflow-style: none; }
  .p-contact__register .form::-webkit-scrollbar {
    width: 0px; }
  @media (max-width: 991px) {
    .p-contact__register .form {
      max-height: 500px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .p-contact__register .form {
      max-height: 31.25vw;
      overflow-y: scroll; } }

.p-contact__register .form-ttl {
  width: 27.5vw;
  position: relative;
  margin: -2.70833vw auto 2.60417vw; }
  @media (max-width: 991px) {
    .p-contact__register .form-ttl {
      width: 200px;
      margin: -20px auto 20px; } }

.p-contact__register .form-ttl span {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.875vw;
  font-family: "Pacifico"; }
  @media (max-width: 991px) {
    .p-contact__register .form-ttl span {
      font-size: 14px; } }

.p-contact__register .form-row {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .p-contact__register .form-row {
      flex-wrap: wrap; } }

.p-contact__register .form-row input::-webkit-input-placeholder,
.p-contact__register .form-row textarea::-webkit-input-placeholder {
  color: #000;
  font-weight: 700; }

.p-contact__register .form-row input:-ms-input-placeholder,
.p-contact__register .form-row textarea:-ms-input-placeholder {
  color: #000;
  font-weight: 700; }

.p-contact__register .form-row input::placeholder,
.p-contact__register .form-row textarea::placeholder {
  color: #000;
  font-weight: 700; }

.p-contact__register .form-row input::-webkit-outer-spin-button, .p-contact__register .form-row input::-webkit-inner-spin-button,
.p-contact__register .form-row textarea::-webkit-outer-spin-button,
.p-contact__register .form-row textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.p-contact__register input[type="number"] {
  -moz-appearance: textfield; }

.p-contact__register .form-row input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: #f8f8f8;
  border-radius: 10px;
  height: 2.60417vw;
  padding: 0 1.30208vw;
  font-size: 1.25vw;
  outline: none; }
  @media (max-width: 991px) {
    .p-contact__register .form-row input {
      font-size: 14px;
      height: 25px;
      padding: 0 12px; } }

.p-contact__register .form-row textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: #f8f8f8;
  border-radius: 10px;
  height: 10.41667vw;
  padding: 0.78125vw 1.30208vw;
  font-size: 1.25vw;
  margin-bottom: 1.71875vw;
  resize: none;
  outline: none; }
  @media (max-width: 991px) {
    .p-contact__register .form-row textarea {
      font-size: 14px;
      height: 100px;
      padding: 6px 12px; } }

.p-contact__register .form-input {
  width: 100%;
  margin-bottom: 1.71875vw; }

.p-contact__register .form-input label {
  position: relative;
  display: block;
  margin: 0; }

.p-contact__register .form-input label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cc0033;
  display: none;
  border-radius: 10px; }

.p-contact__register .form-input.error label:before {
  display: block; }

.p-contact__register .form-input.error input {
  background: #fce4e4;
  outline: none; }

.p-contact__register .form-input.error .form-error-message {
  color: #cc0033; }

.p-contact__register .form-input.w-60 {
  width: 21.14583vw; }
  @media (max-width: 991px) {
    .p-contact__register .form-input.w-60 {
      width: 100%; } }

.p-contact__register .form-input.w-30 {
  width: 16.04167vw; }
  @media (max-width: 991px) {
    .p-contact__register .form-input.w-30 {
      width: 100%; } }

.p-contact__register .form-error-message {
  display: none;
  text-align: left;
  font-size: 0.9375vw;
  padding: 0.52083vw 1.30208vw;
  margin-bottom: -1.30208vw; }
  @media (max-width: 991px) {
    .p-contact__register .form-error-message {
      font-size: 12px;
      padding: 5px 12px; } }

.p-contact__register .form-btn button {
  display: block;
  border: 0;
  width: 9.21875vw;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #628419;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  padding: 0.52083vw 0; }
  @media (max-width: 991px) {
    .p-contact__register .form-btn button {
      width: 100px; } }
  .p-contact__register .form-btn button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background: #a3c855;
    z-index: -1;
    border-radius: 30px; }

.cart-detail {
  position: relative;
  padding-top: 12.5vw;
  padding-bottom: 20.05208vw; }
  @media (max-width: 991px) {
    .cart-detail {
      padding-top: 80px;
      padding-bottom: 150px; } }
  .cart-detail__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .cart-detail__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .cart-detail__group {
        flex-direction: column; } }

.p-list-product {
  background: url(/assets/images/list-product/bg.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 11.97917vw 0 7.29167vw; }
  .p-list-product .l-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 8.33333vw; }
    @media (max-width: 991px) {
      .p-list-product .l-wrapper {
        flex-wrap: wrap;
        padding: 0;
        overflow: hidden; } }
  .p-list-product .l-side {
    width: 19.89583vw; }
    @media (max-width: 991px) {
      .p-list-product .l-side {
        width: 100%;
        margin-top: 5.20833vw;
        margin-bottom: 30px;
        padding: 0 2vw; } }
    @media (max-width: 767px) {
      .p-list-product .l-side {
        margin-top: 10.41667vw; } }
  .p-list-product .l-main {
    width: 61.97917vw;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.84375vw; }
    @media (max-width: 991px) {
      .p-list-product .l-main {
        width: 100%; } }
  .p-list-product .lvd-slider-product__item {
    width: 19.89583vw;
    margin-bottom: 2.08333vw; }
    @media (max-width: 991px) {
      .p-list-product .lvd-slider-product__item {
        width: 33%;
        margin-bottom: 2%; } }
    @media (max-width: 767px) {
      .p-list-product .lvd-slider-product__item {
        width: 50%; } }
  .p-list-product .lvd-slider-product__add-to-cart {
    font-size: 0.83333vw; }
    @media (max-width: 767px) {
      .p-list-product .lvd-slider-product__add-to-cart {
        font-size: 14px; } }
  .p-list-product__tab {
    display: none;
    opacity: 0;
    animation: fadeInRight 1s both;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .p-list-product__tab {
        justify-content: space-between; } }

/*
------------------------------------------------*/
@media (max-width: 991px) {
  .page-list-product .slick-prev, .page-list-product .slick-next, .page-list-product .slick-prev:hover, .page-list-product .slick-prev:focus, .page-list-product .slick-next:hover, .page-list-product .slick-next:focus {
    width: 20px;
    height: 29px; } }

.cart-address {
  position: relative;
  padding-top: 12.5vw;
  padding-bottom: 24vw; }
  @media (max-width: 991px) {
    .cart-address {
      padding-top: 80px;
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .cart-address {
      padding-bottom: 70vw;
      overflow-x: hidden; } }
  .cart-address__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .cart-address__background {
        width: 235vw;
        max-width: initial; } }
  .cart-address__form-container {
    width: 43.48958vw;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .cart-address__form-container {
        width: 80vw; } }
  .cart-address__title {
    font-family: "Pacifico";
    font-size: 2.5vw;
    color: #000;
    text-align: center;
    margin-bottom: 3.38542vw; }
    @media (max-width: 767px) {
      .cart-address__title {
        font-size: 4vw;
        margin-bottom: 4vw; } }
  .cart-address__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .cart-address__group {
        flex-direction: column; } }
  .cart-address__name {
    width: 22.39583vw;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__name {
        width: 100%;
        margin-bottom: 3vw; } }
    .cart-address__name input {
      width: 100%;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2; }
      @media (max-width: 767px) {
        .cart-address__name input {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
  .cart-address__phone {
    width: 18.22917vw;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__phone {
        width: 100%;
        margin-bottom: 3vw; } }
    .cart-address__phone input {
      width: 100%;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2; }
      @media (max-width: 767px) {
        .cart-address__phone input {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
  .cart-address__city {
    width: 22.39583vw;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__city {
        width: 100%;
        margin-bottom: 3vw; } }
    .cart-address__city select {
      width: 100%;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2; }
      @media (max-width: 767px) {
        .cart-address__city select {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
  .cart-address__district {
    width: 18.22917vw;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__district {
        width: 100%;
        margin-bottom: 3vw; } }
    .cart-address__district select {
      width: 100%;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2; }
      @media (max-width: 767px) {
        .cart-address__district select {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
  .cart-address__address {
    width: 100%;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__address {
        margin-bottom: 3vw; } }
    .cart-address__address textarea {
      width: 100%;
      height: 5.20833vw;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2;
      border-radius: 1.5625vw;
      resize: none; }
      @media (max-width: 767px) {
        .cart-address__address textarea {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
      @media (max-width: 767px) {
        .cart-address__address textarea {
          height: 20vw; } }
  .cart-address__note {
    width: 100%;
    margin-bottom: 1.30208vw; }
    @media (max-width: 767px) {
      .cart-address__note {
        margin-bottom: 3vw; } }
    .cart-address__note textarea {
      width: 100%;
      height: 10.41667vw;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none;
      background: #fff;
      padding-top: 0.625vw;
      padding-bottom: 0.52083vw;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.25vw;
      border-radius: 2.60417vw;
      padding-left: 1.04167vw;
      padding-right: 1.04167vw;
      -webkit-box-shadow: 0px 2px 1px 0px #c2c2c2;
      -moz-box-shadow: 0px 2px 1px 0px #c2c2c2;
      box-shadow: 0px 2px 1px 0px #c2c2c2;
      border-radius: 1.5625vw;
      resize: none; }
      @media (max-width: 767px) {
        .cart-address__note textarea {
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          font-size: 3vw;
          padding-left: 2vw;
          padding-right: 2vw;
          border-radius: 3vw; } }
      @media (max-width: 767px) {
        .cart-address__note textarea {
          height: 20vw; } }
  .cart-address__button {
    display: flex;
    flex-direction: row;
    background: #a3c855;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.25vw;
    padding: 0.52083vw 1.04167vw;
    padding-bottom: 0.41667vw;
    margin-left: auto;
    margin-right: auto; }
    .cart-address__button:disabled {
      cursor: no-drop;
      opacity: 0.7; }
    @media (max-width: 767px) {
      .cart-address__button {
        font-size: 3vw;
        padding: 1vw 2vw; } }
  .cart-address__button img {
    width: 2.08333vw;
    padding-right: 0.26042vw; }
    @media (max-width: 767px) {
      .cart-address__button img {
        width: 5vw;
        padding-right: 1vw; } }
  .cart-address input::placeholder, .cart-address textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Roboto";
    font-weight: 700;
    color: #b4b1b1;
    opacity: 1; }
  .cart-address input:-ms-input-placeholder, .cart-address textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Roboto";
    font-weight: 700;
    color: #b4b1b1; }
  .cart-address input::-ms-input-placeholder, .cart-address textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Roboto";
    font-weight: 700;
    color: #b4b1b1; }

.product-detail__container {
  width: 83.33333vw;
  margin: 0 auto;
  padding-top: 2.08333vw; }
  @media (max-width: 991px) {
    .product-detail__container {
      width: 100%;
      padding-left: 2vw;
      padding-right: 2vw; } }

.product-detail__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .product-detail__group {
      flex-direction: column; } }

.product-detail__img-container {
  width: 40.88542vw;
  height: 32vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .product-detail__img-container {
      width: 100%;
      height: 73vw; } }

.product-detail__vertical-slider {
  width: 22%; }
  .product-detail__vertical-slider .slick-prev {
    left: 50%;
    transform: translate(-50%, -100%) rotate(-90deg);
    top: 0; }
    @media (max-width: 767px) {
      .product-detail__vertical-slider .slick-prev {
        transform: translate(-50%, -100%) rotate(-90deg); } }
  .product-detail__vertical-slider .slick-next {
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
    bottom: 0;
    top: auto; }
    @media (max-width: 767px) {
      .product-detail__vertical-slider .slick-next {
        transform: translate(-50%, 15%) rotate(90deg); } }

.product-detail__vertical-item {
  margin-bottom: 17%;
  cursor: pointer; }
  .product-detail__vertical-item.active .product-detail__vertical-img {
    border: 3px solid #d1e3aa; }

.product-detail__vertical-item.slick-slide {
  visibility: hidden; }

.product-detail__vertical-item.slick-active {
  visibility: visible;
  animation: zoomIn 0.5s both; }

.product-detail__vertical-img {
  padding-top: 100%;
  border: 1px solid #e6e6e6;
  position: relative; }

.product-detail__vertical-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.product-detail__single-img-container {
  width: 74.5%;
  overflow: hidden; }

.product-detail__single-img {
  padding-top: 100%;
  position: relative;
  border: 1px solid #e6e6e6; }

.product-detail__single-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.product-detail__info-container {
  width: 41.14583vw;
  position: relative;
  z-index: 9; }
  @media (max-width: 991px) {
    .product-detail__info-container {
      width: 100%; } }

.product-detail__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.875vw;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.78125vw; }
  @media (max-width: 991px) {
    .product-detail__title {
      font-size: 5vw;
      margin-bottom: 2vw; } }
  .product-detail__title p {
    margin-bottom: 0; }

.product-detail__price-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 2.08333vw; }
  @media (max-width: 991px) {
    .product-detail__price-group {
      margin-bottom: 3vw; } }

.product-detail__price-discount {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.875vw;
  text-transform: uppercase;
  color: #a3c855;
  line-height: 1; }
  @media (max-width: 991px) {
    .product-detail__price-discount {
      font-size: 4vw; } }

.product-detail__empty {
  font-family: "Roboto";
  font-size: 1.875vw;
  color: red; }
  @media (max-width: 767px) {
    .product-detail__empty {
      font-size: 3vw; } }

.product-detail__price-original {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.25vw;
  text-transform: uppercase;
  color: #000;
  text-decoration: line-through;
  margin-left: 1.82292vw;
  line-height: 1; }
  @media (max-width: 991px) {
    .product-detail__price-original {
      font-size: 3vw;
      margin-left: 2.5vw; } }

.product-detail__content {
  font-size: 1.2vw;
  font-family: "Roboto";
  margin-bottom: 1.82292vw; }
  @media (max-width: 991px) {
    .product-detail__content {
      margin-bottom: 2vw;
      font-size: 2vw; } }
  .product-detail__content ul {
    padding-left: 0;
    padding-left: 15px; }

.product-detail__size-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.78125vw; }
  @media (max-width: 991px) {
    .product-detail__size-group {
      margin-bottom: 2vw; } }

.product-detail__label {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.83333vw;
  color: #000;
  width: 4.64583vw;
  padding-top: 0.57292vw; }
  @media (max-width: 991px) {
    .product-detail__label {
      font-size: 3.5vw;
      width: 22vw; } }

.product-detail__list-size {
  width: calc(100% - 4.7vw); }
  @media (max-width: 991px) {
    .product-detail__list-size {
      width: 78vw; } }

.product-detail__size-button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  border: 1px solid #e6e6e6;
  line-height: 1;
  white-space: nowrap;
  padding: 0.625vw 1.04167vw;
  margin-right: 1.5625vw;
  margin-bottom: 0.78125vw;
  font-family: "Roboto";
  font-size: 0.83333vw;
  position: relative; }
  .product-detail__size-button:disabled {
    cursor: not-allowed; }
  .product-detail__size-button:disabled::before {
    content: "";
    display: block;
    background: url("/assets/images/soldout.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 991px) {
    .product-detail__size-button {
      font-size: 3.5vw;
      padding: 1vw 2vw; } }
  .product-detail__size-button:last-child {
    margin-right: 0; }
  .product-detail__size-button.active {
    background: #e6e6e6; }

.product-detail__count-hotline-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.82292vw; }
  @media (max-width: 991px) {
    .product-detail__count-hotline-group {
      margin-bottom: 3vw; } }

.product-detail__count-hotline {
  display: flex;
  flex-direction: row; }
  @media (max-width: 991px) {
    .product-detail__count-hotline {
      flex-direction: column; } }

.product-detail__count-container {
  width: 5.72917vw; }
  @media (max-width: 991px) {
    .product-detail__count-container {
      width: 18vw;
      margin-bottom: 3vw; } }

.product-detail__count-group {
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2px; }

.product-detail__count-plus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 1.83vw;
  height: 1.83vw;
  font-family: "Roboto";
  font-size: 0.83333vw;
  background: #fff;
  border: 1px solid #e6e6e6; }
  .product-detail__count-plus:hover {
    background: #e6e6e6; }
  @media (max-width: 991px) {
    .product-detail__count-plus {
      width: 6vw;
      height: 6vw;
      font-size: 3vw;
      padding: 0;
      text-align: center;
      line-height: 3vw; } }

.product-detail__count-text {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 1.83vw;
  height: 1.83vw;
  text-align: center;
  font-family: "Roboto";
  font-size: 0.83333vw; }
  @media (max-width: 991px) {
    .product-detail__count-text {
      width: 6vw;
      height: 6vw;
      font-size: 2.5vw;
      padding: 0;
      text-align: center;
      line-height: 3vw; } }

.product-detail__count-minus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: 1.83vw;
  height: 1.83vw;
  font-family: "Roboto";
  font-size: 0.83333vw;
  background: #fff;
  border: 1px solid #e6e6e6; }
  .product-detail__count-minus:hover {
    background: #e6e6e6; }
  @media (max-width: 991px) {
    .product-detail__count-minus {
      width: 6vw;
      height: 6vw;
      font-size: 3vw;
      padding: 0;
      text-align: center;
      line-height: 3vw; } }

.product-detail__hot-line {
  margin-left: 1.30208vw;
  display: flex;
  flex-direction: row;
  font-family: "Roboto";
  font-size: 0.72917vw;
  color: #0c50a1;
  align-items: center; }
  @media (max-width: 991px) {
    .product-detail__hot-line {
      font-size: 3.5vw;
      margin-left: 0;
      margin-bottom: 2vw; } }

.product-detail__hot-line span {
  margin-left: 0.26042vw; }

.product-detail__hot-line img {
  width: 1.82292vw; }
  @media (max-width: 991px) {
    .product-detail__hot-line img {
      width: 4vw;
      margin-right: 1vw; } }

.product-detail__action {
  display: flex;
  flex-direction: row; }
  @media (max-width: 991px) {
    .product-detail__action {
      padding-left: 15vw; } }

.product-detail__buy-online {
  position: relative;
  margin-left: 0.78125vw; }
  @media (max-width: 991px) {
    .product-detail__buy-online {
      margin-left: 2vw; } }

.product-detail__buy-online:hover .product-detail__buy-online-popup {
  visibility: visible;
  animation: fadeInUp 0.5s both; }

.product-detail__buy-online-popup {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 8.85417vw;
  background: url("/assets/images/product-detail/product-detail-background-popup.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0.78125vw; }
  @media (max-width: 991px) {
    .product-detail__buy-online-popup {
      width: 25vw; } }

.product-detail__buy-online-title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.72917vw;
  text-align: center;
  padding-top: 0.72917vw;
  padding-bottom: 0.72917vw;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .product-detail__buy-online-title {
      font-size: 3vw;
      padding-top: 3vw;
      padding-bottom: 2vw; } }

.product-detail__buy-online-img {
  display: block;
  border-bottom: 1px solid #e6e6e6; }
  .product-detail__buy-online-img:last-child {
    border-bottom: none; }

.product-detail__more-info {
  padding-left: 10.41667vw;
  padding-top: 1.5625vw; }
  @media (max-width: 991px) {
    .product-detail__more-info {
      padding-left: 0;
      padding-right: 0;
      padding-top: 5vw; } }

.product-detail__more-info-tab {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.08333vw; }
  @media (max-width: 991px) {
    .product-detail__more-info-tab {
      margin-bottom: 4vw;
      justify-content: space-between; } }

.product-detail__more-info-tab-item {
  font-family: "Pacifico";
  font-size: 2.1875vw;
  color: #b9b9b9;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    .product-detail__more-info-tab-item {
      font-size: 5vw;
      width: 50%;
      text-align: center; } }
  .product-detail__more-info-tab-item.active, .product-detail__more-info-tab-item:hover {
    color: #000; }
  .product-detail__more-info-tab-item:nth-child(1) {
    padding-right: 1.5625vw;
    border-right: 1px solid #e6e6e6; }
  .product-detail__more-info-tab-item:nth-child(2) {
    padding-left: 1.5625vw; }

.product-detail__more-info-content {
  display: none;
  font-family: "Roboto";
  font-size: 14px;
  color: #282828; }
  .product-detail__more-info-content img {
    width: auto; }
  .product-detail__more-info-content.active {
    display: block;
    animation: fadeInUp 0.5s both; }

.product-detail__related {
  border-top: 1px solid #e6e6e6;
  margin-top: 3.64583vw;
  padding-top: 2.60417vw;
  padding-bottom: 4.16667vw; }

.product-detail__related-title {
  font-family: "Pacifico";
  font-size: 2.1875vw;
  text-align: center; }
  @media (max-width: 991px) {
    .product-detail__related-title {
      font-size: 5vw; } }

.error__container {
  padding-top: 7vw;
  padding-bottom: 10vw; }
  @media (max-width: 767px) {
    .error__container {
      padding-top: 20vw;
      padding-bottom: 15vw; } }

.error__title {
  font-family: "Pacifico";
  text-align: center;
  font-size: 20vw;
  line-height: 1; }
  @media (max-width: 767px) {
    .error__title {
      font-size: 30vw; } }

.error__des {
  text-align: center;
  font-family: "Pacifico";
  font-size: 5vw; }

.error__button {
  text-align: center;
  margin-top: 1.04167vw; }
  @media (max-width: 767px) {
    .error__button {
      margin-top: 20px; } }
