#productLayout, #editCategoriesLayout {
	width: 100%;
}

#productLayout #product_name {
	width: 400px;
}

#productLayout td.label {
	font-weight: bold;
	color: #808080;
}

.labelColumn {
	width: 160px;
}

ul#categoriesList {
	list-style-type: none;
	padding: 0;
}

#addCategoriesLayout {
	background-color: #f3f3f3;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}

#editCategoriesLayout th {
	text-align: left;
	color: #7f7f7f;
	font-weight: normal;
}

td.label {
	font-weight: bold;
	color: #7f7f7f;
	vertical-align: top;
}

div.productFieldsDivider {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #e8e8e8;
}

#productLayout td {
	padding-bottom: 10px;
	font: normal 12px tahoma, arial;
	color: #242525;
	line-height: 18px;
}

#productLayout a {
	text-decoration: none;
}

#productLayout textarea {
	width: 400px;
	height: 120px;
}

#cartHeader {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#productCategories {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	text-align: center;
	font-size: .9em;
	margin-bottom: 8px;
	width: 100%;
	padding: 12px;
	line-height: 1.6em;
}

span.productCategory {
	padding: 0 24px 0 0;
	font-weight: bold;
}

#productCategories table.fw-list-grid td {
	padding-bottom: 6px;
}

.clear {
	clear: both;
}

div.storeProduct {
	float: left;
	text-align: center;
	margin: 0 20px 0 0;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
}

div.storeProduct img {
	margin-bottom: 5px;
}

#cartHeader.borderBox {
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

#productShow {
	margin-top: 15px;
	width: 100%;
}

#productShow #imageDisplay {
	width: 150px;
}

#productShow #detailsDisplay, #productShow #optionsCartDisplay {
	padding-left: 20px;
}

#productShow td {
	vertical-align: top;
}

.cart {
	width: 100%;
	margin-top: 10px;
}

.cart th {
	text-decoration: underline;
	font-weight: normal;
	font-size: .9em;
}

.cart #totalItemPrice {
	font-weight: bold;
}

.cart .cartPhoto img {
	height: 50px;
	width: 50px;
}

table.cart .lighter {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

table.cart td {
	text-align: center;
}

.cart p#orderTotalDisplay {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0px;
}

.cart p#taxLabel {
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 20px;
}

.cart p#cartCheckoutBtn {
	margin-bottom: 0;
}

#addProductBtn {
	padding: 0 0 15px 0;
}

#addProductBtn, #editProductBtn {
	margin: 0;
	text-align: right;
}

#editProductBtn {
	padding-top: 10px;
}

.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#settingsBtn {
	position: absolute;
	right: 10px;
}

.pageTitle {
	margin: 0;
	position: relative;
}

div#productList {
	margin-top: 10px;
}

#settingsLayout {
	width: 100%;
}

div.fw-flash {
	margin: 8px 0 8px 0;
	border: 0;
	padding: 10px;
}

ol#productOptions {
	padding-left: 21px;
	margin-top: 0;
}

ol#productOptions li, ul#categoriesList li, ul#productShippings li {
	margin-bottom: 5px;
}

p.limitError {
	font-weight: normal;
}

#premiumLimitMessage {
	width: 400px;
	color: #44453f;
	border-collapse: collapse;
}

#premiumLimitMessage th {
	background-color: #039dd9;
	color: white;
	font-size: 1.2em;
	padding: 5px;
}

#premiumLimitMessage td {
	background-color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	padding: 5px;
	text-align: center;
	border-color: #e1e1e1;
}

#premiumServices {
	color: #0684b6;
	font-weight: bold;
	font-size: 1.5em;
}

a.linkButton {
	text-decoration: none !important;
	border: 0 !important;
}

.statusBanner {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 65px;
	width: 75px;
}

#photoList .statusBanner {
	bottom: 0;
	right: 0;
}

.img-new {
	background: transparent url('../images/new.png') no-repeat left top;
}

.img-on-sale {
	background: transparent url('../images/on-sale.png') no-repeat left top;
}

.img-sold-out {
	background: transparent url('../images/sold-out.png') no-repeat left top;
}

.img-coming-soon {
	background: transparent url('../images/coming-soon.png') no-repeat left top;
}

.img-free-shipping {
	background: transparent url('../images/free-shipping.png') no-repeat left top;
}

.img-out-of-stock {
	background: transparent url('../images/out-of-stock.png') no-repeat left top;
}

