/* ------ACI Custom Styles-------- */
@font-face {
    font-family: 'TTNormsProRegular';
    src: url('../font/TT-Norms-Pro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsProMedium';
    src: url('../font/TT-Norms-Pro-Medium.woff') format('woff'),
         url('../font/TT-Norms-Pro-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsProBold';
    src: url('../font/TT-Norms-Pro-Bold.woff') format('woff'),
         url('../font/TT-Norms-Pro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




.cta {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta .card-btn-more {
	margin: 10px;
	text-transform: uppercase;
}
.card-btn-more:hover {
	background-color: var(--lightRed) !important;
}
@media (max-width: 960px) {
	.cta a {
		text-decoration: none;
		color: unset;
	}
	.cta .card-btn-more {
		font-size: 1rem;
		padding: 7px 20px !important;
		border: 1px solid var(--btnRed);
		border-radius: 8px;
		color:#fff;
		background-color: var(--btnRed);
		display: block !important;
	}
}


.subscribe__container {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;

}
.btn__subscribe {
	display: block;
    width: 45%;
    height: 32px;
		border-radius: 30px;
		color: #fff;
		background-color: #00a3e7;
    margin: 0 auto;
		border: none;
    cursor: pointer;
		font-size: 1rem;
		line-height: 1;
}



/* WTB button */
.wtb {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin: 0 auto;
	left: 0;
}
@media screen and (max-width: 960px){
	.wtb {
		text-align: center;
    position: absolute;
    bottom: 2vw;
    width: 100%;
    margin: 0 auto;
    left: 0;
	}
}
.card-button, .card-button-disabled, .products-more {
	position: relative;
	margin: auto !important;
	/* margin-top: 10px !important; */
	padding: 7px 20px !important;
	font-size: 1rem;
	font-weight: 600;
	border: 1px solid var(--btnRed);
	border-radius: 8px;
	outline: 0;
	color:#fff;
	/* text-transform: uppercase; */
	background-color: var(--btnRed);
	cursor: pointer;
	display: inline-block;
  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: all .5s; */
}
/* .card-button:after {
	content: 'BUY NOW';
	width: 100%;
	transform: skewX(15deg);
	display: inline-block;
} */
	.card-button:hover, .card-button-disabled:hover{
		background: var(--lightRed);
		color: #fff;
		padding: 7px 20px !important;
		transition: all .25s ease-in-out;
	}
	.card-button:focus, .card-button-disabled:focus{
		/* color: #fff;
		background: var(--lightRed);
		outline-color: var(--btnRed); */
		/* padding: 7px 40px !important; */
	}
	.card-button-disabled span {
		display: block;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
	}
@media only screen and (max-width: 480px) {
	  .card-button, .card-button-disabled {
			padding: 7px 20px !important;
			width: 80%;
		}
}

/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto !important;
}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 100%;} }
@media only screen and (min-width: 768px) {
  .wtb-dropdown {
    margin: 0;
     } }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  /* min-width: 160px; */
  max-width: 240px;
  width: 100%;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
  z-index: 19;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 100%;
    margin: auto !important;
  }
}
.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom:-9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.dropdown-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom:-11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ddd;
}
.dropdown-content a {
  color: var(--lightRed);
  padding: 3px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
	width: 45%;
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: var(--lightRed);
    box-shadow: inset 3px 0 0 var(--lightRed), inset -3px 0 0 var(--lightRed);
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.dropdown-content a:first-child:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-content a:last-child{
    border-bottom: 0;
}
.dropdown-content a:last-child:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    width: 100%;
  }
	.dropdown-content a div {
		height: 36px;
	}
}
.show-up {
  display: flex;
	flex-wrap: wrap;
}
/* video */
.video {
	text-align: center;
  margin: 0 auto;
  position: relative;
}
.btn-video {
	cursor: pointer;
  overflow: hidden;
}
.btn-video img {
	width: 100%;
}
.btn-video .play-button {
  position: absolute;
  background-image: url("../images/play-icon.png");
  background-repeat: no-repeat;
	background-size: contain;
  height: 94px;
  width: 94px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.7;
	/* transition: 0.5s; */
}
.btn-video .play-button:hover {
	/* transform: rotate(360deg); */
}
/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0,0,0,.95);
  display: none;
	justify-content: center;
	align-items: center;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper .btn-close {
  width: 50px;
  height: 50px;
  right: 40px;
  top: 20px;
  position: absolute;
  z-index: 99999;
  background: url("../images/close-light.png") 50% no-repeat;
  transition: all .2s;
  background-size: 100%;
  cursor: pointer;
}
.video-wrapper .btn-close:hover {
  transform: rotate(90deg);
}
.video-player {
  /* width: 100vw; */
	width: 100%;
  max-width: 964px;
  /* height: 100vh; */
  position: relative;
  z-index: 9999;
  /* padding: 4% !important; */
  text-align: center;
  box-sizing: border-box;
	max-height: 540px;
	height: 100%;
}
.video-player .img-popup {
  height: 100%;
  max-height: 800px;
}
@media screen and (max-width:480px){
  .video-wrapper .btn-close {
    right: 10px;
    top: 10px;
  }
  .video-player {
    padding: 65px 4% !important;
  }
  .video-player .img-popup {
    width: 100%;
    height: auto;
  }
}
