
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(http://tech.topper.themerex.net/wp-content/uploads/2021/01/popup-bg-new.png);
}
/* Custom styles
*******************************/
@import url(https://themerex.net/wp-content/themes/basekit-child/css/font-face/Inter-UI/stylesheet.css);

.trx_popup * {
    font-family: "Inter-UI",sans-serif !important;
}
.trx_popup .trx_popup_close:before, .trx_popup .trx_popup_close:after {
    background-color: #000;
}
.trx_popup .trx_popup_container {
    width: 610px;
    height: 556px;
    box-shadow: none;
    padding: 0% 16% 6% 28%;
}
.trx_popup_title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 23px;
}
.trx_popup_title .yellow {
    color: #FFD44D;
    display: block;
}
.trx_popup_title .strike {
    position: relative;
    display: inline-block;
    margin-left: 9px;
}
.trx_popup_title .strike:before {
    content: '';    
    background-color: #FFD44D;
    width: 110%;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.trx_popup_title .black {
    color: #000000;
    margin-left: 25px;
    display: inline-block;
}
.trx_popup_subtitle {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 2px;
    margin-right: 10px;
}
.trx_popup .trx_popup_button.sc_button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 1.36em 3.1em;
    border-radius: 2.8em;
    color: #000  !important;
    background-color: #FFD44D !important;
}
.trx_popup .trx_popup_button.sc_button_hover_strike .strike-text:after, 
.trx_popup .trx_popup_button.sc_button_hover_strike:after {
    display: none !important;
}
.trx_popup .trx_popup_button.sc_button:hover {
    color: #000  !important;
    background-color: #fff !important;
}
.trx_popup .sc_countdown {margin-bottom: 31px !important;}
.trx_popup .sc_countdown .sc_countdown_inner {
    display: flex;
    justify-content: center;
}
.trx_popup .sc_countdown .sc_countdown_item {
    margin: 0 4px;
    float: none;
}
.trx_popup .sc_countdown_default .sc_countdown_digits {
    font-size: 20px;
    font-weight: 700;
    line-height: 63px;
    width: 62px;
    height: 62px;
    color: #DA4241;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
}
.trx_popup .sc_countdown_default .sc_countdown_digits span {
    width: auto;
    background-color: transparent !important;
    color: inherit !important;
    margin: 0;
}
.trx_popup .sc_countdown_default .sc_countdown_label,
.trx_popup .sc_countdown_default .sc_countdown_separator {
    display: none;
}


@media (max-width: 1279px) {
.trx_popup .trx_popup_container {
    width: 300px;
    height: 274px;
    padding: 0% 11% 5.5% 23%;
}
.trx_popup_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}
.trx_popup_subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px;
}
.trx_popup_title .strike {
    margin-left: 5px;
}
.trx_popup_title .black {
    margin-left: 10px;
}
.trx_popup_title .strike:before {
    height: 3px;
}
.trx_popup .sc_countdown {
    margin-bottom: 10px !important;
}
.trx_popup .sc_countdown_default .sc_countdown_digits {
    font-size: 12px;
    line-height: 36px;
    width: 36px;
    height: 36px;
}
.trx_popup .sc_countdown .sc_countdown_item {
    margin: 0 2px;
}
.trx_popup .trx_popup_button.sc_button {
    font-size: 10px;
    padding: 1em 1.5em;
}
}
@media (min-width: 1280px) {
.trx_popup.bottomright {
    transform: translateY(180px) translateX(40px);
}
.trx_popup .trx_popup_container {
    transform: scale(0.7) translateX(100px) translateY(-100px);
}
.trx_popup .trx_popup_close {
    right: auto;
    left: 164px;
}
}
.trx_popup .trx_popup_close {
    border-radius: 50%;
    background-color: #e34a4c;
    width: 30px;
    height: 30px;
}

.trx_popup .trx_popup_close:before, .trx_popup .trx_popup_close:after {
    background-color: #fff;
    width: 60%;
    left: 20%;
}