/*
Theme Name: Enfold
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.wc-block-components-payment-method-label img {
	display: none !important;
}

.main_menu {
	position: relative !important;
}

.main_menu .avia-menu-text {
		font-family: 'acumin-variable', sans-serif;
	font-size: 18px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: white !important;
}

.avia-menu-fx {
	display: none !important;
}

.logo {
	display: none !important;
}

#header_main .inner-container {
    display: flex;
    justify-content: space-between;
}

#custom_html-2 {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    float: right !important;
    position: relative;
    z-index: 9999 !important;
}


.cart-button {
    height: 52px !important;
    width: 52px !important;
    border-radius: 52px !important;
    line-height: 50px !important;
    color: #E1B600 !important;
    font-size: 26px !important;
    display: inline-block !important;
    float: none !important;
    transition: all 0.2s ease-in-out !important;
    text-align: center !important;
    top: 3px !important;

    position: relative;
}

.cart_dropdown {
    height: 48px !important;
    width: 48px !important;
    border-radius: 48px !important;
    line-height: 46px !important;
    border: 2px solid #E1B600 !important;
    color: #e30613 !important;
    font-size: 20px !important;
    transition: all 0.2s ease-in-out !important;
    text-align: center !important;
    right: 50px !important;
}

.cart-count {
    font-size: 8px !important;
    height: 15px !important;
    min-width: 16px !important;
    display: inline-flex;
    position: absolute;
    background: #E1B600 !important;
	font-family: 'acumin-variable', sans-serif;
    border-radius: 12px !important;
    line-height: 15px;
    color: white !important;
    text-align: center !important;
    margin-left: -3px;
    margin-top: 1px;
    justify-content: center;
}

h2 {
	font-family: 'aw-conqueror-didot', serif;
	font-weight: bold !important;
font-size: 40px !important;
	text-transform: inherit !important;

}

h3, .wpgb-block-1 a {
	font-family: 'acumin-variable', sans-serif !important;
	font-size: 28px !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
}

h5, .sc-cocktail-label, .widgettitle {
	font-family: 'acumin-variable', sans-serif;
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	color: #E1B600 !important;
	text-transform: inherit !important;
}

.av-subheading_above p {
	font-family: "adventures-unlimited", sans-serif;
font-weight: 400;
font-style: normal;
	color: #E1B600 !important;
	font-size: 50px !important;
}

p, li {
	font-family: 'acumin-variable', sans-serif;
	font-size: 19px !important;
	line-height: 1.4 !important;
}

ol {
	margin-left: 0px !important;
}

ol li {
	list-style-type: none !important;
	margin-left: 0px !important;
	font-weight: 600 !important;
}

ol li:before {
	content: '';
	background: url(https://blyss-drink.ch/wp-content/uploads/2026/06/check.svg) !important;
	height: 19px !important;
	width: 17px !important;
	background-size: contain !important;
	display: inline-block !important;
	margin-right: 5px !important;
}

.product-section img {
	max-width: 100px !important;
	height: auto !important;
}

.av-special-heading-h3 {
	margin-top: 10px !important;
}

.padding-block {
	padding: 0 10px !important;
}

.avia-button, .avia-button a, .wc-block-components-button {
	height: 40px !important;
	line-height: 40px !important;
	background-color: #E1B600 !important;
			font-family: 'acumin-variable', sans-serif;
	font-size: 18px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: white !important;
	padding: 7px 16px !important;
	border-radius: 0px !important;
	border: 0px solid white !important;
}


            .sc-cocktail-selector {
                display: inline-flex;
                align-items: center;
                gap: 16px;
                background: #111;
                border-radius: 999px;
                padding: 11px 24px;
                margin-bottom: 58px;
            }

            .sc-cocktail-selector button {
                appearance: none;
                border: 0;
                background: transparent;
                color: #fff;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                cursor: pointer;
                font-size: 19px;
                line-height: 1;
                font-weight: 800;
                transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
            }

          .sc-cocktail-selector button:hover {
                transform: scale(1.04);
            }

           .sc-cocktail-selector button.is-active {
                background: #edc400;
                color: #000;
            }
.sc-cocktail-results {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 50px;
    align-items: start;
    justify-content: start;
}

             .sc-cocktail-value {
                color: #fff;
                	font-family: 'aw-conqueror-didot', serif;
                font-size: 40px !important;
                font-weight: 700;
                white-space: nowrap;
                margin-bottom: 15px;
            }

/* FAQ */

