 /*new css for timer bar */

/*#templatePreview{
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
}*/
#templatePreview input{
  padding: 5px 10px!important;
  width: 200px !important;
  z-index: 9999;
}
.wrap-timer-template input[type="radio"]:checked+label {
  border: #000 1px solid;
}
.wrap-timer-template input[type="radio"]:checked+label:after{
  content: '';
  border-left: 25px solid transparent;
  border-right: 0 solid #000;
  border-bottom: 20px solid #facc03;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
.wrap-timer-template input[type="radio"]+label{
  border: 1px solid transparent;
  display: block;
}
.wrap-timer-template input[type="radio"]:checked+label:before {
    content: '';
    background: url(/tick.png) no-repeat;
    display: block;
    position: absolute;
    right: 17px;
    bottom: 4px;
    width: 11px;
    height: 13px;
    background-size: contain;
    z-index: 9;
}

.img-rdo{
  min-height: 70px;
  background-size: 100%;
  margin-top: 5px;
}

.mha-timer-wrap{
  display: inline-block;
}

.mha-dao-timer {
  margin: 0 auto;
  text-align:center;
  /*margin-top:15px;*/
  display: inline-block;
}
.mha-dao-timer .label {
  color: inherit;
} 
.prvw-main-div > p{
  margin: 5px 0 !important;
}

.bg-img-preview:before{
  width: auto;
}

/* ================= COUNTER STYLE-1 =============== */
.mhaCounter1 #mhaTimerInner{
 /* width: 100%;
  text-align: center;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 0;*/
}
.mhaCounter1 #mhaTimerInner > p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  padding-right: 6px;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}
.mhaCounter1 #mhaTimerInner button {
  border-radius: 2px;
  padding: 14px 26px;
  background-color: #fff;
  border: 0;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #0e0e0e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
/*#mhaTimerInner #rmvMhaDaoBar {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  right: 40px;
  cursor: pointer;
  font-family: Arial;
}*/

