/* global */
.eicon-close::before {
	content: url("/wp-content/uploads/2025/07/Close-Button.svg");
}

.owl-nav .fa-chevron-left::before {
	content: url("/wp-content/uploads/2025/07/prev-arrow.svg");
}

.owl-nav .fa-chevron-right::before {
	content: url("/wp-content/uploads/2025/07/next-arrow.svg");
	
}

.underlined-link a {
	text-decoration: underline var(--e-global-color-secondary)!important;
	text-underline-offset: 11px;
}

p {
	margin-bottom: 0;
}

ul {
	padding-left: 26px;
}


/* image carousel */
#image-carousel .owl-nav {
	width: 100%;
	max-width: 1134px;
	margin: 14px auto 0;
}

#image-carousel .owl-nav .arrows-container {
	max-width: 486px;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

#image-carousel .owl-nav .owl-prev,
#image-carousel .owl-nav .owl-next {
	position: relative!important;
	left: unset!important;
	right: unset!important;
	transform: unset!important;
}


/* wines */
.wines-collection a * {
	transition: ease all .2s;
}

.wines-collection a:hover * {
	color: var( --e-global-color-secondary );
}

.ecp-component a.ecp-option {
	text-decoration: underline var( --e-global-color-secondary )!important;
	text-underline-offset: 5px;
	transition: ease all .2s;
}

.ecp-component button {
	font-size: var( --e-global-typography-315e36c-font-size );
	line-height: var( --e-global-typography-315e36c-line-height );
	letter-spacing: var( --e-global-typography-315e36c-letter-spacing );
	font-family: var( --e-global-typography-315e36c-font-family ), Sans-serif;
}

.ecp-component .ecp-form-checkboxes label {
	font-weight: 400;
}

.ecp-payfields-wrapper input.ecp-border-left-none {
	border-left: 1px solid #ccc!important;
}

input.card-expiration {
	border-right: 1px solid #ccc!important;
}

.ecp-component.ecp_CreateShippingAddress,
.ecp-component.ecp_CreateCustomer,
.ecp-component.ecp_CreateClubSubscription,
.ecp-component.ecp_EditProfile {
	max-width: 100%;
}

.ecp-component .ecp-form-fieldset-scrunched {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* shop */
.ecp_ProductDetail .ecp-columns-left > img {
	max-height: 500px;
}

.ecp-component.ecp_CategoryWithProducts h3 {
	min-height: unset;
	max-width: unset;
}

.ecp-component.ecp_CategoryWithProducts .ecp-list-item .ecp-html-content * {
	opacity: .9;
}

/* single product */
.ecp_ProductDetail div.ecp-list-item ul.ecp-item-list {
	display: inline;
}

/* sidecart */
.ecp-component .ecp-slider-arrow,
.ecp-component.ecp_CreateClubSubscription h3,
.ecp-component .ecp-callout-box {
	background: transparent;
}

.ecp-component.ecp_SideCart .ecp-suggestion-action button,
.ecp-component .ecp-sidecart-footer .ecp-button-pair button {
	min-width: unset;
}

/* checkout */
.ecp_CreateBillingAddress .ecp-grid-row,
.ecp_ChangeUsername .ecp-grid-row,
.ecp_CreateShippingAddress .ecp-grid-row,
.ecp_AccountFound .ecp-grid-row,
.ecp_EditProfile .ecp-grid .ecp-grid-row {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}

.ecp_CreateBillingAddress .ecp-grid-row::before,
.ecp_CreateBillingAddress .ecp-grid-row::after,
.ecp_ChangeUsername .ecp-grid-row::before,
.ecp_ChangeUsername .ecp-grid-row::after,
.ecp_ResetPassword .ecp-form-buttonset-2::before,
.ecp_ResetPassword .ecp-form-buttonset-2::after,
.ecp_CreatePaymentMethod .ecp-grid .ecp-grid-row::before,
.ecp_CreatePaymentMethod .ecp-grid .ecp-grid-row::after,
.ecp_CreateShippingAddress .ecp-grid-row::before,
.ecp_CreateShippingAddress .ecp-grid-row::after,
.ecp_AccountFound .ecp-grid-row::before,
.ecp_AccountFound .ecp-grid-row::after,
.ecp_EditProfile .ecp-grid .ecp-grid-row::before,
.ecp_EditProfile .ecp-grid .ecp-grid-row::after {
	display: none;
}

/* payment method */
.ecp_CreatePaymentMethod .ecp-grid .ecp-grid-row {
	display: flex;
	gap: 10px;
}

/* forgot your password */
.ecp_ResetPassword .ecp-form-buttonset-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.ecp_ResetPassword .ecp-form-buttonset-2 button {
	margin-bottom: 0;
}