.toggler {
    background: transparent !important;
    color: #000 !important;
    padding-left: 0px !important;
			font-family: 'acumin-variable', sans-serif;
    font-size: 28px !important;
    font-weight: bold !important;
    border-top: 1px solid #000 !important;
}

.toggler:nth-child(1) {
    border-bottom: 0px solid #000 !important;
}

.toggle_content {
    background: transparent !important;
    color: #000 !important;
    padding-left: 0px !important;
}

.toggle_content p {
    margin: 0 !important;
}

.toggle_icon {
    border-color: #000 !important;
    opacity: 1 !important;
    border-width: 1px !important;
    width: 40px !important;
    height: 40px !important;
}

.toggle_icon span {
    border-color: #000 !important;
}

/* REVENDEURS */

#main .wpgb-card-1 .wpgb-card-body {
    background-color: transparent !important;
    outline: 0px solid #000 !important;
    outline-offset: 0px !important;
}

.revendeurs {
	margin-top: 30px !important;
}


.wpgb-input-icon {
	stroke: #000 !important;
}

.revendeurs .wpgb-wrapper {
	gap: 30px !important;
}

.wpgb-facet-title {
	display: none !important;
}

.wpgb-grid-4 .wpgb-area-top-1 {
	margin-bottom: 0px !important;
}

.wpgb-block-1 {
	font-family: 'acumin-variable', sans-serif !important;
}

.revendeurs .wpgb-card {
	border-bottom: 1px solid #000 !important;
}

.wpgb-facet .wpgb-button, .revendeurs .wpgb-block-term {
    background-color: transparent !important;
    border-color: #E1B600 !important;
				font-family: 'acumin-variable', sans-serif;
	font-size: 18px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
		border-radius: 30px !important;
	color: #E1B600 !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true], .revendeurs .wpgb-block-term {
    background-color: #E1B600 !important;
    border-color: #E1B600 !important;
	color: white !important;
}

.revendeurs .wpgb-block-term {
	padding: 6px 14px !important;
}

.revendeurs .wpgb-sidebar {
	position: sticky;
	flex-basis: 50% !important;
	height: 600px;
	top: 0;
}
.revendeurs .wpgb-main {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	height: 600px;
}
.revendeurs .wpgb-sidebar .wpgb-facet,.wp-grid-builder .wpgb-sidebar .wpgb-facet fieldset, .revendeurs .wpgb-sidebar .wpgb-facet .wpgb-map-facet {
	height: 100%;
}

.revendeurs .wpgb-viewport {
	margin-right: 30px !important;
}

.revendeurs .wpgb-card {
	width: 100% !important;
}

.wpgb-grid-4 .wpgb-area-top-2>div {
    flex: inherit;
    min-width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px)  !important;
}

.revendeurs .wpgb-card.wpgb-no-result > div {
	padding: 0;
	color: #2a2a2a;
	font-size: calc(1.77778em);
}

.revendeurs .wpgb-card-content {
	flex-direction: row !important;
	align-items: center !important;
}

