@media only screen and (min-width: 1000px){
    .promo-box a.more,
    #header_menu .links a,
    #search_mini_form .button,
    #nav > li > a,
    ul#nav li div.menuChildWrap ul li a,
    a.GOProductWidget .GOProductWidgetButtons p,
    a.GOProductWidget h3,
    .show-more-button,
    #footer .column a,
    #footer #message a,
    .breadcrumbs a,
    .GOProductPage .GOProductImages .zoomButton,
    .GORelatedProductQuantity button,
    p.cartButtons a,
    p.cartButtons input,
    .GOProductCustomerAlsoViewedSlider ul a h3,
    .GOProductCustomerAlsoViewedSliderButtons a,
    .GOProductDetailsTabs a,
    #zenForm #zenSendQuestion,
    .GOProductPage .GOProductDetails .GOProductDetailsButtonsLine .downloadInstructions,
    .buttons-set button.button,
    .customer-account-login .account-login .registered-users a,
    .account-create .buttons-set a,
    .errorMessagesHolder a,
    .customer-account-forgotpassword .buttons-set .back-link a,
    .goHomeAboutUsWidgetInfo a.more,
    .selectbox li a,
    div.main .toolbar .pages li a,
    .GOAccountTabs ul.linksHolder li a,
    .GOAccountContent a,
    .block-cart-header #header-items *,
    .GOCartTabs ul.linksHolder li a span,
    .GOCartAddressForms .buttons-set a.button,
    .GOCheckoutPayment .creditCardHolder a.card .cardOverlay,
    .GOCheckoutThankYou a.button,
    .cookiePolicyBlock span a,
    .freeDeliveryHeaderNotice a,
    .account-forgot .buttons-set a.button
    {
        transition: all 200ms ease-in-out 0s;
        -webkit-transition: all 200ms ease-in-out 0s;
        -moz-transition: all 200ms ease-in-out 0s;
        -ms-transition: all 200ms ease-in-out 0s;
        -o-transition: all 200ms ease-in-out 0s;
    }

    a.GOProductWidget{
        -webkit-transition: box-shadow 200ms ease-in-out 0s;
        -moz-transition: box-shadow 200ms ease-in-out 0s;
        -o-transition: box-shadow 200ms ease-in-out 0s;
        -ms-transition: box-shadow 200ms ease-in-out 0s;
        transition: box-shadow 200ms ease-in-out 0s;
    }
}