.mhaCounter1.large .mha-dao-timer,
.mhaCounter1.medium .mha-dao-timer,
.mhaCounter1.small .mha-dao-timer {
  margin: 0 auto;
  /*width: 450px;*/
  text-align: center;
  /*margin-top: 15px;*/
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.mhaCounter1 .mha-dao-timer .countdown-container {
  height: 45px;
  overflow: hidden;
}
.mhaCounter1 .mha-dao-timer .time{
  /*border-radius: 5px;*/
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  height: 70px;
  width: 65px;
  padding: 0;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mhaCounter1 .mha-dao-timer .time:after{
  content: '';
  height: 70%;
  width: 2px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  right: 0px;
}
.mhaCounter1 .mha-dao-timer .time:last-child:after {
  display: none;
}
.mhaCounter1 .mha-dao-timer .count{
  color: inherit;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px !important;
  line-height: 70px !important; 
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.mhaCounter1 .mha-dao-timer .count.top {
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.mhaCounter1 .mha-dao-timer .count.bottom {
  border-radius: 0 0 5px 5px;
  line-height: 0 !important;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.mhaCounter1 .mha-dao-timer .label {
  font-size: normal;
  display: block;
  position: absolute;
  width: 100%;
  font-size: 10px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  left: 0;
  padding: 0;
  top: 10px;
  font-weight: bold;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; 
}
.mhaCounter1 .mha-dao-timer .time .count.curr.bottom {
  opacity: 0;
}
.mhaCounter1 .mha-dao-timer .time .count.curr.top {
  opacity: 0;
}
/* Animation end */
.mhaCounter1 .mha-dao-timer .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.hulkclose{
  cursor: pointer;
}
/*#rmvMhaDaoBar{
  position: absolute;
  right: 6px;
  top:6px;
  height:20px;
  font-size:0;
  border-radius:50%;
  background-color:rgba(0,0,0,0.45);
  width: 20px;
  cursor:pointer;
}*/
/*.bxslider #rmvMhaDaoBar{
  top: 0;
  right: 0;
}
#rmvMhaDaoBar:before,#rmvMhaDaoBar:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#rmvMhaDaoBar:after{
  width: 2px;
  height: 10px;
}*/
@media screen and (max-width: 48em) {
  .mha-dao-timer {
    width: 100%;
  }
  .mha-dao-timer .countdown-container {
    height: 100px;
  }

  .mha-dao-timer .time {
    height: 70px;
    width: 48px;
  }
  .mhaCounter2 .mha-dao-timer .time{
    height: auto;
    width: auto;
  }
  .mha-dao-timer .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .mha-dao-timer .label {
    font-size: 0.8em;
    top: 72px;
  }
}
.mha-dao-timer .countdown-container {
  height: auto;
}
.mhaCounter1.medium .mha-dao-timer .time:after{
  /*height: 70%;*/
}
.mhaCounter1.medium .mha-dao-timer .count {
  font-size: 30px;
}


/* ================= COUNTER STYLE-2 =============== */
.mhaCounter2 #mhaTimerInner{
  width:100%;
  text-align:center;
  /*padding: 10px 0;*/
  font-size:25px;
  font-family: 'Quicksand', sans-serif;
}
.mhaCounter2 #mhaTimerInner > p{
  text-align:center;
  margin:0;
  padding-right: 6px;
  display:inline-block;
  vertical-align: middle;
  font-size:18px;
  font-weight: 500;
}
.mhaCounter2 #mhaTimerInner button{
  padding: 12px 30px;
  border: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #0e0e0e;
  background-color: transparent;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.mhaCounter2 .mha-dao-timer {
  margin: 0 10px;
  width: auto;
  text-align:center;
  vertical-align:middle;
}
.mhaCounter2 .mha-dao-timer .time .count.next.top{
  opacity: 0;
}
.mhaCounter2 .mha-dao-timer .time .count.curr.bottom{
  opacity: 0;
}
.mhaCounter2 .mha-dao-timer .countdown-container {
  height: auto;
  position: relative;

}
.mhaCounter2 .mha-dao-timer .time{
  overflow:hidden;
  float: left;
  padding-right: 0;
  text-align: center;
  position: relative;
  height: 40px;
  width: auto;
  min-width: 80px;
  padding: 0 18px;
  padding-right: 0;
  text-align: left;
}
.mhaCounter2 .mha-dao-timer .count{
  display: block;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px !important;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  height: auto;
  color: #E6C337;
      display: inline !important;
}
.mhaCounter2 .mha-dao-timer .label {
/*  margin-top: -6px;
  height:auto;
  font-size: 11px;
  margin-left: 52px;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #FBDB5D;*/
    margin-top: -6px;
    height: auto;
    font-size: 11px !important;
    text-transform: uppercase;
    text-align: left !important;
    color: #FBDB5D;
    padding: .2em .6em .3em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: inline !important;
    border-radius: .25em;
    line-height: 1 !important;
    vertical-align: sub;

}
/* Animation start */
.mhaCounter2 .mha-dao-timer .count.next.bottom {
  -webkit-transform:translateY(50px);
  -moz-transform:translateY(50px);
  -ms-transform:translateY(50px);
  -o-transform:translateY(50px);
  transform:translateY(50px);
  z-index: 2;
  opacity:0.3;
}
/* Animation end */
.mhaCounter2 .mha-dao-timer .flip .count.curr.top {
  -webkit-transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -ms-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  -webkit-transform:translateY(-50px);
  -moz-transform:translateY(-50px);
  -ms-transform:translateY(-50px);
  -o-transform:translateY(-50px);
  transform:translateY(-50px);
  opacity:0.3;
}
.mhaCounter2 .mha-dao-timer .flip .count.next.bottom {
  -webkit-transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -ms-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
  opacity:1;
}
.mhaCounter2.medium .mha-dao-timer {
  margin: 0 20px;
}
.mhaCounter2.medium .mha-dao-timer .time {
  width: auto;
  min-width: 50px;
  padding: 0 6px;
  padding-right: 0;
}
.mhaCounter2.medium .mha-dao-timer .time:first-child{
  padding: 0;
}
.mhaCounter2.medium .mha-dao-timer .count {
  font-size: 18px !important;
}
.mhaCounter2.medium .mha-dao-timer .label{
  margin-left: 20px;
}

/*.mhaCounter2.small .mha-dao-timer .time {
  width: auto;
  padding: 0 6px;
  text-align: left;
  min-width: 50px;
  padding-right: 0;
}
.mhaCounter2.small .mha-dao-timer .count {
  font-size: 16px;
}
.mhaCounter2.small .mha-dao-timer .label{
  margin-left: 20px;
}*/


/* ================= COUNTER STYLE-3 =============== */
.mhaCounter3{
  margin-bottom: 5px;
  margin-top:20px;
}
.mhaCounter3 #mhaTimerInner{
  width:100%;
  text-align:center;
  padding: 5px 0 0 0;
  font-size:25px;
  font-family: 'Open Sans', sans-serif;
}
.mhaCounter3 #mhaTimerInner > p{
  text-align:center;
  margin:0;
  padding-right:6px;
  display:inline-block;
  vertical-align: middle;
}
.mhaCounter3 #mhaTimerInner button{
  padding: 14px 20px;
  border: 0;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  color: #e5e5e5;
  background-color: #0e0e0e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.mhaCounter3 .mha-dao-timer{
  margin: 0 auto;
  text-align:center;
  vertical-align: middle;
  display: inline-block;
}
.mhaCounter3 .mha-dao-timer .countdown-container {
  height: auto;
}
.mhaCounter3 .mha-dao-timer .time{
  border-radius: 5px;
  margin: 0 14px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 80px;
  width: 60px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mhaCounter3 .mha-dao-timer .time:after{
  content: ':';
  position: absolute;
  right: -20px;
  font-size: 37px;
  top: 10px;
  font-family: lato !important;
}
.mhaCounter3 .mha-dao-timer .time:last-child:after{
  content: none;
}
.mhaCounter3 .mha-dao-timer .count{
  color: #000;
  background: #FFCC00;
  /*background: #202020;*/
  display: block;
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 30px;
  line-height: 80px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.mhaCounter3 .mha-dao-timer .count.top {
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.mhaCounter3 .mha-dao-timer .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), transparent);
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.mhaCounter3 .mha-dao-timer .label {
  display: block;
  position: relative;
  top: -18px !important;
  width: 100%;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 0;
  color: #FFCC00;
  font-weight: 400;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* Animation start */
.mhaCounter3 .mha-dao-timer .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.mhaCounter3 .mha-dao-timer .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.mhaCounter3 .mha-dao-timer .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.mhaCounter3 .mha-dao-timer .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(20deg);
}

/*.mhaCounter3.medium .mha-dao-timer .time {
  height: 68px;
  width: 55px;
}
.mhaCounter3.medium .mha-dao-timer .time:after {
  right: -19px;
  font-size: 30px;
}
.mhaCounter3.medium .mha-dao-timer .count {
  font-size: 26px;
  line-height: 68px;
}
.mhaCounter3.medium .mha-dao-timer .count.bottom{
  line-height: 0; 
}*/
.mhaCounter3.medium .mha-dao-timer .time {
  height: 55px;
  width: 43px;
}
.mhaCounter3.medium .mha-dao-timer .time:after {
  right: -20px;
  font-size: 27px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.mhaCounter3.medium .mha-dao-timer .count {
  font-size: 18px !important;
  line-height: 56px !important;
}
.mhaCounter3.medium .mha-dao-timer .count.bottom{
  line-height: 0 !important; 
}
#displayStartTime.error,#displayEndTime.error{
  border: 1px solid red;
}
.btn-top-save{
  position: absolute;
  top: 10px;
  right: 45px;
  margin: 0;
}

.btn-top-cancel{
  position: absolute;
  top: 10px;
  right: 7%;
}
.minicolors+.Polaris-TextField__Backdrop{
  max-width: 290px;
}

.preview-template{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.preview-template div{
  margin-bottom: 0 !important;
}

.preview-template.active{
  border-color: #5c6ac4 !important;
}
/*.preview-template.active:after{
  content: '';
  border-left: 40px solid transparent;
  border-right: 0 solid #000;
  border-bottom: 35px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
}*/

/*.preview-template.active:before {
    content: '';
    background: url(/images/tick.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 20px;
    background-size: contain;
    z-index: 9;
}*/
/*----------------responsive preview-------------------*/
#mhaDaoBarInner #mhaDaoBarEmail{
  width: 20%;
  margin: 0;
}

@media only screen and (max-width: 480px){

 /* #mhaDaoBarInner{
    margin-top: 50px;
  }*/
  .mhaCounter1 .mha-dao-timer{
    padding: 0 !important;
    margin-top: 6px !important;
  }
  .mhaCounter1 .mha-dao-timer .time{
    width: 70px;
    padding: 0 8px;
    top: 7px;
  }
  .mhaCounter1 .mha-dao-timer .countdown-container {
    height: auto;
  }
  .mhaCounter1 .mha-dao-timer .label{
    top: 7px;
  }
  .mhaCounter1{
    position: relative;
    top: -4px;
  }

  .mhaCounter2 .mha-dao-timer{
    margin: 0 8px !important;
  }
  .mhaCounter2 .mha-dao-timer .time{
    /*height: 24px !important;*/
    /*min-width: 70px !important;*/
    padding-left: 5px !important;
  }
  .mhaCounter2 .mha-dao-timer .count{
    font-size: 18px !important;
    /*line-height: 20px !important;*/
  }
  .mhaCounter2 .mha-dao-timer .label{
    font-size: 9px !important;
    /*float: left;*/
    /*margin-left: 20px;*/
    top: 4px;
    vertical-align: middle;
  }
  .mhaCounter2 #mhaTimerInner{
    padding: 0;
    line-height: 1;
  }

  .mhaCounter3 .mha-dao-timer .time{
    margin: 0 10px !important;
/*    height: 48px !important;
    width: 40px !important;*/
  }
  .mhaCounter3 .mha-dao-timer .count{
    font-size: 25px;
    line-height: 60px;
  }
  .mhaCounter3 .mha-dao-timer .count.bottom{
    line-height:0;
  }

  #mhaDaoBarInner p{
    font-size: 17px;
  }
  #mhaDaoBarInner #mhaDaoBarEmail{
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 8px;
    padding: 6px 7px 6px 7px !important;
  }

  .dao-timer-bar a{
    line-height: 1.4;
    font-size: 16px !important;
  }
  .mhaCounter3 .mha-dao-timer .label{
    top: -23px !important;
  }
  .mhaCounter3 .mha-dao-timer .time:after{
    right: -15px !important;
   /* font-size: 32px;
    top: 0px;*/
  }

  .dao-shipping-bar{
    padding: 8px 10px 8px 10px !important;
  }

  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 14px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
  .dao-announcement-bar .bx-viewport{
    height: auto !important;
  }

}

