
#exampleModal a, .contattacig a{
    color: #d2d2d2;
    text-decoration: none;
    background-color: transparent;
}
#exampleModal .colore, a:hover ,.contattacig a:hover{
    color: #d2d2d2!important;
}
#exampleModal .close {
    text-shadow: none;
    color: #d2d2d2;
}
@media (min-width: 767px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}

#cookieChoiceInfo{
    font-size: 12px;
}
.btn-primary {
    color: #fff;
    background-color: #38b4a7;
    border-color: #38b4a7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #38b4a7 !important;
    background-color: #f8f9fa !important;
    border-color: #38b4a7 !important;
    box-shadow: none;
}

/* ---- Barra acquista (stile popup) ---- */
.acquista-topbar {
    height: 62px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    z-index: 1030;
}

.acquista-topbar__logo img {
    display: block;
}

.acquista-topbar__back {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #28282e;
    text-decoration: none;
    transition: opacity .2s;
}

.acquista-topbar__back:hover {
    opacity: .6;
    color: #28282e;
}

/* ---- Bottone PayPal ---- */
.paypal-pay-btn img {
    transition: opacity .2s;
}

.paypal-pay-btn--disabled img {
    opacity: .35;
    filter: grayscale(60%);
}

.paypal-pay-btn:not(.paypal-pay-btn--disabled) {
    cursor: pointer;
}

.paypal-pay-btn--disabled {
    cursor: not-allowed;
}
.price_color {
    font-size: 20px;
    color: #38b4a7;
    font-weight: 800;
}

.product-img{
    object-fit:contain; height:280px;    margin-top: 60px;
}

/* ---- Form acquista: placeholder leggero ---- */
#step-form input::placeholder,
#step-form textarea::placeholder {
    color: #ccc !important;
    font-weight: 300 !important;
    font-size: 0.85rem;
}

/* Nasconde le frecce spinner del campo quantità */
#f-qty::-webkit-outer-spin-button,
#f-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ---- Photon autocomplete ---- */
.photon-suggestions {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,.09);
    overflow: hidden;
}

.photon-suggestion {
    padding: 10px 14px;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.4;
    border-bottom: 1px solid #f2f2f2;
    transition: background .12s;
}

.photon-suggestion:last-child { border-bottom: none; }
.photon-suggestion:hover { background: #f8f9fa; }

.photon-suggestion__main { color: #222; }
.photon-suggestion__sub  { color: #aaa; font-size: .8rem; }

/* Paese rilevato automaticamente */
#f-country[readonly] {
    color: #38b4a7;
    cursor: default;
}
.country-auto-badge {
    font-size: .72rem;
    color: #38b4a7;
    margin-top: 3px;
}