@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");@import url("https://fonts.cdnfonts.com/css/svn-gilroy");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");



* {
  margin: 0;
  padding: 0;
}

:root {
  --n: 30;
  --t: 4px;
  --d: 4deg;
}

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media (min-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SVN-Drainwood";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");
}
@font-face {
  font-family: "SVN-Peristiwa";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");
}
body {
  font-family: "Roboto Flex", sans-serif;
  color: #4E514F;
}

.container-fluid {
  padding: 0 9px;
  max-width: 1300px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: 0;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.fwb {
  font-weight: bold !important;
}

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 18px 5px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 130%;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
.btn .icon {
  margin-left: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.logo {
  width: 213px;
  height: 44px;
}

h1 {
  font-weight: 400;
  font-size: 2.286rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    line-height: 120%;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 38px;
  }
}

textarea {
  resize: none;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #2e2e2e;
}

.modal-content {
  border-radius: 1.5rem;
  background: #fff;
  padding: 3.5rem 1.5rem 2rem;
}
@media (min-width: 992px) {
  .modal-content {
    padding: 3rem;
  }
}

.modal {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal .close {
  opacity: 1;
  width: 2rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .close {
    width: 3rem;
    height: 3rem;
  }
}
.modal .form-group {
  margin-bottom: 1.5rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #E2313B;
  margin-bottom: 2rem;
}
.modal label {
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 8px;
}
.modal label span {
  color: #4E514F;
}
.modal input, .modal .select2-container--default .select2-selection--single, .modal textarea {
  border-radius: 8px;
  outline: none;
  height: 50px;
  padding: 0.875rem 1rem;
}
.modal input:focus, .modal .select2-container--default .select2-selection--single:focus, .modal textarea:focus {
  outline: none;
  box-shadow: none;
  background: #F1F9FF;
  border-color: #F1F9FF;
}
.modal input::-webkit-input-placeholder, .modal .select2-container--default .select2-selection--single::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  /* Edge */
  color: #C6CBD0;
}
.modal input:-ms-input-placeholder, .modal .select2-container--default .select2-selection--single:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C6CBD0;
}
.modal input::placeholder, .modal .select2-container--default .select2-selection--single::placeholder, .modal textarea::placeholder {
  color: #C6CBD0;
}
.modal textarea {
  height: auto;
}
.modal .btn {
  border-radius: 4px;
}
.modal .select2-container--default .select2-selection--single {
  padding: 0;
  height: 50px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 16px;
  padding-right: 36px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: url(/wp-content/themes/haruco/assets/images/icon-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.modal .select2-container--default .select2-results > .select2-results__options {
  max-height: 245px;
}
.modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal .select2-container--default .select2-results__option--selected,
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F9FAFE;
  color: #2E2E2E;
}
.modal .select2-container--default .select2-selection__placeholder {
  color: #4E514F;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.modal .select2-dropdown {
  border-radius: 0px 0px 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(80, 84, 89, 0.08);
  border: none;
  height: 280px;
  padding: 16px;
  top: 8px;
}
.modal .select2-dropdown ::-webkit-scrollbar {
  width: 3px;
}
.modal .select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F0F0F0;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #4E514F;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #4E514F;
}
.modal .select2-results__option {
  font-size: 16px;
  line-height: 150%;
  color: #2E2E2E;
  padding: 16px;
}

.text-danger {
  font-size: 12px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1100px;
  }
}

.popup-child {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.popup-child:not(.show) {
  opacity: 0;
}
.popup-child.show {
  display: flex;
}
.popup-child .popup-backdrop {
  opacity: 0.7;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.popup-child .popup-content {
  position: relative;
  z-index: 1041;
  max-width: 100%;
}
.popup-child .popup-body {
  border-radius: 1.5rem;
  background: #fff;
  max-width: 100%;
  margin: auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .popup-child .popup-body {
    padding: 3rem;
    max-width: 808px;
  }
}
.popup-child .close {
  opacity: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 2rem;
  height: 2rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .popup-child .close {
    width: 3rem;
    height: 3rem;
  }
}
.popup-child h2 {
  color: #E2313B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 2rem;
}
.popup-child li:not(:last-child) {
  margin-bottom: 16px;
}
.popup-child li .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.popup-child li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  color: #4E514F;
}

#sendSuccess .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
}
#sendSuccess p {
  margin-bottom: 30px;
}

.heading-haruco h2 {
  margin-bottom: 5px;
  color: #121F38;
}
@media (min-width: 768px) {
  .heading-haruco h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.3;
  }
}
.heading-haruco .img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heading-haruco .img {
    margin-bottom: 0px;
  }
}
.heading-haruco p {
  max-width: 927px;
  margin: 0 auto;
  font-weight: 300;
  color: #5A5A5A;
  margin-top: 10px;
  line-height: 25px;
}

.image-cover-h {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover-h img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #EBC499;
  margin-bottom: 24px;
}
@media (min-width: 567px) {
  .heading-type-2 {
    justify-content: space-between;
  }
}
.heading-type-2 a {
  color: #E2313B;
  display: none;
  align-items: center;
  gap: 5px;
}
.heading-type-2 a::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 567px) {
  .heading-type-2 a {
    display: flex;
  }
}
.heading-type-2 h2 {
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #121F38;
  position: relative;
}
@media (min-width: 567px) {
  .heading-type-2 h2 {
    font-size: 28px;
  }
}
.heading-type-2 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: radial-gradient(circle, rgb(255, 109, 62) 0%, rgb(255, 237, 237) 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
}
@media (min-width: 567px) {
  .heading-type-2 h2::before {
    background: #E2313B;
  }
}
.heading-type-2 h2::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background-color: #E2313B;
}
@media (min-width: 567px) {
  .heading-type-2 h2::after {
    right: -5px;
  }
}

.heading-type-3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121F38;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 567px) {
  .heading-type-3 {
    margin-bottom: 56px;
  }
}
.heading-type-3::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::before {
    display: block;
  }
}
.heading-type-3::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::after {
    display: block;
  }
}

.heading-info {
  border: 1px solid #FF6D3E;
  padding: 7px 23px;
  gap: 9px;
  text-transform: uppercase;
  font-size: 18px;
  color: #121F38;
  font-weight: 500;
  line-height: 1.5;
}
.heading-info .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.qty-input {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
}
.qty-input button {
  border: none;
  background: transparent;
  color: #898989;
  padding: 0px 5px;
}
.qty-input .product-qty {
  text-align: center;
  border: 1px solid #D9D9D9;
  border-top: 0;
  border-bottom: 0;
  padding: 0 5px;
}

input[type=number]::-webkit-inner-spin-button, .modal textarea[type=number]::-webkit-inner-spin-button, .modal .select2-container--default [type=number].select2-selection--single::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.modal textarea[type=number]::-webkit-outer-spin-button,
.modal .select2-container--default [type=number].select2-selection--single::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], .modal textarea[type=number], .modal .select2-container--default [type=number].select2-selection--single {
  -moz-appearance: textfield;
}

.w--0 {
  width: 0px;
}

.h--0 {
  height: 0px;
}

.w--1 {
  width: 4px;
}

.h--1 {
  height: 4px;
}

.w--2 {
  width: 8px;
}

.h--2 {
  height: 8px;
}

.w--3 {
  width: 12px;
}

.h--3 {
  height: 12px;
}

.w--4 {
  width: 16px;
}

.h--4 {
  height: 16px;
}

.w--5 {
  width: 20px;
}

.h--5 {
  height: 20px;
}

.w--6 {
  width: 24px;
}

.h--6 {
  height: 24px;
}

.w--7 {
  width: 28px;
}

.h--7 {
  height: 28px;
}

.w--8 {
  width: 32px;
}

.h--8 {
  height: 32px;
}

.w--9 {
  width: 36px;
}

.h--9 {
  height: 36px;
}

.w--10 {
  width: 40px;
}

.h--10 {
  height: 40px;
}

.w--11 {
  width: 44px;
}

.h--11 {
  height: 44px;
}

.w--12 {
  width: 48px;
}

.h--12 {
  height: 48px;
}

.w--13 {
  width: 52px;
}

.h--13 {
  height: 52px;
}

.w--14 {
  width: 56px;
}

.h--14 {
  height: 56px;
}

.w--15 {
  width: 60px;
}

.h--15 {
  height: 60px;
}

.w--16 {
  width: 64px;
}

.h--16 {
  height: 64px;
}

.w--17 {
  width: 68px;
}

.h--17 {
  height: 68px;
}

.w--18 {
  width: 72px;
}

.h--18 {
  height: 72px;
}

.w--19 {
  width: 76px;
}

.h--19 {
  height: 76px;
}

.w--20 {
  width: 80px;
}

.h--20 {
  height: 80px;
}

.w--21 {
  width: 84px;
}

.h--21 {
  height: 84px;
}

.w--22 {
  width: 88px;
}

.h--22 {
  height: 88px;
}

.w--23 {
  width: 92px;
}

.h--23 {
  height: 92px;
}

.w--24 {
  width: 96px;
}

.h--24 {
  height: 96px;
}

.w--25 {
  width: 100px;
}

.h--25 {
  height: 100px;
}

.w--26 {
  width: 104px;
}

.h--26 {
  height: 104px;
}

.w--27 {
  width: 108px;
}

.h--27 {
  height: 108px;
}

.w--28 {
  width: 112px;
}

.h--28 {
  height: 112px;
}

.w--29 {
  width: 116px;
}

.h--29 {
  height: 116px;
}

.w--30 {
  width: 120px;
}

.h--30 {
  height: 120px;
}

.w--31 {
  width: 124px;
}

.h--31 {
  height: 124px;
}

.w--32 {
  width: 128px;
}

.h--32 {
  height: 128px;
}

.w--33 {
  width: 132px;
}

.h--33 {
  height: 132px;
}

.w--34 {
  width: 136px;
}

.h--34 {
  height: 136px;
}

.w--35 {
  width: 140px;
}

.h--35 {
  height: 140px;
}

.w--36 {
  width: 144px;
}

.h--36 {
  height: 144px;
}

.w--37 {
  width: 148px;
}

.h--37 {
  height: 148px;
}

.w--38 {
  width: 152px;
}

.h--38 {
  height: 152px;
}

.w--39 {
  width: 156px;
}

.h--39 {
  height: 156px;
}

.w--40 {
  width: 160px;
}

.h--40 {
  height: 160px;
}

.w--41 {
  width: 164px;
}

.h--41 {
  height: 164px;
}

.w--42 {
  width: 168px;
}

.h--42 {
  height: 168px;
}

.w--43 {
  width: 172px;
}

.h--43 {
  height: 172px;
}

.w--44 {
  width: 176px;
}

.h--44 {
  height: 176px;
}

.w--45 {
  width: 180px;
}

.h--45 {
  height: 180px;
}

.w--46 {
  width: 184px;
}

.h--46 {
  height: 184px;
}

.w--47 {
  width: 188px;
}

.h--47 {
  height: 188px;
}

.w--48 {
  width: 192px;
}

.h--48 {
  height: 192px;
}

.w--49 {
  width: 196px;
}

.h--49 {
  height: 196px;
}

.w--50 {
  width: 200px;
}

.h--50 {
  height: 200px;
}

.w--51 {
  width: 204px;
}

.h--51 {
  height: 204px;
}

.w--52 {
  width: 208px;
}

.h--52 {
  height: 208px;
}

.w--53 {
  width: 212px;
}

.h--53 {
  height: 212px;
}

.w--54 {
  width: 216px;
}

.h--54 {
  height: 216px;
}

.w--55 {
  width: 220px;
}

.h--55 {
  height: 220px;
}

.w--56 {
  width: 224px;
}

.h--56 {
  height: 224px;
}

.w--57 {
  width: 228px;
}

.h--57 {
  height: 228px;
}

.w--58 {
  width: 232px;
}

.h--58 {
  height: 232px;
}

.w--59 {
  width: 236px;
}

.h--59 {
  height: 236px;
}

.w--60 {
  width: 240px;
}

.h--60 {
  height: 240px;
}

.w--61 {
  width: 244px;
}

.h--61 {
  height: 244px;
}

.w--62 {
  width: 248px;
}

.h--62 {
  height: 248px;
}

.w--63 {
  width: 252px;
}

.h--63 {
  height: 252px;
}

.w--64 {
  width: 256px;
}

.h--64 {
  height: 256px;
}

.w--65 {
  width: 260px;
}

.h--65 {
  height: 260px;
}

.w--66 {
  width: 264px;
}

.h--66 {
  height: 264px;
}

.w--67 {
  width: 268px;
}

.h--67 {
  height: 268px;
}

.w--68 {
  width: 272px;
}

.h--68 {
  height: 272px;
}

.w--69 {
  width: 276px;
}

.h--69 {
  height: 276px;
}

.w--70 {
  width: 280px;
}

.h--70 {
  height: 280px;
}

.w--71 {
  width: 284px;
}

.h--71 {
  height: 284px;
}

.w--72 {
  width: 288px;
}

.h--72 {
  height: 288px;
}

.w--73 {
  width: 292px;
}

.h--73 {
  height: 292px;
}

.w--74 {
  width: 296px;
}

.h--74 {
  height: 296px;
}

.w--75 {
  width: 300px;
}

.h--75 {
  height: 300px;
}

.w--76 {
  width: 304px;
}

.h--76 {
  height: 304px;
}

.w--77 {
  width: 308px;
}

.h--77 {
  height: 308px;
}

.w--78 {
  width: 312px;
}

.h--78 {
  height: 312px;
}

.w--79 {
  width: 316px;
}

.h--79 {
  height: 316px;
}

.w--80 {
  width: 320px;
}

.h--80 {
  height: 320px;
}

.w--81 {
  width: 324px;
}

.h--81 {
  height: 324px;
}

.w--82 {
  width: 328px;
}

.h--82 {
  height: 328px;
}

.w--83 {
  width: 332px;
}

.h--83 {
  height: 332px;
}

.w--84 {
  width: 336px;
}

.h--84 {
  height: 336px;
}

.w--85 {
  width: 340px;
}

.h--85 {
  height: 340px;
}

.w--86 {
  width: 344px;
}

.h--86 {
  height: 344px;
}

.w--87 {
  width: 348px;
}

.h--87 {
  height: 348px;
}

.w--88 {
  width: 352px;
}

.h--88 {
  height: 352px;
}

.w--89 {
  width: 356px;
}

.h--89 {
  height: 356px;
}

.w--90 {
  width: 360px;
}

.h--90 {
  height: 360px;
}

.w--91 {
  width: 364px;
}

.h--91 {
  height: 364px;
}

.w--92 {
  width: 368px;
}

.h--92 {
  height: 368px;
}

.w--93 {
  width: 372px;
}

.h--93 {
  height: 372px;
}

.w--94 {
  width: 376px;
}

.h--94 {
  height: 376px;
}

.w--95 {
  width: 380px;
}

.h--95 {
  height: 380px;
}

.w--96 {
  width: 384px;
}

.h--96 {
  height: 384px;
}

.w--97 {
  width: 388px;
}

.h--97 {
  height: 388px;
}

.w--98 {
  width: 392px;
}

.h--98 {
  height: 392px;
}

.w--99 {
  width: 396px;
}

.h--99 {
  height: 396px;
}

.w--100 {
  width: 400px;
}

.h--100 {
  height: 400px;
}

.w--101 {
  width: 404px;
}

.h--101 {
  height: 404px;
}

.w--102 {
  width: 408px;
}

.h--102 {
  height: 408px;
}

.w--103 {
  width: 412px;
}

.h--103 {
  height: 412px;
}

.w--104 {
  width: 416px;
}

.h--104 {
  height: 416px;
}

.w--105 {
  width: 420px;
}

.h--105 {
  height: 420px;
}

.w--106 {
  width: 424px;
}

.h--106 {
  height: 424px;
}

.w--107 {
  width: 428px;
}

.h--107 {
  height: 428px;
}

.w--108 {
  width: 432px;
}

.h--108 {
  height: 432px;
}

.w--109 {
  width: 436px;
}

.h--109 {
  height: 436px;
}

.w--110 {
  width: 440px;
}

.h--110 {
  height: 440px;
}

.w--111 {
  width: 444px;
}

.h--111 {
  height: 444px;
}

.w--112 {
  width: 448px;
}

.h--112 {
  height: 448px;
}

.w--113 {
  width: 452px;
}

.h--113 {
  height: 452px;
}

.w--114 {
  width: 456px;
}

.h--114 {
  height: 456px;
}

.w--115 {
  width: 460px;
}

.h--115 {
  height: 460px;
}

.w--116 {
  width: 464px;
}

.h--116 {
  height: 464px;
}

.w--117 {
  width: 468px;
}

.h--117 {
  height: 468px;
}

.w--118 {
  width: 472px;
}

.h--118 {
  height: 472px;
}

.w--119 {
  width: 476px;
}

.h--119 {
  height: 476px;
}

.w--120 {
  width: 480px;
}

.h--120 {
  height: 480px;
}

.w--121 {
  width: 484px;
}

.h--121 {
  height: 484px;
}

.w--122 {
  width: 488px;
}

.h--122 {
  height: 488px;
}

.w--123 {
  width: 492px;
}

.h--123 {
  height: 492px;
}

.w--124 {
  width: 496px;
}

.h--124 {
  height: 496px;
}

.w--125 {
  width: 500px;
}

.h--125 {
  height: 500px;
}

.w--126 {
  width: 504px;
}

.h--126 {
  height: 504px;
}

.w--127 {
  width: 508px;
}

.h--127 {
  height: 508px;
}

.w--128 {
  width: 512px;
}

.h--128 {
  height: 512px;
}

.w--129 {
  width: 516px;
}

.h--129 {
  height: 516px;
}

.w--130 {
  width: 520px;
}

.h--130 {
  height: 520px;
}

.w--131 {
  width: 524px;
}

.h--131 {
  height: 524px;
}

.w--132 {
  width: 528px;
}

.h--132 {
  height: 528px;
}

.w--133 {
  width: 532px;
}

.h--133 {
  height: 532px;
}

.w--134 {
  width: 536px;
}

.h--134 {
  height: 536px;
}

.w--135 {
  width: 540px;
}

.h--135 {
  height: 540px;
}

.w--136 {
  width: 544px;
}

.h--136 {
  height: 544px;
}

.w--137 {
  width: 548px;
}

.h--137 {
  height: 548px;
}

.w--138 {
  width: 552px;
}

.h--138 {
  height: 552px;
}

.w--139 {
  width: 556px;
}

.h--139 {
  height: 556px;
}

.w--140 {
  width: 560px;
}

.h--140 {
  height: 560px;
}

.w--141 {
  width: 564px;
}

.h--141 {
  height: 564px;
}

.w--142 {
  width: 568px;
}

.h--142 {
  height: 568px;
}

.w--143 {
  width: 572px;
}

.h--143 {
  height: 572px;
}

.w--144 {
  width: 576px;
}

.h--144 {
  height: 576px;
}

.w--145 {
  width: 580px;
}

.h--145 {
  height: 580px;
}

.w--146 {
  width: 584px;
}

.h--146 {
  height: 584px;
}

.w--147 {
  width: 588px;
}

.h--147 {
  height: 588px;
}

.w--148 {
  width: 592px;
}

.h--148 {
  height: 592px;
}

.w--149 {
  width: 596px;
}

.h--149 {
  height: 596px;
}

.w--150 {
  width: 600px;
}

.h--150 {
  height: 600px;
}

.w--151 {
  width: 604px;
}

.h--151 {
  height: 604px;
}

.w--152 {
  width: 608px;
}

.h--152 {
  height: 608px;
}

.w--153 {
  width: 612px;
}

.h--153 {
  height: 612px;
}

.w--154 {
  width: 616px;
}

.h--154 {
  height: 616px;
}

.w--155 {
  width: 620px;
}

.h--155 {
  height: 620px;
}

.w--156 {
  width: 624px;
}

.h--156 {
  height: 624px;
}

.w--157 {
  width: 628px;
}

.h--157 {
  height: 628px;
}

.w--158 {
  width: 632px;
}

.h--158 {
  height: 632px;
}

.w--159 {
  width: 636px;
}

.h--159 {
  height: 636px;
}

.w--160 {
  width: 640px;
}

.h--160 {
  height: 640px;
}

.w--161 {
  width: 644px;
}

.h--161 {
  height: 644px;
}

.w--162 {
  width: 648px;
}

.h--162 {
  height: 648px;
}

.w--163 {
  width: 652px;
}

.h--163 {
  height: 652px;
}

.w--164 {
  width: 656px;
}

.h--164 {
  height: 656px;
}

.w--165 {
  width: 660px;
}

.h--165 {
  height: 660px;
}

.w--166 {
  width: 664px;
}

.h--166 {
  height: 664px;
}

.w--167 {
  width: 668px;
}

.h--167 {
  height: 668px;
}

.w--168 {
  width: 672px;
}

.h--168 {
  height: 672px;
}

.w--169 {
  width: 676px;
}

.h--169 {
  height: 676px;
}

.w--170 {
  width: 680px;
}

.h--170 {
  height: 680px;
}

.w--171 {
  width: 684px;
}

.h--171 {
  height: 684px;
}

.w--172 {
  width: 688px;
}

.h--172 {
  height: 688px;
}

.w--173 {
  width: 692px;
}

.h--173 {
  height: 692px;
}

.w--174 {
  width: 696px;
}

.h--174 {
  height: 696px;
}

.w--175 {
  width: 700px;
}

.h--175 {
  height: 700px;
}

.w--176 {
  width: 704px;
}

.h--176 {
  height: 704px;
}

.w--177 {
  width: 708px;
}

.h--177 {
  height: 708px;
}

.w--178 {
  width: 712px;
}

.h--178 {
  height: 712px;
}

.w--179 {
  width: 716px;
}

.h--179 {
  height: 716px;
}

.w--180 {
  width: 720px;
}

.h--180 {
  height: 720px;
}

.w--181 {
  width: 724px;
}

.h--181 {
  height: 724px;
}

.w--182 {
  width: 728px;
}

.h--182 {
  height: 728px;
}

.w--183 {
  width: 732px;
}

.h--183 {
  height: 732px;
}

.w--184 {
  width: 736px;
}

.h--184 {
  height: 736px;
}

.w--185 {
  width: 740px;
}

.h--185 {
  height: 740px;
}

.w--186 {
  width: 744px;
}

.h--186 {
  height: 744px;
}

.w--187 {
  width: 748px;
}

.h--187 {
  height: 748px;
}

.w--188 {
  width: 752px;
}

.h--188 {
  height: 752px;
}

.w--189 {
  width: 756px;
}

.h--189 {
  height: 756px;
}

.w--190 {
  width: 760px;
}

.h--190 {
  height: 760px;
}

.w--191 {
  width: 764px;
}

.h--191 {
  height: 764px;
}

.w--192 {
  width: 768px;
}

.h--192 {
  height: 768px;
}

.w--193 {
  width: 772px;
}

.h--193 {
  height: 772px;
}

.w--194 {
  width: 776px;
}

.h--194 {
  height: 776px;
}

.w--195 {
  width: 780px;
}

.h--195 {
  height: 780px;
}

.w--196 {
  width: 784px;
}

.h--196 {
  height: 784px;
}

.w--197 {
  width: 788px;
}

.h--197 {
  height: 788px;
}

.w--198 {
  width: 792px;
}

.h--198 {
  height: 792px;
}

.w--199 {
  width: 796px;
}

.h--199 {
  height: 796px;
}

.w--200 {
  width: 800px;
}

.h--200 {
  height: 800px;
}