.translate-es .img-new {
	background: transparent url('../images/new.es.png') no-repeat left top;
}

.translate-es .img-on-sale {
	background: transparent url('../images/on-sale.es.png') no-repeat left top;
}

.translate-es .img-sold-out {
	background: transparent url('../images/sold-out.es.png') no-repeat left top;
}

.translate-es .img-coming-soon {
	background: transparent url('../images/coming-soon.es.png') no-repeat left top;
}

.translate-es .img-free-shipping {
	background: transparent url('../images/free-shipping.es.png') no-repeat left top;
}

.translate-es .img-out-of-stock {
	background: transparent url('../images/out-of-stock.es.png') no-repeat left top;
}

span.hiddenBanner {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c0c0c0;
	color: #fff;
	width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none !important;
}

a.productWrapper {
	width: 150px;
	display: block;
}

div.productWrapper {
	float: right;
}

.productWrapper {
	position: relative;
	border-width: 4px !important;
	border-style: solid !important;
	border-color: #d4d4d4;
}

img.productListView {
	vertical-align: middle;
}

div.pagination .current {
	font-weight: bold;
}

#productShippings {
	list-style-type: none;
	padding: 0;
}

select.countryList {
	max-width: 100%;
}

p.warningBox {
	display: none;
	border: 1px solid #ffe4c1;
	background-color: #ffffc0;
	padding: 5px;
	margin-top: 5px;
}

td.categoryIconAction {
	text-align: center;
	width: 70px;
}

th.center,
td.center {
	text-align: center !important;
}

select#sortView {
	font: normal 11px Arial, Verdana
}

.productOptionInStock {
	width: 40px;
}

table#searchDisplay {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: transparent;
	margin: 10px 0 10px 0;
}

table#searchDisplay td {
	padding: 3px 1px 2px 1px;
}

#productShippings .field_with_errors {
	display: inline;
}

#new_category .field_with_errors {
	float: left
}

#productLayout .tax_data .field_with_errors {
	display: inline
}

table.cart th {
	text-align: center
}

#welcome p {
	margin: 0;
	padding: 0
}

#welcome ul {
	list-style-type: none;
	padding: 0
}

#welcome a {
	font-size: 13px;
}

#track_inventory_msg {
	clear: both;
	margin: 15px 0 0 0;
}

#track_inventory_msg .fw-message {
	padding-bottom: 0
}

.settingCoupons p {
	clear: both;
}

.settingCoupons .calendar_date_select_popup_icon {
	float: left;
	position: relative;
	left: -32px;
	top: 15px;
}

#settingsLayout .settingCoupons input[type=text] {
	width: 100px;
	float: left;
	margin-right: 10px;
	padding: 10px 8px;
}

#settingsLayout .settingCoupons input[type=text].couponDiscount {
	width: 50px;
}

#settingsLayout .settingCoupons .select_selected {
	padding: 0 10px 0 5px;
}

#settingsLayout .settingCoupons .select_ul {
	width: 65px;
}

.settingCoupon .util_select_container {
	/*TODO Remove after Nate tickets goes in*/
	width: 45px !important;
	margin-top: 2px;
	padding-right: 10px;
}

.settingCoupon .util_select_container .select_visible {
	height: 26px;
	padding-top: 6px;
}

/*TODO Remove this and add the correct class to html*/
#addCouponBtn {
	background-color: #7CBB52;
}

.settingCoupon {
	display: inline-block;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}

.settingCoupons .settingCoupon .couponRemove {
	background: url('../images/coupons_sprite.png') no-repeat 0 0;
	float: left;
	display: block;
	width: 19px;
	height: 31px;
	background-position: -16px 12px;
	margin-top: 2px;
}

.settingCoupons .settingCoupon .couponRemove:hover {
	background-position: -35px 12px;
}

.settingCoupons .settingCoupon .couponDate {
	width: 110px;
}

.settingCouponsTitles.settingCoupon {
	display: block;
}

.settingCouponsTitles div {
	padding-left: 10px;
	display: inline-block;
	font-size: 16px;
}

.settingCouponsTitles span {
	padding-left: 5px;
}

.settingCouponsTitles .codeTitle {
	width: 110px;
}

.settingCouponsTitles .discountTitle {
	width: 135px;
}

.stripe-settings td {
	padding-bottom: 20px;
}

.stripe-settings > div.fw-error {
	margin-bottom: 50px;
}

.stripe-settings #button_stripe_connect {
	margin-right: 20px;
}

