.input-prepend.input-append input {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
  outline: 2px solid #ccc !important;
    border: none;
    margin-top: 2px;
}
.stock_error {
  color: #DB5656;
}
.bxslider{
    margin: 0;
}
.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 0;
    list-style: none;
}

.bxslider_thumbnail > li {
    width: calc(100% / 6) !important;
}

.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 100%;
}

.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);    
    max-height: 100%;
    height: 100%;
    object-fit: contain;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}

.contentWrap{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.img{
    width: 50%;
}
.infoWrap{    
    width: 45%;
}
.product-ttl{
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 10px; 
}
.product-ttl:before{
    display: none;  
}
.product-table{
    width: 100%;
}
.bx-wrapper{
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px){
    .contentWrap{
        flex-direction: column;
    }
    .img{
        width: 100%;
    }
    .infoWrap{
        width: 100%;
    }    
}

.product__fav-item{
    display: flex;    
    align-items: center;
    margin-top: 20px;     
}
.favorite-button{
    background-color: transparent !important;
    border: none !important;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 5px;
}
.product__fav-item p{
    margin-bottom: 0;
}
.favorite-button svg{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.favorite-button svg.off{
    opacity: 1;
}
.favorite-button svg.on{
    opacity: 0;
}
.favorite-button.fav-items svg.off{
    opacity: 0;
}
.favorite-button.fav-items svg.on{
    opacity: 1;
}

.product-price{
    font-size: 1.3rem;
    /* font-weight: 700; */
    margin-top: 10px;
}
.product-cate{
    font-size: .8rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-model{
    font-size: .8rem;
    /* font-weight: 500; */
    margin-top: 10px;
}
.product-btn {
    width: 100%;
    background: #468C00;
    color: #ffff;
    font-weight: 400;
}
.input-prepend .btn{
    border: 1px solid #ccc !important;
}
.input-prepend .btn:hover{
    background-color: #ccc !important;
}

.cell_2{
    display: flex;
}
.cell_2 .table_price{
    margin-left: 5px;
}
#option_tbl.table th, 
#option_tbl.table td,
#option_tbl.table-bordered th, 
#option_tbl.table-bordered td,
#option_tbl{
    border: none;
}
select{
    height: fit-content;
    padding: 10px 5px;
}
.prduct-option .col{
    padding-left: 0 !important;
    margin-bottom: 0;
}