@media only screen and (min-width: 481px) and (max-width: 768px){

  #mhaDaoBarInner p {
    font-size: 15px;
  }
  .mhaCounter1 .mha-dao-timer .time{
    width: 75px;
    padding: 0 8px;
  }
  .mha-dao-timer .label {
    top: 0;
  }

  #mhaDaoBarInner.dao-shipping-bar{
    padding: 0 10px 8px !important;
  }
  .mhaCounter2 .mha-dao-timer{
    margin: 0;
  }
  .mhaCounter2 .mha-dao-timer .time{
    /*height: auto !important;*/
    min-width: 70px !important;
    padding-left: unset !important;
    top: unset;
  }
  .mhaCounter2 .mha-dao-timer .count{
    font-size: 18px !important;
    /*line-height: 20px !important;*/
  }
  .mhaCounter2 .mha-dao-timer .label{
    font-size: 11px;
    /*float: left;*/
    /*margin-left: 27px;*/
    top: 1px;
  }
  .mhaCounter2 #mhaTimerInner{
    padding: 0;
  }

  .dao-timer-bar a{
    line-height: 1.4;
    font-size: 16px !important;
  }
  .mhaCounter3 .mha-dao-timer .label{
    top: -23px !important;
  }
/*  .mhaCounter3 .mha-dao-timer .time:after{
    right: -14px;
    font-size: 32px;
    top: 0px;
  }*/
