/* Enter Your Custom CSS Here */

#clicktoenlarge {
 text-align:center; 
}

#related-products-single {
 display:none; 
}

.enlargetext {
 color:#FCB03B !important; 
}


.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering {
    visibility: hidden;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: none;
    margin-top: 1em;
}

.woocommerce ul.products li.product h3 {
    font-size: 25px;
    margin-top: -10px;
}

.woocommerce-tabs {
    clear: both;
visibility:hidden !important;
}

.related.products {
    clear: both;
  display:none;
}
.mg_item_text p.product.woocommerce .amount{
display:none;
}
.woocommerce .woocommerce-breadcrumb {
    display:  !important;
    font-size: 0px !important;
    height: 45px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width:inherit !important;
}

.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
    display: none;
}