select {
	padding: 4px;
}

select option {
	padding: 4px;
	/* Add padding around each option */
}

header .search-bar .form-select {
	padding-left: 4px;
}

details > summary {
	list-style: none;
}

details > summary::-webkit-details-marker {
	display: none;
}

details[open] > summary > .icon-carret-right {
	transform: rotate(90deg);
}

.h-inherit {
	height: inherit !important;
}
.link:hover{
	color: var(--color-link);
}
.prose a:hover{
	color: var(--color-link);
}
.header.active {
	box-shadow: 0px 2rem 4rem 0px rgba(51, 51, 51, 0.1);
	min-height: auto;
	height: 6.4rem;
	position: sticky;
	position: -webkit-sticky;
	-webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.js-reset-filter.filter-item:hover {
	text-decoration: underline;
}

/* 
@media(min-width: 1271px) {
.header .logo-wrapper {
transition: all .3s .1s ease;
transform: translateX(-4.4rem);
}

.header .menu-opener {
transform: scale(0);
transition: transform .3s ease-out;
display: block
}

.header.active .logo-wrapper {
transform: translateX(0);
}

.header.active .menu-opener {
transform: scale(1)
}

} */

@media (max-width: 767px) {
	.header {
		padding: var(--spacing-2) 0;
	}
}

.btn:disabled {
	opacity: 0.5;
}

.section-flashsale:after {
	z-index: -1;
}

.section-flashsale .swiper {
	--swiper-navigation-sides-offset: 2.2rem;
}

.overflow-item {
	display: none;
}

@media (max-width: 767px) {
	.section-flashsale .swiper-button-next,
	.section-flashsale .swiper-button-prev {
		display: none;
	}
}

.aside-item {
	background: var(--color-background);
}

@media (max-width: 1269px) {
	.collection-filter {
		position: fixed;
		top: 0 !important;
		right: 0;
		width: 100%;
		z-index: 9999;
		max-height: 100vh;
		overflow: auto;
		border-radius: 0px;
	}
}

.is-empty .cart-form {
	display: none;
}

/** header **/
.navigation-horizontal .submenu {
	background: #fff;
}
.navigation-vertical ul + ul {
	border-top: 2px solid var(--color-neutral-50);
	margin-top: 2rem;
	padding-top: 2rem;
}

@media (max-width: 1023px) {
	.submenu {
		right: 0;
	}

	.navigation-vertical .menu-item.group > a {
		padding-right: 4.4rem;
		position: relative;
	}

	.navigation-vertical .menu-item.group > a > [data-toggle-submenu] {
		position: absolute;
		right: 0;
		width: 4.4rem;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.menu-active .submenu {
		display: block;
	}
}

.navigation-horizontal .submenu {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s 0.1s ease-out;
	display: block;
}

.navigation-horizontal .menu-item:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 100% !important;
}

.navigation-horizontal-wrapper.overflow + .navigation-arrows {
	display: flex;
}

.portal--modal .portal-inner {
	max-height: 690px;
	height: auto;
	max-width: 100.24rem;
	width: 100%;
	border-radius: var(--rounded);
}

.portal--modal.portal--modal-sm .portal-inner {
	height: auto;
	max-width: 50rem;
}

.loading-icon {
	height: 2rem;
}

.loading > span:not(.loading-icon) {
	display: none;
}

.map iframe {
	width: 100%;
}

#PortalClose-quick-view {
	top: -5rem;
}

.color-spot {
	width: 22px;
	height: 22px;
	display: block;
	border-radius: var(--rounded-sm);
	margin-right: 10px;
	position: absolute;
	left: 8px;
}

.color-swatch {
	padding-left: 38px;
}

.quick-search .search-loading,
.quick-search.loading .search-history-list,
.quick-search.loading .search-keywords,
.quick-search.loading .search-result,
.quick-search.loaded .search-keywords,
.quick-search.loaded .search-history-list {
	display: none;
}

.quick-search.loaded .search-result {
	display: block;
}

.search-loading .loading-icon,
.quick-search.loading .search-loading {
	display: flex;
	color: var(--color-neutral-100);
}

.loading > .loading-icon {
	display: flex;
}

.search-bar form {
	padding-right: 0;
	overflow: hidden;
}

.search-dropdown {
	max-height: 100%;
	overflow: auto;
}

header .search-bar:has(input:focus) .search-dropdown,
header .search-dropdown:hover {
	display: block;
	max-height: 24rem;
	height: fit-content;
}

.search-input-group {
	padding-right: calc(var(--search-button-size) + 3.6rem);
}