/*  .mhaCounter3 .mha-dao-timer .time{
    margin: 0 6px !important;
    height: 60px !important;
    width: 50px !important;
  }*/
  .mhaCounter3 .mha-dao-timer .count{
    font-size: 25px;
    line-height: 60px;
  }
  .mhaCounter3 .mha-dao-timer .count.bottom{
    line-height:0;
  }

  #mhaDaoBarInner #mhaDaoBarEmail{
    max-width: 74%;
    margin-bottom: 12px;
    margin-top: 5px;
    width: 100%;
  }

  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 14px !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 980px){
  #mhaDaoBarInner button{
    max-width: 20%;
  }
  #mhaDaoBarInner #mhaDaoBarEmail {
    max-width: 30%;
    margin-bottom: 0;
    margin-top: 0;
  }
  #mhaDaoBar #mhaDaoBarInner.dao-shipping-bar{
    padding: 3px 10px 10px 10px !important;
  }

  #mhaDaoBarInner.dao-shipping-bar p{
    font-size: 18px;
  }

  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 16px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 16px !important;
  }

  .dao-timer-bar a{
    line-height: 1.4;
    font-size: 16px !important;
  }
  .mhaCounter3 .mha-dao-timer .label{
    top: -23px !important; 
  }
  .mhaCounter3 .mha-dao-timer .time:after{
    right: -15px !important;  
  }
  .mhaCounter3 .mha-dao-timer .time{
    margin: 0 10px !important;
    height: 55px !important;
    width: 50px !important;
  }
  .mhaCounter3 .mha-dao-timer .count{
    font-size: 25px;
    line-height: 60px;
  }
  .mhaCounter3 .mha-dao-timer .count.bottom{
    line-height:0;
  }

}

