/*
Theme Name: Dron Academy
Author: MANU:TEAM
Author URI: https://manu.team
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dron-academy
*/

/* Fonts */
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Light.woff2') format('woff2'),
    url('assets/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Mokymai */
.page-template-mokymai .dr-breadcrumbs-header {
	border-bottom: 0;
}

.dr-main-mokymai h1, .dr-main-mokymai h2 {
	line-height: 1.2;
}

.dr-main-mokymai p {
	line-height: 1.5;
}

.dr-section.dr-mokymai {
	padding: 24px 0 64px;
}

.dr-mokymai h1 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 24px 0;
	color: #111928;
}

.dr-mokymai .mokymai-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.dr-mokymai .mokymai-wrapper .single-mokymai {
	display: block;
	text-decoration: none;
	background-color: #F9FAFB;
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	width: calc(33.33% - 13.33px);
	padding: 24px;
	transition: all .3s;
}

.dr-mokymai .mokymai-wrapper .single-mokymai:hover {
	background-color: #F3F4F6;
}

.dr-mokymai .mokymai-wrapper .single-mokymai img {
	max-width: 100%;
	max-height: 245px;
	object-fit: cover;
	border-radius: 6px;
}

.dr-mokymai .mokymai-wrapper .single-mokymai h2 {
	font-size: 16px;
	padding-right: 20px;
	margin: 20px 0 10px 0;
	color: #111928;
}

.dr-mokymai .mokymai-wrapper .single-mokymai p {
	font-size: 14px;
	color: #6B7280;
	margin: 0 0 20px 0;
}

.dr-mokymai .mokymai-wrapper .single-mokymai span {
	color: #1C64F2;
}

.dr-section.dr-mokymai-cta {
	padding: 64px 0;
}

