/* General */
.woo-pages {
	padding-top: 3.23rem;
}
.woo-pages h1.page-title  { margin-bottom: 2rem !important; }
.woocommerce-page h1 { padding: 0 0 2rem 0 !important; }

.woo-pages .term-description { display: none !important; }

.woo-pages .woocommerce-notices-wrapper { 
	margin-bottom: 0 !important
	padding-bottom: 0 !important;
}


/* Shop/Cart Bar
.shop-share-bar {
	width: 100%;
	display: table;
	margin: 0 auto;
	background-color: black;
	padding: 5px 0;
}
	.shop-share-bar .inner-wrap {
		width: 1000px;
		display: table;
		margin: 0 auto;
	}
	
	.shop-share-bar .col { vertical-align: middle !important; }
	
	.shop-follow {
		width: 25%;
		text-align: left;
	}
	.shop-wrap {
		width: 75%;
		text-align: right;
	}
	
	.shop-wrap .shop-account,
	.shop-wrap .cart-count,
	.shop-wrap .menu-store-menu-container,
	.shop-wrap .shop-nlform { 
		display: inline-block;
		vertical-align: middle !important;
	}
	.shop-wrap .shop-nlform { 
		padding-left: .8rem;
	}
*/


/* Single Product Page */
.single-product h1.product_title { padding-top: 0 !important; }

.single-product .summary input,
.single-product .summary button { 
	margin: 0 3px 0 0 !important;
}
.single-product .summary button { 
	background-color: #000 !important;
}
.single-product .summary p.price {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: black !important;
	padding: 1rem 0 !important;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bbb;
	margin-bottom: 1.5rem !important;
}

.single-product .product_meta { 
	font-size: .85rem;
	padding-top: 2rem !important;
	margin-top: 2rem !important;
	border-top: 1px solid #bbb;
}
.single-product .product_meta span.sku_wrapper,
.single-product .product_meta span.posted_in { 
	display: block !important;
	padding-bottom: .3rem !important;
}
.single-product .product_meta span.posted_in a {
	padding: 2px;
}
#tab-description h2:first-child { display: none !important; }


.quantity { padding: 0 !important; }
.quantity input[type="number"] { 
	width: 95px !important;
	margin: 0 !important;
	padding: 6px;
}

.woocommerce-product-gallery__wrapper { text-align: left; }
.woocommerce-product-gallery__wrapper img { max-width: 95%; text-align: left; }



	/* WooCommerce 3.0 Gallery
	.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
	}

	.woocommerce-product-gallery figure {
	margin: 0
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
	}

	.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
	}

	.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
	}

	.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
	}

	.woocommerce-product-gallery img {
	display: block
	}

	.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
	}

	.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
	}

	.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
	}

	.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
	}

	a.woocommerce-product-gallery__trigger {
	text-decoration: none;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #169fda;
	color: #ffffff;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #1781ae;
	border-color: #1781ae;
	color: #ffffff;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
	}
	 */
	 
	 
	 

/* Categories and Products */
ul.products { 
	width: 100% !important; 
	padding-top: 1.5rem !important;
	margin: 0 !important;
}
ul.products li.product {
	font-size: .95rem;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 3rem !important;
	margin-bottom: 0 !important;
	background: white;
}
ul.products li.product h2 {
	font-family: Roboto;
	line-height: 130% !important;
	padding: 0 1rem !important;
	margin-top: 1rem !important;
	margin-bottom: .5rem !important;
}
ul.products li.product .price {
	font-size: .95rem !important;
	color: black !important;
	font-weight: bold !important;
}
ul.products a.button {
	font-size: .85rem !important;
	font-weight: 400 !important;
	background-color: #f8f8f8;
	color: #000;
	border: 1px solid gainsboro;
}
ul.products a.button:hover {
	background-color: #eaeaea;
	color: #000;
}

