.wedding-theme.item-on-left .themes-navigation .themesnavmenu {
	width: 25%;
	text-decoration: none;
	color: var(--pink);
	font-family: Loew;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.wedding-theme.item-on-left .themes-navigation .themesnavmenu.active {
	font-weight: 900 !important;
}
.wedding-theme.item-on-left .themes-area {
	padding: 0 70px;
}

.wedding-theme.item-on-right .design-title .main-title {
	color: var(--pink);
	font-family: Loew;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	line-height: 25.2px;
}
.wedding-theme.item-on-right .design-title .subheading-big {
	color: var(--grey) !important;
	line-height: normal !important;
}
.wedding-theme.item-on-right .design-title .text {
	line-height: normal !important;
}
.wedding-theme.item-on-right .illustrations img {
	width: 20px;
}
.wedding-theme.item-on-right .souvenir {
	color: #ffffff;
	padding: 20px 70px;
}
.wedding-theme.item-on-right .souvenir .title-small {
	color: #ffffff;
	font-weight: 900;
	line-height: 18px;
}
.wedding-theme.item-on-right .souvenir .text {
	color: #ffffff;
}
.wedding-theme.item-on-right .partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.wedding-theme.item-on-right .partner * {
	width: 50%;
}
.wedding-theme.item-on-right .partner .description {
	color: var(--grey);
	font-family: Loew;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 9.6px;
}

.wedding-theme .animation-fade {
	opacity: 0;
	transition: all 1s;
}

.wedding-theme .animation-fade.active {
	opacity: 1;
	transition: all 1s;
}

.wedding-theme .themes-navigation li {
	cursor: pointer;
}

.wedding-theme .themes-navigation li.active {
	font-weight: 700;
}

.wedding-theme .themes-navigation li.active > div {
	opacity: 1 !important;
}

.wedding-theme .big-image {
	cursor: pointer;
	border: 2px solid transparent;
	width: 220px;
	height: 220px;
	overflow: hidden;
}

.wedding-theme .big-image:hover,
.wedding-theme .big-image.hover {
	cursor: pointer;
	border-color: var(--pink);
}

.wedding-theme .big-image img {
	opacity: 0;
	transition: all 1s;
}

.wedding-theme .big-image img.active {
	z-index: 1;
	opacity: 1;
	transition: all 1s;
}

.wedding-theme .ilustration-popup {
	visibility: hidden;
	background: #ffffff;
	padding: 0;
	left: -18px;
	top: -10px;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	min-width: 100%;
}
.wedding-theme .select-ilustration:focus .ilustration-popup {
	visibility: visible;
}
.wedding-theme .select-ilustration:focus-within .ilustration-popup {
	visibility: visible;
}

.wedding-theme .ilustration-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wedding-theme .ilustration-popup li {
	cursor: pointer;
	padding: 10px 18px;
}
.wedding-theme .ilustration-popup li:hover {
	background: #fcf2f5;
}
.wedding-theme .ilustration-popup li.active {
	font-weight: 700;
}
.wedding-theme .ilustration-text {
	font-weight: 700;
}
.wedding-theme .small-image {
	cursor: pointer;
	border: 2px solid transparent;
	width: 96px;
	height: 96px;
	overflow: hidden;
}
.wedding-theme .small-image:hover,
.wedding-theme .small-image.hover {
	cursor: pointer;
	border-color: var(--pink);
}
.wedding-theme .small-image * {
	pointer-events: none;
}
.wedding-theme .small-image img {
	opacity: 0;
	transition: all 1s;
}
.wedding-theme .small-image img.active {
	opacity: 1;
	transition: all 1s;
}

.wedding-theme .partner-text {
	color: var(--grey);
	font-family: Loew;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 9.6px;
	padding-top: 4px;
	padding-left: 20px;
}

.wedding-theme .image-souvenir-slide {
	transition: all 0s;
}
.wedding-theme .image-souvenir-slide.slide {
	transition: all 0.5s;
}

.image-souvenir-full img {
	opacity: 0;
	transition: all 0.5s;
}

.image-souvenir-full img.active {
	z-index:1;
	opacity: 1;
	transition: all 0.5s;
}

.wedding-theme .partner-text {
	color: var(--grey);
	font-family: Loew;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 9.6px; /* 120% */
	width: 281px;
}

.wedding-theme .design-title h1 {
	width: 381px;
}
.select-ilustration .ilustration-arrow {
	position: absolute;
	right: 36px;
	z-index: 1;
}
.select-ilustration:focus .ilustration-arrow svg {
	transform: rotate(0deg);
	transform-origin: center;
	transition: all 0.5s;
}
.select-ilustration:focus .ilustration-arrow svg {
	transform: rotate(180deg);
	transform-origin: center;
	transition: all 0.5s;
}
.select-ilustration:focus-whitin .ilustration-arrow svg {
	transform: rotate(180deg);
	transform-origin: center;
	transition: all 0.5s;
}

/*wedding package */
