#preload_cat {
    background-color: #eaeaea;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories_wp {
    background-color: #eaeaea;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
    .categories_wp .owl-carousel.categories .item a {
        padding: 2px;
        text-align: center;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        background-color: #adadad;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3;
        font-weight: 700;
        min-height: 70px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
.categories_wp .owl-carousel.categories .item a:hover {
  background-color: #1e4477;
}
.categories_wp .owl-carousel.categories .owl-nav {
  position: absolute;
  top: 50% !important;
  margin-top: -20px;
  width: 100%;
  left: 0;
  padding: 0;
}
.categories_wp .owl-carousel.categories .owl-nav [class*='owl-'] {
  color: #444 !important;
}
.categories_wp .owl-carousel.categories .owl-nav .owl-prev,
.categories_wp .owl-carousel.categories .owl-nav .owl-next {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
}
.categories_wp .owl-carousel.categories .owl-nav .owl-prev.disabled,
.categories_wp .owl-carousel.categories .owl-nav .owl-next.disabled {
  opacity: 0;
}
.categories_wp .owl-carousel.categories .owl-nav .owl-prev {
  left: -15px;
}
.categories_wp .owl-carousel.categories .owl-nav .owl-next {
  right: -15px;
}

.box_general.cat_info h2, .box_general.cat_info h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

/*-------- grid -------- */
.box_list {
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    display: table;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

    .box_list .box_top {
        display: table-row;
        height: 270px;
        position: relative;
    }

@media (max-width: 767px) {
    .box_list .box_top {
        height: auto;
    }
}

.box_list .box_top.thumb_full {
    height: 345px;
}

@media (max-width: 575px) {
    .box_list .box_top.thumb_full {
        height: auto;
    }
}

.box_list .box_top.thumb_full figure {
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    height: 300px;
    z-index: 1;
}

@media (max-width: 767px) {
    .box_list .box_top.thumb_full figure {
        height: 265px;
    }
}

@media (max-width: 575px) {
    .box_list .box_top.thumb_full figure {
        height: 250px;
    }
}

.box_list .box_top.thumb_full figure img.thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: auto;
}

.box_list .box_top.thumb_full .icons_list {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 270px;
    left: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .box_list .box_top.thumb_full .icons_list {
        top: 250px;
    }
}

@media (max-width: 575px) {
    .box_list .box_top.thumb_full .icons_list {
        top: 235px;
    }
}

.box_list .box_top.thumb_full .icons_list a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.box_list .box_top a:hover h2 {
    color: #058acd;
}

.box_list .box_top a.available, .box_list .box_top a.notavailable, .box_list .box_top a.inarrivo {
    position: absolute;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    z-index: 2;
    top: 10px;
    right: 10px;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, 0.9);
    width: 28px;
    height: 28px;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.box_list .box_top a.available {
    color: #9cca88;
}
.box_list .box_top a.inarrivo {
    color: #f5d225;
}

.box_list .box_top a.notavailable {
    color: #ff0000;
}

.box_list .box_footer {
    display: table-row;
}

.box_list .wrapper {
    padding: 0 15px 15px 15px;
    height: 172px;
    display: table-cell;
    vertical-align: bottom;
}

@media (max-width: 575px) {
    .box_list .wrapper {
        height: auto;
    }
}

.box_list h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 15px 0 15px;
}

.box_list ul {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
    width: 100%;
    display: table;
}

    .box_list ul li {
        width: 50%;
    }

        .box_list ul li:first-child {
            text-align: left;
            display: table-cell;
            vertical-align: bottom;
            padding-bottom: 8px;
        }

        .box_list ul li:last-child {
            text-align: right;
            display: table-cell;
            vertical-align: bottom;
        }

        .box_list ul li .old_price, .box_list ul li .new_price, .box_list ul li .regular_price {
            display: block;
            font-size: 18px;
            font-size: 1.125rem;
        }

        .box_list ul li .new_price, .box_list ul li .regular_price {
            font-size: 21px;
            font-size: 1.3125rem;
        }

.box_list .styled_select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .box_list .styled_select select {
        font-weight: 600;
        text-align: left;
        text-align-last: left;
    }

        .box_list .styled_select select option {
            text-align: left;
        }
/*-------- filters -------- */
.open_filters {
  display: none;
}
@media (max-width: 2991px) {
  .open_filters {
    display: inline-block;
  }
}

.filters_listing_1 {
  padding-bottom: 20px;
}
.filters_listing_1 a.collapse_bt {
  color: #555;
  transition: all 0.3s;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  padding: 12px 10px;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.filters_listing_1 a.collapse_bt:after {
  font-family: 'idro';
  content: '\0044';
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  position: absolute;
  right: 10px;
  top: 10px;
}
.filters_listing_1 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.filters_listing_1 ul li {
  margin-bottom: 5px;
}
.filters_listing_1 ul li:last-child {
  margin-bottom: 0;
}
.filters_listing_1 .inner_bt {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
@media (max-width: 2991px) {
  .filters_listing_1 .inner_bt {
    display: block;
  }
}
.filters_listing_1 .inner_bt i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #999;
}
.filters_listing_1 .inner_bt i:hover {
  color: #111;
}
@media (max-width: 2991px) {
  .filters_listing_1 {
    overflow: auto;
    transform: translateX(200%);
    top: 0;
    right: -100%;
    bottom: 0;
    width: 45%;
    height: 100%;
    position: fixed !important;
    background-color: #fff;
    z-index: 99999999 !important;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .filters_listing_1.show {
    transform: translateX(0);
    right: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .filters_listing_1 {
    width: 100%;
  }
}
