/* ======================== */
/* ROOT VARIABLES */
/* ======================== */
:root {
  --skin-layout-title-font: "Roboto", "Arial", sans-serif;
  --skin-layout-text-font: "Roboto", "Arial", sans-serif;
  --skin-layout-heading-font: "Roboto", sans-serif;
  --skin-layout-bg-color: #ffffff;
  --skin-layout-text-color: #000000;
  --skin-layout-title-color: #016937;
  --skin-layout-color-brand: #006D31;
  --skin-layout-color-text-default: #1C1C1C;
  --skin-layout-color-text-sub2: #999EA8;
  --skin-layout-color-text-sub: #B1B7C3;
  --skin-layout-color-text-remove: #ea0202;
  --skin-layout-color-text-error: #ea0202;
  --skin-layout-btn-color-bg-primary: #006D31;
  --skin-layout-btn-color-text-primary: #fff;
  --skin-layout-btn-color-bg-secondary: #EF9B2C;
  --skin-layout-btn-color-text-secondary: #000000;
  --skin-layout-btn-border-radius: 19px;
  --skin-layout-input-color-bg: #fff;
  --skin-layout-input-color-text: #171722;
  --skin-layout-input-color-border: #B1B7C3;
  --skin-layout-border-color: #B1B7C3;
  --skin-layout-border-radius: 10px;
  --skin-layout-font-size-header: 20px;
  --skin-layout-font-size-heading: 14px;
  --skin-layout-font-size-text: 13px;
  --skin-layout-font-size-sub-text: 12px;
  --skin-space-unit: 16px;
  --skin-space-20: calc(var(--skin-space-unit)*1.25);
  --skin-space-24: calc(var(--skin-space-unit)*1.5);
  --skin-space-30: calc(var(--skin-space-unit)*1.875);
  --skin-space-36: calc(var(--skin-space-unit)*2.25);
  --skin-space-40: calc(var(--skin-space-unit)*2.5);
  --skin-space-50: calc(var(--skin-space-unit)*3.125);
  --skin-space-60: calc(var(--skin-space-unit)*3.75);
  --skin-space-72: calc(var(--skin-space-unit)*4.5);
  --skin-space-80: calc(var(--skin-space-unit)*5);
  --skin-space-100: calc(var(--skin-space-unit)*6.25);
  --skin-layout-notification-success-bg-color: #d4edda;
  --skin-layout-notification-success-text-color: #155724;
  --skin-layout-notification-success-border-color: #c3e6cb;
  --skin-layout-notification-error-bg-color: #f8d7da;
  --skin-layout-notification-error-text-color: #721c24;
  --skin-layout-notification-error-border-color: #f5c6cb;
  --skin-layout-notification-warning-bg-color: #fff3cd;
  --skin-layout-notification-warning-text-color: #856404;
  --skin-layout-notification-warning-border-color: #ffeeba;
  --skin-layout-notification-info-bg-color: #121F36;
  --skin-layout-notification-info-text-color: #ffffff;
  --skin-layout-notification-info-border-color: #bee5eb;
  --skin-layout-notification-neutral-bg-color: #FFFFFF;
  --skin-layout-notification-neutral-text-color: #383d41;
  --skin-layout-notification-neutral-border-color: #d6d8db;
  --skin-layout-notification-toast-bg-color: #333333;
  --skin-layout-notification-toast-text-color: #ffffff;
  --skin-layout-notification-toast-border-color: #434343;
  --spacing-small: 5px;
  --spacing: 10px;
  --row-gap: 10px;
  --col-gap: 10px; }

:root {
  --card-prloop-label-text1: #ffffff;
  --card-prloop-label-bg1: #0d457b;
  --card-prloop-label-text2: #ffffff;
  --card-prloop-label-bg2: #016937;
  --card-prloop-label-text3: #ffffff;
  --card-prloop-label-bg3: #e77970;
  --card-prloop-label-text4: #ffffff;
  --card-prloop-label-bg4: #2892d8; }

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

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative; }

body {
  background-color: #fff;
  color: var(--skin-layout-text-color);
  font-family: var(--skin-layout-text-font);
  font-size: 0.875rem;
  font-weight: 400; }

* {
  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-layout-title-color);
  font-family: var(--skin-layout-title-font);
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.3; }

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