@media only screen and (min-width: 981px) and (max-width: 1024px){
  .dao-shipping-bar{
    padding: 6px 10px 10px 10px !important;
  }

  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 16px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 16px !important;
  }

  .dao-timer-bar p{
    font-size: 20px;
  }
  .dao-timer-bar a{
    font-size: 18px !important;
  }
  .mhaCounter3 .mha-dao-timer .time{
    height: 70px;
    width: 55px;
  }
  .mhaCounter3 .mha-dao-timer .count{
    line-height: 70px;
  }
  .mhaCounter3 .mha-dao-timer .count.bottom{
    line-height: 0 !important;
  }
  .mhaCounter3 .mha-dao-timer .label{
    top: -24px;
  }
  .mhaCounter3 .mha-dao-timer .time:after{
    top: 3px;
  }
}


/* end 17 octo 2019*/

#mhaDaoBarInner p{
  color: inherit;
}
.mha-timer-wrap{
  display: inline-block;
}
#hulkappsDaoBar input,#hulkappsDaoBar button{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline:none !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

.dao-announcement-bar ul.bxslider{
  margin: 0 !important;
  padding: 0 !important;
}
#mhaDaoBarInner ul.bxslider #rmvMhaDaoBar {
  right: 0 !important;
  top: 0 !important;
}
#rmvMhaDaoBar{
  position: absolute;
  right: 6px;
  top:6px;
  height:20px;
  font-size:0;
  border-radius:50%;
  background-color:rgba(0,0,0,0.45);
  width: 20px;
  cursor:pointer;
  margin: 1px 6px;
  z-index: 999999;
}
.bxslider #rmvMhaDaoBar{
  top: 0;
  right: 0;
}
#mhaDaoBar a#mhaDaoBarVisit:hover{
  opacity: 1;
}



