@font-face {
  font-display: swap;
  font-family: "Frutiger 65";
  font-weight: 700;
  src: url("https://file.hstatic.net/200000874831/file/frutiger_65_bold.otf") format("opentype"); }

@font-face {
  font-display: swap;
  font-family: "Frutiger LT Arabic";
  src: url("https://file.hstatic.net/200000874831/file/frutiger_lt_arabic_55_roman.woff2") format("woff2"), url("https://file.hstatic.net/200000874831/file/frutiger_lt_arabic_55_roman.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 100;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-thin.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 200;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-extralight.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 300;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-light.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 400;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-regular.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 500;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-medium.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 600;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-semibold.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 700;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-bold.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 800;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-extrabold.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  font-family: 'Fz Poppins';
  font-weight: 900;
  src: url("https://file.hstatic.net/200000874831/file/fz_poppins-black.ttf") format("truetype"); }

:root {
  --skin-header-1-font: "Frutiger LT Arabic", "Arial", sans-serif;
  --skin-header-2-font: "Frutiger 65", "Arial", sans-serif;
  --skin-text-font: "Fz Poppins", "Arial", sans-serif;
  --skin-primary-color: #FFDD00;
  --skin-text-color: #0A0203;
  --skin-link-color-1: #0A0203;
  --skin-link-color-2: #0A0203;
  --skin-border-color: #d0d1d2;
  --skin-textbtn-color: #0A0203;
  --skin-borderbtn-color: #FFDD00;
  --skin-bgbtn-color: #FFDD00;
  --skin-secondary-textbtn-color: #fff;
  --skin-secondary-borderbtn-color: #000000;
  --skin-secondary-bgbtn-color: #000000;
  --space-unit: 16px;
  --space-10: calc(var(--space-unit)*0.625);
  --space-15: calc(var(--space-unit)*0.9375);
  --space-20: calc(var(--space-unit)*1.25);
  --space-30: calc(var(--space-unit)*1.875);
  --space-40: calc(var(--space-unit)*2.5);
  --space-50: calc(var(--space-unit)*3.125);
  --space-60: calc(var(--space-unit)*3.75);
  --space-80: calc(var(--space-unit)*5);
  --space-100: calc(var(--space-unit)*6.25);
  --color-state-info: #1982F9;
  --color-state-success: #24B400;
  --color-state-warning: #FDD835;
  --color-state-error: #E30019;
  --color-state-question: #FF8A00; }

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

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: var(--skin-text-color);
  font-family: var(--skin-text-font);
  font-size: 14px;
  font-weight: 400;
  position: relative; }

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

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

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

/* 1.2 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--skin-text-color);
  font-family: var(--skin-text-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-text-color); }

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

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

strong {
  font-weight: 700; }

em {
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

input:required {
  box-shadow: none; }

textarea {
  resize: none; }

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

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

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

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

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

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

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

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

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

/* 1.7 - Button */
.btn {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 30px;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background: var(--skin-bgbtn-color);
  border: 2px solid var(--skin-borderbtn-color);
  color: var(--skin-textbtn-color); }
  .btn.btn-secondary {
    background: #ffffff;
    border: 2px solid var(--skin-borderbtn-color);
    color: var(--skin-textbtn-color); }
  .btn.btn-primary {
    background: var(--skin-bgbtn-color);
    border: 2px solid var(--skin-borderbtn-color);
    color: var(--skin-textbtn-color); }
  .btn.btn-white {
    background: #fff;
    border: 2px solid #fff;
    color: #0A0203; }
  .btn.btn-small {
    height: 30px;
    padding: 6px 16px; }
  .btn.btn-large {
    height: 40px;
    padding: 6px 24px; }
  .btn.btn-full {
    display: flex;
    width: 100%; }
  .btn:hover.btn-primary {
    background: #fff;
    border: 2px solid var(--skin-borderbtn-color);
    color: var(--skin-textbtn-color); }
  .btn:hover.btn-secondary {
    background: var(--skin-bgbtn-color);
    border: 2px solid var(--skin-borderbtn-color);
    color: var(--skin-textbtn-color); }
  .btn:hover.btn-white {
    background: var(--skin-bgbtn-color);
    border: 2px solid var(--skin-bgbtn-color);
    color: #0A0203; }
  @media (min-width: 992px) {
    .btn.btn-small {
      height: 30px;
      padding: 6px 30px; }
    .btn.btn-medium {
      height: 36px;
      padding: 6px 30px; }
    .btn.btn-large {
      height: 48px;
      padding: 16px 70px; } }

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

/* 1.8 - Swiper */
.swiper-pagination {
  justify-content: center;
  gap: 10px; }
  .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--skin-primary-color);
    width: 10px;
    height: 10px;
    opacity: 1; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--skin-primary-color); }

.swiper-style {
  position: relative; }
  .swiper-style .swiper.swiper-navigation-disabled .swiper-button-prev, .swiper-style .swiper.swiper-navigation-disabled .swiper-button-next {
    display: none !important; }
  .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next {
    z-index: 1;
    display: none; }
  .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next {
    color: var(--skin-text-color-1);
    width: 51px;
    height: 51px;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    background: #fff;
    top: 40%;
    transform: translateY(-40%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    .swiper-style .swiper-button-prev:after, .swiper-style .swiper-button-next:after {
      font-size: 0;
      width: 18px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
  .swiper-style .swiper-button-prev {
    left: 0; }
    .swiper-style .swiper-button-prev:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,100 L 15,50 L 65,0 L 60,0 Z' class='arrow'%3E%3C/path%3E%3C/svg%3E"); }
  .swiper-style .swiper-button-next {
    right: 0; }
    .swiper-style .swiper-button-next:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,100 L 15,50 L 65,0 L 60,0 Z' class='arrow' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E"); }
  .swiper-style .swiper-pagination {
    bottom: 0px; }
  @media (min-width: 768px) {
    .swiper-style .swiper-button-prev, .swiper-style .swiper-button-next, .swiper-style .swiper-pagination {
      display: flex; } }
  @media (min-width: 1199px) {
    .swiper-style .swiper-button-prev {
      left: -62px; }
    .swiper-style .swiper-button-next {
      right: -62px; }
    .swiper-style .swiper-pagination {
      bottom: -20px; } }

/* 1.9 - Layout */
.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: 16px;
  padding-left: 16px; }

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

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

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

@media (min-width: 736px) {
  .w-8 {
    width: 83.3333333333%;
    margin: auto; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px; } }

@media (min-width: 1200px) {
  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px; } }

/* 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 fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* - Breadcrumb  - Pagination  */
.breadcrumb-wrapper {
  background: #0b0203;
  padding: 0 0px; }
  .breadcrumb-wrapper .breadcrumb-list {
    overflow: hidden; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
    font-size: 12px;
    padding: 16px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li {
    display: inline-flex; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 500;
    color: #ffffff; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li a {
    color: #717171; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
    content: "/";
    margin: 0 4px;
    width: 10px;
    color: #717171;
    align-items: center;
    justify-content: center;
    background-position: center;
    display: inline-flex; }
  @media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      padding: 7px 0;
      font-size: 12px;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: scroll; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
      padding: 0 2px; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
      display: none; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      -ms-overflow-style: none;
      scrollbar-width: none; } }

.pagination-wrapper {
  text-align: center;
  padding: 20px 0 0; }
  .pagination-wrapper .pagi-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
    .pagination-wrapper .pagi-list .page-node {
      background: #F3F4F6;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%; }
      .pagination-wrapper .pagi-list .page-node.current {
        background: var(--skin-primary-color); }
  @media (min-width: 992px) {
    .pagination-wrapper {
      padding: 40px 0 0; } }

/* - Section - */
.section {
  overflow: hidden;
  padding-bottom: var(--space-20); }
  .section .s-heading {
    text-align: center;
    margin-bottom: var(--space-20); }
    .section .s-heading p {
      margin-bottom: 0; }
    .section .s-heading h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.4;
      overflow-wrap: break-word;
      word-break: normal;
      margin-bottom: 0; }
    .section .s-heading h2 + p {
      margin-top: var(--space-10); }
  .section.s-mb .container {
    padding: 0; }
  .section.s-mb .s-heading {
    padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .section {
      padding-bottom: var(--space-40); }
      .section .s-heading {
        margin-bottom: var(--space-30); }
        .section .s-heading h2 {
          font-size: 36px; }
        .section .s-heading h2 + p {
          margin-top: var(--space-30); }
      .section.s-mb .container {
        padding: 0; }
      .section.s-mb .s-heading {
        padding: 0; } }
  @media (min-width: 992px) {
    .section {
      padding-bottom: var(--space-60); } }
  .section .section-viewmore {
    margin-top: 10px; }

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

