@import url('https://fonts.googleapis.com/css?family=Pattaya');
.content-blackfriday-timer{
	background-color: #000;
	/* background: linear-gradient(120deg, #000, #0a0b01); */
	background-color: #181818;
	text-align: center;
	color: #fff;
	padding: 28px 0 25px;
}
.content-blackfriday-timer .text-blackfriday{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-blackfriday-timer .neon-text-black{
	padding: 0 5px;
	margin-right: 3px;
	color: #FFF4B3;
	font-size: 25px;
	font-family: 'Pattaya', sans-serif;
	-webkit-animation: neon3 1.5s ease-in-out infinite alternate;
	-moz-animation: neon3 1.5s ease-in-out infinite alternate;
	animation: neon3 1.5s ease-in-out infinite alternate;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;

}
.content-blackfriday-timer .text-percentage-black{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	font-family: 'Pattaya', sans-serif;
	margin: 0 2px;
	color: #F6DF55;
	padding: 0 5px;
}
.content-blackfriday-timer .btn-cupom-get--without-action,
.content-blackfriday-timer .btn-cupom-get{
	display: inline-flex;
	justify-content: center;
	color: #4d0202;
	background: #ffb230;
	margin: 0 6px;
	padding: 10px;
	border-radius: 5px;
}
.content-blackfriday-timer .btn-cupom-get--without-action:hover,
.content-blackfriday-timer .btn-cupom-get:hover{
	background: #c5800e;
}
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe{
	position: relative!important;
}


@-webkit-keyframes neon3 {
  from {
  	color: #FFF4B3;
    text-shadow: 0 0 0px #870202, 0 0 15px #FFDD1B, 0px 0px 3px #870202, 0 0 10px #FFF;
  }
  to {
  	color: #F6DF55;
    text-shadow: 0 0 0px #870202, 0 0 5px #870202, 0px 0px 0px #870202, 0 0 10px #FFF;
  }
}


.flipdown {
 	display: inline-block;
	font-size: 14px;
	width: auto;
	padding: 0 10px;
}

.flipdown .rotor-group {
  overflow: visible;
  position: relative;
  float: left;
  padding-right: 15px;
}

.flipdown .rotor-group-heading {
  height: 30px;
	margin-bottom: 0px;
	text-align: center;
	position: absolute;
	top: -28px;
	font-size: 10px;
	color: #eee;
}

.flipdown .rotor-group-heading:before {
  content: 'Dias';
  width: 74px;
  height: 30px;
  color: #f6df55;
  line-height: 30px;
  text-align: center;
  display: block;
}

@media screen and ( max-width: 400px ){
	.flipdown .rotor-group-heading:before {
  		width: 65px;
	}
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: 'Dias';
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: 'Horas';
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: 'Minutos';
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: 'Segundos';
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 80px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #151515;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 80px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #151515;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 35px;
  height: 40px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 2em;
  text-align: center;
  background-color: #151515;
  color: white;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top, .flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 35px;
  height: 20px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 35px;
  height: 40px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 35px;
  height: 20px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 40px;
  background-color: #151515;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  background-color: #202020;
  color: #E0E0E0;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
  transition: background-color 0.5s;
}

.flipdown .rotor-leaf.flipped .rotor-leaf-rear {
  background-color: #202020;
  color: #EFEFEF;
  transition: background-color 0.5s;
}

.flipdown .rotor-top {
  line-height: 40px;
  background-color: #151515;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  background-color: #202020;
  color: #EFEFEF;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 35px;
  height: 40px;
  border-top: solid 1px #151515;
  border-radius: 0px 0px 4px 4px;
}
.shakeBarBlackFriday {
  animation: shakeBarBlackFriday 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shakeBarBlackFriday {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }

  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}

.popup-modal-blackfriday{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.popup-modal-blackfriday .bg-popup-blackfriday{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8001;
	background: rgba(0,0,0,0.9);
	position: fixed;
}

.popup-modal-blackfriday .primary-popup-content{
	position: relative;
	top: 20px;
	max-width: 600px;
	z-index: 8002;
}
.popup-modal-blackfriday .primary-popup-content .popup-image{
	padding-bottom: 20px;
}
@media screen and (max-width: 1280px){
	.popup-modal-blackfriday .primary-popup-content .popup-image{
		text-align: center;
	}
	.popup-modal-blackfriday .primary-popup-content .popup-image img{
		max-width: 400px;
	}
}
.popup-modal-blackfriday .primary-popup-content .content-popup-blackfriday{
	background: #000000;
	overflow: hidden;
	border-radius: 15px;
}
.popup-modal-blackfriday .primary-popup-content form{}
.popup-modal-blackfriday .primary-popup-content form input[type="text"],
.popup-modal-blackfriday .primary-popup-content form input[type="email"],
.popup-modal-blackfriday .primary-popup-content form input[type="date"],
.popup-modal-blackfriday .primary-popup-content form select{
	height: 35px;
	padding: 0 10px;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-row {
	width: 33.3%;
	float: left;
	padding: 0 15px;
	text-align: center;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-row label{
	color: #fff;
	font-weight: normal;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-row.mauticform-checkboxgrp{
	width: 100%;
	padding: 15px;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper{
	width: 100%;
	padding: 0;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-row.mauticform-checkboxgrp .mauticform-checkboxgrp-row{
	display: inline-block;
	width: auto;
	padding: 0 5px;
	text-align: left;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper button{
	background: #fec35d;
    padding: 8px 30px;
    color: #a20101;
}
.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper button:hover{
	background-color: #db9112;
}
.clearbkdg{
	clear: both;
}
.popup-modal-blackfriday .close-popup-blackfriday-dg{
	background-color: #e32200;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	line-height: 27px;
	position: absolute;
	right: 0;
	top: 0;
}
.popup-modal-blackfriday .close-popup-blackfriday-dg:hover{
	background-color: #b02912;
}
.popup-modal-blackfriday .fake-title-form{
	text-align: center;
	width: 428px;
	font-size: 18px;
	color: #fff;
	margin: -19px auto 20px;
	font-weight: 800;
}
@media screen and ( max-width: 1320px ){
	.content-blackfriday-timer .text-blackfriday{
		display: block;
		text-align: center;
	}
	.flipdown .rotor-group-heading{
		position: relative;
	}
	.content-blackfriday-timer .btn-cupom-get--without-action,
	.content-blackfriday-timer .btn-cupom-get{
		display: inline-block;
	}
	.flipdown .rotor-group-heading{
		position: relative !important;
		top: 0 !important;
	}
	.content-blackfriday-timer{
		padding: 8px 0 18px;
	}
	.flipdown .rotor{
		width: 21px;
	}
}
@media screen and ( max-width: 767px ){
	.content-blackfriday-timer{
		padding-left: 13px;
		padding-right: 13px;
	}
	.popup-modal-blackfriday .primary-popup-content{
		top: 5px;
		padding-top: 10px;
	}
	.flipdown .rotor{
		width: 21px;
	}
	.popup-modal-blackfriday .primary-popup-content{
		max-width: 90%;
	}
	.popup-modal-blackfriday .primary-popup-content form .mauticform-row{
		width: 100%;
	}
	.popup-modal-blackfriday .primary-popup-content .content-popup-blackfriday .popup-image{
		display: none;
	}
	.popup-modal-blackfriday .fake-title-form{
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: 12px;
		padding-top: 5px;
	}
	.popup-modal-blackfriday .primary-popup-content form .mauticform-row label{
		margin-bottom: 2px;
	}
	.flipdown .rotor-group{
		padding-right: 0px;
	}
}

.popup-modal-blackfriday .mauticform-errormsg{
	color: tomato;
	font-size: 12px;
}


.natal-timer-content{
	background: linear-gradient(120deg, #ad0000, #870202);
}









.tooltip-copy {
  position: relative;
  display: inline-block;
}

.tooltip-copy .tooltip-copy--text {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
	width: 100%;
  top: 150%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-copy .tooltip-copy--text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip-copy:hover .tooltip-copy--text {
  visibility: visible;
  opacity: 1;
}