.stripe-settings .fw-message.stripe,
.stripe-settings .fw-success.stripe {
	padding: 5px 20px;
}

.stripe-settings .payment-options > div {
	margin-bottom: 20px;
}

.stripe-settings input.payment-option {
	margin-bottom: 30px;
}

.stripe-settings span.payment-option {
	margin-right: 20px;
}

.stripe-settings .payment-checkboxes > label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 30px;
}

.stripe-settings .payment-checkboxes > label > * {
	vertical-align: middle;
}

.stripe-settings .payment-checkboxes > label img.payment-image {
	height: 50px;
}

.no-payment {
	/* IE */
	background-color: #A6A6A6;
	border-color: #A6A6A6;
	filter: alpha(opacity=35);
	/* others */
	background-color: rgba(0,0,0,0.35);
	border-color: rgba(0,0,0, 0.35);
	border-radius: 3px;
}

.no-payment .payment-checkboxes {
	filter: alpha(opacity=35);
	opacity: 0.35;
	margin-left: 10px;
}

.w-upsell {
	display: none;
}

.no-payment .w-upsell {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	margin: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	display: block;
	padding-bottom: 30px;
}

.no-payment .w-upsell .w-upsell-text {
	font: 700 20px /1.25 'Lato', sans-serif;
	text-align: center;
	border-spacing: 2px;
	width: 450px;
	margin: 20px auto;
}

.no-payment .w-upsell div {
	text-align: center;
}

#coupon-premium {
	display: none;
}

td.persistent-shopping-cart {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}

.shopping-cart-upgrade {
	display: inline-block;
}

.productListContainer {
	position: relative;
}

#frmCart .cart {
}

#frmCart .header {
	text-align: center;
}

/*****************************************************************************/
/* Padding *******************************************************************/
/*****************************************************************************/

#frmCart .row > div {
	padding: 1.5em;
}

#frmCart .header > div {
	padding-bottom: .5em;
}

#frmCart .cell + .cell {
	padding-left: 0;
}

#frmCart .row > .instructions {
	padding: 0 1.5em 1.5em 1.5em;
}

/*****************************************************************************/
/* Cells *********************************************************************/
/*****************************************************************************/

#frmCart .cell {
	float: left;
	box-sizing: border-box;
}

/* Column 1 (Picture and name) */
#frmCart .cell.one {
	width: 39%;
}

/* Column 2 (Option) */
#frmCart .cell.two {
	text-align: center;
	width: 16%;
}

/* Column 3 (Price) */
#frmCart .cell.three {
	text-align: right;
	width: 14%;
	white-space: nowrap;
	overflow: visible;
}

/* Column 4 (Quantity) */
#frmCart .cell.four {
	text-align: right;
	width: 11%;
}

/* Column 5 (Total) */
#frmCart .cell.five {
	text-align: right;
	width: 14%;
	white-space: nowrap;
	overflow: visible;
}

/* Column 6 (Remove button) */
#frmCart .cell.six {
	text-align: center;
	width: 6%;
}

/*****************************************************************************/
/* Clears ********************************************************************/
/*****************************************************************************/

#frmCart .cell.six + * {
	clear: both;
}

#frmCart .clearfix:after {
	display: table;
	content: ' ';
	clear: both;
}

#frmCart .row:after {
	display: block;
	content: '';
	border-bottom: thin solid;
	clear: both;
	opacity: .5;
}

/*****************************************************************************/

#frmCart .strong {
	font-weight: bold;
}

#frmCart .big {
	font-size: 1.5em;
}

#frmCart .item .photo {
	float: left;
	margin-right: 1.5em;
}

#frmCart .item .photo img {
	height: 55px;
	width: 55px;
	display: block;
}

#frmCart .item > .cell {
	line-height: 55px;
	text-overflow: ellipsis;
}

#frmCart .remove {
	cursor: pointer;
	font-size: 1.3em;
	height: 1.5em;
	line-height: 1.5em;
	width: 1.5em;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	filter: alpha(opacity=70);
	opacity: .7;
}

#frmCart .remove:hover {
	background-color: #808080;
	filter: alpha(opacity=100);
	background-color: rgba(128, 128, 128, .2);
	opacity: 1;
}

#frmCart .quantity {
	padding: 0 .5em;
	width: 2em;
	text-align: right;
}

#frmCart .right-justified {
	text-align: right;
}

#frmCart .coupon {
	float: left;
}

#frmCart .coupon label {
	display: block;
}

