/*
Theme Name: GenPac Storefront
Theme URI: https://www.generalpacific.com
Template: genpac-theme
Author: Robert Rolfe
Author URI: https://www.generalpacific.com
Description: General Pacific Storefront theme
Version: 2023092901
License: None
License URI: https://www.generalpacific.com
Tags: storefront
WPUpdates: true
*/

header#pageHeader div#cartButtonWrapper {
	margin-top: 10px;
	text-align: right;
}

header#pageHeader div#regPageHeader div#cartButtonWrapper button.cartButton {
    color: #6c757d;
    border-color: #6c757d;
}

header#pageHeader div#regPageHeader div#cartButtonWrapper button.cartButton:hover {
	color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

header#pageHeader div#regPageHeader div#headerLinks {
	text-align: right;
}

div#regWCShopHeader {
	margin-bottom: 15px;
}

div#regWCShopHeader div#gridDisplayType {
	font-size: 18px;
	margin-top: 7px;
}

div#regWCShopHeader div#gridDisplayType a {
	margin-right: 5px;
}

div#regWCShopHeader div#gridDisplayType span.inactive {
	color: #dedede;
}

div#regWCShopHeader div#gridDisplayType span.active {
	color: #000000;
}

div#regWCShopHeader form.woocommerce-ordering label {
	margin-right: 15px;
}

div#regWCShopHeader form.woocommerce-ordering {
	float: right;
}

div.wcArchiveSidebar {
	padding: 10px;
	background-color: #F0F0F0;
}

div.wcArchiveSidebar div.widget {
	margin-bottom: 15px;	
}

div.wcArchiveSidebar div.widget div.wp-block-woocommerce-filter-wrapper h3.wp-block-heading {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #00A551;
}

div.wcArchiveSidebar div.widget div.wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox {
	margin-top: 0px;
}

div.wcArchiveSidebar div.widget div.product-search-filter-price-heading {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

div.wcArchiveSidebar div.widget input.product-search-filter-price-field {
	text-align: center;
}

div.wcArchiveSidebar div.widget span.product-search-filter-price-currency-symbol {
	display: none;
}

div.wcArchiveSidebar div.widget div.product-search-filter-price-slider {
	margin-bottom: 30px;
}

div.wcArchiveSidebar div.widget div.product-search-filter-price-slider span.slider-limit-min,
div.wcArchiveSidebar div.widget div.product-search-filter-price-slider span.slider-limit-max {
	top: 1.2em;
	opacity: 0.9;
}

div.wcArchiveSidebar div.widget span.product-search-filter-price-clear::before, 
div.wcArchiveSidebar div.widget div.nav-back::before {
	content: "";
}

div.wcArchiveSidebar div.widget div.product-search-filter-price span.product-search-filter-price-clear {
	font-size: 14px;
}

div#gpstorefrontProductLoopWrapper ul.products {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

div#gpstorefrontProductLoopWrapper ul.products li {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

div#gpstorefrontProductLoopWrapper.list ul.products li.product.type-product {
	border-bottom: 1px dotted #000000;
	padding-bottom: 15px;
}

div#gpstorefrontProductLoopWrapper ul.products li.product-category {
	text-align: center;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogProdDescription {
	display: none;
}

@media screen and (min-width: 576px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products li,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products li,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category {
		flex: 0 0 33%;
		max-width: 33%;
	}
}

@media screen and (min-width: 992px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products.columns-4 li,
	div#gpstorefrontProductLoopWrapper ul.products.columns-4 li.product-category {
		flex: 0 0 25%;
		max-width: 25%;
	}

	div#gpstorefrontProductLoopWrapper.grid ul.products.columns-5 li,
	div#gpstorefrontProductLoopWrapper ul.products.columns-5 li.product-category {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products.columns-6 li,
	div#gpstorefrontProductLoopWrapper ul.products.columns-6 li.product-category {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
}

div#gpstorefrontProductLoopWrapper ul.products li span.catalogImageWrapper {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 302px;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.catalogImageWrapper {
	height: 214px;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.catalogListDataWrapper {
	display: block;
	overflow: hidden;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.catalogProdDescription {
	margin-bottom: 15px;
	display: block;
}

div#gpstorefrontProductLoopWrapper ul.products li span.onsale {
	padding: 4px 12px 4px 12px;
    border: 2px solid #000000;
    border-radius: 4px;
    color: #000000;
    background-color: #ffffff;
}


div#gpstorefrontProductLoopWrapper.grid ul.products li span.onsale {
	position: absolute;
	top: 270px;
    left: 211px;
    display: block;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.onsale,
