.post-tags a, .post-categories a, .post-comments a, ul.share-link a {
    font-style: normal;
    color: #f03;
    display: none;
}

/* Fix overlap shipping checkout */
tr.shipping td {
    color: white;
}

tr.shipping td .amount {
    color: black !important;
    position: relative;
    top: -10px;
}
.quantity-container .quantity, .variations_form .quantity {
    display: inline;
    width: 60px;
    margin-bottom: 20px;
}

#ship-to-different-address-checkbox {
    visibility:visible!important;
}

.shipping_address {
    display:block;
    clear:both;
}

.postid-26736 article {
    width:100%;
}

.postid-26736 aside {
    float: none;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.postid-26736 .module-add-to-cart form {
    background:#fff!important;
}

.tabsrecurring {
    display:none;
}

.postid-26736 .tabsrecurring {
    display:block;
}

.postid-27195 .quantity, .postid-27265 .quantity {
    /*height:0px; 
    opacity:0;*/
    display:none!important;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
      #div-mobile {    display: none;  }
	#div-desktop {    display: block;  }
    }

    @media screen and (min-width: 481px) and (max-width: 3000px) {
      #div-mobile {    display: block;  }
      #div-desktop {    display: none;  }

}
    }