.search-bar .search-button {
	right: 0;
	height: calc(100% + var(--spacing-3) * 2);
	top: calc(-1 * var(--spacing-3));
}

#search-drawer .search-bar .search-button {
	right: 0;
	height: 100%;
	top: 0;
}

#search-drawer .search-input-group {
	padding-right: calc(var(--search-button-size) + 3.6rem);
	height: 4.4rem;
	border-radius: var(--rounded-full);
	border: 1px solid var(--color-neutral-50);
	display: flex;
	align-items: center;
	padding-left: var(--spacing-2-5);
}

#search-drawer form {
	flex-direction: column;
	border: none;
	border-radius: 0px;
	padding: 0;
	gap: var(--spacing-3);
}

#search-drawer [name="query"] {
	display: block;
	width: 100%;
	background-color: var(--color-background);
	font-size: var(--font-size-body);
	line-height: 1;
}

#search-drawer .search-dropdown {
	position: relative;
}

#search-drawer .form-select {
	border: 1px solid var(--color-neutral-50);
	--rounded-input: var(--rounded-full);
}

.ega-badge-ctd__item {
	color: var(--color-flashsale-timer);
	background-color: var(--color-flashsale-timer-bg);
}

.stock-percent {
	background: var(--color-flashsale-process);
}

.flashsale-tab {
	cursor: pointer;
}

.flashsale-tab.ended {
	cursor: not-allowed;
	display: none;
}

.flashsale-tab .status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: var(--rounded-full);
}

.product-flashsale-item {
	color: var(--color-flashsale);
	background: var(--color-flashsale-bg);
}

.flashsale-tab.active {
	background: var(--color-flashsale-tab-bg);
	color: var(--color-flashsale-tab);
	border-radius: 10rem;
}

.flashsale-nav {
	border-radius: 10rem;
}

.flashsale-background {
	--side-width: 120px;
	width: calc(1440px - var(--spacing-3) - 2 * var(--side-width));
}

@media (max-width: 976px) {
	.flashsale-background {
		--side-width: 120px;
		width: 100%;
	}

	.flashsale-nav {
		border-radius: 0;
		padding: 12px 12px;
		margin: 0 -12px;
	}
}

@media (max-width: 767px) {
	.flashsale-nav {
		border-radius: 0;
		padding: 0;
		margin: 0 -12px;
	}

	.flashsale-tab.active {
		border-radius: 0;
	}

	.flashsale-nav > ul {
		grid-template-columns: repeat(3, auto);
		white-space: nowrap;
		gap: var(--spacing-1);
	}

	.flashsale-tab {
		padding-left: var(--spacing-1);
		padding-right: var(--spacing-1);
	}
}
.flashsale-heading{
	text-wrap: balance;
}
.flashsale-heading img {
	display: inline-block;
	vertical-align: baseline;
}
.flashsale-heading h2{
	display: inline
}
@media(min-width: 1332px){
	.xl\:rounded-\[2rem\]{
		border-radius: 2rem
	}
}

.ega-badge-dot {
	display: none;
}

.product-flashsale-item-1 .flashsale__countdown-label {
	display: none !important;
}