div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogListDataWrapper span.onsale {
	display: none;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.catalogListDataWrapper span.onsale {
	display: block;
	width: 110px;
	text-align: center;
}

div#gpstorefrontProductLoopWrapper ul.products li span.catalogImageWrapper img.catalogImage {
	max-height: 302px;
}

div#gpstorefrontProductLoopWrapper.list ul.products li span.catalogImageWrapper img.catalogImage {
	max-height: 214px;
}

div.woocommerce ul.products li.product a img {
	width: auto;
	
}

@media screen and (min-width: 576px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper {
		height: 191px;
	}

	div#gpstorefrontProductLoopWrapper.grid ul.products li span.onsale {
	    top: 159px;
    	left: 71px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper img.catalogImage,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper img.catalogImage {
		max-height: 191px;
	}
}

@media screen and (min-width: 768px) {
	div#gpstorefrontProductLoopWrapper.list ul.products li.product.type-product span.catalogImageWrapper {
		float: left;
		margin-right: 15px;
		width: 190px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper {
		height: 203px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.onsale {
	    top: 171px;
    	left: 59px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper img.catalogImage,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper img.catalogImage {
		max-height: 203px;
	}
}

@media screen and (min-width: 992px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper {
		height: 167px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.onsale {
	    top: 135px;
    	left: 60px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper img.catalogImage,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper img.catalogImage {
		max-height: 167px;
	}
}

@media screen and (min-width: 1200px) {
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper {
		height: 203px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.onsale {
	    top: 171px;
    	left: 76px;
	}
	
	div#gpstorefrontProductLoopWrapper.grid ul.products li span.catalogImageWrapper img.catalogImage,
	div#gpstorefrontProductLoopWrapper ul.products li.product-category span.catalogImageWrapper img.catalogImage {
		max-height: 203px;
	}
}

div#gpstorefrontProductLoopWrapper ul.products li h2 {
	margin-bottom: 0px;
}

div#gpstorefrontProductLoopWrapper ul.products li h2.catalogSubCatTitle {
	font-size: 18px;
}

div#gpstorefrontProductLoopWrapper ul.products li h2.catalogProdTitle {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 63px;
	overflow: hidden;
}

div#gpstorefrontProductLoopWrapper.list ul.products li h2.catalogProdTitle {
	height: auto;
	max-height: 63px;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li div.addToCartArea,
div#gpstorefrontProductLoopWrapper.grid ul.products li div.requestAQuoteArea {
	text-align: center;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li div.addToCartArea button,
div#gpstorefrontProductLoopWrapper.grid ul.products li div.requestAQuoteArea button {
	margin-bottom: 5px;
}

div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a span.loadingButton,
div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.added span.loadingButton,
div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a span.regInCart,
div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.loading span.regInCart,
div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.loading span.regAddToCartButton,
div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.added span.regAddToCartButton {
	display: none;
}

div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a span.regAddToCartButton {
	display: inline;
}

div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.loading span.loadingButton {
	display: inline;
}

div#gpstorefrontProductLoopWrapper ul.products li div.addToCartArea a.added span.regInCart {
	display: inline;
}

