@charset "UTF-8";
:root {
  --primary-color: #AC6465;
  --secondary-color: #2ecc71;
  --accent-color: #e74c3c;
  --background-color: #f5f5f5;
  --text-color: #333;
  --Jadau-Dark-Grey: #505050;
  --light-grey: #989898;
  --Deep-Puce: #AC6465;
  --Thumbnails-Grey: #F3F3F3;
  --New-light-grey: #8D8D8D;
  --skin-link-color-2: #AC6465;
  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1); }

/*--------custom utility classes------------*/
.icon-h-0 {
  height: 0px !important; }

.icon-w-0 {
  width: 0px !important; }

.gap-0 {
  gap: 0px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-0 {
    height: 0px !important; }
  .icon-sm-w-0 {
    width: 0px !important; }
  .gap-sm-0 {
    gap: 0px !important; } }

@media (min-width: 768px) {
  .icon-md-h-0 {
    height: 0px !important; }
  .icon-md-w-0 {
    width: 0px !important; }
  .gap-md-0 {
    gap: 0px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-0 {
    height: 0px !important; }
  .icon-lg-w-0 {
    width: 0px !important; }
  .gap-lg-0 {
    gap: 0px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-0 {
    height: 0px !important; }
  .icon-xl-w-0 {
    width: 0px !important; }
  .gap-xl-0 {
    gap: 0px !important; } }

.icon-h-1 {
  height: 1px !important; }

.icon-w-1 {
  width: 1px !important; }

.gap-1 {
  gap: 1px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-1 {
    height: 1px !important; }
  .icon-sm-w-1 {
    width: 1px !important; }
  .gap-sm-1 {
    gap: 1px !important; } }

@media (min-width: 768px) {
  .icon-md-h-1 {
    height: 1px !important; }
  .icon-md-w-1 {
    width: 1px !important; }
  .gap-md-1 {
    gap: 1px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-1 {
    height: 1px !important; }
  .icon-lg-w-1 {
    width: 1px !important; }
  .gap-lg-1 {
    gap: 1px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-1 {
    height: 1px !important; }
  .icon-xl-w-1 {
    width: 1px !important; }
  .gap-xl-1 {
    gap: 1px !important; } }

.icon-h-2 {
  height: 2px !important; }

.icon-w-2 {
  width: 2px !important; }

.gap-2 {
  gap: 2px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-2 {
    height: 2px !important; }
  .icon-sm-w-2 {
    width: 2px !important; }
  .gap-sm-2 {
    gap: 2px !important; } }

@media (min-width: 768px) {
  .icon-md-h-2 {
    height: 2px !important; }
  .icon-md-w-2 {
    width: 2px !important; }
  .gap-md-2 {
    gap: 2px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-2 {
    height: 2px !important; }
  .icon-lg-w-2 {
    width: 2px !important; }
  .gap-lg-2 {
    gap: 2px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-2 {
    height: 2px !important; }
  .icon-xl-w-2 {
    width: 2px !important; }
  .gap-xl-2 {
    gap: 2px !important; } }

.icon-h-3 {
  height: 3px !important; }

.icon-w-3 {
  width: 3px !important; }

.gap-3 {
  gap: 3px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-3 {
    height: 3px !important; }
  .icon-sm-w-3 {
    width: 3px !important; }
  .gap-sm-3 {
    gap: 3px !important; } }

@media (min-width: 768px) {
  .icon-md-h-3 {
    height: 3px !important; }
  .icon-md-w-3 {
    width: 3px !important; }
  .gap-md-3 {
    gap: 3px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-3 {
    height: 3px !important; }
  .icon-lg-w-3 {
    width: 3px !important; }
  .gap-lg-3 {
    gap: 3px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-3 {
    height: 3px !important; }
  .icon-xl-w-3 {
    width: 3px !important; }
  .gap-xl-3 {
    gap: 3px !important; } }

.icon-h-4 {
  height: 4px !important; }

.icon-w-4 {
  width: 4px !important; }

.gap-4 {
  gap: 4px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-4 {
    height: 4px !important; }
  .icon-sm-w-4 {
    width: 4px !important; }
  .gap-sm-4 {
    gap: 4px !important; } }

@media (min-width: 768px) {
  .icon-md-h-4 {
    height: 4px !important; }
  .icon-md-w-4 {
    width: 4px !important; }
  .gap-md-4 {
    gap: 4px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-4 {
    height: 4px !important; }
  .icon-lg-w-4 {
    width: 4px !important; }
  .gap-lg-4 {
    gap: 4px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-4 {
    height: 4px !important; }
  .icon-xl-w-4 {
    width: 4px !important; }
  .gap-xl-4 {
    gap: 4px !important; } }

.icon-h-5 {
  height: 5px !important; }

.icon-w-5 {
  width: 5px !important; }

.gap-5 {
  gap: 5px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-5 {
    height: 5px !important; }
  .icon-sm-w-5 {
    width: 5px !important; }
  .gap-sm-5 {
    gap: 5px !important; } }

@media (min-width: 768px) {
  .icon-md-h-5 {
    height: 5px !important; }
  .icon-md-w-5 {
    width: 5px !important; }
  .gap-md-5 {
    gap: 5px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-5 {
    height: 5px !important; }
  .icon-lg-w-5 {
    width: 5px !important; }
  .gap-lg-5 {
    gap: 5px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-5 {
    height: 5px !important; }
  .icon-xl-w-5 {
    width: 5px !important; }
  .gap-xl-5 {
    gap: 5px !important; } }

.icon-h-6 {
  height: 6px !important; }

.icon-w-6 {
  width: 6px !important; }

.gap-6 {
  gap: 6px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-6 {
    height: 6px !important; }
  .icon-sm-w-6 {
    width: 6px !important; }
  .gap-sm-6 {
    gap: 6px !important; } }

@media (min-width: 768px) {
  .icon-md-h-6 {
    height: 6px !important; }
  .icon-md-w-6 {
    width: 6px !important; }
  .gap-md-6 {
    gap: 6px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-6 {
    height: 6px !important; }
  .icon-lg-w-6 {
    width: 6px !important; }
  .gap-lg-6 {
    gap: 6px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-6 {
    height: 6px !important; }
  .icon-xl-w-6 {
    width: 6px !important; }
  .gap-xl-6 {
    gap: 6px !important; } }

.icon-h-7 {
  height: 7px !important; }

.icon-w-7 {
  width: 7px !important; }

.gap-7 {
  gap: 7px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-7 {
    height: 7px !important; }
  .icon-sm-w-7 {
    width: 7px !important; }
  .gap-sm-7 {
    gap: 7px !important; } }

@media (min-width: 768px) {
  .icon-md-h-7 {
    height: 7px !important; }
  .icon-md-w-7 {
    width: 7px !important; }
  .gap-md-7 {
    gap: 7px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-7 {
    height: 7px !important; }
  .icon-lg-w-7 {
    width: 7px !important; }
  .gap-lg-7 {
    gap: 7px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-7 {
    height: 7px !important; }
  .icon-xl-w-7 {
    width: 7px !important; }
  .gap-xl-7 {
    gap: 7px !important; } }

.icon-h-8 {
  height: 8px !important; }

.icon-w-8 {
  width: 8px !important; }

.gap-8 {
  gap: 8px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-8 {
    height: 8px !important; }
  .icon-sm-w-8 {
    width: 8px !important; }
  .gap-sm-8 {
    gap: 8px !important; } }

@media (min-width: 768px) {
  .icon-md-h-8 {
    height: 8px !important; }
  .icon-md-w-8 {
    width: 8px !important; }
  .gap-md-8 {
    gap: 8px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-8 {
    height: 8px !important; }
  .icon-lg-w-8 {
    width: 8px !important; }
  .gap-lg-8 {
    gap: 8px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-8 {
    height: 8px !important; }
  .icon-xl-w-8 {
    width: 8px !important; }
  .gap-xl-8 {
    gap: 8px !important; } }

.icon-h-9 {
  height: 9px !important; }

.icon-w-9 {
  width: 9px !important; }

.gap-9 {
  gap: 9px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-9 {
    height: 9px !important; }
  .icon-sm-w-9 {
    width: 9px !important; }
  .gap-sm-9 {
    gap: 9px !important; } }

@media (min-width: 768px) {
  .icon-md-h-9 {
    height: 9px !important; }
  .icon-md-w-9 {
    width: 9px !important; }
  .gap-md-9 {
    gap: 9px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-9 {
    height: 9px !important; }
  .icon-lg-w-9 {
    width: 9px !important; }
  .gap-lg-9 {
    gap: 9px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-9 {
    height: 9px !important; }
  .icon-xl-w-9 {
    width: 9px !important; }
  .gap-xl-9 {
    gap: 9px !important; } }

.icon-h-10 {
  height: 10px !important; }

.icon-w-10 {
  width: 10px !important; }

.gap-10 {
  gap: 10px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-10 {
    height: 10px !important; }
  .icon-sm-w-10 {
    width: 10px !important; }
  .gap-sm-10 {
    gap: 10px !important; } }

@media (min-width: 768px) {
  .icon-md-h-10 {
    height: 10px !important; }
  .icon-md-w-10 {
    width: 10px !important; }
  .gap-md-10 {
    gap: 10px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-10 {
    height: 10px !important; }
  .icon-lg-w-10 {
    width: 10px !important; }
  .gap-lg-10 {
    gap: 10px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-10 {
    height: 10px !important; }
  .icon-xl-w-10 {
    width: 10px !important; }
  .gap-xl-10 {
    gap: 10px !important; } }

.icon-h-11 {
  height: 11px !important; }

.icon-w-11 {
  width: 11px !important; }

.gap-11 {
  gap: 11px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-11 {
    height: 11px !important; }
  .icon-sm-w-11 {
    width: 11px !important; }
  .gap-sm-11 {
    gap: 11px !important; } }

@media (min-width: 768px) {
  .icon-md-h-11 {
    height: 11px !important; }
  .icon-md-w-11 {
    width: 11px !important; }
  .gap-md-11 {
    gap: 11px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-11 {
    height: 11px !important; }
  .icon-lg-w-11 {
    width: 11px !important; }
  .gap-lg-11 {
    gap: 11px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-11 {
    height: 11px !important; }
  .icon-xl-w-11 {
    width: 11px !important; }
  .gap-xl-11 {
    gap: 11px !important; } }

.icon-h-12 {
  height: 12px !important; }

.icon-w-12 {
  width: 12px !important; }

.gap-12 {
  gap: 12px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-12 {
    height: 12px !important; }
  .icon-sm-w-12 {
    width: 12px !important; }
  .gap-sm-12 {
    gap: 12px !important; } }

@media (min-width: 768px) {
  .icon-md-h-12 {
    height: 12px !important; }
  .icon-md-w-12 {
    width: 12px !important; }
  .gap-md-12 {
    gap: 12px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-12 {
    height: 12px !important; }
  .icon-lg-w-12 {
    width: 12px !important; }
  .gap-lg-12 {
    gap: 12px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-12 {
    height: 12px !important; }
  .icon-xl-w-12 {
    width: 12px !important; }
  .gap-xl-12 {
    gap: 12px !important; } }

.icon-h-13 {
  height: 13px !important; }

.icon-w-13 {
  width: 13px !important; }

.gap-13 {
  gap: 13px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-13 {
    height: 13px !important; }
  .icon-sm-w-13 {
    width: 13px !important; }
  .gap-sm-13 {
    gap: 13px !important; } }

@media (min-width: 768px) {
  .icon-md-h-13 {
    height: 13px !important; }
  .icon-md-w-13 {
    width: 13px !important; }
  .gap-md-13 {
    gap: 13px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-13 {
    height: 13px !important; }
  .icon-lg-w-13 {
    width: 13px !important; }
  .gap-lg-13 {
    gap: 13px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-13 {
    height: 13px !important; }
  .icon-xl-w-13 {
    width: 13px !important; }
  .gap-xl-13 {
    gap: 13px !important; } }

.icon-h-14 {
  height: 14px !important; }

.icon-w-14 {
  width: 14px !important; }

.gap-14 {
  gap: 14px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-14 {
    height: 14px !important; }
  .icon-sm-w-14 {
    width: 14px !important; }
  .gap-sm-14 {
    gap: 14px !important; } }

@media (min-width: 768px) {
  .icon-md-h-14 {
    height: 14px !important; }
  .icon-md-w-14 {
    width: 14px !important; }
  .gap-md-14 {
    gap: 14px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-14 {
    height: 14px !important; }
  .icon-lg-w-14 {
    width: 14px !important; }
  .gap-lg-14 {
    gap: 14px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-14 {
    height: 14px !important; }
  .icon-xl-w-14 {
    width: 14px !important; }
  .gap-xl-14 {
    gap: 14px !important; } }

.icon-h-15 {
  height: 15px !important; }

.icon-w-15 {
  width: 15px !important; }

.gap-15 {
  gap: 15px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-15 {
    height: 15px !important; }
  .icon-sm-w-15 {
    width: 15px !important; }
  .gap-sm-15 {
    gap: 15px !important; } }

@media (min-width: 768px) {
  .icon-md-h-15 {
    height: 15px !important; }
  .icon-md-w-15 {
    width: 15px !important; }
  .gap-md-15 {
    gap: 15px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-15 {
    height: 15px !important; }
  .icon-lg-w-15 {
    width: 15px !important; }
  .gap-lg-15 {
    gap: 15px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-15 {
    height: 15px !important; }
  .icon-xl-w-15 {
    width: 15px !important; }
  .gap-xl-15 {
    gap: 15px !important; } }

.icon-h-16 {
  height: 16px !important; }

.icon-w-16 {
  width: 16px !important; }

.gap-16 {
  gap: 16px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-16 {
    height: 16px !important; }
  .icon-sm-w-16 {
    width: 16px !important; }
  .gap-sm-16 {
    gap: 16px !important; } }

@media (min-width: 768px) {
  .icon-md-h-16 {
    height: 16px !important; }
  .icon-md-w-16 {
    width: 16px !important; }
  .gap-md-16 {
    gap: 16px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-16 {
    height: 16px !important; }
  .icon-lg-w-16 {
    width: 16px !important; }
  .gap-lg-16 {
    gap: 16px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-16 {
    height: 16px !important; }
  .icon-xl-w-16 {
    width: 16px !important; }
  .gap-xl-16 {
    gap: 16px !important; } }

.icon-h-17 {
  height: 17px !important; }

.icon-w-17 {
  width: 17px !important; }

.gap-17 {
  gap: 17px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-17 {
    height: 17px !important; }
  .icon-sm-w-17 {
    width: 17px !important; }
  .gap-sm-17 {
    gap: 17px !important; } }

@media (min-width: 768px) {
  .icon-md-h-17 {
    height: 17px !important; }
  .icon-md-w-17 {
    width: 17px !important; }
  .gap-md-17 {
    gap: 17px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-17 {
    height: 17px !important; }
  .icon-lg-w-17 {
    width: 17px !important; }
  .gap-lg-17 {
    gap: 17px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-17 {
    height: 17px !important; }
  .icon-xl-w-17 {
    width: 17px !important; }
  .gap-xl-17 {
    gap: 17px !important; } }

.icon-h-18 {
  height: 18px !important; }

.icon-w-18 {
  width: 18px !important; }

.gap-18 {
  gap: 18px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-18 {
    height: 18px !important; }
  .icon-sm-w-18 {
    width: 18px !important; }
  .gap-sm-18 {
    gap: 18px !important; } }

@media (min-width: 768px) {
  .icon-md-h-18 {
    height: 18px !important; }
  .icon-md-w-18 {
    width: 18px !important; }
  .gap-md-18 {
    gap: 18px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-18 {
    height: 18px !important; }
  .icon-lg-w-18 {
    width: 18px !important; }
  .gap-lg-18 {
    gap: 18px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-18 {
    height: 18px !important; }
  .icon-xl-w-18 {
    width: 18px !important; }
  .gap-xl-18 {
    gap: 18px !important; } }

.icon-h-19 {
  height: 19px !important; }

.icon-w-19 {
  width: 19px !important; }

.gap-19 {
  gap: 19px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-19 {
    height: 19px !important; }
  .icon-sm-w-19 {
    width: 19px !important; }
  .gap-sm-19 {
    gap: 19px !important; } }

@media (min-width: 768px) {
  .icon-md-h-19 {
    height: 19px !important; }
  .icon-md-w-19 {
    width: 19px !important; }
  .gap-md-19 {
    gap: 19px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-19 {
    height: 19px !important; }
  .icon-lg-w-19 {
    width: 19px !important; }
  .gap-lg-19 {
    gap: 19px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-19 {
    height: 19px !important; }
  .icon-xl-w-19 {
    width: 19px !important; }
  .gap-xl-19 {
    gap: 19px !important; } }

.icon-h-20 {
  height: 20px !important; }

.icon-w-20 {
  width: 20px !important; }

.gap-20 {
  gap: 20px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-20 {
    height: 20px !important; }
  .icon-sm-w-20 {
    width: 20px !important; }
  .gap-sm-20 {
    gap: 20px !important; } }

@media (min-width: 768px) {
  .icon-md-h-20 {
    height: 20px !important; }
  .icon-md-w-20 {
    width: 20px !important; }
  .gap-md-20 {
    gap: 20px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-20 {
    height: 20px !important; }
  .icon-lg-w-20 {
    width: 20px !important; }
  .gap-lg-20 {
    gap: 20px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-20 {
    height: 20px !important; }
  .icon-xl-w-20 {
    width: 20px !important; }
  .gap-xl-20 {
    gap: 20px !important; } }

.icon-h-21 {
  height: 21px !important; }

.icon-w-21 {
  width: 21px !important; }

.gap-21 {
  gap: 21px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-21 {
    height: 21px !important; }
  .icon-sm-w-21 {
    width: 21px !important; }
  .gap-sm-21 {
    gap: 21px !important; } }

@media (min-width: 768px) {
  .icon-md-h-21 {
    height: 21px !important; }
  .icon-md-w-21 {
    width: 21px !important; }
  .gap-md-21 {
    gap: 21px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-21 {
    height: 21px !important; }
  .icon-lg-w-21 {
    width: 21px !important; }
  .gap-lg-21 {
    gap: 21px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-21 {
    height: 21px !important; }
  .icon-xl-w-21 {
    width: 21px !important; }
  .gap-xl-21 {
    gap: 21px !important; } }

.icon-h-22 {
  height: 22px !important; }

.icon-w-22 {
  width: 22px !important; }

.gap-22 {
  gap: 22px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-22 {
    height: 22px !important; }
  .icon-sm-w-22 {
    width: 22px !important; }
  .gap-sm-22 {
    gap: 22px !important; } }

@media (min-width: 768px) {
  .icon-md-h-22 {
    height: 22px !important; }
  .icon-md-w-22 {
    width: 22px !important; }
  .gap-md-22 {
    gap: 22px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-22 {
    height: 22px !important; }
  .icon-lg-w-22 {
    width: 22px !important; }
  .gap-lg-22 {
    gap: 22px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-22 {
    height: 22px !important; }
  .icon-xl-w-22 {
    width: 22px !important; }
  .gap-xl-22 {
    gap: 22px !important; } }

.icon-h-23 {
  height: 23px !important; }

.icon-w-23 {
  width: 23px !important; }

.gap-23 {
  gap: 23px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-23 {
    height: 23px !important; }
  .icon-sm-w-23 {
    width: 23px !important; }
  .gap-sm-23 {
    gap: 23px !important; } }

@media (min-width: 768px) {
  .icon-md-h-23 {
    height: 23px !important; }
  .icon-md-w-23 {
    width: 23px !important; }
  .gap-md-23 {
    gap: 23px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-23 {
    height: 23px !important; }
  .icon-lg-w-23 {
    width: 23px !important; }
  .gap-lg-23 {
    gap: 23px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-23 {
    height: 23px !important; }
  .icon-xl-w-23 {
    width: 23px !important; }
  .gap-xl-23 {
    gap: 23px !important; } }

.icon-h-24 {
  height: 24px !important; }

.icon-w-24 {
  width: 24px !important; }

.gap-24 {
  gap: 24px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-24 {
    height: 24px !important; }
  .icon-sm-w-24 {
    width: 24px !important; }
  .gap-sm-24 {
    gap: 24px !important; } }

@media (min-width: 768px) {
  .icon-md-h-24 {
    height: 24px !important; }
  .icon-md-w-24 {
    width: 24px !important; }
  .gap-md-24 {
    gap: 24px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-24 {
    height: 24px !important; }
  .icon-lg-w-24 {
    width: 24px !important; }
  .gap-lg-24 {
    gap: 24px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-24 {
    height: 24px !important; }
  .icon-xl-w-24 {
    width: 24px !important; }
  .gap-xl-24 {
    gap: 24px !important; } }

.icon-h-25 {
  height: 25px !important; }

.icon-w-25 {
  width: 25px !important; }

.gap-25 {
  gap: 25px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-25 {
    height: 25px !important; }
  .icon-sm-w-25 {
    width: 25px !important; }
  .gap-sm-25 {
    gap: 25px !important; } }

@media (min-width: 768px) {
  .icon-md-h-25 {
    height: 25px !important; }
  .icon-md-w-25 {
    width: 25px !important; }
  .gap-md-25 {
    gap: 25px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-25 {
    height: 25px !important; }
  .icon-lg-w-25 {
    width: 25px !important; }
  .gap-lg-25 {
    gap: 25px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-25 {
    height: 25px !important; }
  .icon-xl-w-25 {
    width: 25px !important; }
  .gap-xl-25 {
    gap: 25px !important; } }

.icon-h-26 {
  height: 26px !important; }

.icon-w-26 {
  width: 26px !important; }

.gap-26 {
  gap: 26px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-26 {
    height: 26px !important; }
  .icon-sm-w-26 {
    width: 26px !important; }
  .gap-sm-26 {
    gap: 26px !important; } }

@media (min-width: 768px) {
  .icon-md-h-26 {
    height: 26px !important; }
  .icon-md-w-26 {
    width: 26px !important; }
  .gap-md-26 {
    gap: 26px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-26 {
    height: 26px !important; }
  .icon-lg-w-26 {
    width: 26px !important; }
  .gap-lg-26 {
    gap: 26px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-26 {
    height: 26px !important; }
  .icon-xl-w-26 {
    width: 26px !important; }
  .gap-xl-26 {
    gap: 26px !important; } }

.icon-h-27 {
  height: 27px !important; }

.icon-w-27 {
  width: 27px !important; }

.gap-27 {
  gap: 27px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-27 {
    height: 27px !important; }
  .icon-sm-w-27 {
    width: 27px !important; }
  .gap-sm-27 {
    gap: 27px !important; } }

@media (min-width: 768px) {
  .icon-md-h-27 {
    height: 27px !important; }
  .icon-md-w-27 {
    width: 27px !important; }
  .gap-md-27 {
    gap: 27px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-27 {
    height: 27px !important; }
  .icon-lg-w-27 {
    width: 27px !important; }
  .gap-lg-27 {
    gap: 27px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-27 {
    height: 27px !important; }
  .icon-xl-w-27 {
    width: 27px !important; }
  .gap-xl-27 {
    gap: 27px !important; } }

.icon-h-28 {
  height: 28px !important; }

.icon-w-28 {
  width: 28px !important; }

.gap-28 {
  gap: 28px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-28 {
    height: 28px !important; }
  .icon-sm-w-28 {
    width: 28px !important; }
  .gap-sm-28 {
    gap: 28px !important; } }

@media (min-width: 768px) {
  .icon-md-h-28 {
    height: 28px !important; }
  .icon-md-w-28 {
    width: 28px !important; }
  .gap-md-28 {
    gap: 28px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-28 {
    height: 28px !important; }
  .icon-lg-w-28 {
    width: 28px !important; }
  .gap-lg-28 {
    gap: 28px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-28 {
    height: 28px !important; }
  .icon-xl-w-28 {
    width: 28px !important; }
  .gap-xl-28 {
    gap: 28px !important; } }

.icon-h-29 {
  height: 29px !important; }

.icon-w-29 {
  width: 29px !important; }

.gap-29 {
  gap: 29px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-29 {
    height: 29px !important; }
  .icon-sm-w-29 {
    width: 29px !important; }
  .gap-sm-29 {
    gap: 29px !important; } }

@media (min-width: 768px) {
  .icon-md-h-29 {
    height: 29px !important; }
  .icon-md-w-29 {
    width: 29px !important; }
  .gap-md-29 {
    gap: 29px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-29 {
    height: 29px !important; }
  .icon-lg-w-29 {
    width: 29px !important; }
  .gap-lg-29 {
    gap: 29px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-29 {
    height: 29px !important; }
  .icon-xl-w-29 {
    width: 29px !important; }
  .gap-xl-29 {
    gap: 29px !important; } }

.icon-h-30 {
  height: 30px !important; }

.icon-w-30 {
  width: 30px !important; }

.gap-30 {
  gap: 30px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-30 {
    height: 30px !important; }
  .icon-sm-w-30 {
    width: 30px !important; }
  .gap-sm-30 {
    gap: 30px !important; } }

@media (min-width: 768px) {
  .icon-md-h-30 {
    height: 30px !important; }
  .icon-md-w-30 {
    width: 30px !important; }
  .gap-md-30 {
    gap: 30px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-30 {
    height: 30px !important; }
  .icon-lg-w-30 {
    width: 30px !important; }
  .gap-lg-30 {
    gap: 30px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-30 {
    height: 30px !important; }
  .icon-xl-w-30 {
    width: 30px !important; }
  .gap-xl-30 {
    gap: 30px !important; } }

.icon-h-31 {
  height: 31px !important; }

.icon-w-31 {
  width: 31px !important; }

.gap-31 {
  gap: 31px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-31 {
    height: 31px !important; }
  .icon-sm-w-31 {
    width: 31px !important; }
  .gap-sm-31 {
    gap: 31px !important; } }

@media (min-width: 768px) {
  .icon-md-h-31 {
    height: 31px !important; }
  .icon-md-w-31 {
    width: 31px !important; }
  .gap-md-31 {
    gap: 31px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-31 {
    height: 31px !important; }
  .icon-lg-w-31 {
    width: 31px !important; }
  .gap-lg-31 {
    gap: 31px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-31 {
    height: 31px !important; }
  .icon-xl-w-31 {
    width: 31px !important; }
  .gap-xl-31 {
    gap: 31px !important; } }

.icon-h-32 {
  height: 32px !important; }

.icon-w-32 {
  width: 32px !important; }

.gap-32 {
  gap: 32px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-32 {
    height: 32px !important; }
  .icon-sm-w-32 {
    width: 32px !important; }
  .gap-sm-32 {
    gap: 32px !important; } }

@media (min-width: 768px) {
  .icon-md-h-32 {
    height: 32px !important; }
  .icon-md-w-32 {
    width: 32px !important; }
  .gap-md-32 {
    gap: 32px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-32 {
    height: 32px !important; }
  .icon-lg-w-32 {
    width: 32px !important; }
  .gap-lg-32 {
    gap: 32px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-32 {
    height: 32px !important; }
  .icon-xl-w-32 {
    width: 32px !important; }
  .gap-xl-32 {
    gap: 32px !important; } }

.icon-h-33 {
  height: 33px !important; }

.icon-w-33 {
  width: 33px !important; }

.gap-33 {
  gap: 33px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-33 {
    height: 33px !important; }
  .icon-sm-w-33 {
    width: 33px !important; }
  .gap-sm-33 {
    gap: 33px !important; } }

@media (min-width: 768px) {
  .icon-md-h-33 {
    height: 33px !important; }
  .icon-md-w-33 {
    width: 33px !important; }
  .gap-md-33 {
    gap: 33px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-33 {
    height: 33px !important; }
  .icon-lg-w-33 {
    width: 33px !important; }
  .gap-lg-33 {
    gap: 33px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-33 {
    height: 33px !important; }
  .icon-xl-w-33 {
    width: 33px !important; }
  .gap-xl-33 {
    gap: 33px !important; } }

.icon-h-34 {
  height: 34px !important; }

.icon-w-34 {
  width: 34px !important; }

.gap-34 {
  gap: 34px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-34 {
    height: 34px !important; }
  .icon-sm-w-34 {
    width: 34px !important; }
  .gap-sm-34 {
    gap: 34px !important; } }

@media (min-width: 768px) {
  .icon-md-h-34 {
    height: 34px !important; }
  .icon-md-w-34 {
    width: 34px !important; }
  .gap-md-34 {
    gap: 34px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-34 {
    height: 34px !important; }
  .icon-lg-w-34 {
    width: 34px !important; }
  .gap-lg-34 {
    gap: 34px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-34 {
    height: 34px !important; }
  .icon-xl-w-34 {
    width: 34px !important; }
  .gap-xl-34 {
    gap: 34px !important; } }

.icon-h-35 {
  height: 35px !important; }

.icon-w-35 {
  width: 35px !important; }

.gap-35 {
  gap: 35px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-35 {
    height: 35px !important; }
  .icon-sm-w-35 {
    width: 35px !important; }
  .gap-sm-35 {
    gap: 35px !important; } }

@media (min-width: 768px) {
  .icon-md-h-35 {
    height: 35px !important; }
  .icon-md-w-35 {
    width: 35px !important; }
  .gap-md-35 {
    gap: 35px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-35 {
    height: 35px !important; }
  .icon-lg-w-35 {
    width: 35px !important; }
  .gap-lg-35 {
    gap: 35px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-35 {
    height: 35px !important; }
  .icon-xl-w-35 {
    width: 35px !important; }
  .gap-xl-35 {
    gap: 35px !important; } }

.icon-h-36 {
  height: 36px !important; }

.icon-w-36 {
  width: 36px !important; }

.gap-36 {
  gap: 36px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-36 {
    height: 36px !important; }
  .icon-sm-w-36 {
    width: 36px !important; }
  .gap-sm-36 {
    gap: 36px !important; } }

@media (min-width: 768px) {
  .icon-md-h-36 {
    height: 36px !important; }
  .icon-md-w-36 {
    width: 36px !important; }
  .gap-md-36 {
    gap: 36px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-36 {
    height: 36px !important; }
  .icon-lg-w-36 {
    width: 36px !important; }
  .gap-lg-36 {
    gap: 36px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-36 {
    height: 36px !important; }
  .icon-xl-w-36 {
    width: 36px !important; }
  .gap-xl-36 {
    gap: 36px !important; } }

.icon-h-37 {
  height: 37px !important; }

.icon-w-37 {
  width: 37px !important; }

.gap-37 {
  gap: 37px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-37 {
    height: 37px !important; }
  .icon-sm-w-37 {
    width: 37px !important; }
  .gap-sm-37 {
    gap: 37px !important; } }

@media (min-width: 768px) {
  .icon-md-h-37 {
    height: 37px !important; }
  .icon-md-w-37 {
    width: 37px !important; }
  .gap-md-37 {
    gap: 37px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-37 {
    height: 37px !important; }
  .icon-lg-w-37 {
    width: 37px !important; }
  .gap-lg-37 {
    gap: 37px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-37 {
    height: 37px !important; }
  .icon-xl-w-37 {
    width: 37px !important; }
  .gap-xl-37 {
    gap: 37px !important; } }

.icon-h-38 {
  height: 38px !important; }

.icon-w-38 {
  width: 38px !important; }

.gap-38 {
  gap: 38px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-38 {
    height: 38px !important; }
  .icon-sm-w-38 {
    width: 38px !important; }
  .gap-sm-38 {
    gap: 38px !important; } }

@media (min-width: 768px) {
  .icon-md-h-38 {
    height: 38px !important; }
  .icon-md-w-38 {
    width: 38px !important; }
  .gap-md-38 {
    gap: 38px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-38 {
    height: 38px !important; }
  .icon-lg-w-38 {
    width: 38px !important; }
  .gap-lg-38 {
    gap: 38px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-38 {
    height: 38px !important; }
  .icon-xl-w-38 {
    width: 38px !important; }
  .gap-xl-38 {
    gap: 38px !important; } }

.icon-h-39 {
  height: 39px !important; }

.icon-w-39 {
  width: 39px !important; }

.gap-39 {
  gap: 39px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-39 {
    height: 39px !important; }
  .icon-sm-w-39 {
    width: 39px !important; }
  .gap-sm-39 {
    gap: 39px !important; } }

@media (min-width: 768px) {
  .icon-md-h-39 {
    height: 39px !important; }
  .icon-md-w-39 {
    width: 39px !important; }
  .gap-md-39 {
    gap: 39px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-39 {
    height: 39px !important; }
  .icon-lg-w-39 {
    width: 39px !important; }
  .gap-lg-39 {
    gap: 39px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-39 {
    height: 39px !important; }
  .icon-xl-w-39 {
    width: 39px !important; }
  .gap-xl-39 {
    gap: 39px !important; } }

.icon-h-40 {
  height: 40px !important; }

.icon-w-40 {
  width: 40px !important; }

.gap-40 {
  gap: 40px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-40 {
    height: 40px !important; }
  .icon-sm-w-40 {
    width: 40px !important; }
  .gap-sm-40 {
    gap: 40px !important; } }

@media (min-width: 768px) {
  .icon-md-h-40 {
    height: 40px !important; }
  .icon-md-w-40 {
    width: 40px !important; }
  .gap-md-40 {
    gap: 40px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-40 {
    height: 40px !important; }
  .icon-lg-w-40 {
    width: 40px !important; }
  .gap-lg-40 {
    gap: 40px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-40 {
    height: 40px !important; }
  .icon-xl-w-40 {
    width: 40px !important; }
  .gap-xl-40 {
    gap: 40px !important; } }

.icon-h-41 {
  height: 41px !important; }

.icon-w-41 {
  width: 41px !important; }

.gap-41 {
  gap: 41px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-41 {
    height: 41px !important; }
  .icon-sm-w-41 {
    width: 41px !important; }
  .gap-sm-41 {
    gap: 41px !important; } }

@media (min-width: 768px) {
  .icon-md-h-41 {
    height: 41px !important; }
  .icon-md-w-41 {
    width: 41px !important; }
  .gap-md-41 {
    gap: 41px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-41 {
    height: 41px !important; }
  .icon-lg-w-41 {
    width: 41px !important; }
  .gap-lg-41 {
    gap: 41px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-41 {
    height: 41px !important; }
  .icon-xl-w-41 {
    width: 41px !important; }
  .gap-xl-41 {
    gap: 41px !important; } }

.icon-h-42 {
  height: 42px !important; }

.icon-w-42 {
  width: 42px !important; }

.gap-42 {
  gap: 42px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-42 {
    height: 42px !important; }
  .icon-sm-w-42 {
    width: 42px !important; }
  .gap-sm-42 {
    gap: 42px !important; } }

@media (min-width: 768px) {
  .icon-md-h-42 {
    height: 42px !important; }
  .icon-md-w-42 {
    width: 42px !important; }
  .gap-md-42 {
    gap: 42px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-42 {
    height: 42px !important; }
  .icon-lg-w-42 {
    width: 42px !important; }
  .gap-lg-42 {
    gap: 42px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-42 {
    height: 42px !important; }
  .icon-xl-w-42 {
    width: 42px !important; }
  .gap-xl-42 {
    gap: 42px !important; } }

.icon-h-43 {
  height: 43px !important; }

.icon-w-43 {
  width: 43px !important; }

.gap-43 {
  gap: 43px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-43 {
    height: 43px !important; }
  .icon-sm-w-43 {
    width: 43px !important; }
  .gap-sm-43 {
    gap: 43px !important; } }

@media (min-width: 768px) {
  .icon-md-h-43 {
    height: 43px !important; }
  .icon-md-w-43 {
    width: 43px !important; }
  .gap-md-43 {
    gap: 43px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-43 {
    height: 43px !important; }
  .icon-lg-w-43 {
    width: 43px !important; }
  .gap-lg-43 {
    gap: 43px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-43 {
    height: 43px !important; }
  .icon-xl-w-43 {
    width: 43px !important; }
  .gap-xl-43 {
    gap: 43px !important; } }

.icon-h-44 {
  height: 44px !important; }

.icon-w-44 {
  width: 44px !important; }

.gap-44 {
  gap: 44px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-44 {
    height: 44px !important; }
  .icon-sm-w-44 {
    width: 44px !important; }
  .gap-sm-44 {
    gap: 44px !important; } }

@media (min-width: 768px) {
  .icon-md-h-44 {
    height: 44px !important; }
  .icon-md-w-44 {
    width: 44px !important; }
  .gap-md-44 {
    gap: 44px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-44 {
    height: 44px !important; }
  .icon-lg-w-44 {
    width: 44px !important; }
  .gap-lg-44 {
    gap: 44px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-44 {
    height: 44px !important; }
  .icon-xl-w-44 {
    width: 44px !important; }
  .gap-xl-44 {
    gap: 44px !important; } }

.icon-h-45 {
  height: 45px !important; }

.icon-w-45 {
  width: 45px !important; }

.gap-45 {
  gap: 45px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-45 {
    height: 45px !important; }
  .icon-sm-w-45 {
    width: 45px !important; }
  .gap-sm-45 {
    gap: 45px !important; } }

@media (min-width: 768px) {
  .icon-md-h-45 {
    height: 45px !important; }
  .icon-md-w-45 {
    width: 45px !important; }
  .gap-md-45 {
    gap: 45px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-45 {
    height: 45px !important; }
  .icon-lg-w-45 {
    width: 45px !important; }
  .gap-lg-45 {
    gap: 45px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-45 {
    height: 45px !important; }
  .icon-xl-w-45 {
    width: 45px !important; }
  .gap-xl-45 {
    gap: 45px !important; } }

.icon-h-46 {
  height: 46px !important; }

.icon-w-46 {
  width: 46px !important; }

.gap-46 {
  gap: 46px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-46 {
    height: 46px !important; }
  .icon-sm-w-46 {
    width: 46px !important; }
  .gap-sm-46 {
    gap: 46px !important; } }

@media (min-width: 768px) {
  .icon-md-h-46 {
    height: 46px !important; }
  .icon-md-w-46 {
    width: 46px !important; }
  .gap-md-46 {
    gap: 46px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-46 {
    height: 46px !important; }
  .icon-lg-w-46 {
    width: 46px !important; }
  .gap-lg-46 {
    gap: 46px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-46 {
    height: 46px !important; }
  .icon-xl-w-46 {
    width: 46px !important; }
  .gap-xl-46 {
    gap: 46px !important; } }

.icon-h-47 {
  height: 47px !important; }

.icon-w-47 {
  width: 47px !important; }

.gap-47 {
  gap: 47px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-47 {
    height: 47px !important; }
  .icon-sm-w-47 {
    width: 47px !important; }
  .gap-sm-47 {
    gap: 47px !important; } }

@media (min-width: 768px) {
  .icon-md-h-47 {
    height: 47px !important; }
  .icon-md-w-47 {
    width: 47px !important; }
  .gap-md-47 {
    gap: 47px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-47 {
    height: 47px !important; }
  .icon-lg-w-47 {
    width: 47px !important; }
  .gap-lg-47 {
    gap: 47px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-47 {
    height: 47px !important; }
  .icon-xl-w-47 {
    width: 47px !important; }
  .gap-xl-47 {
    gap: 47px !important; } }

.icon-h-48 {
  height: 48px !important; }

.icon-w-48 {
  width: 48px !important; }

.gap-48 {
  gap: 48px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-48 {
    height: 48px !important; }
  .icon-sm-w-48 {
    width: 48px !important; }
  .gap-sm-48 {
    gap: 48px !important; } }

@media (min-width: 768px) {
  .icon-md-h-48 {
    height: 48px !important; }
  .icon-md-w-48 {
    width: 48px !important; }
  .gap-md-48 {
    gap: 48px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-48 {
    height: 48px !important; }
  .icon-lg-w-48 {
    width: 48px !important; }
  .gap-lg-48 {
    gap: 48px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-48 {
    height: 48px !important; }
  .icon-xl-w-48 {
    width: 48px !important; }
  .gap-xl-48 {
    gap: 48px !important; } }

.icon-h-49 {
  height: 49px !important; }

.icon-w-49 {
  width: 49px !important; }

.gap-49 {
  gap: 49px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-49 {
    height: 49px !important; }
  .icon-sm-w-49 {
    width: 49px !important; }
  .gap-sm-49 {
    gap: 49px !important; } }

@media (min-width: 768px) {
  .icon-md-h-49 {
    height: 49px !important; }
  .icon-md-w-49 {
    width: 49px !important; }
  .gap-md-49 {
    gap: 49px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-49 {
    height: 49px !important; }
  .icon-lg-w-49 {
    width: 49px !important; }
  .gap-lg-49 {
    gap: 49px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-49 {
    height: 49px !important; }
  .icon-xl-w-49 {
    width: 49px !important; }
  .gap-xl-49 {
    gap: 49px !important; } }

.icon-h-50 {
  height: 50px !important; }

.icon-w-50 {
  width: 50px !important; }

.gap-50 {
  gap: 50px !important; }

/* Responsive sizes */
@media (min-width: 576px) {
  .icon-sm-h-50 {
    height: 50px !important; }
  .icon-sm-w-50 {
    width: 50px !important; }
  .gap-sm-50 {
    gap: 50px !important; } }

@media (min-width: 768px) {
  .icon-md-h-50 {
    height: 50px !important; }
  .icon-md-w-50 {
    width: 50px !important; }
  .gap-md-50 {
    gap: 50px !important; } }

@media (min-width: 992px) {
  .icon-lg-h-50 {
    height: 50px !important; }
  .icon-lg-w-50 {
    width: 50px !important; }
  .gap-lg-50 {
    gap: 50px !important; } }

@media (min-width: 1200px) {
  .icon-xl-h-50 {
    height: 50px !important; }
  .icon-xl-w-50 {
    width: 50px !important; }
  .gap-xl-50 {
    gap: 50px !important; } }

/*
// Basic responsive usage:
.my-element {
  padding: 1rem;
  
  @include respond-above('md') {
    padding: 2rem;
  }
  
  @include respond-below('sm') {
    padding: 0.5rem;
  }
}

// Device-specific:
.navigation {
  @include mobile {
    // Mobile styles
  }
  
  @include desktop {
    // Desktop styles
  }
}

// Fluid typography:
.heading {
  @include fluid-font(1.5rem, 2vw, 3rem);
}

// Grid layout:
.product-grid {
  @include grid-columns(1, 2, 4);
}

// Visibility:
.mobile-menu {
  @include desktop-only;
}

// Touch-friendly:
.button {
  @include touch-target(48px);
}
*/
/*
// Using fluid type scale:
.my-heading {
  @include fluid-type('2xl', $line-height-tight);
}

// Using heading mixins:
.page-title {
  @include h1-style;
}

// Using body text:
.product-description {
  @include body-text;
}

// Custom viewport-based sizing:
.hero-text {
  @include viewport-font($font-size-2xl, $font-size-4xl);
}

// Truncating text:
.product-name {
  @include responsive-truncate(2);
}

// Direct variable usage:
.price {
  font-size: $font-size-price-sale;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ---------- Search Results Container ---------- */
.container.search-results {
  width: 100%; }
  .container.search-results .row {
    margin: 0; }
  @media (min-width: 1200px) {
    .container.search-results {
      max-width: 1170px;
      margin: 0 auto; } }
  @media (min-width: 1365px) {
    .container.search-results {
      max-width: 1320px; } }
  @media (min-width: 1500px) {
    .container.search-results {
      max-width: 1470px; } }

/* ---------- Container Nav ---------- */
.container-nav {
  width: 100%;
  min-width: 0; }
  .container-nav .carousel-wrapper .carousel-btn {
    width: 42px;
    height: 42px;
    background-size: 42px 42px; }
    .container-nav .carousel-wrapper .carousel-btn.prev {
      left: -35px; }
    .container-nav .carousel-wrapper .carousel-btn.next {
      right: -35px; }
  .container-nav .left-block nav {
    margin-bottom: 25px; }
    .container-nav .left-block nav span {
      color: var(--light-grey); }
      .container-nav .left-block nav span.active {
        color: var(--Jadau-Dark-Grey); }
  .container-nav .left-block p {
    font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem);
    color: #888;
    margin: 0;
    max-width: 90%; }
  .container-nav .left-block h2 {
    font-size: clamp(1.75rem, calc(1.5711rem + 0.7952vw), 2.25rem);
    font-weight: 400;
    color: var(--Jadau-Dark-Grey);
    margin-bottom: 12.5px; }
  .container-nav .card-nav {
    position: relative;
    margin: 0 10px;
    box-shadow: 0px 3px 11.27px 1.5px #0000001A; }
    .container-nav .card-nav:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, #000 100%);
      border-radius: 4px;
      z-index: 2;
      pointer-events: none; }
    .container-nav .card-nav:hover:before, .container-nav .card-nav.card-active::before {
      background: linear-gradient(180deg, rgba(172, 100, 101, 0) 48%, #ac6465 100%); }
    .container-nav .card-nav img {
      width: 100%;
      height: 260px;
      border-radius: 4px;
      object-fit: cover;
      display: block;
      position: relative;
      z-index: 1; }
    .container-nav .card-nav .card-label {
      position: absolute;
      z-index: 3;
      bottom: 12px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 400;
      font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
      letter-spacing: 0.5px;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.7); }

/* ---------- Search Results ---------- */
.search-results .tab-content .product-grid .product-tile {
  border: 1px solid #eee; }
  .search-results .tab-content .product-grid .product-tile .product-info .btn {
    padding: 9px 10px; }

@media (max-width: 767px) {
  .search-results .row.product-grid {
    margin-top: 10px; } }

.grid-footer {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .grid-footer .viewed-count {
    color: #989898;
    font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
    font-weight: 500; }
  .grid-footer .progress {
    height: 4px;
    width: 100%;
    max-width: 200px; }
  .grid-footer .progress-bar {
    width: 0%; }
  .grid-footer .show-more {
    margin-top: 20px; }
    .grid-footer .show-more .btn {
      padding: 20px 40px;
      font-size: clamp(1.125rem, calc(1.0803rem + 0.1988vw), 1.25rem);
      height: unset; }
      .grid-footer .show-more .btn:active {
        background: transparent; }
  .grid-footer .btn .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border: 2px dashed var(--Deep-Puce);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
  .grid-footer #backToTop {
    font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
    color: #989898;
    text-decoration: none;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    margin-top: 20px; }

/* ---------- PLP Tiles ---------- */
.plp-grid-tile {
  padding: 10px; }
  @media (max-width: 767px) {
    .plp-grid-tile {
      height: unset;
      margin: 0; }
      .plp-grid-tile.col-12 .product-tile .product-info .product-name,
      .plp-grid-tile.col-12 .product-tile .product-info .price {
        font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem); }
      .plp-grid-tile.col-12 .product-tile .product-info .product-name {
        min-height: unset; }
      .plp-grid-tile.col-12 .product-tile .product-info .hover-actions .chat-now-btn {
        padding: 12px 0;
        font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
        gap: 12px; }
        .plp-grid-tile.col-12 .product-tile .product-info .hover-actions .chat-now-btn .icon {
          width: 17px;
          height: 17px; }
      .plp-grid-tile.col-12 .product-tile .product-info .hover-actions .add-to-cart {
        width: 66px;
        height: 48px; }
        .plp-grid-tile.col-12 .product-tile .product-info .hover-actions .add-to-cart:focus {
          outline: none; }
        .plp-grid-tile.col-12 .product-tile .product-info .hover-actions .add-to-cart .icon {
          width: 27px;
          height: 28px; } }
  .plp-grid-tile.col-3 {
    max-height: 437px;
    min-width: 200px; }
    .plp-grid-tile.col-3 .product-tile .product-image img {
      object-fit: cover;
      max-height: 256px; }
    .plp-grid-tile.col-3 .product-tile:hover {
      max-height: 474px; }
      .plp-grid-tile.col-3 .product-tile:hover .product-info .hover-actions .btn {
        padding: 5px; }
      .plp-grid-tile.col-3 .product-tile:hover .product-info .hover-actions .video-call .icon {
        margin-bottom: 2px; }
  .plp-grid-tile.col-4 {
    max-height: 549px; }
    .plp-grid-tile.col-4 .product-tile .product-image img {
      object-fit: cover;
      max-height: 350px; }
    .plp-grid-tile.col-4 .product-tile .product-info .product-name {
      font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem); }
    .plp-grid-tile.col-4 .product-tile:hover {
      max-height: 586px; }
  .plp-grid-tile.col-6 {
    max-height: 747px; }
    .plp-grid-tile.col-6 .product-tile .product-image img {
      object-fit: cover;
      max-height: 540px; }
    .plp-grid-tile.col-6 .product-tile .product-info .product-name {
      font-size: clamp(0.75rem, calc(0.6605rem + 0.3976vw), 1rem); }
    .plp-grid-tile.col-6 .product-tile:hover {
      max-height: 784px; }
    @media (max-width: 767px) {
      .plp-grid-tile.col-6 {
        height: unset; } }

/* ---------- Filters ---------- */
.jadau-refinement-bar .filter-heading p {
  margin: 0;
  font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
  font-weight: 600; }

.jadau-refinement-bar .filter-reset button,
.jadau-refinement-bar .filter-reset .reset-btn {
  cursor: pointer;
  color: #989898 !important;
  font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem); }

/* ---------- Grid Buttons ---------- */
.grid-btn {
  cursor: pointer;
  margin: 5px; }
  .grid-btn.active .mini-square {
    background-color: var(--Deep-Puce); }
  .grid-btn .mini-square {
    width: 7px;
    height: 10px;
    margin: 0 1.25px;
    border-radius: 0.77px;
    background-color: #e0e0e0;
    border: 1px solid #bbb;
    transition: background-color 0.3s ease; }
    @media (max-width: 767px) {
      .grid-btn .mini-square {
        width: 15px;
        height: 15px; } }

/* ---------- Fixed Bottom Mobile ---------- */
.fixed-bottom-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 51px;
  z-index: 1;
  border: 0.5px solid var(--Deep-Puce);
  border-radius: 15px 15px 0 0;
  background-color: #fff; }
  .fixed-bottom-mobile .text-section p {
    font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
    font-weight: 600;
    color: var(--Deep-Puce); }

/*--------------Refinement-----------*/
.refinements .jadau-card {
  border-bottom: 1px solid #eee; }
  .refinements .jadau-card.active .jadau-card-header {
    padding: 0; }
    .refinements .jadau-card.active .jadau-card-header .accordion-header p {
      color: var(--Jadau-Dark-Grey);
      font-weight: 600; }

.refinements .jadau-card-header {
  padding: 0; }
  .refinements .jadau-card-header .accordion-header p {
    font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
    font-weight: 600;
    color: var(--light-grey); }
  .refinements .jadau-card-header .accordion-header .icon {
    width: 18px;
    height: 18px; }

.refinements .jadau-card-body .values {
  padding: 0; }
  .refinements .jadau-card-body .values li {
    list-style: none; }
  .refinements .jadau-card-body .values .refinement-option {
    background: transparent;
    border: none;
    outline: none; }
    .refinements .jadau-card-body .values .refinement-option .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      border: none; }
    .refinements .jadau-card-body .values .refinement-option .custom-checkbox .custom-control-label {
      font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem);
      font-weight: 400;
      color: var(--Jadau-Dark-Grey); }

/* ---------- Accordion ---------- */
.accordion-icons {
  position: relative; }
  .accordion-icons .icon {
    transition: opacity 0.25s ease, transform 0.25s ease; }
  .accordion-icons .icon-minus {
    position: absolute;
    right: 0;
    opacity: 0;
    transform: rotate(-90deg); }
  .accordion-icons .icon-plus {
    opacity: 1;
    transform: rotate(0deg); }

.accordion-item .accordion-header {
  width: 100%;
  padding: 17.5px 0;
  text-align: left;
  font-weight: 600;
  font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem);
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease; }
  .accordion-item .accordion-header:hover {
    color: #000; }

.accordion-item .accordion-content .list-category {
  margin: 6px 0; }
  .accordion-item .accordion-content .list-category button {
    color: #444;
    cursor: pointer;
    font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem);
    transition: color 0.2s ease; }

.accordion-item.active {
  padding-bottom: 10px; }
  .accordion-item.active .accordion-content {
    display: block; }
  .accordion-item.active .accordion-icons .icon-plus {
    opacity: 0;
    transform: rotate(90deg); }
  .accordion-item.active .accordion-icons .icon-minus {
    opacity: 1;
    transform: rotate(0deg); }

/* ---------- List Category ---------- */
.list-category {
  margin-bottom: 10px; }
  .list-category .filter-dropdown-toggle {
    width: 100%;
    background: none;
    border: none;
    font-weight: 600;
    font-size: clamp(0.75rem, calc(0.7053rem + 0.1988vw), 0.875rem);
    color: #333;
    text-align: left;
    cursor: pointer; }
    .list-category .filter-dropdown-toggle:focus {
      border: none;
      outline: none; }
    .list-category .filter-dropdown-toggle .icon {
      width: 16px;
      height: 16px;
      color: var(--Deep-Puce);
      margin-right: 8px; }
  .list-category .dropdown-content {
    padding: 8px 0 0 16px; }
    .list-category .dropdown-content .option {
      margin: 5px 0; }

/* ---------- Selected Filters ---------- */
.selected-filter-container .selected-filter-heading {
  font-size: clamp(0.875rem, calc(0.8303rem + 0.1988vw), 1rem);
  font-weight: 400;
  color: var(--Jadau-Dark-Grey); }

.selected-filter-content {
  position: absolute;
  top: 40px;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .selected-filter-content {
      display: none !important; } }

.selected-filter-tag {
  position: relative;
  border: 0.74px solid var(--Jadau-Dark-Grey);
  padding: 5px 20px 5px 10px;
  border-radius: 4px; }
  .selected-filter-tag span {
    font-size: clamp(0.625rem, calc(0.5803rem + 0.1988vw), 0.75rem);
    font-weight: 600; }

.remove-filter {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px; }
  .remove-filter .icon {
    width: 10px;
    height: 10px; }

/*------------------mobile filter ----------*/
.filter-overlay {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0; }
  .filter-overlay .filter-overlay-bottom-btn {
    position: fixed;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px;
    gap: 20px;
    z-index: 20;
    background-color: white;
    box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.15); }
    .filter-overlay .filter-overlay-bottom-btn .btn {
      width: 100%;
      -ms-flex: 1;
          flex: 1; }
  .filter-overlay .filter-overlay-top-section {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px;
    z-index: 20;
    background-color: white;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15); }
    .filter-overlay .filter-overlay-top-section .filter-reset .reset {
      color: var(--Deep-Puce);
      font-weight: 600;
      font-size: 12px; }
  .filter-overlay .mobile-refinebar-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100vh;
    background-color: #f9f1f0;
    z-index: 0;
    pointer-events: none; }
  .filter-overlay .mobile-filter-section {
    padding-top: 70px; }
    .filter-overlay .mobile-filter-section .mobile-filter-category .category-header p {
      font-size: 14px;
      font-weight: 600;
      color: var(--New-light-grey); }
    .filter-overlay .mobile-filter-section .refinement-filter-content {
      position: absolute;
      left: 40%;
      top: 70px;
      z-index: 10; }
      .filter-overlay .mobile-filter-section .refinement-filter-content ul {
        padding: 0; }
        .filter-overlay .mobile-filter-section .refinement-filter-content ul li {
          list-style: none; }
      .filter-overlay .mobile-filter-section .refinement-filter-content .refinement-option {
        background: transparent;
        border: none;
        outline: none; }
        .filter-overlay .mobile-filter-section .refinement-filter-content .refinement-option .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
          border: none; }
        .filter-overlay .mobile-filter-section .refinement-filter-content .refinement-option .custom-checkbox .custom-control-label {
          font-size: 14px; }
    .filter-overlay .mobile-filter-section .refinement-filter-category {
      margin-bottom: 20px; }
      .filter-overlay .mobile-filter-section .refinement-filter-category.active .mobile-filter-category .category-header p {
        color: var(--Jadau-Dark-Grey); }
      .filter-overlay .mobile-filter-section .refinement-filter-category .jadau-card-header {
        padding: 0; }

.vh-50 {
  height: 50vh; }

.container-nav-plp {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 1rem; }


/*# sourceMappingURL=search.css.map*/