.settingsBlock { 
    margin:1em;
}
.settings_bar {
    /*padding:1em 0;*/
    border-bottom:1px solid #ccc;
    background-color:#fff;
    /*margin:-1em 0 1em -1%;*/
    /*width:102%;*/

}
.currency{
    color:#b6b6b6;
    /*right: 8px;*/
    /*position: absolute;*/
    /*top: 11px;*/
    /*position: absolute;*/
    /*top: 11px;*/
}
.product_images {
    width:100%;
    position:relative;
    height:180px;
}
.product_images img {
    max-width:80%;
    max-height:150px;
}
.upload_product_image {
    position:absolute;
    right:2px;
    bottom:2px;
} 
.price_options{
    position: absolute;
    right: 35px;
    bottom: 2px;
}
.hide_product{
    position: absolute;
    right: 65px;
    bottom: 2px;
}
.products_row{
    list-style-type: none; 
    margin: 0; 
    padding-left:15px;
}
.products_row li {
    float: left; 
}
.products_row .ui-sortable-placeholder {
    /* don't add border */
    visibility: visible !important;
    opacity: 0.3;
    background-color: #e8e485;
} 
input[name="discountPrice"].editField{
    /*padding-right: 35px;*/
    text-align: left;
    /*padding-right: 35px;*/
    margin: 4px 0;
}
.contentItem{
    min-height: 456px;
}
.thumb-wrap{
    width: 30px;
    height: 30px;
    /*overflow: hidden;*/
    position: relative;
    left: 0;
    margin: 3px 3px 3px 0;
    float: left;
    border: 1px solid #ECECEC;
    transition: all, 400ms;
}
.thumb-wrap:hover{
    cursor: pointer;
    border: 1px solid #3498DB;
}
.thumb-wrap img{
    max-height: 100%;
    max-width: 100%;
}
.thumb-wrap.selected{
    cursor:default;
    border:1px solid #43A041;
    box-shadow: 0 0 5px rgb(67, 160, 65);
}

.delete-good-photo {
    position: absolute;
    top: -8px;
    right: -5px;
    display: none;
}
.thumb-wrap:hover .delete-good-photo{
    display: block;
}
.thumb-wrap.selected:hover .delete-good-photo{
    display: none;
}
.delete-good-photo:hover{
    color:#E20700;
    cursor:pointer;
}
.loader-in-goodsItem{
    display: none;
    position: absolute;
} 
.contentItem{
    position:relative;
}
#ajaxDoneAlert{
    display:none;
    position: fixed;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 90%;
    margin: auto;
    height: 55px;
    width: 40%;
    z-index: 9999;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
.alert{
    position: absolute;
    top: 2em;
    left: 0em;
    right: 0em;
    bottom: 90%;
    margin: auto;
    height: 55px;
    width: 40%;
    z-index: 9999;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
.dontshow {
    opacity: 0.6;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.categories.is-add-product, .models_container {
    min-height:230px;
    max-height:240px;
    overflow:auto;
}
.one_model_value, 
.one_model_value_text
{
    cursor: move;
}
.one_model_value {
    border:1px dotted #000;
}
#tick-mark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    
}
#tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #e74c3c;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
#tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #e74c3c;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}