.navbar-top-icon {
    font-size: 20px;
    color: #fff;
}
.nav-bottom-text:hover {
    font-size: 25px;
    color: #fff;
}
.nav-bottom{
    background-color: #fef852;
}
.nav-bottom-text{
    color: #fff;
    margin: 10px;
    font-weight: bold;
}
.bg-navbar-top{
    background-color:#0b109f;;
}

.btn-i{
    color: #fff;
    font-size: 75px;
}
.text-cont{
    color: #fef852;
}
.btn-inner--icon , .btn-inner--text{
    color: #fff;
}
.bg-call-to-action{
    background-color: skyblue;
}
.star-1, .star-2, .star-3, .star-4{
    font-size: 20px;;
}
.star-1:hover{
    color: red;
}
.star-2:hover{
    color: orange;
}
.star-3:hover{
    color: green;
}
.star-4:hover{
    color: greenyellow;
}
.old-price{
    text-decoration: line-through;
    font-size: 13px;
  }
.localisation-icon{
    font-size: 30px;
}
.newsletter{
    background-color: #fef852;
    padding-bottom: 20px;
}
.bg-yellow{
    background-color: #fef852;
}
.bg-blue{
    background-color: #0b109f;
}

.btn-voir--icon , .voir{
    color: #0b109f;
    border-color: #0b109f;
}
.txt-blue{
    color: #0b109f;
}

.steps {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.step-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: color 0.25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}

  .step-item:first-child .step-progress {
    border-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .step-item:last-child .step-progress {
    border-radius: 0.125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .step-progress {
    position: relative;
    width: 100%;
    height: 0.25rem;
  }

  .step-count {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -0.8125rem;
    border-radius: 50%;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .step-label {
    padding-top: 1.5625rem;
  }

  .step-label > i {
    margin-top: -.25rem;
    margin-right: .425rem;
    font-size: 1.2em;
    vertical-align: middle;
  }

  @media (max-width: 767.98px) {
    .step-label {
      font-size: 0.75rem;
    }
    .step-label > i {
      display: none;
    }
  }

  .steps-dark .step-item {
    color: #7d879c;
  }

  .steps-dark .step-count,
  .steps-dark .step-progress {
    color: #4b566b;
    background-color: #f3f5f9;
  }

  .steps-dark .step-item:hover {
    color: #4b566b;
  }

  .steps-dark .step-item.active.current {
    color: #373f50;
    pointer-events: none;
  }

  .steps-dark .step-item.active .step-count,
  .steps-dark .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
  }

  .steps-light .step-item {
    color: rgba(255, 255, 255, 0.55);
  }

  .steps-light .step-count,
  .steps-light .step-progress {
    color: #fff;
    background-color: #485268;
  }

.steps-light .step-item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none;
}

.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
}

.cpButton button {
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #6e00ff;
    color: #ffffff;
    background: #6e00ff;
    position: relative;
    text-shadow: none;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
}

.cpButton button.large {
    padding: 0.625rem 1.375rem;
}

.cpButton button:before {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}
.cpButton button:after {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}

.icon {
    min-width: 4rem;
    min-height: 4rem;
    line-height: 4rem;
}

.icon-shape i, .icon-shape svg {
    font-size: 2rem;
    display: block;
    margin-top: 16px;
}

.nav-link {
    color: #222222;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.nav-link:hover, .nav-link.active {
    color: #333333;
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
    color: #ec7927;
}

.dropdown-item {
    white-space: normal;
}

.grayscale{filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    -ms-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
}

.grayscale2{filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    -ms-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
    width:40px;
    height:30px;
}

.grayscale:hover{filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    /*filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);*/

    /*-moz-transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 1px 1px 5px 777;*/
}


.lead {
    font-size: 1rem;
    font-weight: 300;
}

