.cms_popup{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none;z-index:99999;width:100%;height:100%;background:rgba(0,0,0,.8)}.cms_popup.show{display:block}.cms_popup .closePopupBtn{display:block;width:34px;height:34px;position:absolute;right:-15px;top:-15px;z-index:99;opacity:1;cursor:pointer;background:url("/apps/assets/images/close-popup.svg") 50% 50% no-repeat var(--close-bg);background-size:100%;border-radius:50px;-webkit-transition:all .2s;transition:all .2s;transform:scale(1)}.cms_popup .closePopupBtn:hover{background-color:var(--close-bg);transform:scale(1.2)}.cms_popup .contentBox{display:-webkit-box;display:-ms-flexbox;display:flex;top:10%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:400px;position:relative;margin:5% auto;z-index:10;text-align:center;padding:0;font-family:var(--font-family);font-weight:400;background:var(--contentBox-bg) !important;border-radius:15px}.cms_popup .contentBox .imgBx{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cms_popup .contentBox .imgBx img{position:relative;max-width:100%;z-index:1;border-top-right-radius:15px;border-top-left-radius:15px}.cms_popup .contentBox .counterPopup{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:var(--counter-bg)}.cms_popup .contentBox .counterPopup p{font-size:16px;margin:0 auto;color:#fff;opacity:.5}.cms_popup .contentBox .counterPopup .countdown__block__number{background:var(--counter-num-bg);color:#fff;font-size:28px;font-weight:900 !important;border-radius:5px}.cms_popup .contentBox .counterPopup .countdown__block__text{font-size:16px;color:#fff;font-weight:300 !important;opacity:.5}.cms_popup .contentBox .counterPopup #popup__countdown__init{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px auto}.cms_popup .contentBox .counterPopup #popup__countdown__init .countdown__block{display:block;width:90%;text-align:center;margin:0 5px}.cms_popup .contentBox .counterPopup .countdown__block h3{color:#fff !important;margin:0 !important;width:60px}.cms_popup .contentBox .mainContent{background:var(--mainContent-bg);display:flex;flex-direction:column;align-items:center;border-radius:15px;width:100%}.cms_popup .contentBox .mainContent .content{position:relative;width:90%;padding:10px 0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cms_popup .contentBox .mainContent .content p{display:block;color:#fff !important;font-family:var(--font-family);font-weight:normal !important;font-style:normal !important;font-size:16px;line-height:19px;font-weight:300 !important;text-align:center;margin:0 !important}.cms_popup .contentBox .mainContent .btnPopup{display:flex;width:95%;padding:10px 0px;margin-bottom:10px}.cms_popup .contentBox .mainContent .btnPopup a{display:block;width:100%;max-width:320px;height:50px;line-height:50px;position:relative;margin:30px auto 40px auto;cursor:pointer;border-radius:var(--border-radius-btn);text-transform:uppercase;text-decoration:none;border:var(--border-btn);margin:0 auto;background:var(--button-bg);color:var(--button-color);font-family:var(--font-family);font-weight:700 !important;letter-spacing:1px;font-style:normal !important;font-size:20px;text-align:center;-webkit-transition:all .2s;transition:all .2s}.cms_popup .contentBox .mainContent .btnPopup a:hover{background:var(--button-hover-bg);color:var(--button-hover-color)}@media(max-width: 767px){.cms_popup .contentBox{width:90%;height:auto;top:10%}}