.mokymai-cta {
	border-radius: 6px;
	padding: 32px;
	color: #fff;
	display: flex;
	gap: 20px;
	align-items: center;
	background: linear-gradient(270.56deg, #1C64F2 -3.1%, #103A8C 99.13%);
}

.mokymai-cta .text {
	flex: 2;
}

.mokymai-cta h2 {
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.mokymai-cta p {
	font-size: 14px;
	color: #C3DDFD;
	max-width: 510px;
	margin: 0;
}

.mokymai-cta .dr-button {
	color: #1C64F2;
	border: 1px solid #C3DDFD;
	background-color: #fff;
	padding: 8px 24px;
	line-height: 1.5;
	min-height: unset;
	transition: all .3s;
}

.mokymai-cta .dr-button:hover {
	color: #fff;
	background-color: #233876;
	border: 1px solid #233876;
}

@media (max-width: 992px) {
	.page-template-mokymai .dr-breadcrumbs-header {
		display: block;
	}
	.page-template-mokymai .dr-breadcrumbs__list {
		display: flex;
	}
	.dr-section.dr-mokymai {
		padding: 16px 0 40px;
	}
	.dr-main-mokymai h1 {
		font-size: 24px;
		margin: 16px 0;
	}
	.dr-mokymai .mokymai-wrapper .single-mokymai {
		width: 100%;
		padding: 16px;
	}
	.dr-section.dr-mokymai-cta {
		padding: 40px 0;
	}
	.mokymai-cta {
		padding: 32px 16px;
		flex-direction: column;
		align-items: flex-start;
	}
	.mokymai-cta .dr-button {
		margin-top: 10px;
		width: 100%;
		padding: 16px 24px;
	}
}

/* Single mokymai */
.dr-main-mokymai-single h1, .dr-main-mokymai-single h2 {
	line-height: 1.2;
}

.dr-main-mokymai-single p {
	line-height: 1.5;
}

.dr-main-mokymai-single a.button {
	padding: 8px 24px;
	border-radius: 4px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	min-height: unset;
	font-size: 16px;
	width: auto;
	transition: all .3s;
}

.dr-main-mokymai-single a.button.primary {
	background-color: #1C64F2;
	color: #fff;
	border: 1px solid #1A56DB;
}

.dr-main-mokymai-single a.button.primary:hover {
	background-color: #1E429F;
	border: 1px solid #1E429F;
}

.dr-main-mokymai-single a.button.secondary {
	background-color: #fff;
	color: #1C64F2;
	border: 1px solid #E5E7EB;
}

.dr-main-mokymai-single a.button.secondary:hover {
	border: 1px solid #1C64F2;
}

.page-template-mokymai-single .dr-breadcrumbs-header {
	border-bottom: 0;
	padding: 16px 0;
}

.dr-section.dr-mokymai-single-hero, .dr-section.dr-mokymai-single-faq {
	padding: 0;
}

.dr-mokymai-single-hero .hero {
	display: flex;
	gap: 20px;
	padding: 50px 100px;
	border-radius: 6px;
	background-size: cover;
	background-position: center center;
	justify-content: space-between;
	align-items: center;
}

.dr-mokymai-single-hero .hero h1 {
	margin: 0 0 16px 0;
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	max-width: 530px;
}

.dr-mokymai-single-hero .hero > div:first-child > p {
	margin: 0 0 32px 0;
	color: #d1d5db;
	max-width: 530px;
	font-size: 14px;
}

.dr-mokymai-single-hero .hero .badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 450px;
}

.dr-mokymai-single-hero .hero .badges .badge {
	border-radius: 4px;
	padding: 8px 16px;
	color: #c3ddfd;
	background-color: #1C64F226;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
}

.product-block {
	background-color: #fff;
	border-radius: 6px;
	outline: 10px solid #ffffff26;
	padding: 24px;
	max-width: 420px;
}

.product-block .dr-contact-form {
	padding: 0;
}

.product-block .dr-contact-form form .dr-photo-form__row:not(:last-child) {
	margin-bottom: 1rem;
}

.product-block .dr-contact-form form textarea {
	height: 15rem;
}

.product-block .product-wrapper {
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	position: relative;
}

.product-block .product-wrapper span {
	display: block;
}

.product-block .product-wrapper .title {
	color: #6B7280;
}

.product-block .product-wrapper .price {
	color: #111928;
	font-weight: 600;
	font-size: 40px;
}

.product-block .product-wrapper .regular-price {
	color: #6B7280;
	text-decoration: line-through;
}

.product-block .product-wrapper .discount {
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #EBF5FF;
	color: #1C64F2;
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
}

.product-block p {
	margin: 16px 0 24px;
	font-size: 14px;
	color: #6B7280;
}

.product-block a.button {
	display: block;
}

.product-block a.button.primary {
	margin-bottom: 8px;
}

.dr-section.dr-mokymai-single-clients {
	padding: 48px 0;
}

.dr-mokymai-single-clients p {
	font-weight: 500;
	max-width: 540px;
	margin: 0 auto 40px;
	text-align: center;
	color: #111928;
}

.dr-mokymai-single-clients p span.blue {
	color: #1C64F2
}

.clients-slider:before, .clients-slider:after {
	content: '';
	display: block;
	background: url(https://droneacademy.lt/wp-content/uploads/2025/07/block.png);
	background-size: cover;
	width: 290px;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 9;
}

.clients-slider:after {
	left: unset;
	right: 0;
	transform: rotate(180deg);
}

.clients-slider .swiper-wrapper {
	/* animation: marquee 20s linear infinite; */
	transition-timing-function: linear !important;
	align-items: center;
}



.clients-slider .swiper-slide img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}

.clients-slider .image-position-0, .clients-slider .image-position-7 {
	max-height: 60px;
}

.clients-slider .image-position-1, .clients-slider .image-position-4, .clients-slider .image-position-6, .clients-slider .image-position-8 {
	max-height: 70px;
}

.clients-slider .image-position-2 {
	max-height: 20px;
}

.clients-slider .image-position-3 {
	max-height: 52px;
}

.clients-slider .image-position-5 {
	max-height: 42px;
}

.dr-section.dr-mokymai-single-about {
	padding: 32px 0 0;
}

.dr-mokymai-single-about .dr-container {
	padding-top: 64px;
	padding-bottom: 64px;
	border-top: 1px solid #E5E7EB;
	border-bottom: 1px solid #E5E7EB;
}

.dr-mokymai-single-about .about-wrapper {
	display: flex;
	gap: 32px;
}

.dr-mokymai-single-about .about-wrapper > div:first-child {
	display: flex;
	gap: 32px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.dr-mokymai-single-about .about-wrapper h2 {
	font-weight: 600;
	font-size: 30px;
	max-width: 400px;
	margin: 0 0 8px;
}

.dr-mokymai-single-about .about-wrapper h2 .blue {
	color: #1C64F2;
}

.dr-mokymai-single-about .about-wrapper .about-text p {
	max-width: 530px;
	font-size: 14px;
	color: #6B7280;
	margin: 0;
}

.dr-mokymai-single-about .about-wrapper .features-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.dr-mokymai-single-about .about-wrapper .features-wrapper .single-feature {
	width: calc(50% - 12px);
}

.dr-mokymai-single-about .about-wrapper .features-wrapper .single-feature p {
	margin: 0;
	font-size: 14px;
	color: #6B7280;
	max-width: 310px;
}

.dr-mokymai-single-about .about-wrapper .features-wrapper .single-feature .feature-title {
	font-size: 16px;
	font-weight: 700;
	color: #111928;
	margin: 0 0 8px;
	max-width: 100%;
}

.dr-mokymai-single-about .about-wrapper img {
	max-width: 520px;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
}

.dr-section.dr-mokymai-single-learning, .dr-main-mokymai-single .dr-section.dr-mokymai, .dr-section.dr-mokymai-single-usp, .dr-section.dr-mokymai-single-teachers, .dr-section.dr-mokymai-single-reviews {
	padding: 64px 0;
}

.dr-mokymai-single-learning h2 {
	font-size: 30px;
	color: #111928;
	text-align: center;
	font-weight: 600;
	margin: 0 0 8px;
}

.dr-mokymai-single-learning .dr-container > p {
	color: #6B7280;
	font-size: 14px;
	text-align: center;
	margin: 0 0 40px;
}

.dr-mokymai-single-learning .learning-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.dr-mokymai-single-learning .learning-wrapper .dr-accordion {
	flex: 1;
}

.dr-mokymai-single-learning .learning-wrapper .product-block {
	background-color: #F9FAFB;
	border: 1px solid #E5E7EB;
}

.dr-main-mokymai-single .dr-accordion__item {
	border: 1px solid #E5E7EB !important;
	background-color: unset !important;
	border-radius: 6px !important;
}

.dr-main-mokymai-single .dr-accordion_duk .dr-accordion__list {
	grid-gap: 8px;
}

.dr-main-mokymai-single .dr-mokymai-single-faq .dr-accordion_duk .dr-accordion__list {
	grid-gap: 16px;
}

.dr-main-mokymai-single .dr-accordion__item-head {
	padding: 24px !important;
}

.dr-main-mokymai-single .dr-accordion__item-content {
	padding: 0 24px !important;
}

.dr-main-mokymai-single .dr-accordion__item-content .dr-accordion__item-text {
	opacity: 0;
	visibility: hidden;
	transition-delay: .3s !important;
	transition: all .3s ease-in-out;
}

.dr-main-mokymai-single .dr-accordion__item_expanded .dr-accordion__item-content {
	margin-top: 0 !important;
	padding: 0 24px 24px !important;
	transition: all .3s ease-in-out;
}

.dr-main-mokymai-single .dr-accordion__item_expanded .dr-accordion__item-content .dr-accordion__item-text {
	opacity: 1;
	visibility: visible;
}

.dr-main-mokymai-single .dr-accordion__item-title {
	display: flex;
	gap: 16px;
	align-items: center;
}

.dr-main-mokymai-single .dr-accordion__item-title .number-block {
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #EBF5FF;
	color: #1C64F2;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dr-main-mokymai-single .dr-accordion__item-title .title-block .title {
	color: #111928;
	font-weight: 700;
	transition: all .3s;
}

.dr-main-mokymai-single .dr-accordion__item-head:hover .dr-accordion__item-title .title-block .title {
	color: #1C64F2;
}

.dr-main-mokymai-single .dr-accordion__item-title .title-block .subtitle {
	font-size: 14px;
	color: #6B7280;
	font-weight: 400;
}

.dr-main-mokymai-single .dr-accordion__item-head .dr-accordion__item-icon-wrap {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #E5E7EB;
	background-size: 12px 12px;
}

.dr-main-mokymai-single .dr-accordion__item-text * {
	font-size: 14px;
	letter-spacing: 0;
}

.dr-main-mokymai-single .dr-accordion__item-text p {
	margin-top: 0;
}

.dr-main-mokymai-single .dr-accordion__item-text p:last-child {
	margin: 0;
}

.dr-main-mokymai-single .dr-accordion__item-text table {
	width: 100%;
}

.dr-main-mokymai-single .dr-accordion__item-text tr {
	margin-bottom: 8px;
}

.dr-main-mokymai-single .dr-accordion__item-text tr td:first-child {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.dr-main-mokymai-single .dr-accordion__item-text tr td:first-child:before {
	content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/07/tick-circle.svg);
	background-size: 24px 24px;
	min-width: 24px;
	width: 24px;
	height: 24px;
}

.dr-main-mokymai-single .dr-accordion__item-text tr td:nth-child(2) {
	color: #111928;
	font-weight: 700;
}

.dr-mokymai-single-usp h2 {
	font-size: 30px;
	color: #111928;
	text-align: center;
	font-weight: 600;
	margin: 0 0 40px;
}

.dr-mokymai-single-usp .usp-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.dr-mokymai-single-usp .usp-wrapper .single-usp {
	width: calc(33.33% - 16px);
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	padding: 24px;
}

.dr-mokymai-single-usp .usp-wrapper .single-usp .title {
	margin: 8px 0;
	font-weight: 700;
	color: #111928;
}

.dr-mokymai-single-usp .usp-wrapper .single-usp p {
	margin: 0;
	font-size: 14px;
	color: #6B7280;
}

.dr-mokymai-single-usp a.button, .dr-mokymai-single-reviews a.button {
	display: block;
	width: fit-content;
	margin: 40px auto 0;
}

.dr-section.dr-mokymai-single-teachers h2, .dr-section.dr-mokymai-single-reviews h2, .dr-mokymai-single-faq h2 {
	font-size: 30px;
	font-weight: 600;
	color: #111928;
	text-align: center;
	margin: 0 0 8px;
}

.dr-section.dr-mokymai-single-teachers .dr-container > p, .dr-section.dr-mokymai-single-reviews > p, .dr-mokymai-single-faq .dr-container > p {
	font-size: 14px;
	color: #6B7280;
	max-width: 700px;
	margin: 0 auto 40px;
	text-align: center;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper {
	max-width: 1090px;
	margin: 0 auto;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher {
	padding: 24px 0;
	border-top: 1px solid #E5E7EB;
	display: flex;
	align-items: center;
	gap: 32px;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher:last-child {
	border-bottom: 1px solid #E5E7EB;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher img {
	max-width: 125px;
	height: auto;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher .name {
	font-weight: 700;
	color: #111928;
	margin-bottom: 5px;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher .position {
	color: #374151;
	font-size: 14px;
}

.dr-section.dr-mokymai-single-teachers .teachers-wrapper .single-teacher p {
	font-size: 14px;
	color: #6B7280;
	max-width: 700px;
	margin: 16px 0 0;
}

.reviews-slider .swiper-wrapper {
	display: flex;
	/* animation: marquee 20s linear infinite; */
	transition-timing-function: linear !important;
}

.reviews-slider:hover .swiper-wrapper {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.dr-mokymai-single-reviews .single-review {
	background-color: #F9FAFB;
	border-radius: 6px;
	border: 1px solid #E5E7EB;
	padding: 24px;
	height: auto;
}

.dr-mokymai-single-reviews .single-review .author {
	display: flex;
	gap: 8px;
	align-items: center;
}

.dr-mokymai-single-reviews .single-review .author img {
	width: 48px;
	height: 48px;
	min-width: 48px;
}

.dr-mokymai-single-reviews .single-review > img {
	display: block;
	margin: 16px 0;
}

.dr-mokymai-single-reviews .single-review .author .title {
	font-weight: 700;
	margin-bottom: 5px;
}

.dr-mokymai-single-reviews .single-review .author .position, .dr-mokymai-single-reviews .single-review > p {
	font-size: 14px;
	color: #6B7280;
	margin: 0;
}

.reviews-slider:before, .reviews-slider:after {
	content: '';
	display: block;
	background: url(https://droneacademy.lt/wp-content/uploads/2025/07/reviews-block.png);
	background-size: cover;
	width: 175px;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 9;
}

.reviews-slider:before {
	right: unset;
	left: 0;
	transform: rotate(180deg);
}

.dr-mokymai-single-faq .dr-container {
	padding-top: 64px;
	padding-bottom: 64px;
	border-top: 1px solid #E5E7EB;
}

.dr-mokymai-single-faq .dr-accordion {
	max-width: 865px;
	margin: 0 auto;
}

.dr-main-mokymai-single .dr-mokymai h2 {
	margin: 0 0 24px;
	font-weight: 600;
	color: #111928;
	font-size: 30px;
}

@media (max-width: 992px) {
	.dr-main-mokymai-single a.button {
		padding: 16px 24px;
		transition: all .3s;
	}
	.dr-main-mokymai-single a.button:hover {
		padding: 8px 24px;
	}
	.page-template-mokymai-single .dr-breadcrumbs-header {
		display: block;
	}
	.page-template-mokymai-single .dr-breadcrumbs__list {
		display: flex;
	}
	.dr-mokymai-single-hero .hero, .dr-mokymai-single-about .about-wrapper, .dr-mokymai-single-learning .learning-wrapper {
		flex-wrap: wrap;
	}
	.dr-mokymai-single-hero .hero {
		padding: 40px 16px;
	}
	.dr-mokymai-single-hero .hero > div, .dr-mokymai-single-about .about-wrapper .features-wrapper .single-feature, .dr-mokymai-single-about .about-wrapper .button, .dr-mokymai-single-learning .learning-wrapper > div, .dr-mokymai-single-usp .usp-wrapper .single-usp {
		width: 100%;
	}
	.product-block {
		padding: 16px;
		max-width: 100%;
		outline: 6px solid #ffffff26;
	}
	.dr-mokymai-single-hero .hero h1 {
		font-size: 30px;
	}
	.dr-mokymai-single-hero .hero .badges .badge {
		padding: 4px 16px;
	}
	.dr-section.dr-mokymai-single-clients, .dr-section.dr-mokymai-single-learning, .dr-section.dr-mokymai-single-usp, .dr-section.dr-mokymai-single-teachers, .dr-section.dr-mokymai-single-reviews, .dr-main-mokymai-single .dr-section.dr-mokymai {
		padding: 40px 0;
	}
	.dr-mokymai-single-clients p, .dr-section.dr-mokymai-single-reviews h2, .dr-section.dr-mokymai-single-reviews > p {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 32px);
	}
	.clients-slider:before, .clients-slider:after {
		background: url(https://droneacademy.lt/wp-content/uploads/2025/07/block-mobile.png);
		width: 70px;
	}
	.dr-section.dr-mokymai-single-about {
		padding: 40px 0 0;
	}
	.dr-mokymai-single-about .dr-container, .dr-mokymai-single-faq .dr-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.dr-mokymai-single-about .about-wrapper h2, .dr-mokymai-single-learning h2, .dr-mokymai-single-usp h2, .dr-section.dr-mokymai-single-teachers h2, .dr-section.dr-mokymai-single-reviews h2, .dr-main-mokymai-single .dr-mokymai h2 {
		font-size: 24px;
	}
	.dr-mokymai-single-about .about-wrapper img {
		width: 100%;
		max-width: 100%;
	}
	.dr-mokymai-single-learning .dr-container > p, .dr-mokymai-single-usp h2, .dr-section.dr-mokymai-single-teachers .dr-container > p, .dr-section.dr-mokymai-single-reviews > p {
		margin: 0 0 32px;
	}
	.dr-main-mokymai-single .dr-accordion_duk .dr-accordion__list {
		grid-gap: 16px;
	}
	.dr-main-mokymai-single .dr-accordion__item-head {
		padding: 16px !important;
	}
	.dr-main-mokymai-single .dr-accordion__item-content {
		padding: 0 16px !important;
	}
	.dr-main-mokymai-single .dr-accordion__item_expanded .dr-accordion__item-content {
		padding: 0 16px 16px !important;
	}
	.dr-mokymai-single-usp .usp-wrapper {
		gap: 16px;
	}
	.dr-mokymai-single-usp .button {
		width: 100%;
		margin: 32px auto 0;
	}
	.dr-mokymai-single-reviews .button {
		width: calc(100% - 32px);
		margin: 32px auto 0;
	}
	.reviews-slider:before, .reviews-slider:after {
		display: none;
	}
}

/* Header */
.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown {
	height: auto;
}

.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown-left {
	width: 100%;
	padding: 32px 0;
}

.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown-list {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown-list-item {
	width: calc(33.33% - 16px);
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	display: flex;
}

.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown-list-link {
	padding: 16px;
	height: auto;
	width: 100%;
}

.dr-header-menu__menu-list .page-dropdown .dr-menu__dropdown-list-title {
	justify-content: space-between;
}

.dr-header-menu__menu-list .dr-header-menu__menu-item.with-dropdown .dr-header-menu__menu-link:after {
	content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L3.7559 3.88131C4.08137 4.22159 4.08137 4.77841 3.7559 5.11869L1 8' stroke='%23262626' stroke-width='1.1' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3e%3c/svg%3e");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	margin-left: 10px;
}

.dr-header-menu__menu-list .dr-header-menu__menu-item.with-dropdown:hover .dr-header-menu__menu-link::after {
    content: "";
    position: unset;
    bottom: unset;
    left: unset;
    display: block;
    height: 1rem;
    width: 1rem;
    background-color: unset;
    transform: rotate(90deg);
    border-radius: unset;
}

/* Footer */
.dr-footer__socials-link {
	background-color: transparent !important;
}

.dr-footer__socials-link svg path {
	fill: #1C64F2;
}

/* Thank you */
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
	display: none !important;
}

/* Filters */
.dr-pl-filters__panel-options-list-item {
	flex-wrap: wrap;
	align-items: center;
	gap: 0 !important;
	position: relative;
}

.dr-pl-filters__panel-options-list-item > .dr-accordion__item-icon-wrap {
	position: absolute;
	top: 10px;
	right: 0;
	transform: unset !important;
}

.dr-pl-filters__panel-options-sublist {
	padding-inline-start: 20px;
	display: block;
	width: 100%;
	display: none;
}

.dr-pl-filters__panel-options-list-item input:checked ~ .dr-pl-filters__panel-options-sublist, 
.dr-pl-filters__panel-options-list-item:has(.dr-pl-filters__panel-options-sublist input:checked) > .dr-pl-filters__panel-options-sublist {
	display: block;
}

.dr-pl-filters__panel-options-list-item input:checked ~ .dr-accordion__item-icon-wrap, .dr-pl-filters__panel-options-list-item:has(.dr-pl-filters__panel-options-sublist input:checked) > .dr-accordion__item-icon-wrap {
	display: none;
}

/* Product page */
.dr-product-details__video-cover-wrap {
	cursor: pointer;
}