h1 {
    font-family: sans-serif !important;
    /* line-height:normal !important; */
    font-weight: 900 !important;
    font-size: 3em !important;
    line-height: 1.15em !important;
    letter-spacing: -1px !important;
    text-rendering: optimizeLegibility !important;
}

h3 {
    font-family: sans-serif !important;
    /* line-height:normal !important; */
    font-weight: 900 !important;
    font-size: 26px !important;
    line-height: 1.15em !important;
    text-rendering: optimizeLegibility !important;
}

.content h5 {
    font-family: sans-serif !important;
    /* line-height:normal !important; */
    text-rendering: optimizeLegibility !important;
    font-size: 18px !important;
}

* {
    padding: 0;
    margin: 0;
}

.glue_popup {
    height: 600px;
    width: 870px;
}

/*defines popup width*/
.glue_content * {
    padding: 0;
    margin: 0;
}

.glue_content {
    text-align: center;
    overflow: hidden;
}

#beforeyougo {
    border-radius: 20px;
}

.glue_content {
    padding: 0;
    height: 100%;
    border-radius: 20px;
}

.glue_box_left {
    float: left;
    width: 30%;
    border-top-left-radius: 20px;
    height: 100%;
    border-bottom-left-radius: 20px;
    padding: 60px 10px 50px 10px;
    background: rgba(212, 74, 92, 1);
    background: -moz-linear-gradient(top, rgba(212, 74, 92, 1) 0%, rgba(186, 39, 55, 1) 64%, rgba(186, 39, 55, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(212, 74, 92, 1) 0%, rgba(186, 39, 55, 1) 64%, rgba(186, 39, 55, 1) 100%);
    background: -o-linear-gradient(top, rgba(212, 74, 92, 1) 0%, rgba(186, 39, 55, 1) 64%, rgba(186, 39, 55, 1) 100%);
    background: -ms-linear-gradient(top, rgba(212, 74, 92, 1) 0%, rgba(186, 39, 55, 1) 64%, rgba(186, 39, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(212, 74, 92, 1) 0%, rgba(186, 39, 55, 1) 64%, rgba(186, 39, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d44a5c', endColorstr='#ba2737', GradientType=0);
}

.glue_box_right {
    width: 66%;
    float: left;
}

.glue_content h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
    line-height: 35px;
}

.glue_content h3 span {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.hurray {
    font-size: 18px;
    color: #000;
}

h2.beforeyou {
    font-size: 35px;
    color: rgba(186, 39, 55, 1);
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: -2px;
    padding-top: 50px;
}

.glue_content p {
    font-size: 18px;
    color: #777;
    font-weight: 600;
    padding: 20px 45px;
}

.product {
    overflow: hidden;
}

.product ul {
    list-style: none;
    padding: 20px 0;
    margin-top: 0;
}

.product ul li {
    list-style: none;
    display: inline-table;
    border-radius: 10px;

    padding: 0 10px;
    margin: 0 10px;
}

.product ul li img {
    max-width: 95%;
}