div#gpstorefrontProductLoopWrapper ul.products li span.price,
div.product div.summary p.price,
div.product div.summary form div.single_variation_wrap span.price {
	display: block;
	margin-bottom: 10px;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li span.price {
	text-align: center;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li span.price del,
div.product div.summary p.price del,
div.product div.summary form div.single_variation_wrap span.price del {
	margin-right: 10px;
}

div#gpstorefrontProductLoopWrapper.grid ul.products li span.price ins,
div.product div.summary p.price ins,
div.product div.summary form div.single_variation_wrap span.price ins {
	text-decoration: none;
}

div#gpstorefrontProductLoopWrapper ul.products li span.price span.variableStartingFrom,
div.product div.summary p.price span.variableStartingFrom,
div.product div.summary form div.single_variation_wrap span.price span.variableStartingFrom {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

div#gpstorefrontProductLoopWrapper ul.products li span.price span.amount,
div.product div.summary p.price span.amount,
div.product div.summary form div.single_variation_wrap span.price span.amount {
	font-weight: normal;
	font-size: 20px;
}

div#gpstorefrontProductLoopWrapper ul.products li span.price span.amount span.woocommerce-Price-currencySymbol,
div.product div.summary p.price span.woocommerce-Price-currencySymbol,
div.product div.summary form div.single_variation_wrap span.price span.woocommerce-Price-currencySymbol {
	font-weight: normal;
	font-size: 16px;
	vertical-align: top;
	font-style: italic;
}

div.woocommerce-product-gallery div.mainImage {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 370px;
}

div.woocommerce-product-gallery div.mainImage a {
	display: none;
}

div.woocommerce-product-gallery div.mainImage a img.zoomImg {
    background-color: #fff;
}

div.woocommerce-product-gallery div.mainImage a img,
div.woocommerce-product-gallery div.mainImage div.noZoom img {
	width: 100%;
}

div.woocommerce-product-gallery div.mainImage div.noZoom {
	display: block;
}

@media screen and (min-width: 576px) {
	div.woocommerce-product-gallery div.mainImage,
	div.woocommerce-product-gallery div.mainImage a img,
	div.woocommerce-product-gallery div.mainImage div.noZoom img {
		max-height: 158px;
	}
	
	div.woocommerce-product-gallery div.mainImage a {
		display: block;
	}
	
	div.woocommerce-product-gallery div.mainImage div.noZoom {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	div.woocommerce-product-gallery div.mainImage,
	div.woocommerce-product-gallery div.mainImage a img,
	div.woocommerce-product-gallery div.mainImage div.noZoom img {
		max-height: 222px;
	}
	
	div.woocommerce-product-gallery div.mainImage a {
		display: block;
	}
	
	div.woocommerce-product-gallery div.mainImage div.noZoom {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	div.woocommerce-product-gallery div.mainImage,
	div.woocommerce-product-gallery div.mainImage a img,
	div.woocommerce-product-gallery div.mainImage div.noZoom img {
		max-height: 306px;
	}
}

@media screen and (min-width: 1200px) {
	div.woocommerce-product-gallery div.mainImage,
	div.woocommerce-product-gallery div.mainImage a img,
	div.woocommerce-product-gallery div.mainImage div.noZoom img {
		max-height: 370px;
	}
}

div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails li {
	padding-bottom: 15px;
	text-align: center;
	overflow: hidden;
	flex: 0 0 25%;
	max-width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 576px) {
	div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails li {
		flex: 0 0 33%;
		max-width: 33%;
	}
}

@media screen and (min-width: 992px) {
	div.woocommerce-product-gallery div.thumbnail-gallery ul.thumbnails li {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

div.product div.summary div.titleArea h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0px;
}

div.product div.summary div.titleArea {
	margin-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

div.product div.summary p.price span.priceLabel,
div.product div.summary form div.single_variation_wrap span.price span.priceLabel {
	margin-right: 5px;
}

div.product section span.price span.priceLabel {
	display: none;
}

div.product div.summary p.stock,
div.woocommerce form.woocommerce-cart-form table.cart td.product-name p.stock {
	font-weight: bold;
}

div.product div.summary form.cart {
	margin-bottom: 15px;
}

div.product div.summary form.variations_form table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}

div.product div.summary form.cart div.quantity {
	margin-bottom: 10px;
}

div.product div.summary form.cart div.quantity div.qtyWrapper {
	display: flex;
	justify-content: center;
    align-items: center;
}

div.product div.summary form.cart div.quantity input.qty {
	flex: 0 0 75%;
	max-width: 75%;
}

@media screen and (min-width: 992px) {
	div.product div.summary form.variations_form table,
	div.product div.summary form.cart div.quantity {
		width: 75%;
	}
}

@media screen and (min-width: 1200px) {
	div.product div.summary form.variations_form table,
	div.product div.summary form.cart div.quantity {
		width: 50%;
	}
}

div.product div.summary form.variations_form table td.label,
div.product div.summary form.cart div.quantity label {
	flex: 0 0 25%;
	max-width: 25%;
}

div.product div.summary form.variations_form table td.label label,
div.product div.summary form.cart div.quantity label {
	margin-bottom: 0px;
}


div.product div.summary form.variations_form table td.value {
	width: 75%;
}

div.product div.summary div.product_meta {
	margin-bottom: 10px;
}

div.product div.summary div.product_meta span.sku_wrapper,
div.product div.summary div.product_meta span.posted_in {
	display: block;
}

div.product div.woocommerce-tabs div.tab-content {
	border: 1px solid transparent;
	border-left-color: #dee2e6;
	border-right-color: #dee2e6;
	border-bottom-color: #dee2e6;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

div.product div.woocommerce-tabs div.tab-content figure,
div.product div.woocommerce-tabs div.tab-content figure iframe {
	max-width: 100%;	
}

div.product div.woocommerce-tabs div.tab-content table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

div.product div.woocommerce-tabs div.tab-content h2.tab-title,
div.product section h2.section-title {
	border-bottom: 1px dotted #000000;
}

div.product section {
	margin-bottom: 15px;
}

div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes {
	border-collapse: separate;
	border-spacing: 0px 10px;
}

div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
	width: 30%;
}

div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
	width: 70%;
}

div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
		width: 20%;
	}
	
	div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
		width: 80%;
	}
}

@media screen and (min-width: 992px) {
	div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
		width: 12%;
	}
	
	div.product div.woocommerce-tabs div.tab-content table.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
		width: 88%;
	}
}

