<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selected-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 18px 0; }
  .selected-filters__in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    list-style: none;
    text-align: left;
    column-gap: 14px;
    row-gap: 5px;
    justify-content: flex-start;
    margin: 0 14px 0 0; }
    @media (max-width: 1023px) {
  .selected-filters__in {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    min-width: 100%;
    padding-bottom: 5px; } }
  .selected-filters li, .selected-filters__reset {
    padding: 9px 42px 9px 18px;
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    background-color: #f1f1f5 !important;
    position: relative;
    border-radius: 4px;
    cursor: pointer; }
    .selected-filters li:before, .selected-filters__reset:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: #b9b9c1;
      background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5 19L19 5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: 11px;
      background-repeat: no-repeat;
      background-position: center;
      transition: 0.3s; }
    .selected-filters li:hover, .selected-filters__reset:hover {
      background-color: #ededed !important; }
      .selected-filters li:hover:before, .selected-filters__reset:hover:before {
        background-color: #ababb4; }
  .selected-filters__reset {
    padding: 9px 18px;
    text-decoration: none;
    color: #000 !important;
    font-size: 14px; }
    .selected-filters__reset:before {
      display: none; }

.product_top_wrapper .shop2-product .product_slider_thumbs .slick-next, .product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.361.238a.977.977 0 011.278 0l7.097 6.377a.755.755 0 010 1.147.977.977 0 01-1.278 0L8 1.96 1.542 7.762a.977.977 0 01-1.277 0 .755.755 0 010-1.147L7.36.238z' fill='%23000'/%3E%3Crect width='2' height='16' rx='1' transform='matrix(-1 0 0 1 9 0)' fill='%23000'/%3E%3C/svg%3E"); }
  .product_top_wrapper .shop2-product .product_slider_thumbs .slick-next:hover, .product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.361.238a.977.977 0 011.278 0l7.097 6.377a.755.755 0 010 1.147.977.977 0 01-1.278 0L8 1.96 1.542 7.762a.977.977 0 01-1.277 0 .755.755 0 010-1.147L7.36.238z' fill='%23f16b5f'/%3E%3Crect width='2' height='16' rx='1' transform='matrix(-1 0 0 1 9 0)' fill='%23f16b5f'/%3E%3C/svg%3E"); }
  .product_top_wrapper .shop2-product .product_slider_thumbs .slick-next.slick-disabled, .product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev.slick-disabled {
    opacity: 0.3;
    pointer-events: none; }

.product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev {
  margin-bottom: 0; }

.product-page-modal-buttons {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap; }

.prod-text-icons div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px; }
  .prod-text-icons div:last-child {
    margin-bottom: 0; }
  .prod-text-icons div img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    padding-right: 0; }

.filter_wrap form {
  padding: 10px 0 0 0; }

.filter_wrap form .filter-field-title {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  width: auto;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .filter_wrap form .filter-field-title:hover {
    border: 1px solid #000 !important; }
  .filter_wrap form .filter-field-title:after {
    display: none !important; }
  .filter_wrap form .filter-field-title span {
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    background-color: #f36a5e;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px; }

.filter_wrap form .table-filter-param {
  column-gap: 10px;
  row-gap: 10px; }

.filter_wrap form .table-filter-param &gt; div.shop-filter-field {
  /*width: calc(20% - 8px);*/
  width: auto; }

.filter_wrap form .table-filter-param &gt; div.shop-filter-field:last-child .filter-field-title:hover {
  border-right: 1px solid #000; }

.filter_wrap form .filter-field-body {
  min-width: 250px; }

@media (min-width: 1281px) {
    .filter_wrap form .table-filter-param &gt; div.shop-filter-field.vendors, .filter_wrap form .table-filter-param &gt; div.shop-filter-field:nth-child(4) {
      width: auto; } }
</pre></body></html>