.mbdialog *, .mbdialog *:before, .mbdialog *:after{                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
  box-sizing:content-box;
}

.mbdialog th, .mbdialog td{
  vertical-align:top;
}

.mbdialog img{
  display:inline;
}

.dialogBg{
  background: rgba(255, 255, 255, 0.90);
  position:fixed;
  overflow-x: auto;
  overflow-y: scroll;
  z-index:99999999;
  left:0;
  top:0;
  bottom:0;
  right:0;
  /*visibility:hidden;*/
  display:none;
  cursor:pointer;
}

.dialogBody{
  overflow:hidden;
  text-align:left;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
}

.mbdialog{
  display:none;
  cursor:default;
  margin: 0px auto;
  position:absolute;
  z-index:99999998;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 500px) {
  .mbdialog,.dialogBody{
    -webkit-transform:translate3d(0, 0, 0); //bugfix if theme has translate3d on field behind popup
  }
}

.dialogTool{
  position:relative;
}

.dialogClose{
  position:absolute;
  top:-20px;
  right:-26px;
  background:url(../../Magebird_Popup/images/close_dark.png);
  background-position:5px 5px;
  background-repeat:no-repeat;
  height:26px;
  width:26px;
  cursor:pointer;
  z-index:99999995;
}

.dialogCloseCustom{
  cursor:pointer;
}

.dialogClose.overlay2{
  background:url(../../Magebird_Popup/images/close_white.png);
  background-position:5px 5px;
  background-repeat:no-repeat;
}

.dialogClose.style2{
  background:url(../../Magebird_Popup/images/close_big.png);
  height:29px;
  width:29px;
  top:-15px;
  right:-15px;
}

.dialogClose.style2:hover{
  background-position:0 -29px;
}

.dialogClose.style4,.dialogClose.style3{
  background:url(../../Magebird_Popup/images/close_simple_white.png) no-repeat 4px 4px;
  height:25px;
  width:25px;
}

.dialogClose.style3{
  background:url(../../Magebird_Popup/images/close_simple_dark.png) no-repeat 4px 4px;
}

.dialogClose.style6{
  background:url(../../Magebird_Popup/images/close_big_x.png) no-repeat;
  top:7px;
  right:8px;
  width:20px;
  height:20px;
}

.dialogClose.style6{
  background:url(../../Magebird_Popup/images/close_big_x_d.png) no-repeat;
}

.dialogClose.style7{
  background:url(../../Magebird_Popup/images/close_transparent.png) no-repeat;
}

.dialogClose.style8{
  background:url(../../Magebird_Popup/images/close_big_x.png) no-repeat;
}

.dialogClose.style9{
  background:url(../../Magebird_Popup/images/close_big_x_bold.png) no-repeat;
}

.dialogClose.style10{
  background:url(../../Magebird_Popup/images/close_big_x_bold_d.png) no-repeat;
}

.dialogClose.style11{
  background:url(../../Magebird_Popup/images/white_circle.png) no-repeat;
}

.dialogClose.style6,.dialogClose.style7,.dialogClose.style8,.dialogClose.style9,.dialogClose.style10,.dialogClose.style11{
  width:30px;
  height:30px;
  background-position:center;
}

.dialogClose.style7,.dialogClose.style11{
  width:35px;
  height:35px;
}

.dialogClose.style4:hover,.dialogClose.style3:hover{
  background-position:4px -17px;
}

