

/* Start:/delivery-and-payment/styles.css?17442077092152*/
.order-tab-panel a:hover {
	cursor: pointer;
	color: #eb8e10;
}

.order-tab-panel a {
	color: black;
	text-decoration: none;
}

.order-tab-panel .whatsapp-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;gap: 10px;
}

.delivery-section {
	margin-bottom: 30px;
}

.delivery-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	border-bottom: 1px solid #EBDEDE;
}

.delivery-header h3{
	margin: 0;
}

.ec-calc-form-dop, .ec-calc-form-pickup, .ec-calc-form-delivery {
	display: none;
}

.ec-calc .ec-calc__header {
	border-bottom: 4px solid #eb8e10 !important;
}

:root .ec-calc-layout .ec-calc .ec-calc-form-submit {
	background: #eb8e10 !important;
}

.ec-calc-result-table thead tr th {
	background-color: #eb8e10 !important;
}

.ec-calc-form-from input, .ec-calc-form-weight input, .ec-calc-form-value input {
	pointer-events: none;
    opacity: 1;
}

.toggle-icon {
	width: 22px;
	height: 29px;
	background-image: url('/delivery-and-payment/icon-collapsed.svg'); /* Закрытая иконка */
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.expanded .toggle-icon {
	background-image: url('/delivery-and-payment/icon-expanded.svg'); /* Открытая иконка */
}

.toggle-content {
	display: none;
	padding: 10px;
	background: #FFF3E3;
}

.container-types {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
}

.type-box {
	cursor: pointer;
	width: 25%;
	padding: 35px 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 2px 4px 13px -1px #EB8E10;
	backdrop-filter: blur(1.5px);
	border-radius: 50px;
}

.type-box p {
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}

.ec-calc-made {
	display: none !important;
}

@media (max-width: 1000px) {
	.type-box {
		width: 30%;
		padding: 25px 15px;
	}
}

@media (max-width: 800px) {
	.container-types {
		flex-direction: column;
		align-items: center;
	}
	.type-box {
		width: 250px;
		height: 200px;
	}
}
/* End */
/* /delivery-and-payment/styles.css?17442077092152 */