/* 1.3 - Links  */
a {
  color: var(--skin-layout-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-layout-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 ul ul {
    list-style-type: circle; }
    .typeList-style ul ul ul {
      list-style-type: square; }
  .typeList-style ul li {
    margin: 5px 0; }

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

.content-style-list {
  line-height: 1.2; }
  .content-style-list h3 {
    font-size: 1.17em;
    margin: .83em 0;
    font-weight: bold; }
    .content-style-list h3:not(.product-loop--name) {
      font-size: 20px !important;
      margin: 0 !important; }
      .content-style-list h3:not(.product-loop--name) * {
        font-size: 20px !important;
        margin: 0 !important; }
  .content-style-list a[href]:not(.product-loop--link) {
    color: #007bff; }
    .content-style-list a[href]:not(.product-loop--link) * {
      color: #007bff; }
  .content-style-list th {
    font-weight: bold;
    text-align: center;
    vertical-align: inherit; }
  .content-style-list caption {
    text-align: center; }
  .content-style-list h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bold; }
  .content-style-list h2 {
    font-size: 1.5em;
    margin: .75em 0;
    font-weight: bold; }
  .content-style-list h4 {
    margin: 1.12em 0;
    font-weight: bold; }
  .content-style-list p {
    margin: 1.12em 0; }
  .content-style-list blockquote {
    margin: 1.12em 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px; }
  .content-style-list ul {
    margin: 1.12em 0;
    margin-left: 40px;
    list-style-type: disc; }
    .content-style-list ul ol {
      margin-top: 0;
      margin-bottom: 0; }
    .content-style-list ul ul {
      margin-top: 0;
      margin-bottom: 0; }
  .content-style-list fieldset {
    margin: 1.12em 0; }
  .content-style-list form {
    margin: 1.12em 0; }
  .content-style-list ol {
    margin: 1.12em 0;
    margin-left: 40px;
    list-style-type: decimal; }
    .content-style-list ol ul {
      margin-top: 0;
      margin-bottom: 0; }
    .content-style-list ol ol {
      margin-top: 0;
      margin-bottom: 0; }
  .content-style-list dl {
    margin: 1.12em 0; }
  .content-style-list dir {
    margin: 1.12em 0;
    margin-left: 40px; }
  .content-style-list menu {
    margin: 1.12em 0;
    margin-left: 40px; }
  .content-style-list h5 {
    font-size: .83em;
    margin: 1.5em 0;
    font-weight: bold; }
  .content-style-list h6 {
    font-size: .75em;
    margin: 1.67em 0;
    font-weight: bold; }
  .content-style-list b {
    font-weight: bold; }
  .content-style-list strong {
    font-weight: bold; }
  .content-style-list i {
    font-style: italic; }
  .content-style-list cite {
    font-style: italic; }
  .content-style-list em {
    font-style: italic; }
  .content-style-list var {
    font-style: italic; }
  .content-style-list address {
    font-style: italic; }
  .content-style-list pre {
    font-family: monospace;
    white-space: pre; }
  .content-style-list tt {
    font-family: monospace; }
  .content-style-list code {
    font-family: monospace; }
  .content-style-list kbd {
    font-family: monospace; }
  .content-style-list samp {
    font-family: monospace; }
  .content-style-list big {
    font-size: 1.17em; }
  .content-style-list small {
    font-size: .83em; }
  .content-style-list sub {
    font-size: .83em;
    vertical-align: sub; }
  .content-style-list sup {
    font-size: .83em;
    vertical-align: super; }
  .content-style-list table {
    border-spacing: 2px; }
  .content-style-list thead {
    vertical-align: middle; }
  .content-style-list tbody {
    vertical-align: middle; }
  .content-style-list tfoot {
    vertical-align: middle; }
  .content-style-list td {
    vertical-align: inherit; }
  .content-style-list tr {
    vertical-align: inherit; }
  .content-style-list s {
    text-decoration: line-through; }
  .content-style-list strike {
    text-decoration: line-through; }
  .content-style-list del {
    text-decoration: line-through; }
  .content-style-list hr {
    border: 1px inset; }
  .content-style-list dd {
    margin-left: 40px; }
  .content-style-list figure {
    margin: 1em 40px; }

/* 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 {
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--skin-layout-input-color-text);
  background: var(--skin-layout-input-color-bg);
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px !important;
  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: #949494;
    opacity: 1; }
  .form-control::placeholder {
    color: #949494;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-control.warming {
  border-bottom: 1px solid red; }

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

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

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #27251f; }
  .form-group select.form-control:focus::-ms-value {
    color: #27251f;
    background-color: #fff; }
  .form-group select.form-control[size] {
    height: auto; }
  .form-group select.form-control[multiple] {
    height: auto; }
  .form-group select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center; }
  .form-group textarea.form-control {
    height: auto; }
  .form-group 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 .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;
    font-size: .625rem;
    height: 1rem;
    left: 1.25rem;
    margin: .375rem 0;
    position: absolute;
    z-index: 5;
    display: none; }
  .form-group.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0; }
  .form-group.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0; }
  .form-group.input-group > .custom-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0; }
  .form-group.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    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-1);
    border-color: var(--skin-primary-color-1); }
  .form-group.check-group input[name="gender"]:checked:after {
    border-color: var(--skin-primary-color-1); }
  .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%; }

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

.password-mask.hide .icon-eye-hide {
  display: none; }

.password-mask.hide .icon--eye-show {
  display: none; }

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

@media (min-width: 992px) {
  .form-control {
    font-size: 14px; } }

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

/* 1.7 - Button */
.btn-link {
  color: var(--skin-layout-color-brand);
  display: inline-flex;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  padding: 0;
  outline: none !important;
  border: none;
  background: none;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .btn-link:hover {
    color: var(--skin-layout-color-brand); }

.btn-link.has-svg {
  gap: 8px;
  align-items: center; }
  .btn-link.has-svg svg {
    position: relative;
    z-index: 2; }

.btn {
  height: 40px;
  color: var(--skin-layout-btn-color-text-primary);
  border: 1px solid var(--skin-layout-btn-color-bg-primary);
  background: var(--skin-layout-btn-color-bg-primary);
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .625rem 1.25rem;
  transition: all .4s; }
  .btn:hover {
    color: var(--skin-layout-btn-color-text-primary);
    border: 1px solid var(--skin-layout-btn-color-bg-primary);
    background: var(--skin-layout-btn-color-bg-primary); }

.btn.has-svg {
  gap: 8px; }
  .btn.has-svg svg {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 2; }

.btn.btn-second {
  border: 1px solid var(--skin-layout-btn-color-bg-secondary);
  color: var(--skin-layout-btn-color-text-secondary);
  background: var(--skin-layout-btn-color-bg-secondary); }
  .btn.btn-second:hover {
    border: 1px solid var(--skin-layout-btn-color-bg-secondary);
    color: #d91f46; }

.btn.btn-third {
  border: 1px solid #D1D5DB;
  color: var(--skin-layout-text-color);
  background: #D1D5DB;
  letter-spacing: -0.1px; }

.btn.outline-1 {
  border: 1px solid #000;
  color: #000;
  background: transparent; }
  .btn.outline-1:hover {
    color: #d91f46;
    background: #000; }

.btn.outline-2 {
  border: 1px solid #000000;
  color: #000000;
  background: transparent; }
  .btn.outline-2:hover {
    color: #d91f46;
    background: #000000; }

.btn.btn-icon {
  padding: 0;
  width: 26px;
  height: 26px; }

.btn.btn-full {
  width: 100%;
  display: flex; }

@media (min-width: 768px) {
  .btn-link, .btn {
    font-size: 16px; } }

/* 1.8 - Swiper */
.swiper-pagination {
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  bottom: unset;
  gap: 8px;
  margin-top: 24px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #EEF2F6;
    position: relative;
    border-radius: 86px;
    margin: 0 !important;
    opacity: 1 !important;
    transition: all 0.4s; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #3CB049;
    width: 28px; }

.swiper-style {
  position: relative; }
  .swiper-style .swiper.swiper-navigation-disabled .swiper-button-prev {
    display: none !important; }
  .swiper-style .swiper.swiper-navigation-disabled .swiper-button-next {
    display: none !important; }
  .swiper-style .swiper-button {
    color: var(--skin-layout-text-color);
    width: 24px;
    height: 24px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    position: absolute;
    cursor: pointer;
    border-radius: 100%; }
    .swiper-style .swiper-button svg {
      width: 100%;
      height: 100%; }
    .swiper-style .swiper-button:after {
      content: none; }
  .swiper-style .swiper-button.swiper-prev {
    left: -12px; }
    .swiper-style .swiper-button.swiper-prev svg {
      transform: rotate(180deg); }
  .swiper-style .swiper-button.swiper-next {
    right: -12px; }
  .swiper-style .swiper-button.swiper-button-disabled {
    opacity: 0; }
  .swiper-style .swiper-scrollbar {
    position: relative;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 6; }
    .swiper-style .swiper-scrollbar .swiper-scrollbar-drag {
      background: #2D2A2C;
      border-radius: 0; }
  .swiper-style.swiper-banner .swiper-button {
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: rgba(106, 106, 106, 0.2);
    transition: all 0.4s; }
    .swiper-style.swiper-banner .swiper-button.swiper-button-disabled {
      opacity: 1; }
    .swiper-style.swiper-banner .swiper-button svg {
      width: 12px;
      height: 21px; }
  .swiper-style.swiper-banner .swiper-button.swiper-prev {
    left: 0; }
  .swiper-style.swiper-banner .swiper-button.swiper-next {
    right: 0; }

@media (min-width: 992px) {
  .swiper-style.swiper-loop .swiper-button {
    top: 30%;
    transform: translateY(-30%); }
  .swiper-style.swiper-loop .swiper-button.swiper-prev {
    left: -12px; }
  .swiper-style.swiper-loop .swiper-button.swiper-next {
    right: -12px; }
  .swiper-style.swiper-banner .swiper-button {
    background: rgba(106, 106, 106, 0); }
  .swiper-style.swiper-banner .swiper-button:hover {
    background: rgba(106, 106, 106, 0.2); } }

@media (max-width: 991px) {
  .swiper-loop .swiper-button {
    top: unset;
    transform: none;
    position: relative; }
  .swiper-loop .swiper-button.swiper-prev {
    left: unset; }
  .swiper-loop .swiper-button.swiper-next {
    right: unset; }
  .swiper-loop .swiper-navcontrol {
    display: flex;
    gap: 8px; } }

/* 1.9 - Layout */
.mainBody-theme-container {
  max-width: 1920px;
  margin: auto; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.container {
  padding-left: 8px;
  padding-right: 8px; }

.container-fluid {
  padding-left: 8px;
  padding-right: 8px; }

@media screen and (min-width: 992px) {
  .container.w-8 {
    padding-left: 140px;
    padding-right: 140px; }
  .container.w-5 {
    max-width: 60%; }
  .container.w-6 {
    padding-left: 220px;
    padding-right: 220px; } }

@media screen and (min-width: 1024px) {
  .container {
    max-width: 100%; } }

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

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px; } }

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px; } }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px; } }

@media screen and (min-width: 1800px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px; }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

/* 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%); } }

@keyframes ShoppingBagModal-fadeIn {
  0% {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: auto; } }

@keyframes ShoppingBagModal-fadeOut {
  0% {
    opacity: 1;
    height: auto; }
  to {
    opacity: 0;
    height: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

/* 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 */
/*-----------------------------------------------*/
/* - 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 {
    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 {
    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;
    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: transparent;
    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: calc(1/1 * 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: transparent;
    -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; }

.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%; }

@media (min-width: 768px) {
  .cate-loading .loading-mask .loading-mask--icon {
    width: 110px; } }

/* - Breadcrumb  - Pagination  */
.breadcrumb-wrapper {
  background: transparent;
  padding: 0 0px; }
  .breadcrumb-wrapper .breadcrumb-list {
    overflow: hidden; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
    font-size: 16px;
    padding: 16px;
    background: #F6F6F8;
    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: #0B0C28; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li a {
    color: #666666;
    text-decoration: underline; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
    content: "";
    margin: auto 5px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 1px;
    height: 12px;
    background-color: #666666;
    transform: rotate(35deg); }
  @media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      padding: 10px;
      font-size: 12px;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: scroll; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
      display: none; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      -ms-overflow-style: none;
      scrollbar-width: none; } }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  padding: 32px 0 0; }
  .pagination-wrapper .page-node {
    background: transparent;
    color: #231F20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.78px;
    width: 45px;
    padding: 4px;
    border-radius: 20px;
    background: #F3F4F6; }
    .pagination-wrapper .page-node.next, .pagination-wrapper .page-node.prev {
      position: relative;
      width: 32px;
      height: 32px;
      padding: 0;
      background: none;
      transition: border-color 100ms linear; }
      .pagination-wrapper .page-node.next svg, .pagination-wrapper .page-node.prev svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 100ms linear; }
    .pagination-wrapper .page-node.current {
      border: 1px solid var(--skin-layout-color-brand);
      background: var(--skin-layout-color-brand);
      color: #fff; }
    .pagination-wrapper .page-node:not(.current):hover {
      text-decoration: underline;
      text-underline-offset: .15rem; }
  @media (min-width: 992px) {
    .pagination-wrapper {
      padding: 64px 0 0; } }

/*-----------------------------------------------*/
/* MODAL */
/*-----------------------------------------------*/
.modal {
  background: rgba(0, 1, 2, 0.35); }
  .modal .modal-content {
    border-radius: 0;
    padding: 0; }
    .modal .modal-content .modal-header {
      border-radius: 0;
      border-bottom: 1px solid #E5E7EB;
      padding: 12px 24px;
      align-items: center;
      position: relative; }
      .modal .modal-content .modal-header h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 500; }
      .modal .modal-content .modal-header .close {
        opacity: 1;
        outline: none;
        padding: 0;
        margin: auto;
        color: #2D2A2C;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }
        .modal .modal-content .modal-header .close svg {
          width: 16px;
          height: 16px; }
    .modal .modal-content .modal-body {
      padding: 20px 0; }
    .modal .modal-content .modal-footer {
      padding: 0 0 20px;
      gap: 20px;
      border-top: none; }
      .modal .modal-content .modal-footer button {
        margin: 0; }

.modal.modal-sizechart .modal-body {
  padding: 12px 24px; }

.modal.modal-sizechart .modal-inner {
  margin-bottom: 20px; }

.modal.modal-sizechart .line-sizechart p {
  margin-bottom: 0px; }

.modal.modal-sizechart .line-content.empty p {
  margin-bottom: 0; }

.modal.modal-success .modal-content {
  max-width: 500px;
  margin: auto; }

.modal.modal-success .modal-header {
  border-bottom: none;
  padding: 0; }
  .modal.modal-success .modal-header h4 {
    font-size: 0; }
  .modal.modal-success .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 2; }

.modal.modal-success .modal-body {
  padding: 24px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px; }
  .modal.modal-success .modal-body h4 {
    font-size: 24px; }

.modal.modal-coupon .tab-coupons .tab-item {
  display: none; }

.modal.modal-coupon .tab-coupons .tab-item.active {
  display: block; }

