
input[type="checkbox"] {
    opacity: 1 !important;
  
  }
  
  .aktif
  {
      opacity: 1 !important;
      color: black;
      font-weight: 600;
  }
  
  .swiper {
          width: 500px;
          height: 400px;
        }
  
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
  
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
        }
  
        .swiper-slide img {
          display: block;
          width: 500px;
          height: 400px;
          object-fit: cover;
        }
  
        @media only screen and (max-width: 600px) {
            .swiper{
              width: 330px;
          height: 280px;
                margin-left: auto;
                margin-right: auto;	
          }
  
          .mySwiper2 {
              width: 330px;
          height: 280px;
          }
        }
  
  
        
        @media only screen and (min-width: 650px) {
            .swiper{
              width: 800px;
          height: 550px;
                margin-left: auto;
                margin-right: auto;	
          }
  
          .mySwiper2 {
              width: 860px;
          height: 550px;
          }
        }
        /* .swiper {
          width: 390px;
          height: 280px;
          margin-left: auto;
          margin-right: auto;
        } */
  
        .swiper-slide {
          background-size: cover;
          background-position: center;
        }
  /* 
        .mySwiper2 {
          width: 390px;
          height: 280px;
        } */
  
        .mySwiper {
          height: 20%;
          box-sizing: border-box;
          padding: 10px 0;
        }
  
        .mySwiper .swiper-slide {
          width: 25%;
          height: 100%;
          opacity: 0.4;
        }
  
        .mySwiper .swiper-slide-thumb-active {
          opacity: 1;
        }
  
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
  
        .border
      {
          display: block;
      width: 100%;
      background: #fff;
      padding: 20px 15px;
      border-radius: 4px;
      margin-bottom: 30px;
      border: 1px solid #ebeef5;	
      }
      
      .fiyatrenk {
      color: #0ac186 !important;
      }
  
      .page-tite {
          width: 100%;
          height: 100px;
          background: #f4f5f7;
          display: flex;
          justify-content: center;
          align-items: center;
      }