#mhaDaoBarInner #mhaDaoBarEmail{
  width: 100%;
  margin: 0;
}
.display-form{
  display:inline-block;
  text-align:left !important;
}
.display-text{
  display:inline-block;
  text-align:right !important;
}
.display-form input{
  max-width:calc(48% - 2px) !important;
  width:320px !important;
  height: auto;
  line-height: 1.42857143;
}
.display-form button{
  max-width:calc(52% - 2px);
  height: auto;
  line-height: 1.42857143;
}
.bottom-fix .display-text:before , .bottom .display-text:before{
  border-bottom:6px solid currentcolor;
  border-top:none;
}
.dao-subscription-bar{
  line-height: 1.42857143;
}

  #mhaDaoBarInner p{
    font-size: 17px;
  }
  #mhaDaoBarInner #mhaDaoBarEmail{
    /*font-size: 16px;*/
    margin-bottom: 15px;
    width: 100%;
    margin-top: 8px;
    /*padding: 6px 7px 6px 7px !important;*/
  }
  .dao-timer-bar a{
    line-height: 1.4;
    font-size: 16px !important;
  }
  .mhaCounter3 .mha-dao-timer .label{
    top: -23px;
  }
 /* .mhaCounter3 .mha-dao-timer .time:after {
    right: -14px;
    font-size: 32px;
    top: 0px;
  }*/
  .dao-shipping-bar{
    padding: 8px 10px 8px 10px !important;
  }
  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 14px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
  .display-form{
    width:100%;
    display:none;
    text-align:center !important;
  }
  .display-form button{
    max-width:100% !important;
    width:100% !important;
  }
  .display-form input{
    max-width:100% !important;
    width:100% !important;
  }
  .display-text{
    width:100%;
    position:relative;
    text-align:center !important;
    padding:0 13px;
  }
  .display-text:before{
    content:'';
    border-top: 6px solid currentcolor;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 5px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .display-text.mobile-text:before{
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  
 /* #mhaDaoBar .mha-font-size{
    font-size: 14px !important;
  }*/
 
@media only screen and (min-width: 481px) and (max-width: 767px){
  #mhaDaoBarInner p {
    font-size: 15px;
  }

  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 14px !important;
  }
  .display-form{
    width:100%;
    display:none;
    text-align: center !important;
  }
  .display-form input{
    max-width:80% !important;
    margin-top:5px !important;
    margin-bottom:12px !important;
    width:100% !important;
  }
  .display-form button{
    max-width:80%;
    width:100%;
  }
  .display-text{
    width:100%;
    position:relative;
     text-align:center !important;
    padding:0 13px;
  }
  .display-text:before{
    content:'';
    border-top: 6px solid currentcolor;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 17px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .display-text.mobile-text:before{
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .mhaCounter3.large .mha-dao-timer .time{
    background-color:#222222;
    border-radius:3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px){
  #mhaDaoBarInner button{
    max-width: 43%;
  }
  #mhaDaoBarInner #mhaDaoBarEmail {
    max-width: 55%;
    margin-bottom: 0;
    margin-top: 0;
  }
  #mhaDaoBar #mhaDaoBarInner.dao-shipping-bar{
    padding: 3px 10px 10px 10px !important;
  }
  #mhaDaoBarInner.dao-shipping-bar p{
    font-size: 18px;
  }
  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 16px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 16px !important;
  }
  .dao-timer-bar a{
    line-height: 1.4;
    font-size: 16px !important;
  }
 
  .display-form input{
   min-width:250px;
  }
  .display-form button{
    width:calc(38% - 2px);
  }            
  .mhaCounter3.large .mha-dao-timer .time{
    background-color:#222222;
    border-radius:3px;
  }
  /*#hulkappsDaoBar #mhaDaoBarVisit{
    margin: 10px 100px 0;
  }*/
}
@media only screen and (min-width: 981px) and (max-width: 1024px){
  .dao-shipping-bar{
    padding: 6px 10px 10px 10px !important;
  }
  #mhaDaoBarInner.dao-announcement-bar p{
    font-size: 16px;
  }
  #mhaDaoBarInner.dao-announcement-bar a{
    font-size: 16px !important;
  }
  .dao-timer-bar p{
    font-size: 20px;
  }
  .dao-timer-bar a{
    font-size: 18px !important;
  }
  
}