.product-flashsale-item-2 .flashsale__countdown-timer {
	flex-direction: column;
	gap: 4px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.product-flashsale-item .stock-countdown {
	width: 50%;
}

.product-flashsale-item .ega-badge-ctd__item {
	width: 3.2rem;
}

.product-flashsale-item .ega-badge-ctd__h {
	font-size: var(--font-size-h6);
}

.product-flashsale-item .ega-badge-ctd__item span {
	display: none;
}

.product-flashsale-item:has(.active.ongoing) {
	padding: 0.8rem 1.2rem;
}

.product-price-group:has(.active.ongoing) {
	border: 1px solid var(--color-flashsale-bg);
}

.product-price-group:has(.active.ongoing) .price-box {
	padding: 1.2rem 0.8rem 1.2rem;
}

.product-flashsale-item .ega-badge-dot {
	display: block;
}

.coupon-list {
	--color-background-body: #f0f4fe;
	display: flex;
	flex-direction: column;
	grid-gap: 2rem;
	padding: 2rem;
	background: var(--color-background-body);
	border-radius: 4px;
	max-height: 100%;
	overflow: auto;
	padding-bottom: calc(2rem + constant(safe-area-inset-bottom)) !important;
	padding-bottom: calc(2rem + env(safe-area-inset-bottom)) !important;
}

#coupon-modal,
.coupon-item {
	--color-primary: var(--color-coupon-primary);
	--color-secondary: var(--color-coupon-secondary);
}

.coupon-item {
	padding: 20px 24px;
	padding-left: 68px;
}

@media (min-width: 768px) {
	.product-flashsale-item .stock-countdown {
		width: 20rem;
	}

	.coupon-list {
		padding: 3.6rem 5.6rem;
	}
}

.cart-drawer-related-products {
	max-width: calc(1440px - var(--dialog-max-width) - 1.6rem);
	padding-left: 0.8rem;
	margin: auto;
	width: calc(100% - var(--dialog-max-width) - 1.6rem);
}
.cart-drawer-related-products .card-product {
	background: white;
	border-radius: var(--rounded-lg);
}
.cart-releated-products .card-product--horizontal .card-product__cta {
	display: block;
	padding: 10px;
}
.cart-releated-products .card-product__badges {
	display: none !important;
}
.card-product__option-dot:not(.cursor-pointer){
	cursor: auto
}
.card-product__option-dot-lg {
	width: 3.6rem;
	height: 3.6rem;
}

.card-product__option-dot-md {
	width: 3.2rem;
	height: 3.2rem;
}

.card-product__option-dot-sm {
	width: 2.4rem;
	height: 2.4rem;
}

@media (max-width: 1024px) {
	.card-product__option-dot-lg {
		width: 2.6rem;
		height: 2.6rem;
	}

	.card-product__option-dot-md {
		width: 2.4rem;
		height: 2.4rem;
	}

	.card-product__option-dot-sm {
		width: 2rem;
		height: 2rem;
	}
}

@media (max-width: 767px) {
	.card-product--horizontal form {
		grid-template-columns: 12rem 1fr;
	}
}

.card-product .stock-countdown-inner {
	margin-bottom: var(--spacing-3);
}

@media (max-width: 767px) {
	.card-product .stock-countdown-inner {
		margin-bottom: 0;
	}
}

.slide-in-left {
	-webkit-animation: slide-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: slide-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.scale-in-hor-left {
	-webkit-animation: scale-in-hor-left 0.4s ease-out both;
	animation: scale-in-hor-left 0.4s ease-out both;
}

@-webkit-keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}
}

@keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}
}

animating:not(.fade-in),
.animating:not(.fade-in) > * {
	opacity: 0;
}

.fade-in {
	-webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animation-reverse {
	animation-direction: reverse !important;
}

.cro-btn-item .cart-count {
	margin-right: -1.6rem;
	top: -0.4rem;
}

.cro-btns .cart-limit-note,
.cro-btns .cart-vat-note {
	display: none;
}

.cro-btns .cart-total {
	padding: 0;
	flex-direction: column;
}

.cro-btns .cart-submit button {
	padding: 0.8rem;
}

cart-form,
productform {
	transition: opacity 0.3s ease-out;
}

product-form.loading .product-cta {
	pointer-events: none;
	opacity: 0.5;
}

cart-form.loading,
product-form.loading .product-cta {
	pointer-events: none;
}

.cart-item.loading .cart-total-col .price,
cart-form.loading .cart-total .price {
	display: none;
}

cart-form.loading .cart-total .loading-icon,
.cart-item.loading .cart-total-col .loading-icon {
	display: inline-flex;
	color: var(--color-neutral-50);
	height: 1.6rem;
}

product-form.loading .product-cta .btn .loading-icon {
	display: none;
}

.variant-picker__input input.disabled ~ label {
	opacity: 0.5;
	position: relative;
	overflow: hidden;
}

.variant-picker__input input.disabled ~ label:after {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-neutral-100);
	position: absolute;
	transform: rotate(200deg) scale(1.1);
	left: 0
}

.portal--modal .portal-close-button {
	position: absolute;
	right: 1.2rem;
	top: -4.4rem;
}

@media (max-width: 767px) {
	.portal--modal .portal-close-button {
		right: auto;
		left: 0.8rem;
	}
}

.sapo-product-reviews-badge .sapo-product-reviews-star i {
	font-size: var(--font-size-body) !important;
}

.bpr-success-popup .icon-checked {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 975px) {
	#product-review {
		display: block;
	}
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none !important;
}

.tiktok-embed {
	margin: 0 auto !important;
}

.swiper-wrapper.grid {
	display: grid;
}

.swiper-initialized .swiper-wrapper {
	display: flex;
	gap: 0;
}

.swiper-pagination.static {
	position: static !important;
}

.gallery-main {
	position: initial;
}
.gallery-main [class*="swiper-button"]{
	--swiper-navigation-sides-offset: 5%;
}
[class*="swiper-button"]:hover{
	color: var(--color-link)
}
@media (max-width: 767px) {
	.gallery-main {
		position: relative;
	}
}

