/*css popup header hook*/
.popup_cart {
    display: none;
}
.ghide{
    display: none;
}
.popup_cart_wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0,0,0,.6);
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.popup_cart-content{
    background-color: #FFFFFF;
    border-radius: 3px;
    position: relative;
    min-height: 400px;
    margin: 30px auto;
    text-align: center;
    z-index: 25;
}
.popup_cart-content-close{
    top: 15px;
    right: 15px;
    border-left: 55px solid transparent;
    -webkit-background-size: 0 0!important;
    background-size: 0 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0!important;
    position: absolute!important;
    background-color: transparent!important;
    overflow: visible!important;
}
.g_copied {
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 5%;
}
.popup-scn-text{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 0 0 20px;
    font-weight: bold;
}
.popup_cart-content-close > button{
    width: 15px;
    height: 15px;
    background: url("../../../../views/img/icon-close.png") -3px -3px no-repeat;
    text-indent: -999999px;
}
.popup-message{
    line-height: 25px;
    font-size: 14px;
    margin: 0 0 20px;
}
.show_Description2 {
    font-size: 14px;
}
.menu_link_sosical-views {
    padding: 15px 0;
    margin: 0;
    text-align: center;
}
.menu_link_sosical-views > li {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    overflow: hidden;
    margin: 5px 15px;
    position: relative;
    float: none;
    cursor: pointer;
    text-align: center;
}
.show-code {
    width: 100%;
    height: 105px;
    margin: 0 0 15px;
}
.code-views {
    text-align: center;
}
.code-views > span {
    margin-top: 15px;
    padding: 41px 3px 36px 3px;
    text-align: center;
    line-height: 84px;
    background: 0 0;
    position: relative;
    border: none;
    overflow: hidden;
    border: dashed 1px #D4D5D7;
}
.code-views > span .code-views-copy {
    font-size: 20px;
    text-align: center;
    line-height: 84px;
    background: 0 0;
    border: none;
     background: #BFE6F6;
    overflow: hidden;
    width: 65%;
    border: dashed 1px #D4D5D7;
}
.code-views > span:before {
    background: url(../../../img/cut.png) no-repeat;
    height: 22px;
    left: -10px;
    padding-left: 0px;
    width: 22px;
    top: -10px;
    content: '';
    position: absolute;
    z-index: 2;
}
.popup-gimg {
    float: left;
    margin-right: 20px;
    border: 1px solid #E7E7E7;
}
.popup-conten_product{
    font-weight: normal;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    position: relative;
}
.popup-gtitleall_product {
    height: 80px;
    text-align: left;
}
.popup-gtitleall_product > a {
    font-weight: bold;
}
.popup-gtitleall_product > span{
    line-height: 23px;
    margin-bottom: 0;
}
.gshow_totall {
    text-align: left;
    padding: 0px 0 15px 0px;
}
.gshow_totall > span {
    line-height: 23px;
    margin-bottom: 0;
}
.popup-gbutton_checkout{
    margin: 15px 0px;
}
.popup-gbutton_checkout > .popup-gbuttonlink_checkout{
    font-size: 18px;
    padding: 15px 20px;
}
/*css bar in hook header*/
.bar_cart_header-bar{
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2147483647;
    background: red;
    text-align: center;
    cursor: pointer;
}
.action-button-hihe{
    right: 0;
    top: 0; 
    float: right;
    display: inline-block;
    width: 3%;
    height: 25px;
}
.action_close{
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
    float: right;
    padding: 0;
    display: inline-block;
    height: 25px;
    border-top: 25px solid #a3c3e0;
    border-left: 30px solid transparent;
}
.action_close:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    top: 0px;
    position: absolute;
    right: 0px;
}
.title-bar-center{
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    min-height: 30px;
    min-width: 97%;
    max-width: 97%;
}
.title-bar-center > a{
    color: #4EA2B9;
}
.popup-scn-text > a{
    color: #4EA2B9;
}
.popup-message > a{
    color: #4EA2B9;
}