/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.8.1
Updated: 2019-08-17 20:58:00

*/
@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova';
src: url('./fonts/ProximaNova-Semibold.otf') format('opentype');
font-weight: 500;
font-style: normal;
}

/*Product Gallery Styling*/

/* Product galleries */
.product_gallery_slides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.thumbnail_column{
	width:20%;
	float:left;
}
img.gallery-thumbnail:hover{
	opacity: 0.5;
}
.featured_gallery_image{
	width:80%;
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.product_gallery_slides{
	margin-top:5%;
	margin-bottom:5%;
}