
.nx-popup-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    content: "";
    z-index: 999;
    height: 100%;
    transition: .3s all;
    visibility: hidden;
    opacity: 0
}

.nx-popup-backdrop.show {
    visibility: visible;
    opacity: 1
}

.nx-popup-wrapper.show {
    visibility: visible;
    opacity: 1
}

.nx-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0
}

.only-image-modal .nx-modal-inner-content-wrapper {
    width: 700px;
    min-height: 400px;
    background-size: cover;
    background-position: center
}

.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper {
    background-image: url(../img/popup/notice-popup-bg.png)
}

.nx-modal-inner-content-wrapper {
    width: 700px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    background-position: center;
    height: 400px
}

.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper .nx-popup-close {
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.nx-modal-inner-content-wrapper .nx-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    line-height: 20px;
    color: red;
    cursor: pointer
}

.notice-modal .nx-modal-header .title {
    display: inline-block;
    background-color: red;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

.notice-modal .nx-modal-header {
    text-align: center;
    margin-bottom: 30px
}

.notice-modal .nx-modal-content {
    text-align: center
}

.notice-modal .nx-modal-content p {
    color: #444;
    font-size: 18px;
    line-height: 28px
}

.notice-modal .nx-modal-content .btn-wrapper {
    margin-top: 30px
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed {
    display: inline-block;
    padding: 10px 30px;
    background-color: #639;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    transition: .3s all
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed:hover {
    background-color: beige;
    color: #fff
}

.notice-modal-content-wrapper {
    text-align: left
}


.notice-modal-content-wrapper .right-side-content {
    max-width: 320px
}

.nx-popup-wrapper.notice-modal .nx-modal-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

.notice-modal-content-wrapper .right-side-content .title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.notice-modal-content-wrapper .right-side-content p {
    font-size: 18px;
    line-height: 34px;
    color: rgba(255, 255, 255, .8)
}

.counterdown-wrap.event-page #event_countdown {  
    width: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    margin-bottom: 30px

}

.counterdown-wrap.event-page #event_countdown>div {
    margin: 0px;
    border-right: 10px solid #fff;
    width: calc(100% / 4);
    background-color: #cc0000;
    text-align: center;
    padding: 10px 10px
}
.counterdown-wrap.event-page #event_countdown > div:nth-child(4){  
    border-right: 0px;
}
.counterdown-wrap.event-page .event_countdown>div .label {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    line-height: 20px
}

.counterdown-wrap.event-page #event_countdown>div .time {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}


.counterdown-wrap.event-page {
    display: flex;
    margin-bottom: 30px
}

.counterdown-wrap.event-page .event_countdown>div {
    width: calc(100% / 4);
    background-color: #cc0000;
    margin: 5px;
    text-align: center;
    padding: 10px 10px
}

.counterdown-wrap.event-page .event_countdown>div .label {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    line-height: 20px
}

.counterdown-wrap.event-page .event_countdown>div .time {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}
.btn-boxed {
    display: inline-block;
    border: none;
    background-color: #cb1517;;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s all;
  }
  .btn-boxed:hover {
    background-color: #cc0000;
    color: #fff;
  }
  .container{
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }