/* WTB button */
.card-button, .card-button-disabled {
	position: relative;
	display: inline-block;
	background: #14639e;
  border: 1px solid #14639e;
  color: #fff !important;
  padding: 8px 20px;
	margin: 10px 0;
	min-width: 145px;
	font-size: 1.1em;
	outline: 0;
	color:#fff;
	cursor: pointer;

  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg); */
	/* font-family: Trade-Gothic-LT-Bold,Microsoft JhengHei,"sans-serif"; */
	/* transform: scale(1); */
}
/* .card-button:before, .card-button:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) skewX(-15deg);
}
.card-button:before {
  background-image: linear-gradient(15deg,#4a02e9 10%,#f102a3);
  transition: opacity .5s ease;
  z-index: 2;
}
.card-button:after {
	background-color: #4a02e9;
	z-index: 1;
} */
/* .card-button:after {
	content: 'BUY NOW';
	width: 100%;
	transform: skewX(15deg);
	display: inline-block;
} */
	.card-button:hover, .card-button-disabled:hover, #SMBNWK-width-full a.link_style.link_style_c:hover {
		background: #00a3e7;
		border: 1px solid #00a3e7;
		color: #fff;
		transition: all 0.5s;
	}
	.card-button:focus, .card-button-disabled:focus{
		color: #fff;
		background: #00a3e7;
		border: 1px solid #00a3e7;

	}
	.card-button span, .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 {

			/* width: 100%; */
		}
}

/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;

}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 50%;} }
@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: 65px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  border-radius: 4px;
}
@media only screen and (max-width: 1280px) {
  .dropdown-content {
    width: 100%;
		bottom: 60px;
    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: #00a3e7;
  padding: 3px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-content a:before, .dropdown-content a:after {
	content: none !important;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    /* padding: 5px !important; */
  }
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: #00a3e7;
    box-shadow: inset 3px 0 0 #00a3e7, inset -3px 0 0 #00a3e7;
}
.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;
}
