/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront
*/  




 
 /* delivxry */
 
 @font-face {
	font-family: 'TradeGothic';
	src: url('fonts/TradeGothic.eot');
	src: 
  	local('☺'),
  	url('assets/fonts/TradeGothic.woff') format('woff'),
  	url('assets/fonts/TradeGothic.ttf') format('truetype'),
  	url('assets/fonts/TradeGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* general */

body,
.button {
  font-family: 'TradeGothic', sans-serif;
  text-transform: uppercase;
}

#content a {  }

img,
input { border-radius: 0 !important; }

body.home h1 { text-align: center; display: none; }

 
 /* navbar */

.custom-logo-link { max-width: 170px; }
.custom-logo-link img { max-width: 90% !important; }

.site-header ul.menu li.current-menu-item > a { color: #c7ad7b !important; }

.main-navigation ul li a:before { display: none; }

.main-navigation.toggled .handheld-navigation { padding-top: 20px; }


/* shop */

.storefront-breadcrumb {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.woocommerce-products-header {
  padding: 0 !important;
}

#MP-Checkout-dialog {
  border: 0 !important;
  border-radius: 0 !important;
}

#MP-Checkout-IFrame {
  padding: 20px;
}

/* desktop */

@media (min-width: 768px) {
  .custom-logo-link { max-width: none; }
  .custom-logo-link img { max-width: 210px; }
  .single-product div.product .images { width: 51.176471% !important; }
  .single-product div.product .summary { width: 42.941176% !important; }
  .secondary-navigation ul.menu a { font-size: 1.6rem; padding: .7em; }
}