.card-product__badges:has(.product-promo-tag) {
	display: block;
}

[class*="text-h"] {
	text-wrap: balance;
}

.cro-btns {
	display: none;
}

@media (max-width: 767px) {
	.cro-btns:has(.cro-btn-item) {
		display: block;
	}
}

.promo-box__body p {
	margin: 0;
}

.promo-box__body ol,
.promo-box__body ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--spacing-2);
}

@media (max-width: 992px) {
	.promo-box__body ol,
	.promo-box__body ul {
		grid-template-columns: 1fr;
	}
}

.tiktok-embed {
	border-radius: var(--rounded);
}

.btn.coupon-expired {
	color: var(--color-neutral-400);
	background: var(--color-neutral-50);
	border-color: var(--color-neutral-50);
	filter: none;
	opacity: 1;
}

.flashsale-ended .tab-content {
	display: none;
}

.flashsale-ended .flashsale-end-message {
	display: block;
	padding: var(--spacing-6) var(--spacing-2);
}

.flashsale-ended .flashsale-nav {
	display: none;
}

.heading-bar {
	font-size: 1.6rem;
}

.heading-bar a:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.heading-bar {
		font-size: 1.4rem;
	}
}

.card-article__desc {
	min-height: calc(var(--font-size-body) * 1.5 * 3);
}

.card-article__title {
	min-height: calc(var(--font-size-body) * 1.4 * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.card-article__title a {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}
.section-main-cart .cart-summary-info {
	position: relative;
}

.section-main-cart .cart-summary-info:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0.8rem 2.4rem 0px var(--primary-color);
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: -1;
}

@media (max-width: 976px) {
	.header-search {
		display: none;
	}

	.search-opener {
		display: block;
	}
}

.landing-page-section.section-flashsale:before,
.landing-page-section.section-flashsale:after {
	content: none;
}

.product-flashsale-item:has(.not-started),
.product-flashsale-item:has(.ended) {
	display: none;
}

.product-flashsale-item:has(.active.ongoing) ~ .product-flashsale-item {
	display: none;
}

#error-modal {
	--dialog-index: 4000;
}

#error-modal .portal-inner {
	max-width: 30rem;
}

.content {
	word-break: break-word;
}

.gallery-thumbnails:not(.swiper-initialized) .swiper-wrapper {
	display: inline-flex;
	margin: auto;
	width: auto;
}

.section-products:has(.no-products) {
	display: none !important;
}

.section-products .swiper {
	overflow-x: clip;
	overflow-y: initial;
}
countdown-timer.active ~ countdown-timer + stock-countdown,
countdown-timer.active ~ countdown-timer {
	display: none;
}

.section-products .swiper-button-disabled {
	display: none;
}

.footer-copyright {
	text-wrap: balance;
}
footer .email-subscribe .form-input::placeholder {
	color: #FFF;
	opacity: 0.5;
}
footer .email-subscribe .button_subscribe {
	background: #dd4d20
}

footer .link:hover {
	color: #000
}
@media (min-width: 976px) {
	.swiper-wrapper.lg\:w-10\/12 {
		width: 83.333333%;
	}
}

.card-product--vertical:after {
	opacity: 0.7;
}

.ega-badge-ctd__h {
	position: relative;
	height: 1em;
	overflow: hidden;
	line-height: 1;
}

