@media (min-width: 576px){
	.modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto;
	}
	.img_size{
		max-height: 600px
	}
    .select2-container .select2-selection--single{
      height:48px;
      line-height: 48px;
    }
}

.select2-container--default .select2-selection--single{
    border-color: #aaaaaa52;
}


@media (max-width: 576px){
	.img_size{
		max-height: 300px
	}
    .pt-sm-25{
        padding-top: 25px;
    }
     .pt-sm-10{
        padding-top: 10px;
    }
}

.select2-results__option[aria-selected]{
    text-align: center !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
        background-repeat: repeat-x;
    background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

@media (max-width: 576px){
    .g-py-40--sm-customer{
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
}

.u-list-inline {
    padding-left: 10px;
}

@media (max-width: 576px){
    .img-postion{
        position: relative;
        top:0px
    }
    .col-md-6{
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        /* padding-left: 0; */
        margin-bottom:5px;
    }
    .search-btn{
        padding: 10px;
        border: 1px solid #000000;
        box-shadow: 0px 5px 24px rgb(31, 37, 59/15%);
        color: #000000;
        width: 100%;
        font-size:1rem;
        border-radius: 0.2rem;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        margin-top:10px;
        padding-top:7px !important;
    }
    .full-search{
        position: relative;
        background: #fff;
        border-radius: 0.3rem;
        padding: 0.6rem;
        box-shadow: 0px 0px 8px #dcd9d3;
        -webkit-box-shadow:0px 0px 8px #dcd9d3;
        top:-10px;
        height: 100px;
    }
    .select2-container .select2-selection--single{
        height:32px;
        line-height: 26px;
        /*padding: 6px 24px 12px 12px !important;*/
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: normal;
        padding: .4rem .75rem;
      }
    }
    .g-pt-10--xs{
        padding-top:10px;
    }
    .select2-container{
        width: 100% !important;
    }

@media (min-width: 577px) and (max-width:1000px) {
    .search-btn{
        padding: 17px;
        border: 2px solid transparent;
        box-shadow: 0px 5px 24px rgb(31, 37, 59/15%);
        color: #fff;
        width: 100%;
        font-size:0.8rem !important;
        border-radius: 0.2rem;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #eebb4e;
        margin-top:5px;
    }
}

@media (min-width: 576px){
    .img-postion{
        position: relative;
        top:-15px
    }
    .col-md-6{
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 0;
        margin-bottom:5px;
    }
    .search-btn{
        padding: 17px;
        border: 1px solid #000000;
        box-shadow: 0px 5px 24px rgb(31, 37, 59/15%);
        color: #000000;
        width: 100%;
        font-size:1.1rem;
        border-radius: 0.2rem;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        margin-top:5px;
    }
    .select2-container{
        margin-top:7px;
    }
    .full-search{
        position: relative;
        background: #fff;
        border-radius: 0.3rem;
        padding: 0.6rem;
        box-shadow: 0px 0px 8px #dcd9d3;
        -webkit-box-shadow:0px 0px 8px #dcd9d3;
        top:-40px;
        height: 80px;
    }
    .select2-container--default .select2-selection--single{
        padding:7px !important;
    }
    
}

/* .search-btn .btn{
    padding:5px 40px;
    margin-bottom: 20px;
} */

.btn-primary:hover {
    color: #fff;
    background-color: #eebb4e !important;
    border-color: #eebb4e !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected]{
       background-color: #000000 !important;
    border-color: #000000 !important;
}

.jxs-shop-grade{
    border:1px solid #eee;
    padding: 5px 5px;
}
.jxs-item{
    padding: 10px 0px;
    margin: 15px 0px;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 0px;
    background-color: #ffffff;
    cursor: pointer;
    /* color: #fff; */
}
.jxs-item .head-title{
    display: flex;
    justify-content: space-between;
}
.jxs-item .head-title .head-title-left{    
   padding-left: 20px;
   padding-top: 5px;
}
.jxs-item .head-title .head-title-right{    
    padding-right: 20px;
    padding-top: 5px;
}


.jxs-item .left,.right{
    padding-left: 20px !important;
}

@media (min-width: 576px){
    .jxs-item-desc .item-col{
        display: flex;
        justify-content: center;
        align-items: Center;
        font-size: 16px;
        border: 1px solid #eee;   
        border-top: none; 
    }
}

@media (max-width: 576px){
    .no-jxs-display{
        font-size: 18px;
    }
    .jxs-item-desc .item-col{
        display: flex;
        justify-content: center;
        align-items: Center;
        font-size: 16px;
        margin:15px 5px;
        /* border: 1px solid #eee;    */
        /* border-top: none;  */
    }
}

.search-content{
    z-index:2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:50%;
}