#frmCart .checkout-row {
	float: right;
	text-align: right;
	clear: right;
}

#frmCart .checkout-row .value {
	display: inline-block;
	width: 12em;
	margin-left: 1.5em;
}

#frmCart .empty {
	text-align: center;
}

#frmCart .loadingOverlay {
	position: absolute;
	background-color: #808080;
	filter: alpha(opacity=30);
	background-color: rgba(128, 128, 128, .3);
	cursor: progress;
	display: none;
	box-sizing: border-box;
	z-index: 100;
	top: -1em;
	bottom: -1em;
	left: -1em;
	right: -1em;
}

#frmCart .margin-top {
	margin-top: 1.5em;
}

#frmCart input[type=text] {
	display: inline;
}

.policies {
	text-align: center;
}

/*****************************************************************************/
/* Cart **********************************************************************/
/*****************************************************************************/

#frmCart {
	position: relative;
}

#frmCart .cart {
}

#frmCart .header {
	text-align: center;
}

/*****************************************************************************/
/* Padding *******************************************************************/
/*****************************************************************************/

#frmCart .row > div {
	padding: 1.5em;
}

#frmCart .header > div {
	padding-bottom: .5em;
}

#frmCart .cell + .cell {
	padding-left: 0;
}

#frmCart .row > .instructions {
	padding: 0 1.5em 1.5em 1.5em;
}

/*****************************************************************************/
/* Cells *********************************************************************/
/*****************************************************************************/

#frmCart .cell {
	float: left;
	box-sizing: border-box;
}

/* Column 1 (Picture and name) */
#frmCart .cell.one {
	width: 45%;
}

/* Column 2 (Option) */
#frmCart .cell.two {
	text-align: center;
	width: 16%;
}

/* Column 3 (Price) */
#frmCart .cell.three {
	text-align: right;
	width: 11%;
}

/* Column 4 (Quantity) */
#frmCart .cell.four {
	text-align: right;
	width: 11%;
}

/* Column 5 (Total) */
#frmCart .cell.five {
	text-align: right;
	width: 11%;
}

/* Column 6 (Remove button) */
#frmCart .cell.six {
	text-align: center;
	width: 6%;
}

/*****************************************************************************/
/* Clears ********************************************************************/
/*****************************************************************************/

#frmCart .cell.six + * {
	clear: both;
}

#frmCart .clearfix:after {
	display: table;
	content: ' ';
	clear: both;
}

#frmCart .row:after {
	display: block;
	content: '';
	border-bottom: thin solid;
	clear: both;
	opacity: .5;
}

/*****************************************************************************/

#frmCart .strong {
	font-weight: bold;
}

#frmCart .big {
	font-size: 1.5em;
}

#frmCart .item .photo {
	float: left;
	margin-right: 1.5em;
}

#frmCart .item .photo img {
	height: 55px;
	width: 55px;
	display: block;
}

#frmCart .item > .cell {
	line-height: 55px;
	text-overflow: ellipsis;
}

#frmCart .remove {
	cursor: pointer;
	font-size: 1.3em;
	height: 1.5em;
	line-height: 1.5em;
	width: 1.5em;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	opacity: .7;
}

#frmCart .remove:hover {
	background-color: #808080;
	filter: alpha(opacity=20);
	background-color: rgba(128, 128, 128, .2);
	opacity: 1;
}

#frmCart input[type=text].quantity {
	padding: 0 .5em;
	width: 2ex;
	text-align: right;
}

#frmCart .right-justified {
	text-align: right;
}

#frmCart .coupon {
	float: left;
}

#frmCart .coupon label {
	display: block;
}

#frmCart .checkout-row {
	float: right;
	text-align: right;
	clear: right;
}

#frmCart .checkout-row .value {
	display: inline-block;
	width: 12em;
	margin-left: 1.5em;
}

#frmCart .empty {
	text-align: center;
}

#frmCart .loadingOverlay {
	position: absolute;
	background-color: #808080;
	filter: alpha(opacity=30);
	background-color: rgba(128, 128, 128, .3);
	cursor: progress;
	display: none;
	box-sizing: border-box;
	z-index: 100;
	top: -1em;
	bottom: -1em;
	left: -1em;
	right: -1em;
}

#frmCart .margin-top {
	margin-top: 1.5em;
}

#frmCart input[type=text] {
	display: inline;
	box-sizing: content-box;
	width: auto;
}

.policies {
	text-align: center;
}

.product-list-container {
	position: relative;
}