.leaflet-top.leaflet-right {
	position: absolute;
	top: 0;
	right: 0;
	margin: 24px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom {
	margin: 0;
	border: none;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.16) 4px 0 24px,rgba(0,0,0,0.04) 0 0 0 1px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 8px 8px 0 0;
	border-width: 2px;
	border-color: transparent;
	color: rgb(44,44,44);
	font-size: 30px;
	font-weight: 400;
}
.leaflet-top.leaflet-right .leaflet-control-zoom > a:first-child:after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 80%;
	margin: 0 auto;
	background: rgb(0,0,0);
	opacity: .1;
}
.leaflet-top.leaflet-right .leaflet-control-zoom > a:last-child {
	border-radius: 0 0 8px 8px;
}
.leaflet-popup-content-wrapper {
	box-shadow: rgba(0,0,0,0.16) 4px 0 24px,rgba(0,0,0,0.04) 0 0 0 1px;
}
.leaflet-container a.leaflet-popup-close-button {
	display: none;
}
@media screen and (max-width: 1680px) {
	.revendeurs .wpgb-area-top-2 > div {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (min-width: 1181px) {
	.wp-grid-builder .wpgb-sidebar .wpgb-facet .wpgb-map-facet {
		padding-bottom: 0!important;
	}
}
@media screen and (max-width: 1180px) {
	.revendeurs .wpgb-wrapper {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.revendeurs .wpgb-main {
		order: 1;
	}
	.revendeurs .wpgb-sidebar {
		position: relative;
		flex-basis: 100%;
		order: 0;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.revendeurs .wpgb-area-top-1>div,.wp-grid-builder .wpgb-area-top-2>div {
		flex-basis: 100%;
		max-width: 100%;
	}
	.revendeurs .wpgb-area-top-2 .wpgb-facet fieldset {
		margin-bottom: 32px;
	}
}

/* FILTERS */

.wpgb-grid-4 .wpgb-area-top-1>div {
	min-width: calc(100% - 30px) !important;
}

.wpgb-area-top-2 {
    margin-bottom: 30px !important;
}

.wpgb-facet-title {
    color: #FFF !important;
    font-family: 'acumin-variable', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    text-transform: inherit !important;
margin-bottom: 0px !important;
}

#top .main_color .wpgb-select, #top .main_color  input.wpgb-input {
    margin-bottom: 0px !important;
    height: 56px !important;
    border: 0.5px solid #000 !important;
    background-color: transparent !important;
    color: #fff !important;
			font-family: 'acumin-variable', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	color: #000 !important;
padding: 0 20px !important;
}

#top .main_color  input.wpgb-input {
    padding-left: 15px !important;
    height: 58px !important;
}

.wpgb-input::placeholder {
    color: #000!important;
	opacity: 1 !important;
}

.wpgb-select-controls, .wpgb-select-separator {
    display: none !important;
}

.social-circle {
    margin-top: 15px !important;
    display: inline-block !important;
}

.social-circle i,
#footer .social-circle i {
    font-size: 18px !important;
    color: white !important;
    background-color: transparent;
    text-align: center !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid white !important;
    transition: all 0.1s ease-in-out !important;
    margin-right: 3px !important;
}

#footer .social-circle:hover i {
    background-color: #E1B600 !important;
	border: 1px solid #E1B600 !important;
    color: white !important;
}

.social-circle .fa-instagram,
#footer .social-circle .fa-instagram {
    font-size: 20px !important;
}

#socket .container {
	border-top: 1px solid white !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#socket p, #socket span, #socket strong, #socket a {
	    color: #fff !important;
			font-family: 'acumin-variable', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
}

#socket .menu {
    margin-top: 0px;
}

#footer li a, #footer p strong {
	color: white !important;
}



/* CHECKOUT */

#billing_civilite_field {
	width: 100% !important;
}

.woocommerce-cart .container_wrap_first .content {
    min-height: 60vh !important;
}