.modal.modal-coupon .box-coupon {
  display: flex;
  flex-direction: column; }
  .modal.modal-coupon .box-coupon > div {
    width: 100%;
    padding: 10px 0; }
  .modal.modal-coupon .box-coupon .box-code {
    display: flex;
    align-items: center; }
    .modal.modal-coupon .box-coupon .box-code span:first-child {
      width: 30%; }
    .modal.modal-coupon .box-coupon .box-code span:last-child {
      width: 70%; }
  .modal.modal-coupon .box-coupon .box-expire {
    background: #fafafa;
    display: flex;
    align-items: center; }
    .modal.modal-coupon .box-coupon .box-expire span:first-child {
      width: 30%; }
    .modal.modal-coupon .box-coupon .box-expire span:last-child {
      width: 70%; }
  .modal.modal-coupon .box-coupon .box-detail ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    list-style: disc;
    list-style-position: outside;
    padding-left: 10px; }
  .modal.modal-coupon .box-coupon .box-action {
    padding: 10px 0 0 0; }
    .modal.modal-coupon .box-coupon .box-action .btn-copy {
      color: #fff;
      display: flex;
      padding: 2px 14px 2px 14px;
      justify-content: center;
      align-items: center;
      height: 28px;
      width: 100%;
      border-radius: 30px;
      background: var(--skin-layout-color-brand);
      border: 1px solid var(--skin-layout-color-brand); }

.modal.modal-coupon .modal-content {
  border-radius: 22px; }

.modal.modal-coupon .modal-header {
  justify-content: center;
  padding: 10px 40px;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background: var(--skin-layout-color-brand); }
  .modal.modal-coupon .modal-header h4 {
    color: #fff;
    font-size: 18px;
    margin: 0; }
  .modal.modal-coupon .modal-header button {
    color: #fff; }

.modal.modal-coupon .modal-body {
  padding: 0 24px 20px; }

.modal-backdrop.show {
  opacity: 0 !important; }

.swal2-modal {
  font-size: 14px;
  padding: 24px;
  color: #111; }
  .swal2-modal .swal2-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 12px;
    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 + button {
        margin-right: 8px; }
    .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-html-container {
    margin: 6px 0 8px; }
  .swal2-modal .swal2-icon {
    margin: 0 auto;
    font-size: 12px; }
    .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-layout-text-color);
  font-size: 14px; }
  .swal2-popup .swal2-title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0; }
  .swal2-popup .swal2-icon {
    font-size: 12px; }
  .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: 544px) {
  .modal .modal-dialog {
    max-width: 730px; }
  .modal .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal .modal-content .modal-header h4 {
    font-size: 22px; }
  .modal.modal-success .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px; }
  .modal.modal-coupon .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px; }
  .swal2-popup .swal2-title {
    font-size: 20px; } }

@media (min-width: 1025px) {
  .modal .modal-lg {
    max-width: 800px; }
  .modal .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal .modal-xl {
    max-width: 1140px; } }

/*-----------------------------------------------*/
/* HEADER */
/*-----------------------------------------------*/
.main-header--search .wpo-search {
  display: flex;
  align-items: center;
  border: 0.5px solid #666666;
  border-radius: 8px;
  gap: 24px; }