.product-list-container .product-list {
	list-style-type: none !important;
}

.product-list-container .product-list .row{
	display: inline-block;
	width: 100%;
}

.product-list-container .product-list .product {
	float: left;
	width: 25%;
	margin: 20px 0 10px;
}

.product-list-container .product-list .products-per-row-2{
	width: 50%;
}

.product-list-container .product-list .products-per-row-3{
	width: 33.33%;
}

.product-list-container .product-list .products-per-row-4{
	width: 25%;
}

.product-list-container .product-list .product .product-image-container {
	margin: 0 auto;
	background-color: #f9f9f9;
	position: relative;
	width: 90%;
}

.product-list-container .product-list .product .product-image-container:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.product-list-container .product-list .product .product-image-container .product-image-anchor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0px;
}

.product-image {
	object-position: center;
	height: 100%;
	width: 100%;
}

.full {
	object-fit: contain;
}

.square {
	object-fit: cover;
}

.product-list-container .product-list .product .product-image-container a:active {
	outline: none;
}

.product-list-container .product-list .product .product-image-container .banner-list {
	position: absolute;
	top: 0;
	background: #DE4647;
	color: white;
	padding: 5px 15px;
	line-height: 21px;
	text-align: right;
	right: 0;
}

.product-list-container .product-list .product .product-name {
	color: inherit;
	text-align: center;
	margin: 10px 10px 0 10px;
	font-size: 1.1em;
}

.product-list-container .product-list .product div.product-price {
	text-align: center;
}

.productBreadcrumbs {
	border-bottom: 1px solid lightgray;
	padding: 10px 0;
	border-top: 1px solid lightgray;
}

.productBreadcrumbs .last-breadcrumb {
	color: inherit;
}

.webs-container {
	padding: 0 10px;
}

.confirmation {
	text-align: center;
	padding: 5em;
}

.confirmation p {
	margin: 0;
}

.confirmation > div {
	float: left;
	width: 100%;
	position: relative;
}

.confirmation .title {
	font-size: 1.4em;
}

.confirmation .subtitle,
.confirmation .link {
	margin-top: 1.5em;
}

.confirmation > .background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	float: none;
	width: auto;
	border: thin solid;
	background-color: rgba(0, 0, 0, .06);
	opacity: .75;
}

.clearfix:after {
	display: table;
	content: ' ';
	clear: both;
}

#productShow{
	margin: 20px 0px;
}

.product-container {
	margin: 20px 0px;
	width: 100%;
}

.product-container td {
	vertical-align: top;
}

.product-container .product-images-container {
	position: relative;
	margin: 0 40px 10px 0px;
}

.product-container .product-images-container .large-image-container {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.product-container .product-images-container .large-image-container .large-image {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f9f9f9;
}

.product-container .product-images-container .large-image-container .banner {
	position: absolute;
	top: 2px;
	background: #DE4647;
	color: white;
	padding: 5px 15px;
	line-height: 21px;
	text-align: right;
	right: 2px;
}

.product-container .product-images-container .small-image-container {
	width: 100%;
	display: inline-block;
	text-align: left;
}

.product-container .product-images-container .small-image-container .box-shadow {
	box-shadow: inset 0px 0px 0px 3px rgba(240, 240, 240, 0.7);
}

.product-container .product-images-container .small-image-container .small-image {
	cursor: pointer;
	background-color: #f9f9f9;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.product-container .product-info-container .special_instruction span {
	font-weight: bolder;
}

.product-container .product-info-container .special_instruction_text_area {
	width: 100%;
	resize: none;
	border-radius: 4px;
	border-color: #F0F0F0; /* Backup for IE */
	border-color: rgba(0, 0, 0, .3);
	padding: 7px;
}

.product-container .product-info-container .cart-buttons {
	display: inline-block;
}

.product-container .product-info-container .cart-buttons > div{
	display: inline;
	margin-right: 8px;
	margin-bottom: 10px;
}

.product-container .product-info-container .item-added-msg-container {
	padding-top: 15px;
}
.product-container .product-info-container .item-added-msg-container > div {
	display: none;
}

.product-sale-price + .product-price {
	margin-left: 5px;
	text-decoration: line-through;
	opacity: .7;
}

.applicable-tax {
	display: none;
}

.product-container .product-info-container .add-cart-button-disabled {
	opacity: 0.8 !important;
}

.product-container .product-info-container .add-cart-button-disabled > span {
	opacity: 0.6;
}