@media (min-width: 768px) {
  .w-md--0 {
    width: 0px;
  }
  .h-md--0 {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .w-md--1 {
    width: 4px;
  }
  .h-md--1 {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .w-md--2 {
    width: 8px;
  }
  .h-md--2 {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .w-md--3 {
    width: 12px;
  }
  .h-md--3 {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .w-md--4 {
    width: 16px;
  }
  .h-md--4 {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .w-md--5 {
    width: 20px;
  }
  .h-md--5 {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .w-md--6 {
    width: 24px;
  }
  .h-md--6 {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .w-md--7 {
    width: 28px;
  }
  .h-md--7 {
    height: 28px;
  }
}
@media (min-width: 768px) {
  .w-md--8 {
    width: 32px;
  }
  .h-md--8 {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .w-md--9 {
    width: 36px;
  }
  .h-md--9 {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .w-md--10 {
    width: 40px;
  }
  .h-md--10 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .w-md--11 {
    width: 44px;
  }
  .h-md--11 {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .w-md--12 {
    width: 48px;
  }
  .h-md--12 {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .w-md--13 {
    width: 52px;
  }
  .h-md--13 {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .w-md--14 {
    width: 56px;
  }
  .h-md--14 {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .w-md--15 {
    width: 60px;
  }
  .h-md--15 {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .w-md--16 {
    width: 64px;
  }
  .h-md--16 {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .w-md--17 {
    width: 68px;
  }
  .h-md--17 {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .w-md--18 {
    width: 72px;
  }
  .h-md--18 {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .w-md--19 {
    width: 76px;
  }
  .h-md--19 {
    height: 76px;
  }
}
@media (min-width: 768px) {
  .w-md--20 {
    width: 80px;
  }
  .h-md--20 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .w-md--21 {
    width: 84px;
  }
  .h-md--21 {
    height: 84px;
  }
}
@media (min-width: 768px) {
  .w-md--22 {
    width: 88px;
  }
  .h-md--22 {
    height: 88px;
  }
}
@media (min-width: 768px) {
  .w-md--23 {
    width: 92px;
  }
  .h-md--23 {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .w-md--24 {
    width: 96px;
  }
  .h-md--24 {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .w-md--25 {
    width: 100px;
  }
  .h-md--25 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .w-md--26 {
    width: 104px;
  }
  .h-md--26 {
    height: 104px;
  }
}
@media (min-width: 768px) {
  .w-md--27 {
    width: 108px;
  }
  .h-md--27 {
    height: 108px;
  }
}
@media (min-width: 768px) {
  .w-md--28 {
    width: 112px;
  }
  .h-md--28 {
    height: 112px;
  }
}
@media (min-width: 768px) {
  .w-md--29 {
    width: 116px;
  }
  .h-md--29 {
    height: 116px;
  }
}
@media (min-width: 768px) {
  .w-md--30 {
    width: 120px;
  }
  .h-md--30 {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .w-md--31 {
    width: 124px;
  }
  .h-md--31 {
    height: 124px;
  }
}
@media (min-width: 768px) {
  .w-md--32 {
    width: 128px;
  }
  .h-md--32 {
    height: 128px;
  }
}
@media (min-width: 768px) {
  .w-md--33 {
    width: 132px;
  }
  .h-md--33 {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .w-md--34 {
    width: 136px;
  }
  .h-md--34 {
    height: 136px;
  }
}
@media (min-width: 768px) {
  .w-md--35 {
    width: 140px;
  }
  .h-md--35 {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .w-md--36 {
    width: 144px;
  }
  .h-md--36 {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .w-md--37 {
    width: 148px;
  }
  .h-md--37 {
    height: 148px;
  }
}
@media (min-width: 768px) {
  .w-md--38 {
    width: 152px;
  }
  .h-md--38 {
    height: 152px;
  }
}
@media (min-width: 768px) {
  .w-md--39 {
    width: 156px;
  }
  .h-md--39 {
    height: 156px;
  }
}
@media (min-width: 768px) {
  .w-md--40 {
    width: 160px;
  }
  .h-md--40 {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .w-md--41 {
    width: 164px;
  }
  .h-md--41 {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .w-md--42 {
    width: 168px;
  }
  .h-md--42 {
    height: 168px;
  }
}
@media (min-width: 768px) {
  .w-md--43 {
    width: 172px;
  }
  .h-md--43 {
    height: 172px;
  }
}
@media (min-width: 768px) {
  .w-md--44 {
    width: 176px;
  }
  .h-md--44 {
    height: 176px;
  }
}
@media (min-width: 768px) {
  .w-md--45 {
    width: 180px;
  }
  .h-md--45 {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .w-md--46 {
    width: 184px;
  }
  .h-md--46 {
    height: 184px;
  }
}
@media (min-width: 768px) {
  .w-md--47 {
    width: 188px;
  }
  .h-md--47 {
    height: 188px;
  }
}
@media (min-width: 768px) {
  .w-md--48 {
    width: 192px;
  }
  .h-md--48 {
    height: 192px;
  }
}
@media (min-width: 768px) {
  .w-md--49 {
    width: 196px;
  }
  .h-md--49 {
    height: 196px;
  }
}
@media (min-width: 768px) {
  .w-md--50 {
    width: 200px;
  }
  .h-md--50 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .w-md--51 {
    width: 204px;
  }
  .h-md--51 {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .w-md--52 {
    width: 208px;
  }
  .h-md--52 {
    height: 208px;
  }
}
@media (min-width: 768px) {
  .w-md--53 {
    width: 212px;
  }
  .h-md--53 {
    height: 212px;
  }
}
@media (min-width: 768px) {
  .w-md--54 {
    width: 216px;
  }
  .h-md--54 {
    height: 216px;
  }
}
@media (min-width: 768px) {
  .w-md--55 {
    width: 220px;
  }
  .h-md--55 {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .w-md--56 {
    width: 224px;
  }
  .h-md--56 {
    height: 224px;
  }
}
@media (min-width: 768px) {
  .w-md--57 {
    width: 228px;
  }
  .h-md--57 {
    height: 228px;
  }
}
@media (min-width: 768px) {
  .w-md--58 {
    width: 232px;
  }
  .h-md--58 {
    height: 232px;
  }
}
@media (min-width: 768px) {
  .w-md--59 {
    width: 236px;
  }
  .h-md--59 {
    height: 236px;
  }
}
@media (min-width: 768px) {
  .w-md--60 {
    width: 240px;
  }
  .h-md--60 {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .w-md--61 {
    width: 244px;
  }
  .h-md--61 {
    height: 244px;
  }
}
@media (min-width: 768px) {
  .w-md--62 {
    width: 248px;
  }
  .h-md--62 {
    height: 248px;
  }
}
@media (min-width: 768px) {
  .w-md--63 {
    width: 252px;
  }
  .h-md--63 {
    height: 252px;
  }
}
@media (min-width: 768px) {
  .w-md--64 {
    width: 256px;
  }
  .h-md--64 {
    height: 256px;
  }
}
@media (min-width: 768px) {
  .w-md--65 {
    width: 260px;
  }
  .h-md--65 {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .w-md--66 {
    width: 264px;
  }
  .h-md--66 {
    height: 264px;
  }
}
@media (min-width: 768px) {
  .w-md--67 {
    width: 268px;
  }
  .h-md--67 {
    height: 268px;
  }
}
@media (min-width: 768px) {
  .w-md--68 {
    width: 272px;
  }
  .h-md--68 {
    height: 272px;
  }
}
@media (min-width: 768px) {
  .w-md--69 {
    width: 276px;
  }
  .h-md--69 {
    height: 276px;
  }
}
@media (min-width: 768px) {
  .w-md--70 {
    width: 280px;
  }
  .h-md--70 {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .w-md--71 {
    width: 284px;
  }
  .h-md--71 {
    height: 284px;
  }
}
@media (min-width: 768px) {
  .w-md--72 {
    width: 288px;
  }
  .h-md--72 {
    height: 288px;
  }
}
@media (min-width: 768px) {
  .w-md--73 {
    width: 292px;
  }
  .h-md--73 {
    height: 292px;
  }
}
@media (min-width: 768px) {
  .w-md--74 {
    width: 296px;
  }
  .h-md--74 {
    height: 296px;
  }
}
@media (min-width: 768px) {
  .w-md--75 {
    width: 300px;
  }
  .h-md--75 {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .w-md--76 {
    width: 304px;
  }
  .h-md--76 {
    height: 304px;
  }
}
@media (min-width: 768px) {
  .w-md--77 {
    width: 308px;
  }
  .h-md--77 {
    height: 308px;
  }
}
@media (min-width: 768px) {
  .w-md--78 {
    width: 312px;
  }
  .h-md--78 {
    height: 312px;
  }
}
@media (min-width: 768px) {
  .w-md--79 {
    width: 316px;
  }
  .h-md--79 {
    height: 316px;
  }
}
@media (min-width: 768px) {
  .w-md--80 {
    width: 320px;
  }
  .h-md--80 {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .w-md--81 {
    width: 324px;
  }
  .h-md--81 {
    height: 324px;
  }
}
@media (min-width: 768px) {
  .w-md--82 {
    width: 328px;
  }
  .h-md--82 {
    height: 328px;
  }
}
@media (min-width: 768px) {
  .w-md--83 {
    width: 332px;
  }
  .h-md--83 {
    height: 332px;
  }
}
@media (min-width: 768px) {
  .w-md--84 {
    width: 336px;
  }
  .h-md--84 {
    height: 336px;
  }
}
@media (min-width: 768px) {
  .w-md--85 {
    width: 340px;
  }
  .h-md--85 {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .w-md--86 {
    width: 344px;
  }
  .h-md--86 {
    height: 344px;
  }
}
@media (min-width: 768px) {
  .w-md--87 {
    width: 348px;
  }
  .h-md--87 {
    height: 348px;
  }
}
@media (min-width: 768px) {
  .w-md--88 {
    width: 352px;
  }
  .h-md--88 {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .w-md--89 {
    width: 356px;
  }
  .h-md--89 {
    height: 356px;
  }
}
@media (min-width: 768px) {
  .w-md--90 {
    width: 360px;
  }
  .h-md--90 {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .w-md--91 {
    width: 364px;
  }
  .h-md--91 {
    height: 364px;
  }
}
@media (min-width: 768px) {
  .w-md--92 {
    width: 368px;
  }
  .h-md--92 {
    height: 368px;
  }
}
@media (min-width: 768px) {
  .w-md--93 {
    width: 372px;
  }
  .h-md--93 {
    height: 372px;
  }
}
@media (min-width: 768px) {
  .w-md--94 {
    width: 376px;
  }
  .h-md--94 {
    height: 376px;
  }
}
@media (min-width: 768px) {
  .w-md--95 {
    width: 380px;
  }
  .h-md--95 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .w-md--96 {
    width: 384px;
  }
  .h-md--96 {
    height: 384px;
  }
}
@media (min-width: 768px) {
  .w-md--97 {
    width: 388px;
  }
  .h-md--97 {
    height: 388px;
  }
}
@media (min-width: 768px) {
  .w-md--98 {
    width: 392px;
  }
  .h-md--98 {
    height: 392px;
  }
}
@media (min-width: 768px) {
  .w-md--99 {
    width: 396px;
  }
  .h-md--99 {
    height: 396px;
  }
}
@media (min-width: 768px) {
  .w-md--100 {
    width: 400px;
  }
  .h-md--100 {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .w-md--101 {
    width: 404px;
  }
  .h-md--101 {
    height: 404px;
  }
}
@media (min-width: 768px) {
  .w-md--102 {
    width: 408px;
  }
  .h-md--102 {
    height: 408px;
  }
}
@media (min-width: 768px) {
  .w-md--103 {
    width: 412px;
  }
  .h-md--103 {
    height: 412px;
  }
}
@media (min-width: 768px) {
  .w-md--104 {
    width: 416px;
  }
  .h-md--104 {
    height: 416px;
  }
}
@media (min-width: 768px) {
  .w-md--105 {
    width: 420px;
  }
  .h-md--105 {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .w-md--106 {
    width: 424px;
  }
  .h-md--106 {
    height: 424px;
  }
}
@media (min-width: 768px) {
  .w-md--107 {
    width: 428px;
  }
  .h-md--107 {
    height: 428px;
  }
}
@media (min-width: 768px) {
  .w-md--108 {
    width: 432px;
  }
  .h-md--108 {
    height: 432px;
  }
}
@media (min-width: 768px) {
  .w-md--109 {
    width: 436px;
  }
  .h-md--109 {
    height: 436px;
  }
}
@media (min-width: 768px) {
  .w-md--110 {
    width: 440px;
  }
  .h-md--110 {
    height: 440px;
  }
}
@media (min-width: 768px) {
  .w-md--111 {
    width: 444px;
  }
  .h-md--111 {
    height: 444px;
  }
}
@media (min-width: 768px) {
  .w-md--112 {
    width: 448px;
  }
  .h-md--112 {
    height: 448px;
  }
}
@media (min-width: 768px) {
  .w-md--113 {
    width: 452px;
  }
  .h-md--113 {
    height: 452px;
  }
}
@media (min-width: 768px) {
  .w-md--114 {
    width: 456px;
  }
  .h-md--114 {
    height: 456px;
  }
}
@media (min-width: 768px) {
  .w-md--115 {
    width: 460px;
  }
  .h-md--115 {
    height: 460px;
  }
}
@media (min-width: 768px) {
  .w-md--116 {
    width: 464px;
  }
  .h-md--116 {
    height: 464px;
  }
}
@media (min-width: 768px) {
  .w-md--117 {
    width: 468px;
  }
  .h-md--117 {
    height: 468px;
  }
}
@media (min-width: 768px) {
  .w-md--118 {
    width: 472px;
  }
  .h-md--118 {
    height: 472px;
  }
}
@media (min-width: 768px) {
  .w-md--119 {
    width: 476px;
  }
  .h-md--119 {
    height: 476px;
  }
}
@media (min-width: 768px) {
  .w-md--120 {
    width: 480px;
  }
  .h-md--120 {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .w-md--121 {
    width: 484px;
  }
  .h-md--121 {
    height: 484px;
  }
}
@media (min-width: 768px) {
  .w-md--122 {
    width: 488px;
  }
  .h-md--122 {
    height: 488px;
  }
}
@media (min-width: 768px) {
  .w-md--123 {
    width: 492px;
  }
  .h-md--123 {
    height: 492px;
  }
}
@media (min-width: 768px) {
  .w-md--124 {
    width: 496px;
  }
  .h-md--124 {
    height: 496px;
  }
}
@media (min-width: 768px) {
  .w-md--125 {
    width: 500px;
  }
  .h-md--125 {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .w-md--126 {
    width: 504px;
  }
  .h-md--126 {
    height: 504px;
  }
}
@media (min-width: 768px) {
  .w-md--127 {
    width: 508px;
  }
  .h-md--127 {
    height: 508px;
  }
}
@media (min-width: 768px) {
  .w-md--128 {
    width: 512px;
  }
  .h-md--128 {
    height: 512px;
  }
}
@media (min-width: 768px) {
  .w-md--129 {
    width: 516px;
  }
  .h-md--129 {
    height: 516px;
  }
}
@media (min-width: 768px) {
  .w-md--130 {
    width: 520px;
  }
  .h-md--130 {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .w-md--131 {
    width: 524px;
  }
  .h-md--131 {
    height: 524px;
  }
}
@media (min-width: 768px) {
  .w-md--132 {
    width: 528px;
  }
  .h-md--132 {
    height: 528px;
  }
}
@media (min-width: 768px) {
  .w-md--133 {
    width: 532px;
  }
  .h-md--133 {
    height: 532px;
  }
}
@media (min-width: 768px) {
  .w-md--134 {
    width: 536px;
  }
  .h-md--134 {
    height: 536px;
  }
}
@media (min-width: 768px) {
  .w-md--135 {
    width: 540px;
  }
  .h-md--135 {
    height: 540px;
  }
}
@media (min-width: 768px) {
  .w-md--136 {
    width: 544px;
  }
  .h-md--136 {
    height: 544px;
  }
}
@media (min-width: 768px) {
  .w-md--137 {
    width: 548px;
  }
  .h-md--137 {
    height: 548px;
  }
}
@media (min-width: 768px) {
  .w-md--138 {
    width: 552px;
  }
  .h-md--138 {
    height: 552px;
  }
}
@media (min-width: 768px) {
  .w-md--139 {
    width: 556px;
  }
  .h-md--139 {
    height: 556px;
  }
}
@media (min-width: 768px) {
  .w-md--140 {
    width: 560px;
  }
  .h-md--140 {
    height: 560px;
  }
}
@media (min-width: 768px) {
  .w-md--141 {
    width: 564px;
  }
  .h-md--141 {
    height: 564px;
  }
}
@media (min-width: 768px) {
  .w-md--142 {
    width: 568px;
  }
  .h-md--142 {
    height: 568px;
  }
}
@media (min-width: 768px) {
  .w-md--143 {
    width: 572px;
  }
  .h-md--143 {
    height: 572px;
  }
}
@media (min-width: 768px) {
  .w-md--144 {
    width: 576px;
  }
  .h-md--144 {
    height: 576px;
  }
}
@media (min-width: 768px) {
  .w-md--145 {
    width: 580px;
  }
  .h-md--145 {
    height: 580px;
  }
}
@media (min-width: 768px) {
  .w-md--146 {
    width: 584px;
  }
  .h-md--146 {
    height: 584px;
  }
}
@media (min-width: 768px) {
  .w-md--147 {
    width: 588px;
  }
  .h-md--147 {
    height: 588px;
  }
}
@media (min-width: 768px) {
  .w-md--148 {
    width: 592px;
  }
  .h-md--148 {
    height: 592px;
  }
}
@media (min-width: 768px) {
  .w-md--149 {
    width: 596px;
  }
  .h-md--149 {
    height: 596px;
  }
}
@media (min-width: 768px) {
  .w-md--150 {
    width: 600px;
  }
  .h-md--150 {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .w-md--151 {
    width: 604px;
  }
  .h-md--151 {
    height: 604px;
  }
}
@media (min-width: 768px) {
  .w-md--152 {
    width: 608px;
  }
  .h-md--152 {
    height: 608px;
  }
}
@media (min-width: 768px) {
  .w-md--153 {
    width: 612px;
  }
  .h-md--153 {
    height: 612px;
  }
}
@media (min-width: 768px) {
  .w-md--154 {
    width: 616px;
  }
  .h-md--154 {
    height: 616px;
  }
}
@media (min-width: 768px) {
  .w-md--155 {
    width: 620px;
  }
  .h-md--155 {
    height: 620px;
  }
}
@media (min-width: 768px) {
  .w-md--156 {
    width: 624px;
  }
  .h-md--156 {
    height: 624px;
  }
}
@media (min-width: 768px) {
  .w-md--157 {
    width: 628px;
  }
  .h-md--157 {
    height: 628px;
  }
}
@media (min-width: 768px) {
  .w-md--158 {
    width: 632px;
  }
  .h-md--158 {
    height: 632px;
  }
}
@media (min-width: 768px) {
  .w-md--159 {
    width: 636px;
  }
  .h-md--159 {
    height: 636px;
  }
}
@media (min-width: 768px) {
  .w-md--160 {
    width: 640px;
  }
  .h-md--160 {
    height: 640px;
  }
}
@media (min-width: 768px) {
  .w-md--161 {
    width: 644px;
  }
  .h-md--161 {
    height: 644px;
  }
}
@media (min-width: 768px) {
  .w-md--162 {
    width: 648px;
  }
  .h-md--162 {
    height: 648px;
  }
}
@media (min-width: 768px) {
  .w-md--163 {
    width: 652px;
  }
  .h-md--163 {
    height: 652px;
  }
}
@media (min-width: 768px) {
  .w-md--164 {
    width: 656px;
  }
  .h-md--164 {
    height: 656px;
  }
}
@media (min-width: 768px) {
  .w-md--165 {
    width: 660px;
  }
  .h-md--165 {
    height: 660px;
  }
}
@media (min-width: 768px) {
  .w-md--166 {
    width: 664px;
  }
  .h-md--166 {
    height: 664px;
  }
}
@media (min-width: 768px) {
  .w-md--167 {
    width: 668px;
  }
  .h-md--167 {
    height: 668px;
  }
}
@media (min-width: 768px) {
  .w-md--168 {
    width: 672px;
  }
  .h-md--168 {
    height: 672px;
  }
}
@media (min-width: 768px) {
  .w-md--169 {
    width: 676px;
  }
  .h-md--169 {
    height: 676px;
  }
}
@media (min-width: 768px) {
  .w-md--170 {
    width: 680px;
  }
  .h-md--170 {
    height: 680px;
  }
}
@media (min-width: 768px) {
  .w-md--171 {
    width: 684px;
  }
  .h-md--171 {
    height: 684px;
  }
}
@media (min-width: 768px) {
  .w-md--172 {
    width: 688px;
  }
  .h-md--172 {
    height: 688px;
  }
}
@media (min-width: 768px) {
  .w-md--173 {
    width: 692px;
  }
  .h-md--173 {
    height: 692px;
  }
}
@media (min-width: 768px) {
  .w-md--174 {
    width: 696px;
  }
  .h-md--174 {
    height: 696px;
  }
}
@media (min-width: 768px) {
  .w-md--175 {
    width: 700px;
  }
  .h-md--175 {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .w-md--176 {
    width: 704px;
  }
  .h-md--176 {
    height: 704px;
  }
}
@media (min-width: 768px) {
  .w-md--177 {
    width: 708px;
  }
  .h-md--177 {
    height: 708px;
  }
}
@media (min-width: 768px) {
  .w-md--178 {
    width: 712px;
  }
  .h-md--178 {
    height: 712px;
  }
}
@media (min-width: 768px) {
  .w-md--179 {
    width: 716px;
  }
  .h-md--179 {
    height: 716px;
  }
}
@media (min-width: 768px) {
  .w-md--180 {
    width: 720px;
  }
  .h-md--180 {
    height: 720px;
  }
}
@media (min-width: 768px) {
  .w-md--181 {
    width: 724px;
  }
  .h-md--181 {
    height: 724px;
  }
}
@media (min-width: 768px) {
  .w-md--182 {
    width: 728px;
  }
  .h-md--182 {
    height: 728px;
  }
}
@media (min-width: 768px) {
  .w-md--183 {
    width: 732px;
  }
  .h-md--183 {
    height: 732px;
  }
}
@media (min-width: 768px) {
  .w-md--184 {
    width: 736px;
  }
  .h-md--184 {
    height: 736px;
  }
}
@media (min-width: 768px) {
  .w-md--185 {
    width: 740px;
  }
  .h-md--185 {
    height: 740px;
  }
}
@media (min-width: 768px) {
  .w-md--186 {
    width: 744px;
  }
  .h-md--186 {
    height: 744px;
  }
}
@media (min-width: 768px) {
  .w-md--187 {
    width: 748px;
  }
  .h-md--187 {
    height: 748px;
  }
}
@media (min-width: 768px) {
  .w-md--188 {
    width: 752px;
  }
  .h-md--188 {
    height: 752px;
  }
}
@media (min-width: 768px) {
  .w-md--189 {
    width: 756px;
  }
  .h-md--189 {
    height: 756px;
  }
}
@media (min-width: 768px) {
  .w-md--190 {
    width: 760px;
  }
  .h-md--190 {
    height: 760px;
  }
}
@media (min-width: 768px) {
  .w-md--191 {
    width: 764px;
  }
  .h-md--191 {
    height: 764px;
  }
}
@media (min-width: 768px) {
  .w-md--192 {
    width: 768px;
  }
  .h-md--192 {
    height: 768px;
  }
}
@media (min-width: 768px) {
  .w-md--193 {
    width: 772px;
  }
  .h-md--193 {
    height: 772px;
  }
}
@media (min-width: 768px) {
  .w-md--194 {
    width: 776px;
  }
  .h-md--194 {
    height: 776px;
  }
}
@media (min-width: 768px) {
  .w-md--195 {
    width: 780px;
  }
  .h-md--195 {
    height: 780px;
  }
}
@media (min-width: 768px) {
  .w-md--196 {
    width: 784px;
  }
  .h-md--196 {
    height: 784px;
  }
}
@media (min-width: 768px) {
  .w-md--197 {
    width: 788px;
  }
  .h-md--197 {
    height: 788px;
  }
}
@media (min-width: 768px) {
  .w-md--198 {
    width: 792px;
  }
  .h-md--198 {
    height: 792px;
  }
}
@media (min-width: 768px) {
  .w-md--199 {
    width: 796px;
  }
  .h-md--199 {
    height: 796px;
  }
}
@media (min-width: 768px) {
  .w-md--200 {
    width: 800px;
  }
  .h-md--200 {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .w-lg--0 {
    width: 0px;
  }
  .h-lg--0 {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .w-lg--1 {
    width: 4px;
  }
  .h-lg--1 {
    height: 4px;
  }
}
@media (min-width: 992px) {
  .w-lg--2 {
    width: 8px;
  }
  .h-lg--2 {
    height: 8px;
  }
}
@media (min-width: 992px) {
  .w-lg--3 {
    width: 12px;
  }
  .h-lg--3 {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .w-lg--4 {
    width: 16px;
  }
  .h-lg--4 {
    height: 16px;
  }
}
@media (min-width: 992px) {
  .w-lg--5 {
    width: 20px;
  }
  .h-lg--5 {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .w-lg--6 {
    width: 24px;
  }
  .h-lg--6 {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .w-lg--7 {
    width: 28px;
  }
  .h-lg--7 {
    height: 28px;
  }
}
@media (min-width: 992px) {
  .w-lg--8 {
    width: 32px;
  }
  .h-lg--8 {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .w-lg--9 {
    width: 36px;
  }
  .h-lg--9 {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .w-lg--10 {
    width: 40px;
  }
  .h-lg--10 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .w-lg--11 {
    width: 44px;
  }
  .h-lg--11 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .w-lg--12 {
    width: 48px;
  }
  .h-lg--12 {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .w-lg--13 {
    width: 52px;
  }
  .h-lg--13 {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .w-lg--14 {
    width: 56px;
  }
  .h-lg--14 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .w-lg--15 {
    width: 60px;
  }
  .h-lg--15 {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .w-lg--16 {
    width: 64px;
  }
  .h-lg--16 {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .w-lg--17 {
    width: 68px;
  }
  .h-lg--17 {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .w-lg--18 {
    width: 72px;
  }
  .h-lg--18 {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .w-lg--19 {
    width: 76px;
  }
  .h-lg--19 {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .w-lg--20 {
    width: 80px;
  }
  .h-lg--20 {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .w-lg--21 {
    width: 84px;
  }
  .h-lg--21 {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .w-lg--22 {
    width: 88px;
  }
  .h-lg--22 {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .w-lg--23 {
    width: 92px;
  }
  .h-lg--23 {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .w-lg--24 {
    width: 96px;
  }
  .h-lg--24 {
    height: 96px;
  }
}
@media (min-width: 992px) {
  .w-lg--25 {
    width: 100px;
  }
  .h-lg--25 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .w-lg--26 {
    width: 104px;
  }
  .h-lg--26 {
    height: 104px;
  }
}
@media (min-width: 992px) {
  .w-lg--27 {
    width: 108px;
  }
  .h-lg--27 {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .w-lg--28 {
    width: 112px;
  }
  .h-lg--28 {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .w-lg--29 {
    width: 116px;
  }
  .h-lg--29 {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .w-lg--30 {
    width: 120px;
  }
  .h-lg--30 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .w-lg--31 {
    width: 124px;
  }
  .h-lg--31 {
    height: 124px;
  }
}
@media (min-width: 992px) {
  .w-lg--32 {
    width: 128px;
  }
  .h-lg--32 {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .w-lg--33 {
    width: 132px;
  }
  .h-lg--33 {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .w-lg--34 {
    width: 136px;
  }
  .h-lg--34 {
    height: 136px;
  }
}
@media (min-width: 992px) {
  .w-lg--35 {
    width: 140px;
  }
  .h-lg--35 {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .w-lg--36 {
    width: 144px;
  }
  .h-lg--36 {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .w-lg--37 {
    width: 148px;
  }
  .h-lg--37 {
    height: 148px;
  }
}
@media (min-width: 992px) {
  .w-lg--38 {
    width: 152px;
  }
  .h-lg--38 {
    height: 152px;
  }
}
@media (min-width: 992px) {
  .w-lg--39 {
    width: 156px;
  }
  .h-lg--39 {
    height: 156px;
  }
}
@media (min-width: 992px) {
  .w-lg--40 {
    width: 160px;
  }
  .h-lg--40 {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .w-lg--41 {
    width: 164px;
  }
  .h-lg--41 {
    height: 164px;
  }
}
@media (min-width: 992px) {
  .w-lg--42 {
    width: 168px;
  }
  .h-lg--42 {
    height: 168px;
  }
}
@media (min-width: 992px) {
  .w-lg--43 {
    width: 172px;
  }
  .h-lg--43 {
    height: 172px;
  }
}
@media (min-width: 992px) {
  .w-lg--44 {
    width: 176px;
  }
  .h-lg--44 {
    height: 176px;
  }
}
@media (min-width: 992px) {
  .w-lg--45 {
    width: 180px;
  }
  .h-lg--45 {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .w-lg--46 {
    width: 184px;
  }
  .h-lg--46 {
    height: 184px;
  }
}
@media (min-width: 992px) {
  .w-lg--47 {
    width: 188px;
  }
  .h-lg--47 {
    height: 188px;
  }
}
@media (min-width: 992px) {
  .w-lg--48 {
    width: 192px;
  }
  .h-lg--48 {
    height: 192px;
  }
}
@media (min-width: 992px) {
  .w-lg--49 {
    width: 196px;
  }
  .h-lg--49 {
    height: 196px;
  }
}
@media (min-width: 992px) {
  .w-lg--50 {
    width: 200px;
  }
  .h-lg--50 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .w-lg--51 {
    width: 204px;
  }
  .h-lg--51 {
    height: 204px;
  }
}
@media (min-width: 992px) {
  .w-lg--52 {
    width: 208px;
  }
  .h-lg--52 {
    height: 208px;
  }
}
@media (min-width: 992px) {
  .w-lg--53 {
    width: 212px;
  }
  .h-lg--53 {
    height: 212px;
  }
}
@media (min-width: 992px) {
  .w-lg--54 {
    width: 216px;
  }
  .h-lg--54 {
    height: 216px;
  }
}
@media (min-width: 992px) {
  .w-lg--55 {
    width: 220px;
  }
  .h-lg--55 {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .w-lg--56 {
    width: 224px;
  }
  .h-lg--56 {
    height: 224px;
  }
}
@media (min-width: 992px) {
  .w-lg--57 {
    width: 228px;
  }
  .h-lg--57 {
    height: 228px;
  }
}
@media (min-width: 992px) {
  .w-lg--58 {
    width: 232px;
  }
  .h-lg--58 {
    height: 232px;
  }
}
@media (min-width: 992px) {
  .w-lg--59 {
    width: 236px;
  }
  .h-lg--59 {
    height: 236px;
  }
}
@media (min-width: 992px) {
  .w-lg--60 {
    width: 240px;
  }
  .h-lg--60 {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .w-lg--61 {
    width: 244px;
  }
  .h-lg--61 {
    height: 244px;
  }
}
@media (min-width: 992px) {
  .w-lg--62 {
    width: 248px;
  }
  .h-lg--62 {
    height: 248px;
  }
}
@media (min-width: 992px) {
  .w-lg--63 {
    width: 252px;
  }
  .h-lg--63 {
    height: 252px;
  }
}
@media (min-width: 992px) {
  .w-lg--64 {
    width: 256px;
  }
  .h-lg--64 {
    height: 256px;
  }
}
@media (min-width: 992px) {
  .w-lg--65 {
    width: 260px;
  }
  .h-lg--65 {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .w-lg--66 {
    width: 264px;
  }
  .h-lg--66 {
    height: 264px;
  }
}
@media (min-width: 992px) {
  .w-lg--67 {
    width: 268px;
  }
  .h-lg--67 {
    height: 268px;
  }
}
@media (min-width: 992px) {
  .w-lg--68 {
    width: 272px;
  }
  .h-lg--68 {
    height: 272px;
  }
}
@media (min-width: 992px) {
  .w-lg--69 {
    width: 276px;
  }
  .h-lg--69 {
    height: 276px;
  }
}
@media (min-width: 992px) {
  .w-lg--70 {
    width: 280px;
  }
  .h-lg--70 {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .w-lg--71 {
    width: 284px;
  }
  .h-lg--71 {
    height: 284px;
  }
}
@media (min-width: 992px) {
  .w-lg--72 {
    width: 288px;
  }
  .h-lg--72 {
    height: 288px;
  }
}
@media (min-width: 992px) {
  .w-lg--73 {
    width: 292px;
  }
  .h-lg--73 {
    height: 292px;
  }
}
@media (min-width: 992px) {
  .w-lg--74 {
    width: 296px;
  }
  .h-lg--74 {
    height: 296px;
  }
}
@media (min-width: 992px) {
  .w-lg--75 {
    width: 300px;
  }
  .h-lg--75 {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .w-lg--76 {
    width: 304px;
  }
  .h-lg--76 {
    height: 304px;
  }
}
@media (min-width: 992px) {
  .w-lg--77 {
    width: 308px;
  }
  .h-lg--77 {
    height: 308px;
  }
}
@media (min-width: 992px) {
  .w-lg--78 {
    width: 312px;
  }
  .h-lg--78 {
    height: 312px;
  }
}
@media (min-width: 992px) {
  .w-lg--79 {
    width: 316px;
  }
  .h-lg--79 {
    height: 316px;
  }
}
@media (min-width: 992px) {
  .w-lg--80 {
    width: 320px;
  }
  .h-lg--80 {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .w-lg--81 {
    width: 324px;
  }
  .h-lg--81 {
    height: 324px;
  }
}
@media (min-width: 992px) {
  .w-lg--82 {
    width: 328px;
  }
  .h-lg--82 {
    height: 328px;
  }
}
@media (min-width: 992px) {
  .w-lg--83 {
    width: 332px;
  }
  .h-lg--83 {
    height: 332px;
  }
}
@media (min-width: 992px) {
  .w-lg--84 {
    width: 336px;
  }
  .h-lg--84 {
    height: 336px;
  }
}
@media (min-width: 992px) {
  .w-lg--85 {
    width: 340px;
  }
  .h-lg--85 {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .w-lg--86 {
    width: 344px;
  }
  .h-lg--86 {
    height: 344px;
  }
}
@media (min-width: 992px) {
  .w-lg--87 {
    width: 348px;
  }
  .h-lg--87 {
    height: 348px;
  }
}
@media (min-width: 992px) {
  .w-lg--88 {
    width: 352px;
  }
  .h-lg--88 {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .w-lg--89 {
    width: 356px;
  }
  .h-lg--89 {
    height: 356px;
  }
}
@media (min-width: 992px) {
  .w-lg--90 {
    width: 360px;
  }
  .h-lg--90 {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .w-lg--91 {
    width: 364px;
  }
  .h-lg--91 {
    height: 364px;
  }
}
@media (min-width: 992px) {
  .w-lg--92 {
    width: 368px;
  }
  .h-lg--92 {
    height: 368px;
  }
}
@media (min-width: 992px) {
  .w-lg--93 {
    width: 372px;
  }
  .h-lg--93 {
    height: 372px;
  }
}
@media (min-width: 992px) {
  .w-lg--94 {
    width: 376px;
  }
  .h-lg--94 {
    height: 376px;
  }
}
@media (min-width: 992px) {
  .w-lg--95 {
    width: 380px;
  }
  .h-lg--95 {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .w-lg--96 {
    width: 384px;
  }
  .h-lg--96 {
    height: 384px;
  }
}
@media (min-width: 992px) {
  .w-lg--97 {
    width: 388px;
  }
  .h-lg--97 {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .w-lg--98 {
    width: 392px;
  }
  .h-lg--98 {
    height: 392px;
  }
}
@media (min-width: 992px) {
  .w-lg--99 {
    width: 396px;
  }
  .h-lg--99 {
    height: 396px;
  }
}
@media (min-width: 992px) {
  .w-lg--100 {
    width: 400px;
  }
  .h-lg--100 {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .w-lg--101 {
    width: 404px;
  }
  .h-lg--101 {
    height: 404px;
  }
}
@media (min-width: 992px) {
  .w-lg--102 {
    width: 408px;
  }
  .h-lg--102 {
    height: 408px;
  }
}
@media (min-width: 992px) {
  .w-lg--103 {
    width: 412px;
  }
  .h-lg--103 {
    height: 412px;
  }
}
@media (min-width: 992px) {
  .w-lg--104 {
    width: 416px;
  }
  .h-lg--104 {
    height: 416px;
  }
}
@media (min-width: 992px) {
  .w-lg--105 {
    width: 420px;
  }
  .h-lg--105 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .w-lg--106 {
    width: 424px;
  }
  .h-lg--106 {
    height: 424px;
  }
}
@media (min-width: 992px) {
  .w-lg--107 {
    width: 428px;
  }
  .h-lg--107 {
    height: 428px;
  }
}
@media (min-width: 992px) {
  .w-lg--108 {
    width: 432px;
  }
  .h-lg--108 {
    height: 432px;
  }
}
@media (min-width: 992px) {
  .w-lg--109 {
    width: 436px;
  }
  .h-lg--109 {
    height: 436px;
  }
}
@media (min-width: 992px) {
  .w-lg--110 {
    width: 440px;
  }
  .h-lg--110 {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .w-lg--111 {
    width: 444px;
  }
  .h-lg--111 {
    height: 444px;
  }
}
@media (min-width: 992px) {
  .w-lg--112 {
    width: 448px;
  }
  .h-lg--112 {
    height: 448px;
  }
}
@media (min-width: 992px) {
  .w-lg--113 {
    width: 452px;
  }
  .h-lg--113 {
    height: 452px;
  }
}
@media (min-width: 992px) {
  .w-lg--114 {
    width: 456px;
  }
  .h-lg--114 {
    height: 456px;
  }
}
@media (min-width: 992px) {
  .w-lg--115 {
    width: 460px;
  }
  .h-lg--115 {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .w-lg--116 {
    width: 464px;
  }
  .h-lg--116 {
    height: 464px;
  }
}
@media (min-width: 992px) {
  .w-lg--117 {
    width: 468px;
  }
  .h-lg--117 {
    height: 468px;
  }
}
@media (min-width: 992px) {
  .w-lg--118 {
    width: 472px;
  }
  .h-lg--118 {
    height: 472px;
  }
}
@media (min-width: 992px) {
  .w-lg--119 {
    width: 476px;
  }
  .h-lg--119 {
    height: 476px;
  }
}
@media (min-width: 992px) {
  .w-lg--120 {
    width: 480px;
  }
  .h-lg--120 {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .w-lg--121 {
    width: 484px;
  }
  .h-lg--121 {
    height: 484px;
  }
}
@media (min-width: 992px) {
  .w-lg--122 {
    width: 488px;
  }
  .h-lg--122 {
    height: 488px;
  }
}
@media (min-width: 992px) {
  .w-lg--123 {
    width: 492px;
  }
  .h-lg--123 {
    height: 492px;
  }
}
@media (min-width: 992px) {
  .w-lg--124 {
    width: 496px;
  }
  .h-lg--124 {
    height: 496px;
  }
}
@media (min-width: 992px) {
  .w-lg--125 {
    width: 500px;
  }
  .h-lg--125 {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .w-lg--126 {
    width: 504px;
  }
  .h-lg--126 {
    height: 504px;
  }
}
@media (min-width: 992px) {
  .w-lg--127 {
    width: 508px;
  }
  .h-lg--127 {
    height: 508px;
  }
}
@media (min-width: 992px) {
  .w-lg--128 {
    width: 512px;
  }
  .h-lg--128 {
    height: 512px;
  }
}
@media (min-width: 992px) {
  .w-lg--129 {
    width: 516px;
  }
  .h-lg--129 {
    height: 516px;
  }
}
@media (min-width: 992px) {
  .w-lg--130 {
    width: 520px;
  }
  .h-lg--130 {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .w-lg--131 {
    width: 524px;
  }
  .h-lg--131 {
    height: 524px;
  }
}
@media (min-width: 992px) {
  .w-lg--132 {
    width: 528px;
  }
  .h-lg--132 {
    height: 528px;
  }
}
@media (min-width: 992px) {
  .w-lg--133 {
    width: 532px;
  }
  .h-lg--133 {
    height: 532px;
  }
}
@media (min-width: 992px) {
  .w-lg--134 {
    width: 536px;
  }
  .h-lg--134 {
    height: 536px;
  }
}
@media (min-width: 992px) {
  .w-lg--135 {
    width: 540px;
  }
  .h-lg--135 {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .w-lg--136 {
    width: 544px;
  }
  .h-lg--136 {
    height: 544px;
  }
}
@media (min-width: 992px) {
  .w-lg--137 {
    width: 548px;
  }
  .h-lg--137 {
    height: 548px;
  }
}
@media (min-width: 992px) {
  .w-lg--138 {
    width: 552px;
  }
  .h-lg--138 {
    height: 552px;
  }
}
@media (min-width: 992px) {
  .w-lg--139 {
    width: 556px;
  }
  .h-lg--139 {
    height: 556px;
  }
}
@media (min-width: 992px) {
  .w-lg--140 {
    width: 560px;
  }
  .h-lg--140 {
    height: 560px;
  }
}
@media (min-width: 992px) {
  .w-lg--141 {
    width: 564px;
  }
  .h-lg--141 {
    height: 564px;
  }
}
@media (min-width: 992px) {
  .w-lg--142 {
    width: 568px;
  }
  .h-lg--142 {
    height: 568px;
  }
}
@media (min-width: 992px) {
  .w-lg--143 {
    width: 572px;
  }
  .h-lg--143 {
    height: 572px;
  }
}
@media (min-width: 992px) {
  .w-lg--144 {
    width: 576px;
  }
  .h-lg--144 {
    height: 576px;
  }
}
@media (min-width: 992px) {
  .w-lg--145 {
    width: 580px;
  }
  .h-lg--145 {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .w-lg--146 {
    width: 584px;
  }
  .h-lg--146 {
    height: 584px;
  }
}
@media (min-width: 992px) {
  .w-lg--147 {
    width: 588px;
  }
  .h-lg--147 {
    height: 588px;
  }
}
@media (min-width: 992px) {
  .w-lg--148 {
    width: 592px;
  }
  .h-lg--148 {
    height: 592px;
  }
}
@media (min-width: 992px) {
  .w-lg--149 {
    width: 596px;
  }
  .h-lg--149 {
    height: 596px;
  }
}
@media (min-width: 992px) {
  .w-lg--150 {
    width: 600px;
  }
  .h-lg--150 {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .w-lg--151 {
    width: 604px;
  }
  .h-lg--151 {
    height: 604px;
  }
}
@media (min-width: 992px) {
  .w-lg--152 {
    width: 608px;
  }
  .h-lg--152 {
    height: 608px;
  }
}
@media (min-width: 992px) {
  .w-lg--153 {
    width: 612px;
  }
  .h-lg--153 {
    height: 612px;
  }
}
@media (min-width: 992px) {
  .w-lg--154 {
    width: 616px;
  }
  .h-lg--154 {
    height: 616px;
  }
}
@media (min-width: 992px) {
  .w-lg--155 {
    width: 620px;
  }
  .h-lg--155 {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .w-lg--156 {
    width: 624px;
  }
  .h-lg--156 {
    height: 624px;
  }
}
@media (min-width: 992px) {
  .w-lg--157 {
    width: 628px;
  }
  .h-lg--157 {
    height: 628px;
  }
}
@media (min-width: 992px) {
  .w-lg--158 {
    width: 632px;
  }
  .h-lg--158 {
    height: 632px;
  }
}
@media (min-width: 992px) {
  .w-lg--159 {
    width: 636px;
  }
  .h-lg--159 {
    height: 636px;
  }
}
@media (min-width: 992px) {
  .w-lg--160 {
    width: 640px;
  }
  .h-lg--160 {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .w-lg--161 {
    width: 644px;
  }
  .h-lg--161 {
    height: 644px;
  }
}
@media (min-width: 992px) {
  .w-lg--162 {
    width: 648px;
  }
  .h-lg--162 {
    height: 648px;
  }
}
@media (min-width: 992px) {
  .w-lg--163 {
    width: 652px;
  }
  .h-lg--163 {
    height: 652px;
  }
}
@media (min-width: 992px) {
  .w-lg--164 {
    width: 656px;
  }
  .h-lg--164 {
    height: 656px;
  }
}
@media (min-width: 992px) {
  .w-lg--165 {
    width: 660px;
  }
  .h-lg--165 {
    height: 660px;
  }
}
@media (min-width: 992px) {
  .w-lg--166 {
    width: 664px;
  }
  .h-lg--166 {
    height: 664px;
  }
}
@media (min-width: 992px) {
  .w-lg--167 {
    width: 668px;
  }
  .h-lg--167 {
    height: 668px;
  }
}
@media (min-width: 992px) {
  .w-lg--168 {
    width: 672px;
  }
  .h-lg--168 {
    height: 672px;
  }
}
@media (min-width: 992px) {
  .w-lg--169 {
    width: 676px;
  }
  .h-lg--169 {
    height: 676px;
  }
}
@media (min-width: 992px) {
  .w-lg--170 {
    width: 680px;
  }
  .h-lg--170 {
    height: 680px;
  }
}
@media (min-width: 992px) {
  .w-lg--171 {
    width: 684px;
  }
  .h-lg--171 {
    height: 684px;
  }
}
@media (min-width: 992px) {
  .w-lg--172 {
    width: 688px;
  }
  .h-lg--172 {
    height: 688px;
  }
}
@media (min-width: 992px) {
  .w-lg--173 {
    width: 692px;
  }
  .h-lg--173 {
    height: 692px;
  }
}
@media (min-width: 992px) {
  .w-lg--174 {
    width: 696px;
  }
  .h-lg--174 {
    height: 696px;
  }
}
@media (min-width: 992px) {
  .w-lg--175 {
    width: 700px;
  }
  .h-lg--175 {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .w-lg--176 {
    width: 704px;
  }
  .h-lg--176 {
    height: 704px;
  }
}
@media (min-width: 992px) {
  .w-lg--177 {
    width: 708px;
  }
  .h-lg--177 {
    height: 708px;
  }
}
@media (min-width: 992px) {
  .w-lg--178 {
    width: 712px;
  }
  .h-lg--178 {
    height: 712px;
  }
}
@media (min-width: 992px) {
  .w-lg--179 {
    width: 716px;
  }
  .h-lg--179 {
    height: 716px;
  }
}
@media (min-width: 992px) {
  .w-lg--180 {
    width: 720px;
  }
  .h-lg--180 {
    height: 720px;
  }
}
@media (min-width: 992px) {
  .w-lg--181 {
    width: 724px;
  }
  .h-lg--181 {
    height: 724px;
  }
}
@media (min-width: 992px) {
  .w-lg--182 {
    width: 728px;
  }
  .h-lg--182 {
    height: 728px;
  }
}
@media (min-width: 992px) {
  .w-lg--183 {
    width: 732px;
  }
  .h-lg--183 {
    height: 732px;
  }
}
@media (min-width: 992px) {
  .w-lg--184 {
    width: 736px;
  }
  .h-lg--184 {
    height: 736px;
  }
}
@media (min-width: 992px) {
  .w-lg--185 {
    width: 740px;
  }
  .h-lg--185 {
    height: 740px;
  }
}
@media (min-width: 992px) {
  .w-lg--186 {
    width: 744px;
  }
  .h-lg--186 {
    height: 744px;
  }
}
@media (min-width: 992px) {
  .w-lg--187 {
    width: 748px;
  }
  .h-lg--187 {
    height: 748px;
  }
}
@media (min-width: 992px) {
  .w-lg--188 {
    width: 752px;
  }
  .h-lg--188 {
    height: 752px;
  }
}
@media (min-width: 992px) {
  .w-lg--189 {
    width: 756px;
  }
  .h-lg--189 {
    height: 756px;
  }
}
@media (min-width: 992px) {
  .w-lg--190 {
    width: 760px;
  }
  .h-lg--190 {
    height: 760px;
  }
}
@media (min-width: 992px) {
  .w-lg--191 {
    width: 764px;
  }
  .h-lg--191 {
    height: 764px;
  }
}
@media (min-width: 992px) {
  .w-lg--192 {
    width: 768px;
  }
  .h-lg--192 {
    height: 768px;
  }
}
@media (min-width: 992px) {
  .w-lg--193 {
    width: 772px;
  }
  .h-lg--193 {
    height: 772px;
  }
}
@media (min-width: 992px) {
  .w-lg--194 {
    width: 776px;
  }
  .h-lg--194 {
    height: 776px;
  }
}
@media (min-width: 992px) {
  .w-lg--195 {
    width: 780px;
  }
  .h-lg--195 {
    height: 780px;
  }
}
@media (min-width: 992px) {
  .w-lg--196 {
    width: 784px;
  }
  .h-lg--196 {
    height: 784px;
  }
}
@media (min-width: 992px) {
  .w-lg--197 {
    width: 788px;
  }
  .h-lg--197 {
    height: 788px;
  }
}
@media (min-width: 992px) {
  .w-lg--198 {
    width: 792px;
  }
  .h-lg--198 {
    height: 792px;
  }
}
@media (min-width: 992px) {
  .w-lg--199 {
    width: 796px;
  }
  .h-lg--199 {
    height: 796px;
  }
}
@media (min-width: 992px) {
  .w-lg--200 {
    width: 800px;
  }
  .h-lg--200 {
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--0 {
    width: 0px;
  }
  .h-xxl--0 {
    height: 0px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--1 {
    width: 4px;
  }
  .h-xxl--1 {
    height: 4px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--2 {
    width: 8px;
  }
  .h-xxl--2 {
    height: 8px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--3 {
    width: 12px;
  }
  .h-xxl--3 {
    height: 12px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--4 {
    width: 16px;
  }
  .h-xxl--4 {
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--5 {
    width: 20px;
  }
  .h-xxl--5 {
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--6 {
    width: 24px;
  }
  .h-xxl--6 {
    height: 24px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--7 {
    width: 28px;
  }
  .h-xxl--7 {
    height: 28px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--8 {
    width: 32px;
  }
  .h-xxl--8 {
    height: 32px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--9 {
    width: 36px;
  }
  .h-xxl--9 {
    height: 36px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--10 {
    width: 40px;
  }
  .h-xxl--10 {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--11 {
    width: 44px;
  }
  .h-xxl--11 {
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--12 {
    width: 48px;
  }
  .h-xxl--12 {
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--13 {
    width: 52px;
  }
  .h-xxl--13 {
    height: 52px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--14 {
    width: 56px;
  }
  .h-xxl--14 {
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--15 {
    width: 60px;
  }
  .h-xxl--15 {
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--16 {
    width: 64px;
  }
  .h-xxl--16 {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--17 {
    width: 68px;
  }
  .h-xxl--17 {
    height: 68px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--18 {
    width: 72px;
  }
  .h-xxl--18 {
    height: 72px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--19 {
    width: 76px;
  }
  .h-xxl--19 {
    height: 76px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--20 {
    width: 80px;
  }
  .h-xxl--20 {
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--21 {
    width: 84px;
  }
  .h-xxl--21 {
    height: 84px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--22 {
    width: 88px;
  }
  .h-xxl--22 {
    height: 88px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--23 {
    width: 92px;
  }
  .h-xxl--23 {
    height: 92px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--24 {
    width: 96px;
  }
  .h-xxl--24 {
    height: 96px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--25 {
    width: 100px;
  }
  .h-xxl--25 {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--26 {
    width: 104px;
  }
  .h-xxl--26 {
    height: 104px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--27 {
    width: 108px;
  }
  .h-xxl--27 {
    height: 108px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--28 {
    width: 112px;
  }
  .h-xxl--28 {
    height: 112px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--29 {
    width: 116px;
  }
  .h-xxl--29 {
    height: 116px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--30 {
    width: 120px;
  }
  .h-xxl--30 {
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--31 {
    width: 124px;
  }
  .h-xxl--31 {
    height: 124px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--32 {
    width: 128px;
  }
  .h-xxl--32 {
    height: 128px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--33 {
    width: 132px;
  }
  .h-xxl--33 {
    height: 132px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--34 {
    width: 136px;
  }
  .h-xxl--34 {
    height: 136px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--35 {
    width: 140px;
  }
  .h-xxl--35 {
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--36 {
    width: 144px;
  }
  .h-xxl--36 {
    height: 144px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--37 {
    width: 148px;
  }
  .h-xxl--37 {
    height: 148px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--38 {
    width: 152px;
  }
  .h-xxl--38 {
    height: 152px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--39 {
    width: 156px;
  }
  .h-xxl--39 {
    height: 156px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--40 {
    width: 160px;
  }
  .h-xxl--40 {
    height: 160px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--41 {
    width: 164px;
  }
  .h-xxl--41 {
    height: 164px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--42 {
    width: 168px;
  }
  .h-xxl--42 {
    height: 168px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--43 {
    width: 172px;
  }
  .h-xxl--43 {
    height: 172px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--44 {
    width: 176px;
  }
  .h-xxl--44 {
    height: 176px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--45 {
    width: 180px;
  }
  .h-xxl--45 {
    height: 180px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--46 {
    width: 184px;
  }
  .h-xxl--46 {
    height: 184px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--47 {
    width: 188px;
  }
  .h-xxl--47 {
    height: 188px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--48 {
    width: 192px;
  }
  .h-xxl--48 {
    height: 192px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--49 {
    width: 196px;
  }
  .h-xxl--49 {
    height: 196px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--50 {
    width: 200px;
  }
  .h-xxl--50 {
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--51 {
    width: 204px;
  }
  .h-xxl--51 {
    height: 204px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--52 {
    width: 208px;
  }
  .h-xxl--52 {
    height: 208px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--53 {
    width: 212px;
  }
  .h-xxl--53 {
    height: 212px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--54 {
    width: 216px;
  }
  .h-xxl--54 {
    height: 216px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--55 {
    width: 220px;
  }
  .h-xxl--55 {
    height: 220px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--56 {
    width: 224px;
  }
  .h-xxl--56 {
    height: 224px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--57 {
    width: 228px;
  }
  .h-xxl--57 {
    height: 228px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--58 {
    width: 232px;
  }
  .h-xxl--58 {
    height: 232px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--59 {
    width: 236px;
  }
  .h-xxl--59 {
    height: 236px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--60 {
    width: 240px;
  }
  .h-xxl--60 {
    height: 240px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--61 {
    width: 244px;
  }
  .h-xxl--61 {
    height: 244px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--62 {
    width: 248px;
  }
  .h-xxl--62 {
    height: 248px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--63 {
    width: 252px;
  }
  .h-xxl--63 {
    height: 252px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--64 {
    width: 256px;
  }
  .h-xxl--64 {
    height: 256px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--65 {
    width: 260px;
  }
  .h-xxl--65 {
    height: 260px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--66 {
    width: 264px;
  }
  .h-xxl--66 {
    height: 264px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--67 {
    width: 268px;
  }
  .h-xxl--67 {
    height: 268px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--68 {
    width: 272px;
  }
  .h-xxl--68 {
    height: 272px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--69 {
    width: 276px;
  }
  .h-xxl--69 {
    height: 276px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--70 {
    width: 280px;
  }
  .h-xxl--70 {
    height: 280px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--71 {
    width: 284px;
  }
  .h-xxl--71 {
    height: 284px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--72 {
    width: 288px;
  }
  .h-xxl--72 {
    height: 288px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--73 {
    width: 292px;
  }
  .h-xxl--73 {
    height: 292px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--74 {
    width: 296px;
  }
  .h-xxl--74 {
    height: 296px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--75 {
    width: 300px;
  }
  .h-xxl--75 {
    height: 300px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--76 {
    width: 304px;
  }
  .h-xxl--76 {
    height: 304px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--77 {
    width: 308px;
  }
  .h-xxl--77 {
    height: 308px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--78 {
    width: 312px;
  }
  .h-xxl--78 {
    height: 312px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--79 {
    width: 316px;
  }
  .h-xxl--79 {
    height: 316px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--80 {
    width: 320px;
  }
  .h-xxl--80 {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--81 {
    width: 324px;
  }
  .h-xxl--81 {
    height: 324px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--82 {
    width: 328px;
  }
  .h-xxl--82 {
    height: 328px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--83 {
    width: 332px;
  }
  .h-xxl--83 {
    height: 332px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--84 {
    width: 336px;
  }
  .h-xxl--84 {
    height: 336px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--85 {
    width: 340px;
  }
  .h-xxl--85 {
    height: 340px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--86 {
    width: 344px;
  }
  .h-xxl--86 {
    height: 344px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--87 {
    width: 348px;
  }
  .h-xxl--87 {
    height: 348px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--88 {
    width: 352px;
  }
  .h-xxl--88 {
    height: 352px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--89 {
    width: 356px;
  }
  .h-xxl--89 {
    height: 356px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--90 {
    width: 360px;
  }
  .h-xxl--90 {
    height: 360px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--91 {
    width: 364px;
  }
  .h-xxl--91 {
    height: 364px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--92 {
    width: 368px;
  }
  .h-xxl--92 {
    height: 368px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--93 {
    width: 372px;
  }
  .h-xxl--93 {
    height: 372px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--94 {
    width: 376px;
  }
  .h-xxl--94 {
    height: 376px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--95 {
    width: 380px;
  }
  .h-xxl--95 {
    height: 380px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--96 {
    width: 384px;
  }
  .h-xxl--96 {
    height: 384px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--97 {
    width: 388px;
  }
  .h-xxl--97 {
    height: 388px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--98 {
    width: 392px;
  }
  .h-xxl--98 {
    height: 392px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--99 {
    width: 396px;
  }
  .h-xxl--99 {
    height: 396px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--100 {
    width: 400px;
  }
  .h-xxl--100 {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--101 {
    width: 404px;
  }
  .h-xxl--101 {
    height: 404px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--102 {
    width: 408px;
  }
  .h-xxl--102 {
    height: 408px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--103 {
    width: 412px;
  }
  .h-xxl--103 {
    height: 412px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--104 {
    width: 416px;
  }
  .h-xxl--104 {
    height: 416px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--105 {
    width: 420px;
  }
  .h-xxl--105 {
    height: 420px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--106 {
    width: 424px;
  }
  .h-xxl--106 {
    height: 424px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--107 {
    width: 428px;
  }
  .h-xxl--107 {
    height: 428px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--108 {
    width: 432px;
  }
  .h-xxl--108 {
    height: 432px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--109 {
    width: 436px;
  }
  .h-xxl--109 {
    height: 436px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--110 {
    width: 440px;
  }
  .h-xxl--110 {
    height: 440px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--111 {
    width: 444px;
  }
  .h-xxl--111 {
    height: 444px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--112 {
    width: 448px;
  }
  .h-xxl--112 {
    height: 448px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--113 {
    width: 452px;
  }
  .h-xxl--113 {
    height: 452px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--114 {
    width: 456px;
  }
  .h-xxl--114 {
    height: 456px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--115 {
    width: 460px;
  }
  .h-xxl--115 {
    height: 460px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--116 {
    width: 464px;
  }
  .h-xxl--116 {
    height: 464px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--117 {
    width: 468px;
  }
  .h-xxl--117 {
    height: 468px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--118 {
    width: 472px;
  }
  .h-xxl--118 {
    height: 472px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--119 {
    width: 476px;
  }
  .h-xxl--119 {
    height: 476px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--120 {
    width: 480px;
  }
  .h-xxl--120 {
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--121 {
    width: 484px;
  }
  .h-xxl--121 {
    height: 484px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--122 {
    width: 488px;
  }
  .h-xxl--122 {
    height: 488px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--123 {
    width: 492px;
  }
  .h-xxl--123 {
    height: 492px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--124 {
    width: 496px;
  }
  .h-xxl--124 {
    height: 496px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--125 {
    width: 500px;
  }
  .h-xxl--125 {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--126 {
    width: 504px;
  }
  .h-xxl--126 {
    height: 504px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--127 {
    width: 508px;
  }
  .h-xxl--127 {
    height: 508px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--128 {
    width: 512px;
  }
  .h-xxl--128 {
    height: 512px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--129 {
    width: 516px;
  }
  .h-xxl--129 {
    height: 516px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--130 {
    width: 520px;
  }
  .h-xxl--130 {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--131 {
    width: 524px;
  }
  .h-xxl--131 {
    height: 524px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--132 {
    width: 528px;
  }
  .h-xxl--132 {
    height: 528px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--133 {
    width: 532px;
  }
  .h-xxl--133 {
    height: 532px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--134 {
    width: 536px;
  }
  .h-xxl--134 {
    height: 536px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--135 {
    width: 540px;
  }
  .h-xxl--135 {
    height: 540px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--136 {
    width: 544px;
  }
  .h-xxl--136 {
    height: 544px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--137 {
    width: 548px;
  }
  .h-xxl--137 {
    height: 548px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--138 {
    width: 552px;
  }
  .h-xxl--138 {
    height: 552px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--139 {
    width: 556px;
  }
  .h-xxl--139 {
    height: 556px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--140 {
    width: 560px;
  }
  .h-xxl--140 {
    height: 560px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--141 {
    width: 564px;
  }
  .h-xxl--141 {
    height: 564px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--142 {
    width: 568px;
  }
  .h-xxl--142 {
    height: 568px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--143 {
    width: 572px;
  }
  .h-xxl--143 {
    height: 572px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--144 {
    width: 576px;
  }
  .h-xxl--144 {
    height: 576px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--145 {
    width: 580px;
  }
  .h-xxl--145 {
    height: 580px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--146 {
    width: 584px;
  }
  .h-xxl--146 {
    height: 584px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--147 {
    width: 588px;
  }
  .h-xxl--147 {
    height: 588px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--148 {
    width: 592px;
  }
  .h-xxl--148 {
    height: 592px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--149 {
    width: 596px;
  }
  .h-xxl--149 {
    height: 596px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--150 {
    width: 600px;
  }
  .h-xxl--150 {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--151 {
    width: 604px;
  }
  .h-xxl--151 {
    height: 604px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--152 {
    width: 608px;
  }
  .h-xxl--152 {
    height: 608px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--153 {
    width: 612px;
  }
  .h-xxl--153 {
    height: 612px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--154 {
    width: 616px;
  }
  .h-xxl--154 {
    height: 616px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--155 {
    width: 620px;
  }
  .h-xxl--155 {
    height: 620px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--156 {
    width: 624px;
  }
  .h-xxl--156 {
    height: 624px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--157 {
    width: 628px;
  }
  .h-xxl--157 {
    height: 628px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--158 {
    width: 632px;
  }
  .h-xxl--158 {
    height: 632px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--159 {
    width: 636px;
  }
  .h-xxl--159 {
    height: 636px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--160 {
    width: 640px;
  }
  .h-xxl--160 {
    height: 640px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--161 {
    width: 644px;
  }
  .h-xxl--161 {
    height: 644px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--162 {
    width: 648px;
  }
  .h-xxl--162 {
    height: 648px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--163 {
    width: 652px;
  }
  .h-xxl--163 {
    height: 652px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--164 {
    width: 656px;
  }
  .h-xxl--164 {
    height: 656px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--165 {
    width: 660px;
  }
  .h-xxl--165 {
    height: 660px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--166 {
    width: 664px;
  }
  .h-xxl--166 {
    height: 664px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--167 {
    width: 668px;
  }
  .h-xxl--167 {
    height: 668px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--168 {
    width: 672px;
  }
  .h-xxl--168 {
    height: 672px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--169 {
    width: 676px;
  }
  .h-xxl--169 {
    height: 676px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--170 {
    width: 680px;
  }
  .h-xxl--170 {
    height: 680px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--171 {
    width: 684px;
  }
  .h-xxl--171 {
    height: 684px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--172 {
    width: 688px;
  }
  .h-xxl--172 {
    height: 688px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--173 {
    width: 692px;
  }
  .h-xxl--173 {
    height: 692px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--174 {
    width: 696px;
  }
  .h-xxl--174 {
    height: 696px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--175 {
    width: 700px;
  }
  .h-xxl--175 {
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--176 {
    width: 704px;
  }
  .h-xxl--176 {
    height: 704px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--177 {
    width: 708px;
  }
  .h-xxl--177 {
    height: 708px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--178 {
    width: 712px;
  }
  .h-xxl--178 {
    height: 712px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--179 {
    width: 716px;
  }
  .h-xxl--179 {
    height: 716px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--180 {
    width: 720px;
  }
  .h-xxl--180 {
    height: 720px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--181 {
    width: 724px;
  }
  .h-xxl--181 {
    height: 724px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--182 {
    width: 728px;
  }
  .h-xxl--182 {
    height: 728px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--183 {
    width: 732px;
  }
  .h-xxl--183 {
    height: 732px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--184 {
    width: 736px;
  }
  .h-xxl--184 {
    height: 736px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--185 {
    width: 740px;
  }
  .h-xxl--185 {
    height: 740px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--186 {
    width: 744px;
  }
  .h-xxl--186 {
    height: 744px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--187 {
    width: 748px;
  }
  .h-xxl--187 {
    height: 748px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--188 {
    width: 752px;
  }
  .h-xxl--188 {
    height: 752px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--189 {
    width: 756px;
  }
  .h-xxl--189 {
    height: 756px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--190 {
    width: 760px;
  }
  .h-xxl--190 {
    height: 760px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--191 {
    width: 764px;
  }
  .h-xxl--191 {
    height: 764px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--192 {
    width: 768px;
  }
  .h-xxl--192 {
    height: 768px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--193 {
    width: 772px;
  }
  .h-xxl--193 {
    height: 772px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--194 {
    width: 776px;
  }
  .h-xxl--194 {
    height: 776px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--195 {
    width: 780px;
  }
  .h-xxl--195 {
    height: 780px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--196 {
    width: 784px;
  }
  .h-xxl--196 {
    height: 784px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--197 {
    width: 788px;
  }
  .h-xxl--197 {
    height: 788px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--198 {
    width: 792px;
  }
  .h-xxl--198 {
    height: 792px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--199 {
    width: 796px;
  }
  .h-xxl--199 {
    height: 796px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--200 {
    width: 800px;
  }
  .h-xxl--200 {
    height: 800px;
  }
}
.mw--0 {
  max-width: 0px;
}

.mh--0 {
  max-height: 0px;
}

.mw--1 {
  max-width: 4px;
}

.mh--1 {
  max-height: 4px;
}

.mw--2 {
  max-width: 8px;
}

.mh--2 {
  max-height: 8px;
}

.mw--3 {
  max-width: 12px;
}

.mh--3 {
  max-height: 12px;
}

.mw--4 {
  max-width: 16px;
}

.mh--4 {
  max-height: 16px;
}

.mw--5 {
  max-width: 20px;
}

.mh--5 {
  max-height: 20px;
}

.mw--6 {
  max-width: 24px;
}

.mh--6 {
  max-height: 24px;
}

.mw--7 {
  max-width: 28px;
}

.mh--7 {
  max-height: 28px;
}

.mw--8 {
  max-width: 32px;
}

.mh--8 {
  max-height: 32px;
}

.mw--9 {
  max-width: 36px;
}

.mh--9 {
  max-height: 36px;
}

.mw--10 {
  max-width: 40px;
}

.mh--10 {
  max-height: 40px;
}

.mw--11 {
  max-width: 44px;
}

.mh--11 {
  max-height: 44px;
}

.mw--12 {
  max-width: 48px;
}

.mh--12 {
  max-height: 48px;
}

.mw--13 {
  max-width: 52px;
}

.mh--13 {
  max-height: 52px;
}

.mw--14 {
  max-width: 56px;
}

.mh--14 {
  max-height: 56px;
}

.mw--15 {
  max-width: 60px;
}

.mh--15 {
  max-height: 60px;
}

.mw--16 {
  max-width: 64px;
}

.mh--16 {
  max-height: 64px;
}

.mw--17 {
  max-width: 68px;
}

.mh--17 {
  max-height: 68px;
}

.mw--18 {
  max-width: 72px;
}

.mh--18 {
  max-height: 72px;
}

.mw--19 {
  max-width: 76px;
}

.mh--19 {
  max-height: 76px;
}

.mw--20 {
  max-width: 80px;
}

.mh--20 {
  max-height: 80px;
}

.mw--21 {
  max-width: 84px;
}

.mh--21 {
  max-height: 84px;
}

.mw--22 {
  max-width: 88px;
}

.mh--22 {
  max-height: 88px;
}

.mw--23 {
  max-width: 92px;
}

.mh--23 {
  max-height: 92px;
}

.mw--24 {
  max-width: 96px;
}

.mh--24 {
  max-height: 96px;
}

.mw--25 {
  max-width: 100px;
}

.mh--25 {
  max-height: 100px;
}

.mw--26 {
  max-width: 104px;
}

.mh--26 {
  max-height: 104px;
}

.mw--27 {
  max-width: 108px;
}

.mh--27 {
  max-height: 108px;
}

.mw--28 {
  max-width: 112px;
}

.mh--28 {
  max-height: 112px;
}

.mw--29 {
  max-width: 116px;
}

.mh--29 {
  max-height: 116px;
}

.mw--30 {
  max-width: 120px;
}

.mh--30 {
  max-height: 120px;
}

.mw--31 {
  max-width: 124px;
}

.mh--31 {
  max-height: 124px;
}

.mw--32 {
  max-width: 128px;
}

.mh--32 {
  max-height: 128px;
}

.mw--33 {
  max-width: 132px;
}

.mh--33 {
  max-height: 132px;
}

.mw--34 {
  max-width: 136px;
}

.mh--34 {
  max-height: 136px;
}

.mw--35 {
  max-width: 140px;
}

.mh--35 {
  max-height: 140px;
}

.mw--36 {
  max-width: 144px;
}

.mh--36 {
  max-height: 144px;
}

.mw--37 {
  max-width: 148px;
}

.mh--37 {
  max-height: 148px;
}

.mw--38 {
  max-width: 152px;
}

.mh--38 {
  max-height: 152px;
}

.mw--39 {
  max-width: 156px;
}

.mh--39 {
  max-height: 156px;
}

.mw--40 {
  max-width: 160px;
}

.mh--40 {
  max-height: 160px;
}

.mw--41 {
  max-width: 164px;
}

.mh--41 {
  max-height: 164px;
}

.mw--42 {
  max-width: 168px;
}

.mh--42 {
  max-height: 168px;
}

.mw--43 {
  max-width: 172px;
}

.mh--43 {
  max-height: 172px;
}

.mw--44 {
  max-width: 176px;
}

.mh--44 {
  max-height: 176px;
}

.mw--45 {
  max-width: 180px;
}

.mh--45 {
  max-height: 180px;
}

.mw--46 {
  max-width: 184px;
}

.mh--46 {
  max-height: 184px;
}

.mw--47 {
  max-width: 188px;
}

.mh--47 {
  max-height: 188px;
}

.mw--48 {
  max-width: 192px;
}

.mh--48 {
  max-height: 192px;
}

.mw--49 {
  max-width: 196px;
}

.mh--49 {
  max-height: 196px;
}

.mw--50 {
  max-width: 200px;
}

.mh--50 {
  max-height: 200px;
}

.mw--51 {
  max-width: 204px;
}

.mh--51 {
  max-height: 204px;
}

.mw--52 {
  max-width: 208px;
}

.mh--52 {
  max-height: 208px;
}

.mw--53 {
  max-width: 212px;
}

.mh--53 {
  max-height: 212px;
}

.mw--54 {
  max-width: 216px;
}

.mh--54 {
  max-height: 216px;
}

.mw--55 {
  max-width: 220px;
}

.mh--55 {
  max-height: 220px;
}

.mw--56 {
  max-width: 224px;
}

.mh--56 {
  max-height: 224px;
}

.mw--57 {
  max-width: 228px;
}

.mh--57 {
  max-height: 228px;
}

.mw--58 {
  max-width: 232px;
}

.mh--58 {
  max-height: 232px;
}

.mw--59 {
  max-width: 236px;
}

.mh--59 {
  max-height: 236px;
}

.mw--60 {
  max-width: 240px;
}

.mh--60 {
  max-height: 240px;
}

.mw--61 {
  max-width: 244px;
}

.mh--61 {
  max-height: 244px;
}

.mw--62 {
  max-width: 248px;
}

.mh--62 {
  max-height: 248px;
}

.mw--63 {
  max-width: 252px;
}

.mh--63 {
  max-height: 252px;
}

.mw--64 {
  max-width: 256px;
}

.mh--64 {
  max-height: 256px;
}

.mw--65 {
  max-width: 260px;
}

.mh--65 {
  max-height: 260px;
}

.mw--66 {
  max-width: 264px;
}

.mh--66 {
  max-height: 264px;
}

.mw--67 {
  max-width: 268px;
}

.mh--67 {
  max-height: 268px;
}

.mw--68 {
  max-width: 272px;
}

.mh--68 {
  max-height: 272px;
}

.mw--69 {
  max-width: 276px;
}

.mh--69 {
  max-height: 276px;
}

.mw--70 {
  max-width: 280px;
}

.mh--70 {
  max-height: 280px;
}

.mw--71 {
  max-width: 284px;
}

.mh--71 {
  max-height: 284px;
}

.mw--72 {
  max-width: 288px;
}

.mh--72 {
  max-height: 288px;
}

.mw--73 {
  max-width: 292px;
}

.mh--73 {
  max-height: 292px;
}

.mw--74 {
  max-width: 296px;
}

.mh--74 {
  max-height: 296px;
}

.mw--75 {
  max-width: 300px;
}

.mh--75 {
  max-height: 300px;
}

.mw--76 {
  max-width: 304px;
}

.mh--76 {
  max-height: 304px;
}

.mw--77 {
  max-width: 308px;
}

.mh--77 {
  max-height: 308px;
}

.mw--78 {
  max-width: 312px;
}

.mh--78 {
  max-height: 312px;
}

.mw--79 {
  max-width: 316px;
}

.mh--79 {
  max-height: 316px;
}

.mw--80 {
  max-width: 320px;
}

.mh--80 {
  max-height: 320px;
}

.mw--81 {
  max-width: 324px;
}

.mh--81 {
  max-height: 324px;
}

.mw--82 {
  max-width: 328px;
}

.mh--82 {
  max-height: 328px;
}

.mw--83 {
  max-width: 332px;
}

.mh--83 {
  max-height: 332px;
}

.mw--84 {
  max-width: 336px;
}

.mh--84 {
  max-height: 336px;
}

.mw--85 {
  max-width: 340px;
}

.mh--85 {
  max-height: 340px;
}

.mw--86 {
  max-width: 344px;
}

.mh--86 {
  max-height: 344px;
}

.mw--87 {
  max-width: 348px;
}

.mh--87 {
  max-height: 348px;
}

.mw--88 {
  max-width: 352px;
}

.mh--88 {
  max-height: 352px;
}

.mw--89 {
  max-width: 356px;
}

.mh--89 {
  max-height: 356px;
}

.mw--90 {
  max-width: 360px;
}

.mh--90 {
  max-height: 360px;
}

.mw--91 {
  max-width: 364px;
}

.mh--91 {
  max-height: 364px;
}

.mw--92 {
  max-width: 368px;
}

.mh--92 {
  max-height: 368px;
}

.mw--93 {
  max-width: 372px;
}

.mh--93 {
  max-height: 372px;
}

.mw--94 {
  max-width: 376px;
}

.mh--94 {
  max-height: 376px;
}

.mw--95 {
  max-width: 380px;
}

.mh--95 {
  max-height: 380px;
}

.mw--96 {
  max-width: 384px;
}

.mh--96 {
  max-height: 384px;
}

.mw--97 {
  max-width: 388px;
}

.mh--97 {
  max-height: 388px;
}

.mw--98 {
  max-width: 392px;
}

.mh--98 {
  max-height: 392px;
}

.mw--99 {
  max-width: 396px;
}

.mh--99 {
  max-height: 396px;
}

.mw--100 {
  max-width: 400px;
}

.mh--100 {
  max-height: 400px;
}

.mw--101 {
  max-width: 404px;
}

.mh--101 {
  max-height: 404px;
}

.mw--102 {
  max-width: 408px;
}

.mh--102 {
  max-height: 408px;
}

.mw--103 {
  max-width: 412px;
}

.mh--103 {
  max-height: 412px;
}

.mw--104 {
  max-width: 416px;
}

.mh--104 {
  max-height: 416px;
}

.mw--105 {
  max-width: 420px;
}

.mh--105 {
  max-height: 420px;
}

.mw--106 {
  max-width: 424px;
}

.mh--106 {
  max-height: 424px;
}

.mw--107 {
  max-width: 428px;
}

.mh--107 {
  max-height: 428px;
}

.mw--108 {
  max-width: 432px;
}

.mh--108 {
  max-height: 432px;
}

.mw--109 {
  max-width: 436px;
}

.mh--109 {
  max-height: 436px;
}

.mw--110 {
  max-width: 440px;
}

.mh--110 {
  max-height: 440px;
}

.mw--111 {
  max-width: 444px;
}

.mh--111 {
  max-height: 444px;
}

.mw--112 {
  max-width: 448px;
}

.mh--112 {
  max-height: 448px;
}

.mw--113 {
  max-width: 452px;
}

.mh--113 {
  max-height: 452px;
}

.mw--114 {
  max-width: 456px;
}

.mh--114 {
  max-height: 456px;
}

.mw--115 {
  max-width: 460px;
}

.mh--115 {
  max-height: 460px;
}

.mw--116 {
  max-width: 464px;
}

.mh--116 {
  max-height: 464px;
}

.mw--117 {
  max-width: 468px;
}

.mh--117 {
  max-height: 468px;
}

.mw--118 {
  max-width: 472px;
}

.mh--118 {
  max-height: 472px;
}

.mw--119 {
  max-width: 476px;
}

.mh--119 {
  max-height: 476px;
}

.mw--120 {
  max-width: 480px;
}

.mh--120 {
  max-height: 480px;
}

.mw--121 {
  max-width: 484px;
}

.mh--121 {
  max-height: 484px;
}

.mw--122 {
  max-width: 488px;
}

.mh--122 {
  max-height: 488px;
}

.mw--123 {
  max-width: 492px;
}

.mh--123 {
  max-height: 492px;
}

.mw--124 {
  max-width: 496px;
}

.mh--124 {
  max-height: 496px;
}

.mw--125 {
  max-width: 500px;
}

.mh--125 {
  max-height: 500px;
}

.mw--126 {
  max-width: 504px;
}

.mh--126 {
  max-height: 504px;
}

.mw--127 {
  max-width: 508px;
}

.mh--127 {
  max-height: 508px;
}

.mw--128 {
  max-width: 512px;
}

.mh--128 {
  max-height: 512px;
}

.mw--129 {
  max-width: 516px;
}

.mh--129 {
  max-height: 516px;
}

.mw--130 {
  max-width: 520px;
}

.mh--130 {
  max-height: 520px;
}

.mw--131 {
  max-width: 524px;
}

.mh--131 {
  max-height: 524px;
}

.mw--132 {
  max-width: 528px;
}

.mh--132 {
  max-height: 528px;
}

.mw--133 {
  max-width: 532px;
}

.mh--133 {
  max-height: 532px;
}

.mw--134 {
  max-width: 536px;
}

.mh--134 {
  max-height: 536px;
}

.mw--135 {
  max-width: 540px;
}

.mh--135 {
  max-height: 540px;
}

.mw--136 {
  max-width: 544px;
}

.mh--136 {
  max-height: 544px;
}

.mw--137 {
  max-width: 548px;
}

.mh--137 {
  max-height: 548px;
}

.mw--138 {
  max-width: 552px;
}

.mh--138 {
  max-height: 552px;
}

.mw--139 {
  max-width: 556px;
}

.mh--139 {
  max-height: 556px;
}

.mw--140 {
  max-width: 560px;
}

.mh--140 {
  max-height: 560px;
}

.mw--141 {
  max-width: 564px;
}

.mh--141 {
  max-height: 564px;
}

.mw--142 {
  max-width: 568px;
}

.mh--142 {
  max-height: 568px;
}

.mw--143 {
  max-width: 572px;
}

.mh--143 {
  max-height: 572px;
}

.mw--144 {
  max-width: 576px;
}

.mh--144 {
  max-height: 576px;
}

.mw--145 {
  max-width: 580px;
}

.mh--145 {
  max-height: 580px;
}

.mw--146 {
  max-width: 584px;
}

.mh--146 {
  max-height: 584px;
}

.mw--147 {
  max-width: 588px;
}

.mh--147 {
  max-height: 588px;
}

.mw--148 {
  max-width: 592px;
}

.mh--148 {
  max-height: 592px;
}

.mw--149 {
  max-width: 596px;
}

.mh--149 {
  max-height: 596px;
}

.mw--150 {
  max-width: 600px;
}

.mh--150 {
  max-height: 600px;
}

.mw--151 {
  max-width: 604px;
}

.mh--151 {
  max-height: 604px;
}

.mw--152 {
  max-width: 608px;
}

.mh--152 {
  max-height: 608px;
}

.mw--153 {
  max-width: 612px;
}

.mh--153 {
  max-height: 612px;
}

.mw--154 {
  max-width: 616px;
}

.mh--154 {
  max-height: 616px;
}

.mw--155 {
  max-width: 620px;
}

.mh--155 {
  max-height: 620px;
}

.mw--156 {
  max-width: 624px;
}

.mh--156 {
  max-height: 624px;
}

.mw--157 {
  max-width: 628px;
}

.mh--157 {
  max-height: 628px;
}

.mw--158 {
  max-width: 632px;
}

.mh--158 {
  max-height: 632px;
}

.mw--159 {
  max-width: 636px;
}

.mh--159 {
  max-height: 636px;
}

.mw--160 {
  max-width: 640px;
}

.mh--160 {
  max-height: 640px;
}

.mw--161 {
  max-width: 644px;
}

.mh--161 {
  max-height: 644px;
}

.mw--162 {
  max-width: 648px;
}

.mh--162 {
  max-height: 648px;
}

.mw--163 {
  max-width: 652px;
}

.mh--163 {
  max-height: 652px;
}

.mw--164 {
  max-width: 656px;
}

.mh--164 {
  max-height: 656px;
}

.mw--165 {
  max-width: 660px;
}

.mh--165 {
  max-height: 660px;
}

.mw--166 {
  max-width: 664px;
}

.mh--166 {
  max-height: 664px;
}

.mw--167 {
  max-width: 668px;
}

.mh--167 {
  max-height: 668px;
}

.mw--168 {
  max-width: 672px;
}

.mh--168 {
  max-height: 672px;
}

.mw--169 {
  max-width: 676px;
}

.mh--169 {
  max-height: 676px;
}

.mw--170 {
  max-width: 680px;
}

.mh--170 {
  max-height: 680px;
}

.mw--171 {
  max-width: 684px;
}

.mh--171 {
  max-height: 684px;
}

.mw--172 {
  max-width: 688px;
}

.mh--172 {
  max-height: 688px;
}

.mw--173 {
  max-width: 692px;
}

.mh--173 {
  max-height: 692px;
}

.mw--174 {
  max-width: 696px;
}

.mh--174 {
  max-height: 696px;
}

.mw--175 {
  max-width: 700px;
}

.mh--175 {
  max-height: 700px;
}

.mw--176 {
  max-width: 704px;
}

.mh--176 {
  max-height: 704px;
}

.mw--177 {
  max-width: 708px;
}

.mh--177 {
  max-height: 708px;
}

.mw--178 {
  max-width: 712px;
}

.mh--178 {
  max-height: 712px;
}

.mw--179 {
  max-width: 716px;
}

.mh--179 {
  max-height: 716px;
}

.mw--180 {
  max-width: 720px;
}

.mh--180 {
  max-height: 720px;
}

.mw--181 {
  max-width: 724px;
}

.mh--181 {
  max-height: 724px;
}

.mw--182 {
  max-width: 728px;
}

.mh--182 {
  max-height: 728px;
}

.mw--183 {
  max-width: 732px;
}

.mh--183 {
  max-height: 732px;
}

.mw--184 {
  max-width: 736px;
}

.mh--184 {
  max-height: 736px;
}

.mw--185 {
  max-width: 740px;
}

.mh--185 {
  max-height: 740px;
}

.mw--186 {
  max-width: 744px;
}

.mh--186 {
  max-height: 744px;
}

.mw--187 {
  max-width: 748px;
}

.mh--187 {
  max-height: 748px;
}

.mw--188 {
  max-width: 752px;
}

.mh--188 {
  max-height: 752px;
}

.mw--189 {
  max-width: 756px;
}

.mh--189 {
  max-height: 756px;
}

.mw--190 {
  max-width: 760px;
}

.mh--190 {
  max-height: 760px;
}

.mw--191 {
  max-width: 764px;
}

.mh--191 {
  max-height: 764px;
}

.mw--192 {
  max-width: 768px;
}

.mh--192 {
  max-height: 768px;
}

.mw--193 {
  max-width: 772px;
}

.mh--193 {
  max-height: 772px;
}

.mw--194 {
  max-width: 776px;
}

.mh--194 {
  max-height: 776px;
}

.mw--195 {
  max-width: 780px;
}

.mh--195 {
  max-height: 780px;
}

.mw--196 {
  max-width: 784px;
}

.mh--196 {
  max-height: 784px;
}

.mw--197 {
  max-width: 788px;
}

.mh--197 {
  max-height: 788px;
}

.mw--198 {
  max-width: 792px;
}

.mh--198 {
  max-height: 792px;
}

.mw--199 {
  max-width: 796px;
}

.mh--199 {
  max-height: 796px;
}

.mw--200 {
  max-width: 800px;
}

.mh--200 {
  max-height: 800px;
}

.transition {
  transition: all 0.3s ease;
}

.bg-light-o2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-dark-o2 {
  background-color: rgba(226, 49, 59, 0.2) !important;
}

.bg-gradient-slide {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.9) -4.22%, rgba(4, 4, 4, 0.1) 57.63%);
}

.bg-gradient-banner {
  background: linear-gradient(0deg, rgba(0, 60, 91, 0.81) 0%, rgba(0, 87, 134, 0) 34.27%);
}

.border-light-o4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.btn:focus {
  box-shadow: none;
}

.btn-linear-rounded {
  border-radius: 50px;
  background: linear-gradient(71deg, #e72b29 0%, #f26d42 100%);
}

.btn-border-rounded {
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #e2313b 0%, #ff6d3e 100%) border-box;
  color: #E2313B;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.btn-border-rounded svg {
  margin-left: 4px;
}
.btn-border-rounded:hover {
  color: #E2313B;
  opacity: 0.5;
}

.btn-bo-F13B3B {
  background-color: #F13B3B;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-bo-F13B3B {
    font-size: 20px;
  }
}

.btn-orange-bo {
  background-color: #FF6D3E;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-orange-bo {
    font-size: 20px;
  }
}

.btn-blue-underline {
  color: #119DDE;
  background: none;
  border: none;
  text-decoration: underline;
}

.btn-orange-arrow {
  color: #E2313B;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-orange-arrow::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-base {
  border-radius: 50px;
  color: #fff;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.btn-base svg {
  margin-left: 7px;
}
.btn-base:hover {
  color: #fff;
  opacity: 0.5;
}

.btn-hamburger {
  width: 24px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
  z-index: 1060;
  transition: all 0.3s ease;
  margin-left: 24px;
}
.btn-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-hamburger:hover span:nth-child(1) {
  transform: translateX(2px);
}
.btn-hamburger:hover span:nth-child(2) {
  transform: translateX(-3px);
}

.btn-primary {
  background-color: #E2313B;
  border-color: #E2313B;
}

.btn-linear-bor-rounded {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #FFC686;
  background: linear-gradient(90deg, #FFA53E 0%, #FF6D3E 100%);
  border-radius: 10px;
  font-size: 22px;
  min-width: 293px;
  height: 45px;
  padding-top: 2px;
}

.fs-0 {
  font-size: 0px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.lh-1-75 {
  line-height: 1.75;
}

.text-primary {
  color: #E2313B !important;
}

.text-main-01 {
  color: #121F38 !important;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

input::placeholder, .modal textarea::placeholder, .modal .select2-container--default .select2-selection--single::placeholder {
  color: #aebcd5;
}

.group-label-float {
  position: relative;
}
.group-label-float label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease;
  z-index: 0;
}
.group-label-float .input-label {
  position: relative;
  box-shadow: none !important;
  font-size: 16px;
  background-color: transparent;
  z-index: 1;
}
.group-label-float .input-label:focus {
  border-width: 2px;
}
.group-label-float .input-label:focus ~ label {
  top: 0;
  left: 10px;
  font-size: 14px;
  z-index: 5;
}
.group-label-float.keep-label-float label {
  top: 0 !important;
  font-size: 14px;
  left: 10px;
  padding: 0 5px;
  z-index: 5;
}

.select-no-expand {
  background-image: none;
  padding: 0;
  box-shadow: none !important;
}

.collapsed .icon-arrow {
  transform: rotate(-90deg);
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.col-c0 {
  column-count: 0;
}

.col-c1 {
  column-count: 1;
}

.col-c2 {
  column-count: 2;
}

.col-c3 {
  column-count: 3;
}

.col-c4 {
  column-count: 4;
}

.col-c5 {
  column-count: 5;
}

.col-c6 {
  column-count: 6;
}

.col-c7 {
  column-count: 7;
}

.col-c8 {
  column-count: 8;
}

.col-c9 {
  column-count: 9;
}

.col-c10 {
  column-count: 10;
}

.col-c11 {
  column-count: 11;
}

.col-c12 {
  column-count: 12;
}

@media (min-width: 768px) {
  .col-md-c0 {
    column-count: 0;
  }
}
@media (min-width: 768px) {
  .col-md-c1 {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .col-md-c2 {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .col-md-c3 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .col-md-c4 {
    column-count: 4;
  }
}
@media (min-width: 768px) {
  .col-md-c5 {
    column-count: 5;
  }
}
@media (min-width: 768px) {
  .col-md-c6 {
    column-count: 6;
  }
}
@media (min-width: 768px) {
  .col-md-c7 {
    column-count: 7;
  }
}
@media (min-width: 768px) {
  .col-md-c8 {
    column-count: 8;
  }
}
@media (min-width: 768px) {
  .col-md-c9 {
    column-count: 9;
  }
}
@media (min-width: 768px) {
  .col-md-c10 {
    column-count: 10;
  }
}
@media (min-width: 768px) {
  .col-md-c11 {
    column-count: 11;
  }
}
@media (min-width: 768px) {
  .col-md-c12 {
    column-count: 12;
  }
}
@media (min-width: 992px) {
  .col-lg-c0 {
    column-count: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-c1 {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-c2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-c3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .col-lg-c4 {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .col-lg-c5 {
    column-count: 5;
  }
}
@media (min-width: 992px) {
  .col-lg-c6 {
    column-count: 6;
  }
}
@media (min-width: 992px) {
  .col-lg-c7 {
    column-count: 7;
  }
}
@media (min-width: 992px) {
  .col-lg-c8 {
    column-count: 8;
  }
}
@media (min-width: 992px) {
  .col-lg-c9 {
    column-count: 9;
  }
}
@media (min-width: 992px) {
  .col-lg-c10 {
    column-count: 10;
  }
}
@media (min-width: 992px) {
  .col-lg-c11 {
    column-count: 11;
  }
}
@media (min-width: 992px) {
  .col-lg-c12 {
    column-count: 12;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c0 {
    column-count: 0;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c1 {
    column-count: 1;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c2 {
    column-count: 2;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c3 {
    column-count: 3;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c4 {
    column-count: 4;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c5 {
    column-count: 5;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c6 {
    column-count: 6;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c7 {
    column-count: 7;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c8 {
    column-count: 8;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c9 {
    column-count: 9;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c10 {
    column-count: 10;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c11 {
    column-count: 11;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c12 {
    column-count: 12;
  }
}
.col-g0 {
  column-gap: 0px;
}

.col-g1 {
  column-gap: 4px;
}

.col-g2 {
  column-gap: 8px;
}

.col-g3 {
  column-gap: 12px;
}

.col-g4 {
  column-gap: 16px;
}

.col-g5 {
  column-gap: 20px;
}

.col-g6 {
  column-gap: 24px;
}

.col-g7 {
  column-gap: 28px;
}

.col-g8 {
  column-gap: 32px;
}

.col-g9 {
  column-gap: 36px;
}

.col-g10 {
  column-gap: 40px;
}

.col-g11 {
  column-gap: 44px;
}

.col-g12 {
  column-gap: 48px;
}

.col-g13 {
  column-gap: 52px;
}

.col-g14 {
  column-gap: 56px;
}

.col-g15 {
  column-gap: 60px;
}

.col-g16 {
  column-gap: 64px;
}

.col-g17 {
  column-gap: 68px;
}

.col-g18 {
  column-gap: 72px;
}

.col-g19 {
  column-gap: 76px;
}

.col-g20 {
  column-gap: 80px;
}

.col-g21 {
  column-gap: 84px;
}

.col-g22 {
  column-gap: 88px;
}

.col-g23 {
  column-gap: 92px;
}

.col-g24 {
  column-gap: 96px;
}

.col-g25 {
  column-gap: 100px;
}

.layout {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  grid-template-rows: auto auto;
}
.layout-item {
  height: 420px;
}
.layout-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
}
.layout-2 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-2 .layout-item:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}
.layout-2 .layout-item:nth-child(2), .layout-2 .layout-item:nth-child(3) {
  grid-row: 1/3;
}
.layout-2 .layout-item:nth-child(4), .layout-2 .layout-item:nth-child(5) {
  grid-row: 2/4;
}
.layout-2 .layout-item:last-child {
  grid-column: 3/5;
}

.layout-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
}
.layout-3 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-3 .layout-item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.layout-3 .layout-item:nth-child(2), .layout-3 .layout-item:nth-child(3) {
  grid-row: 1/span 2;
}
.layout-3 .layout-item:nth-child(4), .layout-3 .layout-item:nth-child(5) {
  grid-row: 2/span 2;
}
.layout-3 .layout-item:last-child {
  grid-column: 3/span 2;
}

/*  column column column column
    column column column column
    column column column column 

    "img1 img1 img2 img3"
    "img4 img5 img2 img3"
    "img4 img5 img6 img6"
*/
.layout-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
  grid-template-areas: "img1 img1 img1 img3" "img4 img2 img2 img3" "img4 img5 img6 img6";
}
.layout-4 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-4 .layout-item:first-child {
  grid-area: img1;
}
.layout-4 .layout-item:nth-child(2) {
  grid-area: img2;
}
.layout-4 .layout-item:nth-child(3) {
  grid-area: img3;
}
.layout-4 .layout-item:nth-child(4) {
  grid-area: img4;
}
.layout-4 .layout-item:nth-child(5) {
  grid-area: img5;
}
.layout-4 .layout-item:last-child {
  grid-area: img6;
}

.items-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
  padding: 25px;
  grid-template-areas: "cl1 cl2 cl3" "cl1 cl4 cl5";
}
.items-grid .img-item {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 300px;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.items-grid .img-item--large {
  height: 500px;
}
.items-grid .item {
  display: flex;
  flex-direction: column;
}
.items-grid .item:first-child {
  grid-area: cl1;
}
.items-grid .item:nth-child(2) {
  grid-area: cl2;
}
.items-grid .item:nth-child(3) {
  grid-area: cl3;
}
.items-grid .item:nth-child(4) {
  grid-area: cl4;
}
.items-grid .item:nth-child(5) {
  grid-area: cl5;
}
.items-grid .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.items-grid .item-content .item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 36px;
}
@media (max-width: 1023px) {
  .images {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    padding: 25px;
    scroll-padding: 25px;
    margin-left: -25px;
  }
}
.images-item {
  border-radius: 15px;
  height: 320px;
  overflow: hidden;
  scroll-snap-align: start;
}
.images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: initial;
}

.header-top {
  background-color: #F0F0F0;
  padding: 7px 0;
}
.header-top .text {
  font-weight: 500;
}
.header-top .user-f li {
  position: relative;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.header-top .user-f li:first-child {
  padding-left: 0;
}
.header-top .user-f li:not(:last-child)::after {
  content: "|";
  color: #A1AF8C;
  position: absolute;
  right: -4px;
}
.header-top .user-f li a {
  display: flex;
  align-items: center;
}
.header-top .user-f li svg {
  margin-right: 6px;
}
.header-top .user-f li span {
  letter-spacing: -0.45px;
  font-weight: 400;
  font-size: 11px;
  margin-top: 3px;
}
@media (min-width: 1400px) {
  .header-top .user-f li span {
    font-size: 15px;
    margin-top: 0;
  }
}
.header-top .social-f li:not(:last-child) {
  margin-right: 6px;
}

.search-product-category {
  position: relative;
}
.search-product-category .input-group {
  border: 1px solid #E1E1E1;
  border-radius: 50px;
}
.search-product-category input, .search-product-category .modal textarea, .modal .search-product-category textarea, .search-product-category .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .search-product-category .select2-selection--single {
  width: 325px;
  height: 40px;
  border-left: 1px solid #E1E1E1;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background: #fff;
  padding: 12px 24px;
  outline: none;
}
.search-product-category .btn-search {
  width: 59px;
  border: none;
  position: absolute;
  right: 0;
  height: 100%;
  transition: all 0.3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-product-category .btn-search:hover {
  opacity: 0.5;
}

.header-middle {
  padding: 34px 0;
}
.header-middle .contact .list-icon .item {
  margin-right: 12px;
}
.header-middle .contact .call {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-right: 39px;
}
.header-middle .contact .btn-cart {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 11px;
  padding: 11px 13px;
}
.header-middle .contact .text p {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.header-middle .contact .text .tel {
  font-size: 20px;
  letter-spacing: 2.2px;
  font-weight: 800;
  line-height: 0.8;
  color: #ED1F24;
}

.header-bottom {
  background-color: #E2313B;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-bottom .main-menu {
  width: 100%;
  justify-content: space-between;
}
.header-bottom .main-menu .menu-category-product {
  margin-right: 50px;
  width: 302px;
  position: relative;
}
.header-bottom .main-menu .menu-category-product.show .icon-arrow svg {
  transform: rotateZ(180deg);
}
.header-bottom .main-menu .menu-category-product .dropdown-menu {
  width: 310px;
  border-radius: 0;
  padding: 0;
  transform: none !important;
  top: 100% !important;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item {
  position: relative;
  padding: 15px 20px 15px 45px;
  border-top: 1px solid #ddd;
  color: #4D4D4D;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item:active {
  background-color: #f0f0f0;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item:hover {
  color: #121F38;
  font-weight: 600;
  background-color: none;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item::before {
  content: "";
  background-image: url(/assets/images/icon/ic_right-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom .main-menu .menu-category-product .btn-cat-p {
  padding: 17px 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  background: #F26D42;
  border: none;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p .icon {
  display: flex;
  align-items: center;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p span {
  padding: 0 20px;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p::after {
  border: none;
}
.header-bottom .main-menu .menu-wrapper {
  display: flex;
}
.header-bottom .main-menu .menu-wrapper li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0px 2px 20px;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .header-bottom .main-menu .menu-wrapper li a {
    font-size: 19px;
  }
}
.header-bottom .main-menu .menu-wrapper li a:hover {
  color: #121F38;
}
.header-bottom .main-menu .menu-wrapper li:not(:last-child) a {
  border-right: 1px solid #FF5959;
  padding: 2px 16px;
}

.content-header-bottom-mobile {
  position: relative;
}

.header-bottom-mobile {
  padding: 11px 0;
  transition: all 0.5s ease-in-out;
}
.header-bottom-mobile .icon-menu-mobile {
  cursor: pointer;
}
.header-bottom-mobile .logo-mobile {
  width: 113px;
  height: 23px;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.header-bottom-mobile.active-search .btn-search-m {
  width: 200px;
}
.header-bottom-mobile.active-search .btn-search-m input, .header-bottom-mobile.active-search .btn-search-m .modal textarea, .modal .header-bottom-mobile.active-search .btn-search-m textarea, .header-bottom-mobile.active-search .btn-search-m .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .header-bottom-mobile.active-search .btn-search-m .select2-selection--single {
  width: 100%;
  visibility: visible;
}
.header-bottom-mobile.active-search .logo-mobile {
  transform: scale(0.9);
}
.header-bottom-mobile .icon-menu-mobile svg rect {
  stroke: #E2313B;
}
.header-bottom-mobile .icon-menu-mobile svg path {
  fill: #E2313B;
}
.header-bottom-mobile .btn-search-m {
  display: flex;
  align-items: center;
  width: 39px;
  text-align: right;
}
.header-bottom-mobile .btn-search-m input, .header-bottom-mobile .btn-search-m .modal textarea, .modal .header-bottom-mobile .btn-search-m textarea, .header-bottom-mobile .btn-search-m .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .header-bottom-mobile .btn-search-m .select2-selection--single {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  height: 39px;
  padding: 10px;
  width: 0;
  margin-right: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.header-bottom-mobile .btn-search-m button {
  position: absolute;
  right: 0;
  background-color: #E2313B;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-search {
  display: flex;
  align-items: center;
}
.dropdown-search .btn-dropdown-search {
  border: none;
  background-color: transparent;
  color: #6F6F6F;
  padding: 5px 73px 5px 23px;
  position: relative;
}
.dropdown-search .btn-dropdown-search::after {
  content: "";
  background-image: url(/assets/images/icon/ic_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 18px;
  top: 54%;
  transform: translateY(-50%);
}

.footer-m {
  background-image: url("/wp-content/themes/haruco/assets/images/bg-footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .footer-m .row {
    margin: 0;
  }
}
.footer-m a {
  color: #fff;
  transition: all 0.3s;
}
.footer-m span {
  color: #fff;
}

.receive-incentives {
  display: flex;
  gap: 15px;
  align-items: center;
}
.receive-incentives h5 {
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.receive-incentives p {
  color: #fff;
}

.form-receive form {
  position: relative;
}
.form-receive label {
  width: 100%;
}
.form-receive .wpcf7-email {
  border-radius: 50px;
  background: #fff;
  border: none;
  height: 45px;
  width: 100%;
  padding: 12px 27px;
  outline: none;
}
.form-receive .wpcf7-submit {
  position: absolute;
  right: 19px;
  top: 26px;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/haruco/assets/images/icon/ic_plane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  white-space: nowrap;
  border: none;
  transform: translateY(-50%);
}
.form-receive .wpcf7-spinner {
  position: absolute;
  right: 23px;
  top: 20%;
}
@media (min-width: 768px) {
  .form-receive .wpcf7-spinner {
    right: -50px;
  }
}
.form-receive .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.footer-middle {
  padding-top: 58px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .footer-middle {
    padding-bottom: 54px;
  }
}
.footer-middle a:hover {
  color: #121F38;
}
.footer-middle .box-menu {
  margin-bottom: 25px;
}
.footer-middle .box-menu .line-FB9E82 {
  margin-top: 27px;
  margin-bottom: 27px;
  width: 100%;
}
@media (min-width: 1200px) {
  .footer-middle .box-menu .line-FB9E82 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer-middle .box-menu {
    margin-bottom: 0;
  }
}
.footer-middle .des-intro {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-middle .des-intro {
    font-size: 17px;
  }
}
.footer-middle .info-company-ft {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 21px;
  margin-bottom: 29px;
}
@media (min-width: 1200px) {
  .footer-middle .info-company-ft {
    border-bottom: 0px solid #dfdfdf;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: 514px;
  }
}
.footer-middle .info-company-ft .logo {
  margin-bottom: 10px;
}
.footer-middle .info-company-ft .info {
  border-top: 1px solid #FB9E82;
  padding-top: 20px;
}
.footer-middle .info-company-ft .list-sns-ic {
  gap: 10px;
  margin-top: 19px;
}
.footer-middle .info-company-ft .list-info li {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 480px) {
  .footer-middle .info-company-ft .list-info li {
    font-size: 15px;
  }
}
.footer-middle .info-company-ft .list-info li .icon {
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.footer-middle .info-company-ft .info h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}
.footer-middle .info-company-ft .info p {
  color: #404040;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 0;
}
.footer-middle .info-company-ft .info p svg {
  margin-left: 7px;
}
.footer-middle .menu-ft {
  list-style-type: none;
}
.footer-middle .menu-ft li {
  color: #8dc540;
  font-weight: 300;
  line-height: 2;
}
.footer-middle .menu-ft li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
@media (min-width: 576px) {
  .footer-middle .menu-ft li a {
    font-size: 17px;
  }
}
.footer-middle .menu-ft li a .icon {
  display: flex;
}
.footer-middle .menu-ft li a:hover svg path {
  fill: #121F38;
}
.footer-middle .maps {
  border-top: 1px solid #dfdfdf;
  padding-top: 34px;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .footer-middle .maps {
    border-top: 0px solid #dfdfdf;
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-middle .maps iframe {
  border-radius: 20px;
  width: 100%;
  height: 270px;
}

.footer-bottom {
  padding: 23px 0;
}
@media (min-width: 768px) {
  .footer-bottom {
    border-top: 1px solid #FB9E82;
  }
}
.footer-bottom .text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer-bottom .text {
    font-size: 16px;
  }
}

.title-ft h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-ft h4 {
    font-size: 20px;
  }
}

.line-FB9E82 {
  background-color: #FB9E82;
  height: 1px;
  position: relative;
  width: 70%;
}
@media (min-width: 768px) {
  .line-FB9E82 {
    width: 100%;
  }
}

.list-menu-ft-bot {
  text-transform: uppercase;
  gap: 30px;
  margin-top: 5px;
}

.footer-bottom-mobile {
  background-color: #e65f33;
}

.menu-aside {
  position: fixed;
  top: 0;
  right: -150%;
  width: 90%;
  max-width: 100%;
  height: 100vh;
  background-color: #E2313B;
  padding-top: 50px;
  z-index: 1050;
  transition: all 0.3s ease;
}
.menu-aside a, .menu-aside .menu-popup {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.menu-aside li {
  margin-bottom: 2rem;
}
.menu-aside .has-child .icon {
  margin-left: 0.8rem;
}
.menu-aside .menu-child {
  margin: 16px;
}
.menu-aside .menu-child a {
  font-size: 12px;
}
.menu-aside .menu-item-has-children {
  position: relative;
}
.menu-aside .menu-item-has-children .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-aside .menu-item-has-children .sub-menu {
  padding: 1rem;
}
.menu-aside .menu-item-has-children .sub-menu a {
  font-size: 0.85rem;
  opacity: 0.8;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  z-index: 1035;
  transition: all 0.3s ease;
}

.menu-aside-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  z-index: 1070;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-aside-close span {
  display: block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-aside-close span:first-child {
  transform: translate(1px, 14px) rotate(45deg);
}
.menu-aside-close span:last-child {
  transform: translate(1px, 12px) rotate(-45deg);
}

.menu-aside-page.show .menu-aside {
  right: 0;
}
.menu-aside-page.show .backdrop {
  opacity: 1;
  visibility: visible;
}
.menu-aside-page.show .menu-aside-close {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  border-radius: 20px;
  width: 29px;
  height: 7px;
}

.swiper-pagination-bullet-active {
  background: #E2313B;
}

.swiper-button {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .swiper-button {
    opacity: 1;
    visibility: visible;
    display: flex;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(160, 214, 255, 0.5);
  }
}
.swiper-button:hover {
  background: #C6CBD0;
}
.swiper-button:hover::after {
  color: #fff;
}

.swiper-pagination {
  width: 100%;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-prev {
  left: -7px;
}
@media (min-width: 480px) {
  .swiper-button-prev {
    left: -15px;
  }
}
@media (min-width: 820px) {
  .swiper-button-prev {
    left: -39px;
  }
}
@media (min-width: 1500px) {
  .swiper-button-prev {
    left: -55px;
  }
}

.swiper-button-next {
  right: -7px;
}
@media (min-width: 480px) {
  .swiper-button-next {
    right: -15px;
  }
}
@media (min-width: 820px) {
  .swiper-button-next {
    right: -39px;
  }
}
@media (min-width: 1500px) {
  .swiper-button-next {
    right: -55px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #121F38;
  font-size: 16px;
  font-weight: 900;
  content: "";
}

.flickity-page-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.flickity-page-dots .dot {
  background: #dadee2;
  border-radius: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}
.flickity-page-dots .is-selected {
  background: transparent;
  background: #01c0ea;
}

.step-list {
  position: relative;
  padding-top: 48px;
  display: flex;
}
@media (min-width: 992px) {
  .step-list {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.step-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaecf1;
}
@media (min-width: 992px) {
  .step-list::before {
    left: 100%;
    width: 1px;
    height: 100%;
  }
}

.step-item {
  width: 0;
}
.step-item.active {
  width: 100%;
}
@media (min-width: 768px) {
  .step-item {
    position: relative;
    width: auto;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .step-item {
    flex: 0 0 auto;
  }
}
.step-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #eaecf1;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .step-item:after {
    top: -48px !important;
    left: 100% !important;
  }
}
@media (min-width: 992px) {
  .step-item:after {
    top: calc(100% + 45px) !important;
  }
}

.step-count {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E2313B;
  border-radius: 50%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .step-count {
    top: -64px;
    transform: translate(-50%, 0);
    left: 50% !important;
  }
}
@media (min-width: 992px) {
  .step-count {
    top: 50%;
    left: 100% !important;
    transform: translate(-50%, -50%);
  }
}

.step-item:nth-child(1)::after {
  left: 33.3333333333%;
}
.step-item:nth-child(1) .step-count {
  left: 16.6666666667%;
}
.step-item:nth-child(2)::after {
  left: 66.6666666667%;
}
.step-item:nth-child(2) .step-count {
  left: 50%;
}
.step-item:nth-child(3)::after {
  display: none;
}
.step-item:nth-child(3) .step-count {
  left: 83.3333333333%;
}
@media (min-width: 992px) {
  .step-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .step-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 48px;
  }
}
.step-item.active .step-count {
  color: #fff;
  background-color: #E2313B;
  border-color: #E2313B;
  box-shadow: 0px 10px 20px rgba(2, 100, 250, 0.18), 0px 2px 6px rgba(2, 100, 250, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.step-item.active .step-text {
  display: block;
}
.step-item.done .step-count {
  text-indent: -99999px;
  padding: 5px;
  background-image: url("/assets/images/icon-check-white.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #55d400;
  border-color: #55d400;
  box-shadow: 0px 16px 24px rgba(85, 212, 0, 0.2), 0px 2px 6px rgba(85, 212, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.step-text {
  display: none;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .step-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .step-text {
    text-align: right;
  }
}

.homepage section {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .homepage section {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .homepage .products-by-category {
    margin-top: 21px;
  }
}
@media (max-width: 768px) {
  .homepage .blog-news {
    margin-top: 25px;
  }
}

.banner-top {
  margin-top: 0 !important;
}
.banner-top .img-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .img-line {
  margin-top: 23px;
  margin-bottom: 23px;
}
.introduce .text .heading {
  font-family: "SVN-Drainwood";
  font-size: 36px;
  color: #a4a4a4;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #e2313b 0%, #ff6d3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .introduce .text .heading {
    font-size: 48px;
    margin-bottom: 22px;
  }
}
.introduce .text h2 {
  color: #121F38;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans";
}
.introduce .text p {
  color: #525252;
  font-weight: 300;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .introduce .text p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .introduce .text p:not(:last-child) {
    margin-right: 30px;
  }
}
.introduce .text .description {
  margin-bottom: 13px;
}
.introduce .text .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introduce .text .description {
    margin-bottom: 39px;
  }
}

.content-introduce {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .content-introduce {
    gap: 53px;
    grid-template-columns: 1fr 471px;
  }
}

.img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .product-hataco .container-fluid {
    padding: 0;
  }
}
.product-hataco .content-product-hatoco {
  background-image: url("/wp-content/themes/haruco/assets/images/bg-category.png");
  padding: 23px 10px 5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .product-hataco .content-product-hatoco {
    padding: 66px 15px;
  }
}
.product-hataco .heading-haruco {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product-hataco .heading-haruco {
    margin-bottom: 37px;
  }
}
.product-hataco .swiper-button-prev {
  top: 37%;
  box-shadow: none;
}
.product-hataco .swiper-button-next {
  top: 37%;
  box-shadow: none;
}
.product-hataco .swiper-pagination {
  margin-top: 18px;
}
.product-hataco .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.product-hataco .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #fff;
}
.product-hataco .swiper-button-disabled {
  visibility: hidden;
}

.product-haruco-slider {
  padding-bottom: 5px;
}
.product-haruco-slider .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  border-radius: 20px;
  padding: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-haruco-slider .swiper-slide {
    padding: 8px;
  }
}
.product-haruco-slider h4 {
  padding-top: 0px;
  color: #E2313B;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .product-haruco-slider h4 {
    font-size: 16px;
    padding-top: 33px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-haruco-slider a {
  transition: all 0.3s;
}
.product-haruco-slider a:hover {
  color: #E2313B;
}
.product-haruco-slider .img {
  height: 160px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-haruco-slider .img {
    height: 219px;
  }
}

@media (max-width: 768px) {
  .product-best-seller .container-fluid {
    padding: 0;
  }
}

.list-product-best-seller {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  margin-bottom: 22px;
}
.list-product-best-seller .image-cover-h {
  padding-top: 95%;
}
@media (min-width: 768px) {
  .list-product-best-seller .image-cover-h {
    padding-top: 96%;
  }
}
@media (min-width: 768px) {
  .list-product-best-seller {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .list-product-best-seller {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 0;
  }
}

.list-item-product-t {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
}
@media (min-width: 480px) {
  .list-item-product-t {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .list-item-product-t {
    column-gap: 20px;
  }
}
@media (min-width: 1400px) {
  .list-item-product-t {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 30px;
  }
}
.list-item-product-t .item-best-seller:nth-child(n+3) {
  display: none;
}
@media (min-width: 480px) {
  .list-item-product-t .item-best-seller:nth-child(n+3) {
    display: block;
  }
}
.list-item-product-t .item-best-seller:nth-child(n+4) {
  display: none;
}
@media (min-width: 1400px) {
  .list-item-product-t .item-best-seller:nth-child(n+4) {
    display: block;
  }
}
.list-item-product-t .item-best-seller h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .list-item-product-t .item-best-seller h4 {
    font-size: 17px;
  }
}
.list-item-product-t .item-best-seller .info .price .sale {
  line-height: 20px;
}
.list-item-product-t .item-best-seller .info .price .cost {
  line-height: 20px;
}
.list-item-product-t .item-best-seller .img {
  height: 131px;
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .list-item-product-t .item-best-seller .img {
    height: 230px;
  }
}

.item-best-seller {
  margin-top: 10px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  padding: 8px;
}
@media (min-width: 768px) {
  .item-best-seller {
    margin-top: 30px;
  }
}
.item-best-seller .img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-best-seller .img img {
  width: 100%;
}
.item-best-seller .info {
  padding: 5px 5px 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .item-best-seller .info {
    padding: 21px 20px 32px;
  }
}
@media (min-width: 1200px) {
  .item-best-seller .info {
    padding: 21px 15px 30px;
  }
}
.item-best-seller .info h4 {
  color: #333;
  max-width: 238px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.51px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .item-best-seller .info h4 {
    font-size: 17px;
    line-height: 27px;
  }
}
.item-best-seller .info .price {
  justify-content: space-between;
  margin-bottom: 11px;
}
.item-best-seller .info .price .sale {
  color: #f54343;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 768px) {
  .item-best-seller .info .price .sale {
    font-size: 18px;
  }
}
.item-best-seller .info .price .cost {
  color: #a4a4a4;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
}
@media (min-width: 768px) {
  .item-best-seller .info .price .cost {
    font-size: 14px;
  }
}
.item-best-seller .info .price .cost.cost-s {
  text-decoration-line: line-through;
}
.item-best-seller .info .price small {
  font-size: 14px;
}
.item-best-seller .info .img {
  border-radius: 20px;
  overflow: hidden;
}
.item-best-seller .highlight-tag {
  display: inline-block;
  position: relative;
  padding: 8px 10px 8px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(136deg, #ff6d3e 0%, #e72b29 88.3%);
  border-top-left-radius: 20px;
  position: absolute;
  font-size: 14px;
  max-width: 150px;
  left: -2px;
  top: -1px;
}
@media (min-width: 1024px) {
  .item-best-seller .highlight-tag {
    left: 0px;
    top: 0px;
  }
}
.item-best-seller .highlight-tag::before {
  content: "";
  position: absolute;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 18.9px 18px 19px 0;
  border-color: #e72b29 transparent #e72b29 #e72b29;
}

.product-best-seller .content {
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff2e4;
}
@media (min-width: 567px) and (max-width: 1023px) {
  .product-best-seller .content {
    border-radius: 20px;
  }
}
.product-best-seller .banner .img-banner {
  height: 214px;
  object-fit: cover;
  object-position: right;
}
@media (min-width: 567px) and (max-width: 1023px) {
  .product-best-seller .banner .img-banner {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .product-best-seller .banner .img-banner {
    height: 100%;
  }
}
.product-best-seller .banner .box-text {
  transform: translateY(-50%);
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 567px) and (max-width: 1023px) {
  .product-best-seller .banner .box-text {
    position: absolute;
    top: 43%;
    left: 50%;
    max-width: 557px;
    padding: 0;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .product-best-seller .banner .box-text {
    position: absolute;
    top: 43%;
    left: 20px;
    max-width: 557px;
    padding: 0;
  }
}
.product-best-seller .banner .box-text h2 {
  background-image: url("/wp-content/themes/haruco/assets/images/bg-heading.png");
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px;
  width: 300px;
  margin: 0 auto 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .product-best-seller .banner .box-text h2 {
    font-size: 32px;
    width: 451px;
    padding: 15px 0 8px;
    margin: 0 auto 18px;
  }
}
.product-best-seller .box-slider {
  background: linear-gradient(90deg, #e2313b 0%, #ff6d3e 100%);
  padding: 15px 10px 20px;
  position: relative;
  margin-top: -56px;
}
.product-best-seller .box-slider .swiper-button-prev-small {
  left: 15px;
}
.product-best-seller .box-slider .swiper-button-next-small {
  right: 15px;
}
@media (min-width: 768px) {
  .product-best-seller .box-slider {
    padding: 31px 37px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.products-by-category-last {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .products-by-category-last {
    margin-bottom: 200px;
  }
}

.slider-product-by-category .swiper-wrapper {
  margin: 5px 0px;
}
.slider-product-by-category .swiper-wrapper .swiper-slide {
  padding: 0 6px;
}
.slider-product-by-category .item-best-seller {
  margin-top: 0;
}

.review-customer {
  background-image: url("/wp-content/themes/haruco/assets/images/bg-about-customer_sp.png");
  background-position: 0 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .review-customer {
    padding-bottom: 124px;
    background-image: url("/wp-content/themes/haruco/assets/images/bg-about-customer.png");
    background-position: center;
  }
}
.review-customer .banner {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .review-customer .banner {
    margin-top: -186px;
  }
}

.content-review-customer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .content-review-customer {
    gap: 30px;
    flex-direction: row;
  }
}
.content-review-customer .intro-review {
  position: relative;
  text-align: center;
}
.content-review-customer .intro-review .box-text {
  position: absolute;
  top: 14px;
  left: 49%;
  padding: 0 15px;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 768px) {
  .content-review-customer .intro-review .box-text {
    top: 82px;
    max-width: 553px;
    padding: 0;
  }
}
.content-review-customer .intro-review .box-text h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-review-customer .intro-review .box-text h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.content-review-customer .intro-review .box-text p {
  line-height: 2;
  font-size: 12px;
}
@media (min-width: 768px) {
  .content-review-customer .intro-review .box-text p {
    font-size: 16px;
  }
}

.list-customer-reviews {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 1024px) {
  .list-customer-reviews {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-customer-reviews {
    row-gap: 20px;
  }
}

.item-customer-reviews {
  display: grid;
  align-items: center;
  gap: 12px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  border-radius: 20px;
  padding: 7px 20px 7px 7px;
  grid-template-columns: 95px 1fr;
}
@media (min-width: 768px) {
  .item-customer-reviews {
    display: grid;
    grid-template-columns: 159px 1fr;
    padding: 18px;
    gap: 17px;
    border-radius: 20px;
  }
}
.item-customer-reviews .box-text h6 {
  font-size: 16px;
  color: #121F38;
}
@media (min-width: 768px) {
  .item-customer-reviews .box-text h6 {
    font-size: 20px;
  }
}
.item-customer-reviews .box-text .des {
  font-style: italic;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.item-customer-reviews .position-star {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.item-customer-reviews .position-star .position {
  font-size: 14px;
  text-transform: uppercase;
  color: #A9A9A9;
  font-weight: 400;
  display: none;
}
@media (min-width: 768px) {
  .item-customer-reviews .position-star .position {
    display: inline-block;
  }
}
.item-customer-reviews .position-star .rates i {
  font-size: 9px;
}
@media (min-width: 768px) {
  .item-customer-reviews .position-star .rates i {
    font-size: 12px;
  }
}
.item-customer-reviews .img {
  border-radius: 15px;
  overflow: hidden;
  height: 95px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .item-customer-reviews .img {
    height: 158px;
    border-radius: 30px;
  }
}
.item-customer-reviews .img img {
  object-fit: cover;
}

.rates i {
  color: #FFA53E;
}

.item-review-customer {
  border-radius: 20px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 37px;
}
.item-review-customer h5 {
  color: #E2313B;
}
.item-review-customer .img {
  width: 102px;
  height: 102px;
  margin: 0 auto 18px;
}
.item-review-customer .icon {
  width: 54px;
  height: 40px;
  margin: 0 auto 18px;
}
.item-review-customer .address {
  margin: 0 auto 18px;
}
.item-review-customer .des {
  font-family: "SVN-Gilroy", sans-serif;
  color: #464646;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.item-review-customer::after {
  border: 1px dashed #8dc540;
  content: "";
  width: 96%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.item-blog-list .box-image {
  border-radius: 20px 0px 0px 20px;
}
@media (min-width: 1200px) {
  .item-blog-list .box-image {
    border-radius: 20px 20px 0 0;
  }
}
.item-blog-list .box-text h3 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 4.7em;
  display: -webkit-box;
  font-size: 17px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-news {
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  .blog-news {
    margin-bottom: 119px;
  }
}
.blog-news .blog-news-concept {
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .blog-news .blog-news-concept {
    margin-bottom: 65px;
  }
}
.blog-news .heading-haruco {
  margin-bottom: 11px;
}
@media (min-width: 1024px) {
  .blog-news .heading-haruco {
    margin-bottom: 24px;
  }
}
.blog-news .blog-content .box-slider {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-news .blog-content .box-slider {
    margin-bottom: 20px;
    width: 50%;
    padding-right: 31px;
    margin-bottom: 0;
  }
}
.blog-news .blog-content .blog-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .blog-news .blog-content .blog-list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-news .blog-content .blog-list {
    width: 50%;
  }
}
.blog-news .blog-content .item-blog-new-simple .image-cover-h {
  padding-top: 61%;
}
.blog-news .blog-content .item-blog-new-simple .box-text {
  padding: 12px 20px 0px 0;
}
@media (min-width: 1200px) {
  .blog-news .blog-content .item-blog-new-simple .box-text {
    padding: 12px 20px 30px 0;
  }
}
.blog-news .slider-blog-news {
  padding: 6px;
}
.blog-news .slider-blog-news .box-image {
  padding-top: 75%;
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 768px) {
  .blog-news .slider-blog-news .box-image {
    padding-top: 93%;
  }
}

.item-blog-new {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.item-blog-new .box-text {
  padding: 14px;
}
@media (min-width: 768px) {
  .item-blog-new .box-text {
    padding: 30px;
  }
}
.item-blog-new .box-text .logo-brand {
  margin-bottom: 14px;
}
.item-blog-new .box-text .logo-brand img {
  height: 20px;
  object-fit: contain;
  object-position: left;
}
.item-blog-new .box-text h3 {
  color: #403f46;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.item-blog-new .box-text h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.item-blog-new .box-text .post-meta {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: lowercase;
}
.item-blog-new .box-text p {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-blog-new-simple {
  box-shadow: none;
}
.item-blog-new-simple .image-cover-h {
  padding-top: 66%;
  border-radius: 20px;
  overflow: hidden;
}
.item-blog-new-simple .box-text {
  padding: 24px 30px 30px 0;
}
.item-blog-new-simple h3 a {
  color: #000 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mySwiper .swiper-slide-thumb-active {
  background-color: red;
}

.item-blog-list {
  display: flex;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.item-blog-list .box-image {
  width: 164px;
  padding-top: 10%;
  border-radius: 20px 20px 0 0;
}
.item-blog-list .box-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item-blog-list .box-text {
  width: 59%;
  padding: 24px 24px 12px;
}
.item-blog-list .box-text h3 {
  color: #403f46;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.item-blog-list .box-text .post-meta {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: lowercase;
}

.list-featured-haruco {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .list-featured-haruco {
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 567px) and (max-width: 1199px) {
  .list-featured-haruco {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.item-featured-haruco {
  position: relative;
  background-size: 100% 100%;
  border-radius: 10px;
}
.item-featured-haruco .bg-image {
  width: 100%;
  height: 100%;
}
.item-featured-haruco .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 8px;
  align-items: center;
  transform: translateY(-50%);
}
@media (min-width: 567px) {
  .item-featured-haruco .content {
    padding: 22px 20px;
  }
}
@media (min-width: 768px) {
  .item-featured-haruco .content {
    display: grid;
    grid-template-columns: 63px 1fr;
    gap: 10px;
    height: 100%;
    top: 0;
    transform: translateY(0%);
  }
}
.item-featured-haruco .content .icon img {
  height: 55px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .item-featured-haruco .content .icon img {
    height: 62px;
  }
}
.item-featured-haruco h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .item-featured-haruco h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.item-featured-haruco .text {
  text-align: center;
}
@media (min-width: 768px) {
  .item-featured-haruco .text {
    text-align: left;
  }
}
.item-featured-haruco .text p {
  font-size: 13px;
}
@media (min-width: 768px) {
  .item-featured-haruco .text p {
    font-size: 16px;
  }
}

.intro-about {
  margin-top: 50px;
}
.intro-about .banner-image {
  text-align: center;
}
.intro-about .content-introduce-2 {
  gap: 30px;
}
.intro-about .content-introduce-2 .img {
  text-align: center;
}

.introduce.intro-about .heading {
  font-family: "SVN-Peristiwa";
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .introduce.intro-about .heading {
    font-size: 50px;
    line-height: 1.12;
    margin-bottom: 11px;
    margin-top: 18px;
  }
}
.introduce.intro-about .box-description {
  border-left: 2px solid #FF900A;
  padding-left: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.introduce.intro-about .content-introduce {
  align-items: center;
}
@media (min-width: 1024px) {
  .introduce.intro-about .content-introduce {
    grid-template-columns: 1fr 643px;
    gap: 10px;
  }
}
.introduce.intro-about .content-introduce-2 {
  display: grid;
  margin-top: 42px;
}
@media (min-width: 1024px) {
  .introduce.intro-about .content-introduce-2 {
    grid-template-columns: 656px 1fr;
    gap: 64px;
  }
}
.introduce.intro-about .content-introduce-2 .item:first-child {
  margin-bottom: 48px;
}
.introduce.intro-about .content-introduce-2 .text h3 {
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 17px;
  color: #121F38;
}
@media (min-width: 1024px) {
  .introduce.intro-about .content-introduce-2 .text h3 {
    font-size: 25px;
  }
}
.introduce.intro-about .content-introduce-2 .text p {
  margin-bottom: 0;
}

.core-values {
  margin-top: 91px;
}
.core-values .box-core-values {
  display: grid;
  text-align: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .core-values .box-core-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}
.core-values .box-core-values .item-core-value:not(:last-child) {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .core-values .box-core-values .item-core-value:not(:last-child) {
    border-right: 1px dashed #DDDDDD;
  }
}
@media (min-width: 768px) {
  .core-values .box-core-values .item-core-value:first-child {
    padding-left: 0;
  }
  .core-values .box-core-values .item-core-value:last-child {
    padding-left: 57px;
  }
}
.core-values .box-core-values .item-core-value .icon {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .core-values .box-core-values .item-core-value .icon {
    margin-bottom: 34px;
  }
}
.core-values .box-core-values .item-core-value h3 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #121F38;
  line-height: 1.04;
}
@media (min-width: 768px) {
  .core-values .box-core-values .item-core-value h3 {
    font-size: 22px;
    margin-bottom: 17px;
  }
}
.core-values .box-core-values .item-core-value .des {
  font-size: 14px;
  line-height: 1.8;
  color: #494949;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .core-values .box-core-values .item-core-value .des {
    font-size: 17px;
  }
}

.quality-control-process {
  margin-top: 84px;
}
.quality-control-process .content {
  display: grid;
  gap: 30px;
}
@media (min-width: 1200px) {
  .quality-control-process .content {
    grid-template-columns: 1fr 746px;
    gap: 60px;
  }
}
.quality-control-process .content .img {
  text-align: center;
  object-fit: contain;
}
.quality-control-process .content .text h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.14;
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #121F38;
}
@media (min-width: 768px) {
  .quality-control-process .content .text h2 {
    font-size: 28px;
  }
}
.quality-control-process .content .text .des {
  font-size: 14px;
  line-height: 1.8;
  color: #494949;
}
@media (min-width: 768px) {
  .quality-control-process .content .text .des {
    font-size: 17px;
  }
}
.quality-control-process .content .text .list-process {
  margin-top: 30px;
}
.quality-control-process .content .text .list-process li {
  display: flex;
  gap: 12px;
}
.quality-control-process .content .text .list-process li:not(:last-child) {
  margin-bottom: 23px;
}
.quality-control-process .content .text .list-process li::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_check-bg-orange.svg");
  width: 17px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 5px;
}
.quality-control-process .content .text .list-process li h6 {
  font-size: 16px;
  line-height: 1.36;
  color: #121F38;
  margin-bottom: 6px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .quality-control-process .content .text .list-process li h6 {
    font-size: 22px;
  }
}
.quality-control-process .content .text .list-process li p {
  font-size: 14px;
  color: #494949;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .quality-control-process .content .text .list-process li p {
    font-size: 17px;
  }
}

.about-us {
  margin-top: 97px;
}
.about-us h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.14;
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #121F38;
}
@media (min-width: 768px) {
  .about-us h2 {
    font-size: 28px;
  }
}
.about-us .des {
  max-width: 1124px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: #494949;
}
@media (min-width: 768px) {
  .about-us .des {
    font-size: 17px;
  }
}

.commit-from-haruco {
  margin-top: 91px;
  margin-bottom: 65px;
}
.commit-from-haruco .box-commit {
  display: grid;
  text-align: center;
}
@media (min-width: 1024px) {
  .commit-from-haruco .box-commit {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.commit-from-haruco .box-commit .item-commit {
  padding: 0 50px;
}
.commit-from-haruco .box-commit .item-commit .icon {
  margin-bottom: 11px;
  display: block;
}
@media (min-width: 768px) {
  .commit-from-haruco .box-commit .item-commit .icon {
    margin-bottom: 34px;
  }
}
.commit-from-haruco .box-commit .item-commit h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.777;
  color: #121F38;
}
@media (min-width: 768px) {
  .commit-from-haruco .box-commit .item-commit h4 {
    font-size: 18px;
  }
}

.main-product-team {
  padding: 52px 0 22px;
  margin-top: 10px;
  background-image: url("/wp-content/themes/haruco/assets/images/bg-main-product-team_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .main-product-team {
    padding: 200px 0 92px;
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .main-product-team {
    background-image: url("/wp-content/themes/haruco/assets/images/bg-main-product-team.png");
    padding: 100px 0 92px;
  }
}
.main-product-team .list-main-product-team {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .main-product-team .list-main-product-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.main-product-team .list-main-product-team .item-main-pr-team {
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  border-radius: 20px;
  background-color: #fff;
  padding: 11px;
  display: grid;
  gap: 26px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .main-product-team .list-main-product-team .item-main-pr-team {
    grid-template-columns: 201px 1fr;
    text-align: left;
    padding: 21px;
  }
}
.main-product-team .list-main-product-team .item-main-pr-team .des {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.main-product-team .list-main-product-team .item-main-pr-team p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .main-product-team .list-main-product-team .item-main-pr-team p {
    font-size: 17px;
  }
}
.main-product-team .list-main-product-team .item-main-pr-team h5 {
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .main-product-team .list-main-product-team .item-main-pr-team h5 {
    margin-bottom: 16px;
  }
}
.main-product-team .list-main-product-team .item-main-pr-team .image img {
  border-radius: 100%;
  overflow: hidden;
  width: 201px;
  height: 201px;
  object-fit: cover;
}
.main-product-team .list-main-product-team .item-heading {
  background-image: url(/wp-content/themes/haruco/assets/images/bg-item-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-product-team .list-main-product-team .item-heading {
    background-size: 104% 107%;
    padding: 55px 50px;
  }
}
.main-product-team .list-main-product-team .item-heading h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 567px) {
  .main-product-team .list-main-product-team .item-heading h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.main-product-team .list-main-product-team .item-heading .des {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .main-product-team .list-main-product-team .item-heading .des {
    font-size: 17px;
  }
}

.banner-c-top {
  margin-top: 30px;
}
.banner-c-top .content img {
  height: auto;
}
.banner-c-top .content .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-c-top .content .text {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .banner-c-top .content .text {
    padding-left: 84px;
  }
}
.banner-c-top .content .text h1 {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-c-top .content .text h1 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .banner-c-top .content .text h1 {
    font-size: 36px;
  }
}
.banner-c-top .breadcrumbs {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .banner-c-top .breadcrumbs {
    margin-bottom: 45px;
  }
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 300;
}
.breadcrumbs li {
  list-style-type: disc;
  list-style-position: inside;
}
.breadcrumbs li::marker {
  color: #D9D9D9;
}
.breadcrumbs a {
  color: #797979;
  font-weight: 300;
}
.breadcrumbs a:hover {
  color: #E2313B;
}
.breadcrumbs span {
  color: #797979;
}

.content-page-cate-pr {
  padding-top: 39px;
  margin-bottom: 45px;
}

.row-page-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .row-page-child {
    grid-template-columns: 240px 1fr;
  }
}

.shop-side-bar .box-cate-pr:not(:last-child) {
  margin-bottom: 20px;
}

.box-cate-pr {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .box-cate-pr {
    margin-bottom: 0;
  }
}
.box-cate-pr h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
  padding: 11px 0;
  background: linear-gradient(75.84deg, #e72b29 20.81%, #f26d42 95.07%);
  color: #fff;
  border-top-right-radius: 20px;
}
.box-cate-pr .list-cate-pr {
  font-size: 17px;
}
.box-cate-pr .list-cate-pr li.active a {
  color: #121f38;
  font-weight: 700;
}
.box-cate-pr .list-cate-pr li a {
  padding: 11px 17px;
  display: flex;
  align-items: center;
  color: #424242;
}
.box-cate-pr .list-cate-pr li a:hover {
  color: #E2313B;
}
.box-cate-pr .list-cate-pr li:not(:last-child) a {
  border-bottom: 1px solid #e8e8e8;
}

.list-cate-pr-arrow a::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_chevron-right-orange.svg");
  width: 7px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 8px;
  margin-top: -1px;
}

.list-cate-pr-checked .custom-form-group {
  cursor: pointer;
  position: relative;
  padding: 11px 17px;
}
.list-cate-pr-checked .custom-form-group input, .list-cate-pr-checked .custom-form-group .modal textarea, .modal .list-cate-pr-checked .custom-form-group textarea, .list-cate-pr-checked .custom-form-group .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .list-cate-pr-checked .custom-form-group .select2-selection--single {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.list-cate-pr-checked .custom-form-group input:checked + label::after, .list-cate-pr-checked .custom-form-group .modal textarea:checked + label::after, .modal .list-cate-pr-checked .custom-form-group textarea:checked + label::after, .list-cate-pr-checked .custom-form-group .modal .select2-container--default .select2-selection--single:checked + label::after, .modal .select2-container--default .list-cate-pr-checked .custom-form-group .select2-selection--single:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 21px;
  width: 4px;
  height: 9px;
  border: solid #e2313b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.list-cate-pr-checked .custom-form-group label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 14px;
  margin-top: -1px;
}
.list-cate-pr-checked li.active label {
  color: #121f38;
  font-weight: 700;
}
.list-cate-pr-checked li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.list-cate-pr-checked label {
  margin-bottom: 0;
  cursor: pointer;
}

.before-loop-wrapper-filter .des {
  margin-bottom: 26px;
  color: #545454;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .before-loop-wrapper-filter .des {
    font-size: 17px;
  }
}
.before-loop-wrapper-filter .filter-grid {
  gap: 12px;
}
.before-loop-wrapper-filter .filter-grid .icon {
  cursor: pointer;
}
.before-loop-wrapper-filter .filter-grid .icon svg rect {
  fill: #E0E0E0;
}
.before-loop-wrapper-filter .filter-grid .icon.active svg rect {
  fill: #898989;
}
.before-loop-wrapper-filter .filter {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .before-loop-wrapper-filter .filter {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .before-loop-wrapper-filter .filter {
    display: flex;
  }
}
.before-loop-wrapper-filter .filter .woocommerce-ordering {
  align-items: center;
}
.before-loop-wrapper-filter .filter .woocommerce-ordering p:first-child {
  margin-right: 6px;
  margin-top: -7px;
}
.before-loop-wrapper-filter .filter .woocommerce-ordering br {
  display: none;
}
.before-loop-wrapper-filter .filter .button-box {
  position: relative;
  width: 108px;
  height: 39px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.before-loop-wrapper-filter .filter .button-box input, .before-loop-wrapper-filter .filter .button-box .modal textarea, .modal .before-loop-wrapper-filter .filter .button-box textarea, .before-loop-wrapper-filter .filter .button-box .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .before-loop-wrapper-filter .filter .button-box .select2-selection--single {
  z-index: 1000;
  opacity: 0.01;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.before-loop-wrapper-filter .filter .button-box input[type=radio]:checked + label, .before-loop-wrapper-filter .filter .button-box .modal textarea[type=radio]:checked + label, .modal .before-loop-wrapper-filter .filter .button-box textarea[type=radio]:checked + label, .before-loop-wrapper-filter .filter .button-box .modal .select2-container--default [type=radio].select2-selection--single:checked + label, .modal .select2-container--default .before-loop-wrapper-filter .filter .button-box [type=radio].select2-selection--single:checked + label {
  background-color: #FF6D3E;
  border: 1px solid #FF6D3E;
  color: #fff;
}
.before-loop-wrapper-filter .filter .button-box .Checked + label {
  background-color: #FF6D3E;
  border: 1px solid #FF6D3E;
}
.before-loop-wrapper-filter .filter .button-box label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 0;
  border: 1px solid #dbdbdb;
  background: #fff;
  transition: all 0.3s;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.before-loop-wrapper-filter .filter button {
  width: 101px;
  height: 39px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
  transition: all 0.3s;
  margin-right: 6px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .before-loop-wrapper-filter .filter button {
    margin-bottom: 0;
  }
}
.before-loop-wrapper-filter .filter button.active {
  border: 1px solid #8dc540;
  background: #8dc540;
  color: #fff;
}
.before-loop-wrapper-filter .filter button:hover {
  border: 1px solid #8dc540;
  background: #8dc540;
  color: #fff;
}
.before-loop-wrapper-filter .filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.before-loop-wrapper-filter .filter .custom-select-h {
  width: 232px;
  flex-shrink: 0;
  position: relative;
}
.before-loop-wrapper-filter .filter .custom-select-h::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #aeaeae;
  position: absolute;
  right: 20px;
  background: #fff;
  top: 43%;
  transform: translateY(-50%);
}
.before-loop-wrapper-filter .filter select {
  appearance: none;
  width: 100%;
  height: 39px;
  flex-shrink: 0;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 22px;
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden !important;
  margin-bottom: 10px;
  cursor: pointer;
}

.list-product-page-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  transition: all 0.3s;
}
.list-product-page-child.list-view {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.list-product-page-child.list-view .item-best-seller {
  display: flex;
  align-items: center;
}
.list-product-page-child.list-view .item-best-seller .info {
  text-align: left;
  padding: 5px 5px 18px 11px;
}
.list-product-page-child.list-view .item-best-seller .info h4 {
  text-align: left;
}
.list-product-page-child.list-view .item-best-seller .img {
  margin-bottom: 0;
}
.list-product-page-child .item-best-seller {
  margin-top: 0;
  transition: all 0.3s;
}
.list-product-page-child .image-cover-h {
  padding-top: 95%;
}
@media (min-width: 768px) {
  .list-product-page-child .image-cover-h {
    padding-top: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-product-page-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .list-product-page-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.after-loop-wrapper {
  margin-top: 44px;
  border-top: 1px dashed #E5E5E5;
}
.after-loop-wrapper .page-numbers {
  margin-top: 38px;
}
.after-loop-wrapper .about-me {
  margin-top: 27px;
  margin-bottom: 63px;
}
.after-loop-wrapper .about-me p {
  color: #000;
  text-align: justify;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.32px;
}
.after-loop-wrapper .about-me .btn-border-rounded {
  color: #FF6D3E;
  border: 1px solid #FF6D3E;
}

.page-numbers {
  display: flex;
}
.page-numbers li {
  margin-right: 5px;
}
.page-numbers li a {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  color: #707070;
  font-weight: 500;
}
.page-numbers li a:hover {
  background: #FF6D3E;
  color: #fff;
}
.page-numbers li a:hover svg path {
  fill: #fff;
}
.page-numbers li span {
  width: 42px;
  height: 42px;
  background: #FF6D3E;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: 500;
}

.template-blog-new {
  display: grid;
  margin-bottom: 35px;
  gap: 30px;
}
@media (min-width: 1200px) {
  .template-blog-new {
    grid-template-columns: 1fr 283px;
    column-gap: 30px;
  }
}
.template-blog-new .after-loop-wrapper-news {
  margin-top: 40px;
}

.list-news-overlay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .list-news-overlay {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.list-news-overlay .img {
  margin-bottom: 0;
}
.list-news-overlay .item-news-overlay:first-child {
  grid-row: 1/span 2;
}
.list-news-overlay .item-news-overlay:first-child .img {
  padding-top: 78%;
}
.list-news-overlay .item-news-overlay:first-child .text {
  padding: 0 30px 19px 30px;
}

.item-news-overlay {
  position: relative;
}
.item-news-overlay .img {
  padding-top: 75%;
  border-radius: 20px;
  overflow: hidden;
}
.item-news-overlay .img img {
  width: 100%;
}
.item-news-overlay .img::after {
  content: "";
  background: linear-gradient(180deg, rgba(18, 31, 56, 0) 57%, rgba(18, 31, 56, 0.608) 79.8%, rgba(18, 31, 56, 0.8) 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-news-overlay .text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0px 30px 10px 30px;
  width: 100%;
}
.item-news-overlay .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item-news-overlay .text p {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.26px;
}
@media (min-width: 1024px) {
  .item-news-overlay .text p {
    font-size: 13px;
  }
}

.list-news-vertical {
  margin-top: 30px;
}
.list-news-vertical .item-news-vertical:not(:last-child) {
  margin-bottom: 30px;
}

.item-news-vertical {
  display: grid;
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item-news-vertical {
    grid-template-columns: 302px 1fr;
    height: 225px;
  }
}
.item-news-vertical .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.item-news-vertical .text {
  padding: 32px 34px;
}
.item-news-vertical .text h3 {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #121F38;
}
.item-news-vertical .text h3 a {
  transition: all 0.3s;
}
.item-news-vertical .text h3 a:hover {
  color: initial;
}
.item-news-vertical .text p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.26px;
}
.item-news-vertical .text .des {
  color: #4D4D4D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 8px;
}

.side-bar-child-page .box-cate-pr:not(:last-child) {
  margin-bottom: 30px;
}

.title-side-bar {
  background: linear-gradient(75.84deg, #e72b29 20.81%, #f26d42 95.07%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
  padding: 10px 9px 8px 9px;
  border-top-right-radius: 20px;
}

.list-news-spotlight {
  margin-top: 20px;
}
.list-news-spotlight .item-blog-new:not(:last-child) {
  margin-bottom: 15px;
}
.list-news-spotlight .text {
  margin-top: 12px;
}
.list-news-spotlight h3 {
  font-size: 17px;
  line-height: 1.7;
}
.list-news-spotlight p {
  font-size: 13px;
  color: #898989;
}

.list-news-latest {
  margin-top: 20px;
}
.list-news-latest .item-news-vertical {
  height: 100%;
  grid-template-columns: 90px 1fr;
}
.list-news-latest .item-news-vertical:not(:last-child) {
  margin-bottom: 20px;
}
.list-news-latest .item-news-vertical .img {
  height: 75px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.list-news-latest .item-news-vertical .img img {
  height: 100%;
}
.list-news-latest .item-news-vertical .text {
  padding: 0 13px 0;
}
.list-news-latest .item-news-vertical .text h3 {
  font-size: 16px;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.list-news-latest .item-news-vertical .text p {
  font-size: 11px;
  letter-spacing: 0;
  color: #898989;
}

.post-detail .entry-title {
  color: #121F38;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .post-detail .entry-title {
    line-height: 27px;
    font-size: 28px;
  }
}
.post-detail .meta-author {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 15px;
}

.table-of-content {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.table-of-content li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.table-of-content li:nth-child(even) {
  background-color: #fbfbfb;
}
.table-of-content li a {
  padding: 12px 21px;
  text-align: justify;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.3s;
  color: #FF6D3E;
}
@media (min-width: 768px) {
  .table-of-content li a {
    font-size: 20px;
    line-height: 65px;
    padding: 0 21px;
  }
}
.table-of-content li a:hover {
  background: #fbfbfb;
}
.table-of-content li a span {
  width: 29px;
  height: 29px;
  display: flex;
  flex-shrink: 0;
  background-color: #FF6D3E;
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}

@media (min-width: 567px) {
  .heading-news-detail h2 {
    font-size: 22px;
    line-height: 1.04;
  }
}

.list-vertical-item-news-detail {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .list-vertical-item-news-detail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 33px;
  }
}
.list-vertical-item-news-detail .item-news-vertical {
  grid-template-columns: 133px 1fr;
  height: auto;
}
.list-vertical-item-news-detail .item-news-vertical .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.list-vertical-item-news-detail .item-news-vertical .text {
  padding: 0 0px 0 13px;
}
.list-vertical-item-news-detail .item-news-vertical .text h3 {
  font-size: 17px;
  -webkit-line-clamp: 3;
}
.list-vertical-item-news-detail .item-news-vertical .text p {
  font-size: 11px;
  letter-spacing: 0;
}

.main-info-product {
  background-color: #fff8f0;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .main-info-product .content {
    display: grid;
    gap: 11px;
    grid-template-columns: 1fr 303px;
  }
}
.main-info-product .content .box-info-left {
  gap: 11px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .main-info-product .content .box-info-left {
    flex-direction: row;
  }
}

.content-page-detail-pr {
  margin-top: 47px;
  margin-bottom: 49px;
}

.product-gallery-h .box-slider-w {
  position: relative;
  margin-top: 10px;
}
.product-gallery-h .box-slider-w .swiper-button-prev {
  left: -19px;
}
.product-gallery-h .box-slider-w .swiper-button-next {
  right: -19px;
}
.product-gallery-h .slider-images-main .img {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 567px) {
  .product-gallery-h .slider-images-main .img {
    height: 530px;
  }
}
.product-gallery-h .slider-thumb-child .img {
  height: 120px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.box-product-info {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 14px 15px;
  flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .box-product-info {
    padding: 14px 36px;
  }
}
@media (min-width: 1200px) {
  .box-product-info {
    margin-bottom: 0;
  }
}
.box-product-info h1 {
  color: #121F38;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .box-product-info h1 {
    font-size: 24px;
  }
}
.box-product-info .rate-total-sell-pr .rates {
  margin-right: 14px;
}
.box-product-info .rate-total-sell-pr span {
  color: #4D4D4D;
}
.box-product-info .rate-total-sell-pr .and {
  padding: 0 10px;
  color: #E0E0E0;
}
.box-product-info .price {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 22px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  margin-top: 13px;
  padding: 27px 0;
}
.box-product-info .price del {
  color: #929292;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-decoration-line: strikethrough;
}
.box-product-info .price ins {
  color: #f54343;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.333;
  text-decoration: none;
  margin-right: 21px;
}
@media (min-width: 768px) {
  .box-product-info .price ins {
    font-size: 32px;
  }
}
.box-product-info .price .percentage {
  background: linear-gradient(90deg, #f13b3b 0%, #ff6d3e 100%);
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  padding: 1px 5px;
}
.box-product-info .list-meta-product {
  padding-top: 24px;
}
.box-product-info .list-meta-product li {
  list-style-type: none;
}
.box-product-info .list-meta-product li span {
  color: #121F38;
  line-height: 35px;
}
.box-product-info .list-meta-product li span:last-child {
  font-weight: 300;
}
.box-product-info .list-item-bo span {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 3px 5px;
  cursor: pointer;
  color: #4d4d4d;
}
.box-product-info .list-item-bo span.active {
  border: 1px solid #FF6D3E;
}
.box-product-info .btn-blue-underline {
  margin-left: 52px;
}
.box-product-info .quantityz-form {
  margin-top: 16px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.box-product-info .quantityz-form label {
  margin-bottom: 0;
}
.box-product-info .quantityz-form .quantityz {
  gap: 5px;
  color: #121F38;
}
.box-product-info .btn-cart-detail {
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 46px;
  font-size: 20px;
  font-weight: 700;
}
.box-product-info .btn-cart-detail .icon {
  display: inline-flex;
}
.box-product-info .btn-cart-detail .icon svg {
  width: 17px;
  height: 17px;
}
.box-product-info .btn-bo-F13B3B {
  width: 161px;
  height: 46px;
}
.box-product-info .btn-orange-bo {
  width: 200px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
}

.content-detail-info-pr {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 42px 57px;
}
.content-detail-info-pr .title-ft {
  margin-bottom: 38px;
}

.box-content-infomation .des {
  width: 81%;
}
.box-content-infomation .des h2 {
  font-size: 30px;
}
.box-content-infomation .des h3 {
  font-size: 20px;
}
.box-content-infomation .des .table-of-content {
  margin-bottom: 10px;
}
.box-content-infomation .menu {
  width: 19%;
}

.benefit-when-you-buy li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
  color: #121F38;
  font-weight: 400;
  line-height: 1.8;
}
.benefit-when-you-buy li::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_check-bg-orange.svg");
  width: 10px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 5px;
}

.detail-infomation-pr {
  margin-bottom: 30px;
}

.box-reviews .title-total-review {
  font-size: 20px;
  color: #121F38;
  font-weight: 500px;
  padding: 26px 0 10px;
}

.box-content-q-and-a {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.box-content-q-and-a h5 {
  color: #27835a;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px; /* 120.833% */
  letter-spacing: -0.48px;
  padding: 21px 46px;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}
.box-content-q-and-a .card {
  border: none;
}
.box-content-q-and-a .item-card-a:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.box-content-q-and-a .card-header {
  padding: 21px 46px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
}
.box-content-q-and-a .card-header a {
  margin-bottom: 0;
  color: #474747;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.box-content-q-and-a .card-header a::before {
  content: "";
  background-image: url(/wp-content/themes/haruco/assets/images/ic-question.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 15px;
}
.box-content-q-and-a .card-header::after {
  content: "";
  background-image: url(/wp-content/themes/haruco/assets/images/ic-down-grey.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  display: block;
  margin-left: 15px;
}
.box-content-q-and-a .card-body {
  padding: 0 46px;
}

.questions-and-answers {
  margin-bottom: 30px;
}

.another-products {
  margin-bottom: 77px;
}

.box-slider-product-child {
  position: relative;
}
.box-slider-product-child .slider-product-child-a {
  padding: 6px;
}
.box-slider-product-child .slider-product-child-a .img {
  padding-top: 96%;
}
.box-slider-product-child .slider-product-child-a .item-best-seller {
  margin-top: 12px;
}
.box-slider-product-child .swiper-button-prev {
  left: -19px;
}
.box-slider-product-child .swiper-button-next {
  right: -19px;
}

.rank-and-review {
  margin-bottom: 63px;
}

.content-rank-and-view {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 39px 58px;
}
.content-rank-and-view h5 {
  border-radius: 5px;
  padding: 8px 15px;
  border: 1px solid #e7e7e7;
  background: #f5f5f5;
  color: #333;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}

.progress-wrap {
  display: flex;
  align-items: center;
}
.progress-wrap .percent {
  font-size: 12px;
  color: #212121;
}

.h-review-progress {
  width: 138px;
  height: 12px;
  position: relative;
}
.h-review-progress .bg {
  background: #eff0f5;
}
.h-review-progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h-review-progress .fg {
  background: #faca51;
}

.box-average {
  border: 1px solid #dedede;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.box-average .summary-h {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.box-average .summary-h .score-h {
  font-size: 48px;
  font-weight: 700;
  color: #faca51;
}
.box-average .summary-h p {
  text-transform: uppercase;
  color: #121F38;
}
.box-average .summary-h .score-max-h {
  font-size: 32px;
  color: #9e9e9e;
  text-align: center;
  line-height: 40px;
}
.box-average .summary-h .star-container {
  margin-bottom: 5px;
}
.box-average .summary-h .star-container .icon {
  padding-right: 4px;
}
.box-average .summary-h .star-container .icon svg {
  width: 33px;
  height: 33px;
}
.box-average .detail {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}
@media (min-width: 567px) {
  .box-average .detail {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
}
.box-average .detail li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 567px) {
  .box-average .detail li {
    align-items: center;
    flex-direction: row;
  }
}
.box-average .detail li:not(:last-child) {
  margin-bottom: 8px;
}
.box-average .detail li .icon {
  margin-right: 3px;
}
.box-average .h-review-progress {
  margin: 0 15px;
}
.box-average .box-button {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 567px) {
  .box-average .box-button {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.box-average .box-button .btn-review-now {
  padding: 10px 20px;
}

.icon.star-yellow svg path {
  fill: #ffbf00;
}

.star-container {
  display: flex;
}

.filter-sort {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.filter-sort .title {
  padding: 15px 0px;
}

.list-filter-sort {
  display: flex;
  align-items: center;
}
.list-filter-sort li {
  display: flex;
  align-items: center;
  border-left: 1px solid #eff0f5;
  padding: 15px 25px;
}
.list-filter-sort li p {
  margin-bottom: 0;
  font-weight: 300;
  margin-right: 3px;
}
.list-filter-sort li svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #757575;
}
.list-filter-sort li .dropdown {
  margin-top: 1px;
}
.list-filter-sort li .dropdown button {
  width: max-content;
  height: max-content;
  font-weight: 400;
  padding: 0 2px;
}
.list-filter-sort li .dropdown button::after {
  border: none;
}

.list-comment {
  margin-top: 17px;
}
.list-comment li {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 22px;
  padding-bottom: 22px;
}
.list-comment .mod-reviews .top {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.list-comment .mod-reviews .top .name {
  font-weight: 500;
}
.list-comment .mod-reviews .top .verify {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-comment .mod-reviews .review-image {
  padding-top: 16px;
  padding-bottom: 8px;
}
.list-comment .mod-reviews .review-image .list-image {
  display: flex;
}
.list-comment .mod-reviews .review-image .list-image .img {
  margin-right: 10px;
  width: 90px;
  height: 90px;
}
.list-comment .mod-reviews .review-image .list-image .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-comment .rates {
  margin-top: -2px;
}
.list-comment .rates i {
  font-size: 12px;
}
.list-comment .and {
  color: #E0E0E0;
}
.list-comment .middle {
  display: flex;
  align-items: center;
}
.list-comment .middle p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .list-comment .middle p {
    font-size: 16px;
  }
}
.list-comment .des {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  margin-top: 10px;
}
.list-comment .bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.list-comment .bottom span {
  color: #a7a7a7;
}
.list-comment .bottom .left img {
  width: 16px;
  height: 16px;
}
.list-comment .bottom .dropdown button {
  text-align: right;
  width: max-content;
  height: max-content;
  padding: 0;
}
.list-comment .bottom .dropdown button::after {
  border: none;
}
.list-comment .bottom .dropdown svg {
  width: 16px;
  height: 14px;
}
.list-comment .btn-feature {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 567px) {
  .list-comment .btn-feature {
    flex-direction: row;
  }
}
.list-comment .btn-feature .btn-f {
  border-radius: 50px;
  width: 260px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: #fff;
  transition: all 0.3s;
}
.list-comment .btn-feature .btn-f:hover {
  opacity: 0.8;
}
.list-comment .btn-feature .btn-f img {
  margin-right: 10px;
}
.list-comment .btn-feature .btn-border-rounded {
  color: #4d4d4d;
  border: 1px solid #a7a7a7;
}
.list-comment .btn-feature .btn-border-rounded:hover {
  background-color: #E2313B;
}
.list-comment .btn-feature .btn-orange-bo span.hidden-review {
  display: none;
}
.list-comment .btn-feature .btn-orange-bo.active span.hidden-review {
  display: block;
  margin-top: 2px;
}
.list-comment .btn-feature .btn-orange-bo.active span.write-review {
  display: none;
}

.comment-h {
  display: none;
}
.comment-h .comment-form-comment {
  margin-top: 10px;
}
.comment-h .comment-form-comment label {
  width: 100%;
}

.list-benefits-of-purchasing li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 25px;
}
@media (min-width: 768px) {
  .list-benefits-of-purchasing li {
    padding: 19px 33px;
  }
}
.list-benefits-of-purchasing li:not(:last-child) {
  border-bottom: 1px dashed #ebc499;
}
.list-benefits-of-purchasing li .icon {
  width: 42px;
  flex-shrink: 0;
}
.list-benefits-of-purchasing li .text h5 {
  font-size: 16px;
  line-height: 1.666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
  color: #121F38;
}
@media (min-width: 768px) {
  .list-benefits-of-purchasing li .text h5 {
    font-size: 18px;
  }
}
.list-benefits-of-purchasing li .text p {
  font-weight: 400;
  color: #494949;
}

.box-thumb-gallery {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .box-thumb-gallery {
    width: 530px;
    margin-bottom: 0;
  }
}
.box-thumb-gallery .table-of-content-detail-pr {
  display: flex;
  background-color: transparent;
  justify-content: center;
  border: none;
  flex-wrap: wrap;
  margin-top: 26px;
  gap: 20px;
}
@media (min-width: 567px) {
  .box-thumb-gallery .table-of-content-detail-pr {
    gap: 0;
    flex-wrap: nowrap;
  }
}
.box-thumb-gallery .table-of-content-detail-pr li {
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 0 17px;
}
@media (min-width: 567px) {
  .box-thumb-gallery .table-of-content-detail-pr li:not(:last-child) {
    border-right: 1px solid #fdd4a5;
  }
}
@media (max-width: 567px) {
  .box-thumb-gallery .table-of-content-detail-pr li:not(:last-child) {
    width: 47%;
  }
}
.box-thumb-gallery .table-of-content-detail-pr li:first-child {
  padding-left: 0;
}
.box-thumb-gallery .table-of-content-detail-pr li:last-child {
  padding-right: 0;
}
.box-thumb-gallery .table-of-content-detail-pr li a {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #121F38;
  padding: 0;
  margin-top: 9px;
}
.box-thumb-gallery .table-of-content-detail-pr li .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.box-thumb-gallery .table-of-content-detail-pr li .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.info-detail-product {
  padding-top: 48px;
  padding-bottom: 54px;
}
.info-detail-product .content {
  display: flex;
  gap: 11px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .info-detail-product .content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .info-detail-product .content .detail-box {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .info-detail-product .content .sidebar-detail-pr {
    width: 25%;
    max-width: 303px;
  }
}

.list-pr-vertical li {
  border-bottom: 1px dashed #fdd4a5;
}
.list-pr-vertical .item-best-seller {
  display: flex;
  box-shadow: none;
  margin-top: 0px;
  padding: 15px 12px;
}
.list-pr-vertical .item-best-seller .img {
  width: 89px;
  height: 90px;
  border-radius: 20px;
  flex-shrink: 0;
}
.list-pr-vertical .item-best-seller .img img {
  height: 100%;
  object-fit: cover;
}
.list-pr-vertical .item-best-seller .info {
  padding: 0 0 0 13px;
  text-align: left;
}
.list-pr-vertical .item-best-seller .info h5 {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0;
}
.list-pr-vertical .item-best-seller .info .price {
  align-items: flex-end;
  margin-bottom: 0;
}
.list-pr-vertical .item-best-seller .info .price .sale {
  font-size: 16px;
}
.list-pr-vertical .item-best-seller .info .price .cost {
  font-size: 12px;
}

.image-from-customer {
  margin-bottom: 48px;
  margin-top: 53px;
}
.image-from-customer h2 {
  font-size: 27px;
  color: #121F38;
  margin-bottom: 15px;
}

.slider-image-from-customer .img {
  border-radius: 20px;
  overflow: hidden;
  height: 177px;
}
.slider-image-from-customer .swiper-button-next {
  right: 0;
}
.slider-image-from-customer .swiper-button-next svg path {
  fill: #fff;
}

.table-specifi table {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table-specifi table {
    font-size: 17px;
  }
}
.table-specifi table tr td {
  padding: 10px 10px 10px 15px;
}
@media (min-width: 768px) {
  .table-specifi table tr td {
    padding: 10px 10px 10px 25px;
  }
}
.table-specifi table tr td:first-child {
  border-right: 1px solid #dedede;
  width: 30%;
  color: #121F38;
}
.table-specifi table tr:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.form-contact-top {
  background-image: url("/wp-content/themes/haruco/assets/images/bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.form-contact-top .content {
  margin-top: 20px;
  display: grid;
  gap: 39px;
  color: #fff;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .form-contact-top .content {
    grid-template-columns: 618px 1fr;
    padding-bottom: 0;
  }
}
@media (max-width: 567px) {
  .form-contact-top .content .custom-field-one-half {
    width: 100%;
    margin-left: 0 !important;
  }
}
.form-contact-top .support-box h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 11px;
}
.form-contact-top .support-box .des {
  font-size: 17px;
  margin-bottom: 37px;
}
.form-contact-top .form-contact-support .custom-field-group:nth-child(even) {
  margin-left: 20px;
}

.breadcrumbs-white {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs-white a {
  color: #fff;
}
.breadcrumbs-white span {
  color: #fff;
}

.custom-field-one-half {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  clear: none;
}
.custom-field-one-half .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.custom-field-one-half input, .custom-field-one-half .modal textarea, .modal .custom-field-one-half textarea, .custom-field-one-half .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .custom-field-one-half .select2-selection--single {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  color: #898989;
  padding: 12px;
}

.custom-textarea-group .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.custom-textarea-group textarea {
  width: 100%;
  border-radius: 10px;
  color: #898989;
  height: 108px;
}

.info-contact {
  padding-top: 63px;
  padding-bottom: 63px;
}
.info-contact .content-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .info-contact .content-text {
    flex-direction: row;
    gap: 20px;
  }
}
.info-contact .content-text h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.28;
  color: #121F38;
}
@media (min-width: 768px) {
  .info-contact .content-text h2 {
    font-size: 28px;
  }
}
.info-contact .content-text .des {
  font-size: 17px;
  line-height: 2.05;
  text-align: justify;
}
@media (min-width: 1200px) {
  .info-contact .content-text .text {
    max-width: 635px;
  }
}
.info-contact .content-text .list-info {
  margin-top: 18px;
}
.info-contact .content-text .list-info li {
  display: flex;
  gap: 14px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .info-contact .content-text .list-info li {
    font-size: 17px;
  }
}
.info-contact .content-text .list-info li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .info-contact .content-text .list-info li:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.info-contact .content-text .list-info li strong {
  color: #282828;
  font-weight: 600;
}
.info-contact .content-text .list-info li svg {
  width: 12px;
  height: 16px;
}
.info-contact .content-text .list-info li svg path {
  fill: #FF6D3E;
}
.info-contact .content-text .list-info li svg circle {
  fill: #FF6D3E;
}
.info-contact .maps {
  margin-top: 32px;
}
.info-contact .maps iframe {
  width: 100%;
  border-radius: 20px;
}

.float-contact {
  position: fixed;
  bottom: 40%;
  right: 30px;
  z-index: 99999;
}

.chat-zalo,
.chat-facebook,
.call-hotline {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}

.float-contact img {
  width: 45px;
  height: 45px;
}.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.content-page-cate-pr {
  padding-top: 39px;
}

.box-cate-pr {
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.box-cate-pr h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) 
{
    /**** Page about *************************************/
	.core-values .container-fluid{
		padding:0;
	}
    .havi-page-about .introduce.intro-about{
        margin-top: 8px;
    }
    .havi-page-about .core-values{
        margin-top: 20px;
    }
    .havi-page-about .core-values .heading-type-3{
        margin-bottom: 20px;
    }
    .havi-page-about .core-values .box-core-values,
	.havi-page-about .commit-from-haruco .box-commit{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 40px;
    }
    .havi-page-about .core-values .box-core-values .item-core-value,
	.havi-page-about .commit-from-haruco .box-commit .item-commit{
        box-sizing: border-box;
        padding: 5px;
		position:relative;
    }
	.havi-page-about .core-values .box-core-values .item-core-value:nth-child(odd):after,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-child(odd):after{
		content: '';
        width: 2px;
        height: 92%;
        display: block;
        background: linear-gradient(to right, #dddddd 50%, transparent 50%) top, linear-gradient(to bottom, #dddddd 50%, transparent 50%) right, linear-gradient(to right, #dddddd 50%, transparent 50%) bottom, linear-gradient(to bottom, #dddddd 50%, transparent 50%) left;
        background-size: 10px 0.5px, 10px 0.5px, 10px 0.5px, 0.5px 10px;
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: top left, top right, bottom left, top left;
        position: absolute;
        top: 0;
        left: 104%;
        transform: translateX(-50%);
	}
	.havi-page-about .core-values .box-core-values .item-core-value:nth-last-child(n+3):before,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-last-child(n+3):before{
		content: '';
        width: 92%;
        height: 0.5px;
        display: block;
        background-image: linear-gradient(to right, #dddddd 50%, transparent 50%);
        background-size: 12px 0.5px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: -9%;
        left: 0;
        transform: translateY(-50%);

	}
	.havi-page-about .core-values .box-core-values .item-core-value:nth-child(even):before,
	.havi-page-about .commit-from-haruco .box-commit .item-commit:nth-child(even):before{
		left:auto;
		right:0;
	}
    .havi-page-about .main-product-team{
        padding-bottom: 25px;
    }
    .havi-page-about .list-main-product-team{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .havi-page-about .list-main-product-team .item-main-pr-team{
        width: calc(50% - 10px);
        box-sizing: border-box;
    }
    .havi-page-about .main-product-team .list-main-product-team .item-main-pr-team img{
        width: 150px;
        height: 150px;
    }
    .havi-page-about .main-product-team .list-main-product-team .item-main-pr-team h5{
        font-size: 16px;
    }

    .havi-page-about .quality-control-process{
        margin-top: 35px;
    }
    .havi-page-about .quality-control-process ul li:not(:last-child){
        margin-bottom: 14px !important;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
    }
    .havi-page-about .about-us{
        margin-top: 25px;
    }
    .havi-page-about .commit-from-haruco{
        margin-top: 30px;
    }
	.havi-page-about .commit-from-haruco .heading-type-3{
		margin-bottom:11px;
	}
    /******************* Product detail *******************************************/
    .product-detail-page .main-info-product .table-of-content-detail-pr{
        flex-wrap: nowrap;
        gap: 5px;
    }
    .product-detail-page .main-info-product .table-of-content-detail-pr li{
        border-right: 1px solid #FDD4A5;
        padding: 0 2px;
    }
    .product-detail-page .main-info-product .table-of-content-detail-pr li.border-none{
        border: none;
    }
    .product-detail-page .main-info-product .box-product-info .price{
        padding: 16px 0;
    }
    .product-detail-page .main-info-product .box-product-info .price del bdi{
        font-size: 16px;
        line-height: 35px;  
    }
    .product-detail-page .main-info-product .box-product-info .price ins bdi{
        font-size: 32px;
        line-height: 24px;
    }
    .main-info-product{
        padding-bottom: 1px;
    }
    .info-detail-product{
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .benefits-of-purchasing-bottom {

    }
    body #ez-toc-container li {

    }
    body #ez-toc-container li a.ez-toc-link {

    }
    body #ez-toc-container ul li a::before {

    }
    .product-detail-page .box-reviews .box-average{

    }
    .product-detail-page .box-reviews .box-average .detail{

    }
    .product-detail-page .box-reviews .box-average .detail ul{

    }
    .product-detail-page .box-reviews .box-average .detail ul li{
        display: block;
    }
    .product-detail-page .box-reviews .box-average .detail ul li .star-title{
        float: left;
    }
    .product-detail-page .box-reviews .box-average .detail ul li .progress-wrap{

    }
    .slider-rpduct-banchay{
   
    }
    .slider-rpduct-banchay .slider-product-by-banchay {
        padding-bottom: 8px;
    }
    .box-pr-related-mobile .swiper-pagination,
    .slider-rpduct-banchay .slider-product-by-banchay .swiper-pagination{
        margin-top: 25px;
    }
    .box-pr-related-mobile .swiper-pagination-bullet,
    .slider-rpduct-banchay .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background-color: #d3d3d3; /* Màu xám nhạt */
        opacity: 1;
        border-radius: 50%;
        margin: 0 6px;
        transition: background-color 0.3s ease;
    }
    .box-pr-related-mobile .swiper-pagination-bullet-active,
    .slider-rpduct-banchay .swiper-pagination-bullet-active {
        background-color: #f7931e; /* Màu cam nổi bật */
    }
	.product-detail-page .list-benefits-of-purchasing{
		margin-top: -8px;
	}
    .box-checkhangchinhhang iframe{
        width: 100%;
    }
    .product-detail-body iframe{
        width: 100%;
    }
    /************** Page tin tức ****************************************/
    .page-news .list-news-vertical{

    }
    .page-news .list-news-vertical .item-news-vertical{

    }
    .page-news .list-news-vertical .item-news-vertical .img{

    }
    .page-news .list-news-vertical .item-news-vertical .text{

    }

    .page-news .list-news-overlay {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 12px;
    }

    .page-news .item-news-overlay {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      color: #fff;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
    }

    .page-news .item-news-overlay:nth-child(1) {
      grid-column: 1 / 3;
      height: 280px;
    }

    .page-news .item-news-overlay:nth-child(2),
    .page-news .item-news-overlay:nth-child(3) {
      height: 150px;
    }

    .page-news .item-news-overlay .img {
      /*position: absolute;
      inset: 0;
      z-index: 0;*/
    }
    .news-item-top .img{
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        position: absolute;
    }

    .page-news .item-news-overlay .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-news .item-news-overlay .text {
      position: relative;
      z-index: 2;
      padding: 16px;
      background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    }

    .page-news .item-news-overlay h3 {
      font-size: 16px;
      margin: 0 0 8px;
      color: #fff;
      font-weight: 600;
      line-height: 1.4;
    }

    .page-news .item-news-overlay p {
      font-size: 14px;
      margin: 0;
      color: #ccc;
    }


    .page-news .item-news-vertical {
        display: flex;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
        transition: box-shadow 0.3s;
    }

    .page-news .item-news-vertical:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-news .item-news-vertical .img {
        flex-shrink: 0;
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
    }

    .page-news .item-news-vertical .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .page-news .item-news-vertical .text {
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        max-height: none;
        height: auto;
    }

    .page-news .item-news-vertical h3 {
        font-size: 16px;
        margin: 0 0 8px;
        font-weight: 600;
        line-height: 1.4;
        overflow: visible;        /* Không cắt nội dung */
        white-space: normal;      /* Cho phép xuống dòng */
        text-overflow: unset;     /* Không dùng dấu “...” */
        display: block;           /* Đảm bảo là block để chiếm đủ chiều rộng */
    }

    .page-news .item-news-vertical h3 a {
        color: #1a1a1a;
        text-decoration: none;
    }

    .page-news .item-news-vertical .post-meta,
    .page-news .item-news-vertical .author {
        font-size: 14px;
        color: #888;
    }

    .page-news .item-news-vertical .px-2 {
        padding: 0 8px;
    }

    .page-news .item-news-vertical .des {
        display: none; /* Nếu bạn muốn ẩn đoạn mô tả giống hình */
    }
    /* Mỗi bài viết */
    .sidebar-noibat .item-blog-new-simple {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;
    }

    .sidebar-noibat .item-blog-new-simple:hover {
      transform: translateY(-4px);
    }

    /* Hình ảnh */
    .sidebar-noibat .item-blog-new-simple .box-image img {
		width: 235px;
        height: 150px;
		object-fit: initial;
	  /*width: 100%;
      height: auto;
      display: block;
      object-fit: cover;*/
    }

    /* Phần văn bản */
    .sidebar-noibat .item-blog-new-simple .text {
      padding: 10px;
    }

    /* Tiêu đề */
    .sidebar-noibat .item-blog-new-simple h3 {
      font-size: 14px;
      margin: 0 0 6px;
      line-height: 1.4;
    }

    .sidebar-noibat .item-blog-new-simple h3 a {
      text-decoration: none;
      color: #222;
      display: block;
    }

    /* Ngày đăng */
    .sidebar-noibat .item-blog-new-simple .post-meta {
      font-size: 12px;
      color: #888;
    }

    /* Ẩn phần tác giả */
    .sidebar-noibat .item-blog-new-simple .author,
    .sidebar-noibat .item-blog-new-simple .px-2 {
      display: none;
    }

    /**************************** news detail -chi tiết tin tức **************/
    .box-news-related .list-vertical-item-news-detail {
      display: flex;
      flex-direction: column;
      gap: 16px; /* Khoảng cách giữa các bài */
      padding: 0;
      margin: 0;
    }

    .box-news-related .item-news-vertical {
      display: flex;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px #D1725338 !important;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .box-news-related .item-news-vertical:hover {
      transform: translateY(-4px);
    }

    .box-news-related .item-news-vertical .img {
      width: 125px;
      height: 110px;
      flex-shrink: 0;
      margin-right: 8px;
      border-radius: 25px 0 0 25px;
      overflow: hidden;
    }

    .box-news-related .item-news-vertical .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: none;
    }

    .box-news-related .item-news-vertical .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
      flex: 1;
    }

    .box-news-related .item-news-vertical .text h3 {
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 600;
      color: #1f2937;
      line-height: 1.4;
    }

    .box-news-related .item-news-vertical .text h3 a {
      text-decoration: none;
      color: inherit;
    }

    .box-news-related .item-news-vertical .text .mb-0 {
      font-size: 13px;
      color: #6b7280;
    }

    .box-news-related .item-news-vertical .text .px-1 {
      padding: 0 4px;
    }
    .template-blog-new {
        margin-bottom: 0;
    }

    /** Header ***/
    .header-mobile-category{
        margin-bottom: 8px;
    }

    /** Breadcrums ***/
    .breadcrumbs {

    }

    /************************ Liên hệ page ********************************/
    .contact-page .form-contact-support{

    }
    .contact-page .form-contact-support .wrapp-grid-field{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half{
        flex: 1 1 calc(50% - 10px);
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half .title{
        margin-bottom: 5px;
    }
    .contact-page .form-contact-support .custom-field-group.custom-field-one-half .title p{
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .custom-field-hoten{
        
    }
    .contact-page .form-contact-support .custom-field-phone{
        
    }
    .contact-page .form-contact-support .custom-textarea-group {
        clear: both;
        margin-top: 10px;
    }
    .contact-page .form-contact-support .custom-textarea-group .title{
        margin-bottom: 5px;
    }
    .contact-page .form-contact-support .custom-textarea-group p{
        margin-bottom: 0;
    }
    .contact-page .form-contact-support .group-btn p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .contact-page .form-contact-support .group-btn p input {

    }
    .contact-page .form-contact-support .group-btn p span {
        display: block;
        margin: 8px auto 0 auto;
        position: relative;
    }
    .contact-page .form-contact-support .wpcf7-response-output {
        margin-top: 1px;
    }
    .contact-page .content {
        padding-bottom: 5px;
    }
    .contact-page .info-contact {
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .container-fluid-mobile{
        padding: 0;
    }
    .container-fluid-mobile .breadcrumbs {
        background: #fff;
        padding: 10px 0;
    }
    .container-fluid-mobile .breadcrumbs a,
    .container-fluid-mobile .breadcrumbs span {
        color: #797979;
        font-family: Roboto Flex;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 5%;
    }
    .container-fluid-mobile .content {
        gap: 8px;
    }
    .container-fluid-mobile .content img{
        width: 100%;
    }
    .container-fluid-mobile .support-box{
        padding: 0 10px;
        background: linear-gradient(262.41deg, #FF6D3E 0.89%, #E03C36 97.79%);
    }
	.form-contact-mobile .content{
		gap: 0;
	}
	.form-contact-mobile .support-box .des{
		font-size:15px;
	}
	.form-contact-mobile .form-contact-support .custom-field-group p{
		margin-bottom: 0;
	}
	.form-contact-mobile .form-contact-support .group-btn{
		margin-top: 10px !important;
	}
	.form-contact-mobile .form-contact-support .group-btn p input.wpcf7-submit{
		min-width: 152px;
        font-size: 18px;
        font-weight: 700;
        height: 35px;
	}
	.contact-page .form-contact-mobile .form-contact-support .wrapp-grid-field{
		column-gap: 9px;
	}

    /*** Bộ lọc sản phẩm mobile ***/
    .form-filter-mobile{

    }
    .form-filter-mobile .wrapp-filer-mobile{
        display: flex;
        gap: 5px;
    }
    .block-filter-product{
        margin-bottom: 5px !important;
    }
    .form-filter-mobile .button-box-filter{

    }
    .form-filter-mobile .button-box-price-filter{
        height: 40px;
        padding: 0;
    }
    .before-loop-wrapper-filter .filter select{
        appearance: auto;
        appearance: auto;
        border: none;
        margin: 0;
        height: 38px;
		background: #FFF !important;
		color: #424242 !important;
    }
    .button-box-price-filter {
      /* Ẩn style gốc */
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;

      /* Layout giống nút */
      display: inline-block;
      vertical-align: middle;
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      line-height: 1;
      color: #333;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 0.25rem;
      cursor: pointer;

      /* Thêm mũi tên custom bằng background-image */
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'10'%20height%3D'6'%20viewBox%3D'0%200%2010%206'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M0%200l5%206%205-6z'%20fill%3D'%23666'%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 0.6rem 0.36rem;

      /* Bỏ padding phải thừa (để icon không đè text) */
      padding-right: 2.5rem;
    }

    /* Hover/Focus cho giống button */
    .button-box-price-filter:hover,
    .button-box-price-filter:focus {
      border-color: #ccc;
      outline: none;
      box-shadow: 0 0 0 2px rgba(0,0,0,0.03);
    }

    /* Active (nhấn giữ) */
    .button-box-price-filter:active {
      background-color: #f7f7f7;
      border-color: #bbb;
    }

    /*** product single *******/
    .slider-main-big .swiper-slide-big .img{
        height: 400px;
    }
    .slider-main-big .swiper-slide-big .img img{
        object-fit: contain;
    }
	
	/************************** Home page *************************/
	.content-review-customer .intro-review{
		
	}
	.content-review-customer .intro-review .box-text{
		
	}
	.content-review-customer .intro-review .box-text p{
		width: 322px;
        margin: 0 auto;
        font-size: 13px;
	}
	.item-best-seller .img img{
		height: 150px;
        width: 150px;
	}
	
	/******************** css blog list **********************************/
	.blog-list{
		
	}
	.blog-list .item-blog-new.item-blog-new-simple{
		
	}
	.blog-list .item-blog-new.item-blog-new-simple .box-image{
		
	}
	.blog-list .item-blog-new.item-blog-new-simple img{
		width: 235px;
        height: 150px;
		object-fit: initial;
	}
} /** end 769 ***/


.contact-page .form-contact-support .wrapp-grid-field{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.contact-page .form-contact-support .custom-field-group.custom-field-one-half{
    flex: 1 1 calc(50% - 10px);
	margin-bottom: 0;
}
.contact-page .form-contact-support .wpcf7-not-valid-tip{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin: 2px 0;
}
.form-contact-top .form-contact-support .custom-field-group p{
	margin-bottom: 0;
}
/** header ***/
a.btn-call-mobile,
.icon-menu-mobile{
    border: 1px solid #F26D42;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.header-mobile-category .search-product-category .input-group{
	    flex-wrap: nowrap;
}
.header-mobile-category .dropdown-search .btn-dropdown-search{
	width: 93px;
	padding: 5px 16px 5px 15px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-mobile-category .search-product-category input{
	height:35px;
}
.header-name-company{
	background: linear-gradient(90deg, #E2313B 0%, #F26D42 100%);
	display:flex;
	justify-content:center;
	align-items: center;
	padding:5px 0;
}
.header-name-company h6{
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:0;
}
@media only screen and (max-width: 992px) 
{
	/* Bọc tổng - hiển thị dạng lưới */
    .sidebar-noibat .list-news-spotlight {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
	.sidebar-noibat .list-news-spotlight .item-blog-new{
		margin-bottom: 0;
	}
}.margin-left-20px{
    margin-left: 20px;
}
.full-width{
   display: block;
}
.hidden {
    display: none;
}
.form-contact-top {
    background-image: url("/wp-content/themes/haruco/assets/images/bg-contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.form-contact-top .form-contact-support .custom-field-group:nth-child(even) {
    margin-left: 0px;
}
.header-middle .search-product .dropdown-search select {
	border: none;
	outline: none;
	background-color: transparent;
}
.header-middle .search-product .dropdown-search select:focus {
	border: none;
    background-color: transparent;
    color: #6F6F6F;
    padding: 5px 73px 5px 23px;
    position: relative;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item::before {
    background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_right-orange.svg");
}
.dropdown-search .btn-dropdown-search::after {
    background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_down.svg");
}
.btn-dropdown-search {
     border: none;
    outline: none;
    box-shadow: none;
    appearance: none; /* Cho trình duyệt hiện đại */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    background-color: transparent; /* Tùy chọn */
}
.btn-dropdown-search:hover{
    border: none;
}
.btn-dropdown-search:focus{
    border: none;
}
.btn-dropdown-search:active{
    border: none;
}
.float-contact {
    bottom: 30%;
    right: 8px;
}
.content-introduce {
	padding-top: 32px;
}
.content-introduce img {
	margin: 0 auto;
}
.news-body-detail h2{
    font-size: 1.5rem;
}

.news-body-detail h3{
    font-size: 1.4rem;
}

.news-body-detail h4{
    font-size: 1.3rem;
}

.product-detail-body{

}
.product-detail-body h2, .box-huongdansudung h2{
    font-size: 1.5rem;
}

.product-detail-body h3, .box-huongdansudung h3{
    font-size: 1.4rem;
}

.product-detail-body h4, .box-huongdansudung h4{
    font-size: 1.3rem;
}
.post-detail.news-body-detail a{
	color: #15c;
}
.post-detail.news-body-detail a strong{
    color: #15c;
}
.post-detail.news-body-detail strong a{
    color: #15c;
}
.post-detail.news-body-detail a b{
    color: #15c;
}
.post-detail.news-body-detail b a{
    color: #15c;
}
.product-detail-body a{
	color: #15c;	
}
.product-detail-body a strong{
    color: #15c;
}
.product-detail-body strong a{
    color: #15c;
}
.product-detail-bodya b{
    color: #15c;
}
.product-detail-body b a{
    color: darkgreen;
}
.product-detail-body p{
	font-size: 18px;
}
.product-detail-body iframe{
    /*
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto; */
}
.post-detail.news-body-detail iframe{
 
}
.block-shortcode-product .info h4 a {
	color: #4E514F !important;
}
.block-shortcode-product .info a {
	color: #f54343 !important;
}
.box-checkhangchinhhang iframe {

}
.box-news-related .item-news-vertical .img img {
	height: 108px;
    width: 133px;
    border-radius: 20px;
}
.block-shortcode-of-product-thamkhao p{
	text-align: center;
    font-size: 20px;
    color: red;
    border-bottom: 1px solid #ededed;
}
/************** Table content /**************/
body #ez-toc-container {
    border-radius: 10px !important;
    border: 1px solid #dbdbdb !important;
    background: #fff !important;
    padding: 0;
    width: 100%;
}
body #ez-toc-container li {
    border-bottom: 1px solid #dbdbdb;
}
body #ez-toc-container li a {
    font-size: 18px !important;
    line-height: 38px;
    padding: 8px 8px;
    font-weight: bold !important;
}
body #ez-toc-container li a:hover {
    text-decoration: none !important;
}
body #ez-toc-container li a::before {
    width: 29px;
    height: 29px;
    display: flex;
    flex-shrink: 0;
    background-color: #FF6D3E;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 3px;
    content: counters(item, '', decimal) '';
}
body #ez-toc-container .ez-toc-title-container{
    padding: 10px 10px 0 10px;
    display: none;
}
.ez-toc-sticky .ez-toc-sidebar .ez-toc-sticky-title {
    color: #ff6d3e !important
}
.ez-toc-sticky .ez-toc-sidebar {

}
.ez-toc-sticky-title-container{
    border-bottom: 1px solid #ff6d3e !important;
}
.ez-toc-open-icon .text{
    color: #ff6d3e !important;
}
.ez-toc-sticky-toggle-direction ul {

}
.ez-toc-sticky-toggle-direction ul li {
    
}
.ez-toc-sticky-toggle-direction ul li a{
    font-size: 16px !important;
    line-height: 18px;
    padding: 8px 8px;
    font-weight: bold !important;
    color: #ff6d3e !important;
}
#ez-toc-sticky-container .ez-toc-sticky-toggle-direction ul a:hover{
    text-decoration: none;
}

/************************************ Single product ************************************/
.box-button-addtocart a:hover{
    text-decoration: none;
    color: #fff0f0;
}
.box-button-addtocart a.btn-addtocart{
    font-size: 20px;
    padding: 7px 14px;
    text-align: center;
}
.link-giohang{
    padding-top: 3px;
}
.link-giohang a{
    color: #fff0f0;
}
.link-giohang a:hover{
    color: #fff0f0;
}
/*** form đặt mua hàng ***/
.modal_dat_mua_hang .modal-content{
    max-width: 500px;
    margin: 0 auto;
    padding: 8px;
}
.modal_dat_mua_hang form input{
    border: 1px solid #FF6D3E;
    width: 100%;
    height: 40px;
    padding: 5px;
}
.modal_dat_mua_hang form input:focus{
    border: 1px solid #F26D42;   
}
.modal_dat_mua_hang form label{
   width: 100%;
}

.modal_dat_mua_hang form span{
    width: 100%;
    float: left;
}
.modal_dat_mua_hang form select{
    border: 1px solid #F26D42;
    width: 100%;
    border-radius: 8px;
    outline: none;
    height: 50px;
    padding: 5px;
    height: 40px;
}
.modal_dat_mua_hang form textarea{
    border: 1px solid #F26D42;
    width: 100%;
    height: 100px;
}
.modal_dat_mua_hang form textarea:focus{
    border: 1px solid #F26D42;  
}
.modal_dat_mua_hang form .wpcf7-submit{
    width: 100%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 46px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    background: linear-gradient(71deg, #e72b29 0%, #f26d42 100%);
}
.modal_dat_mua_hang form .wpcf7-not-valid-tip{
    font-size: 14px;
    font-style: italic;
    color: #fff;
}
.p_wrapp_1, .p_wrapp_2{
    width: 48%;
    display: inline-block;
}
.p_wrapp_6 span.wpcf7-spinner {
    width: 24px;
    height: 24px;
}
.p_wrapp_6 span.wpcf7-spinner:before {

}
.btn-datmuangay{
    width: 100%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 46px;
    font-size: 20px;
    font-weight: 700;
}
.btn-datmuangay:hover{
    color: #fff;
}
.btn-datmuangay .icon {
    display: inline-flex;
    height: 1.0rem;
    width: 1.0rem;
}
/************* Home page ******************/
@media (min-width: 768px) 
{
    .homepage section.blog-news {
        margin-bottom: 25px;
    }
    .havi-page-about .intro-about {
        margin-top: 0px;
    }
    .havi-page-about .intro-about .content-introduce {
        padding-top: 0;
    }
    .havi-page-about .breadcrumbs {
        margin-bottom: 0px;
    }
    .havi-page-about .commit-from-haruco {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .product-list-page .breadcrumbs {
        margin-bottom: 0px;
    }
    .page-news .mt-5{
        margin-top: 8px !important;
    }
}

.homepage .review-customer{
    padding-bottom: 30px;
}
/*** product list ************/
.wrapp-filer-pc{
    display: flex;
}
.before-loop-wrapper-filter .filter .woocommerce-ordering p:first-child {
	margin-top: 8px;
}
@media only screen and (min-width: 768px) 
{
	.item-best-seller .img img{
		height: 230px;
	}
    .list-product-search .item-best-seller .img img{
        height: 269px;
        width: auto;
    }
}
.item-best-seller .info h4 {
	font-size: 17px;
	line-height: 27px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 55px;
}
.item-best-seller .info .a_title{
	font-size: 17px;
	line-height: 27px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 55px;
}
.block-ttsk .blog-list .box-text h3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 55px;
}
.block-ttsk .blog-list .box-text h3 a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 55px;
}
@media (min-width: 768px) {
    .item-news-vertical .img {
   
    }
	.blog-news .blog-content .item-blog-new-simple .box-text{
		padding-bottom: 0;
	}
	.blog-list .item-blog-new-simple{
		
	}
	.blog-list .item-blog-new-simple img{
		
	}
	.blog-list .box-image.image-cover-h{
		
	}
	.blog-news .blog-content .blog-list .item-blog-new-simple .image-cover-h {
		padding-top: 50%;
	}
}
.item-customer-reviews .img img{
	height: 100%;
	width: 100%;
}
/*** common ******************/
.post-detail .img-center {
	text-align: center;
}
.product-detail-body .img-center {
	text-align: center;
}
.box-checkhangchinhhang .des .img-center {
	text-align: center;
}
.box-huongdansudung .des .img-center {
    text-align: center;
}
/****************** Footer ****************************/
.box-dmc-bct {
    gap: 8px;
}
.box-dmc-bct li {
 
}
.box-dmc-bct li img {
    width: 100px;
}
.box-dmc-bct .dmca-badge img {
    width: 70px;
}
@media only screen and (max-width: 768px) {
    .box-dmc-bct {
       display: inline-flex;
    }
    .box-dmc-bct li img {
       
    }
}
/********** Form đặt mua hàng - Custom làm mới *****************/
.modal-formdatmua{
    z-index: 9999;
    padding-top: 15px;
}
.modal-formdatmua input{
    height: 40px;
    cursor: pointer;
}
.modal-formdatmua select{
    height: 40px;
    cursor: pointer;
}
.modal-formdatmua textarea{
    cursor: pointer;
}
.modal-formdatmua .order-form-attribute h3{
    text-align: center;
    font-weight: bold;
}
.modal-formdatmua .modal-content{
    background: transparent;
    border: none;
}
.modal-formdatmua .modal-dialog{
    max-width: 80%;
    margin-top: 0;
}
.order-form-custom .order-form-feature{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.order-form-custom .order-form-attribute{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.order-form-custom{
    background-image: url("/wp-content/themes/haruco/assets/images/form/bg-form-dm.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 15px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0 !important;
}
.order-form-custom .row-wrapper-full{
    padding: 0px;
}
.order-form-custom .order-form-feature{
    background-color: #FFF5F0;
}
/* Wrapper có khoảng cách giữa các ô */
.row-wrapper-feature {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    padding: 15px 0 15px 0;
}
.modal-formdatmua .feature-item{
    background: transparent;
    margin-bottom: 25px;
}
.modal-formdatmua .feature-item .item-f{
    /* border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 252, 249, 0) 9.94%, #FFC480 100%);
    */
    padding: 15px 12px;
    text-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background:
            linear-gradient(#FFF5F0, #ffffff) padding-box,
            linear-gradient(to top, #FFC480, #FFFCF9) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
}
.modal-formdatmua .feature-item img {
    margin-bottom: 12px;
}

.modal-formdatmua .feature-item p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    line-height: 1.4;
}
.modal-body-formdatmua .feature-item img{
    width: 60px;
    height: 74px;
}
.feature-item-full.hotline-box-datmua {
    background: linear-gradient(90deg, #F44336 0%, #FF6F00 100%);
    color: white;
    border-radius: 60px 0 60px 0;
    padding: 24px 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.feature-item-full.hotline-box-datmua img{
    float: left;
    width: 57px;
    height: 57px;
}
.feature-item-full.hotline-box-datmua .item-bt{
    text-align: left;
    margin-left: 75px;
}
.feature-item-full.hotline-box-datmua .item-bt .item-line-1{

}
.feature-item-full.hotline-box-datmua .item-bt .item-line-2{
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
}
/* Giao diện form đặt hàng */
.modal-body-formdatmua .cf7-wrapper form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.modal-body-formdatmua .cf7-wrapper .text-white{
    color: #fff !important;
}
.modal-body-formdatmua .cf7-wrapper p {
    margin: 0;
}
.modal-body-formdatmua .cf7-wrapper {

}

.modal-body-formdatmua .cf7-wrapper p {
    flex: 1 1 calc(50% - 10px);
}

.modal-body-formdatmua .cf7-wrapper p:nth-child(6)  /* Ghi chú */
{
    width: 100%;
}
.modal-body-formdatmua .cf7-wrapper input,
.modal-body-formdatmua .cf7-wrapper textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    color: #000;
}
.modal-body-formdatmua .cf7-wrapper textarea {
    min-height: 100px;
    resize: vertical;
}
.modal-body-formdatmua .box-submit{
    width: 100%;
}
.modal-body-formdatmua .box-submit p{
    width: 293px;
    margin: 0 auto;
}
.modal-body-formdatmua .box-submit p input{

}
.modal-body-formdatmua .box-submit p .wpcf7-spinner{
    display: none !important;
}
.modal-body-formdatmua .cf7-wrapper .btn-datmuangay {
    background: linear-gradient(to right, #FF8F2D, #FF8F2D);
    /* background: #FF8F2D; */
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 6px;
    width: 293px;
    height: 45px;
    cursor: pointer;
    text-transform: uppercase;
}
.modal-body-formdatmua label{
    color: #FFF;
}
.modal-body-formdatmua .cf7-wrapper .wpcf7-submit:hover {
    background: #005f7f;
}
.modal-body-formdatmua .form-group{
    margin-bottom: 8px;
}
/* Xoá viền thừa */
.modal-body-formdatmua .cf7-wrapper > div {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.order-form-attribute .text-white{
    color: #fff !important;
    font-size: 16px;
}
.order-form-attribute  .wpcf7-not-valid-tip-{
    background: #fff;
    color: #dc3232;
    border-radius: 5px;
    margin-top: 1px;
    padding: 2px 5px;
    font-size: 14px;
}
.order-form-attribute  .wpcf7-not-valid-tip{
    color: darkred;
    font-size: 14px;
}
/********** Form dat mua mobile ***********/
@media only screen and (max-width: 768px)
{
    .modal-formdatmua .modal-dialog{
        max-width: 90%;
        margin: 0 auto;
    }
    .order-form-custom {
        background-image: none;
        padding: 0;
    }
    .modal-formdatmua .modal-content{
        padding: 0;
    }
    .modal-formdatmua .modal-content .modal-body{
        padding: 0;
    }
    .modal-formdatmua .order-form-attribute{
        background-image: url("/wp-content/themes/haruco/assets/images/form/bg-form-dm-mobile.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px !important;
        border-radius: 20px 20px 0 0;
    }
    .modal-formdatmua .order-form-attribute h3{
        text-align: center;
        font-weight: bold;
        margin: 8px 0;
    }
    .modal-body-formdatmua .cf7-wrapper {

    }
    .modal-body-formdatmua .cf7-wrapper p {
        flex: 1 1 calc(50% - 10px);
    }
    .modal-body-formdatmua .cf7-wrapper p:nth-child(6)  /* Ghi chú */
    {
        width: 100%;
    }
    .modal-body-formdatmua .cf7-wrapper textarea {
        height: 101px;
    }
    .order-form-attribute .wpcf7-not-valid-tip {
        font-size: 13px;
    }
    .feature-item-full.hotline-box-datmua{
        padding: 8px 26px;
    }
    .feature-item-full.hotline-box-datmua .item-bt .item-line-2 {
        font-size: 18px;
    }
    .order-form-custom .order-form-feature{
        border-radius: 0 0 20px 20px;
    }
}
/******* Form dat mua giua bai viet ********/
.form-datmua-giua-post{
    background-image: url("/wp-content/themes/haruco/assets/images/form/bg-form-dm-mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px !important;
    border-radius: 20px;
}
.form-datmua-giua-post .wrap_form_in_post{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.form-datmua-giua-post .wrap_form_in_post h3{
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.form-datmua-giua-post .wrap_form_in_post p{
    flex: 1 1 calc(50% - 10px);
}
.form-datmua-giua-post .wrap_form_in_post label{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.form-datmua-giua-post .wrap_form_in_post input{
    height: 40px;
    border-radius: 8px;
}
.form-datmua-giua-post .wrap_form_in_post .box-submit{
    width: 100%;
}
.form-datmua-giua-post .wrap_form_in_post .box-submit p{
    width: 100%;
    text-align: center;
}
.form-datmua-giua-post .wrap_form_in_post .box-submit .wpcf7-submit{
    width: 200px;
    margin: 0 auto;
    height: 50px;
    background: coral;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    order-color: #fff;
    color: #FFF;
}
.form-datmua-giua-post .wpcf7-spinner{
    display: none;
}
.main-single-page .wpcf7 {
    border: 2px solid var(--primary-color);
    max-width: 450px;
    margin: auto;
    padding: 15px 45px 0;
    margin-bottom: 30px;
}
.form-datmua-giua-post .wrap_form_in_post input{
    border-color: #fff;
}
.wrap_form_in_post {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.wrap_form_in_post p {
    flex: 1 1 calc(50% - 16px); /* chia 2 cột */
    display: flex;
    flex-direction: column; /* label trên, input dưới */
    margin: 0;
    box-sizing: border-box;
}

.wrap_form_in_post p.full {
    flex: 1 1 100%; /* full chiều ngang */
    text-align: center;
}

.wrap_form_in_post input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    box-sizing: border-box;
}
.wrap_form_in_post .wpcf7-not-valid-tip {
    color: beige !important;
}
.box-metabox-product span.hethang{
	font-weight: bold !important;
    color: brown !important;
}
#wpcf7-697569896f868-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-697569896f868-inline-inline-css */