div.product div.woocommerce-tabs div.tab-content div.wc-tab.woocommerce-Tabs-panel--documents a span.documentIcon, 
div.product div.woocommerce-tabs div.tab-content div.wc-tab.woocommerce-Tabs-panel--documents a svg {
    margin-right: 7px;
}

div.woocommerce form.woocommerce-cart-form table.cart td.product-quantity div.qtyWrapper label,
div.woocommerce form.woocommerce-cart-form table.cart div.smQuantity label {
	display: none;
}

div.woocommerce form.woocommerce-cart-form table.cart td.product-quantity div.qtyWrapper input,
div.woocommerce form.woocommerce-cart-form table.cart div.smQuantity input {
	text-align: right;
	width: 100%;
}

div.woocommerce form.woocommerce-cart-form table.cart div.smQuantity input {
	display: none;
}

div.woocommerce form.woocommerce-cart-form table.cart tfoot td.actions div.coupon input {
	float: left;
	width: 200px;
	margin-right: 10px;
}
div.woocommerce form.woocommerce-cart-form table.cart tfoot td.actions div.coupon button {
	float: right;
}

div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name p,
div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name dl {
	margin-bottom: 0px;
}

div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name p.smPrice {
	display: none;
}

div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name p.cartRemoveLink {
	margin-top: 15px;
}

div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name div.pTitle {
	height: 20px;
	overflow: hidden;
}

div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-thumbnail a {
	display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    max-width: 146px;
}

@media screen and (max-width: 768px) {
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: table-cell;
	}
	
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: "";
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart td.product-thumbnail {
		min-width: 100px;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart thead {
		display: none;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart tfoot tr td {
		width: 100%;
	}
	
	div.woocommerce table.shop_table tbody tr:first-of-type td {
    	border-top: 0px;
	}
	
	div.woocommerce table.shop_table_responsive tbody th {
		display: table-cell;
	}

	div.woocommerce table.shop_table_responsive tr:nth-child(2n) th {
	    background-color: rgba(0,0,0,.025);
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart td.product-name {
		width: 100%;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart td.product-quantity,
	div.woocommerce form.woocommerce-cart-form table.cart td.product-price,
	div.woocommerce form.woocommerce-cart-form table.cart th.product-quantity,
	div.woocommerce form.woocommerce-cart-form table.cart th.product-price {
		display: none;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name p.smPrice {
		display: block;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart tfoot td.actions div.coupon input {
		width: 48%;
		margin-right: 0px;
	}
	div.woocommerce form.woocommerce-cart-form table.cart tfoot td.actions div.coupon button {
		width: 48%;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart tfoot td.actions button {
		width: 100%;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart div.smQuantity input {
		display: block;
		margin-top: 10px;
	}
	
	div.woocommerce form.woocommerce-cart-form table.cart tbody td.product-name div.pTitle {
		height: 40px;
	}
}

div.woocommerce form.woocommerce-cart-form table.cart td.product-thumbnail,
div.woocommerce form.woocommerce-cart-form table.cart td.product-name,
div.woocommerce form.woocommerce-cart-form table.cart td.product-price,
div.woocommerce form.woocommerce-cart-form table.cart td.product-quantity {
	vertical-align: top;
}

div.woocommerce form.woocommerce-cart-form table.cart td.product-thumbnail,
div.woocommerce form.woocommerce-cart-form table.cart td.product-price,
div.woocommerce form.woocommerce-cart-form table.cart td.product-quantity {
	text-align: center;	
	width: 15%;
}

div.woocommerce form.woocommerce-cart-form table.cart td.product-name {
	width: 65%;
}

div.alert span.header {
	margin-right: 5px;
	font-weight: bold;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory div.title {
	margin-bottom: 5px;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory div.title a,
div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory div.title a:active,
div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory div.title a:visited {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #7F8285;
	border: 1px solid #7F8285;
	background-color: #F0F0F0;
	text-align: center;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width: 576px) {
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper {
		height: 138px;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper img {
		max-height: 138px;
	}
}

@media screen and (min-width: 768px) {
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory {
		flex: 0 0 33%;
		max-width: 33%;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper {
		height: 120px;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper img {
		max-height: 120px;
	}
}

@media screen and (min-width: 992px) {	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper {
		height: 166px;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper img {
		max-height: 166px;
	}
}

@media screen and (min-width: 1200px) {
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper {
		height: 200px;
	}
	
	div#gpstorefrontFeaturedCategoryWrapper ul.featuredCategories li.featuredCategory span.imageWrapper img {
		max-height: 200px;
	}
}

div#pageBodyContainer div.woocommerce form p.form-row label {
    width: 100%;
}

div#pageBodyContainer div.woocommerce form p#billing_first_name_field.form-row span.woocommerce-input-wrapper,
div#pageBodyContainer div.woocommerce form p#billing_last_name_field.form-row span.woocommerce-input-wrapper,
div#pageBodyContainer div.woocommerce form p#shipping_first_name_field.form-row span.woocommerce-input-wrapper,
div#pageBodyContainer div.woocommerce form p#shipping_last_name_field.form-row span.woocommerce-input-wrapper {
    width: 100%;
}

div#pageBodyContainer div.woocommerce form p.form-row span.woocommerce-input-wrapper {
    width: 80%;
}

div#pageBodyContainer div.woocommerce form div#payment p.form-row span.woocommerce-input-wrapper {
    width: 100%;
}

@media screen and (max-width: 768px) {
    div#pageBodyContainer div.woocommerce form p.form-row span.woocommerce-input-wrapper {
        width: 100%;
    }
}

div#pageBodyContainer div.woocommerce form label {
    line-height: normal;
    margin-right: 15px;
}

div#pageBodyContainer div.woocommerce form.checkout_coupon, 
div#pageBodyContainer div.woocommerce form.login, 
div#pageBodyContainer div.woocommerce form.register {
    margin: 0px;
    margin-bottom: 15px;
}

div#pageBodyContainer button.woocommerce-form-login__submit {
    margin-top: 10px;
    margin-bottom: 5px;
}

div#pageBodyContainer div.woocommerce-account-fields {
    margin-bottom: 20px;
}

div#pageBodyContainer div.woocommerce-account-fields p.create-account {
    margin-bottom: 0px;
}

div#pageBodyContainer div.woocommerce form.checkout h3 {
	border-bottom: 1px dotted #000000;
}

div#pageBodyContainer div.woocommerce div.woocommerce-order p.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
}