.checkout_coupon {
	display: flex;
	flex-direction: column !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.woocommerce-cart .wc-block-grid,
.wp-block-heading,
.wp-block-separator {
    display: none !important;
}

.wp-block-heading.wc-block-cart__empty-cart__title {
    display: block !important;
}

.main_color .wc-block-cart__totals-title {
    text-align: right !important;
    padding-right: 0px !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block,
.is-large.wc-block-cart .wc-block-cart-items,
.wc-block-components-checkout-order-summary__title-text {
    border-bottom: 1px solid #000 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td,
.wc-block-checkout__terms--with-separator {
    border-top: 1px solid #000 !important;
}

.wc-block-cart-items th span,
.main_color .wc-block-cart__totals-title,
.wc-block-components-totals-item__label,
.wc-block-components-checkout-order-summary__title-text,
.main_color .wc-block-components-checkout-step__title,
.wc-block-components-product-name,
h2.woocommerce-column__title,
.woocommerce-table th,
.woocommerce-orders-table th,
.woocommerce-checkout-review-order-table th,
.addresses h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content legend,
.wc_payment_method label {
    color: #000 !important;
    			font-family: 'acumin-variable', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-transform: initial !important;
}

.payment_method_mame_twint img {
	display: none !important;
}

.wc_payment_methods {
	padding: 0 !important;
}

.woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order-table tr, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding-left: 0px !important;
	padding-right: 0px !important;
	background: transparent !important;
}

.blockUI {
	display: none !important;
}

input[type="radio"] {
	accent-color: #000 !important;
}

.woocommerce-MyAccount-content legend {
    margin-bottom: 20px !important;
}

.addresses h2 {
    margin-top: 30px !important;
}

h2.woocommerce-order-details__title {
    display: none !important
}

.wc-block-components-product-name {
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.wc-block-components-product-details span,
.wc-block-cart-item__remove-link,
.wc-block-components-panel__button,
.wc-block-components-checkbox__label,
.wc-block-components-radio-control__description,
.wc-block-components-checkout-return-to-cart-button,
.woocommerce-page address,
.woocommerce-shipping-methods label,
.woocommerce-shipping-methods label span {
    color: #000 !important;
   font-family: 'acumin-variable', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}


.wc-block-components-checkout-return-to-cart-button {
    margin-top: 5px !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group {
    padding-left: 35px !important;
    margin-top: 10px !important;
}

.wc-block-components-checkbox__label {
    margin-top: -7px !important;
}

.wc-block-cart-item__remove-link {
    font-size: 14px !important;
}

.wc-block-components-panel__button {
    color: #000 !important;
    text-decoration: underline !important;
}

.wc-block-components-quantity-selector {
    align-items: center !important;
}

.wc-block-components-quantity-selector:after {
    border: 0px solid white !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: unset !important;
}

.wc-block-formatted-money-amount,
.wc-block-components-totals-item__value strong,
.wc-block-components-totals-shipping__via,
.wc-block-components-radio-control__description span,
.wc-block-components-radio-control__secondary-label span,
.wc-block-components-radio-control__secondary-label em,
.woocommerce-table td,
.woocommerce-orders-table td,
.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number,
.woocommerce-checkout-review-order-table td {
    color: #000 !important;
    			font-family: 'acumin-variable', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
}

.woocommerce-orders-table td,
.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number {
    font-size: 15px !important;
}

.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number {
    vertical-align: middle !important;
}

.wc-block-components-radio-control__option-layout {
    margin-left: 10px !important;
}

.wc-block-components-radio-control__label,
.wc-block-components-payment-method-label,
.wc-block-checkout__shipping-method-container span {
    color: #000 !important;
    			font-family: 'acumin-variable', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-transform: initial !important;
}

.wc-block-checkout__shipping-method-container span {
    color: #000 !important;
}

.wc-block-checkout__shipping-method-container div {
    background-color: transparent !important;
    border-radius: 4px !important;
}

.wc-block-checkout__shipping-method-option--selected {
    outline-color: #000 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: #000 !important;
    background: transparent !important;
    left: 0px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000 !important;
}

.wc-block-components-radio-control--highlight-checked:after {
    border: 0px solid white !important;
}

.wc-block-components-radio-control__option {
    padding-left: 30px !important;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: initial !important;
}

.wc-block-components-totals-item,
.wc-block-components-totals-coupon {
    padding-left: 0px !important;
}

.wc-block-components-button {
    width: fit-content !important;
    margin-top: 30px !important;
}

.wc-block-components-button:hover {
    text-decoration: none !important;
}

.woocommerce-page .wc-block-components-text-input input,
.wc-blocks-components-select__select {
    height: 54px !important;
    border: 1px solid #000 !important;
    			font-family: 'acumin-variable', sans-serif !important;
    font-size: 16px !important;
    color: #222 !important;
    padding: 0 10px !important;
    margin-bottom: 0px !important;
    background-color: #fff !important;
}

#top .main_color .quantity input.plus,
#top .main_color .quantity input.minus,
.wc-block-components-quantity-selector__button {
    border: 0px solid white !important;
    background-color: #000 !important;
    color: white !important;
    background-image: none !important;
    font-size: 22px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    line-height: 30px !important;
    font-family: 'Merriweather Sans', sans-serif !important;
    font-weight: 300 !important;
    opacity: 1 !important;
}

.input-text.qty,
.wc-block-components-quantity-selector__input {
    background: transparent !important;
    border: 0px solid white !important;
    font-size: 18px !important;
    color: #000 !important;
    font-family: 'acumin-variable', sans-serif !important;
}

.is-large.wc-block-cart .wc-block-cart-items td, .wc-block-checkout__terms--with-separator {
	border: 0px solid white !important;
}

.wc-block-cart-items__row {
	border-top: 1px solid #000 !important;
}

.woocommerce-page .wc-block-components-text-input label,
.wc-blocks-components-select label {
    			font-family: 'acumin-variable', sans-serif !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    left: 12px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: #000 !important;
   font-family: 'acumin-variable', sans-serif !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    box-shadow: unset !important;
    border: 0px solid white !important
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: 22px !important;
}

.wc-block-components-totals-coupon__form {
    align-items: baseline !important;
}

.ariane p {
    font-size: 12px !important;
}

.wc-blocks-components-select__select {
    width: 100% !important;
}

.wc-blocks-components-select {
    height: 54px !important;
}

.wc-blocks-components-select__expand,
.wc-block-components-radio-control-accordion-content {
    display: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: unset !important;
}

.woocommerce-page address p {
    margin: 0 !important;
    line-height: 34px !important;
}

.woocommerce-table tfoot tr:last-child {
    display: none !important;
}

.woocommerce-table,
.woocommerce-orders-table {
    padding: 0 !important;
    background-color: transparent !important;
}

.main_color tr:nth-child(odd),
.main_color .pricing-table>li:nth-child(odd),
.main_color .pricing-extra,
.main_color table caption,
.main_color tr:nth-child(even),
.main_color .pricing-table>li:nth-child(even),
#top .main_color .avia-data-table.avia_pricing_minimal td {
    background-color: transparent !important;
}

.wc-item-meta {
    margin-left: 0px !important;
}

.wc-item-meta li {
    border: 0px solid white !important;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
}

.wc-item-meta li p {
    margin: 0 !important;
}


.wc-block-components-address-card__edit {
    			font-family: 'acumin-variable', sans-serif !important;
    text-decoration: underline !important;
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus-within,
.wc-block-checkout__shipping-method-option:focus-within {
    outline-color: transparent !important;
}

.woocommerce-table {
    margin-bottom: 80px !important;
}

.woocommerce-table thead th,
.woocommerce-orders-table thead th {
    border-bottom: 1px solid #000 !important;
    padding: 0 !important;
}

.woocommerce-table tbody th,
.woocommerce-table tbody td,
.woocommerce-orders-table tbody th,
.woocommerce-orders-table tbody td {
    padding: 20px 0 !important;
    border-bottom: 1px solid #000 !important;
}

.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    padding: 5px 0 !important;
}

.woocommerce-table tfoot tr th:first-child {
    padding-top: 20px !important;
}

.addresses {
    border-top: 1px solid #000 !important;
}

.woocommerce-order-overview {
    padding: 30px 0 !important;
}

.woocommerce-order-overview li {
    			font-family: 'acumin-variable', sans-serif;;
    font-size: 12px !important;
    line-height: 26px !important;
    border-right: 0px solid white !important;
}

.addresses .woocommerce-column {
    padding: 20px 0 !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-account .woocommerce {
    display: flex !important;
    gap: 30px !important;
}

.woocommerce-MyAccount-navigation {
    margin: 0px !important;
    min-width: 200px !important;
    border-color: transparent !important;
    border-right-color: #000 !important;
}

.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link:hover {
    background-color: transparent !important;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    color: #000 !important;
}

.woocommerce-MyAccount-navigation a {
    color: #000 !important;
    text-align: left !important;
    			font-family: 'acumin-variable', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    border-color: transparent !important;
}

.woocommerce-MyAccount-navigation {
    border-right: 1px solid #000 !important;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
}

.edit {
    			font-family: 'acumin-variable', sans-serif !important;
    text-decoration: underline !important;
}

#top .wc-blocks-components-select__expand, #top .wc-block-components-radio-control-accordion-content {
    display: none !important;
}

#top .wc-block-checkout__main input, 
#top .wc-block-checkout__main select {
	padding-top: 10px !important;
}

#top #radio-control-wc-payment-method-options-stripe_cc__content {
	display: block !important;
}


@media screen and (max-width: 768px) {
	.sc-cocktail-results {
		display: block !important;

	}
	
	.sc-cocktail-item {
	margin-bottom: 30px !important;
	}
	
	.wpgb-sidebar {
		    width: 100% !important;
    aspect-ratio: 9 / 16 !important;
}
	h2 {
		font-size: 32px !important;
	}
	
	p, li {
    font-family: 'acumin-variable', sans-serif;
    font-size: 18px !important;
    line-height: 1.4 !important;
}
	
	.avia-button, .avia-button a, .wc-block-components-button {
		font-size: 15px !important;
		padding: 8px 10px !important;
	}
	
	    #top div.woocommerce-error,
    #top div.woocommerce-message,
    #top .woocommerce-info {
        padding: 20px !important;
    }

    #top div.woocommerce-error a.button,
    #top div.woocommerce-message a.button {
        position: relative;
        width: 100% !important;
        float: left !important;
        right: 0 !important;
        margin-top: 30px !important;
        display: block !important;
    }
	
	
    .toggler {
        font-size: 16px !important;
    }

    .wc-block-cart-items th span,
    .main_color .wc-block-cart__totals-title,
    .wc-block-components-totals-item__label,
    .wc-block-components-checkout-order-summary__title-text,
    .main_color .wc-block-components-checkout-step__title,
    .wc-block-components-product-name,
    h2.woocommerce-column__title,
    .woocommerce-table th,
    .woocommerce-orders-table th,
    .addresses h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-MyAccount-content legend {
        font-size: 16px !important;
    }

    .wc-block-formatted-money-amount,
    .wc-block-components-totals-item__value strong,
    .wc-block-components-totals-shipping__via,
    .wc-block-components-radio-control__description span,
    .wc-block-components-radio-control__secondary-label span,
    .wc-block-components-radio-control__secondary-label em,
    .woocommerce-table td,
    .woocommerce-orders-table td,
    .woocommerce-orders-table th.woocommerce-orders-table__cell-order-number {
        font-size: 16px !important;
    }

    .wc-block-cart-items__row {
        border-bottom: 1px solid #000 !important;
    }

    .wc-block-components-checkout-order-summary__title {
        border-top: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
    }

    .wc-block-components-checkout-order-summary__title-text {
        border-bottom: 0px solid #000 !important;
    }

    #shipping-method {
        flex-direction: column !important;
    }

    .wc-block-components-product-details span,
    .wc-block-cart-item__remove-link,
    .wc-block-components-panel__button,
    .wc-block-components-checkbox__label,
    .wc-block-components-radio-control__description,
    .wc-block-components-checkout-return-to-cart-button,
    .woocommerce-page address {
        line-height: 24px !important;
    }

    .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
        border-width: 0px !important;
    }

    .wc-block-components-checkout-return-to-cart-button {
        margin-top: 27px !important;
    }

    .woocommerce-account .woocommerce {
        flex-direction: column !important;
    }

    .woocommerce-MyAccount-navigation {
        border-right-width: 0px !important;
    }

    .woocommerce-orders-table__cell-order-status,
    .woocommerce-orders-table__header-order-status,
    .woocommerce-orders-table__header-order-total,
    .woocommerce-orders-table__cell-order-total {
        display: none !important;
    }

    .woocommerce-orders-table thead th,
    .woocommerce-orders-table td,
    .woocommerce-orders-table tbody th a {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .woocommerce-orders-table .woocommerce-button {
        height: 38px !important;
        line-height: 38px !important;
        min-width: 0px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
        text-transform: inherit !important;
    }

    .addresses .title .edit {
        float: left;
    }

    .woocommerce-MyAccount-content .form-row-first,
    .woocommerce-MyAccount-content .form-row-last {
        width: 100% !important;
        margin: 0 !important;
    }
	
	#socket .sub_menu_socket li {
		float: none !important;
	}
	
	.avia3-menu {
		padding-top: 20px !important;
	}
	
	.revendeurs .wpgb-card-content {
    flex-direction: column !important;
		    align-items: flex-start !important;
}
	
	.revendeurs .wpgb-card {
		padding: 0px 0px 30px 0 !important;
	}
	
	.wp-grid-builder .wpgb-card-2 .wpgb-card-body {
    padding: 10px 10px 10px 0 !important;
}
	
	

}
