.july_sale_popup {
    background-image: url('../images/bg.png');
    background-size: cover;
	width: 433px;
	height: 370px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 75%;
    z-index: 100000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.july_sale_popup .inner {
    text-align: center;
    position: absolute;
    top: 53.1%;
    left: 2.4%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.july_sale_popup img {
    margin: auto;
	width: 300px;
}

.july_sale_popup h4 {
    font-size: 15px;
    line-height: 12px;
    font-family: Inter;
    font-weight: 400;
    color: #ffffff !important;
    position: relative;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 1.2em;
	margin-left: -8px;
}

.july_sale_popup span {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    font-family: Inter;
    color: #003087 !important;
    display: block;
    margin-bottom: 1.5em;
}

.july_sale_popup a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Inter;
    color: #fff !important;
    background-color: #000000;
    display: inline-block;
    padding: 1.1em 2.5em;
    border-radius: 3em;
	margin-top: 2.3em;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.july_sale_popup a:hover {
    color: #000000 !important;
	background-color: #ffffff;
}

.july_sale_popup .hide {
    display: none;
}

.july_sale_popup .close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 8.4em;
    top: 0.9em;
    background: url('../images/close.png');
    background-size: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.july_sale_popup .close:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}