/* ------------------------------------------------------------- */
/* ROOT */
/* ------------------------------------------------------------- */

:root {
--rgc_cols: 4;
--rgc_row_gap: 5rem;
--rgc_row_gap: clamp(5rem, 3.8312rem + 3.2468vw, 10rem);
}

/* ------------------------------------------------------------- */
/* GIFT CARD PRODUCT */
/* ------------------------------------------------------------- */

section.gift_card_product {}
section.gift_card_product .woocommerce .single-product .product {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
}

/* PRODUCT GALLERY */
section.gift_card_product .woocommerce .single-product .product .woocommerce-product-gallery {
width: 50%;
padding-right: 5.7rem;
padding-right: clamp(5.7rem, -5.1712rem + 10.6164vw, 15rem);
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .woocommerce-product-gallery__wrapper {
border: none;
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .woocommerce-product-gallery__wrapper img {
display: block;
width: 100%;
height: auto;
margin: 0;
border-radius: 0;
}

/* PREVIEW */
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container {
padding: 3rem;
background-color: var(--color_cream_light);
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-title-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
margin-top: 0;
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-product-title {
width: 100%;
font-size: 2rem;
font-weight: 500;
padding-right: 3rem;
text-align: left;
line-height: 1.2;
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container hr {
border: none;
height: 1px;
margin: 2rem 0;
background-color: var(--color_grey);
/*background-color: var(--color_black);
opacity: 0.2;*/
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-amount {
font-size: 2rem;
font-weight: 500;
text-align: right;
line-height: 1.2;
color: var(--color_black);
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container {
text-align: left;
line-height: 1.5;
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container .ywgc-form-preview-title {
font-size: 1.7rem;
font-weight: 500;
text-transform: uppercase;
}
section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container .ywgc-form-preview-from-content, section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container .ywgc-form-preview-to-content, section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container .ywgc-form-preview-message {
font-size: 1.7rem;
font-weight: 400;
}

/* SUMMARY */
section.gift_card_product .woocommerce .single-product .product .summary {
width: 50%;
text-align: left;
}
section.gift_card_product .woocommerce .single-product .product .summary span.cat {
display: block;
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.3299rem + 0.1948vw, 1.7rem);
font-weight: 500;
margin: 0;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
}
section.gift_card_product .woocommerce .single-product .product .summary p.price { display: none; font-weight: 500; margin-top: 1rem; }
section.gift_card_product .woocommerce .single-product .product .summary .woocommerce-product-details__short-description { padding-top: 2rem; }
section.gift_card_product .woocommerce .single-product .product .summary .woocommerce-product-details__short-description p { margin-top: 2rem; line-height: 1.25; }
section.gift_card_product .woocommerce .single-product .product .summary .woocommerce-product-details__short-description ul { margin-top: 0; }
section.gift_card_product .woocommerce .single-product .product .summary .woocommerce-product-details__short-description ul li { margin-top: 0; line-height: 1.25; }

/* SELEZIONA IMPORTO */
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form h3.ywgc_select_amount_title {
font-family: "Playfair Display", serif;
font-size: 2.4rem;
font-size: clamp(2.4rem, 2.2130rem + 0.5195vw, 3.2rem);
font-weight: 500;
margin: 6rem 0 3rem;
line-height: 1.2;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list {}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:not(.selected_button) { background-color: var(--color_cream_light); }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:first-of-type { border-top-left-radius: 0; border-bottom-left-radius: 0; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:last-of-type { border-top-right-radius: 0; border-bottom-right-radius: 0; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons {
width: 100%;
max-width: 24%;
color: var(--color_black);
border: 1px solid var(--color_grey);
border-right: unset;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons.selected_button { border-color: var(--color_gold_dark); }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:last-of-type { border-right: 1px solid var(--color_grey); }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons.selected_button:last-of-type { border-color: var(--color_gold_dark); }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-manual-amount-container.ywgc-amount-buttons {
width: 100%;
max-width: 28%;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list button {
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.1662rem + 0.2283vw, 1.6rem);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount {
width: 100%;
height: 100%;
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.1662rem + 0.2283vw, 1.6rem);
text-align: center;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: none;
background-color: var(--color_cream_light);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount:focus { outline: none; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount::placeholder {
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.1662rem + 0.2283vw, 1.6rem);
color: var(--color_black);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount:focus::placeholder { color: transparent; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons .ywgc-manual-currency-symbol {
background: var(--color_cream_light);
top: 50%;
left: 1rem;
padding: 0.5rem;
transform: translateY(-50%);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .selected_button #ywgc-manual-amount { caret-color: var(--color_white); }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .selected_button.ywgc-red-border { border-color: var(--color_red) !important; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .selected_button.ywgc-red-border #ywgc-manual-amount { background-color: var(--color_red) !important; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .selected_button.ywgc-red-border .ywgc-manual-currency-symbol { background-color: var(--color_red) !important; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-manual-amount-error {
font-size: 1.8rem !important;
font-weight: 400;
float: none;
margin-top: 1rem;
color: var(--color_red);
}

/* FORM */
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form h3.ywgc_delivery_info_title {
font-family: "Playfair Display", serif;
font-size: 2.4rem;
font-size: clamp(2.4rem, 2.2130rem + 0.5195vw, 3.2rem);
font-weight: 500;
margin: 6rem 0 3rem;
line-height: 1.2;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor {}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor label {
font-family: "Jost", sans-serif;
font-size: 1.4rem;
font-size: 1.7rem;
font-weight: 500;
margin: 0;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content input, section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content textarea {
height: auto;
font-family: "Jost", sans-serif;
font-optical-sizing: auto;
font-size: 1.8rem;
font-weight: 400;
font-style: normal;
margin: 1rem 0 2rem;
padding: 0.5em;
color: var(--color_black);
border-radius: 0;
border: 1px solid var(--color_grey);
background-color: var(--color_cream_light);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content input:focus, section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content textarea:focus {
outline: 2px solid var(--color_gold);
outline-offset: 2px;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content #ywgc-delivery-date {
padding-right: 2em;
background-image: url("../img/layout/calendar.svg");
background-position: calc(100% - 0.5em) 50%;
background-repeat: no-repeat;
background-size: 2rem;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content #ywgc-delivery-date::placeholder { font-size: 1.8rem; font-weight: 400; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-card-content-editor.step-content { margin-bottom: 0; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button {
display: flex;
flex-direction: row;
column-gap: 1rem;
margin-top: 3rem;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button .quantity { max-width: 7rem; }
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button .quantity input[type="number"] {
width: 100%;
height: 100%;
font-family: "Jost", sans-serif;
font-optical-sizing: auto;
font-size: 1.8rem;
font-weight: 400;
font-style: normal;
margin: 0;
padding: 0.5em;
color: var(--color_black);
border-radius: 0;
border: 1px solid var(--color_grey);
background-color: var(--color_cream_light);
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button .quantity input[type="number"]:focus {
outline: 2px solid var(--color_gold);
outline-offset: 2px;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button button {
display: inline-block;
font-size: 1.7rem;
font-size: clamp(1.7rem, 1.6766rem + 0.0649vw, 1.8rem);
font-weight: 400;
margin: 0;
padding: 1.5rem 2rem;
line-height: 1;
text-transform: uppercase;
border: 0.1rem solid var(--color_black);
color: var(--color_cream_dark);
background-color: var(--color_black);
cursor: pointer;
transition: all 0.5s;
}
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button button:active,
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button button:hover,
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button button:focus,
section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift_card_template_button button:focus-visible { color: var(--color_black); background-color: transparent; }


/* OPTION */
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container {
position: relative;
padding: 0 0 3rem;
}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container h3.wapo-addon-title {
font-family: "Playfair Display", serif;
font-size: 2.4rem;
font-size: clamp(2.4rem, 2.2130rem + 0.5195vw, 3.2rem);
font-weight: 500;
margin-top: 3rem;
line-height: 1.2;
}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container .options-container {}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container .options-container p.wapo-addon-description {
margin: 2rem 0 3rem;
}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container .options-container .options {
grid-template-columns: repeat(1, minmax(0, 100%) ) !important;
gap: 2rem !important;
}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label { line-height: 3rem; cursor: default; }
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton { width: 3rem; height: 3rem; }
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton::before { width: 3rem; height: 3rem; line-height: 3rem; border-radius: 0; }
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton input[type="checkbox"] { width: 3rem; height: 3rem; }
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton:has(input[type="checkbox"]:focus-visible)::before {
outline: 2px solid var(--color_gold);
outline-offset: 2px;
}
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label label { font-size: 2rem; }
section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container .wapo-total-order th, section.gift_card_product .woocommerce .single-product .product .summary .yith-wapo-container .wapo-total-order td {
font-size: 2rem;
font-weight: 500;
line-height: 1.2;
}

/* DATEPICKER */
#ui-datepicker-div {
background: #ffffff;
border-radius: 0;
color: inherit;
font-family: inherit;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
border: none;
}
#ui-datepicker-div.ywgc-date-picker { width: 19em; font-size: 1.6rem; }
.ywgc-today-date-selected-message { font-size: 1.4rem; margin: 2.5rem 0 0; }
#ui-datepicker-div.ywgc-date-picker .ui-datepicker-buttonpane.ui-widget-content { margin-top: 1rem !important; }
#ui-datepicker-div .ui-datepicker-header {
border: none;
background: none;
color: inherit;
padding: 0;
margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-header a {
color: inherit;
text-align: center;
opacity: 0.8;
top: 2px;
text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-header a.ui-state-hover, #ui-datepicker-div .ui-datepicker-header a.ui-state-focus {
border: none;
background: none;
opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header a:hover { color: var(--color_gold_dark); opacity: 1; }
#ui-datepicker-div .ui-datepicker-header a.ui-state-disabled { display: none; }
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev] { left: 2px; }
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev]:before {
content: "\25C4";
position: absolute;
top: 50%;
left: 50%;
text-transform: none;
line-height: 1;
cursor: pointer;
transform: translate(-50%, -50%);
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev] span { display: none; }
#ui-datepicker-div .ui-datepicker-header a[data-handler=next] { right: 2px; }
#ui-datepicker-div .ui-datepicker-header a[data-handler=next]:before {
content: "\25BA";
position: absolute;
top: 50%;
left: 50%;
text-transform: none;
line-height: 1;
cursor: pointer;
transform: translate(-50%, -50%);
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=next] span { display: none; }
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
text-decoration: none;
transition: all ease 0.3s;
background: #f7f7f7;
border: 1px solid #efefef;
color: #616161;
font-weight: 600;
font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-datepicker-unselectable {
background: #f7f7f7;
border: 1px solid #efefef;
color: #c5c5c5;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-hover {
color: var(--color_gold_dark);
background: #ffffff;
border: 1px solid var(--color_gold_dark);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active) {
color: var(--color_gold_dark);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
color: #ffffff;
background: var(--color_gold_dark);
border: 1px solid var(--color_gold_dark);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active:hover { color: #ffffff; }
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-highlight {
color: var(--color_gold_dark);
background: #ffffff;
border: 1px solid var(--color_gold_dark);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-state-disabled { opacity: 0.5; }

/* ------------------------------------------------------------- */
/* GIFT CARD RELATED */
/* ------------------------------------------------------------- */

.related_gift_card {
padding-top: 15rem;
padding-top: clamp(15rem, 12.6623rem + 6.4935vw, 25rem);
}
.related_gift_card h3 {
font-family: "Playfair Display", serif;
font-size: 2.6rem;
font-size: clamp(2.6rem, 2.5532rem + 0.1299vw, 2.8rem);
font-weight: 500;
margin-bottom: 3rem;
margin-bottom: clamp(3rem, 2.7662rem + 0.6494vw, 4rem);
text-align: left;
line-height: 1.2;
}
.related_gift_card ul {
display: grid;
grid-template-columns: repeat(var(--rgc_cols), 1fr);
row-gap: var(--rgc_row_gap);
column-gap: var(--main_gap);
justify-items: stretch;
align-items: start;
}
.related_gift_card ul { margin-top: 0; }
.related_gift_card ul li {
position: static;
font-size: 1rem;
margin-top: 0;
padding-left: 0;
line-height: normal;
}
.related_gift_card ul li:first-child { margin-top: 0; }
.related_gift_card ul li::before {
content: "";
display: none;
}

/* FIGURE */
.related_gift_card figure {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.related_gift_card figure img {
display: block;
width: 100%;
height: auto;
margin: 0;
}

/* TEXT */
.related_gift_card .text {
width: 100%;
padding: 0 3rem 0 0;
text-align: left;
}
.related_gift_card .text span.cat {
display: block;
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.3766rem + 0.0649vw, 1.5rem);
font-weight: 500;
margin: 0;
margin-top: 2rem;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.related_gift_card .text h4 {
font-family: "Playfair Display", serif;
font-size: 2.4rem;
font-weight: 500;
margin-top: 1rem;
line-height: 1.2;
}
.related_gift_card .text span.price {
display: block;
font-size: 1.8rem;
font-weight: 500;
margin: 0;
margin-top: 2rem;
line-height: 1.2;
}
.related_gift_card .text span.btn_arrow {
margin-top: 2rem;
}

/* ------------------------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------------------------- */

@media (hover: none) and (pointer: coarse) {
	
}

@media screen and (orientation: landscape) {
    
}

@media screen and (orientation: portrait) {
  
}

@media only screen and (max-width: 1699px) {
	
}

@media only screen and (max-width: 1599px) {
	
	
}

@media only screen and (max-width: 1439px) {
    
	
}

@media only screen and (max-width: 1365px) {
    
}

@media only screen and (max-width: 1279px) {
	
	
}

@media only screen and (max-width: 1199px) {
    
    /* ROOT */
    :root { --rgc_cols: 2; }
	
}

@media only screen and (max-width: 1111px) {
		
	
}

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 1023px) {

    /* GIFT CARD PRODUCT */
    section.gift_card_product .woocommerce .single-product .product { flex-direction: column; }

    /* PRODUCT GALLERY */
    section.gift_card_product .woocommerce .single-product .product .woocommerce-product-gallery { width: 100%; padding-right: 0; }
    
    /* PREVIEW */
    section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-title-container {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 1rem;
    }
    section.gift_card_product .woocommerce .single-product .virtual.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-product-title { padding-right: 0; }
    
    /* SUMMARY */
    section.gift_card_product .woocommerce .single-product .product .summary { width: 100%; margin-top: 5rem; }
    
    /* SELEZIONA IMPORTO */
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list button { font-size: 1.6rem; }
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount { font-size: 1.6rem; }
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list #ywgc-manual-amount::placeholder { font-size: 1.6rem; }
    
}

@media only screen and (max-width: 833px) {
    
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 735px) {
	
}

@media only screen and (max-width: 666px) {
    
	
}
	

@media only screen and (max-width: 599px) {
    
    /* ROOT */
    :root { --rgc_cols: 1; }

    /* TEXT */
    .related_gift_card .text { padding: 0; }
    
    /* SELEZIONA IMPORTO */
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons { max-width: 50%; border: 1px solid var(--color_grey); border-top-width: 0; border-left-width: 0; }
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-manual-amount-container.ywgc-amount-buttons { max-width: 50%; }
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:nth-of-type(odd) { border-left-width: 1px; }
    section.gift_card_product .woocommerce .single-product .product .summary .gift-cards_form .gift-cards-list .ywgc-amount-buttons:nth-of-type(-n+2) { border-top-width: 1px; }
	
}

@media only screen and (max-width: 567px) {
    
	
}

@media only screen and (max-width: 479px) {
	
}

@media only screen and (max-width: 413px) {
		
	
}

@media only screen and (max-width: 374px) {
	
	
}


@media only screen and (max-width: 359px) {
	
}