/* ------ACI Custom Styles-------- */
.show-cookie-policy-info.show-cookie-policy-info.show-cookie-policy-info #cookie-policy-info {
	display: flex !important;
}
@media only screen and (min-width: 1280px) {
	.cmdPageContainer .section_carouselShow_1 .carouselList div:nth-child(even) .carouselList-item{
		flex-direction: row-reverse;
	}
}

.btn-cta {
	display: inline-block;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2e57bf;
  border-radius: 6px;
  background-color: #2e57bf;
  line-height: 1;
  vertical-align: top;
  min-width: 148px;
}
.text-center {
	text-align: center;
}
.category-title {
	text-align: center;
	text-transform: uppercase;
	margin: 5rem 0 3rem;
	font-family: "Myriad W08 Semibold", "Segoe UI", sans-serif;
}
.category-title h2 {
	color: #181818;
	font-size: 27.7px;
}
.img__pd-ux5304 {
	background-image: url("../images/UX5304.png") !important;
}
.img__pd-h7604 {
	background-image: url("../images/H7604.png") !important;
}
.img__pd-k5504 {
	background-image: url("../images/K5504.png") !important;
}
.img__pd-g834 {
	background-image: url("../images/G834.png") !important;
}
.img__pd-gu604 {
	background-image: url("../images/GU604.png") !important;
}
.img__pd-b9403 {
	background-image: url("../images/B9403.png") !important;
}
.img__pd-d900sd {
	background-image: url("../images/D900SD.png") !important;
}
.img__pd-pn64-e1 {
	background-image: url("../images/PN64-E1.png") !important;
}
.img__pd-h5600 {
	background-image: url("../images/H5600.png") !important;
}
.img__pd-ux5400 {
	background-image: url("../images/UX5400.png") !important;
}
.img__pd-m7600 {
	background-image: url("../images/M7600.png") !important;
}
.img__pd-ux582 {
	background-image: url("../images/UX582.png") !important;
}
.img__pd-ux363 {
	background-image: url("../images/UX363.png") !important;
}
.img__pd-ux425 {
	background-image: url("../images/UX425.png") !important;
}
.img__pd-x512 {
	background-image: url("../images/X512.png") !important;
}
.img__pd-b9450 {
	background-image: url("../images/B9450.png") !important;
}
.img__pd-w730 {
	background-image: url("../images/W730.png") !important;
}
.img__pd-w500 {
	background-image: url("../images/W500.png") !important;
}
.img__pd-gu603 {
	background-image: url("../images/GU603.png") !important;
}
.img__pd-ga401 {
	background-image: url("../images/GA401.png") !important;
}
.img__pd-g533 {
	background-image: url("../images/G533.png") !important;
}
.img__pd-tuf516 {
	background-image: url("../images/TUF516.png") !important;
}
.img__pd-zen-aio-24 {
	background-image: url("../images/Zen-AiO-24.png") !important;
}
.img__pd-d700sa {
	background-image: url("../images/D700SA.png") !important;
}
.img__pd-gt15 {
	background-image: url("../images/GT15.png") !important;
}
.img__pd-ga35 {
	background-image: url("../images/GA35.png") !important;
}
/* 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: 500;
	border: 1px solid #c00d3b;
	border-radius: 0px;
	outline: 0;
	color:#fff;
	/* text-transform: uppercase; */
	background-color: #c00d3b;
	cursor: pointer;
	display: inline-block;
  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: all .5s; */
}
.card-button:after {
	content: 'BUY NOW';
	width: 100%;
	/* -webkit-transform: skewX(15deg);
	transform: skewX(15deg); */
	display: inline-block;
}
	.card-button:hover, .card-button-disabled:hover{
		background: #ed134b;
		color: #fff;
		/* padding: 7px 20px !important; */
		transition: all .25s ease-in-out;
	}
	.card-button:focus, .card-button-disabled:focus{
		color: #fff;
		background: #ed134b;
		outline-color: #c00d3b;
		/* 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: 100%;
		}
}

/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto !important;
}
@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: 120%;
  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: #c00d3b;
  padding: 3px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  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: #c00d3b;
    box-shadow: inset 3px 0 0 #c00d3b, inset -3px 0 0 #c00d3b;
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 36px;
    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;
}

.show {
  display: block;
}

/* FAQ section */
.section_faq {
	padding-top: 129px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0 !important;
}
.faq-content {
	max-width: 1280px;
	margin: 0 auto;
}
.faq-content p {
	/* font-family: "Myriad W08 Regular", "Segoe UI", sans-serif !important; */
	line-height: 1.5rem;
	margin: 15px 0;
	color: #333;
}
.faq-content .title {
	/* font-family: "Myriad W08 Semibold", "Segoe UI", sans-serif !important; */
	font-size: 1.5rem;
  margin: 25px 0;
}
.accordion-header {
	display: flex;
	user-select: none;
}
.accordion-item {
	border-bottom: 1px solid #e8e8e8;
}

.accordion-btn {
	background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px 50px 18px 18px;
  width: 100%;
	font-size: 1.2rem;
  text-align: left;
	line-height: 1.8rem;
  border: none;
  outline: none;
	position: relative;
}
.accordion-btn:after {
	position: absolute;
	top: calc(50% - 14px );
	right: 20px;
	content: '\276E';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
	transform: rotate(-90deg);
}
.accordion-panel {
  padding: 0 18px;
  background-color: white;
	max-height: 0;
  overflow: hidden;
	transition: max-height 0.5s;
}
.accordion-panel p {
	line-height: 1.5rem;
	margin: 15px 0;
}
.accordion-item.active .accordion-btn:after {
	transform: rotate(90deg);
}
@media only screen and (max-width: 480px) {
	.accordion-btn {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
