/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/
.wrap-slick2 {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
	position: absolute;
	z-index: 100;
	top: calc(( 100% - 60px)/2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 39px;
	color: #ccc;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.arrow-slick2:hover {
	color: #666;
}

.next-slick2 {
	right: -40px;
}

.prev-slick2 {
	left: -40px;
}

@media ( max-width : 1300px) {
	.next-slick2 {
		right: 0px;
	}
	.prev-slick2 {
		left: 0px;
	}
}

/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
	position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
	position: absolute;
	z-index: 100;
	width: 83.333333%;
	right: 0;
	top: calc(50% - 20px);
}

.arrow-slick3 {
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.arrow-slick3:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
	left: 0px;
}

.next-slick3 {
	right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
	width: 11.111111%;
}

.slick3 {
	width: 83.333333%;
}

/* Pre-init: hide stacked slides until Slick mounts (avoids gallery FOUC) */
.slick3:not(.slick-initialized) {
	overflow: hidden;
}

.slick3:not(.slick-initialized) > .item-slick3:not(:first-child) {
	display: none;
}

.slick3:not(.slick-initialized) > .item-slick3:first-child {
	display: block;
	width: 100%;
}

.slick3-dots li {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 27px;
}

.slick3-dots li img {
	width: 100%;
}

.slick3-dot-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.slick3-dot-overlay:hover {
	border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
	border-color: #ccc;
}

/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
	z-index: 10000;
	background-color: #000;
	opacity: 0.9;
}

.mfp-wrap {
	z-index: 10000;
}

.mfp-arrow:after, .mfp-arrow:before {
	display: none;
}

.mfp-arrow {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

button.mfp-arrow-right {
	background-image: url(../images/icons/icon-next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

button.mfp-arrow-left {
	background-image: url(../images/icons/icon-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}

button.mfp-close {
	width: 75px !important;
	height: 58px !important;
	line-height: 44px;
	position: fixed;
	right: 0;
	top: 0;
	color: transparent !important;
	background-image: url(../images/icons/icon-close.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer !important;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
}

.tab01 .nav-tabs .nav-item {
	margin: 0px 15px;
}

.tab01 .nav-link {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #888;
	line-height: 1.2;
	padding: 0;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.tab01 .nav-link.active {
	color: #333;
	border-color: #797979;
}

.tab01 .nav-link:hover {
	color: #333;
	border-color: #797979;
}

/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
	overflow-y: auto;
	z-index: 12000 !important;
}

.swal-modal,
.swal-title,
.swal-text,
.swal-button,
.swal-content,
.swal-footer {
	font-family: var(--main-font, 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
}

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

.swal-button {
	background: linear-gradient(145deg, var(--primary-color, #717fe0), color-mix(in srgb, var(--primary-color, #717fe0) 75%, #4338ca));
	font-family: Poppins-Bold, var(--accent-font, var(--main-font, sans-serif));
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--on-primary, #171717);
	text-transform: none;
	border-radius: 999px;
	padding: 0.7rem 1.75rem;
	box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color, #717fe0) 32%, transparent);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
	-o-transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
	-moz-transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.swal-button:hover {
	background: linear-gradient(145deg, var(--primary-color, #717fe0), color-mix(in srgb, var(--primary-color, #717fe0) 75%, #4338ca));
	filter: brightness(1.04);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--primary-color, #717fe0) 38%, transparent);
	color: var(--on-primary, #171717);
}

.swal-button:active {
	transform: translateY(1px);
	background: linear-gradient(145deg, var(--primary-color, #717fe0), color-mix(in srgb, var(--primary-color, #717fe0) 75%, #4338ca));
}

.swal-title {
	color: #1e293b;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0 1rem;
}

.swal-text {
	color: #64748b;
	font-size: 0.95rem;
	line-height: 1.6;
	text-align: center;
	padding: 0 0.5rem;
}

.swal-footer {
	margin-top: 0.25rem;
	padding: 0.75rem 1.25rem 1.25rem;
	text-align: center;
}

.swal-modal {
	border-radius: 20px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 18px 48px rgba(15, 23, 42, 0.14),
		0 4px 12px rgba(15, 23, 42, 0.06);
	padding-bottom: 0.5rem;
}

.swal-icon {
	margin-top: 1.5rem;
}

.swal-checkout-sales-disabled .swal-button {
	min-width: 8.5rem;
}

