﻿
/*-----================== Offer_popup ============== ------*/
#popup_wrap,
#popup_offer_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.popup {
    background: #fff0;
    padding: 26px 20px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 790px;
    overflow: hidden;
    margin-left: -395px;
    margin-top: -311.5px;
    border-top: 3px solid #1f97ff;
}
#popup_offer_wrap .popup{
    width: 730px;
}
.popup .half_column:nth-child(n+2) {
    padding: 0 0 0 20px;
}
.popup .owl-carousel:not(.process-wrap) .owl-item:first-child {
    padding-left: 4px; 
}
.popup .owl-carousel .owl-item{ 
    padding: 0 4px;
    width: 100px!important;
}
.popup ul{
    list-style: none;
}
.popup img{
    width: 395px;
}
#popup_offer_wrap .v_deal > .half_column:first-child{
    width: 45%!important;
}
#popup_offer_wrap .v_deal > .half_column:last-child{
    width: 55%!important;
}
#popup_offer_wrap .popup .owl-carousel .owl-item{
    width: 80px!important;
}


.banner_type_2 {
    border-top: 0px solid #EBB700;
    border-radius: 5px;
}

#subscribe_popup > .popup{
    width: 630px;
}

#subscribe_popup .inner,
.init_popup > .popup_cart .inner{
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

#subscribe_popup .inner h2{
    font-weight: 800;
    color: #ffffff00;
    text-align: center;
    line-height: 0px;
}

#subscribe_popup .inner h2 span{
    color: #1f97ff;
}

.init_popup > .popup,
.init_popup > .popup_cart{
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 200px);
    padding: 0;
}
.init_popup > .popup img{
    width: auto;
}

.init_popup > .popup .half_column:nth-child(n+2){
    padding-left: 15px;
}

.init_popup > .popup .half_column:first-child{
    padding-right: 15px;
}

.init_popup > .popup p:last-child{
    margin-bottom: 0;
}

.init_popup > .popup form{
    margin-top: 20px;
}

.init_popup > .popup form .btn-small{
    margin: 0 auto;
    display: inline-block;
}

.init_popup > .popup [id^="newsletter"] input{
    margin-bottom: 30px;
}

.init_popup .close_popup{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 800;
    font-size: 16px;
    background: none;
    color: #fff;
    border: none
}

.init_popup .close_popup i{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.init_popup .close_popup:hover i{
    color: #1f97ff;
}

.init_popup .popup .popup_top_block{
    border-bottom: 1px solid #00338D;
    padding-bottom: 15px;
    display:inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.init_popup > .popup .popup_top_block div:first-child{
    float: left;
}

.init_popup{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    background: rgba(0,0,0,.5);
}

.init_popup > .popup_cart{
    left: calc(50% - 198px);
    top: 30%;
    width: 395px;
    background: #fff;
}

.init_popup > .popup_cart .inner{
    color: #6a6a6a;
}

.init_popup > .popup_cart h2{
    font-size: 0px;
    font-weight: normal;
    text-transform: none;
    color: #ffffff00;
    letter-spacing: -1px;
}

.init_popup > .popup_cart p{
    padding-top: 25px;
    margin-bottom: 0;
}

.init_popup > .popup_cart .box-buttons{
    margin-top: 25px;
}

#dontshowagain {
    float: left;
	margin-right: 10px;	
}
#uniform-dontshowagain > label {
    line-height: 22px;
}
