.sc_box{
    width : 200px;
    height: 150px;
    
    
    display:inline-block;
    position:relative;
    vertical-align:top;

}

.countitem{
    background: #ffff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 5px;
    border-radius: 5px;
}

.sc_boximage{

    overflow:hidden;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;

}


#sc_bottombar{

    width:100%;
    height:100%;

    position:absolute;
    overflow:auto;
    bottom:0px;
    left:0px;
    white-space: nowrap;
    background-color:#303030;

    -ms-overflow-style: none;


}

#sc_bottombar::-webkit-scrollbar {
    display: none;
  }


  .sc_deleteicon{

    width:30px;
    height:30px;
    background-color:black;
    border-radius:15px;
    position:absolute;
    left:-15px;
    top:-15px;
    color:white;
   text-align: center;
    line-height:30px;
    cursor:default;
    
}

.custitle{
    text-align: left;
    color: white;
    margin-left: 40px;
    position: absolute;
    left: 0px;
    background-color: rgba(0,0,0,0.4);
    padding: 20px 30px;
    margin: 0px;
}

.showItemList{
    position: absolute;
    bottom: 60px;
    height: 25%;
    min-height: 200px;
    padding: 0px;
    width: 3%;
    margin: 0px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 240px;
}

.showItemList-game{
    position: absolute;
    bottom: 0px;
    height: 25%;
    /* min-height: 200px; */
    padding: 0px;
    width: 3%;
    margin: 0px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 240px;
    left: 0;
}
  .search-container{
    display: flex;
    margin-left: auto;
  }
  
  .searchInputbox{
    padding: 6px;
    font-size: 17px;
    border: none;
    border-radius: 20px 0px 0px 20px;
  }
  
  .searchInputbox:focus {
    outline: none;
  }

  .searcgbut{
    float: right;
    padding: 6px 10px;
    background: #ffff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0px 20px 20px 0px;
  }

.posit_bottom{
    position: absolute;
    bottom: 0px;
}

.catalog_content{
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
}

.catalog_content:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    
}

.catalog_imgbox{
    height: 146px;
    width: 146px;
    display: flex;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px 10px 0px 0px;
}
.catalog_img{
    /*width: 100%;*/
    display:block; 
    margin:auto;
}

.catalog_titlebox{
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
    height: 40px;
    width: 146px;
    background: #66C9C6;
    margin-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    line-height: 40px;
}
.catalog_titlelabel{
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;

    padding-left: 5px;
    padding-right: 5px;
}

.inapplink_div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9990;
}

.inapplink{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 9991;
    background-color: #fff;
}

.inapplink_close{
    position: absolute;
    top: 3%;
    right: 4%;
    color: #fff;
    font-size: 35px;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 25px;
}

@media screen and (max-width: 1660px) {
    .modal.Catalog{
        left: 33% !important;
    }
}

@media only screen and (max-width: 1260px) {
    .modal.Catalog{
        left: 27% !important;
    }
}

@media only screen and (max-width: 1060px) {
    .modal.Catalog{
        left: 23% !important;
    }
}

@media only screen and (max-width: 860px) {
    .modal.Catalog{
        left: 16% !important;
    }
}

@media only screen and (max-width: 660px) {
    .modal.Catalog{
        left: 6% !important;
    }
}

@media only screen and (max-width: 576px) {
    .catalog_imgbox{
        width: 100%;
    }
    .catalog_img {
        width: 146px;
    }
    .catalog_titlebox {
        width: 100%;
    }
    
    .modal.Catalog{
        left: 0% !important;
    }
    #buttonlist{
        padding-right: 0px !important;
    } 
    .showItemList{
        width: 7%;
    }
    .showItemList-game{
        width: 7%;
    }
    .ml5{
        width: 93% !important;
    }
    .items-info .modal-dialog .modal-content{
        margin-bottom: auto;
        margin-top: 1rem;
    }
}