/* Main Shop Page */
.product-category { background-color: #fff; }
h2.woocommerce-loop-category__title {
	font-family: helvetica;
	padding: 0 1rem !important;
}

mark.count { 
	font-size: .8rem !important; 
	background-color: transparent !important;
}
.woocommerce-result-count { padding-top: 5px; }

.woocommerce-tabs input[type="submit"],
.xoo-qv-summary .single_add_to_cart_button,
a.button.wc-backward,
.woowidget button,
.wc-proceed-to-checkout a {
width: auto !important;
box-sizing: border-box;
border: 0 none !important; 
color: #ffffff !important;
text-transform: uppercase;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
margin-top: 7px !important;
padding: 10px 15px;
}

.woocommerce-tabs input[type="submit"],
.xoo-qv-summary .single_add_to_cart_button,
a.button.wc-backward {
font-size: .85rem !important;
background-color: #000 !important;
}

.wc-proceed-to-checkout a {
font-size: 1rem !important;
background-color: #BD5800 !important; 
padding: 12px 0 !important;
}

.woowidget button {
font-size: .85rem !important;
padding: 8px 15px !important;
background-color: #000; 
}

.related.products h2 { text-transform: capitalize; }

.product.type-product ul.products.columns-4 { 
padding-top: 0 !important; 
}

.tabs.wc-tabs { width: 100%; box-sizing: border-box !important; }
.woocommerce-tabs.wc-tabs-wrapper { padding-bottom: 2rem !important; }


/* Sidebar Widgets */
.woowidget {
border: 1px solid #ddd;
background: #fff;
box-sizing: border-box;
}
.woowidget .inner {
padding: 1.8rem 2rem 2rem 2rem;
}
.woowidget h6 { font-size: 1.3rem !important; }



/* Breadcrumb */
.woocommerce-breadcrumb {
color: #000;
padding: 0 0 1rem 0 !important;
font-weight: normal !important;
color: black !important;
margin-top: 0 !important;
}
.woocommerce-breadcrumb a {
font-weight: normal !important;
color: #BD5800 !important;
}
.woocommerce-breadcrumb a:hover {
font-weight: normal !important;
color: #BD5800 !important;
}


/* My Account page */
.woo-account-custom { 
	padding-top: 1rem; 
}
.woocommerce-MyAccount-navigation ul {
	margin: 1rem 0 0 0;
	list-style-type: none;	
}
.woocommerce-MyAccount-navigation li {
	margin: -1px 0 0 0;
}
.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 1rem 1.2rem !important;
	border: 1px solid silver;
	background-color: white;
}
.page-template-woocommerce .book-funnel-note {
	background-color: white;
	margin: 0 0 1rem 0;
	padding: 2rem 2rem 1rem 2rem; 
	border: 1px solid gainsboro;
}
.page-template-woocommerce .book-funnel-note h3 {
	font-size: 1.5rem;
}

