a:active, a:hover {
 color: #0055AA;
}
 /*For Iphone 14 Pro*/
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {
        .advancetab .item-skay-stickers span.sticker-freedelivery {
            font-size: 0.6em;
            width: 115px;
            padding-top: 1.1em;
            letter-spacing: .3px;
        }

        .item-skay-stickers span {
            font-size: 0.6em;
        }
     }

@media only screen 
         and (device-width: 430px) 
         and (max-height: 932px) 
         and (-webkit-device-pixel-ratio: 3) {
            .advancetab .item-skay-stickers span.sticker-freedelivery {
                font-size: 0.6em;
                width: 115px;
                padding-top: 1.1em;
                letter-spacing: .3px;
            }
            .item-skay-stickers span {
                font-size: 0.6em;
            }
            .item-skay-stickers span.sticker-freedelivery {
                font-size: 0.7em;
                width: 135px;
            }
    }


/*Iphone Pro 14 MAX*/
@media only screen 
    and (max-width: 428px) 
    and (max-height: 932px) 
    and (-webkit-device-pixel-ratio: 3) {
        .advancetab .item-skay-stickers span.sticker-freedelivery {
            font-size: 0.6em;
            width: 115px;
            padding-top: 1.1em;
            letter-spacing: .3px;
        }
        .item-skay-stickers span {
            font-size: 0.6em;
        }

        .product-container .price-old,
        .product-container .old-price {
            font-size: 14px;
        }

        .product-container .btn.ajax_add_to_cart_button.disabled {
            font-size: 11px;
            letter-spacing: 0.5px;
            padding-top: 0.95em;
            line-height: 1.2em;
        }

        .product-block .name a span {
            font-size: 0.9em;
        }
    }    