/* - Post Loop - */
.post-item {
  position: relative;
  overflow: hidden; }
  .post-item .post-thumb {
    --h: 1;
    --w: 1;
    background: linear-gradient(180deg, transparent 0%, #000000 100%);
    position: relative;
    padding-bottom: calc(var(--h) / var(--w) * 100%); }
    .post-item .post-thumb .aspect-ratio {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .post-item .post-thumb picture {
      display: block;
      height: 100%; }
    .post-item .post-thumb img {
      aspect-ratio: var(--h)/var(--w);
      height: 100%; }
  .post-item .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .post-item .post-content * {
      color: #fff; }
    .post-item .post-content .meta {
      font-size: 12px; }
    .post-item .post-content h3 {
      margin-bottom: 0;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      height: 48px; }
      .post-item .post-content h3 a {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
  @media (min-width: 992px) {
    .post-item .post-content {
      padding: 16px 30px 40px;
      gap: 16px; }
      .post-item .post-content .meta {
        font-size: 14px; }
      .post-item .post-content h3 {
        font-size: 16px;
        line-height: 24px; } }

/* - Product Loop - */
.product-loop {
  background: #fff; }
  .product-loop .loop-wrap {
    display: flex;
    flex-direction: column; }
    .product-loop .loop-wrap .loop-head {
      padding: 8px;
      position: relative;
      overflow: hidden; }
      .product-loop .loop-wrap .loop-head .loop-labels {
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 0px; }
      .product-loop .loop-wrap .loop-head .loop-link {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .product-loop .loop-wrap .loop-head .loop-img {
        display: block;
        padding-bottom: 100%;
        position: relative;
        z-index: 1; }
        .product-loop .loop-wrap .loop-head .loop-img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          background-color: #f5f5f5; }
          .product-loop .loop-wrap .loop-head .loop-img img:first-child {
            z-index: 2; }
          .product-loop .loop-wrap .loop-head .loop-img img:last-child {
            z-index: 1; }
      .product-loop .loop-wrap .loop-head .loop-actions {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 4; }
      .product-loop .loop-wrap .loop-head .loop-actions a {
        display: inline-block; }
        .product-loop .loop-wrap .loop-head .loop-actions a.btn-compare:hover svg {
          fill: #FFDD00; }
    .product-loop .loop-wrap .loop-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-top: 2px solid #FFDD00;
      text-align: center;
      padding: 14px 8px 10px;
      /*.loop-desc {display: none;}*/ }
      .product-loop .loop-wrap .loop-body .loop-info, .product-loop .loop-wrap .loop-body .loop-meta {
        width: 100%; }
      .product-loop .loop-wrap .loop-body .loop-title {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        height: 44px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product-loop .loop-wrap .loop-body .loop-title a {
          width: 100%;
          color: var(--skin-link-color-2);
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .product-loop .loop-wrap .loop-body .loop-prices {
        display: flex;
        margin: 4px 0 12px;
        gap: 6px;
        align-items: center;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-size: 12px;
        height: 22px;
        width: 100%;
        justify-content: center; }
        .product-loop .loop-wrap .loop-body .loop-prices b {
          font-weight: 500; }
        .product-loop .loop-wrap .loop-body .loop-prices b.hightlight {
          color: #d2255b; }
        .product-loop .loop-wrap .loop-body .loop-prices del {
          font-size: 12px; }
      .product-loop .loop-wrap .loop-body .loop-desc {
        margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .product-loop .loop-wrap .loop-head {
      padding: 16px; }
      .product-loop .loop-wrap .loop-head .loop-actions {
        top: 16px;
        right: 16px; }
    .product-loop .loop-wrap .loop-body {
      padding: 24px 16px 16px; }
      .product-loop .loop-wrap .loop-body .loop-title {
        font-size: 16px;
        line-height: 24px;
        height: 48px; }
      .product-loop .loop-wrap .loop-body .loop-prices {
        margin: 4px 0 18px;
        font-size: 14px;
        height: 24px; }
    .product-loop .loop-wrap:hover .loop-head .loop-img img:first-child {
      z-index: 1; }
    .product-loop .loop-wrap:hover .loop-head .loop-img img:last-child {
      z-index: 2; } }

.product-tile .product-loop-wrap .product-loop-head .product-loop-buttons[data-view="collection"] {
  display: flex;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 16px 16px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .product-tile .product-loop-wrap .product-loop-head .product-loop-buttons[data-view="collection"] .product-action.quick-view {
    display: flex; }

@media (min-width: 1024px) {
  .product-tile .product-loop-head:hover .product-loop-buttons[data-view="collection"] {
    opacity: 1;
    visibility: visible; } }

.product-loop.small-loop .product-loop-wrap .product-loop-body .product-loop-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px; }

.grid-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
  row-gap: 10px; }
  .grid-products .product-loop {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid-products .product-banner {
    display: none;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden; }
    .grid-products .product-banner img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      bottom: 0;
      margin: auto; }
  @media (min-width: 960px) {
    .grid-products {
      margin-right: -15px;
      margin-left: -15px;
      row-gap: 20px; }
      .grid-products .product-loop {
        padding: 0 15px;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%; }
      .grid-products .product-banner {
        display: block;
        padding: 0 15px;
        -ms-flex: 0 0 66.66666666%;
        flex: 0 0 66.66666666%;
        max-width: 66.66666666%; } }

/*-----------------------------------------------------------------*/
/*-----HEADER-----*/
/*-----------------------------------------------------------------*/
.main-header .header-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -16px;
  padding-top: 8px; }
  .main-header .header-flex .main-header--logo {
    -ms-flex: 0 0 0%;
    flex: 0 0 30%;
    max-width: 30%;
    order: 2;
    padding: 10px 16px; }
    .main-header .header-flex .main-header--logo svg {
      width: 40px;
      height: 40px; }
  .main-header .header-flex .main-header--info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    background: #F1F2F2;
    padding: 4px 16px; }
    .main-header .header-flex .main-header--info ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: 20px; }
      .main-header .header-flex .main-header--info ul li {
        position: relative;
        display: inline-flex;
        align-items: center; }
      .main-header .header-flex .main-header--info ul li a {
        letter-spacing: -0.5px;
        font-size: 11px;
        display: inline-block;
        font-family: var(--skin-header-2-font); }
      .main-header .header-flex .main-header--info ul li:last-child:before {
        content: '';
        display: block;
        height: 65%;
        width: 1px;
        background: #0A0203;
        margin: auto;
        left: -10px;
        top: 0;
        bottom: 0;
        position: absolute; }
    .main-header .header-flex .main-header--info .line:nth-child(2) {
      display: none; }
    .main-header .header-flex .main-header--info .line:nth-child(3) {
      display: none; }
    .main-header .header-flex .main-header--info .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px;
      font-family: var(--skin-header-2-font); }
      .main-header .header-flex .main-header--info .info .info-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        font-family: var(--skin-header-2-font);
        font-weight: 700;
        line-height: 16px;
        text-align: right; }
        .main-header .header-flex .main-header--info .info .info-left .text:first-child {
          font-size: 11px;
          letter-spacing: -0.5px; }
        .main-header .header-flex .main-header--info .info .info-left .text:last-child {
          font-size: 9px;
          letter-spacing: -0.15px;
          display: inline-flex;
          align-items: center;
          gap: 5px; }
      .main-header .header-flex .main-header--info .info .info-right {
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
        max-width: 65px; }
    .main-header .header-flex .main-header--info .search-area {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 9px; }
      .main-header .header-flex .main-header--info .search-area .text-label {
        font-family: var(--skin-header-2-font);
        letter-spacing: -0.2px;
        font-weight: 700;
        font-size: 9px;
        line-height: 16px; }
  .main-header .header-flex .main-header--bottom {
    order: 3;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 10px 16px; }
    .main-header .header-flex .main-header--bottom .main-header--menu {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-header .header-flex .main-header--bottom .main-header--actions {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (min-width: 1025px) {
      .main-header .header-flex .main-header--bottom .main-header--actions {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
      .main-header .header-flex .main-header--bottom .main-header--menu {
        display: block;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%; } }
    @media (min-width: 1200px) {
      .main-header .header-flex .main-header--bottom .main-header--actions {
        -ms-flex: 0 0 15%;
        flex: 0 0 25%;
        max-width: 15%; }
      .main-header .header-flex .main-header--bottom .main-header--menu {
        display: block;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%; } }
  @media (min-width: 992px) {
    .main-header .header-flex {
      margin: 0;
      padding: 28px 0 0;
      align-items: flex-end;
      justify-content: space-between; }
      .main-header .header-flex .main-header--logo {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        order: 1;
        padding: 0; }
        .main-header .header-flex .main-header--logo svg {
          width: 68px;
          height: 68px; }
      .main-header .header-flex .main-header--info {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        order: 2;
        background: #fff;
        padding: 0; }
        .main-header .header-flex .main-header--info .line:nth-child(1), .main-header .header-flex .main-header--info .line:nth-child(2), .main-header .header-flex .main-header--info .line:nth-child(3) {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        .main-header .header-flex .main-header--info .line:nth-child(2) {
          margin-top: 7px; }
        .main-header .header-flex .main-header--info .line:nth-child(3) {
          margin-top: 9px; }
      .main-header .header-flex .main-header--bottom {
        order: 3;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        padding: 8px 0 0; } }

.main-header .main-header--search {
  display: none;
  position: relative; }
  .main-header .main-header--search .searchform-close {
    display: none; }
  .main-header .main-header--search .searchform {
    position: relative; }
    .main-header .main-header--search .searchform .searchform-input {
      padding: 2px 9px 2px 30px;
      height: auto;
      margin: 0;
      width: 256px;
      height: 24px;
      background: #F1F2F2;
      border: none;
      border-radius: 90px;
      font-size: 10px;
      outline: 0; }
      .main-header .main-header--search .searchform .searchform-input::placeholder {
        color: #717171; }
      .main-header .main-header--search .searchform .searchform-input:focus {
        color: #0A0203;
        border-color: #0A0203;
        outline: 0;
        box-shadow: none; }
    .main-header .main-header--search .searchform .btn {
      background: transparent;
      border: 0;
      padding: 0;
      position: absolute;
      left: 8px;
      top: 0;
      width: 20px;
      height: 20px;
      bottom: 0;
      margin: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .main-header .main-header--search .searchform .btn svg {
        width: 14px;
        height: 14px; }
      .main-header .main-header--search .searchform .btn.btn-reset {
        left: auto;
        right: 8px; }
        .main-header .main-header--search .searchform .btn.btn-reset svg {
          width: 10px;
          height: 10px; }
  .main-header .main-header--search .smart-search-wrapper {
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 280px;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    z-index: 20;
    padding: 0 10px; }
  .main-header .main-header--search .smart-search-wrapper .item-ult {
    padding: 12px 0;
    border-bottom: 1px dotted #dfe0e1;
    clear: both;
    width: 100%;
    float: left; }
  .main-header .main-header--search .smart-search-wrapper .item-ult .thumbs {
    width: 40px;
    display: inline-block;
    text-align: right; }
  .main-header .main-header--search .smart-search-wrapper .item-ult .title {
    width: calc(100% - 40px);
    padding-right: 5px;
    float: left;
    line-height: 20px;
    position: relative;
    margin-top: 0px !important; }
  .main-header .main-header--search .smart-search-wrapper .item-ult .title a {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    float: left;
    width: 100%;
    margin: 10px 0 5px; }
  .main-header .main-header--search .smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 0; }
  .main-header .main-header--search .smart-search-wrapper .item-ult .title p del {
    font-size: 11px;
    font-weight: 400;
    margin-left: 7px;
    color: #797979; }
  .main-header .main-header--search .smart-search-wrapper .resultsMore {
    width: 100%;
    float: left; }
  .main-header .main-header--search .smart-search-wrapper .resultsMore a {
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 10px 0; }
  .main-header .main-header--search .smart-search-wrapper .dataEmpty {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0; }

.main-header .main-header--actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 18px; }
  .main-header .main-header--actions .actions-list > ul {
    display: flex;
    gap: 8px; }
    .main-header .main-header--actions .actions-list > ul > li {
      min-width: 40px;
      position: relative; }
    .main-header .main-header--actions .actions-list > ul > li > a {
      width: 40px;
      height: 40px;
      position: relative;
      font-size: 12px;
      letter-spacing: 0.8px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main-header .main-header--actions .actions-list > ul > li > a span {
      display: none; }
    .main-header .main-header--actions .actions-list > ul > li > a > svg {
      width: 20px;
      height: 20px; }
    .main-header .main-header--actions .actions-list > ul > li.action-menu-mb .close-icon {
      display: none; }
    .main-header .main-header--actions .actions-list > ul > li.action-menu-mb a.active .show-icon {
      display: none; }
    .main-header .main-header--actions .actions-list > ul > li.action-menu-mb a.active .close-icon {
      display: block; }
  .main-header .main-header--actions .actions-dropdown {
    position: absolute;
    z-index: 0;
    top: 100%;
    right: 0;
    background: transparent;
    padding-top: 28px;
    visibility: hidden;
    opacity: 0; }
    .main-header .main-header--actions .actions-dropdown .action-dropdown--wrapper {
      background: #fff;
      display: flex;
      flex-direction: column; }
    .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px -10px, rgba(0, 0, 0, 0.1) 0px 5px 40px 0px;
      min-width: 275px;
      text-align: center;
      padding: 20px 0;
      gap: 20px; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 20px; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper a.btn {
        width: 100%; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .foot {
        padding: 0; }
        .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .foot a {
          display: block; }
        .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .foot .notify {
          padding: 0 20px;
          font-size: 12px; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .body ul {
        display: flex;
        flex-direction: column;
        gap: 0; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .body ul li a {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 12px 0;
        font-size: 13px;
        text-transform: uppercase; }
        .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper .body ul li a svg {
          width: 18px;
          height: 18px; }
      .main-header .main-header--actions .actions-dropdown.account-dropdown .action-dropdown--wrapper.logged {
        min-width: 260px; }
  @media (min-width: 1025px) {
    .main-header .main-header--actions .actions-list > ul {
      gap: 10px; }
      .main-header .main-header--actions .actions-list > ul > li.action-menu-mb {
        display: none; }
      .main-header .main-header--actions .actions-list > ul > li > a span {
        display: block; }
      .main-header .main-header--actions .actions-list > ul > li > a {
        padding: 0 5px;
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px; }
      .main-header .main-header--actions .actions-list > ul > li:hover .account-dropdown {
        opacity: 1;
        visibility: visible;
        z-index: 5; } }

.main-header .main-header--menu {
  position: fixed;
  z-index: 15;
  top: 84px;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  transform: translateX(-100%);
  min-width: 100%; }
  .main-header .main-header--menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .main-header .main-header--menu.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1; }
    .main-header .main-header--menu.open .main-header--menu-wrapper {
      display: block !important; }
    .main-header .main-header--menu.open .header-menu-mega-sub {
      display: block !important; }
  .main-header .main-header--menu.open.open-sub {
    transform: translateX(-100%); }
  .main-header .main-header--menu .main-header--menu-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff; }
    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head {
      position: relative;
      padding: 12px 24px;
      border-top: 1px solid #F1F2F2; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 20px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head ul li {
          position: relative;
          display: inline-flex;
          align-items: center; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head ul li a {
          letter-spacing: -0.5px;
          font-size: 11px;
          display: inline-block;
          font-family: var(--skin-header-2-font); }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head ul li:last-child:before {
          content: '';
          display: block;
          height: 65%;
          width: 1px;
          background: #0A0203;
          margin: auto;
          left: -10px;
          top: 0;
          bottom: 0;
          position: absolute; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .line {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .line:nth-child(2) {
          margin-top: 9px; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        font-family: var(--skin-header-2-font); }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .info .info-left {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          max-width: 100%;
          font-family: var(--skin-header-2-font);
          font-weight: 700;
          line-height: 16px;
          text-align: right; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .info .info-left .text:first-child {
            font-size: 11px;
            letter-spacing: -0.5px; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .info .info-left .text:last-child {
            font-size: 9px;
            letter-spacing: -0.15px;
            display: inline-flex;
            align-items: center;
            gap: 5px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .info .info-right {
          -ms-flex: 0 0 65px;
          flex: 0 0 65px;
          max-width: 65px; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .text-label {
          font-family: var(--skin-header-2-font);
          letter-spacing: -0.2px;
          font-weight: 700;
          font-size: 9px;
          line-height: 16px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform {
          position: relative; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .searchform-input {
            padding: 2px 9px 2px 30px;
            height: auto;
            margin: 0;
            width: 256px;
            height: 24px;
            background: #F1F2F2;
            border: none;
            border-radius: 90px;
            font-size: 10px;
            outline: 0; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .searchform-input::placeholder {
              color: #717171; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .searchform-input:focus {
              color: #0A0203;
              border-color: #0A0203;
              outline: 0;
              box-shadow: none; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .btn {
            background: transparent;
            border: 0;
            padding: 0;
            position: absolute;
            left: 8px;
            top: 0;
            width: 20px;
            height: 20px;
            bottom: 0;
            margin: auto;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .btn svg {
              width: 14px;
              height: 14px; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .btn.btn-reset {
              left: auto;
              right: 8px; }
              .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head .search-area .searchform .btn.btn-reset svg {
                width: 10px;
                height: 10px; }
    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list {
      display: flex;
      flex-wrap: wrap;
      z-index: 99;
      margin: 0;
      gap: 0 30px; }
    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item {
      position: initial; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a {
        display: flex;
        gap: 10px;
        padding: 24px 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        align-items: center;
        position: relative; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a svg {
          width: 24px;
          height: 24px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a:before {
          content: '';
          position: absolute;
          border-top: 3px solid var(--skin-primary-color);
          bottom: 0;
          left: 0;
          right: 0;
          width: 0;
          transition: all 0.3s;
          opacity: 0;
          visibility: hidden;
          margin: auto; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a.current {
          font-weight: 600; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.link-mobile > a {
        justify-content: flex-start; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.link-mobile > a svg {
          width: 20px;
          height: 20px; }
    .main-header .main-header--menu .main-header--menu-wrapper .not-mega-sub .header-menu-mega .header-menu-mega-list {
      flex-direction: column;
      padding-top: 40px;
      padding-bottom: 40px;
      gap: 12px; }
      .main-header .main-header--menu .main-header--menu-wrapper .not-mega-sub .header-menu-mega .header-menu-mega-list .header-menu-mega-item > a {
        font-weight: 400;
        font-size: 14px;
        font-family: var(--skin-text-font);
        text-transform: initial; }
    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 0.1875rem 1.25rem -0.375rem rgba(0, 0, 0, 0.1); }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-banner {
        display: none; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list {
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 10px 0; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item {
          min-width: calc(100% / 6); }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item > a {
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item > a svg {
              display: none; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li {
            margin-top: 10px;
            font-size: 13px; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li.back-menu {
              display: none; }
  @media (min-width: 1025px) {
    .main-header .main-header--menu {
      min-width: 80%;
      position: relative;
      z-index: 13;
      left: unset;
      bottom: unset;
      top: unset;
      transition: none;
      transform: none;
      opacity: 1;
      visibility: visible;
      background: #fff; }
      .main-header .main-header--menu:before {
        content: none; }
      .main-header .main-header--menu .main-header--menu-wrapper {
        position: initial;
        width: 100%;
        height: auto;
        background: transparent; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-head {
          display: none; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list {
          gap: 0 16px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a svg {
          display: none; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.link-mobile {
          display: none; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item:hover .header-menu-mega {
          display: flex;
          flex-wrap: wrap; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item:hover > a:before {
          opacity: 1;
          visibility: visible;
          width: 100%; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub {
          position: relative; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega {
            width: 300px;
            background: #F1F2F2; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega-wrapper {
            width: 100%; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega-list {
            padding: 20px;
            gap: 24px; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega-list li.back-menu {
              display: none; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega-list .header-menu-mega-item {
              width: 100%; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item.not-mega-sub .header-menu-mega-list .header-menu-mega-item > a {
              text-transform: uppercase; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item:not(.not-mega-sub) .header-menu-mega .header-menu-mega-wrapper {
          max-width: 1440px;
          margin: auto;
          display: flex;
          gap: 10px;
          width: 100%;
          padding: 0 15px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item:not(.not-mega-sub) .header-menu-mega .header-menu-mega-banner {
          width: 25%;
          padding: 15px;
          display: flex;
          justify-content: center;
          align-items: center; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item:not(.not-mega-sub) .header-menu-mega .header-menu-mega-list {
          flex-direction: row;
          padding: 40px 0;
          width: 75%; } }
  @media (min-width: 1300px) {
    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list {
      gap: 0 35px; } }
  @media (max-width: 1024px) {
    .main-header .main-header--menu .main-header--menu-wrapper {
      height: 100%;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #fff; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-nav {
        height: calc(100% - 85px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-nav::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-nav::-webkit-scrollbar-track {
          -webkit-border-radius: 10px;
          border-radius: 10px; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-nav::-webkit-scrollbar-thumb {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background: rgba(105, 105, 105, 0.8);
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-nav::-webkit-scrollbar-thumb:window-inactive {
          background: rgba(105, 105, 105, 0.4); }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list {
        flex-direction: column; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item {
        border-bottom: 1px solid #F1F2F2; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-list-item > a {
          justify-content: space-between;
          padding: 20px 16px; }
      .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega {
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: all .4s;
        visibility: hidden;
        display: block;
        width: 100%;
        box-shadow: none;
        border-top: 0;
        height: 100%; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega.open {
          visibility: visible;
          transform: translateX(0%);
          z-index: 1; }
        .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list {
          gap: 0;
          padding: 0; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list > li.back-menu {
            display: block;
            background: #ffffff;
            border-bottom: 1px solid #e7e6e7; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list > li.back-menu a {
              padding: 20px 16px 20px;
              gap: 8px;
              font-weight: 600;
              display: flex;
              align-items: center; }
              .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list > li.back-menu a svg {
                transform: rotate(180deg);
                width: 24px;
                height: 24px; }
          .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-bottom: 1px solid #e7e6e7; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item > a {
              padding: 20px 16px 20px;
              display: flex;
              text-transform: uppercase;
              font-weight: 500;
              font-size: 14px;
              justify-content: space-between;
              align-items: center; }
              .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item > a svg {
                display: inline-block;
                transform: rotate(-90deg);
                width: 10px;
                height: 10px; }
            .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub {
              position: fixed;
              top: 45px;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              transform: translateX(-100%);
              transition: all .4s;
              visibility: hidden;
              display: none;
              width: 100%; }
              .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub.open {
                visibility: visible;
                height: 100%;
                transform: translateX(0%);
                z-index: 1; }
              .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li {
                margin-top: 0; }
                .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li a {
                  display: block;
                  padding: 20px 16px 20px;
                  text-transform: uppercase;
                  font-size: 14px; }
                .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li.back-menu {
                  display: block;
                  background: #ffffff;
                  margin-bottom: 10px;
                  border-bottom: 1px solid #e7e6e7; }
                  .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li.back-menu a {
                    padding: 20px 16px 20px;
                    gap: 8px;
                    font-weight: 600;
                    display: flex;
                    align-items: center; }
                    .main-header .main-header--menu .main-header--menu-wrapper .header-menu-mega .header-menu-mega-list .header-menu-mega-item .header-menu-mega-sub li.back-menu a svg {
                      transform: rotate(180deg);
                      width: 24px;
                      height: 24px; } }

/*-----------------------------------------------------------------*/
/*-----FOOTER-----*/
/*-----------------------------------------------------------------*/
.main-footer {
  background: #F3F4F6;
  border-top: 1px solid #E3E3E3; }
  .main-footer .main-footer--top {
    padding: 23px 0; }
    .main-footer .main-footer--top .footer-block {
      display: flex;
      flex-direction: column; }
      .main-footer .main-footer--top .footer-block .title-footer {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        padding-right: 20px;
        padding: 8px 24px 8px 0; }
        .main-footer .main-footer--top .footer-block .title-footer:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 4px;
          width: 18px;
          height: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          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;
          transform: rotate(180deg);
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16L12 9L19 16' stroke='%230B2341' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
      .main-footer .main-footer--top .footer-block .content-footer ul {
        padding: 0 0 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 8px; }
        .main-footer .main-footer--top .footer-block .content-footer ul li a {
          color: #717171; }
      .main-footer .main-footer--top .footer-block.footer-toogle .content-footer {
        display: none; }
      .main-footer .main-footer--top .footer-block.footer-toogle.active .title-footer:before {
        transform: rotate(0deg); }
    .main-footer .main-footer--top .bct {
      margin-top: 12px; }
      .main-footer .main-footer--top .bct img {
        height: 43px;
        width: auto; }
    .main-footer .main-footer--top .content-footer-add {
      margin-top: 15px; }
      .main-footer .main-footer--top .content-footer-add p {
        margin: 0; }
    @media (min-width: 992px) {
      .main-footer .main-footer--top {
        padding: 35px 0 22px; }
        .main-footer .main-footer--top .footer-block {
          gap: 42px; }
          .main-footer .main-footer--top .footer-block .title-footer {
            padding: 0; }
            .main-footer .main-footer--top .footer-block .title-footer:before {
              content: none; }
          .main-footer .main-footer--top .footer-block .content-footer ul {
            gap: 14px;
            padding-left: 0px; }
          .main-footer .main-footer--top .footer-block .content-footer ul li a {
            position: relative;
            display: inline-flex; }
            .main-footer .main-footer--top .footer-block .content-footer ul li a:after {
              content: '';
              position: absolute;
              bottom: -2px;
              left: 0;
              right: 0;
              margin: auto;
              height: 1px;
              width: 0;
              background: #717171;
              transition: all 0.4s; }
            .main-footer .main-footer--top .footer-block .content-footer ul li a:hover:after {
              width: 100%; }
          .main-footer .main-footer--top .footer-block.footer-toogle .content-footer {
            display: block; } }
  .main-footer .main-footer--bottom {
    padding: 26px 0;
    border-top: 1px solid #fff; }
    .main-footer .main-footer--bottom .footer-flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  @media (max-width: 991px) {
    .main-footer .main-footer--bottom {
      padding: 29px 0; }
      .main-footer .main-footer--bottom .footer-flex {
        flex-direction: column;
        text-align: center; }
        .main-footer .main-footer--bottom .footer-flex .footer-col {
          order: 2; }
        .main-footer .main-footer--bottom .footer-flex .footer-col:nth-child(3) {
          order: 1;
          margin-bottom: 16px; } }

.footer-social {
  padding: 60px 0; }
  .footer-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
    .footer-social ul li {
      flex: 1; }
      .footer-social ul li a {
        font-weight: 600;
        display: block; }
        .footer-social ul li a svg {
          margin-right: 20px; }
  @media (max-width: 767.98px) {
    .footer-social {
      padding: 32px 0 0px; }
      .footer-social ul {
        flex-wrap: wrap;
        gap: 16px; }
        .footer-social ul li {
          flex: 0 0 calc(50% - 8px);
          max-width: calc(50% - 8px);
          margin-bottom: 32px; } }

/*-----------------------------------------------------------------*/
/*-----INDEX-----*/
/*-----------------------------------------------------------------*/
.section-slider {
  padding: 0; }
  .section-slider .slider-banner {
    overflow: hidden; }
  .section-slider .swiper-slide .aspect-ratio {
    overflow: hidden;
    display: block; }
    .section-slider .swiper-slide .aspect-ratio picture {
      position: relative;
      padding-bottom: calc(var(--mb-height-img)/var(--mb-width-img) * 100%);
      display: block; }
    .section-slider .swiper-slide .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: var(--mb-height-img)/var(--mb-width-img); }
    @media (min-width: 992px) {
      .section-slider .swiper-slide .aspect-ratio picture {
        padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
      .section-slider .swiper-slide .aspect-ratio img {
        aspect-ratio: var(--height-img)/var(--width-img);
        transition: all 0.5s; }
      .section-slider .swiper-slide .aspect-ratio:hover img {
        transform: scale(1.05); } }
  .section-slider .swiper-pagination {
    bottom: 25px !important; }
  .section-slider .swiper-button-next, .section-slider .swiper-button-prev {
    display: none; }

@media (min-width: 992px) {
  .section-collection .swiper-pagination {
    display: none; } }

.section-video {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 60px; }
  .section-video iframe {
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-banners {
  padding-bottom: 16px; }
  .section-banners .box {
    position: relative;
    z-index: 0; }
    .section-banners .box .thumb {
      position: relative;
      padding-bottom: calc(var(--h) / var(--w) * 100%); }
      .section-banners .box .thumb .aspect-ratio {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .section-banners .box .thumb picture {
        display: block;
        height: 100%; }
      .section-banners .box .thumb img {
        aspect-ratio: var(--h)/var(--w);
        height: 100%; }
      .section-banners .box .thumb a.box-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .section-banners .box .title {
      padding: 43px 20px;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px; }
      .section-banners .box .title h3 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 0;
        display: inline-flex;
        letter-spacing: 1px;
        line-height: 1.15;
        color: #FFFFFF; }
      .section-banners .box .title p {
        color: #FFFFFF;
        margin-bottom: 0; }
      .section-banners .box .title .icon img {
        height: 20px; }
      .section-banners .box .title .btn {
        font-size: 14px;
        font-weight: 400;
        margin-top: 12px; }
      .section-banners .box .title.center {
        bottom: 0;
        margin: auto; }
  .section-banners .list-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .section-banners .list-banner .item-banner {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      border-radius: 4px;
      --h: 1004;
      --w: 1004; }
  .section-banners.view-5 .list-banner .item-banner {
    --h: 1004;
    --w: 637; }
    .section-banners.view-5 .list-banner .item-banner.item-1, .section-banners.view-5 .list-banner .item-banner.item-2 {
      --h: 1000;
      --w: 1000; }
  .section-banners.view-1 {
    --h: 1280;
    --w: 2880;
    padding-bottom: 0; }
    .section-banners.view-1 .box .title {
      padding: 20px;
      gap: 10px; }
      .section-banners.view-1 .box .title .icon img {
        height: 22px; }
  @media (min-width: 768px) {
    .section-banners .box .title {
      padding: 80px 20px; }
      .section-banners .box .title h3 {
        font-size: 40px; }
      .section-banners .box .title p {
        font-size: 24px; }
      .section-banners .box .title .icon img {
        height: 45px; }
      .section-banners .box .title .btn {
        margin-top: 20px; }
    .section-banners.view-5 .list-banner .item-banner {
      -ms-flex: 0 0 calc((100% - (16px*2)) / 3);
      flex: 0 0 calc((100% - (16px*2)) / 3);
      max-width: calc((100% - (16px*2)) / 3); }
      .section-banners.view-5 .list-banner .item-banner.item-1, .section-banners.view-5 .list-banner .item-banner.item-2 {
        -ms-flex: 0 0 calc((100% - (16px*1)) / 2);
        flex: 0 0 calc((100% - (16px*1)) / 2);
        max-width: calc((100% - (16px*1)) / 2); }
    .section-banners.view-4 .list-banner .item-banner {
      -ms-flex: 0 0 calc((100% - (16px*1)) / 2);
      flex: 0 0 calc((100% - (16px*1)) / 2);
      max-width: calc((100% - (16px*1)) / 2); }
    .section-banners.view-1 .box .title {
      padding: 20px;
      gap: 30px; } }

.section-newsletter {
  border-top: 2px solid var(--skin-primary-color);
  background: #0A0203;
  background-image: url("//theme.hstatic.net/200000874831/1001346884/14/bg_home_newsletter.png?v=1090");
  padding: 60px 0; }
  .section-newsletter .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .section-newsletter .box-content {
    text-align: center; }
    .section-newsletter .box-content h2 {
      font-weight: 600;
      font-size: 36px;
      color: #FFDD00;
      margin-bottom: 18px; }
    .section-newsletter .box-content p {
      margin-bottom: 18px;
      color: #fff; }
  @media (min-width: 992px) {
    .section-newsletter {
      padding: 100px 0; }
      .section-newsletter .section-wrapper {
        width: 50%;
        margin: auto; } }

.section-blogs {
  padding-bottom: 0;
  margin-top: var(--space-50); }

.list-posts {
  display: flex;
  flex-wrap: wrap; }
  .list-posts .post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

@media (min-width: 992px) {
  margin-top: var(--space-80); }

@media (min-width: 1024px) {
  .list-posts .post-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4); } }

/*-----------------------------------------------------------------*/
/*----COLLECTIONS----*/
/*-----------------------------------------------------------------*/
.layout-collection .collection-heading {
  position: relative;
  overflow: hidden; }
  .layout-collection .collection-heading .banner-hero {
    position: relative; }
    .layout-collection .collection-heading .banner-hero:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .layout-collection .collection-heading .banner-hero .box-hero {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      width: 100%;
      padding: 16px;
      margin: auto;
      text-align: center; }
      .layout-collection .collection-heading .banner-hero .box-hero h1 {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0.5px;
        color: #FFFFFF; }
      .layout-collection .collection-heading .banner-hero .box-hero p {
        color: #fff; }
    @media (min-width: 992px) {
      .layout-collection .collection-heading .banner-hero .box-hero {
        max-width: 460px;
        padding: 20px; }
        .layout-collection .collection-heading .banner-hero .box-hero h1 {
          font-size: 48px; }
        .layout-collection .collection-heading .banner-hero .box-hero p {
          font-size: 16px; } }
  .layout-collection .collection-heading .aspect-ratio {
    overflow: hidden;
    display: block; }
    .layout-collection .collection-heading .aspect-ratio picture {
      position: relative;
      padding-bottom: calc(var(--mb-height-img)/var(--mb-width-img) * 100%);
      display: block; }
    .layout-collection .collection-heading .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: var(--mb-height-img)/var(--mb-width-img); }
    @media (min-width: 992px) {
      .layout-collection .collection-heading .aspect-ratio picture {
        padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
      .layout-collection .collection-heading .aspect-ratio img {
        aspect-ratio: var(--height-img)/var(--width-img); } }

.layout-collection .collection-cate {
  padding: 30px 0;
  background: #FAFAFA; }
  .layout-collection .collection-cate .list-category {
    display: flex;
    gap: 29px;
    align-items: center;
    justify-content: center; }
    .layout-collection .collection-cate .list-category .item {
      flex: 0 0 auto;
      max-width: 100%; }
    .layout-collection .collection-cate .list-category .box {
      display: flex;
      flex-direction: column;
      gap: 12px;
      text-align: center; }
      .layout-collection .collection-cate .list-category .box .aspect-ratio {
        width: 100px;
        height: 100px;
        background: #F3F4F6;
        padding: 16px;
        border-radius: 100%;
        margin: auto;
        overflow: hidden;
        display: block; }
        .layout-collection .collection-cate .list-category .box .aspect-ratio picture {
          position: relative;
          padding-bottom: calc(var(--mb-height-img)/var(--mb-width-img) * 100%);
          display: block; }
        .layout-collection .collection-cate .list-category .box .aspect-ratio img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          aspect-ratio: var(--mb-height-img)/var(--mb-width-img); }
      .layout-collection .collection-cate .list-category .box .name h3 {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        color: #000000; }
  @media (min-width: 992px) {
    .layout-collection .collection-cate .list-category {
      gap: 32px; }
      .layout-collection .collection-cate .list-category .box .aspect-ratio {
        width: 140px;
        height: 140px;
        background: #fafafa;
        padding: 0;
        border-radius: 0; }
        .layout-collection .collection-cate .list-category .box .aspect-ratio picture {
          padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
        .layout-collection .collection-cate .list-category .box .aspect-ratio img {
          aspect-ratio: var(--height-img)/var(--width-img);
          transition: all 0.4s ease-in-out; }
        .layout-collection .collection-cate .list-category .box .aspect-ratio:hover img {
          margin-top: -3.5%; }
      .layout-collection .collection-cate .list-category .box .name h3 {
        font-size: 16px; } }

.layout-collection .collection-body {
  background: #FAFAFA; }
  @media (min-width: 992px) {
    .layout-collection .collection-body {
      background: #ffffff;
      padding: 60px 0; } }

.layout-collection .collection-description {
  padding: 56px 0 0;
  background: #F3F4F6; }
  .layout-collection .collection-description .collection-desc {
    position: relative;
    padding-bottom: 55px; }
    .layout-collection .collection-description .collection-desc__view {
      text-align: center;
      margin: 0 0 50px 0;
      display: none;
      padding: 120px 0 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(243, 244, 246, 0.3), #F3F4F6);
      align-items: center;
      justify-content: center; }
    .layout-collection .collection-description .collection-desc.is-expandable {
      padding-bottom: 100px; }
      .layout-collection .collection-description .collection-desc.is-expandable .collection-desc__view {
        display: flex; }
      .layout-collection .collection-description .collection-desc.is-expandable .collection-desc__info {
        height: 500px;
        overflow: hidden; }
  @media (min-width: 768px) {
    .layout-collection .collection-description .collection-desc.is-expandable {
      padding-bottom: 100px; }
      .layout-collection .collection-description .collection-desc.is-expandable .collection-desc__info {
        height: 220px;
        overflow: hidden; } }
  @media (min-width: 992px) {
    .layout-collection .collection-description .collection-desc {
      margin: auto;
      max-width: 70%; } }

.layout-collection .sidebar-col .sidebar-box {
  position: sticky;
  top: 0; }

@media (max-width: 991px) {
  .layout-collection .sidebar-col {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    z-index: 10;
    overflow: hidden;
    height: 100vh; }
    .layout-collection .sidebar-col .sidebar-box {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
      overflow-y: scroll;
      padding-right: 1px;
      background: #fafafa; } }

.layout-collection .sidebar-area {
  padding: 20px 12px;
  background: #FAFAFA; }
  .layout-collection .sidebar-area .sidebar-title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--skin-primary-color); }
    .layout-collection .sidebar-area .sidebar-title h2 {
      letter-spacing: -0.01em;
      font-weight: 600;
      font-size: 24px;
      color: #000;
      margin-bottom: 0;
      flex: 1 1 auto; }
    .layout-collection .sidebar-area .sidebar-title .btn-close {
      width: 24px;
      height: 24px;
      background: none;
      border: none;
      outline: none;
      padding: 0; }
  .layout-collection .sidebar-area .sidebar-content .sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .layout-collection .sidebar-area .sidebar-content .sidebar-group .group-title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .layout-collection .sidebar-area .sidebar-content .sidebar-group .group-title h3 {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #000;
      margin-bottom: 0;
      flex: 1 1 auto;
      text-transform: uppercase; }
    .layout-collection .sidebar-area .sidebar-content .sidebar-group .group-title span {
      display: inline-block;
      width: 24px;
      height: 24px;
      transition: all 0.3s; }
  .layout-collection .sidebar-area .sidebar-content .sidebar-group .group-content {
    padding-top: 12px; }
  .layout-collection .sidebar-area .sidebar-content .sidebar-group.gr-action .group-title span {
    transform: rotate(180deg); }
  .layout-collection .sidebar-area .sidebar-content ul.menu-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0; }
    .layout-collection .sidebar-area .sidebar-content ul.menu-list a {
      padding: 8px 0;
      display: block; }
    .layout-collection .sidebar-area .sidebar-content ul.menu-list li.current a {
      font-weight: 700; }
  .layout-collection .sidebar-area .sidebar-content ul.checkbox-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 0; }
    .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li {
      position: relative;
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 8px 0; }
      .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='checkbox'], .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='radio'] {
        position: relative;
        width: 16px;
        height: 16px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='checkbox']:after, .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='radio']:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0px;
          width: 16px;
          height: 16px;
          border-radius: 2px;
          background-color: transparent;
          border: 1px solid #0A0203;
          cursor: pointer;
          transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='checkbox']:before, .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='radio']:before {
          content: "";
          position: absolute;
          z-index: 1;
          width: 10px;
          height: 8px;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09375 6.7511L4.82818 10.0568L11.3785 1.73096' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s; }
        .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='checkbox']:checked:before, .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='radio']:checked:before {
          opacity: 1;
          visibility: visible; }
        .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='checkbox']:checked:after, .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li input[type='radio']:checked:after {
          background: var(--skin-primary-color);
          border: 1px solid var(--skin-primary-color); }
      .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li label {
        cursor: pointer;
        margin: 0;
        display: block; }
      .layout-collection .sidebar-area .sidebar-content ul.checkbox-list li:hover input:after {
        border: 1px solid var(--skin-primary-color); }
  @media (min-width: 992px) {
    .layout-collection .sidebar-area {
      padding: 40px 12px; }
      .layout-collection .sidebar-area .sidebar-title {
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .layout-collection .sidebar-area .sidebar-title .btn-close {
          display: none; }
      .layout-collection .sidebar-area .sidebar-list {
        gap: 24px; } }

.layout-collection .sidebar-compare {
  padding: 24px 12px;
  margin-top: 34px;
  border: 1px solid #E3E3E3; }
  .layout-collection .sidebar-compare .sidebar-title {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px; }
    .layout-collection .sidebar-compare .sidebar-title h2 {
      letter-spacing: 0.8px;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0;
      flex: 1 1 auto;
      text-transform: uppercase; }
    .layout-collection .sidebar-compare .sidebar-title span {
      color: #717171;
      font-weight: 600; }
  .layout-collection .sidebar-compare .sidebar-content {
    border-top: 1px solid #E3E3E3; }
    .layout-collection .sidebar-compare .sidebar-content .sidebar-list {
      display: flex;
      flex-direction: column; }
      .layout-collection .sidebar-compare .sidebar-content .sidebar-list .item-compare {
        padding: 12px 0;
        border-bottom: 1px solid #E3E3E3; }
      .layout-collection .sidebar-compare .sidebar-content .sidebar-list .empty {
        padding: 24px 0; }
    .layout-collection .sidebar-compare .sidebar-content .box {
      display: flex;
      gap: 10px;
      align-items: center; }
      .layout-collection .sidebar-compare .sidebar-content .box a.remove {
        width: 34px;
        height: 34px; }
      .layout-collection .sidebar-compare .sidebar-content .box .title {
        flex: 1 1 auto; }
      .layout-collection .sidebar-compare .sidebar-content .box .title h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .layout-collection .sidebar-compare .sidebar-content .sidebar-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 12px; }
      .layout-collection .sidebar-compare .sidebar-content .sidebar-action a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 16px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 20px; }
      .layout-collection .sidebar-compare .sidebar-content .sidebar-action a.js-btn-compare-show {
        background: var(--skin-bgbtn-color);
        border: 2px solid var(--skin-borderbtn-color);
        color: var(--skin-textbtn-color); }
        .layout-collection .sidebar-compare .sidebar-content .sidebar-action a.js-btn-compare-show:hover {
          background: #fff;
          border: 2px solid var(--skin-borderbtn-color);
          color: var(--skin-textbtn-color); }

@media (min-width: 992px) {
  .layout-collection .push-wrapper {
    display: flex;
    gap: 16px; }
    .layout-collection .push-wrapper .sidebar-col {
      -ms-flex: 0 0 345px;
      flex: 0 0 345px;
      max-width: 345px; }
    .layout-collection .push-wrapper .maincontent-col {
      -ms-flex: 0 0 calc(100% - 16px - 345px);
      flex: 0 0 calc(100% - 16px - 345px);
      max-width: calc(100% - 16px - 345px); } }

.layout-collection .maincontent-mb {
  display: block;
  background: #fff; }
  .layout-collection .maincontent-mb .title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
    border-bottom: 1px solid var(--skin-primary-color); }
    .layout-collection .maincontent-mb .title h2 {
      letter-spacing: -0.01em;
      font-weight: 600;
      font-size: 16px;
      color: #000;
      margin-bottom: 0;
      flex: 1 1 auto; }
    .layout-collection .maincontent-mb .title .btn-showfilter {
      width: 24px;
      height: 24px;
      background: none;
      border: none;
      outline: none;
      padding: 0; }
  @media (min-width: 992px) {
    .layout-collection .maincontent-mb {
      display: none; } }

.layout-collection .maincontent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 12px;
  margin-bottom: 24px;
  background: #fff; }
  .layout-collection .maincontent-head .choice-view {
    display: flex;
    align-items: center;
    gap: 16px; }
    .layout-collection .maincontent-head .choice-view span {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #000000;
      display: none; }
    .layout-collection .maincontent-head .choice-view .list {
      display: flex;
      align-items: center;
      border-radius: 4px;
      height: 40px;
      width: 80px;
      overflow: hidden; }
      .layout-collection .maincontent-head .choice-view .list a.btn-view {
        width: 40px;
        height: 40px;
        padding: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background: #F3F4F6; }
        .layout-collection .maincontent-head .choice-view .list a.btn-view.active {
          background: var(--skin-primary-color); }
  .layout-collection .maincontent-head .sortby-area {
    display: flex;
    align-items: center;
    gap: 16px; }
    .layout-collection .maincontent-head .sortby-area > span {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #000000; }
    .layout-collection .maincontent-head .sortby-area .sortby {
      position: relative; }
      .layout-collection .maincontent-head .sortby-area .sortby .sortby-title {
        width: 120px;
        border: 1px solid #000000;
        border-radius: 4px;
        padding: 4px 8px;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer; }
        .layout-collection .maincontent-head .sortby-area .sortby .sortby-title span {
          display: inline-block;
          margin-right: 8px;
          overflow: hidden;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          width: calc(100% - 24px); }
        .layout-collection .maincontent-head .sortby-area .sortby .sortby-title svg {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 4px;
          z-index: 1;
          background: #fff;
          margin: auto; }
      .layout-collection .maincontent-head .sortby-area .sortby .sortby-option {
        position: absolute;
        top: 100%;
        right: 0;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        background: #fafafa;
        z-index: 5;
        border-radius: 4px 0 4px 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .layout-collection .maincontent-head .sortby-area .sortby .sortby-option ul {
          display: flex;
          flex-direction: column; }
          .layout-collection .maincontent-head .sortby-area .sortby .sortby-option ul li {
            padding: 4px 14px 4px 0;
            position: relative; }
          .layout-collection .maincontent-head .sortby-area .sortby .sortby-option ul li:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 10px;
            height: 8px;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09375 6.7511L4.82818 10.0568L11.3785 1.73096' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s; }
          .layout-collection .maincontent-head .sortby-area .sortby .sortby-option ul li span {
            display: block;
            cursor: pointer; }
          .layout-collection .maincontent-head .sortby-area .sortby .sortby-option ul li.active:after {
            opacity: 1;
            visibility: visible; }
      .layout-collection .maincontent-head .sortby-area .sortby:hover .sortby-option {
        opacity: 1;
        visibility: visible; }
  @media (min-width: 992px) {
    .layout-collection .maincontent-head {
      padding: 0 16px; }
      .layout-collection .maincontent-head .choice-view span {
        display: block; } }

.layout-collection .products-row.products-list {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  .layout-collection .products-row.products-list .product-loop {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .layout-collection .products-row.products-list .product-loop .loop-wrap {
      flex-direction: row; }
      .layout-collection .products-row.products-list .product-loop .loop-wrap .loop-head {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
      .layout-collection .products-row.products-list .product-loop .loop-wrap .loop-body {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        flex-direction: row;
        border-top: none; }
        .layout-collection .products-row.products-list .product-loop .loop-wrap .loop-body .loop-info {
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
          max-width: 60%;
          text-align: left;
          padding: 0 15px; }
        .layout-collection .products-row.products-list .product-loop .loop-wrap .loop-body .loop-meta {
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          max-width: 40%; }
        .layout-collection .products-row.products-list .product-loop .loop-wrap .loop-body .loop-desc {
          display: block; }

.layout-collection .products-row.products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 10px; }
  .layout-collection .products-row.products-grid .product-loop {
    -ms-flex: 0 0 calc((100% - 10px) /2);
    flex: 0 0 calc((100% - 10px) /2);
    max-width: calc((100% - 10px) /2); }
  @media (min-width: 992px) {
    .layout-collection .products-row.products-grid {
      gap: 30px; }
      .layout-collection .products-row.products-grid .product-loop {
        -ms-flex: 0 0 calc((100% - (30px*2)) /3);
        flex: 0 0 calc((100% - (30px*2)) /3);
        max-width: calc((100% - (30px*2)) /3); } }

.layout-collection .filter-tags--selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px;
  margin-bottom: 24px; }
  .layout-collection .filter-tags--selected .filter-tag {
    position: relative;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #000000;
    font-size: 12px;
    display: none;
    padding: 2px 32px 2px 10px;
    align-items: center; }
    .layout-collection .filter-tags--selected .filter-tag .remove {
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      cursor: pointer;
      display: -ms-flex;
      display: flex; }
    .layout-collection .filter-tags--selected .filter-tag.filter-tag--remove-all {
      cursor: pointer;
      border: 0;
      padding: 2px 10px;
      margin-left: 8px; }
    .layout-collection .filter-tags--selected .filter-tag.opened {
      display: inline-flex; }

.modal-compare {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden; }
  .modal-compare.show-modal-compare {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; }
  .modal-compare .modal-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 42.6px rgba(0, 0, 0, 0.15); }
    .modal-compare .modal-wrapper .modal-inner {
      display: flex;
      align-items: center; }
      .modal-compare .modal-wrapper .modal-inner .modal-list {
        display: flex; }
      .modal-compare .modal-wrapper .modal-inner .empty {
        padding: 0 20px; }
      .modal-compare .modal-wrapper .modal-inner .item-compare {
        width: 160px;
        border-right: 1px solid #E3E3E3; }
      .modal-compare .modal-wrapper .modal-inner .item-loading {
        width: 160px;
        height: 160px; }
      .modal-compare .modal-wrapper .modal-inner .box {
        display: flex;
        flex-direction: column; }
        .modal-compare .modal-wrapper .modal-inner .box .img {
          position: relative;
          overflow: hidden;
          padding-bottom: 90%;
          display: block; }
          .modal-compare .modal-wrapper .modal-inner .box .img img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            object-fit: cover;
            width: 75%;
            margin: auto; }
          .modal-compare .modal-wrapper .modal-inner .box .img a.remove {
            width: 34px;
            height: 34px;
            position: absolute;
            top: 5px;
            right: 4px;
            z-index: 1; }
        .modal-compare .modal-wrapper .modal-inner .box .title {
          text-align: center; }
          .modal-compare .modal-wrapper .modal-inner .box .title h3 {
            height: 24px;
            letter-spacing: 0.5px;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            width: 100%;
            color: var(--skin-link-color-2);
            overflow: hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
    .modal-compare .modal-wrapper .modal-action {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding: 20px;
      height: 160px;
      justify-content: center; }
      .modal-compare .modal-wrapper .modal-action a:not(.btn-clear) {
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 8px 30px;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 600;
        border-radius: 30px;
        outline: none !important;
        box-shadow: none !important;
        text-transform: uppercase;
        background: var(--skin-bgbtn-color);
        border: 2px solid var(--skin-borderbtn-color);
        color: var(--skin-textbtn-color); }
        .modal-compare .modal-wrapper .modal-action a:not(.btn-clear):hover {
          background: #fff;
          border: 2px solid var(--skin-borderbtn-color);
          color: var(--skin-textbtn-color); }
      .modal-compare .modal-wrapper .modal-action .btn-clear {
        text-transform: uppercase;
        font-weight: 600; }

/*-----------------------------------------------------------------*/
/*----PRODUCT----*/
/*-----------------------------------------------------------------*/
.layout-productdetail {
  padding-top: 30px; }
  .layout-productdetail .push-wrapper .wrapper-right {
    padding: 32px 0 30px;
    border-bottom: 1px solid #F1F2F2; }
  .layout-productdetail .push-wrapper .info-detail {
    display: flex;
    gap: 32px;
    flex-direction: column; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--title h1 {
      font-weight: 600;
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 12px; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--title .info-detail--line {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.5px; }
      .layout-productdetail .push-wrapper .info-detail .info-detail--title .info-detail--line + .product-price {
        margin-top: 32px; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price {
      display: flex;
      align-items: center;
      gap: 24px; }
      .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price .pro-price, .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price .pro-sale {
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: -0.01em; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--info .box-info {
      background: #FAFAFA;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      border-radius: 8px; }
      .layout-productdetail .push-wrapper .info-detail .info-detail--info .box-info ul {
        list-style: disc;
        padding-left: 20px; }
        .layout-productdetail .push-wrapper .info-detail .info-detail--info .box-info ul li + li {
          margin-top: 4px; }
      .layout-productdetail .push-wrapper .info-detail .info-detail--info .box-info .content {
        font-size: 14px;
        letter-spacing: 0.5px; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--action .list-actions {
      display: flex;
      gap: 16px;
      align-items: center; }
    .layout-productdetail .push-wrapper .info-detail .info-detail--action .btn {
      padding: 10px 15px;
      height: 48px;
      width: 100%; }
  .layout-productdetail .info-descripttion .head-tab {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #E3E3E3;
    overflow-x: scroll; }
    .layout-productdetail .info-descripttion .head-tab::-webkit-scrollbar {
      display: none; }
  .layout-productdetail .info-descripttion .body-tab {
    background: #FAFAFA;
    margin-bottom: 30px; }
  .layout-productdetail .info-descripttion .tabs-nav {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #F3F4F6;
    border-radius: 100px;
    padding: 6px; }
    .layout-productdetail .info-descripttion .tabs-nav li a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      padding: 16px 30px;
      font-weight: 600;
      text-align: center;
      border-radius: 200px;
      transition: all 0.3s;
      white-space: nowrap; }
    .layout-productdetail .info-descripttion .tabs-nav li.active a {
      background: #ffdd04; }
  .layout-productdetail .info-descripttion .tabs-content {
    padding: 32px; }
    .layout-productdetail .info-descripttion .tabs-content .tab-content {
      display: none; }
    .layout-productdetail .info-descripttion .tabs-content .tab-content.active {
      display: block; }
  .layout-productdetail .info-descripttion .info-video .heading h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    text-align: center; }
  .layout-productdetail .info-descripttion .info-video .content {
    position: relative;
    overflow: hidden;
    padding-bottom: calc((1000 / 1920) * 100%); }
    .layout-productdetail .info-descripttion .info-video .content video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .layout-productdetail .product-specifications table {
    border-collapse: unset;
    border-spacing: 0;
    max-width: 100%;
    width: 100%; }
    .layout-productdetail .product-specifications table td {
      padding: 8px;
      border-right: 1px solid #EBEBEB;
      border-bottom: 1px solid #EBEBEB; }
    .layout-productdetail .product-specifications table tr:nth-of-type(odd) {
      background-color: #EBEBEB; }
    .layout-productdetail .product-specifications table tr:first-child td {
      border-top: 1px solid #EBEBEB; }
    .layout-productdetail .product-specifications table tr td:first-child {
      border-left: 1px solid #EBEBEB;
      width: 40%; }
    .layout-productdetail .product-specifications table tr:first-child td:first-child {
      border-top-left-radius: 8px; }
    .layout-productdetail .product-specifications table tr:first-child td:last-child {
      border-top-right-radius: 8px; }
    .layout-productdetail .product-specifications table tr:last-child td:last-child {
      border-bottom-right-radius: 8px; }
    .layout-productdetail .product-specifications table tr:last-child td:first-child {
      border-bottom-left-radius: 8px; }
  @media (min-width: 992px) {
    .layout-productdetail {
      padding-top: 40px; }
      .layout-productdetail .push-wrapper {
        display: flex;
        gap: 40px; }
        .layout-productdetail .push-wrapper .wrapper-left {
          -ms-flex: 0 0 calc(90% - 40px - 480px);
          flex: 0 0 calc(90% - 40px - 480px);
          max-width: calc(90% - 40px - 480px); }
        .layout-productdetail .push-wrapper .wrapper-right {
          -ms-flex: 0 0 480px;
          flex: 0 0 480px;
          max-width: 480px;
          padding: 40px 0;
          border-bottom: none; }
          .layout-productdetail .push-wrapper .wrapper-right .info-detail {
            position: sticky;
            top: 40px; }
        .layout-productdetail .push-wrapper .gallery-list {
          display: flex;
          flex-direction: column;
          gap: 16px; }
        .layout-productdetail .push-wrapper .info-detail .info-detail--title h1 {
          font-size: 36px;
          line-height: 41px; }
        .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price {
          display: flex;
          align-items: center;
          gap: 24px; }
          .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price .pro-price, .layout-productdetail .push-wrapper .info-detail .info-detail--title .product-price .pro-sale {
            font-size: 24px; }
      .layout-productdetail .info-descripttion {
        width: calc(100% - (111px*2));
        margin: 0 auto 30px; }
        .layout-productdetail .info-descripttion .head-tab {
          border-bottom: none;
          overflow: hidden; }
        .layout-productdetail .info-descripttion .tabs-content {
          padding: 32px 118px; }
        .layout-productdetail .info-descripttion .tabs-nav li.active a {
          padding: 16px 100px; } }

/*-----------------------------------------------------------------*/
/*-----MODAL, SWAL, TOAT-----*/
/*-----------------------------------------------------------------*/
.toast {
  display: none; }

/*-----------------------------------------------------------------*/
/*-----SIDEBAR-----*/
/*-----------------------------------------------------------------*/
body.show-filter .layout-collection .sidebar-col {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1; }

.icon-fixed {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 3; }
  .icon-fixed a {
    display: flex;
    align-items: center; }
    .icon-fixed a svg {
      width: 56px;
      height: 56px; }

/*-----------------------------------------------------------------*/
/*-----BLOG-----*/
/*-----------------------------------------------------------------*/
@media (min-width: 768px) {
  .list-article-content .post-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3); } }

@media (max-width: 767.98px) {
  .list-article-content .post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.list-article-content .post-item .post-content {
  padding: 16px 32px; }

.pagination-blog-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #f1f2f2;
  margin: 30px 0 60px;
  min-height: 60px;
  padding: 0; }
  @media (min-width: 768px) {
    .pagination-blog-wrapper {
      margin-top: 60px; } }
  .pagination-blog-wrapper .pagination-blog-count {
    padding-left: 20px; }
  .pagination-blog-wrapper .pagi-list {
    gap: 0; }
    .pagination-blog-wrapper .pagi-list .page-node {
      font-size: 12px;
      border-left: 2px solid #f1f2f2;
      color: #0a0203;
      display: inline-block;
      vertical-align: top;
      padding: 0 4px;
      text-decoration: none;
      width: 60px;
      height: 56px;
      line-height: 56px;
      font-weight: 600;
      border-radius: 0;
      margin: 0;
      background: transparent; }
      .pagination-blog-wrapper .pagi-list .page-node.current, .pagination-blog-wrapper .pagi-list .page-node:hover {
        color: #FFDD00;
        background: #0a0203;
        border-color: #0a0203;
        margin-top: -2px;
        margin-bottom: -2px;
        line-height: 60px;
        height: 60px; }
        .pagination-blog-wrapper .pagi-list .page-node.current svg path, .pagination-blog-wrapper .pagi-list .page-node:hover svg path {
          fill: #FFDD00; }

#modal-login .modal-body {
  padding: 0; }

#modal-login .modal-login-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px; }
  #modal-login .modal-login-content .title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px; }
  #modal-login .modal-login-content .des {
    font-size: 18px;
    margin-bottom: 15px; }
  #modal-login .modal-login-content .action {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    #modal-login .modal-login-content .action a {
      width: 100%;
      display: block;
      text-align: center;
      flex: 0 0 100%;
      padding: 10px;
      border-radius: 5px;
      font-weight: 700; }
      #modal-login .modal-login-content .action a:nth-child(1) {
        color: #0A0203;
        background: #FFDD00; }
      #modal-login .modal-login-content .action a:nth-child(2) {
        color: #fff;
        background: #0A0203; }

#modal-login .modal-login-banner {
  flex: 0 0 50%;
  max-width: 50%; }

#modal-login .modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px; }
  #modal-login .modal-close-btn button {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px; }
    #modal-login .modal-close-btn button svg {
      width: 15px;
      height: 15px; }

footer {
  background-image: url(//theme.hstatic.net/200000874831/1001346884/14/b.png?v=1090); }

.layout-productdetail-new .product-title .product-price {
  font-size: 18px; }

.temp-index .product-loop .loop-wrap .loop-body .loop-desc, .temp-collection .product-loop .loop-wrap .loop-body .loop-desc {
  display: none; }

@media (max-width: 991px) {
  #modal-login .modal-content .modal-body .d-flex {
    flex-direction: column-reverse;
    padding: 15px; }
  #modal-login .modal-content .modal-body .d-flex .modal-login-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  #modal-login .modal-content .modal-body .d-flex .modal-login-banner {
    flex: 0 0 100%;
    max-width: 100%; } }

.main-header--logo img {
  width: 50px; }
