/* ------ACI Custom Styles-------- */


.form_question_button {
	position: relative;
  margin-right: 15px;
  width: 260px;
  max-width: 260px;
  border: 0;
  border-radius: 30px;
	font-size: 18px;
	color: #fff !important;
	cursor: pointer;
  background: #5441e8 !important;
}
.form_question_button:hover {
	opacity: 0.8;
}

/* WTB button */
.card-button, .card-button-disabled {
	position: relative;
	margin: auto !important;
	/* margin-top: 10px !important; */
	padding: 7px 20px !important;
	font-size: 1rem;
	font-weight: 700;
	border: 1px solid #ff0000;
	border-radius: 3px;
	outline: 0;
	color:#fff;
	/* text-transform: uppercase; */
	background-color: #ff0000;
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 240px;
	font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: all .5s; */
}
.card-button span, .card-button-disabled span {
	position: relative;
  z-index: 10;
}
.card-button[disabled] {
	opacity: 0.5;
	user-select: none;
	cursor: not-allowed;
}
.card-button:before, .card-button-disabled:before {
    /* display: inline-block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid transparent;
    border-radius: 30px;
    background: #f5f5f7;
    content: ''; */
}
	.card-button:hover, .card-button-disabled:hover{

	}
	.card-button:focus, .card-button-disabled:focus{
		background: #ff0000;
	}
	.card-button-disabled span {


	}
@media only screen and (max-width: 480px) {
	#hd .sec-component .btn-container .hd-btn:before {
		background-image: none;
	}
	  .card-button, .card-button-disabled {

		}
}

/* dropdown-content */
#hd .wtb-list {
	/* margin-top:1rem; */
	/* display: flex;
	flex-flow: column; */
	position: relative;
	display: inline-block;
}
#hd .wtb-list .cta-buy {
	min-width: 160px;
}
#hd .wtb-list .wtb-dropdown {
	width: 100%;
	max-width: 300px;
	margin: 10px 0;
}
#hd .wtb-list .wtb-dropdown .card-button {
	width: 100%;
	max-width: 300px;
	margin: 0;
	transform: skewX(-20deg);
}
#hd .wtb-list .wtb-dropdown .card-button span{
	display: block;
	transform: skewX(20deg);
}
#hd .wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 80%;} }
@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: 50px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
	padding: 3px !important;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 80%;
    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: #ff0000;
  padding: 5px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
	border: 2px solid transparent;
  /* border-bottom: 1px solid #f2f2f2; */
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    /* padding: 5px !important; */
  }
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: #ff0000;
		border: 2px solid #ccc;
    /* box-shadow: inset 3px 0 0 #ff0000, inset -3px 0 0 #ff0000; */
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top 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; */
}

.aci-show {
  display: block;
}

/* 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;
  }
}
