#currentProductCounty{
    margin-top: 10px;
}

#hotkeyArea {
    margin: 6px 0;
    padding-left: 0;
    list-style: none;
}

#imageArea {
    margin-top: 10px;
}

.top_products {
    width: 100;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    justify-content: center;
    height: 142px;
}

/* .list-inline-item {
    margin: 0 5px;
    float: left;
    height: 100%;
    min-height: 1px;
} */

.btn_product_item {
    width: 130px;
    height: 142px;
    margin-bottom: 2px;
    padding: 3px;
    border: 1px solid #3fbef4;
    border-radius: 6px;
    background-color: #fff !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #3fbef4;
    font: 500 14px "Roboto", sans-serif;
    font-size: 11px;
    outline: none;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.btn_product_item:hover {
    color: #3fbef4;
    background-color: #3fbef4 !important;
    color: #fff;
}

.btn_product_item:focus {
    color: #fff;
    background-color: #3fbef4 !important;
    outline: none;
    box-shadow: none;
}

.btn_product_item img{
    border-radius: 10px;
}

.top_product_name{
    color: gray;
    word-break: keep-all;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    overflow: hidden;
}

.avatar_person .avatar_box {
    cursor: pointer;
    padding: 2px !important;
}

.avatar_box_area {
    margin: 2px;
    padding: 12px;
    box-shadow: 0px 0px 14px -7px #ccc;
    transition: all .5s ease-in-out;
    background-color: white;
    height: 99%;
}

.avatar_img {
    display: flex;
    flex-direction: column;
}

.zazzle_product_name {
    font: 500 15px "Roboto", sans-serif;
    color: gray;
}

.zazzle_product_price {
    font: 600 15px "Roboto", sans-serif;
    color: black;
}

.zazzle_product_promolabel {
    font: 400 13px "Roboto", sans-serif;
    color: red;
}

.heading_title {
    text-align: left;
}