.dialogClose.style1:hover{
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.imgType img{
  display:block;
}

.mbdialog .error, .mbdialog .warning{
  border:1px solid #EED2D8;
  color:#B94A4A;
  font-size:12px;
  font-weight:normal;
  text-shadow:1px 1px #FFFFFF;
  background-color:#F2DDDE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin:0 15px 15px 0;
  padding:2px 5px;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  position:absolute;
  z-index:999999;
}

.mbdialog .error p, .mbdialog .warning p{
  margin:4px 0;
}

.transform-rotate-zoom1{
   -moz-transition: all 0.7s ease-in-out;
   -webkit-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;

  -moz-transform:rotate(0deg) scale(0.001);
  -webkit-transform:rotate(0deg) scale(0.001);
  -o-transform:rotate(0deg) scale(0.001);
  -moz-transform:rotate(0deg) scale(0.001);
  -ms-transform: rotate(0deg) scale(0.001);
}

.transform-rotate-zoom2{
 -webkit-transform: rotate(360deg) scale(1);
 -moz-transform: rotate(360deg) scale(1);
 -o-transform: rotate(360deg) scale(1);
 -ms-transform: rotate(360deg) scale(1);
 transform: rotate(360deg) scale(1);
}


.popuptransition{
   -moz-transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;
}

.transform-elastic1, .moctoddribegam{
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

  -moz-transform:scale(0.001);
  -webkit-transform:scale(0.001);
  -o-transform:scale(0.001);
  -moz-transform:scale(0.001);
  -ms-transform:scale(0.001);
}

.transform-elastic2{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}

.transform-elastic3{
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform:scale(1);
 transform: scale(1);
}

.mbdialog table {
    border-spacing:0;
    border-collapse:separate;
}

/*FOLLOW WIDGET*/
.followPopup{
  line-height:1;
}

.followPopup ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.followPopup li{
  float:left;
  margin-right:10px;
  height:62px;
  overflow:hidden;
  width:63px;
  text-align:center;
}

.followPopup li img{
  width:auto;
}

.followPopup.tp2 li{
  height:20px;
}

.followPopup li.twitterFollow img,.followPopup li.pinFollow img{
  margin-bottom:3px;
  margin-left:5px;
}

.followPopup.tp3 li.twitterFollow img,li.twitterTweet img, .followPopup.tp3 li.pinFollow img{
  margin-bottom:3px;
  margin-left:0px;
}

.followPopup .fbLike{
  min-width:48px;
  margin-right:2px;
  margin-left:-3px;
}

.followPopup.tp3 .fbLike{
  margin-left:0px;
}

.followPopup .twitterTweet{
  /*width:58px;*/
}

.followPopup .twitterTweet{
  visibility:visible !important;
}

.followPopup .gplusRecommend{
  width:50px;
}

.gplusRecommend div{
  vertical-align:top !important;
}

.followPopup .pinFollow{
  min-width:59px;
}

.followPopup.tp3 li{
  float:none;
  width:63px !important;
  margin-right:0;
  text-align:center;
  margin-bottom:10px;
}


/*FB like bugfix for ie*/
.fb-like.fb_iframe_widget iframe{
  min-width:49px !important;
  min-height:61px !important;
  left:0;
}
/*END FOLLOW WIDGET*/

.mbdialog button{
  box-shadow:none;
  border-radius:0;
}

.mbdialog table>thead>tr>th, .mbdialog table>tbody>tr>th, .mbdialog table>tfoot>tr>th,
.mbdialog table>thead>tr>td, .mbdialog table>tbody>tr>td, .mbdialog table>tfoot>tr>td{
  padding:0;
}

.mbdialog table{
  width:auto;
}

/*custom popup style*/
.dialogBg .dialogBody{
    box-shadow: none;
}
.dialogBg .mbdialog .dialogClose {
    top: 6px!important;
    right: 8px!important;
}

.mbdialog {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0!important;
    width: 92%!important;
    max-width: 800px;
    left: 50%!important;
}
.promotion-popup {
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

@media all and (min-width: 769px) {
    .promotion-popup .left-content {
        width: 45%;
        min-height: 1px;
        float: left;
    }
    .promotion-popup .right-content {
        width: 55%;
        float: right;
    }
    .promotion-popup.summer-20 .right-content {
        width: 62%;
        float: right;
    }

    .promotion-popup.left-content .right-content{
        width: 55%;
        float: left;
    }
    .promotion-popup.left-content .left-content{
        width: 45%;
        min-height: 1px;
        float: right;
    }
}



.promotion-popup .right-content {
    padding: 25px 0;
}
.promotion-popup.summer-20 .right-content {
    padding: 50px 0;
}

.promotion-popup .right-content p{
    text-align: center;
    color: #fff;
}
.promotion-popup .right-content > p{
    max-width: 420px;
    text-align: center;
    margin: 0 auto;
}
.promotion-popup .right-content .item{
    text-align: center;
}
.promotion-popup .right-content .title-block {
    max-width: 200px;
    margin: 0 auto 30px auto;
}

.promotion-popup.summer-20 .right-content .title-block {
    margin: 0 auto 60px auto;
}
.promotion-popup.summer-20 .right-content .discount-code{
    margin-bottom: 10px;
}

.promotion-popup .right-content .discount p{
    font-size: 135px;
    font-family: "DINPro-Medium",Arial,sans-serif !important;
    color: #fff;
    line-height: 1;
    margin: 70px 0 10px 0;
    font-weight: 600;
}
.promotion-popup .right-content .discount-text {
    margin-bottom: 30px;
}
.promotion-popup .right-content .discount-text p{
    font-size: 21px;
    font-family: "DINPro-Medium",Arial,sans-serif !important;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.promotion-popup.run-light .right-content .discount-text p{
    font-size: 35px;
}
.promotion-popup .right-content .discount-text p.yellow{
    font-size: 19px;
    color: #fff200;
    margin-top: 10px;
}
.promotion-popup .right-content .discount-text p.yellow.fr{
    font-size: 16px;
}
.promotion-popup .right-content .discount-text.fr-version p{
    font-size: 16px;
}

.promotion-popup .right-content .discount-code p{
    font-family: "DINPro-Medium",Arial,sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.promotion-popup .right-content .discount-code p.promo-deal {
    font-size: 16px;
    padding: 0 5%;
}
.promotion-popup .right-content .discount-code span {
    color: #FFF200;
}

.promotion-popup .right-content .discount-link{
    margin-top: 24px;
}
.promotion-popup.summer-20 .right-content .discount-link{
    margin-top: 40px;
}

.promotion-popup .right-content .discount-link a {
    width: auto;
    min-width: 80px;
}
.promotion-popup .right-content .discount-link a:last-of-type{
    margin-left: 20px;
}

.promotion-popup.waashort .discount-text {
    margin-bottom: 10px;
}
.promotion-popup.waashort .discount-text p {
    font-size: 23px!important;
}

.promotion-popup.waashort .promo-deal{
    font-size: 14px!important;
}

@media all and (max-width: 769px) {
    .promotion-popup .right-content {
        padding: 25px 20px;
        background-color: rgba(0,0,0,0.4);
    }
    .promotion-popup .right-content .discount-code p{
        font-size: 24px;
    }
}

.pop-up-join-logo {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'DINPro-Bold';
    color: #fff200;
}