div#pageBodyContainer div.woocommerce div.woocommerce-order ul.woocommerce-thankyou-order-details {
    padding-left: 0px;
}

div#pageBodyContainer div.woocommerce div.non-address-fields {
    margin-top: 30px;
    margin-bottom: 30px;
}

div#pageBodyContainer div.woocommerce .col2-set .col-1, 
div#pageBodyContainer div.woocommerce-page .col2-set .col-1,
div#pageBodyContainer div.woocommerce .col2-set .col-2,
div#pageBodyContainer div.woocommerce-page .col2-set .col-2 {
    flex: unset;
    max-width: unset;
    padding-left: 0px;
    padding-right: 0px;
}

div#pageBodyContainer div.woocommerce form.woocommerce-form-login label.woocommerce-form-login__rememberme {
    width: 100%;
}

div#pageBodyContainer div.woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

div#pageBodyContainer div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content div.dashboard p.welcome {
    margin-bottom: 30px;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content div.dashboard a.icon-link,
div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content div.dashboard a.icon-link:visited,
div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content div.dashboard a.icon-link:active {
    color: #000000;
    margin-bottom: 25px;
    display: inline-block;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content div.dashboard a.icon-link span {
    margin-bottom: 15px;
    font-size: 30pt;
}

div#pageBodyContainer div.woocommerce table.woocommerce-orders-table a.button {
    margin-right: 10px;
}

div#pageBodyContainer div.woocommerce table.shop_table tfoot td {
    font-weight: normal;
}

div#pageBodyContainer div.woocommerce p.viewOrderMeta {
    margin-bottom: 25px;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content ol.woocommerce-OrderUpdates.commentlist {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content ol.woocommerce-OrderUpdates.commentlist li {
    border: 1px solid #CCCCCC;
    background-color: #FAFAFA;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 7px;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content ol.woocommerce-OrderUpdates.commentlist li:nth-child(2) {
    background-color: #FFFFFF;
}

div#pageBodyContainer div.woocommerce div.woocommerce-MyAccount-content ol.woocommerce-OrderUpdates.commentlist li p.woocommerce-OrderUpdate-meta {
    font-style: italic;
    font-size: 0.8rem;
}

