@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Ubuntu-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Ubuntu-700-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Ubuntu-400-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Ubuntu-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Ubuntu-300-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Ubuntu-300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Ubuntu-700-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Ubuntu-700-italic-cyrillic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only-s {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-only-s {
    display: none !important;
  }
}

.main-container {
  max-width: 1920px;
  margin: auto;
  width: 92%;
}

.container-fluid {
  max-width: 98%;
  width: 100%;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 50px;
}
@media (max-width: 1199.98px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.main-content .products-count-section {
  border-bottom: 1px solid #dadada;
}
.main-content .products-count-section .heading {
  line-height: 32px;
  color: #002664;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .main-content .products-count-section .heading {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .main-content .products-count-section .heading {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .main-content .products-count-section .heading {
    font-size: 24px;
  }
}
.main-content .products-count-section .products-list-count {
  color: #757575;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .main-content .products-count-section {
    border-bottom: 0;
  }
}
.main-content .breadcrumbs a, .main-content .breadcrumbs span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #3d3b6c;
}
.main-content .breadcrumbs .last {
  color: #757575;
}
.main-content .breadcrumbs a::after {
  content: "";
  background-image: url(../img/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 2.5px;
}
@media (max-width: 767.98px) {
  .main-content .breadcrumbs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .main-content .breadcrumbs::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
  .main-content .breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
  }
  .main-content .breadcrumbs::-webkit-scrollbar-thumb:hover {
    background-color: #4a4a49;
  }
}
.main-content .products-contain .product-wrapper {
  border: 1px solid #f1f1f1;
  transition: all 0.4s;
  border-radius: 24px;
}
.main-content .products-contain .product-wrapper:hover {
  border: 1px solid #002664;
}
.main-content .products-contain .sale {
  font-size: 12px;
  line-height: 12px;
  background-color: #aa0c5b;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
}
.main-content .products-contain .product-img img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: revert-layer;
}
.main-content .products-contain .product-name {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a49;
  height: 60px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.main-content .products-contain .product-desc {
  font-size: 0.875em;
  line-height: 1.2;
  color: #757575;
  text-align: center;
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.main-content .products-contain .product-info .product-price-info {
  justify-content: center;
}
.main-content .products-contain .product-info .product-price-info .product-price {
  font-weight: 700;
  color: #002664;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .main-content .products-contain .product-info .product-price-info .product-price {
    font-size: 14px;
  }
}
.main-content .products-contain .product-info .product-price-info .old-product-price {
  color: #002664;
  margin: 0 7px;
  font-size: 16px;
  line-height: 16px;
}
.main-content .products-contain .product-info .product-price-info .old-product-price .product-price {
  font-size: 16px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  .main-content .products-contain .product-info .product-price-info .old-product-price {
    font-size: 14px;
  }
  .main-content .products-contain .product-info .product-price-info .old-product-price .product-price {
    font-size: 12px;
  }
}
.main-content .products-contain .product-info .product-price-info .sale-product-price {
  margin: 0 8px;
  font-weight: 700;
  color: #aa0c5b;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .main-content .products-contain .product-info .product-price-info .sale-product-price {
    font-size: 14px;
    line-height: 12px;
  }
}
.main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price sup {
  font-size: 8px;
}
.main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price, .main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price__separator {
  font-weight: 500;
  color: #767676;
}
.main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price:before, .main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price__separator:before {
  background-color: grey;
}
@media only screen and (min-width: 768px) {
  .main-content .products-contain .product-info .product-price-info .with-sale .old-product-price .product-price sup {
    font-size: 10px;
  }
}
.main-content .products-contain .product-info .product-price-info .with-sale .sale-product-price .product-price, .main-content .products-contain .product-info .product-price-info .with-sale .sale-product-price .product-price__separator {
  color: #aa0c5b;
}
.main-content .products-contain .product-info .product-price-info:not(.with-sale) .product-price__separator {
  font-weight: 700;
  color: #002664;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .main-content .products-contain .product-info .product-price-info:not(.with-sale) .product-price__separator {
    font-size: 18px;
  }
}
.main-content .products-contain .product-info .product-price-info .product-price sup {
  font-size: 10px;
}
.main-content .products-contain .product-info .product-price-info .product-price .product-price__separator {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .main-content .products-contain .product-info .product-price-info .product-price .product-price__separator {
    font-size: 18px;
  }
}
.main-content .products-contain .product-info .product-price-info .sale-product-price {
  font-weight: 700;
}
.main-content .products-contain .product-info .product-btn-wrapper {
  display: flex;
  justify-content: center;
}
.main-content .products-contain .product-info .product-btn-wrapper .product-btn {
  color: #ffffff;
  background-color: #002664;
  border-color: #002664;
  line-height: 38px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content .products-contain .product-info .product-btn-wrapper .product-btn:hover {
  color: #ffffff;
  background-color: #3a5876;
  border-color: #3a5876;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .main-content .products-contain .product-info .product-btn-wrapper .product-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.main-content .products-contain .product-info .product-btn-wrapper img {
  margin-right: 8.5px;
}
@media (max-width: 767.98px) {
  .main-content .products-contain .product-info .product-btn-wrapper img {
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 1400.98px) {
  .main-content .products-contain {
    max-width: 98%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .main-content .products-contain {
    max-width: 100%;
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .main-content .products-contain {
    row-gap: 30px;
  }
}
.main-content .custom-pagination ul .pag-num,
.main-content .custom-pagination ul .pagination-prev,
.main-content .custom-pagination ul .pagination-next {
  line-height: 1.5;
  color: #4a4a49;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #e3e2e2;
  border-radius: 100%;
  transition: all 0.4s;
}
.main-content .custom-pagination ul .pag-num:hover,
.main-content .custom-pagination ul .pagination-prev:hover,
.main-content .custom-pagination ul .pagination-next:hover {
  border: 1px solid #002664;
  cursor: pointer;
}
.main-content .custom-pagination ul .pag-num.active,
.main-content .custom-pagination ul .pagination-prev.active,
.main-content .custom-pagination ul .pagination-next.active {
  background-color: #002664;
  border: 1px solid #002664;
  color: #ffffff;
}
.main-content .text-container .text,
.main-content .text-container .list-container {
  text-align: justify;
  color: #4a4a49;
  font-size: 14px;
  line-height: 1.5;
}
.main-content .text-container .list-container {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
.main-content .text-container .list-container li {
  list-style-type: disc;
}
.main-content .additiona-part {
  background-color: #eef2f7;
  border-radius: 0 0 24px 24px;
  -o-border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 20px) 5;
     border-image: repeating-linear-gradient(90deg, #002664, #002664 10px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 20px) 5;
  border-top: 1px dashed rgba(0, 0, 0, 0);
}
.main-content .additiona-part .gift {
  background-color: #ffffff;
  line-height: 18px;
}
.main-content .additiona-part .img-gift {
  border-radius: 100%;
  border: 1px solid #002664;
}
.main-content .additiona-part .text-gift {
  color: #002664;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1400.98px) {
  .main-content .additiona-part .text-gift {
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  .main-content .additiona-part .text-gift {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .main-content .additiona-part .text-gift {
    font-size: 10px;
  }
}

.text-container .text,
.text-container .list-container {
  text-align: justify;
  color: #4a4a49;
  font-size: 14px;
  line-height: 1.5;
}
.text-container .list-container {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
.text-container .list-container li {
  list-style-type: disc;
}

.bottom-cold-content {
  margin-top: 85px;
  margin-bottom: 25px;
}

.ls-link-section,
.bottom-cold-content {
  color: #4f4f4f;
  line-height: 1.5;
}
.ls-link-section h2,
.bottom-cold-content h2 {
  font-family: "Ubuntu";
  font-weight: 700;
  color: #002664;
  font-size: 2.2rem;
}
.ls-link-section a,
.bottom-cold-content a {
  color: #4f4f4f;
  line-height: 1.5;
}
.ls-link-section a:hover,
.bottom-cold-content a:hover {
  color: #002664;
  transition: color 200ms ease-in-out;
}
.ls-link-section a:hover:after,
.bottom-cold-content a:hover:after {
  color: #4f4f4f;
}

.ls-link-section a {
  text-decoration: underline;
  margin-right: 5px;
}
.ls-link-section a::after {
  content: "|";
  margin-left: 5px;
}
.ls-link-section a:last-child::after {
  content: "";
}
@media (max-width: 767.98px) {
  .ls-link-section a {
    font-size: 12px;
  }
}

.fallback-title {
  font-family: "Ubuntu";
  font-weight: 700;
  color: #737373;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  text-align: center;
}

.fallback-container {
  margin-bottom: 30px;
}

.top-cold-content .container-read-more .read-more {
  color: #002664;
}
.top-cold-content .container-read-more .read-more:hover {
  text-decoration: underline;
}

.cold-content-questions {
  margin: 3.5rem 0;
}
.cold-content-questions br {
  display: none;
  transition: display 0.3s ease;
}
.cold-content-questions h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  line-height: 3;
  border-bottom: 1px solid #e0e6ef;
}
.cold-content-questions h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.cold-content-questions h2.active {
  border-bottom: none;
}
.cold-content-questions h2.active::after {
  transform: rotate(270deg);
}
.cold-content-questions p {
  margin: 0 !important;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-in-out, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.cold-content-questions p.active {
  opacity: 1;
  max-height: 1000px;
}
.cold-content-questions p.active + br {
  display: block;
  transition-delay: 0s;
}
.cold-content-questions p:not(.active) + br {
  display: block;
  transition-delay: 0.3s;
}
.cold-content-questions p:not(.active) + br {
  -webkit-animation: hideAfterDelay 0.3s forwards;
          animation: hideAfterDelay 0.3s forwards;
}

@-webkit-keyframes hideAfterDelay {
  0%, 99% {
    display: block;
  }
  100% {
    display: none;
  }
}

@keyframes hideAfterDelay {
  0%, 99% {
    display: block;
  }
  100% {
    display: none;
  }
}
.filters-wrapper {
  background-color: #ffffff;
}
.filters-wrapper .filters-section {
  overflow-x: clip;
}
.filters-wrapper .filters-section .custom-select {
  border-radius: 8px;
  cursor: default;
}
.filters-wrapper .filters-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dadada;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .custom-select,
  .filters-wrapper .filters-section .custom-select-mobile {
    font-weight: 700;
    color: #002664;
    font-size: 14px;
    border-style: solid;
    border-color: #002664;
    border-radius: 32px;
  }
  .filters-wrapper .filters-section select {
    font-weight: 700;
    font-size: 14px;
    border: none;
    position: relative;
    border-radius: 8px;
    color: #002664;
    border-radius: 32px;
  }
}
.filters-wrapper .filters-section .slider-arrow-left,
.filters-wrapper .filters-section .slider-arrow-right {
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
  background: #ffffff;
  color: #002664;
  font-weight: 600;
  cursor: pointer;
}
.filters-wrapper .filters-section .swiper-button-next::after,
.filters-wrapper .filters-section .swiper-button-prev::after {
  font-size: 17px;
}
@media (max-width: 1400.98px) {
  .filters-wrapper .filters-section {
    max-width: 98%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .filters-wrapper .filters-section {
    max-width: 100%;
  }
}
.filters-wrapper .filters-section .filters .overflow-fix {
  overflow-x: clip;
}
.filters-wrapper .filters-section .filters .mySwiper {
  overflow: unset !important;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .filters .modal-filters {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    opacity: 0;
    transform: translateX(-100vw);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 10;
  }
  .filters-wrapper .filters-section .filters .modal-filters.active {
    transform: translateX(0);
    opacity: 1;
  }
  .filters-wrapper .filters-section .filters .modal-filters .filter-head {
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 2px solid #002664;
  }
  .filters-wrapper .filters-section .filters .modal-filters .close-icon-filters {
    vertical-align: middle;
    display: flex;
    cursor: pointer;
  }
  .filters-wrapper .filters-section .filters .modal-filters .close-icon-filters.hidden {
    display: none !important;
  }
  .filters-wrapper .filters-section .filters .modal-filters .filter-name-mobile {
    color: #002664;
    font-size: 20px;
    font-weight: 700;
  }
  .filters-wrapper .filters-section .filters .modal-filters .btn-filter-clean {
    font-size: 14px;
    color: #b3261e;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .filters-wrapper .filters-section .filters .modal-filters .filters-field.filters-added .filter-name {
    border: 1px solid #002664;
  }
  .filters-wrapper .filters-section .filters .modal-filters .filters-field.filters-added .filter-name .name-wrapper-div span {
    color: #002664;
  }
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-name {
  cursor: default;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a49;
  border-radius: 8px;
  border: 1px solid #dadada;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-name {
    border-top: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dadada;
    color: #002664;
    cursor: pointer;
  }
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-name::after {
  content: "";
  background-image: url(../img/filters-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-name::after {
    background-image: url(../img/arrow_forward.svg);
    color: #002664;
  }
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .modal-filters-custom-btn {
  cursor: pointer;
  line-height: 38px;
  border-radius: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  background-color: #002664;
  border-color: #002664;
  border: 1.5px solid #002664;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .modal-filters-custom-btn.is-back::before {
  content: "";
  background-image: url(../img/arrow_back_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border: 1px solid #dadada;
  box-shadow: 0 4px 16px -4px rgba(0, 38, 100, 0.08);
  border-radius: 8px;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list {
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 62px;
    position: fixed;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100vw);
    transition: all 0.3s ease-in-out;
  }
  .filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list.active {
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list .filter-search {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #dadada;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul {
  overflow-y: auto;
  list-style: none;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul .filter-list-item label {
  color: #4a4a49;
  text-transform: uppercase;
  font-size: 14px;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul .filter-list-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.5px solid #002664;
  cursor: pointer;
  background-color: #ffffff;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul .filter-list-item input:checked {
  background-color: #002664;
  border-color: #002664;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul .filter-list-item input:checked::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 900;
  color: #ffffff;
  font-size: 10.5px;
  line-height: 1;
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list ul .filter-list-item label:has(input:checked) {
  color: #002664;
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list .btn-wrapper {
    border-top: 2px solid #002664;
  }
}
.filters-wrapper .filters-section .filters .modal-filters .filters-field .filter-list .btn-wrapper .clear-filters-btn {
  line-height: 38px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002664;
  background-color: #ffffff;
  border: 1px solid #002664;
}
.filters-wrapper .filters-section .sort-arrow,
.filters-wrapper .filters-section .filters-icon {
  filter: grayscale(100%) brightness(50%);
}
@media (max-width: 767.98px) {
  .filters-wrapper .filters-section .sort-arrow,
  .filters-wrapper .filters-section .filters-icon {
    filter: none;
  }
}
.filters-wrapper .filters-section select {
  background-color: transparent;
  font-size: 14px;
}
.filters-wrapper .filters-section .custom-select-mobile {
  border-width: 1px;
}