.main-header--search .wpo-search-grcate {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center; }
  .main-header--search .wpo-search-grcate:after {
    content: "";
    position: relative;
    width: 1px;
    height: 14px;
    background: #666666;
    display: inline-block; }
  .main-header--search .wpo-search-grcate > button {
    padding: 0 0 0 14px;
    background: none;
    border: none;
    color: #666666;
    display: flex;
    gap: 24px;
    align-items: center;
    outline: none;
    height: 40px;
    white-space: nowrap;
    width: 115px;
    position: relative; }
    .main-header--search .wpo-search-grcate > button span.caret {
      transition: all 0.4s;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .main-header--search .wpo-search-grcate > button span.text {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      padding-right: 15px; }
    .main-header--search .wpo-search-grcate > button.is-active span.caret {
      transform: rotate(180deg); }
  .main-header--search .wpo-search-grcate > div {
    padding: 14px;
    left: -1px !important;
    top: 100%;
    max-height: 290px;
    overflow: auto;
    width: 120px;
    border: 0.5px solid #666666;
    border-radius: 8px;
    background: #fff;
    margin-top: 2px;
    z-index: 9;
    font-size: 14px; }
    .main-header--search .wpo-search-grcate > div ul {
      display: flex;
      flex-direction: column;
      gap: 5px; }
    .main-header--search .wpo-search-grcate > div li button {
      background: transparent;
      color: #292D44;
      border: none;
      display: flex;
      outline: none;
      padding: 0;
      width: 100%;
      text-align: left; }
    .main-header--search .wpo-search-grcate > div li:hover {
      background: rgba(60, 176, 7, 0.3); }
      .main-header--search .wpo-search-grcate > div li:hover button {
        color: #006D31; }

.main-header--search .wpo-search-inner {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-right: 14px;
  width: 100%;
  overflow: hidden; }
  .main-header--search .wpo-search-inner input {
    border: none;
    color: #000;
    background: none;
    outline: none;
    min-width: 168px;
    height: 40px;
    width: calc(100% - 40px); }
    .main-header--search .wpo-search-inner input::placeholder {
      color: #D2D2D2; }
  .main-header--search .wpo-search-inner button {
    padding: 0;
    border: none;
    background: none;
    outline: none;
    height: 40px; }

.main-header--search .search-box {
  position: relative; }
  .main-header--search .search-box .smart-search-wrapper {
    left: 0px;
    top: 100%;
    width: 100%;
    padding-top: 2px;
    position: absolute;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    pointer-events: none; }
    .main-header--search .search-box .smart-search-wrapper.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto; }
    .main-header--search .search-box .smart-search-wrapper .dataEmpty {
      text-align: center;
      padding: 20px 0; }
    .main-header--search .search-box .smart-search-wrapper .dataMore {
      width: 100%;
      text-align: center;
      padding: 12px 0 0; }
    .main-header--search .search-box .smart-search-wrapper .item-ult {
      padding: 12px 0;
      border-bottom: 1px dotted #666666;
      width: 100%;
      display: flex; }
      .main-header--search .search-box .smart-search-wrapper .item-ult .thumbs {
        width: 60px;
        display: inline-block; }
        .main-header--search .search-box .smart-search-wrapper .item-ult .thumbs a {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding-bottom: 120%;
          position: relative;
          overflow: hidden; }
          .main-header--search .search-box .smart-search-wrapper .item-ult .thumbs a img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .main-header--search .search-box .smart-search-wrapper .item-ult .info {
        width: calc(100% - 60px);
        padding-left: 12px;
        position: relative; }
        .main-header--search .search-box .smart-search-wrapper .item-ult .info .title a {
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
          margin: 0 0 6px;
          font-weight: 600;
          text-decoration: none; }
        .main-header--search .search-box .smart-search-wrapper .item-ult .info .title p {
          font-size: 12px;
          font-weight: 500;
          margin: 0; }
        .main-header--search .search-box .smart-search-wrapper .item-ult .info .title del {
          font-size: 11px;
          font-weight: 400;
          margin-left: 7px;
          color: #797979; }
    .main-header--search .search-box .smart-search-wrapper .list {
      max-height: 520px;
      overflow-y: auto;
      padding-right: 4px; }
      .main-header--search .search-box .smart-search-wrapper .list::-webkit-scrollbar {
        width: 1px;
        height: 1px; }
      .main-header--search .search-box .smart-search-wrapper .list::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #E7E7E7; }
      .main-header--search .search-box .smart-search-wrapper .list::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 6px #666666; }
        .main-header--search .search-box .smart-search-wrapper .list::-webkit-scrollbar-thumb:window-inactive {
          background: #666666; }
  .main-header--search .search-box .smart-search--inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 14px;
    border-radius: 8px;
    border: 0.5px solid #666666;
    background: #fff; }
  .main-header--search .search-box .smart-search--suggest {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .main-header--search .search-box .smart-search--suggest .title {
      color: #292D44; }
    .main-header--search .search-box .smart-search--suggest .list {
      display: flex;
      flex-wrap: wrap;
      gap: 14px; }
      .main-header--search .search-box .smart-search--suggest .list .item a {
        background: #F2F4F5;
        padding: 3px 9px;
        font-size: 12px;
        display: inline-flex;
        border-radius: 16px;
        color: #292D44; }
        .main-header--search .search-box .smart-search--suggest .list .item a:hover {
          background: rgba(60, 176, 7, 0.3);
          color: #006D31; }
  .main-header--search .search-box.is-show .wpo-search {
    border-color: #006B31; }

.mega-menu {
  display: flex;
  justify-content: space-between; }
  .mega-menu .ic-collection:before {
    content: '';
    background: var(--icon-menu) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 71px;
    display: block;
    margin: auto; }
  .mega-menu .icon-item {
    text-align: center;
    font-size: 25px; }
  .mega-menu .mega-width:hover {
    color: #7fc138; }
  .mega-menu .mega-item {
    margin: 0; }
    .mega-menu .mega-item > ul {
      padding: 0 15px; }
    .mega-menu .mega-item .mega-item-title {
      padding: 8px 0;
      border-bottom: 2px solid transparent;
      position: relative;
      text-align: center;
      font-size: 14px;
      color: #006D31;
      display: flex;
      justify-content: center;
      gap: 4px;
      align-items: center; }
      .mega-menu .mega-item .mega-item-title:before {
        position: absolute;
        width: 0%;
        height: 2px;
        content: "";
        bottom: -2px;
        left: 0;
        background: #036A37;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
    .mega-menu .mega-item:hover h3:before {
      width: 100%; }
    .mega-menu .mega-item li {
      border: 0 !important;
      padding: 0;
      margin-bottom: 8px; }
      .mega-menu .mega-item li a {
        padding: 0 !important;
        font-size: 13px; }
  .mega-menu .mega-item.mega-width a {
    padding: 0;
    display: block; }
    .mega-menu .mega-item.mega-width a:hover {
      color: #036A37; }
  .mega-menu .mega-item.has-sub {
    position: relative; }
    .mega-menu .mega-item.has-sub ul {
      text-align: left;
      position: absolute;
      min-width: 200px;
      background: #fff;
      top: 100%;
      margin: 0 auto;
      visibility: hidden;
      opacity: 0;
      width: 100%;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
      .mega-menu .mega-item.has-sub ul li {
        position: relative;
        padding: 5px 0; }
        .mega-menu .mega-item.has-sub ul li a {
          display: block;
          padding: 5px 25px 5px 25px; }
        .mega-menu .mega-item.has-sub ul li > a {
          display: block; }
        .mega-menu .mega-item.has-sub ul li ul {
          display: none;
          position: absolute;
          position: absolute;
          top: 0%;
          left: 100%; }
          .mega-menu .mega-item.has-sub ul li ul li ul {
            display: none;
            position: absolute; }
          .mega-menu .mega-item.has-sub ul li ul li:hover ul {
            display: block;
            visibility: visible; }
        .mega-menu .mega-item.has-sub ul li:hover ul {
          display: block; }
          .mega-menu .mega-item.has-sub ul li:hover ul li ul {
            display: none; }
    .mega-menu .mega-item.has-sub:hover ul {
      visibility: inherit;
      opacity: 1;
      animation: fadeIn 0.6s ease 0s 1 normal both running; }
      .mega-menu .mega-item.has-sub:hover ul li {
        visibility: visible;
        opacity: 1;
        animation: fadeIn 0.6s ease 0s 1 normal both running; }

.main-header {
  background: #fff; }
  .main-header .main-header--wrapper {
    display: flex;
    flex-direction: column; }
  .main-header .main-header--logo {
    max-width: 83px;
    text-align: center; }
    .main-header .main-header--logo a {
      display: block;
      margin: auto;
      padding-bottom: calc(56/118 * 100%);
      position: relative; }
      .main-header .main-header--logo a img {
        aspect-ratio: 118/56;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        width: 80%;
        height: 80%;
        object-fit: contain; }
  .main-header .main-header--action {
    display: flex;
    align-items: center;
    position: relative; }
    .main-header .main-header--action .main-header--action-list {
      display: flex;
      align-items: center;
      gap: 16px; }
    .main-header .main-header--action .main-header--icon > a {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .main-header .main-header--action .main-header--icon > a svg {
        width: auto;
        height: auto; }
      .main-header .main-header--action .main-header--icon > a san {
        display: inline-block; }
    .main-header .main-header--action .main-header--icon span.count {
      display: inline-flex;
      width: 16px;
      height: 16px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      background: var(--skin-layout-color-brand);
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 9px;
      color: #fff; }
    .main-header .main-header--action .main-header--icon.h-cart > a {
      position: relative; }
    .main-header .main-header--action .main-header--icon.h-wishlist > a {
      position: relative;
      color: #666666; }
      .main-header .main-header--action .main-header--icon.h-wishlist > a.has-wishlist {
        color: #e2264d; }
        .main-header .main-header--action .main-header--icon.h-wishlist > a.has-wishlist svg path {
          fill: #e2264d; }
  .main-header .main-header--cate {
    padding: 16px 0; }
    .main-header .main-header--cate .item {
      width: calc((100% - (10px*8))/9); }
    .main-header .main-header--cate .box a {
      display: flex;
      flex-direction: column;
      gap: 8px;
      text-align: center; }
      .main-header .main-header--cate .box a span.icon {
        width: 80px;
        height: auto;
        margin: auto; }
      .main-header .main-header--cate .box a span.text {
        color: #006D31; }
  .main-header .main-header--top {
    padding: 8px 0; }
    .main-header .main-header--top .main-header--inner {
      display: flex;
      gap: 12px 16px;
      flex-wrap: wrap; }
      .main-header .main-header--top .main-header--inner .main-header--right {
        -ms-flex: 0 0 calc((100% - 16px)/2);
        flex: 0 0 calc((100% - 16px)/2);
        max-width: calc((100% - 16px)/2);
        order: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 40px;
        align-items: center; }
      .main-header .main-header--top .main-header--inner .main-header--left {
        -ms-flex: 0 0 calc((100% - 16px)/2);
        flex: 0 0 calc((100% - 16px)/2);
        max-width: calc((100% - 16px)/2);
        order: 1; }
      .main-header .main-header--top .main-header--inner .main-header--mid {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2; }
  .main-header .main-header--bottom {
    display: none;
    position: relative;
    z-index: 5; }
  .main-header .main-header--top,
  .main-header .main-header--bottom {
    transition: all 0.3s ease; }
  .main-header .main-header--bottom {
    transition: opacity .3s ease, max-height .3s ease, visibility .3s ease; }
  .main-header.hSticky .main-header--wrapper {
    visibility: hidden;
    opacity: 0; }
  .main-header.hSticky.hSticky-nav .main-header--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 16;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .main-header.hSticky.hSticky-nav.hSticky-up .main-header--wrapper {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1; }
  .main-header.hSticky.hSticky-nav.hSticky-up .main-header--top {
    opacity: 1;
    visibility: visible;
    max-height: var(--height-header-top); }
  .main-header.hSticky.hSticky-nav.hSticky-up .main-header--bottom {
    opacity: 0;
    visibility: hidden;
    max-height: 0; }
  .main-header.hSticky.hSticky-nav.hSticky-up.hSticky-up-2 .main-header--bottom {
    opacity: 1;
    visibility: visible;
    max-height: var(--height-header-bottom); }

@media (min-width: 568px) {
  .main-header .main-header--action .main-header--icon > a {
    width: 30px;
    height: 30px; }
  .main-header .main-header--action .main-header--icon.h-search {
    display: block; } }

@media (min-width: 992px) {
  .main-header .main-header--logo {
    max-width: 118px; }
  .main-header .main-header--action .main-header--icon > a {
    width: 40px;
    height: 40px; }
  .main-header .main-header--action .main-header--icon.h-search {
    display: none; }
  .main-header .main-header--top {
    padding: 12px 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.07); }
    .main-header .main-header--top .main-header--inner {
      gap: 30px;
      flex-wrap: nowrap; }
      .main-header .main-header--top .main-header--inner .main-header--right {
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px; }
      .main-header .main-header--top .main-header--inner .main-header--left {
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px; }
      .main-header .main-header--top .main-header--inner .main-header--mid {
        -ms-flex: 0 0 calc(100% - 380px);
        flex: 0 0 calc(100% - 380px);
        max-width: calc(100% - 380px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        order: 1; }
  .main-header .main-header--search {
    max-width: 400px; }
  .main-header .main-header--bottom {
    display: block; } }

@media (min-width: 1024px) {
  .main-header .main-header--action .main-header--action-list {
    gap: 0 20px; }
  .main-header .main-header--action .main-header--icon > a {
    width: 40px;
    height: 40px; }
  .main-header .main-header--action .main-header--icon.h-menumobile {
    display: none; } }

/*-----------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------*/
.main-footer a:hover {
  text-decoration: underline; }

.main-footer .main-footer--flex {
  display: flex;
  flex-direction: row;
  gap: 30px 16px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid #14B25F; }
  .main-footer .main-footer--flex .widget-footer {
    -ms-flex: 0 0 calc((100% - 16px) /2);
    flex: 0 0 calc((100% - 16px) /2);
    max-width: calc((100% - 16px) /2); }
  .main-footer .main-footer--flex .widget-footer.col-last {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .main-footer .main-footer--flex .widget-footer.col-last .widget-footer {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

.main-footer .widget-footer {
  display: flex;
  flex-direction: column;
  gap: 30px 20px; }
  .main-footer .widget-footer .widget-block {
    display: flex;
    flex-direction: column;
    gap: 0px; }
    .main-footer .widget-footer .widget-block .widget-block--title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      padding: 0 0 16px;
      color: #0B0C28; }
  .main-footer .widget-footer .footerNav-link {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .main-footer .widget-footer .footerNav-link a {
      color: #666;
      font-size: 12px; }
  .main-footer .widget-footer .content-info ul {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .main-footer .widget-footer .content-info ul li {
      font-size: 12px;
      color: #666666; }
  .main-footer .widget-footer .payment-footer ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 256px; }
  .main-footer .widget-footer .payment-footer ul li img {
    height: 40px;
    width: 58px; }
  .main-footer .widget-footer .bct-footer a {
    display: block; }
  .main-footer .widget-footer .bct-footer img {
    max-height: 50px; }
  .main-footer .widget-footer .newsletter-footer .newsletter-form .input-group {
    position: relative;
    border: 0.5px solid #666666;
    border-radius: 8px;
    overflow: hidden;
    padding-right: 14px;
    flex-wrap: nowrap; }
  .main-footer .widget-footer .newsletter-footer .newsletter-form input {
    padding: 8px 14px;
    border: none;
    background: none;
    height: 48px;
    font-size: 14px;
    color: #0B0C28;
    border-radius: 0px !important;
    width: 100%;
    flex: 1 1 100% !important; }
    .main-footer .widget-footer .newsletter-footer .newsletter-form input:-ms-input-placeholder {
      color: #666666;
      opacity: 1; }
    .main-footer .widget-footer .newsletter-footer .newsletter-form input::placeholder {
      color: #666666;
      opacity: 1; }
  .main-footer .widget-footer .newsletter-footer .newsletter-form button {
    padding: 2px 30px;
    background: #006D31;
    border: none;
    position: relative;
    z-index: 2;
    height: 28px;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    white-space: nowrap; }
  .main-footer .widget-footer .social-footer .listing {
    display: flex;
    align-items: center;
    gap: 24px; }
    .main-footer .widget-footer .social-footer .listing .item a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      border-radius: 100%;
      background: #E7F2F9;
      align-items: center;
      justify-content: center; }

.main-footer .widget-footer.block-collapse .widget-block--title {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .main-footer .widget-footer.block-collapse .widget-block--title:before {
    content: "";
    right: 5px;
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: currentColor;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s; }

.main-footer .widget-footer.block-collapse .widget-block--content {
  display: none;
  padding: 8px 0 16px; }

.main-footer .copyright-footer {
  display: flex;
  flex-direction: column;
  gap: 24px 16px;
  padding: 24px 0;
  border-top: 1px solid #14B25F; }
  .main-footer .copyright-footer .widget-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .main-footer .copyright-footer .widget-footer.col-last {
    text-align: center;
    font-size: 12px; }
    .main-footer .copyright-footer .widget-footer.col-last a {
      color: #666; }

@media (min-width: 992px) {
  .main-footer .main-footer--flex {
    flex-direction: row;
    flex-wrap: wrap; }
    .main-footer .main-footer--flex .widget-footer {
      -ms-flex: 0 0 calc((100% - 16px) /2);
      flex: 0 0 calc((100% - 16px) /2);
      max-width: calc((100% - 16px) /2); }
    .main-footer .main-footer--flex .widget-footer.col-last {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .main-footer .widget-footer {
    gap: 19px; }
    .main-footer .widget-footer .widget-block {
      gap: 14px; }
      .main-footer .widget-footer .widget-block .widget-block--title {
        padding: 0;
        border-bottom: none;
        font-size: 16px; }
        .main-footer .widget-footer .widget-block .widget-block--title:before {
          content: none; }
    .main-footer .widget-footer .footerNav-link a {
      font-size: 14px; }
    .main-footer .widget-footer .address-footer {
      margin-bottom: 0; }
      .main-footer .widget-footer .address-footer ul {
        gap: 14px; }
    .main-footer .widget-footer .content-info ul li {
      font-size: 14px; }
  .main-footer .widget-footer.block-collapse .widget-block--content {
    display: block;
    padding: 0; }
  .main-footer .copyright-footer {
    flex-direction: row;
    justify-content: space-between; }
    .main-footer .copyright-footer .widget-footer {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: max-content; }
    .main-footer .copyright-footer .widget-footer.col-last {
      text-align: right; } }

@media (min-width: 1240px) {
  .main-footer .main-footer--flex {
    --footer-gap-col: 40px;
    flex-direction: row;
    gap: var(--footer-gap-col);
    justify-content: space-between; }
    .main-footer .main-footer--flex .widget-footer {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: auto; }
    .main-footer .main-footer--flex .widget-footer.col-last {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: auto; }
  .main-footer .widget-footer .newsletter-footer .newsletter-form .input-group {
    min-width: 350px; } }

.addThis-contact-new {
  position: fixed;
  bottom: 10%;
  right: 18px;
  margin: 0;
  z-index: 5;
  cursor: pointer;
  display: flex;
  flex-direction: column; }
  .addThis-contact-new .addThis-listing {
    padding: 0;
    margin: 0; }
    .addThis-contact-new .addThis-listing .addThis-item {
      margin: 0;
      padding: 0;
      margin: 0; }
      .addThis-contact-new .addThis-listing .addThis-item--icon {
        padding: 10px 0;
        cursor: pointer;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
      .addThis-contact-new .addThis-listing .addThis-item--icon svg {
        display: block;
        border-radius: 50%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
      .addThis-contact-new .addThis-listing .addThis-item.hotline svg {
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        animation: iconSkew 1s infinite ease-out; }
    .addThis-contact-new .addThis-listing .addThis-item.addThis-item--fbchat {
      display: block; }

.back-to-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  transform: translateX(200%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%); }
  .back-to-top .btt-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 24px;
    height: 120px; }
  .back-to-top .btt-label-back {
    color: #036A37;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateY(0px) translateX(40px);
    -moz-transform: rotate(-90deg) translateY(0px) translateX(40px);
    transform: rotate(-90deg) translateY(0px) translateX(40px); }
  .back-to-top .btt-icon-back {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

/*-----------------------------------------------*/
/* ALL */
/*-----------------------------------------------*/
.product-banner .box {
  position: relative;
  overflow: hidden; }

.product-banner .box-img {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(526 / 315 * 100%); }
  .product-banner .box-img img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.product-banner .box-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 12px; }
  .product-banner .box-text h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1; }
  .product-banner .box-text .action {
    color: #fff;
    padding-top: 12px; }

.product-banner .box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, #000102 0%, rgba(0, 1, 2, 0) 50%); }

@media (min-width: 992px) {
  .product-banner .box-text {
    gap: 16px;
    padding: 24px;
    font-size: 14px; }
    .product-banner .box-text h3 {
      font-size: 24px; }
    .product-banner .box-text .action {
      padding-top: 24px; } }

.product-loop {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease; }
  .product-loop .product-loop--wrap {
    display: flex;
    flex-direction: column;
    position: relative; }
    .product-loop .product-loop--wrap .product-loop--badges span {
      display: inline-flex;
      padding: 3px 10px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      background: #FCFCFC;
      width: max-content;
      font-size: 12px;
      font-weight: 400;
      width: 100%; }
    .product-loop .product-loop--wrap .product-loop--badges .badge-1 {
      color: var(--card-prloop-label-text3);
      background: var(--card-prloop-label-bg3); }
    .product-loop .product-loop--wrap .product-loop--badges .badge-2 {
      color: var(--card-prloop-label-text4);
      background: var(--card-prloop-label-bg4); }
    .product-loop .product-loop--wrap .product-loop--badges .badge-percent-sale {
      color: var(--card-prloop-label-text2);
      background: var(--card-prloop-label-bg2);
      display: inline-flex;
      width: max-content;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      padding: 0px 20px;
      font-size: 12px;
      height: 24px; }
    .product-loop .product-loop--wrap .product-loop--badges .badge-soldout {
      padding: 0 20px;
      height: 24px;
      color: var(--card-prloop-label-text1);
      background: var(--card-prloop-label-bg1); }
    .product-loop .product-loop--wrap .product-loop--badges .badge-sale {
      background: #EF9B2C;
      color: #fff; }
    .product-loop .product-loop--wrap .product-loop--head {
      position: relative; }
      .product-loop .product-loop--wrap .product-loop--head .product-loop--badges {
        display: inline-flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        z-index: 2;
        top: 8px;
        right: 8px;
        align-items: flex-end; }
      .product-loop .product-loop--wrap .product-loop--head .product-loop--img {
        display: block;
        padding-bottom: calc(1/1 * 100%);
        position: relative;
        z-index: 1;
        border-radius: 8px;
        overflow: hidden; }
        .product-loop .product-loop--wrap .product-loop--head .product-loop--img picture {
          transition: all 0.4s; }
          .product-loop .product-loop--wrap .product-loop--head .product-loop--img picture img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            background-color: #f6f6f8; }
        .product-loop .product-loop--wrap .product-loop--head .product-loop--img picture.img-second {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          visibility: hidden; }
      .product-loop .product-loop--wrap .product-loop--head .product-loop--link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      .product-loop .product-loop--wrap .product-loop--head .product-loop--frame {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
        left: 0; }
      .product-loop .product-loop--wrap .product-loop--head .product-loop--wishlist {
        display: inline-flex;
        position: absolute;
        z-index: 4;
        bottom: 8px;
        right: 8px;
        background: #ffffff;
        border-radius: 100%;
        padding: 1px; }
        .product-loop .product-loop--wrap .product-loop--head .product-loop--wishlist button {
          width: 32px;
          height: 32px;
          border: 0;
          outline: 0;
          cursor: pointer;
          border-radius: 50%;
          background-color: #E7F2F9;
          position: relative; }
          .product-loop .product-loop--wrap .product-loop--head .product-loop--wishlist button:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 1px;
            background-image: url(https://cdn.hstatic.net/files/1000290281/file/heart.png);
            background-repeat: no-repeat;
            background-size: 928px auto;
            background-position: 0 center;
            transition: background-position 1s steps(28);
            transition-duration: 0s;
            transform: scale(1.35);
            transform-origin: center; }
          .product-loop .product-loop--wrap .product-loop--head .product-loop--wishlist button.added:before {
            transition-duration: 1s;
            background-position: -896px center; }
    .product-loop .product-loop--wrap .product-loop--body {
      display: flex;
      flex-direction: column;
      padding: 8px 0 0;
      gap: 10px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--title {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--title h3 {
          font-size: 14px;
          margin-bottom: 0;
          overflow: hidden;
          font-weight: 400;
          min-height: 36px; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--title h3 a {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #666666; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--title .product-brand {
          font-weight: 400;
          text-transform: uppercase;
          display: none; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--prices {
        display: flex;
        gap: 2px 8px;
        align-items: center;
        flex-wrap: wrap; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-current {
          font-weight: 600;
          color: #FF7936;
          font-size: 14px; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-compare del {
          color: #666666;
          font-size: 12px;
          font-weight: 300; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--btn {
        display: flex;
        align-items: center; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .product-btn {
          background: #F3F3F3;
          border: none;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          height: 30px;
          border-radius: 0; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .quick-view {
          width: 24px;
          height: 24px;
          border-radius: 100%;
          display: none; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .add-to-cart {
          width: 80px;
          padding: 0 4px;
          background: #E6F2EC;
          border: 1px solid #E6F2EC; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .buy-now {
          width: calc(100% - 80px);
          padding: 0 4px;
          border: 0.5px solid #006D31;
          background: #fff;
          color: #006D31; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .buy-now:hover {
            background: #006D31;
            color: #ffffff; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--sold {
        display: inline-flex;
        color: #666666;
        font-size: 12px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch {
        overflow: hidden;
        display: flex;
        align-items: center;
        gap: 4px;
        min-height: 22px; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch span {
          color: #666666;
          font-size: 10px; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-list {
          display: flex;
          gap: 4px;
          flex-wrap: nowrap; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-color-item {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          background: #fff;
          position: relative;
          border: 0.5px solid #f7f7f9; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-color-item span {
            display: inline-flex;
            width: 16px;
            height: 16px;
            border-radius: 100%;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-color-item.selected {
            border: 0.5px solid #006e31; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-color-item.soldout {
            pointer-events: none;
            cursor: default; }
            .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-color-item.soldout span:before {
              content: ' ';
              display: block;
              height: calc(100% - 2px);
              left: 1px;
              margin: 0;
              position: absolute;
              top: 1px;
              width: calc(100% - 2px);
              background: linear-gradient(to top left, transparent calc(50% - 0.5px), #666666, transparent calc(50% + 0.5px)); }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]) {
          width: 20px;
          height: 20px;
          border-radius: 4px;
          display: inline-flex;
          border: 0.5px solid #666666;
          position: relative;
          padding: 1px; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]) span {
            font-size: 10px;
            width: 17.6px;
            height: 17.2px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]).selected {
            border: 0.5px solid #006D31; }
            .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]).selected span {
              color: #fff;
              background: #006D31; }
          .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]).soldout {
            pointer-events: none;
            cursor: default; }
            .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]).soldout:before {
              content: ' ';
              display: block;
              height: calc(100% - 2px);
              left: 1px;
              margin: 0;
              position: absolute;
              top: 1px;
              width: calc(100% - 2px);
              background: linear-gradient(to top left, transparent calc(50% - 0.5px), #666666, transparent calc(50% + 0.5px)); }
            .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-size-item:not([data-size="Full Jaw"]).soldout span {
              color: #666666;
              background: transparent; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch.default {
          gap: 4px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--top {
        display: flex;
        gap: 8px;
        flex-direction: column; }
        .product-loop .product-loop--wrap .product-loop--body .product-loop--top .product-loop--title {
          flex: 0 0 100%;
          max-width: 100%; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--bottom {
        display: flex;
        gap: 10px;
        flex-direction: column; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--action {
        display: flex;
        flex-direction: column;
        gap: 8px 4px; }
    .product-loop .product-loop--wrap .product-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      outline: none; }
  .product-loop.show {
    opacity: 1;
    transform: translateY(0); }
  @media (min-width: 992px) {
    .product-loop .product-loop--wrap .product-loop--body .product-loop--title h3 {
      font-size: 16px;
      min-height: 40px; }
    .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch {
      gap: 16px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch span {
        font-size: 14px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch .swatch-list {
        gap: 12px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--swatch.default {
        gap: 8px; }
    .product-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-current {
      font-size: 16px; }
    .product-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-compare del {
      font-size: 14px; }
    .product-loop .product-loop--wrap .product-loop--head:hover .product-loop--img picture.img-first {
      opacity: 0;
      visibility: hidden; }
    .product-loop .product-loop--wrap .product-loop--head:hover .product-loop--img picture.img-second {
      opacity: 1;
      visibility: visible; } }
  @media screen and (min-width: 1240px) {
    .product-loop .product-loop--wrap .product-loop--body {
      gap: 16px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--bottom {
        gap: 16px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--action {
        align-items: center;
        flex-direction: row; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .product-btn {
        height: 24px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .buy-now {
        width: 64px; }
      .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .add-to-cart {
        width: 54px; } }
  @media screen and (min-width: 1460px) {
    .product-loop .product-loop--wrap .product-loop--body .product-loop--action {
      gap: 8px; }
    .product-loop .product-loop--wrap .product-loop--body .product-loop--btn .buy-now {
      width: 95px; } }

.product-tile {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease; }
  .product-tile .product-loop--wrap .product-loop--head .product-loop--img img {
    opacity: 0;
    transition: opacity .5s ease; }
    .product-tile .product-loop--wrap .product-loop--head .product-loop--img img.lazyloaded {
      opacity: 1; }
  .product-tile.show {
    opacity: 1;
    transform: translateY(0); }

.product-loop.small-loop .product-loop--wrap {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px; }
  .product-loop.small-loop .product-loop--wrap .product-loop--head {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 4px;
    background: #F0EFEF; }
    .product-loop.small-loop .product-loop--wrap .product-loop--head .product-loop--img {
      padding-bottom: 100%;
      height: 100%; }
      .product-loop.small-loop .product-loop--wrap .product-loop--head .product-loop--img picture {
        opacity: 1 !important;
        visibility: visible !important; }
        .product-loop.small-loop .product-loop--wrap .product-loop--head .product-loop--img picture img {
          background: #f7f7f7;
          object-fit: contain; }
  .product-loop.small-loop .product-loop--wrap .product-loop--body {
    -webkit-flex: 0 0 calc(60% - 8px);
    flex: 0 0 calc(60% - 8px);
    max-width: calc(60% - 8px);
    padding: 0; }
    .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--title h3 a {
      -webkit-line-clamp: 2; }
    .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--prices {
      gap: 2px;
      flex-direction: column;
      align-items: flex-start; }
      .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-current {
        font-size: 14px; }
      .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-compare del {
        font-size: 12px; }
    .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--btn {
      display: block; }
      .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--btn a {
        font-size: 13px;
        height: 30px; }

@media (min-width: 992px) {
  .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-current {
    font-size: 14px; }
  .product-loop.small-loop .product-loop--wrap .product-loop--body .product-loop--prices .price-compare del {
    font-size: 12px; } }

.product-loop.flashsale .proloop-progress {
  position: relative;
  margin-top: 8px; }

.product-loop.flashsale .progress-bar {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: none;
  overflow: initial; }
  .product-loop.flashsale .progress-bar .progress-percent {
    display: flex;
    align-items: center;
    background: #FFE7F0;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 12px; }
  .product-loop.flashsale .progress-bar span.icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 26px; }
    .product-loop.flashsale .progress-bar span.icon svg {
      width: 100%;
      height: 100%; }
  .product-loop.flashsale .progress-bar span.icon.icon-sold {
    left: 6px; }
  .product-loop.flashsale .progress-bar span.text {
    background: linear-gradient(90deg, #FF481F 0%, #FF481F 100%);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    padding: 0px 20px 0px 36px;
    letter-spacing: -0.2px;
    height: 100%; }
  .product-loop.flashsale .progress-bar span.text.text-sold {
    background: linear-gradient(270deg, #EF0300 0%, #FF481F 100%); }

@media (min-width: 992px) {
  .product-loop.flashsale .progress-bar .progress-percent {
    height: 18px; }
  .product-loop.flashsale .progress-bar span.icon {
    width: 20px;
    height: 30px; }
  .product-loop.flashsale .progress-bar span.text {
    font-size: 12px;
    padding: 0px 20px 0px 36px; }
  .product-loop.flashsale .progress-bar span.text.text-sold {
    width: 60%; } }

.article-loop .article-block {
  display: flex;
  flex-direction: column; }

.article-loop .article-image {
  --width: 267;
  --height: 200;
  flex-basis: 100%; }

.article-loop .article-detail {
  flex-basis: 100%;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .article-loop .article-detail .article-detail--top {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .article-loop .article-detail .article-detail--top .art-meta {
      color: #000;
      font-size: 13px;
      letter-spacing: -0.72px; }
    .article-loop .article-detail .article-detail--top .art-title {
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.78px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      align-self: stretch;
      margin-bottom: 0; }
      .article-loop .article-detail .article-detail--top .art-title a {
        color: #000; }
  .article-loop .article-detail .article-detail--bottom {
    width: 100%; }
    .article-loop .article-detail .article-detail--bottom .art-view a {
      color: #231F20;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.72px; }

.grid-products {
  --sectional-grid-gap-col: 8px;
  --sectional-grid-gap-row: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--sectional-grid-gap-row) var(--sectional-grid-gap-col); }
  .grid-products .product-loop {
    -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap-col)) /2);
    flex: 0 0 calc((100% - var(--sectional-grid-gap-col)) /2);
    max-width: calc((100% - var(--sectional-grid-gap-col)) /2); }

.products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 8px; }
  .products-grid .product-loop {
    -ms-flex: 0 0 calc((100% - 8px) /2);
    flex: 0 0 calc((100% - 8px) /2);
    max-width: calc((100% - 8px) /2); }

@media (min-width: 992px) {
  .grid-products {
    --sectional-grid-gap-col: 16px;
    --sectional-grid-gap-row: 40px; }
    .grid-products .product-loop {
      -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap-col)*2)) /3);
      flex: 0 0 calc((100% - (var(--sectional-grid-gap-col)*2)) /3);
      max-width: calc((100% - (var(--sectional-grid-gap-col)*2)) /3); }
  .products-grid {
    gap: 20px 16px; }
  .products-grid[data-view='4'] .product-loop {
    -ms-flex: 0 0 calc((100% - (16px*3)) /4);
    flex: 0 0 calc((100% - (16px*3)) /4);
    max-width: calc((100% - (16px*3)) /4); } }

@media screen and (min-width: 992px) {
  .article-loop .article-detail {
    padding: 20px 16px 0;
    gap: 25px; }
    .article-loop .article-detail .article-detail--top h3 {
      margin: 9px 0 0;
      font-size: 18px; }
    .article-loop .article-detail .article-detail--bottom .art-meta {
      font-size: 16px; }
    .article-loop .article-detail .article-detail--bottom .art-view a {
      width: 36px;
      height: 36px; } }

.menuList-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menuList-links li {
    position: relative; }
    .menuList-links li a {
      position: relative;
      font-size: 12px;
      display: block; }
    .menuList-links li ul.submenu-links {
      display: none; }
  .menuList-links > li.has-submenu > a {
    padding-right: 30px; }
  .menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent; }
  .menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #f4f5f7; }
  .menuList-links .icon-plus-submenu:after {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  .menuList-links .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menuList-links .has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }
  .menuList-links ul.submenu-links li a {
    padding: 8px 0 8px 0px; }
  .menuList-links li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px solid #ddd;
    padding: 8px 0; }
    .menuList-links li.has-submenu.level0 > ul.submenu-links li a {
      padding-left: 14px; }
  .menuList-links li.has-submenu.level1 > ul.submenu-links li a:hover {
    text-decoration: underline; }

.box-banner {
  position: relative; }
  .box-banner picture {
    position: relative;
    padding-bottom: calc(var(--mb-height-img)/var(--mb-width-img) * 100%);
    display: block; }
  .box-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--mb-height-img)/var(--mb-width-img); }
  .box-banner .media {
    overflow: hidden;
    display: block;
    position: relative; }
    .box-banner .media a.media-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: linear-gradient(0deg, #000102 0%, rgba(0, 1, 2, 0) 50%); }
  .box-banner .content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 12px 0;
    width: 100%; }
    .box-banner .content h2 {
      margin-bottom: 4px;
      font-weight: 600;
      font-size: 20px;
      position: relative;
      z-index: 1;
      color: #fff; }
    .box-banner .content p {
      color: #fff;
      margin-bottom: 0;
      font-weight: 500; }
    .box-banner .content .box-detail {
      display: flex;
      flex-direction: column;
      gap: 12px; }

@media (min-width: 992px) {
  .box-banner picture {
    padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
  .box-banner img {
    aspect-ratio: var(--height-img)/var(--width-img); }
  .box-banner .content {
    padding: 24px 0; }
    .box-banner .content h2 {
      font-size: 32px; }
    .box-banner .content .box-detail {
      gap: 24px; } }

.section {
  overflow: hidden; }
  .section .s-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px; }
    .section .s-heading > div {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%; }
    .section .s-heading .title {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .section .s-heading .title h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: nowrap;
        display: inline-flex; }
        .section .s-heading .title h2 a {
          color: var(--skin-layout-title-color); }
    .section .s-heading .action {
      display: flex;
      gap: 10px;
      align-items: center; }
      .section .s-heading .action .btn-link {
        white-space: nowrap;
        display: none; }
      .section .s-heading .action .btn-icon {
        display: inline-flex;
        width: 24px;
        height: 24px; }
        .section .s-heading .action .btn-icon svg {
          width: 23px;
          height: 24px; }
    .section .s-heading .countdown-box {
      width: 100%; }
      .section .s-heading .countdown-box .countdown {
        display: flex;
        gap: 2px;
        align-items: center; }
        .section .s-heading .countdown-box .countdown > div {
          width: 24px;
          height: 24px;
          text-align: center;
          border-radius: 4px;
          background: #F5F5F5;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        .section .s-heading .countdown-box .countdown span {
          font-size: 12px;
          color: #3CB049;
          display: block;
          font-weight: bold; }
        .section .s-heading .countdown-box .countdown small {
          font-size: 10px;
          color: #3CB049;
          font-weight: 300;
          letter-spacing: -0.056px;
          display: none; }
  .section .s-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
    position: relative; }
    .section .s-wrapper .s-heading {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section .s-wrapper .s-content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .section .s-heading {
      gap: 10px 40px; }
      .section .s-heading .countdown-box {
        max-width: 300px; }
        .section .s-heading .countdown-box .countdown {
          gap: 8px; }
          .section .s-heading .countdown-box .countdown > div {
            width: 32px;
            height: 32px; }
          .section .s-heading .countdown-box .countdown span {
            font-size: 18px; }
      .section .s-heading > div {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%; }
      .section .s-heading .title h2 {
        font-size: 20px; }
      .section .s-heading .action .btn-link {
        display: inline-flex; }
      .section .s-heading .action .btn-icon {
        display: none; }
    .section .s-wrapper {
      gap: 16px; } }

.section-collection {
  --sectional-grid-gap: 8px;
  padding: 0 0 45px; }
  .section-collection .s-banner {
    display: none; }
    .section-collection .s-banner .media {
      height: 100%; }
    .section-collection .s-banner a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: calc(320/830 * 100%); }
      .section-collection .s-banner a img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .section-collection .s-tabs .tabpand {
    display: none; }
  .section-collection .s-tabs .tabpand.active {
    display: block; }
  .section-collection .s-content {
    position: relative; }
  .section-collection .swiper:not(.swiper-initialized) .products-slide {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: var(--sectional-grid-gap);
    overflow-x: scroll; }
    .section-collection .swiper:not(.swiper-initialized) .products-slide::-webkit-scrollbar {
      display: none; }
    .section-collection .swiper:not(.swiper-initialized) .products-slide .swiper-slide {
      -webkit-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; }

@media (min-width: 992px) {
  .section-collection {
    --sectional-grid-gap: 16px;
    padding: 0 0 80px; }
    .section-collection .swiper:not(.swiper-initialized) {
      padding-left: 0px;
      margin: 0; }
      .section-collection .swiper:not(.swiper-initialized) .products-slide {
        flex-wrap: nowrap;
        overflow: hidden;
        padding-left: 0px;
        margin: 0; }
      .section-collection .swiper:not(.swiper-initialized) .products-slide[data-view="3"] {
        overflow: inherit; }
        .section-collection .swiper:not(.swiper-initialized) .products-slide[data-view="3"] .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
          flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
          max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); }
      .section-collection .swiper:not(.swiper-initialized) .products-slide[data-view="4"] {
        overflow: inherit; }
        .section-collection .swiper:not(.swiper-initialized) .products-slide[data-view="4"] .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
          flex: 0 0 calc((100% - (var(--sectional-grid-gap)*3)) /4);
          max-width: calc((100% - (var(--sectional-grid-gap)*3)) /4); }
      .section-collection .swiper:not(.swiper-initialized) .products-slide[data-view="5"] .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*4)) /5);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap)*4)) /5);
        max-width: calc((100% - (var(--sectional-grid-gap)*4)) /5); }
    .section-collection .s-banner {
      display: block; }
      .section-collection .s-banner a {
        padding: 0;
        height: 100%; }
  .section-collection.has-banner .s-content {
    display: flex;
    gap: var(--sectional-grid-gap); }
    .section-collection.has-banner .s-content .s-banner {
      -webkit-flex: 0 0 22.5%;
      flex: 0 0 22.5%;
      max-width: 22.5%; }
    .section-collection.has-banner .s-content .s-tabs {
      -webkit-flex: 0 0 calc(77.5% - var(--sectional-grid-gap));
      flex: 0 0 calc(77.5% - var(--sectional-grid-gap));
      max-width: calc(77.5% - var(--sectional-grid-gap)); }
  .section-collection.has-banner.two .s-content {
    flex-direction: row-reverse; } }

@media (min-width: 586px) {
  .section-collection .swiper:not(.swiper-initialized) .products-slide .swiper-slide {
    -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
    flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
    max-width: calc((100% - var(--sectional-grid-gap)) /2); } }

@media (min-width: 786px) {
  .section-collection .swiper:not(.swiper-initialized) .products-slide .swiper-slide {
    -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
    flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
    max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); } }

.hero-wrapper {
  height: 100%;
  background-color: #efefef;
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative; }
  .hero-wrapper .hero-banner {
    margin: 0 -15px; }
  .hero-wrapper .hero-content-backing {
    position: relative;
    width: 100%; }
  .hero-wrapper .hero-content {
    background-color: transparent;
    color: #27251f;
    max-height: 100%;
    padding: 20px 0;
    position: relative; }
  .hero-wrapper .hero-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px; }
  .hero-wrapper .hero-desc {
    font-size: 12px;
    overflow: hidden;
    position: relative; }
  .hero-wrapper .text-white {
    color: var(--skin-text-color) !important; }

@media (min-width: 768px) {
  .hero-wrapper .hero-title {
    font-size: 30px; } }

@media (min-width: 1025px) {
  .hero-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40vh;
    min-height: 340px;
    overflow: hidden; }
    .hero-wrapper .hero-banner {
      margin: 0; }
    .hero-wrapper .hero-content-backing::before {
      background-color: transparent;
      content: "";
      height: 100%;
      position: absolute;
      width: 40vw; }
    .hero-wrapper .hero-content {
      width: 500px;
      padding: 30px 60px 30px 0; }
    .hero-wrapper .hero-title {
      font-size: 30px; }
    .hero-wrapper .hero-desc {
      max-height: 220px; }
    .hero-wrapper .text-white {
      color: #fff !important; } }

@media (max-width: 1024px) {
  .hero-wrapper {
    background-color: #f5f5f5 !important;
    background-image: none !important;
    text-align: center; } }

/*-----------------------------------------------*/
/* SIDEBAR */
/*-----------------------------------------------*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out; }

.sidebar-main {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, all 0.3s;
  -moz-transition: -moz-transform 0.3s, all 0.3s;
  transition: transform 0.3s, all 0.3s; }
  .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: 16px 14px;
      position: relative;
      gap: 20px;
      border-bottom: 1px solid #ddd; }
      .sidebar-main .sidebar-wrapper .sidebar-head h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        font-family: var(--skin-layout-heading-font); }
      .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: 14px;
      position: relative;
      overflow-y: auto;
      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: #efefef; }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 1, 2, 0.35); }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 1, 2, 0.35); }
    .sidebar-main .sidebar-wrapper .sidebar-foot {
      padding: 14px; }
    @media (min-width: 768px) {
      .sidebar-main .sidebar-wrapper .sidebar-head {
        padding: 20px 16px; }
        .sidebar-main .sidebar-wrapper .sidebar-head h4 {
          font-size: 20px; }
      .sidebar-main .sidebar-wrapper .sidebar-body {
        padding: 0 16px; }
      .sidebar-main .sidebar-wrapper .sidebar-foot {
        padding: 16px 16px; } }
  .sidebar-main .sidebar-menu.sidebar-wrapper {
    width: 85%; }
  .sidebar-main .sidebar-menu .sidebar-logo a {
    display: block; }
  .sidebar-main .sidebar-menu .sidebar-logo a img {
    width: 25%; }
  .sidebar-main .sidebar-menu .menu-mobile--wrap {
    padding: 20px 0; }
  .sidebar-main .sidebar-menu .menuList-links {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .sidebar-main .sidebar-menu .menuList-links > li {
      border: 0; }
    .sidebar-main .sidebar-menu .menuList-links > li > a {
      font-size: 14px;
      padding: 0; }
    .sidebar-main .sidebar-menu .menuList-links > li.has-submenu span.icon-plus-submenu {
      border: 1px solid transparent;
      background: #fff; }
    .sidebar-main .sidebar-menu .menuList-links li:hover > a {
      background: rgba(60, 176, 7, 0.3);
      color: #006D31; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
      padding: 10px 0 0;
      border-top: none; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links li {
      padding: 6px 30px 6px 14px; }
      .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links li a {
        padding: 0; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links ul.submenu-links {
      padding-left: 14px; }
  .sidebar-main .sidebar-menu .menu-support {
    padding-top: 20px;
    border-top: 1px solid #cccc;
    margin-top: 20px; }
  .sidebar-main .sidebar-menu .link-support {
    padding-top: 20px;
    border-top: 1px solid #cccc;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .sidebar-main .sidebar-menu .link-support .item {
      display: flex;
      align-items: center;
      width: 100%;
      gap: 10px; }
    .sidebar-main .sidebar-menu .link-support .listing {
      display: inline-flex;
      gap: 10px;
      align-items: center;
      position: relative; }
      .sidebar-main .sidebar-menu .link-support .listing:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 10px;
        background: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .sidebar-main .sidebar-menu .link-support .listing a {
        display: inline-flex;
        align-items: center;
        width: 20px;
        height: 20px;
        line-height: 1.6;
        justify-content: center;
        font-weight: 600; }
  .sidebar-main .sidebar-menu .sidebar-body.open-sub {
    overflow: hidden !important; }
    .sidebar-main .sidebar-menu .sidebar-body.open-sub .mobile-menu--wrap .mobile-menu-mega.open {
      visibility: visible;
      height: 100%;
      transform: translateX(0%);
      z-index: 100;
      display: block; }
    .sidebar-main .sidebar-menu .sidebar-body.open-sub .mobile-menu--wrap .mobile-menu-mega-sub.open {
      visibility: visible;
      height: 100%;
      transform: translateX(0%);
      z-index: 100;
      display: block; }
  .sidebar-main .sidebar-cart.sidebar-wrapper {
    width: 85%; }
  .sidebar-main .sidebar-cart .sidebar-body {
    padding: 16px; }
    .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .cart-group {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item {
      display: flex;
      gap: 8px;
      overflow: hidden; }
      .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--left {
        width: 90px;
        position: relative;
        overflow: hidden; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--left a {
          display: block;
          width: 100%;
          padding-bottom: calc(100/100 * 100%);
          position: relative;
          overflow: hidden;
          border: 1px solid #efefef; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--left img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--left .item-img {
          height: 100%; }
      .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right {
        width: calc(100% - 90px - 8px);
        display: flex;
        gap: 4px;
        font-size: 12px;
        flex-direction: column;
        justify-content: space-between; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-info {
          display: flex;
          flex-direction: column;
          gap: 2px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-info h3 {
            font-size: 14px;
            font-weight: 600;
            margin: 0; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-info h3 a {
            white-space: initial;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-title {
          display: flex;
          flex-direction: column;
          gap: 4px; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-desc {
          display: none; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-price {
          width: 100%;
          display: flex;
          align-items: center;
          gap: 12px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-price * {
            display: inline-block; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-price del {
            color: #6B7280; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-price span {
            font-weight: 400;
            color: #000000;
            font-size: 14px;
            letter-spacing: -0.13px; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-meta {
          margin: 12px 0;
          display: flex;
          flex-direction: column;
          gap: 0; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-meta .selected-variant {
            position: relative;
            display: flex;
            align-items: center;
            gap: 6px;
            color: #737373;
            font-size: 13px;
            letter-spacing: -0.13px; }
            .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-meta .selected-variant span.icon {
              width: 8px;
              height: 8px;
              display: inline-block;
              border-radius: 100%;
              border: 1px solid #E2E2E2; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-remove {
          text-align: right; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-remove a {
            display: inline-flex;
            align-items: center;
            text-decoration: underline;
            gap: 6px; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-actions {
          display: flex;
          align-items: flex-end; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan {
          display: inline-flex;
          align-items: center;
          gap: 4px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan .quan-wrapper {
            display: inline-flex;
            border: 0.5px solid #006D31; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan button {
            height: 28px;
            width: 26px;
            border: none;
            background: none;
            outline: none; }
            .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan button.disabled {
              opacity: 0.3; }
            .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan button svg {
              width: 12px;
              height: 12px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-quan input {
            outline: none;
            border: none;
            text-align: center;
            font-weight: 700;
            width: 40px;
            background: transparent; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-total-price {
          font-weight: bold; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-bottom {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-gift {
          background: rgba(0, 110, 49, 0.1);
          padding: 10px;
          border-radius: 4px;
          display: none; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-gift .gifts-list {
            display: flex;
            flex-direction: column;
            gap: 4px;
            font-size: 12px; }
            .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-gift .gifts-list h4 {
              margin-bottom: 0;
              font-size: 14px; }
      @media (min-width: 768px) {
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--left {
          width: 114px; }
        .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right {
          width: calc(calc(100% - 114px - 8px));
          font-size: 14px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-meta .list-variant .variant-option {
            height: 30px;
            max-width: 80px; }
          .sidebar-main .sidebar-cart .sidebar-body .list-sidebar-cart .line-item .line-item--right .item-meta .list-variant .variant-option:after {
            background-size: 14px;
            width: 14px;
            height: 14px;
            right: 10px; } }
    .sidebar-main .sidebar-cart .sidebar-body.notitem {
      padding: 0; }
      .sidebar-main .sidebar-cart .sidebar-body.notitem .sidebar-cart--empty {
        padding: 24px;
        background: #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
  .sidebar-main .sidebar-cart .sidebar-foot {
    border-top: 1px solid #eee; }
    .sidebar-main .sidebar-cart .sidebar-foot .line-total {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
      text-transform: uppercase; }
      .sidebar-main .sidebar-cart .sidebar-foot .line-total .line {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        justify-content: space-between;
        width: 100%; }
      .sidebar-main .sidebar-cart .sidebar-foot .line-total .line .number {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.96px; }
    .sidebar-main .sidebar-cart .sidebar-foot .line-actions {
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .sidebar-main .sidebar-cart .sidebar-foot .line-actions a.btn {
        width: 100%;
        height: 48px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.96px;
        border-radius: 0;
        text-transform: uppercase; }
      .sidebar-main .sidebar-cart .sidebar-foot .line-actions a.btn-link {
        text-decoration: underline;
        justify-content: flex-end; }
  @media (min-width: 768px) {
    .sidebar-main .sidebar-cart .sidebar-head {
      padding: 32px 16px 24px; } }

/*-----------------------------------------------*/
/* BODY JS */
/*-----------------------------------------------*/
.overlay {
  background: rgba(34, 34, 34, 0.4);
  position: fixed;
  z-index: 14;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: none; }

html.open-sidebar-cart .sidebar-main, body.open-sidebar-cart .sidebar-main {
  opacity: 1;
  visibility: visible; }

html.open-sidebar-cart .sidebar-wrapper.sidebar-cart, body.open-sidebar-cart .sidebar-wrapper.sidebar-cart {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

html.open-sidebar-cart .sidebar-overlay, body.open-sidebar-cart .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  display: block; }

html.open-menumobile .sidebar-main, body.open-menumobile .sidebar-main {
  opacity: 1;
  visibility: visible; }

html.open-menumobile .sidebar-wrapper.sidebar-menu, body.open-menumobile .sidebar-wrapper.sidebar-menu {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

html.open-menumobile .sidebar-overlay, body.open-menumobile .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  display: block; }

html.open-search .main-header, body.open-search .main-header {
  --color1-header: #000000 !important;
  --color2-header: #ffffff !important;
  --colorbd-header: #231F20 !important;
  --colorbg-header: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 29.38%, transparent 90.52%) !important;
  --colorbg-mega: #ffffff !important;
  --colorbd-mega: #231F20 !important;
  --colortxt-mega: #000000 !important;
  z-index: 17;
  mix-blend-mode: normal !important; }
  html.open-search .main-header .main-header--search, body.open-search .main-header .main-header--search {
    display: block; }
  html.open-search .main-header .main-header--logo a img, body.open-search .main-header .main-header--logo a img {
    filter: invert(0) brightness(100%) !important; }
  html.open-search .main-header .main-header--inner, body.open-search .main-header .main-header--inner {
    box-shadow: none !important; }

html.open-search .sidebar-overlay, body.open-search .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  display: block; }

html.open-filtermb .overlay-filter-mb, body.open-filtermb .overlay-filter-mb {
  display: block;
  opacity: 1;
  visibility: visible; }

html.lock-scroll, body.lock-scroll {
  overflow: hidden; }
