:host {
    padding: 0px;
}

.dropdown-menu {
    border: 1px solid #CCC5B9;
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    font: inherit;
    padding: 11px;
    z-index: 1051;
}

.title-li {
    color: rgb(226, 0, 116);
    padding-bottom: 11px;
}

.footer-li {
    color: rgb(226, 0, 116);
    padding-top: 11px;
}

/** finance type section */

.btn.finance-type-label {
    width: 33%;
}

.align-items-end {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.align-items-end .flex-align {
    display: inline;
}

.app-modal-footer .btn-default {
    background-color: #e20074;
    color: #fff;
}

.disableHyperlink {
    color: rgb(90, 90, 90);
}

.suggestions {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #F0F0F0;
    position: absolute;
    z-index: 2;
    width: calc(100% - 16px);
}

.suggestions-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #66615b;
}

.suggestions-item:hover {
    background: #fff;
    color: #e20074;
}

div.dropdown{
    padding: 0px;
}

.custom-height{
    cursor: default;
}

.custom-height div{
    padding: 11px; 
    height: 100%;
}	

.shape_circle {
    height: 30px;
    position: absolute;
    color: #fff;
    padding-top: 7px;
    border-radius: 50%;
    width: 30px;
    top: -6px;
    background: #e20074;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shape-text-circle {
    font-size: 11px;
}

.heading_font {
    font-size: 90%;
}

.features {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1200px) and (min-width: 320px){
    .content{
        padding: 15px;
    }
}
.sku_heading_font {
    font-size: 13px;
}