#about-bg {
    position: relative;
    background-image: url(../../img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

/* .card-image{
    height: 150px;
    overflow: hidden;
} */
/* .animate-this{
    height: 180px;
    overflow: hidden;
} */


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-right: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link-icon {
        border-radius: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .dropdown-menu-xl {
        min-width: 35rem !important;
    }
}

.breadcrumb {
    padding: 0.75rem 0rem;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #999;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #111;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    color: #3C4858;
    font-size: 15px;
}

#flash {
    background-color: #f2521b;
    border-radius: 1px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    width: 130px;
    line-height: 1;
    text-align: center;
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.table td, .table th {
    /* font-size: inherit; */
    white-space: nowrap;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
  }

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.navbar-nav .nav-link i, .navbar-nav .nav-link svg, .navbar-nav .nav-link img {
    margin-right: 0.2rem;
}

.count-cart{
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
    padding: 3px 6px;
    border-radius: 100%;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #0e70b6;
}

/* .carousel-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
} */

.apercu{
    display: none;
}
.card-product:hover .apercu{
    display: block;
    position: absolute;
    width: 85%;
}

.dropdown-toggle::after {
    margin-left: 8px;
    /* content: none; */
}

.titre-collection{
    font-family: 'Dancing Script', cursive;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    border: solid #00B8D9 5px;
}

.border-lg {
    border-width: 7px !important;
}

.sticky .my-logo{
    display: inline-block !important;
}

.omnisearch.show {
    opacity: 1;
    transform: translateY(30%);
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse {
        z-index: 1050;
        height: auto !important;
        opacity: 0;
        padding: 10px;
    }

    .omnisearch.show {
        opacity: 1;
        transform: translateY(10%);
    }
}

.card-profile .card-profile-image {
    width: 9rem;
    height: 9rem;
    border: 0.1875rem solid #FFF;
    transform: translateY(-50%);
}

.table td .progress {
    width: auto;
}


.table th, .table td {
    vertical-align: middle;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border {
    border: 1px solid #ddd !important;
}

.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 9px;
}






















.custom-option {
    padding-left: 0;
}

.custom-option.custom-control-inline {
    margin-right: 0.25rem;
}

.custom-option-label {
    position: relative;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.1875rem;
    color: #4b566b;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.75rem;
    cursor: pointer;
}

.custom-option-label:hover {
    border-color: #c9d5e0;
    color: #373f50;
}

.custom-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    background-position: top left;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.custom-control-input:checked ~ .custom-option-label {
    border-color: #f9ab04;
    color: #f9ab04;
}

.custom-control-justified {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.custom-control-justified:not(:last-child) {
    margin-right: .5rem;
}

.custom-control-justified .custom-option-label {
    width: 100%;
}


  .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }

  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }

  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f9ab04;
    background-color: #f9ab04;
    box-shadow: none;
  }

  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c1cdd7;
  }

  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white;
    box-shadow: none;
  }

  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #7d879c;
  }

  .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f6f9fc;
  }

  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }

  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #c1cdd7 solid 1px;
    box-shadow: 0 0 0 0 transparent;
  }

  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }

  .custom-checkbox .custom-control-label::before {
    border-radius: 0.3125rem;
  }

  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }

  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #f9ab04;
    background-color: #f9ab04;
    box-shadow: none;
  }

  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  }

  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(254, 105, 106, 0.5);
  }

  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(254, 105, 106, 0.5);
  }

  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }

  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }

  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(254, 105, 106, 0.5);
  }

  .custom-switch {
    padding-left: 2.6875rem;
  }

  .custom-switch .custom-control-label::before {
    left: -2.6875rem;
    width: 2.1875rem;
    pointer-events: all;
    border-radius: 0.625rem;
  }

  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.6875rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    background-color: #c1cdd7;
    border-radius: 0.625rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }

  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.1875rem);
    transform: translateX(1.1875rem);
  }

  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(254, 105, 106, 0.5);
  }

  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 2rem 0.625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23373f50' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #dae1e7;
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .custom-select:focus {
    border-color: rgba(254, 105, 106, 0.35);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-select:focus::-ms-value {
    color: #4b566b;
    background-color: #fff;
  }

  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none;
  }

  .custom-select:disabled {
    color: #7d879c;
    background-color: #f6f9fc;
  }

  .custom-select::-ms-expand {
    display: none;
  }

  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4b566b;
  }

  .custom-select-sm {
    height: calc(1.5em + 0.85rem + 2px);
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    padding-left: 0.75rem;
    font-size: 0.8125rem;
  }

  .custom-select-lg {
    height: calc(1.5em + 1.5rem + 2px);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    font-size: 1.0625rem;
  }

  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    margin-bottom: 0;
  }

  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    margin: 0;
    opacity: 0;
  }

  .custom-file-input:focus ~ .custom-file-label {
    border-color: rgba(254, 105, 106, 0.3);
    box-shadow: 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f6f9fc;
  }

  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }

  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }

  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    border: 1px solid #dae1e7;
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 0 transparent;
  }

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.25rem);
    padding: 0.625rem 1rem;
    line-height: 1.5;
    color: #373f50;
    content: "Browse";
    background-color: #f6f9fc;
    border-left: inherit;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }

  .custom-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .custom-range:focus {
    outline: none;
  }

  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
  }

  .custom-range::-moz-focus-outer {
    border: 0;
  }

  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #f9ab04;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }

  .custom-range::-webkit-slider-thumb:active {
    background-color: white;
  }

  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e3e9ef;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }

  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f9ab04;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  }

  .custom-range::-moz-range-thumb:active {
    background-color: white;
  }

  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e3e9ef;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }

  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #f9ab04;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none;
    }
  }

  .custom-range::-ms-thumb:active {
    background-color: white;
  }

  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }

  .custom-range::-ms-fill-lower {
    background-color: #e3e9ef;
    border-radius: 1rem;
  }

  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e3e9ef;
    border-radius: 1rem;
  }

  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #aeb4be;
  }

  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }

  .custom-range:disabled::-moz-range-thumb {
    background-color: #aeb4be;
  }

  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }

  .custom-range:disabled::-ms-thumb {
    background-color: #aeb4be;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none;
    }
  }
