/*
Theme Name: Practical Parts 2019
Theme URI: https://www.practicalparts.com.au
Version: 2.0
Description: Gaz's Website
Author: Pixelated Commerce
Author URI: https://www.pixelatedcommerce.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Controls for Themer Product Images */
/* 600x600 Main Image */
.woocommerce-page div.product div.images img {
    border: none !important;
	}
	    
ol.flex-control-nav{
	max-width:100%;
	}
/* Thumbs Container */
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin-top: 1em;
    border: none;
	}
/* Image cell Container */
.woocommerce div.product div.images .flex-control-thumbs li {
    float: left;
    padding: .5em;
    list-style: none;
    border: none;
	}
/* Image cell images */	
.woocommerce div.product div.images .flex-control-thumbs img {
    display: block;
    width: 75%;
    height: auto;
    opacity: .8;
    border: none;
	}