.ega-badge-ctd--transition::before {
	transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ega-badge-ctd--animate:before {
	position: relative;
	content: "00\a 01\a 02\a 03\a 04\a 05\a 06\a 07\a 08\a 09\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a";
	white-space: pre;
	top: calc(var(--value) * -1em);
	text-align: center;
}

sl-image-comparer {
	--sl-color-neutral-0: #fff;
	--handle-size: 3rem;
	--sl-border-radius-circle: 100%;
}

.coupon-group-item__code {
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (min-width: 1024px) {
	.coupon-group-item {
		max-width: 100px;
	}
}

.coupon-item__action button {
	white-space: nowrap;
}
.card-product__title {
	min-height: calc(1.8rem * 20 / 14 * 2);
}
@media (max-width: 767px) {
	.card-product__title {
		font-size: 1.4rem;
		min-height: calc(1.4rem * 20 / 14);
	}
}
.card-product .product-promo-tag--3 {
	justify-content: flex-start;
	width: auto;
}

.section-home-banner .swiper-slide{
	aspect-ratio: 1920 / 900
}

@media(max-width: 767px){
	.section-home-banner .swiper-slide-mb {
		aspect-ratio: 480 / 225
	}
}
@media(min-width: 1024px) and (max-width: 1279px) {
	.main-product .product-grid .product-left{
		border-radius: 20px 20px 0 0
	}
	.main-product .product-grid .product-right{
		border-radius:  0 0 20px 20px
	}
}

#contact_map iframe{
	height: 100%
}

.card-product  .sapo-buyxgety-badge {
	top: auto;
	bottom: 15px;
	right: 15px;
	min-width: 20px
}

.card-product  .sapo-buyxgety-badge .icon-buyxgety{
	max-width: 20px;	
}

.card-product .sapo-combo-badge{
	position: absolute;
	left: 0;
	z-index: 2;
	min-width: 50px;
	bottom: 0;
	top: auto;
	right: auto
}

.card-product .sapo-combo-badge .label-text {
	border-radius: 4px;
}
.ae-lang-selected a{
	display: flex;
	white-space: nowrap;
	overflow: 
}
img.ae-icon-left {
	object-fit: contain;
	width: 16px
}

.ae-type-dropdown{
	display: flex;
	align-items: center
}
.ae-lang-selected a  .ae-caret{
	width: auto
}
.ae-lang-selected a span{
	display :none
}
.ae-box-lang  a span{
	display :inline
}
#desktop-lang{
	min-width: 50px
}
.main-product .product-right {
	display: none
}
.section-video li {
	display: flex;
	margin-bottom: 13px;
}
.section-video .vidplay {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.section-video .vidplay img {
	object-fit: cover
}
.section-video ul {
	flex: 1;
	padding-left: 18px;
	height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 20px;
}
.section-video .vidplay::after {
	position: absolute;
	content: "";
	background: url(play-button.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background-size: 100%;
}
.section-video li .vidplay {
	width: 188px;
}
.section-video li .vidplay::after {
	width: 20px;
	height: 20px;
}
.section-video li .video-info {
	flex: 1;
	padding-left: 19px;
}
.section-video li .video-info .title {
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.section-video li .video-info .view {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #025899;
}
.popup-video {
	position: fixed;
	top: 0!important;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 99999;
}
.popup-video .popup-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.popup-video .popup-content {
	width: 800px;
	max-width: 100%;
	background: #FFF;
	padding: 5px;
	position: relative;
}
.popup-video.active {
	opacity: 1;
	visibility: visible
}
.popup-video .popup-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: url(close.png) center no-repeat #FFF;
	border-radius: 50%;
	background-size: 12px;
	box-shadow: 0 0 3px;
	cursor: pointer;
}
.popup-video .popup-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.popup-video .popup-content .video-container iframe, .popup-video .popup-content .video-container object, .popup-video .popup-content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-form .title {
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	padding: 12px 0px 7px;
}
.section-form b {
	display: block
}
.section-form .content {
	background: url(bg_form.jpg) center no-repeat;
	background-size: cover;
	padding: 34px 63px 25px;
}
.section-form .content .title-sm {
	font-size: 20px
}
.section-form ul li {
	margin-top: 5px
}
.section-form form {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	border: 1px var(--color-primary) solid;
	border-radius: 20px;
	overflow: hidden;
}
.section-form form input[type="text"] {
	border: 1px var(--color-primary) solid;
	border-radius: 20px;
}
.section-form form input[type="checkbox"] {
	transform: translateY(-2px);
	width: 18px;
	height: 18px;
}
.section-form form button {
	width: 100%;
	background: linear-gradient(90deg, var(--color-primary) 0%, #fb9c7b 47.92%, var(--color-primary) 100%);
	font-size: 20px;
}
.video-list .card-video__image img {
	object-fit: cover;
}
.video-list .card-video__title {
	font-size: 16px
}
.video-list .card-video__image a{
	position: relative
}
.video-list .card-video__image a::after {
	position: absolute;
	content: "";
	background: url(play-button.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background-size: 100%;
}
.video-list .more {
	display: inline-block;
	padding: 5px 10px;
	background: var(--color-primary);
	color: #FFF;
	border-radius: 15px;
	width: 120px;
	text-align: center;
}
@media (max-width:1199px) {
	.section-video li .video-info .title {
		font-size: 16px;
	}
}
@media (max-width:1199px) and (min-width:992px) {
	.section-video ul {
		height: 323px;
	}
}
@media (max-width:991px) {
	.section-video .grid {
		display: block
	}
	.section-video ul {
		padding-left: 0;
		margin-top: 15px;
	}
	.section-form .content {
		padding: 15px;
	}
	#menu-drawer .header-icon-group {
		display: none
	}
}