/*
 Theme Name:   Shop Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Shop Theme
 Author:       Carly
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  Shop Theme
*/


body
{	
	color:#444;
}


.single-product.right-sidebar .content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}

select#pa_colour
{	display:none;	}

.colourSwatch2
{
	width:40px; 
	height:40px;
	display:inline-block;
	background-color:#efefef;
	border:3px solid #ccc;
	margin-right:10px;
}
.colourSwatch2.blue
{	background-color:#009 !important;	}
.colourSwatch2.green
{	background-color:#030 !important;	}

.colourSwatch2.selectedColour
{
	border-color:#444;
}	