.owl-carousel .owl-item .home__card img {
    height: 200px !important;
    object-fit: cover !important;
  }
  
  .owl-carousel .owl-item .interview img {
    height: 250px !important;
    object-fit: cover !important;
  }

  .home__carousel .owl-height{
    height: 200px !important;
  }
  
  .home__card.actives{
      border: 2px solid #f7971d;
  }
  
  .home__card{
      height: 200px;
  }
  
  /* .card__title a:focus{
   color: #fff !important;
  } */
 
  .row--grid {
      margin-right: 0px;
      margin-left: 0px;
      display: grid;
      grid-auto-flow: dense;
      /* grid-auto-rows: minmax(130px, 1fr); */
      grid-gap: 10px;
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      /* max-width: 900px; */
  }
  
  .select2-container {
      width: auto !important;
      margin-right: 30px;
  }
  
  
  .catalog__nav{
      position:sticky;
  }
  .product-rating{
      color: #ffc107;
      margin-bottom: 6px;
  
  }
  .product-rating span{
      font-weight: 600;
      color: #b6b6b6;
  }
  
  .catalog__select-wrap {
      flex-wrap: wrap !important;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered{
      font-size: 13px;
  }
  
  .select2-dropdown{
      min-width: 170px !important;
  }
  
  .home__carousel .owl-dots button{
      display: none !important;
  }

  
  #cat .sign__select{
    /* background: url(../img/arrow2.svg);
    background-repeat: no-repeat;
    /* background-color: #151f30; */
    /* margin-right: 10px; */
    /* appearance: button; */
    background-size: 18px;
    background-position-x: right;
    background-position-y: 12px;
    padding-left: 2px;
    padding-right: 20px;
    font-size: 12px;
    width: auto;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #131720;
    border-radius: 6px;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  }
  
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: none;
    border: none;
  }
  
 
  .home__carousel .owl-dots{
      justify-content: center !important;
      padding-left: 0 !important;
  }
  
  .section__carousel .owl-dots{
      justify-content: center !important;
  
  }

  .grid-border{
      border: 1px solid #2f2f2f; 
      border-radius: 16px; 
      overflow: hidden;
  }
  
  .grid-border-highlight{
      border: 1px solid #f7971d; 
      background: #f7971d08;
  }
  
  .highlight{
      position: absolute; 
      right: 0px;
      z-index: 10;
      padding: 0px 10px;
      bottom: 0;
      margin-bottom: 2px;
  }
  
  .highlight-badge {
      background: #f7971d; 
      border-radius: 16px; 
      font-size: 12px; 
      padding: 2px 10px;
  }
  
  .hl{
      margin-bottom: 28px;
  } 
  
  .load-group{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader {
    border: 3px solid #f7971d; /* Light grey */
    border-top: 3px solid #151f30; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-top: 15px;
    
  }
  
  .loader-button {
    border: 2px solid #fff; /* Light grey */
    border-top: 2px solid #151f30; /* Blue */
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    /* margin-top: 15px; */
    margin-left: 8px;
    
  }

  .select2-results__option{
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

    @media (min-width: 1200px) {
        .home__carousel .owl-carousel .owl-dots.disabled{
            display: block !important;
        }

        .home__carousel .owl-carousel .owl-nav.disabled{
            display: none !important;
        }

    }


    @media (min-width: 768px){
        .row--grid{ 
            display: flex !important;
            justify-content: center;
        }
    
        .grid-row{ 
            max-width: 250px;
            width: 100%;
        }
    }

    @media (min-width: 320px){
        .home__carousel {
            padding-left: 20px;
        }
    }
    
    @media (min-width: 375px){
        .home__carousel {
            padding-left: 30px;
        }
    }


    
    @media (max-width: 768px){
        .row--grid{ 
            justify-content: center;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 767px) {
        .catalog__select-wrap{
            margin-left: 2px !important;
            /* margin-bottom: 15px; */
            margin-bottom: 8px;
        }
    
        .catalog__nav{
        display: block !important;
        }

        .card__list{
            display: grid !important;
        }

        .card-li{
            margin-bottom: 4px;
        }

        .hl{
            margin-bottom: 85px;
    } 
    
        .text-warp2{
            width: 92px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }

    @media (max-width: 600px) {
        #button1 {
            top: 135px !important;
        }

        #button2 {
            top: 182px !important;
        }
    }

    @media (max-width: 375px) {
        /* .catalog__select-wrap{
            margin-left: 10px !important;
        }
     */
        .select2-results__option{
            font-size: 13px !important;
        }
    
        .select2-container{
            margin-right: 23px !important;
        }
    
        .select2-dropdown{
            padding: 10px 0 10px 10px !important;
        }
    }
  

    @media (max-width: 374px) {
        .row--grid {
        margin-right: -8px !important;
            margin-left: -8px !important;
        }
    }

    @media (max-width: 356px) {
        #cat .sign__select{
            /* padding-right: 0px; */
            max-width: 48%;
            padding:0 30px 0 10px !important;
            -webkit-padding-end: 30px !important;
            -webkit-padding-start: 10px !important;
        }
    }

    @media (max-width: 336px) {
        .hl{
            margin-bottom: 62px;
        } 
        
        .card__title a{
            font-size: 14px;
        }
    }
  
   .card__list li{
    display: flex !important;
  }
   
  .card__list li svg{
  margin-right: 2px;
  }
  
  .bootstrap-select .dropdown-toggle:focus {
      outline: none!important;
  }
  
  .btn-shop {
      background: #f7971d;
      border: 1px solid #f7971d;
      color: #fff;
      padding: 4px 14px;
      border-radius: 16px;
      font-size: 14px;
      opacity: 0.9;
  }
  
  .btn-shop:hover {
      opacity: .9;
  }
  