.blackbanner{
    min-height: 320px;
    max-height: 100%;
    /* background-color: #1c1d1f; */
    background-color: #045b77;
}

.blackbanner-black {
    height: 320px;
    background-color: #1c1d1f;
}

.productbanner {
    min-height: 150px;
    max-height: 100%;
    background-color: #045b77;
}

.productbanner .productshortinfo {
    min-height: 150px !important;
}

.breadcrumbs {
    color: #9CECE7;
}

.sortarrows {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    margin-left: 7px;
}

.sortarrows .fa {
    line-height: 10px !important;
}

.breadcrumbs:hover {
    text-decoration: none;
    color: #DAFFFD;
}

.breadcrum_separator {
    color: #fff;
    font-weight: bold;
}

.whitetext {
    color: #fff !important;
}

.inlineblock {
    display: inline-block;
}

.productshortinfo{
    min-height: 320px;
    max-height: 100%;
    max-width: 52.5rem;
    overflow: hidden;
    padding: 0 1.75rem;
}

/* .productshortinfochild{
    max-height: 11rem;
    overflow-y: hidden;
    overflow-x: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
} */

.card-shortdesc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.priceinput {
    max-width: 4rem
}
.productshortinfochild::-webkit-scrollbar {
    display: none;
}

.creatorname {
    color: #9CECE7;
}

.creator {
    max-height: 3.813rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.creator::-webkit-scrollbar {
    display: none;
}
.text-muted-header {
    color: #a0a9b1 !important;
}
.stuckinplace {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    /* background-color: #1c1d1f; */
    background-color: #045b77;
}

.overflowhidescrollbar {
    overflow-y: scroll;
    max-height: 90px;
    overflow-x: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.overflowhidescrollbar::-webkit-scrollbar {
    display: none;
}

.imgoverlay {
    background-size: cover; 
    width: 100%;
    background-position: center;
}

.reposition {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 3rem!important;
    margin-left: 3rem!important;
}

.reposition-parent {
    position: absolute;
    top: 4rem;
    left: 64.2%;
    z-index: 999;
}

.reposition-parent-admin {
    position: absolute;
    top: 9rem;
    left: 64.2%;
    z-index: 999;
}


@media only screen {
    .nowrappos {
        white-space: normal;
    }
}

@media only screen and (min-width: 576px) {
    .nowrappos {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 768px) {
    .nowrappos {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 992px) {
    .nowrappos {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1200px) {
    .nowrappos {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1400px) {
    .nowrappos {
        white-space: nowrap;
    }
}

.text_to_html {
    display: inline !important;
}

#fitem_id_otheremaildestinations {
    align-items: center !important;
}

#sortable, #sortable_products, #sortable_groups, #sortable_checkout_questions { 
    list-style-type: none; 
    width: 100%; 
    padding: 15px;
}

.default {
    height: 30px;
    background-color: #e3e1e1;
    cursor: move; 
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-bottom: 2px;
}

#page-local-shop-catalog .page-header-wrapper {
    display: none !important;
}