@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body .sticky-top {
    z-index:99;
} 
#exit-popup .wrapper { 
    position: relative;
} 
#exit-popup_close {
    text-align: right;
    width: 80%;
    margin: 0 auto; 
}
#exit-popup_close::before {
    content: "×";
    font-size: 40px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}

#exit-popup {
  background: rgba(0,0,0,.75);
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }
  #exit-popup .wrapper {
   /* background: #FFF;*/
    position: relative;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #exit-popup .wrapper {
        max-width: 90%; } }
    #exit-popup .wrapper::before {
      /*content: "";*/
      background-color: #E4F1FA;
      width: 70%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        #exit-popup .wrapper::before {
          content: none; } }
  #exit-popup-content {
    display: flex;
    align-items: center;
    padding: 40px 40px;
    justify-content: center;
    min-height: 500px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      #exit-popup-content {
        flex-wrap: wrap;
        padding: 30px;
        min-height: auto; } }
    #exit-popup-content .text {
      text-align: left;
      flex: 0 0 40%; }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .text {
          flex: 0 0 100%; } }
      #exit-popup-content .text h2 {
        font-size: 46px;
        color: #2C3454;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.1; }
        @media only screen and (max-width: 768px) {
          #exit-popup-content .text h2 {
            font-size: 30px; } }
      #exit-popup-content .text p {
        font-size: 20px;
        font-weight: 500;
        color: #2C3454;
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          #exit-popup-content .text p {
            font-size: 16px; } }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .text a {
          margin-top: 25px; } }
    #exit-popup-content .text .button {
      background: #293F88;
      border: none;
      border-radius: 5px;
      box-sizing: border-box;
      color: #FFFFFF;
      font-size: 20px;
      font-size: 1.25rem;
      color: #FFFFFF !important;
      font-weight: 500;
      line-height: normal;
      outline: none;
      padding: 15px 30px;
      text-decoration: none;
      vertical-align: bottom;
      margin: 40px 0 0;
      text-transform: none;
      display: inline-block;
    }
    #exit-popup-content .text .button:hover {
      background: #0097fe !important;
      cursor: pointer;
    }
    #exit-popup-content .visual {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #exit-popup-content .visual {
          /*display: none;*/ } }
      #exit-popup-content .visual img {
        margin-top: 0px;     max-width: 650px;
    border-radius: 24px;
  #exit-popup_close {
    /*top: 0;
    right: 40px; */
    text-align:right;
    width: 40px;
    height: 40px;
    opacity: 1;
    cursor: pointer;
    z-index: 2; }
    #exit-popup_close::before {
      content: "×";
      top: 0;
      right: 10px;
      position: absolute;
      font-size: 40px;
      line-height: normal;
      color: #fff;
    }
    #exit-popup_close:hover {
      opacity: 1; }
  #exit-popup_bg {
    visibility: hidden;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: 10001; }



/**Black Friday Sale Popup --- for US ----*/
body #exit-popup .show-for-us {
  padding: 80px !important;
  /*padding: 40px 40px 40px 40px !important;*/
  /* background-image: url(http://demo-wordpress.hackerearth.com/rec-new/wp-content/themes/hackerearth-child/assets/images/popup/sale-popup-bg.png) !important; */
  background-size: cover !important; }
  @media only screen and (max-width: 768px) {
    body #exit-popup .show-for-us {
      padding: 30px !important; } }
  body #exit-popup .show-for-us .visual {
    flex: 0 0 37% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body #exit-popup .show-for-us .visual img {
      max-height: 331px;
    }
    @media only screen and (max-width: 768px) {
      body #exit-popup .show-for-us .visual {
        flex: 0 0 100% !important;
        display: none !important; } }
  body #exit-popup .show-for-us .text {
    padding-left: 0 !important;
    flex: 0 0 62% !important; }
    @media only screen and (max-width: 768px) {
      body #exit-popup .show-for-us .text {
        flex: 0 0 100% !important; } }
    body #exit-popup .show-for-us .text h2 {
      margin-bottom: 25px;
      background: linear-gradient(131deg, #2255CE 0%, #29C9FF 56%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 55px !important;
      font-weight: 700 !important;
      margin-bottom: 20px !important;
      line-height: 1.1 !important; }
      @media only screen and (max-width: 768px) {
        body #exit-popup .show-for-us .text h2 {
          font-size: 30px !important; } }
    body #exit-popup .show-for-us .text p {
      font-size: 25px !important;
      line-height: 1.3;
      font-weight: bold !important;
      color: #FFFFFF !important; }
      @media only screen and (max-width: 768px) {
        body #exit-popup .show-for-us .text p {
          font-size: 16px !important; } }
    body #exit-popup .show-for-us .text .sale-dates {
      display: inline-block;
      background: #FFFFFF;
      border-radius: 27px;
      color: #091038;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 10px 20px;
      margin: 20px 0 35px; }
    body #exit-popup .show-for-us .text .calendar_button_sec {
      text-align: left !important;
      padding: 0 !important; }
      body #exit-popup .show-for-us .text .calendar_button_sec .calendar_button {
        background-color: #FED330 !important;
        color: #091038 !important;
        text-align: left !important;
        border: 0 !important; }
    body #exit-popup .show-for-us .text .calendar_button {
      background-color: #FED330 !important;
      color: #091038 !important;
      margin: 0; }
    body #exit-popup .show-for-us .text img {
      filter: brightness(10);
      display: inline-block;
      margin-bottom: 36px; }
body .showingUS #exit-popup_close:before {
  color: #fff !important; }
body .showingUS .wrapper {
  width: 900px !important; }
  @media only screen and (max-width: 768px) {
    body .showingUS .wrapper {
      width: 90% !important; } }
body .showingUS .text {
  text-align: left !important; }


  /****Calendar toggle button***/
  .calendar-button-list .list-group-item {  height:50px; padding:0 !important;
    display: -webkit-box; 
    display: -moz-box;     
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex; 
    align-items: center;
    justify-content: center;
  }
  .calendar-button-list .list-group-item:first-child {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; 
    border-top-right-radius: 0 !important;
  }
  .calendar-button-list .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    margin-bottom: -1px !important;
    border-bottom-left-radius: 0 !important;
  }
  .calendar-button-list{
    display: flex !important;
  }
  .calendar-button-list .list-group-item a{
    vertical-align: middle;
    line-height: 0;
    padding: .75rem 1.25rem;
  }
  @media only screen and (max-width: 768px) { 
    .calendar-button-list .list-group-item a {
      margin-top: 0 !important;
    }
  }
  .calendar-button-group{
    display: none;
  }

/*# sourceMappingURL=exit-popup.css.map */
