.text-underline {
	text-decoration: underline
}

.hover-shadow {
	cursor: pointer
}

.box-shadow,
.hover-shadow:hover {
	-webkit-box-shadow: 0 3px 35px 0 rgba(0,0,0,.11);
	box-shadow: 0 3px 35px 0 rgba(0,0,0,.11)
}

.btn,
button:focus,
input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.swal-title {
	font-size: 24px
}

.swal-text {
	text-align: center;
	color: inherit
}

.swal-button {
	background-color: var(--secondary);
	border: solid 2px var(--secondary);
	padding: 5px 24px
}

.swal-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.swal-button:active {
	background-color: var(--secondary)
}

.swal-footer {
	text-align: center;
	padding-bottom: 24px
}

.swal-button--yes {
	background-color: var(--secondary);
	color: #fff
}

.swal-button--no {
	background-color: #fff;
	color: var(--secondary)
}

.swal-button--no:hover {
	background-color: var(--secondary);
	color: #fff
}

.swal-icon--warning {
	border-color: var(--secondary);
	-webkit-animation: none;
	animation: none
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
	background-color: var(--secondary)
}

.swal-icon:first-child {
	margin-top: inherit
}

.swal-button:not([disabled]):hover {
	background-color: var(--secondary)
}

.translate-center {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute
}

.translate-top {
	top: 0;
	bottom: auto
}

.translate-bottom,
.translate-top {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	position: absolute
}

.translate-bottom {
	bottom: 0;
	top: auto
}

.translate-left {
	left: 0;
	right: auto
}

.translate-left,
.translate-right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.translate-right {
	right: 0;
	left: auto
}

@media (min-width:992px) {
	.translate-lg-center {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		position: absolute
	}

	.translate-lg-top {
		top: 0;
		bottom: auto
	}

	.translate-lg-bottom,
	.translate-lg-top {
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		position: absolute
	}

	.translate-lg-bottom {
		bottom: 0;
		top: auto
	}

	.translate-lg-left {
		left: 0;
		right: auto
	}

	.translate-lg-left,
	.translate-lg-right {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute
	}

	.translate-lg-right {
		right: 0;
		left: auto
	}

	.position-lg-absolute {
		position: absolute
	}
}

.switchBtn {
	width: 72px;
	height: 36px;
	border: 2px solid #d8d8d8;
	border-radius: 100px;
	position: relative;
	cursor: pointer
}

.switchBtn:after {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	border-radius: 16px;
	background-color: var(--dark);
	left: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background-color: var(--secondary)
}

.switchBtn.on:after {
  left: auto;
  right: .2rem
}

[aria-expanded=false] .aria-expanded-show {
  display: none
}

[aria-expanded=false] .aria-expanded-hide,
[aria-expanded=true] .aria-expanded-show {
  display: inline-block
}

[aria-expanded=true] .aria-expanded-hide,
[aria-selected=false] .aria-selected-show {
  display: none
}

[aria-selected=false] .aria-selected-hide,
[aria-selected=true] .aria-selected-show {
  display: inline-block
}

[aria-selected=true] .aria-selected-hide {
  display: none
}

table.table td,
table.table th {
  vertical-align: middle
}

.nav-link .progress-line {
	height: 2px;
	background-color: #d8d8d8;
	width: 100%;
	-webkit-transition: width 4s linear;
	transition: width 4s linear
}

.nav-link .progress-line:after {
	content: "";
	display: block;
	height: 100%;
	background-color: var(--secondary);
	width: 0
}

.nav-link.active .progress-line:after {
	width: 100%;
	-webkit-transition: inherit;
	transition: inherit
}[v-cloak] {
	display: none
}

.no-hover-underline:hover {
	text-decoration: none
}

.Paginator span {
	border: solid 1px var(--secondary);
	padding: 5px;
	min-width: 35px;
	display: inline-block;
	text-align: center;
	border-left: 0;
	cursor: pointer;
	white-space: nowrap
}

.Paginator span:first-child {
	border-left: solid 1px var(--secondary)
}

.Paginator span.curr,
.Paginator span:hover {
	background-color: var(--secondary);
	color: #fff
}

@media (max-width:768px) {
	.img-md-fluid {
		max-width: 100%
	}
}

@media (max-width:1366px) {
	.wsc-seasonal-container {
		height: 70px
	}
}[data-sys=mac] .sys-win-mobile,[data-sys=win] .sys-mac-mobile {
	display: none!important
}[data-toggle=counter] .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}[data-toggle=counter] .box .minus,[data-toggle=counter] .box .plus {
	background-color: var(--gray);
	color: #fff;
	border-radius: 4px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 1
}[data-toggle=counter] .box .minus:hover,[data-toggle=counter] .box .plus:hover {
	background-color: var(--primary);
	text-decoration: none
}[data-toggle=counter] .box .num {
	width: 60px;
	text-align: center;
	margin: 0 10px;
	height: 24px
}[data-toggle=platform].active {
	color: var(--secondary)
}

.display-3,.display-4,.display-3.font-weight-bold,.font-size-super.font-weight-bold {
  font-weight: 700 !important;
}
.link-style {
  color: #3D4752;
  box-shadow: inset 0 -8px 0 #d1e8ff;
  -webkit-transition: background .15s cubic-bezier(.33, .66, .66, 1);
  transition: background .15s cubic-bezier(.33, .66, .66, 1)
}

.link-style:hover {
  background: #d1e8ff;
}