@media (max-width: 1024px) {
  .use-slider-custom {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    flex-flow: row nowrap !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch; }
    .use-slider-custom::-webkit-scrollbar {
      display: none; }
    .use-slider-custom .item {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-flow: row wrap;
      min-width: 24%; }
      .use-slider-custom .item .product-item-wrapper {
        width: 100%;
        height: auto !important;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        /* sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .use-slider-custom .item .product-item-wrapper .product-details {
          white-space: normal; } }
    @media (max-width: 1024px) and (max-width: 991px) {
      .use-slider-custom .item {
        min-width: 33%; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .use-slider-custom .item {
        min-width: 45%; } }
@media (min-width: 1025px) {
  .use-slider-custom:not(.owl-loaded) {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    flex-flow: nowrap !important;
    overflow: hidden; }
    .use-slider-custom:not(.owl-loaded) .item {
      min-width: 200px; } }

@media (max-width: 767px) {
  .use-switch-slider-grid {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    flex-flow: row nowrap !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch; }
    .use-switch-slider-grid::-webkit-scrollbar {
      display: none; }
    .use-switch-slider-grid .item {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-flow: row wrap;
      min-width: 24%; }
      .use-switch-slider-grid .item .product-item-wrapper {
        width: 100%;
        height: auto !important;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        /* sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .use-switch-slider-grid .item .product-item-wrapper .product-details {
          white-space: normal; } }
    @media (max-width: 767px) and (max-width: 991px) {
      .use-switch-slider-grid .item {
        min-width: 33%; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .use-switch-slider-grid .item {
        min-width: 45%; } }