.my__gallery-slider {
	width: 100%;
	height: fit-content;
	display: none;
}

.my__gallery-slider .actions {
	width: fit-content;
	height: fit-content;
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px auto 0 auto;
}

.my__gallery-slider .actions .arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my__gallery-slider .actions .arrow svg {
	width: 24px;
	height: 24px;
}

.my__gallery-slider .actions .arrow svg path {
	fill: #4D4D4D;
}

.my__gallery-slider .actions .pagination {
	margin:0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.my__gallery-slider .actions .pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: rgba(77, 77, 77, 0.4);
	border-radius: 16px;
	opacity: 1;
}

.my__gallery-slider .actions .pagination .swiper-pagination-bullet-active {
	width: 18px;
	height: 6px;
	background-color: #4D4D4D;
}

.my__gallery-items {
	width: 100%;
	height: fit-content;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.my__gallery-items .gallery__card,
.my__gallery-slider .gallery__card {
	width: 100%;
	height: 318px;
	position: relative;
}

.my__gallery-items .gallery__card span,
.my__gallery-slider .gallery__card span {
	width: 80px;
	height: 80px;
	background-color: #C8252E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	z-index: 10;
	margin: auto;
}

.my__gallery-items .gallery__card span svg,
.my__gallery-slider .gallery__card span svg {
	width: 20px;
	height: 22px;
}

.my__gallery-items .gallery__card img,
.my__gallery-slider .gallery__card img {
	width: 100%;
	height: 100%;
	border-radius: 24px;
	object-fit: cover;
}

.has-iframe .fancybox__content {
	width: 100% !important;
	max-width: 960px !important;
	padding: 8px !important;
	height: fit-content !important;
	aspect-ratio: 16 / 9 !important;
}

.fancybox__container {
  z-index: 99999 !important;
}

.fancybox__container .f-button {
	padding:0 !important;
}

.fancybox__container .f-thumbs__slide__button {
    appearance: none;
    width: 96px;
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: 0.5;
    transition: opacity .2s 
ease;
}

@media screen and ( max-width:992px ) {
	.my__gallery-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.my__gallery-items .gallery__card,
	.my__gallery-slider .gallery__card {
		height: 224px;
	}
	
	.my__gallery-items .gallery__card span,
	.my__gallery-slider .gallery__card span {
		width: 64px;
		height: 64px;
	}
}

@media screen and ( max-width:576px ) {
	.gallery__section {
		padding: 0 !important;
	}

	.my__gallery-slider {
		display: block;
	}

	.my__gallery-items {
		display: none;
	}
}

.product__galleries {
	width: 100%;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product__galleries .main__image {
	width: 100%;
	height: 420px;
	border-radius: 24px;
	border: 2px solid #ffffff;
	overflow: hidden;
}

.product__galleries .main__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__galleries ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px !important;
	padding: 0 !important;
}

.product__galleries ul li {
    width: 100%;
    height: 96px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.product__galleries ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__galleries ul li.active {
    border-color: #C8252E;
}

.product__galleries ul li.more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size:14px;
    color: #4D4D4D;
    font-weight: 500;
}

.product__galleries ul li.more svg {
    width: 1rem;
    height: 1rem;
}

.product__galleries ul li.more svg path {
    fill: #4D4D4D;
}

.product__galleries ul li.more div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 4px;
}

@media screen and ( max-width:768px ) {
	.product__galleries .main__image {
		height: 328px;
	}

	.product__galleries ul li {
		height: 72px;
	}

	.product__galleries ul li.more div {
		flex-direction: column;
	}
}

.mega__menu {
	top: 108px;
}

.mega__menu .dialog-widget-content {
	background-color: transparent !important;
	box-shadow: none !important;
}

.mega__container .e-con-inner {
	background-color: #ffffff !important;
	border-radius: 16px !important;
	padding: 24px !important;
	gap: 0 !important;
}

.mega__container .elementor-nav-menu--main {
	width:33%;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item {
	width: 100% !important;
	font-size: 14px !important;
	color: #4D4D4D !important;
	justify-content: space-between !important;
    border-radius: 8px !important;
    padding: 10px 8px !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item:hover {
	background-color: #FDE3E4 !important;
	color: #C8252E !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item svg path {
	fill: #4D4D4D !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item:hover svg path {
	fill: #C8252E !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item:hover .sub-menu {
	display: flex;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item .sub-menu {
	width:100% !important;
	margin: 0 !important;
	display: none;
	flex-direction: column !important;
	gap: 16px !important;
	right: 100% !important;
	top: 0 !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item .sub-menu .menu-item a.elementor-sub-item {
	width: 100% !important;
	font-size: 14px !important;
	background-color: transparent !important;
	color: #4D4D4D !important;
	justify-content: space-between !important;
    border-radius: 8px !important;
    padding: 10px 8px !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item .sub-menu .menu-item a.elementor-sub-item:hover {
	background-color: #FDE3E4 !important;
	color: #C8252E !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item .sub-menu .menu-item a.elementor-sub-item .sub-arrow {
	transform: rotate(-90deg) !important;
}

.mega__container .elementor-nav-menu--main .elementor-nav-menu .menu-item .sub-menu .menu-item .sub-menu {
	width:100% !important;
	margin: 0 !important;
	display: none;
	flex-direction: column !important;
	gap: 16px !important;
	right: 100% !important;
	top: 0 !important;
}