/*Webx Overrides */

/************ ************ J2Store ************ *************/

/* J2 Store product Cat view search filters */
form#productFilters 
{ 
	margin-bottom 	: 25px; 
}

form#productFilters input.j2store-product-search-input 
{  
	margin-top 		: 5px; 
	width 			: 40%; 
}

form#productFilters select#j2store_sortby.input 
{  
	margin-top 		: 5px; 
	width 			: 20%; 
}

/*Product page view */
h1.product-title 
{ 
	padding-top 	: 20px;
}

div.j2store-mainimage 
{   
	width           : 100%; 
	height          : 340px;
	overflow-x      : hidden;
	overflow-y      : scroll;
	background-color: #f7f7f7;
	margin-bottom   : 5px;    
}

img.j2store-product-main-image
{		
	width 			: auto; 
	height 			: auto;	
}

div.j2store-product-additional-images img 
{
	width 			: 102px; 
	height 			: 102px; 
}

@media( max-width   : 640px ) {

div.j2store-mainimage 
{ 
	height 			: 240px; 
} }

ul#j2store-product-detail-tab.nav.nav-tabs
{
	margin-top 		: 30px; 
	margin-bottom 	: 30px;
}

/*Product cat view */
.j2store-img-responsive {

    width: 100%;
}

.j2store-addtocart-form {
 
    margin-bottom: 25px;
}

#j2store-slider-range .ui-slider-handle, 
#j2store-slider-range .ui-slider-range
{
	background-color: #999;
}

/* Cart screen */
div.j2store-cart input.button.btn,
div.j2store-cart input.btn,
div#checkout button.btn
{
	margin-top 		: 4px; 
}

div#j2store-checkout select
{
	padding-top		: 10px;
    padding-bottom	: 10px;
    margin			: 5px 0px;
	width			: 100% !important;
}

.j2store.checkout label 
{
    margin: 0px;
    display: block;
}

/* Checkout screen */
div#j2store-checkout.j2store.checkout div#j2store-checkout-content input
{
    margin-bottom: 5px; margin-top: 5px; margin-left: 5px;
}