/* New Templates */

.hulkcustom{
  width: 100%;
}
.hulkfilesvg{
  fill: #000;
  width: 18px;
  display: block;
}

.hulk-summer{
  color: #055A84 ;
  font-family: 'Gloria Hallelujah', cursive;
  background-image: url('https://master-motivator.hulkapps.com/Summer.jpg') ;
}
.hulk-snow{
  color: #ffffff;
  font-family: 'B612 Mono', monospace;
  background-image: url('https://master-motivator.hulkapps.com/Snow.jpg') ;
}

.hulk-newyear{
  color: #212B36 ;
  font-family: 'Satisfy', cursive;
  background-image: url('https://master-motivator.hulkapps.com/newyear.jpg') ;
}
.hulk-solid{
  color: #fff ;
  background-color: #000 ;
  font-family: 'Roboto', sans-serif;
}
.hulk-christmas{
  color: #fff;
  font-family: 'Courgette', cursive;
  background-image: url('https://master-motivator.hulkapps.com/christmas.jpg') ;
}

.hulk-wave{
  color: #06898B;
  font-family: 'Josefin Sans', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/Wave.jpg') ;
}
.hulk-halloween{
  color: #7cf53f;
  font-family: 'Mansalva', cursive;
  background-image: url('https://master-motivator.hulkapps.com/Halloween.jpg') ;
}
.hulk-autumn{
  color: #FFFFFF ;
  font-family: 'Quicksand', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/Autumn.jpg') ;
}
.hulk-luxury{
  color: #ffdb21;
  font-family: 'Prata', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/Luxury.jpg') ;
}
.hulk-army{
  color: #719984 ;
  font-family: 'Bevan', cursive;
  background-image: url('https://master-motivator.hulkapps.com/army.jpg');
}
.hulk-blackfriday{
  color: #FFFFFF ;
  font-family: 'Roboto', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/Black-Friday.jpg') ;
}
.hulk-valentine{
  color: #DB494B ;
  font-family: 'Pacifico', cursive;
  background-image: url('https://master-motivator.hulkapps.com/Valentine.jpg') ;
}
.hulk-star{
  color: #FFFFFF ;
  font-family: 'Anton', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/Star.jpg') ;
}
.hulk-baby{
  color: #009bc7;
  font-family: 'Chilanka', cursive;
  background-image: url('https://master-motivator.hulkapps.com/Beby.jpg');
}

.hulk-sale{
  color: #FFFFFF ;
  font-family: 'Ubuntu', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/sale.jpg') ;
}
.hulk-fruit{
  color: #FFFFFF ;
  font-family: 'Ubuntu', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/fruit.jpg') ;
}
.hulk-customimgage{
  color: #FFFFFF ;
  font-family: 'Pacifico', sans-serif;
  background-image: url('https://master-motivator.hulkapps.com/fruit.jpg') ;
}


/* template size */
.hulktext-medium{
  padding: 10px 30px 10px 30px;
  font-size: 15px;
}

.hulktext-medium > *,
.hulktext-medium div> *{
  font-size: 15px !important;
  line-height: 1.2 !important;
  /*display: inline-block !important;*/
}

.hulktext-small{
  padding: 9px 30px 9px 30px !important;
  font-size: 12px !important;
}
.hulktext-small > *,
.hulktext-small div> *{
  line-height: 1.2 !important;
  font-size: 12px !important;
  /*display: inline-block !important;*/
}
.hulktext-large{
  padding: 12px 30px 12px 30px !important;
  font-size: 18px !important;
}
.hulktext-large > *,
.hulktext-large div> *{
  line-height: 1.2 !important;
  font-size: 18px !important;
  /*display: inline-block !important;*/
}