.woocommerce-Address-title {
	margin-bottom: 2rem;
}
.woocommerce-Address Address {
	line-height: 140%;
	padding: 2rem;
	border: 1px solid gainsboro;
	background-color: white !Important;
}
.woocommerce-orders-table { 
	background-color: white !important; 
}
.woocommerce-orders-table tbody tr:nth-child(even) { background: #fff }
.woocommerce-orders-table tbody tr:nth-child(odd) {background: #f8f8f8}
.woocommerce-orders-table th,
.woocommerce-orders-table tr { padding: 12px 13px !important; }

.woocommerce-orders-table td { padding: 12px 13px !important; }


.woocommerce-button { border: 1px solid gainsboro !Important; }



/* Select / Form Dropdown */
.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    margin: 0;
    overflow: hidden;
    padding: 8px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    position: relative;
    border: 1px solid gainsboro;
	background: #ffffff url("img/down-arrow.png") no-repeat 95% center;
    font-size: inherit;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.woocommerce-ordering .select-wrapper:after {
    width: 13%;
    padding: 9px 11px 0 0;
    position: absolute;
    top: 1px;
    bottom: 15px;
    right: 1px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
}


/* Currency Switcher */
.products .woocs_price_info { padding: 0 0 0 6px !important; top: 2px; }
.summary .woocs_price_info { display: none; }


/* Quick View Plugin */
.xoo-qv-images { pointer-events: none; }
.xoo-qv-images img { margin-bottom: 2rem; }
.xoo-qv-main { padding: 2% 2% 1.2% 2% !important; }
.xoo-qv-images .woocommerce-product-gallery__trigger { display: none !important; }

a.xoo-qv-plink,
a.xoo-qv-plink:hover {
font-size: .8rem !important;
color: dimgray !important;
background-color: gainsboro !important;
padding: 8px 12px;
margin: 1.3rem 0 2rem 0 !important;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold !important;
}
.xoo-qv-button { 
	font-size: 14px;
	background-color: transparent !important; 
	border: 0 none !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 10px auto 0 auto !important;
	color: #bbb !important;	
}
.xoo-qv-btn-icon.xooqv-plus.xoo-qv { display: none !important; }

.xoo-qv-main h1 { font-size: 2.5rem !important; }

@media (max-width: 766px) {

	.xoo-qv-images img { float: none !important; margin: 0 auto 2rem auto !important; }

}


/* Cart Page */
.cross-sells h2 { margin-bottom: 0 !important; }
.shop_table { margin-bottom: 3rem !important; }



/* Checkout Page */
body.woocommerce-checkout .woocommerce-checkout #customer_details .col-1, 
body.woocommerce-checkout .woocommerce-checkout #customer_details .col-2 {
 
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 4rem !important;
    
}
 
.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
    max-width: 50% !important;
}
 
.woocommerce-billing-fields input,
.woocommerce-shipping-fields input {
    display: inline-block;
}



/* Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {
 
    .woocommerce-billing-fields__field-wrapper p,
    .woocommerce-shipping-fields__field-wrapper p {
        max-width: 100% !important;
    }
 
    .woocommerce-billing-fields input,
    .woocommerce-shipping-fields input {
        display: block;
    }
 
}


/* Order Confirmation Page */
.woocommerce-customer-details .woocommerce-columns--addresses col-1,
.woocommerce-customer-details .woocommerce-columns--addresses col-2 {

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 4rem !important;

}



/* Payment Box */
.woocommerce-checkout-payment { padding-top: .1rem !important; margin-bottom: 3rem; }


/* Side Cart */
.xoo-wsc-footer-b a.xoo-wsc-chkt, 
.xoo-wsc-footer-b a.xoo-wsc-cont { 
	background-color: #B0B0B0 !important; 
	color: #fff !important; 
} 
.xoo-wsc-footer-b a.xoo-wsc-chkt:hover, 
.xoo-wsc-footer-b a.xoo-wsc-cont:hover { 
	background-color: #BD5800 !important; 
	color: #fff !important; 
} 
.xoo-wsc-footer-b a.xoo-wsc-cart { 
	background-color: #BD5800 !important; 
	color: #fff !important; 
} 
.xoo-wsc-footer-b a.xoo-wsc-cart:hover { 
	background-color: #BD5800 !important; 
	color: #fff !important; 
} 
.xoo-wsc-related-products { 
	padding-top: 1.6rem !important; 
} 
.xoo-wsc-rp-title { 
	padding-bottom: 1rem !Important; 
}
.xoo-wsc-product img {
width: auto; max-width: 90px !important;
height: auto !important; 
}
.xoo-wsc-qty { margin: 0 auto !important; }
.xoo-wsc-icon-trash { padding-left: 10px !important; text-align: left !important; }

.xoo-wsc-coupon-container { padding: 16px 0 2px 0 !important; }
.xoo-wsc-shiptxt { padding-bottom: 16px !important; }


