@charset "utf-8";

#xharpen-popupProduct {
    position: fixed;

    padding: 6px;
    width: 0;
    height: 0;
    background: #000000;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.30);
    border-radius: 6px;
    box-sizing: border-box;
    z-index: 99999999;
}

.xharpen-popupProduct_top_left{
    top: 10px;
    left: 10px;
}

.xharpen-popupProduct_top_right{
    top: 10px;
    right: 10px;
}

.xharpen-popupProduct_bottom_left{
    bottom: 10px;
    left: 10px;
}
.xharpen-popupProduct_bottom_right{
    bottom: 10px;
    right: 10px;
}

#xharpen-popupProduct .btn-close:hover {
    background-color: rgba(0,0,0,1);
}

#xharpen-popupProduct .btn-close {
    position: absolute;
    padding: 6px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    top: 12px;
    right: 12px;
    z-index: 999;
    line-height: 0;
    cursor: pointer;
}

#xharpen-popupProduct .wrap-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

#xharpen-popupProduct .wrap-description {
    position: absolute;
    width: inherit;
    height: 120px;
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    z-index: 3;
}

#xharpen-popupProduct .wrap-description .btn_buy:hover{
    background-color: #AA2434;
}

#xharpen-popupProduct .wrap-description .btn_buy {
    position: absolute;
    padding: 13px 0;
    bottom: 6px;
    left: 6px;
    right: 6px;
    color: #fff;
    background-color: #E83249;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

#xharpen-popupProduct .wrap-description h1,
#xharpen-popupProduct .wrap-description h3,
#xharpen-popupProduct .wrap-description .btn_buy {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

#xharpen-popupProduct .wrap-description h1 {
    margin-top:16px;
    margin-left: 16px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
}

#xharpen-popupProduct .wrap-description h3{
    margin-top: 8px;
    font-weight: normal;
    margin-left: 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}