/*
Theme Name: Vintage-Watches-Shop
Theme URI: VintageWatches.PK
Description: Vintage Watches Shop theme by VintageWatches.PK
Author: VintageWatches.PK
Author URI: Shop.VintageWatches.PK
Template: go
Version: 1.8
*/


/* Custom styles go below this line */

@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/go-child/fonts/heebo/Heebo-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/go-child/fonts/heebo/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/go-child/fonts/heebo/Heebo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}



.content-area--woocommerce .sidebar {
	float: left;
	width: 250px
}
.content-area--woocommerce .listing {
	float: right;
	width: calc(95% - 250px)
}
@media screen and (max-width:1280px) {
	.content-area--woocommerce .sidebar {
		float: none;
		width: inherit;
	}
	.content-area--woocommerce .listing {
		float: none;
		width: inherit;
	}
}


