/*
 Theme Name:   GP Shop USASUMO
 Theme URI:    http://generatepress.com
 Description:  GeneratePress child theme
 Author:       Soto-Media
 Template:     generatepress
 Version:      0.1
*/

body.single-product .quantity{ display:none!important; }

.site-logo>a{ line-height:48px; }
.navigation-branding .sticky-navigation-logo img, .site-logo.mobile-header-logo img{ height:auto; width:155px; padding:0; }

.archive .page-title, .page .page-title, .page .entry-title{ text-align:center; }
.archive .woocommerce-products-header{ padding-bottom:20px; }

/* Woocommerce */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{ width:64px; }
.woocommerce ul.products li.product .freeshipping-tag{ font-size:14px; color:#000; }
.woocommerce div.product .freeshipping-tag{ margin-bottom:24px; }
.woocommerce .woocommerce-variation-price{ margin-bottom:24px; }
.woocommerce div.product .woocommerce-tabs ul.tabs{ display:none!important; }
/* .woocommerce div.product .stock.in-stock{ display:none!important; } */
body.woocommerce-cart #expediate_field{ margin-top:0.5em; }
body.woocommerce-cart #expediate{ margin-top:0.4em!important; }
body.woocommerce-checkout #expediate_field .optional{ display:none!important; }

@media only screen and (min-width:769px){
  body.single-product div.product div.summary{ position:sticky; top:80px; }
  body.single-product div.product div.woocommerce-tabs{ width:50%; }
}

