.ajaxLoader {
    background: #0000004f;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 200000;
    display: none;
}
.ajaxLoading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

.product_image{
    width: 87%;
    height: 74%;
    object-fit: cover;
}
@media (min-width: 767px) and (max-width: 992px){
    .gaming_filter{
        grid-template-columns: repeat(4, 26.7%) !important;
    }
}

@media (min-width: 767px){
    .game_filter_nav_mobile{
        display: none;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    .gaming_filter{
        grid-template-columns: repeat(3, 37.7%) !important;
        border-top: none !important;
    }
    .game_filter_menu{
        display: none;
    }
    .game_filter_nav_mobile{
        display: block;
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 576px){
    .gaming_filter{
        grid-template-columns: repeat(2, 50.7%) !important;
        border-top: none !important;
        padding: 0px;
        padding-top : 50px;
    }
    .game_filter_menu{
        display: none;
    }
    .game_filter_nav_mobile{
        display: block;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .gaming_filter{
        grid-template-columns: repeat(1, 73.7%) !important;
        border-top: none !important;
        padding: 0px;
        padding-top : 50px;
    }
    .game_filter_menu{
        display: none;
    }
    .game_filter_nav_mobile{
        display: block;
        width: 100%;
    }
    .game_filter_page{
        display: block !important;
    }
}

.show_refub_pc{
    display: flex;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33%;
    height: 33px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #858585;
    -webkit-transition: .4s;
    transition: .4s;
     border-radius: 34px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #4169e1;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #858585;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
  }
  
  /*------ ADDED CSS ---------*/
  .slider:after
  {
   content:'No';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 55%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
  }
  
  input:checked + .slider:after
  {  
    content:'Yes';
  }

  .game_resolutions button{
    margin: 6px;
  }

  .game_resolutions button:hover{
    background-color: #4169e1;
    border: 1px solid #4169e1;
    color: #fff;
  }
  
  .show_refub_pc .slider.round{
    border-radius: 13px !important;
  }

  .game_resolutions button.active{
    background-color: #4169e1;
    border: 1px solid #4169e1;
    color: #fff;
  }

  .product_perf_quick_edit .chosen-container{
    width: 50% !important;
  }

.cfieldset {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  width:40%;
}

.cfieldset h1 {
  position: absolute;
  top: 0;
  font-size: 18px;
  line-height: 1;
  margin: -9px 0 0; /* half of font-size */
  background: #fff;
  padding: 0 3px;
}
.cusplayopton{width:100%;}
.cusplayopton .select2-container{width:100%;}
.cusplayopton .select2-container.select2-container--default .select2-selection--single .select2-selection__clear{height:100%;}
@media (min-width:320px) and (max-width:767px){
    .cfieldset{width:100%;margin:50px 10px;}
}

.game_list{
  cursor: pointer;
}