@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Bethany Elingston";
  font-weight: 400;
  src: url("https://cdn.hstatic.net/files/200001149561/file/bethany_elingston.otf") format("opentype"); }

@font-face {
  font-display: swap;
  font-family: "Bahnschrift";
  src: url("https://cdn.hstatic.net/files/200001149561/file/bahnschrift.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Dephion Slanted";
  src: url("https://cdn.hstatic.net/files/200001149561/file/dephion-slanted-light.otf") format("opentype"); }

:root {
  --skin-text-font: "Roboto", "Helvetica", "Arial", sans-serif;
  --skin-text-font-2: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  --skin-header-font: "Maven Pro", "Arial", sans-serif;
  --skin-header-font-2: "Bethany Elingston", "Helvetica", "Arial", sans-serif;
  --skin-header-font-3: "Bahnschrift", "Helvetica", "Arial", sans-serif;
  --skin-header-font-4: "Dephion Slanted", "Helvetica", "Arial", sans-serif;
  --space-unit: 16px;
  --space-10: calc(var(--space-unit)*0.625);
  --space-15: calc(var(--space-unit)*0.9375);
  --space-20: calc(var(--space-unit)*1.25);
  --space-30: calc(var(--space-unit)*1.875);
  --space-40: calc(var(--space-unit)*2.5);
  --space-50: calc(var(--space-unit)*3.125);
  --space-60: calc(var(--space-unit)*3.75);
  --space-80: calc(var(--space-unit)*5);
  --space-100: calc(var(--space-unit)*6.25);
  --color-state-info: #1982F9;
  --color-state-success: #24B400;
  --color-state-warning: #FDD835;
  --color-state-error: #E30019;
  --color-state-question: #FF8A00;
  --skin-text-color: #000000;
  --medium-navy: #0E5DA7;
  --oxford-blue: #252B37;
  --gipps-navy: #0151A3;
  --gipps-green: #40B100;
  --gipps-yellow: #eff3bc;
  --gipps-blue: #bbe2fa;
  --gipps-coral: #f7d0bd;
  --gipps-bronze: #E8B282;
  --gipps-light-green: #c2e0b5;
  --gipps-adult: #DAAC0A;
  --gradient-light-blue: linear-gradient(180deg, #BBE2FA 40%, rgba(255, 255, 255, 0) 100%);
  --gradient-coral: linear-gradient(180deg, #F7D0BD 0%, rgba(255, 255, 255, 0) 90%);
  --gradient-light-green: linear-gradient(180deg, #F2F6DB 40%, rgba(255, 255, 255, 0) 100%);
  --gradient-yellow: linear-gradient(180deg, #EFF3BC 45%, #FFF 100%); }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  line-height: 1.15; }

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: var(--skin-text-color);
  font-family: var(--skin-text-font);
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  forced-color-adjust: none; }
  @media (min-width: 1024px) {
    body, html {
      font-size: 18px; } }

*⁠ {
  forced-color-adjust: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 1.1 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.2 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--skin-text-color);
  font-family: var(--skin-header-font);
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.2; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--skin-text-color); }

/* 1.3 - Links  */
a {
  color: var(--skin-text-color);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: var(--skin-text-color);
    text-decoration: none;
    outline: none; }
  a:active {
    outline: none; }

.a-link {
  text-decoration: underline !important; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 1.4 - Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/* 1.5 - form */
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], .input {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  -moz-appearance: none;
  appearance: none; }

input[placeholder] {
  text-overflow: ellipsis; }

input:required {
  box-shadow: none; }

textarea {
  resize: none; }

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 20px 20px 6px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #27251f;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #d0d1d2;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #27251f;
    background-color: #fff;
    border-color: #27251f;
    outline: 0;
    box-shadow: none; }
  .form-control:-ms-input-placeholder {
    color: #71706c;
    opacity: 1; }
  .form-control::placeholder {
    color: #71706c;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control.is-invalid {
    border-color: #d91f46;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d91f46' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d91f46' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .form-control.is-invalid:focus {
      border-color: #d91f46 !important;
      box-shadow: 0 0 0 0.2rem rgba(217, 31, 70, 0.25); }
    .form-control.is-invalid ~ .invalid-feedback {
      display: block; }

.form-check-input.is-invalid ~ .form-check-label {
  color: #d91f46; }

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block; }

select.form-control {
  padding: 20px 20px 6px 12px; }
  select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #27251f; }
  select.form-control:focus::-ms-value {
    color: #27251f;
    background-color: #fff; }
  select.form-control[size], select.form-control[multiple] {
    height: auto; }
  select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center; }

textarea.form-control {
  height: auto; }
  textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.625rem;
    color: #d91f46; }
  .form-group.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    .form-group.input-group label {
      color: #71706c;
      display: -ms-flexbox;
      display: flex;
      font-size: .625rem;
      height: 1rem;
      left: 1.25rem;
      margin: .375rem 0;
      position: absolute;
      z-index: 5; }
    .form-group.input-group > .form-control,
    .form-group.input-group > .form-control-plaintext,
    .form-group.input-group > .custom-select,
    .form-group.input-group > .custom-file {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0;
      margin-bottom: 0; }
    .form-group.input-group.required .form-control-label::after {
      color: #71706c;
      content: "*";
      padding-left: 2px; }
    .form-group.input-group.required .form-control-label::before {
      content: ""; }
  .form-group.check-group label[for*='radio'] {
    margin-bottom: 0;
    margin: 0 20px 0 4px;
    font-size: 12px; }
  .form-group.check-group input[name="gender"] {
    margin-top: 0;
    vertical-align: top;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    outline: 0 !important; }
    .form-group.check-group input[name="gender"]:before {
      content: "";
      position: absolute;
      z-index: 1;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      border-radius: 50%; }
    .form-group.check-group input[name="gender"]:checked:before {
      background: var(--skin-primary-color);
      border-color: var(--skin-primary-color); }
    .form-group.check-group input[name="gender"]:after {
      content: "";
      position: absolute;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 14px;
      height: 14px;
      background: #fff;
      border: 1px solid #777777;
      cursor: pointer;
      border-radius: 50%; }
    .form-group.check-group input[name="gender"]:checked:after {
      border-color: var(--skin-primary-color); }

.password-mask {
  background-color: #fff;
  position: absolute;
  right: 19.2px;
  top: 10.24px;
  z-index: 3; }
  .password-mask:focus {
    outline: 0; }
  .password-mask.hide .icon--eye-hide,
  .password-mask.hide .icon--eye-show {
    display: none; }
  .password-mask .icon--eye-hide, .password-mask .icon--eye-show {
    fill: #71706c;
    width: 20px;
    height: 20px; }

.password-forgot {
  font-size: 12px;
  padding-top: 4px;
  display: flex;
  justify-content: flex-end; }
  .password-forgot a {
    text-decoration: underline;
    vertical-align: middle; }

/* 1.6 - Media */
img {
  width: 100%; }

audio, img, svg, video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

/* 1.7 - Button, link */
.btn {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  height: 45px;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid var(--skin-bgbtn-color);
  color: var(--skin-bgbtn-color); }
  .btn.btn-secondary {
    background: var(--skin-secondary-bgbtn-color);
    border: 1px solid var(--skin-secondary-borderbtn-color);
    color: var(--skin-secondary-textbtn-color); }
  .btn.btn-primary {
    background: #fff;
    border: 1px solid var(--skin-secondary-bgbtn-color);
    color: var(--skin-secondary-bgbtn-color); }
  .btn.btn-full {
    display: flex;
    width: 100%; }

.btn-link {
  color: var(--skin-text-color);
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  height: auto;
  padding: 10px 0 4px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .btn-link:hover {
    text-decoration: none;
    color: var(--skin-text-color); }
  .btn-link:before {
    content: "";
    border: solid #27251f;
    border-radius: 2px;
    border-width: 0 0 2px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%; }

.button {
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
  min-width: 160px;
  background-color: var(--gipps-navy);
  text-decoration: none;
  border-radius: 50px;
  font-family: Maven Pro,Arial,sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal; }

.button-box {
  font-size: 16px;
  color: var(--gipps-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 60px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: .5s;
  overflow: hidden;
  border: 1px solid var(--gipps-navy);
  transform: scale(0.9); }
  .button-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--skin-header-font);
    font-weight: 500;
    text-align: center;
    cursor: pointer; }
  .button-box .mask {
    position: absolute;
    color: var(--gipps-navy);
    width: 101%;
    height: 100%;
    overflow: hidden;
    font-style: normal; }
  .button-box .button-mask {
    width: 101%;
    height: 100%;
    padding: 0 40px;
    border: var(--gipps-navy);
    color: #fff;
    background: var(--gipps-navy);
    -webkit-mask: url(https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png);
    mask: url(https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png);
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    -webkit-animation: ani2 0.75s steps(70) forwards;
    animation: ani2 0.75s steps(70) forwards; }
    .button-box .button-mask:hover {
      -webkit-animation: ani 0.75s steps(70) forwards;
      animation: ani 0.75s steps(70) forwards; }
  .button-box[disabled] {
    pointer-events: none; }
  @media screen and (min-width: 1280px) {
    .button-box {
      transform: scale(1);
      font-size: 18px; } }

.link-double-dash {
  position: relative; }
  .link-double-dash:before, .link-double-dash:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentcolor;
    top: 100%;
    left: 0;
    pointer-events: none; }
  .link-double-dash:before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1); }
  .link-double-dash:after {
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1); }
  .link-double-dash:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 2, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
  .link-double-dash:hover:after {
    transform-origin: 0% 50%;
    transform: scaleZ(1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }

/* 1.8 - Swiper */
.swiper-style {
  position: relative; }
  .swiper-style .swiper-pagination {
    justify-content: center;
    gap: 8px;
    display: none; }
    .swiper-style .swiper-pagination .swiper-pagination-bullet {
      background: #BBE2FA;
      margin: 0 !important;
      opacity: 1;
      width: 12px;
      height: 12px; }
    .swiper-style .swiper-pagination .swiper-pagination-bullet-active {
      background: #0151A3; }
  .swiper-style .swiper.swiper-navigation-disabled .swiper-button-prev, .swiper-style .swiper.swiper-navigation-disabled .swiper-button-next {
    display: none !important; }
  .swiper-style .swiper-pagination, .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next {
    z-index: 1; }
  .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next {
    color: var(--color-btn-swiper);
    width: 40px;
    height: 40px;
    border: 1px solid var(--bg-btn-swiper);
    border-radius: 50%;
    background: var(--bg-btn-swiper);
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    display: inline-flex; }
    .swiper-style .swiper-button-prev:after, .swiper-style .swiper-button-next:after {
      content: none; }
  .swiper-style .swiper-button-prev {
    left: 20px; }
  .swiper-style .swiper-button-next {
    right: 20px; }
  .swiper-style .swiper-pagination {
    bottom: 20px; }
  @media (min-width: 1024px) {
    .swiper-style .swiper-pagination {
      display: flex; }
    .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next {
      width: 60px;
      height: 60px; }
    .swiper-style .swiper-button-prev {
      left: -4%; }
    .swiper-style .swiper-button-next {
      right: -4%; }
    .swiper-style.swiper-banner .swiper-button-prev {
      left: calc(100% / 6); }
    .swiper-style.swiper-banner .swiper-button-next {
      right: calc(100% / 6); }
    .swiper-style .swiper-pagination {
      bottom: 20%; } }

/* 1.9 - Layout */
.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

.container {
  max-width: 100%; }

.body-main {
  padding-top: var(--height-header); }

@media (min-width: 992px) {
  .container {
    max-width: 823px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 940px; }
  .body-main {
    padding-top: 0; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1175px; } }

/* 1.10 - Anmaiton css3 */
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 10px, 0); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes addedToBag {
  0% {
    background-color: #27251f;
    color: #27251f; }
  10% {
    background-color: #27251f;
    color: #fff; }
  90% {
    background-color: #27251f;
    color: #fff; }
  100% {
    background-color: #27251f;
    color: #27251f; } }

@keyframes check {
  0% {
    border-color: #27251f;
    top: .6em; }
  5% {
    border-color: #fff;
    top: .6em; }
  10% {
    border-color: #fff;
    top: 1.1em; }
  12% {
    border-color: #fff;
    top: .8em; }
  15% {
    border-color: #fff;
    top: 1.1em; }
  90% {
    border-color: #fff;
    top: 1.1em; }
  100% {
    border-color: #27251f;
    top: 1.1em; } }

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

@-webkit-keyframes ani {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes ani {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@-webkit-keyframes ani2 {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes ani2 {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/* 1.11 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

/*-----------------------------------------------*/
/* GENERAL */
/*-----------------------------------------------*/
.lock-scroll {
  overflow: hidden; }

/* - Loading  */
.mainLoading {
  position: fixed;
  z-index: 1051;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .mainLoading .underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000; }
  .mainLoading .spinner {
    position: fixed;
    width: 80px;
    height: 80px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation: sk-rotate 2s infinite linear; }
  .mainLoading .dot1, .mainLoading .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-bounce 2s infinite ease-in-out; }
  .mainLoading .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }
  .mainLoading.active {
    opacity: 1;
    visibility: visible;
    display: block; }

.no-img--loading img {
  visibility: hidden;
  opacity: 0; }

.no-img--loading .aspect-ratio {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background: #f3f3f3; }
  .no-img--loading .aspect-ratio:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
    z-index: 1;
    top: 0; }

.product-loading {
  padding: 0 1px; }
  .product-loading .product-block {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  .product-loading .product-image .lazy-img {
    position: relative;
    width: 100%;
    height: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-bottom: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #f5f5f5; }
  .product-loading .product-detail {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    background: #fff;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease; }
  .product-loading .loading-mask .loading-mask--image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0; }
  .product-loading .loading-mask .loading-mask--detail {
    padding: 10px 0; }
  .product-loading .loading-mask .loading-mask--detail .mask-line {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    margin: 4px 0;
    background: #f5f5f5; }
  .product-loading .loading-mask .loading-mask--detail .mask-line:nth-child(2) {
    width: 80%;
    background: #f5f5f5; }
  .product-loading .loading-mask .loading-mask--detail .mask-line:nth-child(3) {
    width: 65%;
    background: #f5f5f5; }
  .product-loading .product-loop-load {
    border: 1px solid #eae8e4;
    margin-left: -1px;
    margin-bottom: -1px; }
  .product-loading.small-loop .loading-mask .loading-mask--detail {
    padding: 4px 0; }
  .product-loading.small-loop .loading-mask .loading-mask--detail .mask-line {
    height: 5px;
    margin: 2px 0; }

.cate-loading .cate-block {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.cate-loading .loading-mask .loading-mask--icon {
  position: relative;
  overflow: hidden;
  width: 88px;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .cate-loading .loading-mask .loading-mask--icon {
      width: 110px; } }

.cate-loading .loading-mask .mask-line.lazy-img {
  position: relative;
  border-radius: 50%;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding-bottom: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.cate-loading .loading-mask .loading-mask--title {
  padding: 10px 4px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  background: #fff;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -ms-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease; }

.cate-loading .loading-mask .loading-mask--title .mask-line {
  height: 8px;
  width: 100%;
  border-radius: 8px;
  margin: 2px 0;
  background: #f5f5f5; }

.cate-loading .loading-mask .loading-mask--title .mask-line:nth-child(2) {
  width: 80%;
  background: #f5f5f5; }

.line-loading .line-block {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.line-loading .loading-mask .loading-mask--title {
  padding: 10px 4px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  height: 94px;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -ms-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease; }

.line-loading .loading-mask .loading-mask--title .mask-line {
  height: 8px;
  border-radius: 8px;
  margin: 2px 0;
  background: #f5f5f5; }

.line-loading .loading-mask .loading-mask--title .mask-line:nth-child(1) {
  width: 100%; }

.line-loading .loading-mask .loading-mask--title .mask-line:nth-child(2) {
  width: 80%; }

.line-loading .loading-mask .loading-mask--title .mask-line:nth-child(3) {
  width: 60%; }

.line-loading .loading-mask .loading-mask--title .mask-line:nth-child(4) {
  width: 40%; }

/* - Breadcrumb  - Pagination  */
.breadcrumb-wrapper {
  background: transparent;
  padding: 0 0px; }
  .breadcrumb-wrapper .breadcrumb-list {
    overflow: hidden; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
    font-size: 12px;
    padding: 16px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
    align-items: center; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li {
    display: inline-flex; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 400;
    color: var(--skin-link-color-2); }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li a {
    color: #71706c; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
    content: "";
    margin: 0 2px;
    width: 20px;
    color: #71706c;
    background-repeat: no-repeat;
    background-size: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' id='sprite-caret-right' viewBox='0 0 20 20'%3E%3Ctitle%3Ecaret-right%3C/title%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.275 10.07a.1.1 0 00.001-.143L5.422.073a.1.1 0 00-.14 0l-.572.56a.1.1 0 000 .141l9.15 9.15a.1.1 0 010 .142L4.714 19.21a.1.1 0 000 .14l.56.572a.1.1 0 00.141 0L15 10.338l.274-.269z' fill='%2327251F'/%3E%3C/svg%3E");
    align-items: center;
    justify-content: center;
    background-position: center;
    display: inline-flex; }
  @media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      padding: 7px 0;
      font-size: 12px;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: scroll; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
      padding: 0 2px; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
      display: none; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      -ms-overflow-style: none;
      scrollbar-width: none; } }

/*-----------------------------------------------*/
/* HEADER */
/*-----------------------------------------------*/
/*----- Sidebar -----*/
.sidebar-overlay {
  background: #262626;
  opacity: 0.5;
  position: fixed;
  z-index: 14;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s; }

.sidebar-main .sidebar-wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 480px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .sidebar-main .sidebar-wrapper.sidebar-right {
    right: 0;
    -ms-transform: translateX(150%);
    -webkit-transform: translateX(150%);
    transform: translateX(150%); }
  .sidebar-main .sidebar-wrapper.sidebar-left {
    left: 0;
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  .sidebar-main .sidebar-wrapper .sidebar-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    max-width: 480px;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .sidebar-main .sidebar-wrapper .sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    position: relative;
    gap: 20px; }
    .sidebar-main .sidebar-wrapper .sidebar-head h4 {
      font-size: 18px;
      line-height: 25px;
      font-weight: 700;
      margin-bottom: 0; }
    .sidebar-main .sidebar-wrapper .sidebar-head button {
      border: none;
      background: transparent;
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      outline: none; }
  .sidebar-main .sidebar-wrapper .sidebar-body {
    padding: 0 16px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    margin-right: 2px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
    .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-track {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background: #E7E7E7; }
    .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: inset 0 0 6px #262626; }
    .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb:window-inactive {
      background: #262626; }
  .sidebar-main .sidebar-wrapper .sidebar-foot {
    padding: 16px; }
  @media (min-width: 768px) {
    .sidebar-main .sidebar-wrapper .sidebar-head {
      padding: 24px; }
      .sidebar-main .sidebar-wrapper .sidebar-head h4 {
        font-size: 24px; }
    .sidebar-main .sidebar-wrapper .sidebar-body {
      padding: 0 24px; }
    .sidebar-main .sidebar-wrapper .sidebar-foot {
      padding: 24px; } }

.sidebar-main .sidebar-menu.sidebar-wrapper {
  width: 100%;
  max-width: 100%; }

.sidebar-main .sidebar-menu .sidebar-nav {
  max-width: 100%; }

.sidebar-main .sidebar-menu .sidebar-head {
  opacity: 0;
  height: 54px; }
  .sidebar-main .sidebar-menu .sidebar-head h4 a {
    display: block; }
  .sidebar-main .sidebar-menu .sidebar-head button {
    position: absolute;
    right: -53px;
    top: 0;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #000102; }

.sidebar-main .sidebar-menu .menuList-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0; }
  .sidebar-main .sidebar-menu .menuList-links a {
    display: block;
    font-size: 22px;
    font-family: var(--skin-header-font);
    font-weight: 500;
    color: var(--oxford-blue); }
  .sidebar-main .sidebar-menu .menuList-links > li {
    border: 0; }
  .sidebar-main .sidebar-menu .menuList-links a[href="#"] {
    color: #707070;
    pointer-events: none; }
  .sidebar-main .sidebar-menu .menuList-links .submenu-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 0 12px; }

.header-main {
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 16px; }
  .header-main .header-main--grid {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center; }
    .header-main .header-main--grid .header-main--logo {
      -ms-flex: 0 0 calc(50% - 5px);
      flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px); }
    .header-main .header-main--grid .header-main--menu {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: none; }
    .header-main .header-main--grid .header-main--action {
      -ms-flex: 0 0 calc(50% - 5px);
      flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px); }
  @media (min-width: 1024px) {
    .header-main {
      max-width: 1000px;
      border-radius: 80px;
      transform: translateY(10px);
      padding: 0 40px; }
      .header-main .header-main--grid .header-main--logo {
        -ms-flex: 0 0 calc(20% - 10px);
        flex: 0 0 calc(20% - 10px);
        max-width: calc(20% - 10px); }
      .header-main .header-main--grid .header-main--menu {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        display: block; }
      .header-main .header-main--grid .header-main--action {
        -ms-flex: 0 0 calc(20% - 10px);
        flex: 0 0 calc(20% - 10px);
        max-width: calc(20% - 10px); } }
  @media (min-width: 1280px) {
    .header-main {
      max-width: 1200px; } }

/* - Main logo */
.header-main--logo a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #2276AB; }

.header-main--logo a svg {
  max-width: 150px;
  height: 30px; }

@media (min-width: 1024px) {
  .header-main--logo a svg {
    max-width: 91.5%;
    height: auto; } }

/* - Main action */
.header-main--action .header-main--action-list {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center; }
  .header-main--action .header-main--action-list > div {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .header-main--action .header-main--action-list .header-main--icon > a {
    width: 24px;
    height: 24px;
    display: inline-flex; }
  .header-main--action .header-main--action-list .header-main--icon.h-cart a {
    position: relative; }
  .header-main--action .header-main--action-list .header-main--icon.h-cart a span.count {
    background-color: #222;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    top: -3px;
    left: 15px;
    color: #fff; }
  .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    color: #00010B;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform; }
    .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown .sitenav-search {
      max-width: calc(1320px - 32px);
      margin: auto;
      padding: 20px 16px; }
      @media (min-width: 1025px) {
        .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown .sitenav-search {
          max-width: 940px; } }
      @media (min-width: 1200px) {
        .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown .sitenav-search {
          max-width: 1120px; } }
      @media (min-width: 1400px) {
        .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown .sitenav-search {
          max-width: 1220px; } }
      @media (min-width: 1650px) {
        .header-main--action .header-main--action-list .header-main--icon.h-search .item-action--dropdown .sitenav-search {
          max-width: 1320px; } }
  .header-main--action .header-main--action-list .header-main--icon.js-action-show .item-action--dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
  .header-main--action .header-main--action-list .header-main--icon.h-menumobile .icon-close {
    display: none; }
  .header-main--action .header-main--action-list .header-main--icon.h-menumobile a.active .icon-menu {
    display: none; }
  .header-main--action .header-main--action-list .header-main--icon.h-menumobile a.active .icon-close {
    display: block; }
  .header-main--action .header-main--action-list .header-main--icon.h-lang > a {
    width: auto;
    gap: 8px;
    font-size: 12px;
    align-items: center; }
  @media (min-width: 1024px) {
    .header-main--action .header-main--action-list .header-main--icon.h-menumobile {
      display: none; } }

/* - Main menu */
.main-nav-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }

.main-nav-menu .menu-list {
  display: -ms-flexbox;
  display: flex; }
  .main-nav-menu .menu-list svg.icon--arrow-bottom {
    width: 10px;
    height: 6px;
    margin-left: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .main-nav-menu .menu-list svg.icon--nav-triangle {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    right: 50%;
    width: 20px;
    height: 9px;
    z-index: 4; }

.main-nav-menu .menu-list--top {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px; }
  .main-nav-menu .menu-list--top > li {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 15px 0; }
    .main-nav-menu .menu-list--top > li > a {
      position: relative;
      display: block;
      margin: auto;
      min-height: 35px;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-family: var(--skin-header-font);
      position: relative;
      padding: 8px 0;
      color: var(--oxford-blue); }
      .main-nav-menu .menu-list--top > li > a::before, .main-nav-menu .menu-list--top > li > a::after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: -2px;
        background: var(--gipps-navy); }
      .main-nav-menu .menu-list--top > li > a::before {
        left: 0; }
      .main-nav-menu .menu-list--top > li > a::after {
        right: 0;
        background: var(--gipps-navy);
        transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .main-nav-menu .menu-list--top > li > a > span.icon--menu {
        height: 20px;
        width: 20px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        display: inline-block;
        margin-right: 4px; }
    .main-nav-menu .menu-list--top > li > a > span[data] {
      display: block; }
      .main-nav-menu .menu-list--top > li > a > span[data]:before {
        content: "";
        border: 4px solid transparent;
        border-top-color: #ff0100;
        position: absolute;
        right: 5px;
        top: 17px; }
      .main-nav-menu .menu-list--top > li > a > span[data]:after {
        content: attr(data);
        position: absolute;
        top: 0px;
        right: -13px;
        background: #ff0100;
        color: #fff;
        font-size: 10px;
        font-style: italic;
        text-transform: uppercase;
        line-height: 17px;
        height: 17px;
        width: 33px;
        text-align: center; }
    .main-nav-menu .menu-list--top > li:hover > a {
      color: var(--gipps-navy); }
      .main-nav-menu .menu-list--top > li:hover > a::before {
        background: var(--gipps-navy);
        width: 100%;
        transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .main-nav-menu .menu-list--top > li:hover > a::after {
        background: transparent;
        width: 100%;
        transition: 0s; }
      .main-nav-menu .menu-list--top > li:hover > a svg.icon--nav-triangle {
        opacity: 1; }
    .main-nav-menu .menu-list--top > li.active > a {
      color: var(--gipps-navy); }
    .main-nav-menu .menu-list--top > li.menu-red > a {
      background: #B51F29;
      color: #fff;
      border-radius: 2px; }
  .main-nav-menu .menu-list--top > li.menu-item--dropdown {
    display: inline-flex;
    justify-content: center; }
    .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown {
      background: #fff;
      position: absolute;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      padding: 12px 0;
      border-radius: 0 0 5px 5px;
      list-style-type: none;
      top: 104%;
      -moz-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
      -webkit-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
      box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
      .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li {
        position: relative; }
        .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a {
          padding: 8px 20px;
          white-space: nowrap;
          text-align: left;
          display: block;
          font-size: 13px; }
          .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a svg.icon--arrow-bottom {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
          .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a svg.icon--nav-triangle {
            top: 15px;
            right: -6px;
            width: 18px;
            height: 9px;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg); }
        .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li .menu-list--dropdown {
          left: 100%;
          top: 0;
          margin-left: 0px;
          margin-top: -1px;
          visibility: hidden;
          opacity: 0;
          list-style-type: none;
          border-radius: 0 5px 5px 5px;
          -moz-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
          -webkit-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
          box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
        .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li:hover > .menu-list--dropdown {
          visibility: visible;
          opacity: 1; }
        .main-nav-menu .menu-list--top > li.menu-item--dropdown .menu-list--dropdown li:hover svg.icon--nav-triangle {
          opacity: 1; }
    .main-nav-menu .menu-list--top > li.menu-item--dropdown:hover > .menu-list--dropdown {
      visibility: visible;
      opacity: 1; }
    .main-nav-menu .menu-list--top > li.menu-item--dropdown.last {
      position: relative; }
      .main-nav-menu .menu-list--top > li.menu-item--dropdown.last .menu-list--dropdown {
        right: 0; }
  .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content {
    left: 0%;
    top: 0%;
    right: 0%;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 80px);
    margin: 0 auto;
    position: absolute;
    z-index: 2; }
    .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex {
      display: flex;
      align-items: center;
      border-radius: 30px;
      padding: 0 20px;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
      .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second {
        display: flex;
        justify-content: space-around;
        /*align-items: center;*/
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li {
          width: auto;
          padding: 16.5px 0; }
          .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li > a {
            color: var(--oxford-blue);
            font-weight: 500;
            font-family: var(--skin-header-font);
            display: inline-block; }
          .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li > a[href="#"] {
            color: #707070;
            pointer-events: none; }
          .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li .menu-list--thirt {
            flex-direction: column;
            gap: 6px; }
            .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li .menu-list--thirt li {
              width: 100%; }
            .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content .menu-flex .menu-list--second > li .menu-list--thirt li > a {
              font-size: 14px;
              font-weight: 500;
              display: block; }
    .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content.style-1 .menu-flex .menu-list--second > li .menu-list--thirt {
      position: absolute;
      top: calc(100% + 0.5px);
      border-radius: 0 0 10px 10px;
      padding: 20px 16px;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s;
      min-width: 150px; }
    .main-nav-menu .menu-list--top > li.menu-item--mega .menu-content.style-1 .menu-flex .menu-list--second > li:hover .menu-list--thirt {
      opacity: 1;
      visibility: visible; }
  .main-nav-menu .menu-list--top > li.menu-item--mega:hover .menu-content {
    visibility: visible;
    opacity: 1;
    top: 100%;
    padding-top: 5px; }
  @media (min-width: 1280px) {
    .main-nav-menu .menu-list--top {
      gap: 40px; }
      .main-nav-menu .menu-list--top > li {
        padding: 25px 0; } }

body.open-menumobile .sidebar-main .sidebar-wrapper.sidebar-right {
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  z-index: 89; }

body.open-menumobile .header-main {
  background: var(--gipps-navy); }

body.open-menumobile .header-main--logo a {
  color: #fff; }

/*-----------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------*/
.footer-main {
  background-color: var(--gipps-navy);
  border-radius: 20px;
  margin: 20px;
  padding: 30px 5px 20px;
  overflow: hidden;
  color: #bbe2fa;
  font-size: 12px;
  position: relative; }
  .footer-main .footer-main--top {
    text-align: center;
    margin-bottom: 30px; }
    .footer-main .footer-main--top img {
      height: 35px;
      width: auto; }
  .footer-main .footer-main--bottom {
    margin-bottom: 30px; }
    .footer-main .footer-main--bottom .footer-line {
      display: flex;
      flex-direction: column;
      gap: 30px 8px; }
      .footer-main .footer-main--bottom .footer-line > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .footer-main .footer-main--bottom .footer-block {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .footer-main .footer-main--bottom .footer-block .footer-title h4 {
        color: var(--gipps-yellow);
        margin-bottom: 0;
        font-family: var(--skin-header-font);
        font-weight: 700;
        font-size: 14px; }
      .footer-main .footer-main--bottom .footer-block .footer-content ul {
        display: flex;
        flex-direction: column;
        gap: 7px; }
        .footer-main .footer-main--bottom .footer-block .footer-content ul li {
          color: #bbe2fa; }
        .footer-main .footer-main--bottom .footer-block .footer-content ul a {
          color: #bbe2fa;
          display: inline-block;
          cursor: pointer; }
      .footer-main .footer-main--bottom .footer-block.footer-social > div {
        display: flex;
        gap: 20px;
        align-items: center; }
  .footer-main .footer-copyright {
    padding-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    border-top: 1px solid #fff; }
    .footer-main .footer-copyright ul {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .footer-main .footer-copyright ul li a {
        color: #fff; }
      .footer-main .footer-copyright ul li + li {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #fff; }
  @media (min-width: 768px) {
    .footer-main .footer-main--top {
      margin-bottom: 50px; }
      .footer-main .footer-main--top img {
        height: 62px; }
    .footer-main .footer-main--bottom {
      margin-bottom: 60px; }
      .footer-main .footer-main--bottom .footer-line {
        flex-direction: row; }
        .footer-main .footer-main--bottom .footer-line > div {
          -ms-flex: 0 0 calc((100% - (8px*3)) / 4);
          flex: 0 0 calc((100% - (8px*3)) / 4);
          max-width: calc((100% - (8px*3)) / 4); }
    .footer-main .footer-copyright {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .footer-main .footer-copyright ul {
        justify-content: flex-end; } }
  @media (min-width: 992px) {
    .footer-main .footer-main--bottom .footer-block .footer-title h4 {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .footer-main {
      font-size: 14px;
      padding: 60px 55px 20px; }
      .footer-main .footer-main--bottom .footer-line {
        gap: 30px 16px; }
        .footer-main .footer-main--bottom .footer-line > div {
          -ms-flex: 0 0 calc((100% - (16px*3)) / 4);
          flex: 0 0 calc((100% - (16px*3)) / 4);
          max-width: calc((100% - (16px*3)) / 4); }
      .footer-main .footer-main--bottom .footer-block {
        gap: 30px; }
        .footer-main .footer-main--bottom .footer-block .footer-title h4 {
          font-size: 18px; } }

.backtotop {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 45px;
  background: none;
  border: none;
  z-index: 10;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  box-shadow: 15px 20px 50px rgba(1, 81, 163, 0.1);
  border-radius: 70px; }
  .backtotop.active {
    right: 24px;
    transform: translateX(0%);
    opacity: 1;
    visibility: visible; }

/*-----------------------------------------------*/
/* ALL */
/*-----------------------------------------------*/
.section {
  overflow: hidden; }
  .section h2 {
    color: var(--gipps-navy);
    font-family: var(--skin-header-font);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section .body-text {
    font-size: 16px; }
    .section .body-text p:last-child {
      margin: 0; }
    .section .body-text a {
      color: var(--gipps-navy); }
    .section .body-text .medium {
      font-weight: 500; }
    .section .body-text .c-primary {
      color: var(--gipps-navy); }
  .section .desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    .section .desc p:last-child {
      margin: 0; }
  .section .s-heading {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .section .s-inner {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .section .s-inner > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .section h2 {
      font-size: 52px; } }
  @media (min-width: 1024px) {
    .section .body-text {
      font-size: 18px; } }

.section {
  --sectional-grid-gap: 2px; }
  .section .swiper:not(.swiper-initialized) .list-products {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    column-gap: var(--sectional-grid-gap);
    overflow-x: scroll;
    overflow-y: hidden; }
    .section .swiper:not(.swiper-initialized) .list-products::-webkit-scrollbar {
      display: none; }
    .section .swiper:not(.swiper-initialized) .list-products .swiper-slide {
      -webkit-flex: 0 0 calc(44% - var(--sectional-grid-gap));
      flex: 0 0 calc(44% - var(--sectional-grid-gap));
      max-width: calc(44% - var(--sectional-grid-gap)); }
  @media (min-width: 768px) {
    .section .swiper:not(.swiper-initialized) .list-products {
      overflow-x: hidden; }
      .section .swiper:not(.swiper-initialized) .list-products .swiper-slide {
        -webkit-flex: 0 0 calc(40% - var(--sectional-grid-gap));
        flex: 0 0 calc(40% - var(--sectional-grid-gap));
        max-width: calc(40% - var(--sectional-grid-gap)); } }
  @media (min-width: 992px) {
    .section .swiper:not(.swiper-initialized) .list-products[data-view="5"] {
      overflow-x: hidden; }
      .section .swiper:not(.swiper-initialized) .list-products[data-view="5"] .swiper-slide {
        -webkit-flex: 0 0 calc(20% - var(--sectional-grid-gap));
        flex: 0 0 calc(20% - var(--sectional-grid-gap));
        max-width: calc(20% - var(--sectional-grid-gap)); }
    .section .swiper:not(.swiper-initialized) .list-products[data-view="4"] {
      overflow-x: hidden; }
      .section .swiper:not(.swiper-initialized) .list-products[data-view="4"] .swiper-slide {
        -webkit-flex: 0 0 calc(25% - var(--sectional-grid-gap));
        flex: 0 0 calc(25% - var(--sectional-grid-gap));
        max-width: calc(25% - var(--sectional-grid-gap)); }
    .section .swiper:not(.swiper-initialized) .list-products[data-view="3"] {
      overflow-x: hidden; }
      .section .swiper:not(.swiper-initialized) .list-products[data-view="3"] .swiper-slide {
        -webkit-flex: 0 0 calc(33.333333% - var(--sectional-grid-gap));
        flex: 0 0 calc(33.333333% - var(--sectional-grid-gap));
        max-width: calc(33.333333% - var(--sectional-grid-gap)); } }

.product-loop .proloop-inner {
  display: flex;
  flex-direction: column; }

.product-loop .proloop-image {
  border-radius: 30px;
  background-color: var(--gipps-yellow); }
  .product-loop .proloop-image .aspect-ratio {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: block; }
  .product-loop .proloop-image .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    right: 0;
    bottom: 0;
    margin: auto; }

.product-loop .proloop-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .product-loop .proloop-detail > div {
    width: 100%; }
  .product-loop .proloop-detail .proloop-type {
    margin: 12px 0 18px; }
    .product-loop .proloop-detail .proloop-type span {
      display: inline-block;
      padding: 5px 15px;
      border-radius: 50px;
      background-color: var(--gipps-yellow);
      color: var(--gipps-navy); }
  .product-loop .proloop-detail .proloop-title h3 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 22px; }
  .product-loop .proloop-detail .proloop-title h3 a {
    color: var(--gipps-navy);
    display: flex;
    flex-direction: column; }
  .product-loop .proloop-detail .proloop-title h3 span {
    display: block; }

@media (min-width: 1024px) {
  .product-loop .proloop-detail .proloop-title h3 {
    font-size: 26px; } }

@media (min-width: 1280px) {
  .product-loop .proloop-detail .proloop-title h3 {
    font-size: 32px; } }

/*-----------------------------------------------*/
/* HOME */
/*-----------------------------------------------*/
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  to {
    transform: translate3d(85px, 0, 0); } }

.section-hero {
  position: relative;
  padding: 0 !important;
  --height: 1;
  --weight: 1; }
  .section-hero .s-box-svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4; }
    .section-hero .s-box-svg .parallaxonde > use {
      animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
      .section-hero .s-box-svg .parallaxonde > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s; }
      .section-hero .s-box-svg .parallaxonde > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s; }
      .section-hero .s-box-svg .parallaxonde > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s; }
      .section-hero .s-box-svg .parallaxonde > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s; }
    .section-hero .s-box-svg.onde svg {
      width: 100%;
      height: 40px;
      min-height: 40px; }
    @media (min-width: 768px) {
      .section-hero .s-box-svg.onde svg {
        height: 60px;
        min-height: 100px;
        max-height: 150px; } }
  .section-hero .s-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: calc((var(--height)/var(--weight)) * 100%); }
    .section-hero .s-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-hero .s-video {
    touch-action: none;
    pointer-events: none;
    position: relative;
    overflow: hidden;
    padding-bottom: calc((var(--height)/var(--weight)) * 100%);
    /**::-webkit-media-controls-panel {display: none !important;		-webkit-appearance: none !important; }
		*::--webkit-media-controls-play-button {display: none !important;-webkit-appearance: none !important; }
		*::-webkit-media-controls-start-playback-button {display: none !important;-webkit-appearance: none !important; }*/ }
    .section-hero .s-video video {
      touch-action: none;
      pointer-events: none;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-hero .s-video video::-webkit-media-controls-container {
      opacity: 0 !important; }
    .section-hero .s-video video::-webkit-media-controls-start-playback-button {
      display: none !important; }
  .section-hero .s-slider {
    --color-btn-swiper: #0151A3;
    --bg-btn-swiper: #ffffff;
    overflow: hidden; }
    .section-hero .s-slider .swiper-slide .swiper-slide--inner {
      overflow: hidden;
      display: block;
      position: relative; }
    .section-hero .s-slider .swiper-slide .aspect-ratio {
      position: relative;
      padding-bottom: calc((var(--height)/var(--weight) * 100%));
      display: flex; }
    .section-hero .s-slider .swiper-slide .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: var(--height)/var(--weight); }
    .section-hero .s-slider .swiper-slide .aspect-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .section-hero .s-slider .swiper-wrapper {
      display: flex;
      flex-wrap: nowrap; }
      .section-hero .s-slider .swiper-wrapper .swiper-slide {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
  .section-hero .s-media {
    position: relative;
    overflow: hidden;
    padding-bottom: calc((var(--height)/var(--weight)) * 100%); }
    .section-hero .s-media .s-banner, .section-hero .s-media .s-video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .section-hero .s-media .s-video {
      display: none; }
    @media (min-width: 1024px) {
      .section-hero .s-media .s-video {
        display: flex; }
      .section-hero .s-media .s-banner {
        display: none; } }
  @media (min-width: 1024px) {
    .section-hero {
      --height: 2;
      --weight: 3; } }

.section-intro .s-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 40px auto;
  width: 87.5%; }
  .section-intro .s-wrapper .col-left, .section-intro .s-wrapper .col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section-intro .box-card {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .section-intro .box-card h2 {
    color: var(--gipps-navy);
    font-family: var(--skin-header-font);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0; }
  .section-intro .box-card p {
    margin-bottom: 30px; }
  .section-intro .box-card p:last-child {
    margin-bottom: 0; }
  .section-intro .box-card .action {
    text-align: center; }

.section-intro .box-banner .mask-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 100px 100px 100px 0;
  padding-bottom: 100%; }
  .section-intro .box-banner .mask-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

@media (min-width: 1024px) {
  .section-intro .s-wrapper {
    margin: 40px auto;
    width: 100%; }
    .section-intro .s-wrapper .col-left {
      -ms-flex: 0 0 calc(47.5% - 16px);
      flex: 0 0 calc(47.5% - 16px);
      max-width: calc(47.5% - 16px); }
    .section-intro .s-wrapper .col-right {
      -ms-flex: 0 0 calc(52.5% - 16px);
      flex: 0 0 calc(52.5% - 16px);
      max-width: calc(52.5% - 16px); }
  .section-intro .box-card .action {
    text-align: left; }
  .section-intro .box-card h2 {
    font-size: 52px; }
  .section-intro .box-banner .mask-image {
    border-radius: 250px 250px 250px 0; } }

.section-products {
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--gradient-light-blue); }
  .section-products .s-heading {
    text-align: center; }
  .section-products .s-wrapper {
    position: relative;
    z-index: 2;
    padding: 50px 0; }
  .section-products .product-list {
    display: flex;
    flex-direction: column;
    gap: 30px 20px; }
    .section-products .product-list > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-products .box-card {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    background: #fff; }
    .section-products .box-card .box-thumb {
      overflow: hidden;
      position: relative;
      padding-bottom: 100%;
      border-radius: 30px; }
      .section-products .box-card .box-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .4s ease-out; }
        .section-products .box-card .box-thumb img.first {
          opacity: 1;
          visibility: visible; }
        .section-products .box-card .box-thumb img.second {
          opacity: 0;
          visibility: hidden; }
    .section-products .box-card .box-detail {
      display: flex;
      flex-direction: column;
      gap: 30px;
      align-items: center;
      padding: 30px 0; }
      .section-products .box-card .box-detail .title h3 {
        color: var(--gipps-navy);
        font-weight: 500;
        font-size: 24px;
        margin: 0;
        text-align: center; }
  @media (min-width: 768px) {
    .section-products {
      background-image: url(https://www.gippsnature.com.au/assets/images/light_blue_bg.png);
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      .section-products:before {
        content: '';
        z-index: 1;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        position: absolute;
        background-image: url(https://www.gippsnature.com.au/assets/images/product_intro_shield_bg.jpg);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%; }
      .section-products .product-list {
        flex-direction: row;
        justify-content: center; }
        .section-products .product-list > div {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; }
      .section-products .desc {
        width: 530px;
        margin: auto; } }
  @media (min-width: 992px) {
    .section-products .box-card .box-detail .title h3 {
      font-size: 32px;
      width: 220px;
      min-height: 76px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .section-products {
      margin: 0 40px;
      border-radius: 50px; }
      .section-products .s-wrapper {
        padding: 50px 0 160px; }
      .section-products .product-list > div {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%; }
      .section-products .box-card:hover .box-thumb img.second {
        opacity: 1;
        visibility: visible; }
      .section-products .box-card:hover .box-thumb img.first {
        opacity: 0;
        visibility: hidden; } }

.section-achievements {
  overflow: hidden;
  position: relative;
  background: var(--gradient-yellow);
  padding: 50px 0; }
  .section-achievements .s-heading {
    text-align: center; }
  .section-achievements .s-content {
    width: 80%;
    margin: 0 auto; }
  .section-achievements .achievements-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: center;
    margin-bottom: 20px; }
    .section-achievements .achievements-list .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-achievements .box {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    min-height: 110px;
    box-shadow: 10px 10px 30px #d8d7d666;
    font-size: 12px; }
    .section-achievements .box .box-thumb {
      width: 33%;
      position: relative;
      padding-right: 12px; }
      .section-achievements .box .box-thumb:after {
        content: "";
        width: 1px;
        height: 90%;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        background: #000;
        position: absolute; }
      .section-achievements .box .box-thumb .thumb {
        display: block;
        position: relative;
        padding-bottom: 100%; }
        .section-achievements .box .box-thumb .thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .section-achievements .box .box-text {
      text-align: left;
      width: 67%;
      padding-left: 12px; }
  .section-achievements .s-action {
    text-align: center; }
  @media (min-width: 568px) {
    .section-achievements .s-content {
      width: 100%; }
    .section-achievements .achievements-list .item {
      -ms-flex: 0 0 calc((100% - (30px*1)) / 2);
      flex: 0 0 calc((100% - (30px*1)) / 2);
      max-width: calc((100% - (30px*1)) / 2); } }
  @media (min-width: 768px) {
    .section-achievements .s-content {
      width: 80%; } }
  @media (min-width: 1024px) {
    .section-achievements .s-content {
      width: 1000px; }
    .section-achievements .box {
      font-size: 14px; }
    .section-achievements .achievements-list .item {
      -ms-flex: 0 0 calc((100% - (30px*2)) / 3);
      flex: 0 0 calc((100% - (30px*2)) / 3);
      max-width: calc((100% - (30px*2)) / 3); } }

/*-----------------------------------------------*/
/* PRODUCT */
/*-----------------------------------------------*/
.swal2-modal {
  font-size: 14px;
  padding: 24px;
  color: #111; }
  .swal2-modal .swal2-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    color: #333; }
  .swal2-modal .swal2-text {
    font-size: 14px; }
  .swal2-modal .swal2-actions {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin-top: 24px;
    width: 100%; }
    .swal2-modal .swal2-actions button {
      position: relative;
      padding: 12px 20px;
      margin: 0;
      line-height: normal;
      border: 1px solid transparent;
      border-radius: 4px;
      text-align: center;
      letter-spacing: 1px;
      z-index: 1;
      overflow: hidden;
      box-shadow: none;
      width: 100%;
      outline: none;
      -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .swal2-modal .swal2-actions button.swal2-cancel {
        border: 1px solid #ececec;
        background-color: #ececec;
        color: #111111; }
        .swal2-modal .swal2-actions button.swal2-cancel:focus {
          box-shadow: 0 0 0 3px rgba(236, 236, 236, 0.5); }
      .swal2-modal .swal2-actions button.swal2-confirm {
        border: 1px solid #e30019;
        background-color: #e30019;
        color: #fff; }
        .swal2-modal .swal2-actions button.swal2-confirm:focus {
          box-shadow: 0 0 0 3px rgba(227, 0, 25, 0.5); }
      .swal2-modal .swal2-actions button + button {
        margin-right: 8px; }
  .swal2-modal .swal2-html-container {
    margin: 24px 0 0; }
  .swal2-modal .swal2-icon {
    margin: 0 auto; }
    .swal2-modal .swal2-icon .swal2-icon-content {
      font-size: 2rem; }
    .swal2-modal .swal2-icon.swal2-success {
      border-color: var(--color-state-success);
      color: var(--color-state-success); }
    .swal2-modal .swal2-icon.swal2-error {
      border-color: var(--color-state-error);
      color: var(--color-state-error); }
    .swal2-modal .swal2-icon.swal2-warning {
      border-color: var(--color-state-warning);
      color: var(--color-state-warning); }
    .swal2-modal .swal2-icon.swal2-info {
      border-color: var(--color-state-info);
      color: var(--color-state-info); }
    .swal2-modal .swal2-icon.swal2-question {
      border-color: var(--color-state-question);
      color: var(--color-state-question); }

.swal2-popup {
  border-radius: 2px;
  color: var(--skin-text-color);
  font-size: 14px; }
  .swal2-popup .swal2-title {
    text-transform: uppercase;
    font-size: 16px; }
  .swal2-popup .swal2-icon.swal2-warning {
    border-color: #FF9800;
    color: #FF9800; }
  .swal2-popup .swal2-icon.swal2-error {
    border-color: #d92046;
    color: #d92046; }
    .swal2-popup .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      background-color: #d92046; }
  .swal2-popup .swal2-icon.swal2-success {
    color: #4caf50;
    border-color: #4caf50; }
    .swal2-popup .swal2-icon.swal2-success .swal2-success-ring {
      border-color: #4caf50; }
    .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-line] {
      background-color: #4caf50; }
  .swal2-popup .swal2-actions button {
    border-radius: 2px;
    box-shadow: none !important; }
    .swal2-popup .swal2-actions button.swal2-confirm {
      background-color: var(--skin-bgbtn-color);
      color: #fff;
      border: 1px solid var(--skin-bgbtn-color); }
    .swal2-popup .swal2-actions button.swal2-cancel {
      background-color: #fff;
      color: var(--skin-bgbtn-color);
      border: 1px solid var(--skin-bgbtn-color); }
  @media (min-width: 992px) {
    .swal2-popup .swal2-title {
      font-size: 20px; } }

/*----------------------------------------------*/
/* CUSTOMER TEMPLATE */
/*----------------------------------------------*/
.userbox {
  overflow-y: auto;
  background: #ffffff;
  width: 60%;
  padding: 40px;
  margin: auto; }
  .userbox .accounttype {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px; }
    .userbox .accounttype .link-action-acc {
      text-decoration: underline;
      font-size: 13px; }
    .userbox .accounttype h1, .userbox .accounttype h2 {
      font-size: 20px;
      margin: 0;
      text-transform: uppercase;
      line-height: 32px;
      font-weight: 600;
      padding-bottom: 15px;
      position: relative; }
      .userbox .accounttype h1:after, .userbox .accounttype h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--primary-color);
        height: 2px;
        width: 55px; }
  .userbox .accountdesc {
    margin-bottom: 30px;
    font-weight: 500; }
    .userbox .accountdesc em {
      display: block;
      margin-bottom: 4px; }
  .userbox .action-customer {
    display: flex;
    flex-wrap: wrap; }
    .userbox .action-customer .recover-pass, .userbox .action-customer .come-back {
      width: 100%; }
    .userbox .action-customer .resendcode {
      margin-right: 15px;
      background: #494949;
      border: 1px solid #494949; }
    .userbox .action-customer .btn-update {
      background: var(--primary-color);
      border: 1px solid var(--primary-color);
      color: #fff;
      width: 50%; }
  .userbox .errors ul li {
    background: #fdf3f5;
    border-left: .625rem solid #d91f46;
    font-size: .75rem;
    margin-bottom: 1.25rem;
    padding: 1.25rem .625rem; }
  .userbox .errors a {
    color: red; }
  .userbox .accounttype--line {
    overflow: hidden;
    text-align: center; }
    .userbox .accounttype--line h3 {
      text-align: center;
      font-weight: 300;
      margin: 30px 0;
      font-size: 18px;
      color: #a4a4a4;
      display: inline-block;
      position: relative;
      padding: 0 25px;
      z-index: 1; }
      .userbox .accounttype--line h3:before {
        display: inline-block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 1; }
      .userbox .accounttype--line h3:after {
        display: inline-block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 1; }
  @media (max-width: 767px) {
    .userbox {
      padding: 15px;
      width: 100%;
      margin: 0; } }

.input-group label[for*='radio'] {
  margin-bottom: 0;
  margin: 0 20px 0 4px;
  font-size: 12px; }

.input-group input[name="gender"] {
  margin-top: 0;
  vertical-align: top;
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: 0 !important; }
  .input-group input[name="gender"]:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%; }
  .input-group input[name="gender"]:checked:before {
    background: var(--primary-color);
    border-color: var(--primary-color); }
  .input-group input[name="gender"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #777777;
    cursor: pointer;
    border-radius: 50%; }
  .input-group input[name="gender"]:checked:after {
    border-color: var(--primary-color); }

.input-group input[type='date'], .input-group input[type='time'] {
  -webkit-appearance: none; }

.input-group input[name="birthday"]::-webkit-inner-spin-button {
  display: none; }

.input-group input[name="birthday"]::-webkit-calendar-picker-indicator {
  opacity: 0; }

.input-group input[name="birthday"] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8984 14.2188C10.8984 15.0803 11.5994 15.7812 12.4609 15.7812H14.2969C15.1584 15.7812 15.8594 15.0803 15.8594 14.2188V12.3828C15.8594 11.5213 15.1584 10.8203 14.2969 10.8203H12.4609C11.5994 10.8203 10.8984 11.5213 10.8984 12.3828V14.2188ZM12.4609 12.3828H14.2969L14.2979 14.2187C14.2979 14.2187 14.2976 14.2188 14.2969 14.2188H12.4609V12.3828Z' fill='%23707070'/%3E%3Cpath d='M15.0781 8.98438C15.5096 8.98438 15.8594 8.6346 15.8594 8.20312C15.8594 7.77165 15.5096 7.42188 15.0781 7.42188C14.6467 7.42188 14.2969 7.77165 14.2969 8.20312C14.2969 8.6346 14.6467 8.98438 15.0781 8.98438Z' fill='%23707070'/%3E%3Cpath d='M11.6797 8.98438C12.1112 8.98438 12.4609 8.6346 12.4609 8.20312C12.4609 7.77165 12.1112 7.42188 11.6797 7.42188C11.2482 7.42188 10.8984 7.77165 10.8984 8.20312C10.8984 8.6346 11.2482 8.98438 11.6797 8.98438Z' fill='%23707070'/%3E%3Cpath d='M19.2188 13.75C19.6502 13.75 20 13.4002 20 12.9688V4.6875C20 2.96438 18.5981 1.5625 16.875 1.5625H15.8594V0.78125C15.8594 0.349766 15.5096 0 15.0781 0C14.6466 0 14.2969 0.349766 14.2969 0.78125V1.5625H10.7422V0.78125C10.7422 0.349766 10.3924 0 9.96094 0C9.52945 0 9.17969 0.349766 9.17969 0.78125V1.5625H5.66406V0.78125C5.66406 0.349766 5.3143 0 4.88281 0C4.45133 0 4.10156 0.349766 4.10156 0.78125V1.5625H3.125C1.40188 1.5625 0 2.96438 0 4.6875V16.875C0 18.5981 1.40188 20 3.125 20H16.875C18.5981 20 20 18.5981 20 16.875C20 16.4435 19.6502 16.0938 19.2188 16.0938C18.7873 16.0938 18.4375 16.4435 18.4375 16.875C18.4375 17.7366 17.7366 18.4375 16.875 18.4375H3.125C2.26344 18.4375 1.5625 17.7366 1.5625 16.875V4.6875C1.5625 3.82594 2.26344 3.125 3.125 3.125H4.10156V3.90625C4.10156 4.33773 4.45133 4.6875 4.88281 4.6875C5.3143 4.6875 5.66406 4.33773 5.66406 3.90625V3.125H9.17969V3.90625C9.17969 4.33773 9.52945 4.6875 9.96094 4.6875C10.3924 4.6875 10.7422 4.33773 10.7422 3.90625V3.125H14.2969V3.90625C14.2969 4.33773 14.6466 4.6875 15.0781 4.6875C15.5096 4.6875 15.8594 4.33773 15.8594 3.90625V3.125H16.875C17.7366 3.125 18.4375 3.82594 18.4375 4.6875V12.9688C18.4375 13.4002 18.7873 13.75 19.2188 13.75Z' fill='%23707070'/%3E%3Cpath d='M4.88281 15.7812C5.31428 15.7812 5.66406 15.4315 5.66406 15C5.66406 14.5685 5.31428 14.2188 4.88281 14.2188C4.45134 14.2188 4.10156 14.5685 4.10156 15C4.10156 15.4315 4.45134 15.7812 4.88281 15.7812Z' fill='%23707070'/%3E%3Cpath d='M4.88281 8.98438C5.31428 8.98438 5.66406 8.6346 5.66406 8.20312C5.66406 7.77165 5.31428 7.42188 4.88281 7.42188C4.45134 7.42188 4.10156 7.77165 4.10156 8.20312C4.10156 8.6346 4.45134 8.98438 4.88281 8.98438Z' fill='%23707070'/%3E%3Cpath d='M4.88281 12.3828C5.31428 12.3828 5.66406 12.033 5.66406 11.6016C5.66406 11.1701 5.31428 10.8203 4.88281 10.8203C4.45134 10.8203 4.10156 11.1701 4.10156 11.6016C4.10156 12.033 4.45134 12.3828 4.88281 12.3828Z' fill='%23707070'/%3E%3Cpath d='M8.28125 12.3828C8.71272 12.3828 9.0625 12.033 9.0625 11.6016C9.0625 11.1701 8.71272 10.8203 8.28125 10.8203C7.84978 10.8203 7.5 11.1701 7.5 11.6016C7.5 12.033 7.84978 12.3828 8.28125 12.3828Z' fill='%23707070'/%3E%3Cpath d='M8.28125 8.98438C8.71272 8.98438 9.0625 8.6346 9.0625 8.20312C9.0625 7.77165 8.71272 7.42188 8.28125 7.42188C7.84978 7.42188 7.5 7.77165 7.5 8.20312C7.5 8.6346 7.84978 8.98438 8.28125 8.98438Z' fill='%23707070'/%3E%3Cpath d='M8.28125 15.7812C8.71272 15.7812 9.0625 15.4315 9.0625 15C9.0625 14.5685 8.71272 14.2188 8.28125 14.2188C7.84978 14.2188 7.5 14.5685 7.5 15C7.5 15.4315 7.84978 15.7812 8.28125 15.7812Z' fill='%23707070'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%; }

/* login ---- register -- reset */
.layout-form-account {
  padding: 40px 0; }
  .layout-form-account .wrapbox-form-account {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .layout-form-account .wrapbox-form-account .form-account-top {
      text-align: center; }
      .layout-form-account .wrapbox-form-account .form-account-top .account-logo h1 {
        font-size: 24px; }
      .layout-form-account .wrapbox-form-account .form-account-top .account-desc {
        font-size: 14px;
        margin: 20px 0; }
    .layout-form-account .wrapbox-form-account .form-account-bottom .account-type {
      max-width: 498px;
      margin: 0 auto 30px;
      display: flex;
      gap: 10px;
      text-align: center; }
      .layout-form-account .wrapbox-form-account .form-account-bottom .account-type > .nav-acc {
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center; }
        .layout-form-account .wrapbox-form-account .form-account-bottom .account-type > .nav-acc > a {
          padding: 10px;
          font-size: 14px;
          text-transform: uppercase;
          line-height: initial;
          border-bottom: 3px solid #d0d1d2;
          color: #71706c;
          width: 100%; }
        .layout-form-account .wrapbox-form-account .form-account-bottom .account-type > .nav-acc.active a {
          color: #27251f;
          border-bottom: 3px solid #27251f; }
        @media (min-width: 992px) {
          .layout-form-account .wrapbox-form-account .form-account-bottom .account-type > .nav-acc > a {
            font-size: 18px; } }
    .layout-form-account .wrapbox-form-account .form-account-bottom .userbox {
      max-width: 510px;
      margin: 0 auto;
      border: 1px solid #d0d1d2; }
    .layout-form-account .wrapbox-form-account .form-account-bottom .btn-social-login {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 16px; }
      .layout-form-account .wrapbox-form-account .form-account-bottom .btn-social-login button {
        gap: 20px;
        text-align: left;
        border: none;
        padding: 0 45px 0 45px;
        position: relative; }
        .layout-form-account .wrapbox-form-account .form-account-bottom .btn-social-login button svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 45px;
          height: 45px; }
        .layout-form-account .wrapbox-form-account .form-account-bottom .btn-social-login button:first-child {
          background: #ffcad4;
          color: #212529; }
        .layout-form-account .wrapbox-form-account .form-account-bottom .btn-social-login button:last-child {
          background: #1a77f2;
          color: #fff; }
    @media (min-width: 992px) {
      .layout-form-account .wrapbox-form-account {
        width: 60%; }
        .layout-form-account .wrapbox-form-account .form-account-top .account-logo h1 {
          font-size: 30px; }
        .layout-form-account .wrapbox-form-account .form-account-top .account-desc {
          font-size: 16px; } }

/* order ---- account -- address */
.layout-info-account {
  padding: 0 0 40px; }
  .layout-info-account .info-box-block {
    margin-top: 16px; }
    .layout-info-account .info-box-block .box-inner {
      padding: 0 16px;
      display: flex;
      flex-direction: column;
      border: 1px solid #d0d1d2;
      font-size: 12px; }
    .layout-info-account .info-box-block .box-heading {
      padding: 16px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #d0d1d2; }
      .layout-info-account .info-box-block .box-heading h2 {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0; }
        .layout-info-account .info-box-block .box-heading h2 span {
          display: inline-flex; }
        .layout-info-account .info-box-block .box-heading h2 span.icon {
          width: 14px;
          height: 14px;
          align-items: center;
          justify-content: center; }
        .layout-info-account .info-box-block .box-heading h2 span.icon svg {
          width: 14px;
          height: 14px; }
        .layout-info-account .info-box-block .box-heading h2 span.text {
          text-transform: uppercase; }
    .layout-info-account .info-box-block .box-body {
      padding: 16px 0; }
      .layout-info-account .info-box-block .box-body .list-line {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        flex-direction: column; }
        .layout-info-account .info-box-block .box-body .list-line .coll {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 8px; }
        .layout-info-account .info-box-block .box-body .list-line .l {
          color: #71706c;
          font-size: 12px; }
    @media (min-width: 992px) {
      .layout-info-account .info-box-block {
        margin-top: 30px; }
        .layout-info-account .info-box-block .box-inner {
          padding: 0 30px;
          font-size: 14px; }
        .layout-info-account .info-box-block .box-heading {
          padding: 30px 0; }
          .layout-info-account .info-box-block .box-heading h2 {
            font-size: 18px; }
            .layout-info-account .info-box-block .box-heading h2 span.icon {
              width: 22px;
              height: 22px; }
            .layout-info-account .info-box-block .box-heading h2 span.icon svg {
              width: 22px;
              height: 22px; }
        .layout-info-account .info-box-block .box-body {
          padding: 30px 0; }
          .layout-info-account .info-box-block .box-body .list-line {
            gap: 16px;
            flex-direction: row; }
            .layout-info-account .info-box-block .box-body .list-line .coll {
              width: calc(100%/2 - 8px);
              gap: 16px; } }
  .layout-info-account .list-wishlist {
    display: flex;
    gap: 10px; }
    .layout-info-account .list-wishlist .product-loop, .layout-info-account .list-wishlist .product-loading {
      -ms-flex: 0 0 calc(100%/4 - 7px);
      flex: 0 0 calc(100%/4 - 7px);
      max-width: calc(100%/4 - 7px); }
  .layout-info-account .list-addresses {
    display: flex;
    gap: 12px;
    flex-direction: column; }
    .layout-info-account .list-addresses .user-address {
      border: 1px solid #e8e8e9;
      border-radius: 4px;
      min-height: 94px;
      overflow: hidden;
      padding: 12px 38px 12px 15px;
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .layout-info-account .list-addresses .user-address .label {
        background-color: #e5f2fb;
        border-radius: 0 4px 0 8px;
        color: #1887db;
        font-size: 12px;
        font-weight: 600;
        padding: 2px 4px 2px 10px;
        position: absolute;
        right: 0;
        top: 0; }
      .layout-info-account .list-addresses .user-address .title {
        font-weight: 600; }
      .layout-info-account .list-addresses .user-address .tag span {
        background: #ffcad4; }
      .layout-info-account .list-addresses .user-address .action {
        align-items: center;
        display: inline-flex;
        background-color: #e8e8e9;
        border-radius: 4px 0 0 0;
        position: absolute;
        bottom: 0;
        right: 0; }
        .layout-info-account .list-addresses .user-address .action > a {
          cursor: pointer;
          align-items: center;
          display: flex;
          justify-content: center;
          width: 28px;
          height: 28px; }
          .layout-info-account .list-addresses .user-address .action > a svg {
            width: 15px;
            height: 15px; }
        .layout-info-account .list-addresses .user-address .action > a:nth-child(2) {
          border-left: 1px solid #d0d1d2;
          border-right: 1px solid #d0d1d2; }
  .layout-info-account .add-new {
    font-size: 12px;
    border: 1px dashed #e8e8e9;
    padding: 12px;
    justify-content: center;
    min-height: 84px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 12px; }
    .layout-info-account .add-new .btn-addnew {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%; }
    .layout-info-account .add-new svg {
      width: 30px;
      height: 30px; }
  @media (min-width: 992px) {
    .layout-info-account .wrapbox-info-account:not(.full) {
      width: 80%;
      margin: auto; } }

@media (min-width: 992px) {
  .layout-form-account {
    padding: 60px 0 100px; }
  .layout-info-account {
    padding: 0 0 60px; } }

/*----- Modal -----*/
.modal .modal-header {
  border-bottom: none;
  padding: 20px 42px;
  text-align: center;
  justify-content: center;
  position: relative; }
  .modal .modal-header h4 {
    margin: 0;
    width: 100%;
    color: var(--gipps-navy);
    font-size: 40px; }
  .modal .modal-header button {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    outline: none; }
    .modal .modal-header button svg {
      width: 20px;
      height: 20px; }

.modal.modal-notification .modal-body {
  padding: 0 22px 32px; }

.modal.modal-notification .modal-content {
  border-radius: 20px; }

@media (min-width: 992px) {
  .modal .modal-header h4 {
    font-size: 52px; }
  .modal.modal-notification .modal-dialog {
    max-width: 900px; }
  .modal.modal-notification .modal-header {
    padding: 32px 50px; }
  .modal.modal-notification .modal-body {
    padding: 0 42px 42px; }
  .modal.modal-notification .modal-content {
    border-radius: 30px; } }

@media (min-width: 1280px) {
  .modal.modal-notification .modal-dialog {
    max-width: 1200px; } }

/*----------------------------------------------*/
/* SEARCH TEMPLATE */
/*----------------------------------------------*/
.search-page .search-heading {
  margin: 40px 0; }
  .search-page .search-heading h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .search-page .search-heading {
      margin: 70px 0; }
      .search-page .search-heading h1 {
        font-size: 48px; } }

.search-page .search-content .count-results {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .search-page .search-content .count-results span {
    font-size: 12px; }
  .search-page .search-content .count-results span span {
    font-weight: bold; }

.search-page .search-content .results-more {
  padding: 10px 0 30px; }
  .search-page .search-content .results-more .btn-more {
    width: 200px; }

.search-page .search-content .expanded-message {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 500px; }
  .search-page .search-content .expanded-message h2 {
    font-size: 16px; }
  .search-page .search-content .expanded-message .icon {
    margin-bottom: 24px; }
  .search-page .search-content .expanded-message .search-field {
    margin-bottom: 20px; }
    .search-page .search-content .expanded-message .search-field form input {
      height: 40px;
      border: 1px solid #000;
      border-radius: 2px; }
    .search-page .search-content .expanded-message .search-field form #go {
      background: #000;
      color: #fff;
      width: 100px; }
    .search-page .search-content .expanded-message .search-field form .search_box {
      padding: 5px 10px;
      width: calc(100% - 110px); }
  .search-page .search-content .expanded-message .message-txt p {
    margin-bottom: 8px; }

@media (min-width: 960px) {
  .search-page .search-content .grid-products .product-loop {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; } }

@media (min-width: 992px) {
  .search-page .search-content .grid-products .product-loop {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .search-page .search-content .results-more {
    padding: 30px 0 60px; }
  .search-page .search-content .expanded-message {
    margin: 0 auto 100px; } }

/*----------------------------------------------*/
/* CART TEMPLATE */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* PAGE TEMPLATE */
/*----------------------------------------------*/
/*----- Store page -----*/
.store-layout iframe {
  border: none; }

.store-layout .listStore {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px; }
  .store-layout .listStore .leftColStore {
    display: flex;
    flex-direction: column; }

.store-layout .titleStorePage {
  font-size: 18px;
  margin: 15px 0;
  cursor: pointer;
  font-weight: normal; }

.store-layout .resultStoreBig .resultStore {
  width: 100%;
  background: #f5f5f5;
  max-height: 450px;
  overflow: hidden;
  padding-right: 4px;
  padding: 30px 4px 30px 0px; }
  .store-layout .resultStoreBig .resultStore a {
    color: #252a2b; }
  .store-layout .resultStoreBig .resultStore .innerResultStore {
    height: 335px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 20px;
    gap: 16px; }
    .store-layout .resultStoreBig .resultStore .innerResultStore::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .store-layout .resultStoreBig .resultStore .innerResultStore::-webkit-scrollbar-track {
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .store-layout .resultStoreBig .resultStore .innerResultStore::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(105, 105, 105, 0.8);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .store-layout .resultStoreBig .resultStore .innerResultStore::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(105, 105, 105, 0.4); }
  .store-layout .resultStoreBig .resultStore .itemStore {
    width: 100%; }
  .store-layout .resultStoreBig .resultStore .districtStore a {
    color: #252a2b;
    display: flex;
    gap: 5px; }
  .store-layout .resultStoreBig .resultStore .districtStore span {
    font-weight: bold;
    font-size: 16px; }
  .store-layout .resultStoreBig .resultStore .districtStore svg {
    margin-top: 5px; }
  .store-layout .resultStoreBig .resultStore .addressStore {
    font-size: 14px;
    margin: 0 0 0 20px; }
    .store-layout .resultStoreBig .resultStore .addressStore a {
      color: #252a2b; }
    .store-layout .resultStoreBig .resultStore .addressStore > a {
      color: #252a2b; }
    .store-layout .resultStoreBig .resultStore .addressStore > a > span {
      color: #252a2b;
      float: left;
      width: 100%;
      margin: 0 0 3px;
      cursor: pointer; }
    .store-layout .resultStoreBig .resultStore .addressStore .infoStatus p, .store-layout .resultStoreBig .resultStore .addressStore .infoTime p {
      margin: 0 0 3px; }
  .store-layout .resultStoreBig .resultStore .guideWay {
    text-decoration: underline;
    font-size: 12px; }
  .store-layout .resultStoreBig .resultStore .dateOpen {
    background: #d92046;
    color: white;
    font-size: 10px;
    padding: 2px 7px;
    margin: 2px 0 4px 20px;
    display: inline-block; }
  .store-layout .resultStoreBig .resultStore.heightAuto {
    height: auto; }

@media (min-width: 992px) {
  .store-layout .listStore {
    flex-direction: row; }
    .store-layout .listStore .leftColStore {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .store-layout .listStore .rightColStore {
      -ms-flex: 0 0 calc(66.666667% - 20px);
      flex: 0 0 calc(66.666667% - 20px);
      max-width: calc(66.666667% - 20px); } }