@-webkit-keyframes scrollBad {
  0% { background-position: 0 0; }
  100% { background-position: 0 -320px; }
}
@keyframes scrollBad {
  0% { background-position: 0 0; }
  100% { background-position: 0 -320px; }
}
@-webkit-keyframes scrollGood {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(0, -320px, 0); transform: translate3d(0, -320px, 0); }
}

@keyframes scrollGood {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(0, -320px, 0); transform: translate3d(0, -320px, 0); }
}

#content{
  padding-top: 0;
  padding-bottom: 15px;
}

.hulkclose{
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  display: inline-flex;
  border:none;
}
.hulkclose svg{
  fill: white;
}

/* chose theme */
.hulk-currency{
  color: #FFCC00;
}
.hulkapps-masterBar {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  /*padding: 1px;*/
  color: white;
  /*background-color:  #000;*/
  background-position: center center;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  z-index: 9999999999 !important;
}

/* position */

.hulkapps-masterBar.hulkapps-top{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.hulkapps-masterBar.hulkapps-top-sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.hulkapps-masterBar.hulkapps-bottom-sticky{
  position: fixed;
  bottom:0;
  width: 100%;
  z-index: 99;
  top: unset;
}
.hulkapps-masterBar>*{
  line-height: 1.2 !important;
  letter-spacing: 0.3px;
}

.hulk-animation{
  -webkit-animation: scrollBad 5s linear infinite;
  animation: scrollBad 5s linear infinite;
}

/* close btn */

#rmvMhaDaoBar{
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  display: inline-block;
  border:none;
}
#rmvMhaDaoBar svg{
  fill: white;
  /*vertical-align: middle;*/
}

/* email subsciption bar */
#hulkappsDaoBar input{
  padding: 5px 10px!important;
  width: 200px !important;
}

/* New Templates End 


/* 22 octo 2019 */

@media only screen and (max-width: 768px) {
  #prvwInitialText{
    /*display: block !important;*/
    margin: 5px 0px !important;
  }

}
/*@media only screen and (max-width: 400px) {
  .hulk-emailform{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}*/
@media only screen and (max-width: 676px) {
  .hulk-emailform{
    margin: 5px 0px; 
  }
}
@media only screen and (max-width: 367px) {
  .prvw-btn{
    margin: 5px 0px; 
  }
}

.hulkapps-masterBar> div:first-child{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hulktext-large .hulk-emailform button{
  margin-left: 10px !important;
  height: 100% !important;
} 

.hulk-emailform button,
.hulk-emailform input{
  height: 100% !important;
}

.hulk-emailform{
  display: flex;
  align-items: stretch;
  height: 100% !important;
}

.countdown-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 481px){
#beforeText,
#afterText{
  vertical-align: unset !important;
}
}
/* end */
/* end */
/*emoji css*/
.emojione{font-size:inherit;height:3ex;width:3.1ex;min-height:20px;min-width:20px;display:inline-block;margin:.15em .2ex;line-height:normal;vertical-align:middle}img.emojione{width:auto}


/* 24 october 2019 */

.hulk-goal{
  display: contents !important;  
}

.hulkclose:focus{
  outline: none !important;  
}
/* end */

#hulkappsDaoBar .bx-viewport, #hulkappsDaoBar .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
#hulkappsDaoBar .bxslider, #hulkappsDaoBar .bxslider li{
    height: 100% !important;;
}

#hulkappsDaoBar .bx-caption{
  display: none !important;
}


@media only screen and (min-width: 368px) and (max-width: 400px) {
  .hulktext-large .hulk-emailform button{  
    margin-top:5px !important;
  }
}

.hulk-emailform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  vertical-align: middle !important;align-items: center !important;display: flex;
}

.mhaCounter3.medium .mha-dao-timer .count{
  width: 48px;
}

.mhaCounter3.medium .mha-dao-timer .count.bottom{
    width: 48px;
}