/* WooCommerce CSS for the Modern Age Comics theme by Jake Caputo */

/*----------------------------------------------------------------------------*/
/* Utility
/*----------------------------------------------------------------------------*/

#content {
	margin-bottom: 1.3125em;
	padding: 0 0.9375em;
	position: relative;
}
.nobr {
	white-space: nowrap;
}
a.modern_age_comics-catalog-product, a.modern_age_comics-catalog-product:visited {
	color: #222;
}
a.modern_age_comics-catalog-product:hover, a.modern_age_comics-catalog-product:active {
	color: #8e8e8e;
}

/*----------------------------------------------------------------------------*/
/* Store Demo
/*----------------------------------------------------------------------------*/

p.demo_store {
	background: #c00613;
	border: 1px solid #95040e;
	color: #FFF;
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.66666667em 0;
	text-align: center;
	z-index: 999999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

p.demo_store a {
	color: #FFF;
	text-decoration: underline;
	margin-left: 5px;
}

/*----------------------------------------------------------------------------*/
/* Breadcrumbs
/*----------------------------------------------------------------------------*/

.woocommerce-breadcrumb {
	padding: 1.3125em 0;
	position: relative;
}
.single-product .woocommerce-breadcrumb {
	padding-top: 0;
}

/*----------------------------------------------------------------------------*/
/* Product Page
/*----------------------------------------------------------------------------*/


#shop_list {
	padding: 40px 10px 0 10px;
}

.info {
	border: 1px solid #eeeac1;
	background-color: #f7f5c6;
	color: #747165;
	padding: 0.71428571em 1.42857143em;
	box-shadow: 0 0 0 1px #ffffcc inset;
}
.woocommerce-error, .woocommerce-message {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0.71428571em 0 1.42857143em;
	padding: 0.71428571em;
}
.woocommerce-error {
	list-style: none;
}
.woocommerce-error a,
.woocommerce-message a {
	color: inherit;
	text-decoration: underline,
}
.woocommerce-error a.button, .woocommerce-message a.button {
	background-color: transparent !important;
	border: none;
	color: inherit !important;
	font-size: inherit;
	font-weight: 700;
	float: right;
	line-height: inherit !important;
	margin-left: 1.42857143em;
	padding: 0;
	border-radius: 0;
}
.woocommerce-error a:hover, .woocommerce-error a.button:hover,
.woocommerce-message a.button:hover {
	color: inherit;
	opacity: 0.5;
}
.woocommerce-error {
	background-color: #ffd4d4;
	color: #d8000c;
}
.woocommerce-message {
	background-color: #25B036;
	border: 1px solid rgba(0,0,0,.1);
	color: #FFF;
	overflow: hidden;
	position: relative;
}
.woocommerce-thankyou-order-received {
    padding: 0.714286em;
    background-color: #fef79a;
    border: 1px solid #DDD58E;
    color: #000;
    margin-bottom: 40px;
}
.woocommerce-thankyou-order-received p:last-child {
	margin: 0 !important;
}
.woocommerce-thankyou-order-received a {
	color: #0094CD;
	border-bottom: 1px dashed transparent;
}
.woocommerce-thankyou-order-received a:hover {
	border-color: #0094CD;
}
body.woocommerce-order-received .woocommerce-customer-details {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #8e8e8e;
}
body.woocommerce-order-received h2.woocommerce-column__title {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/* Product Page
/*----------------------------------------------------------------------------*/

.single-product .content-wrapper {
	padding: 0 0.9375em 0.0625em;
}
.product {
	position: relative;
}
.product .product_title {
	margin-bottom: 0.9375em;
	padding-bottom: 0.9375em;
	border-bottom: 1px solid #EEE;
	text-align: center;
}
.product .price {
	color: #00aeef;
	font-family: 'Roboto', serif;
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
.product .cart .price {
	font-size: inherit;
}
.product .price del {
	color: #ff0000;
	display: block;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	line-height: 1.5;
	text-decoration: none;
}
.product .price ins {
	border-bottom: none;
}
.woocommerce-product-rating {
	margin-bottom: 1.5em;
}
	.woocommerce-product-rating .star-rating {
		float: none;
		margin: 0;
	}
.product .stock {
	float: none;
}
.product .images {
	margin-bottom: 1.3125em;
	position: relative;
	box-sizing: border-box;
}
.product .images img {
	border: 1px solid #d1d1d1;
	padding: 0.25em;
	box-sizing: border-box;
	transition: all 0.25s ease-in-out 0s;
}
.product.product_cat-toys-and-models .images img {
	border: none;
	padding: 0;
}
.product .images a > img:hover,
.comic_list_line-image a img:hover {
	border-color: #fff;
	transform: scale(1.025);
}
.thumbnails {
	margin-top: 1.25em;
	position: relative;
}
.product .images .thumbnails a {
	float: left;
	margin-bottom: 0.625em;
	margin-right: 3.636364%;
	width: 30%;
	box-sizing: border-box;
}
.product .images .thumbnails a.last {
	margin-right: 0;
}
.pp_gallery li img {
	width: 50px;
}
.product .summary {
	margin-bottom: 1.3125em;
	position: relative;
	box-sizing: border-box;
}
div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 0 0 2px;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce-review-link {
	font-size: 93.75%;
	line-height: inherit;
}
.woocommerce-product-gallery__wrapper {
	width: 100% !important;
}
.woocommerce-product-gallery__trigger {
	display: none;
}
.comic_list_line {
	margin: 0 0 30px;
	border-bottom: 1px solid #D6D6D6;
}
	.comic_list_line:last-child {
		margin-bottom: 0;
		border: none;
	}
.comic_list_line-image,
.comic_list_line-content {
	margin-bottom: 30px;
}
.comic_list_line-image > a,
.comic_list_line-image > img {
	display: block;
	width: 50%;
	margin: auto;
}
.comic_list_line-image a img {
	width: 100%;
	height: auto;
	transition: all 0.25s ease-in-out 0s;
}
.comic_meta .mac_stocked_wrap {
	margin-bottom: 1.5em;
}
.mac_stocked_wrap {
	overflow: hidden;
	width: 100%;
}
	.mac_stocked_wrap .mac_stocked_wrap-inner {
		float:left;
		position: relative;
		left:50%;
	}
		.mac_stocked_wrap .mac_stocked_wrap-inner > div {
			float:left;
			position: relative;
			right:50%;
			margin-right: 20px;
		}
			.mac_stocked_wrap .mac_stocked_wrap-inner > div:last-child {
				margin-right: 0;
			}
.mac_stocked {
	background-color: #ffcc33;
	color:#434343;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	padding-left: 30px;
	padding-right: 15px;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 10px;
}
	.mac_stocked .fas {
		position: absolute;
		left: 2px;
		top: 2px;
		line-height: 21px;
		width: 20px;
		height: 20px;
		display: block;
		background-color:#434343;
		color:#ffcc33;
		border-radius: 50%;
		text-align: center;
	}
.mac_newthisweek,
.mac_newlastweek {
	position: relative;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	height:24px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 12px;
	border-radius: 12px;
	color:#063e0d;
	background-color:#9cdda4;
}
	.mac_newlastweek .fas,
	.mac_newthisweek .fas {
		position: absolute;
		left:0;
		top:-1px;
		height:24px;
		line-height: 24px;
		width: 24px;
		font-size: 14px;
		text-align: center;
	}
.mac_newlastweek {
	background-color:#e6e6e6;
}	
.list_line-publisher,
.list_line-series {
	float: left;
}
.list_line-publisher.admin_product_box {
	float:none;
	width: 100%;
}
.pub_series_box {
	margin-bottom: 1.2em;
	font-size: .9em;
}
	.pub_series_box a {
		color: #45c9fb;
	}
	.pub_series_box a:hover {
		color: #8e8e8e;
	}
	.pub_series_box > div {
		margin-right: 20px;
	}
		.pub_series_box > div:last-child {
			margin-right: 
		}
.comic_list_line-content h3.post-title {
	margin-bottom: .25em;
}
.comic_list_line-meta {
	float: left;
	margin-top: 15px;
	width: 50%;
	text-align: center;
}
.comic_list_line-meta .add_to_cart_button,
.comic_list_line-meta .add_to_cart_button:hover {
	border-radius: 0;
	font-size: 1em;
	color: #fff;
	background-color: #00aeef;
	border:none;
	position: relative;
	width: 135px;
	text-align: center;
}
	.comic_list_line-meta .add_to_cart_button .fa {
		margin-right: 5px;
	}
.admin_product_box {
	background-color: #F5F5F5;
	padding: 10px 10px 5px;
	margin: 10px 0;
	border: 1px solid #E0E0E0;
}
	.admin_product_box > div {
		float:left;
		width: 50%;
		display: block;
		margin: 0 0 5px;
	}
	.admin_product_box > div:first-child {
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 2px solid #E0E0E0;
		width: 100%;
		float:none;
	}
	.admin_product_box .post-edit-link {
		float: right;
		margin-left: 20px;
	}
	.admin_product_box .admin_delete_item span {
		display: none;
	}
	.admin_product_box .admin_delete_item a {
		color: #f00;
		cursor: pointer;
	}
	.admin_product_box .admin_delete_item a:hover {
		color: #000;
	}
	.admin_product_box .stock_infinite_past {
		color: #f00;
	}
	.admin_product_box .stock_infinite {
		display: inline-block;
	    font-size: 20px;
	    line-height: 13px;
	}
.admin_delete_item {
	float:right;
}
.oos-button {
	background-color: #DEDEDE;
    border: medium none;
    border-radius: 0;
    color: #666;
    font-size: .8em;
    position: relative;
    text-align: center;
    width: 135px;
    padding: 0;
    display: block;
    line-height: 37.5px;
}
.oos-button.shelf_copies {
	float: right;
	width: auto;
	padding: 0 15px;
	line-height: 2.7em;
	font-size: 1em;
}
.read_more {
	display: inline-block;
}
.adult_readers {
	color: #D50101;
}

/*----------------------------------------------------------------------------*/
/* Tabs
/*----------------------------------------------------------------------------*/

.woocommerce-tabs {
	margin-bottom: 1.3125em;
	position: relative;
}
ul.tabs {
	background-color: #d1d1d1;
	overflow: hidden;
	list-style: none;
	margin-bottom: 0;
	padding: 0.28571429em 0.28571429em 0;
	zoom: 1;
	border-radius: 0.21428571em 0.21428571em 0 0;
}
ul.tabs li {
	float: left;
	margin-right: 0.28571429em;
	position: relative;
}
ul.tabs li a {
	background-color: #e6e6e6;
	color: #8e8e8e;
	float: left;
	padding: 0.42857143em 0.85714286em;
	border-radius: 0.14285714em 0.14285714em 0 0;
}
ul.tabs li a:hover {
	color: #222;
}
ul.tabs li.active a {
	background-color: #fff;
	color: #222;
}
.panel {
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 0.9375em 0.9375em 0;
	border-radius: 0 0 0.1875em 0.1875em;
}
.panel h2 {
	margin-bottom: 0.875em;
}
#tab-customize input[type=text] {
	margin-bottom: 1.5em;
}
.stock {
	color: #8e8e8e;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
}
.out-of-stock, .nostock {
	color: #ff0000;
}
p.cart {
  float: right;
}

/*----------------------------------------------------------------------------*/
/* Product Form Table
/*----------------------------------------------------------------------------*/

form.cart {
	margin-bottom: 1.5em;
}
div.quantity {
	position: relative;
	width: auto;
	min-width: 100px;
}
form.cart div.quantity {
	float: left;
	margin: 0 0.9375em 0 0;
}
form.cart table div.quantity {
	float: none;
	margin: 0;
}
form.cart table .quantity .minus, form.cart table .quantity .plus {
	height: 20px;
}
form.cart table {
	margin-top: 0;
	position: relative;
}
form.cart table td {
	position: relative;
}
form.cart table label {
	font-size: inherit;
}
form.cart table small.stock {
  display: block;
  float: none;
}
form.cart .variations {
	border-left: none;
	border-top: none;
}
form.cart .variations td {
	border-bottom: none;
	border-right: none;
}
form.cart .variations label {
	color: #222;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0.625em;
}
form.cart .variations .label {
	vertical-align: top;
}
form.cart .variations select {
	margin-bottom: 0;
}
form.cart .variations .reset_variations {
	background: #00aeef url(../images/cross_white.png) no-repeat 0.42857143em center;
	border: 1px solid #00aeef;
	color: #fff;
	display: inline-block !important;
	font-size: 0.875em;
	line-height: 1.5;
	margin-top: 0.71428571em;
	padding: 0.21428571em 0.42857143em 0.21428571em 1.28571429em;
	border-radius: 0.21428571em;
}
span.onsale {
	background-color: #00aeef;
	color: #fff;
	font-size: 0.85714286em;
	left: 1.25em;
	line-height: 2.66666667;
	min-height: 2.66666667em;
	min-width: 2.66666667em;
	padding: 0.33333333em;
	position: absolute;
	text-align: center;
	top: 1.25em;
	z-index: 200;
	border-radius: 1.66666667em;
}
span.select_label {
	color: #222;
	display: inline-block;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	margin-bottom: 0.5em;
}
.single_variation_wrap {
	background-color: #f9f9f9;
	padding: 0.9375em;
	border-radius: 0.25em;
}

/*----------------------------------------------------------------------------*/
/* Products
/*----------------------------------------------------------------------------*/
.mac_already_purchased {
	margin: 0 0 10px;
	color: #FFF;
	color: #25b036;
	padding: 5px 0;
	background-color: #F5F5F5;
}
	.featured_pulls .mac_already_purchased {
		background-color: rgba(255, 255, 255, 0.5);
		font-size: .9em;
	}
.mac_already_purchased .fa {
	margin-right: 5px;
}
.single-product .mac_already_purchased {
	margin-bottom: 1.3125em;
}
.related-comics.products > ul {
	display: block;
}
.related-comics.products > ul > li {
	background: #FFF;
	margin-bottom: 40px;
	border: none;
	padding: 0;
}
.related-comics.products > ul > li > a {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	transition: none;
}
.related-comics.products > ul > li img {
	padding: 0;
	margin: 0;
	border:none;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.related-comics.products > ul > li .related_info {
	width: 100%;
	margin: 0;
	padding: 5%;
	float: left;
	text-align: center;
}
.related_content {
	display: none;
}
.related_content ul li {
	margin-bottom: 1.5625em;
	list-style: disc outside;
	margin-left: 15px;
}
.related_content p:last-child,
.related_content ul:last-child li:last-child {
	margin-bottom:0;
}
.related-comics {
	background:#F0F0F0;
	padding: 40px 9999px;
	margin: 40px -9999px 0;
}
.related-comics > h3 {
	text-align: center;
}
.products ul, ul.products {
	list-style: none;
	padding-left: 0;
}
.products > ul > li {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2.14285714em;
	padding-bottom: 2.14285714em;
	position: relative;
	box-sizing: border-box;
}
.products > ul > li img {
	border: 1px solid #d1d1d1;
	margin-bottom: 1em;
	padding: 0.25em;
	width: 45%;
	box-sizing: border-box;
	transition: all 0.25s ease-in-out 0s;
	float: left;
}
.products > ul > li a > img:hover {
	border-collapse: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.products > ul > li .modern_age_comics-catalog-title {
	display: block;
	font-weight: 700;
	margin: 0 1.07142587em 1em;
	text-align: center;
}
.products > ul > li h3 {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 .5em;
}
.products > ul > li mark {
	background-color: transparent;
	color: inherit;
}
.products > ul > li a.button {
	margin-left: 0.41666667em;
	position: relative;
}
.products > ul > li .price {
	color: #00aeef;
	display: block;
	font-family: 'Roboto', serif;
	font-size: inherit;
	line-height: 2.14285714;
	margin-right: 0.35714286em;
}
.products > ul > li .price:after {
	clear: right;
}
.products > ul > li .price del {
	color: #ff0000;
	display: block;
	font-size: 0.78571429em;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -0.27272727em;
	text-decoration: none;
}
.products > ul > li .price ins {
	border-bottom: none;
}
.products > ul > li .nostock {
	line-height: 2.14285714em;
}
.products > ul > li .price .from {
	color: #8e8e8e;
	display: inline;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 -0.333333em;
	text-transform: lowercase;
}
.products > ul > li.first {
	clear: both;
}
.products > ul > li.last {
	margin-right: 0;
}
table.shop_attributes {
	border: 0;
	border-top: 1px dotted #d1d1d1;
}
table.shop_attributes th {
	border-style: dotted;
	vertical-align: middle;
	width: 40%;
}
table.shop_attributes td {
	border-bottom-style: dotted;
	border-right: none;
}
table.shop_attributes td p {
	margin: 0;
	padding: 0.5em;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
	background-color: #f9f9f9;
}

div.pp_woocommerce .pp_details {
	display: none;
}
/*----------------------------------------------------------------------------*/
/* Product Category Description
/*----------------------------------------------------------------------------*/

.term-description {
	background-color: #f9f9f9;
	margin-bottom: 1.875em;
	padding: 0.625em 1.25em;
	position: relative;
}
.term-description p {
	margin-bottom: 0;
	hyphens: none;
}

/*----------------------------------------------------------------------------*/
/* Sort Products Form
/*----------------------------------------------------------------------------*/

.woocommerce-ordering {
	font-size: 0.875em;
	margin-bottom: 1.875em;
}
.woocommerce-ordering select {
	font-size: inherit;
}
.orderby option[value="date"]{
   display: none;
}

/*----------------------------------------------------------------------------*/
/* Pagination
/*----------------------------------------------------------------------------*/

.woocommerce .pagination {
	border-top: 1px solid #d1d1d1;
	padding-top: 1.3125em;
}

/*----------------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------------*/

a.button, a.button:visited, button, input[type=button] {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	color: #00aeef;
	display: inline-block;
	font-size: 0.85714286em;
	line-height: 2.5;
	padding: 0 1.25em;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}
a.button:hover, a.button:active, button:hover, button:active, input[type=button]:hover, input[type=button]:active {
	background-color: #FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
a.button.button-large, a.button.button-alt.button-large button.button.button-large {
	padding: 0 1.25em;
	font-size: 1em;
}
a.button-alt, a.button.button-alt, button.button-alt, input.button-alt, button.single_add_to_cart_button, input[type=submit], button[name="update_cart"] {
	background-color: #00aeef;
	background-image: none;
	border: none;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.25s ease-in-out 0s;
	border-radius: 0;
	cursor: pointer;
}
button.single_add_to_cart_button {
	width: 130px;
	height: 45px;
	padding: 0;
	line-height: 45px;
}
button.item_pulled.single_add_to_cart_button,
.item_pulled .add_to_cart_button {
	background-color:#25b036 !important;
}
a.button-alt:hover, button.button-alt:hover, input.button-alt:hover,
button.single_add_to_cart_button:hover {
	background-color: #00749e;
	color: #fff;
	background-image: none;
	box-shadow: none;
}
button.single_add_to_cart_button:before,
.comic_list_line .add_to_cart_button:before,
.home_section .add_to_cart_button:before{
	font-family: "Font Awesome 5 Pro";
	content:"\f0ab";
	margin-right: 10px;
	font-weight: normal;
}
.comic_list_line .add_to_cart_button:before,
.home_section .add_to_cart_button:before {
	margin-right: 5px;
}
.comic_list_line.item_pulled .add_to_cart_button:before,
.home_section .item_pulled .add_to_cart_button:before,
button.item_pulled.single_add_to_cart_button:before,
.add_to_cart_button.added:before {
	content:"\f058";
	font-family: "Font Awesome 5 Pro";
}
.home_section .add_to_cart_button {
	width: 150px !important;
}
a.button-alt {
	display: inline-block;
	line-height: 2.5;
	padding: 0 0.9375em;
}
input.button-alt {
	font-size: inherit;
}
.quantity .minus, .quantity .plus {
	font-size: 14px;
	height: 23px;
	position: absolute;
	width: 45px;
}
.quantity .minus {
	border-left: none;
	bottom: 0;
	padding: 0 0.875em;
	right: 0;
	z-index: 100;
	border-radius: 0 0 0.25em 0;
	box-sizing: border-box;
}
.quantity .plus {
	border-bottom: none;
	border-left: none;
	padding: 0 0.8125em;
	right: 0;
	top: 0;
	border-radius: 0 0.25em 0 0;
	box-sizing: border-box;
}
table.shop_table .actions button[name="update_cart"] {
	margin: 0;
}
table.shop_table .quantity .minus, table.shop_table .quantity .plus {
	height: 20px;
}
button.button, input.button {
	float: left;
}
a.button.loading, button.button.loading, input.button.loading,
#respond input#submit.loading, #content input.button.loading {
	background-color: #f9f9f9 !important;
	color: #8e8e8e !important;
}
a.button.loading:before, button.button.loading:before, input.button.loading:before,
#respond input#submit.loading:before, #content input.button.loading:before {
	background: rgba(255, 255, 255, 0.65) url(../images/ajax-loader.gif) center no-repeat;
	bottom: 0;
	content: "" !important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
a.added_to_cart {
	display: none;
}
.comic_list_line .wc-forward {
	display: none;
}

/*----------------------------------------------------------------------------*/
/* Reviews
/*----------------------------------------------------------------------------*/

#review_form input[type=text], #review_form textarea {
	font-size: inherit;
}
#reviews #comments {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#reviews #comments .commentlist .bypostauthor > div {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
#reviews #comments .commentlist li div {
	margin-left: 0;
	padding: 0;
}
#reviews #comments ol.commentlist {
	margin-bottom: 0;
	overflow: hidden;
	zoom: 1;
}
#reviews #comments ol.commentlist li {
	border: none;
	margin-bottom: 1.5em;
	position: relative;
}
#reviews #comments ol.commentlist li .meta {
	color: #8e8e8e;
	font-size: 0.75em;
	line-height: 1.5;
}
#reviews #comments ol.commentlist li img {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	left: 0;
	padding: 0.1875em;
	top: 0.9375em;
}
#reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #d1d1d1;
	margin-left: 3.75em;
	padding: 0.9375em 0.9375em 0;
	border-radius: 0.3125em;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 0.5em;
}
#reviews #comments ol.commentlist li .comment-text p.meta time {
	display: inline-block;
}
.star-rating {
	background: url(../images/star.png) repeat-x left 0;
	height: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 80px;
}
.star-rating span {
	background: url(../images/star.png) repeat-x left -32px;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
}
#review_form #respond {
	border: 1px solid #d1d1d1;
	overflow: hidden;
	padding: 0.625em 1.25em 1.25em;
	zoom: 1;
	width: auto;
}
#review_form #respond p {
	margin: 0 0 0.71428571em;
}
p.stars {
	overflow: hidden;
	zoom: 1;
}
p.stars span {
	background: url(../images/star.png) repeat-x left 0;
	float: left;
	height: 16px;
	position: relative;
	width: 80px;
}
p.stars span a {
	float: left;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 16px;
	position: absolute;
	top: 0;
	width: 16px;
}
p.stars span a:hover, p.stars span a:focus {
	background: url(../images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background: url(../images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

/*----------------------------------------------------------------------------*/
/* Price Filter Widget
/*----------------------------------------------------------------------------*/

.widget_price_filter form {
	background-color: transparent;
	border: none;
	padding: 0;
	overflow: visible;
	border-radius: 0;
}
.price_slider_wrapper .ui-widget-content {
	background-color: #d1d1d1;
	background-image: none;
	border: none;
	cursor: pointer;
	height: 0.8125em;
	position: relative;
	border-radius: 200px;
}
.price_slider_wrapper .ui-slider-range {
	background-color: #00aeef;
	background-image: none;
	border: none;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 200px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
}
.ui-slider .ui-slider-handle {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #00aeef;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	width: 30px;
	border-radius: 200px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgb(255, 255, 255) inset;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgb(255, 255, 255) inset;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:active {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}
.ui-slider .ui-slider-handle:last-child {
	margin-left: -30px;
}
.ui-slider .ui-slider-handle:after {
	content: '\2022';
	left: 1px;
	position: relative;
	top: 1px;
}
.price_slider_amount {
	font-size: 0.875em;
	margin-top: 2.5em;
	position: relative;
}
.price_label .from, .price_label .to {
	font-weight: 700;
}
.price_slider_amount button.button {
	float: right;
	margin-top: -0.71428571em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

/*----------------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------------*/

table.shop_table {
	border: 1px solid #d1d1d1;
	margin-bottom: 3.125em;
	margin-top: 0;
	border-radius: 0.1875em;
}
table.shop_table select {
	background-color: #fff;
}
table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
	margin-bottom: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
	border-radius: 0.1875em 0 0 0;
	border-top: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	border-radius: 0 0.1875em 0 0;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	background-color:#f9f9f9;
	border-left: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .pickup_location th,
table.shop_table.woocommerce-checkout-review-order-table tfoot .collection_method th,
table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	background-color:#f9f9f9;
	border-right: 1px solid #e1e1e1;
	border-top: none;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-bottom: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th > span,
table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th .package_contents {
	padding-left: 12px;
	border-left: 3px solid #8e8e8e;
	display: block; 
}
table.shop_table th {
	border-bottom: none;
	border-right: none;
	color: #8e8e8e;
	font-size: 0.92307692em;
	font-weight: 700;
	line-height: 1.5;
}
table.shop_table th .package_contents {
	color:#666;
	font-size: 1.1em;
}
table.shop_table td {
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #e7e7e7;
}
table.shop_table tr:first-child td {
	border: none;
}
table.shop_table td a.button {
	margin: 0;
}
table.shop_table tfoot td {
	font-weight: 700;
}
table.shop_table td.product-remove {
	text-align: center;
}
table.shop_table td.product-thumbnail img {
	border: 1px solid #d1d1d1;
	padding: 0.125em;
	width: 3.125em;
	box-sizing: border-box;
}
table.my_account_orders {
	font-size: 0.8125em;
	line-height: 1.53846154;
}
table.my_account_orders th, table.my_account_orders td {
	vertical-align: top;
}
table.my_account_orders .button {
	white-space: nowrap;
	margin: 4px 0;
}
.woocommerce-remove-coupon {
	display: none;
}
.cart_totals h2,
.checkout h3 {
	text-transform: capitalize;
}
#customer_details .select2-container {
	height: 44px;
}
#customer_details .select2-container .select2-selection--single {
	height: 44px;
	border-color: #d1d1d1;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}
#customer_details p {
	margin-bottom: 10px;
}
.cart_item:last-child td {
	padding-bottom: 40px;
}

/*----------------------------------------------------------------------------*/
/* Cart Widget
/*----------------------------------------------------------------------------*/

.sidebar-widget span.empty {
	display: block;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;	
}
.widget_shopping_cart .total {
	border-top: 3px double #d1d1d1;
	padding: 0.85714286em 0;
	margin-bottom: 0;
}
.widget_shopping_cart .total strong {
	display: inline-block;
	min-width: 2.85714286em;
}
.widget_shopping_cart .buttons {
	margin-bottom: 0;
}
.widget_shopping_cart a.button {
	margin-right: 0.83333333em;
}

/*----------------------------------------------------------------------------*/
/* Cart
/*----------------------------------------------------------------------------*/

a.remove {
	background: url(../images/remove.png) #cccccc;
	color: #ff7700;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
a.remove:hover {
	background-color: #f93;
	color: #8e8e8e;
}
.js a.remove {
	background-color: transparent;
	background-image: none;
	display: inline-block;
	height: auto;
	text-indent: 0;
	width: auto;
}
.js a.remove:hover {
	background-color: transparent;
}
table.cart tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.cart th, .cart td {
	vertical-align: middle;
}
td.actions .coupon,
.woocommerce-checkout .woocommerce-info,
.checkout_coupon {
	display: none !important;
}
td.actions .coupon label {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
td.actions .coupon .input-text {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #666;
	font-size: inherit;
	margin-right: 0.3125em;
	padding: 0.85714286em 0.9375em;
	width: 12.1428571em;
	border-radius: 0.25em;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out 0s;
}
td.actions .coupon .input-text:focus {
	background-color: #f4f4f4;
	color: #222;
}
td.actions .button {
	width: auto;
	height: 42px;
	line-height: 13px;
}
td.actions .coupon + .button {
	float: right;
}
td.actions .button-alt {
	float: right;
	font-size: 0.875em;
	line-height: 2.85714286;
}
td.product-name dl.variation {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0;
	opacity: .5;
}
td.product-name dl.variation dt {
	display: inline-block;
	font-weight: 700;
	margin: 0 0.25em 0 0;
}
td.product-name dl.variation dd {
	display: inline-block;
	margin: 0;
}
td.product-name dl.variation dd p {
	margin-bottom: 0;
}
td.product-name dl.variation dd.variation-Availableforpickup,
td.product-name dl.variation dd.variation-Availableforpickup p {
	margin: 0;
}
td.quantity {
  min-width: 80px;
}
.quantity input.qty {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #38585f;
	display: inline-block;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
	padding: 0.75em;
	text-align: center;
	width: 100px;
	border-radius: 0;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out 0s;	
}
	.quantity input.qty:focus {
		background-color: #f4f4f4;
		color: #222;
	}
	.single_cartbox .quantity input.qty {
		border-right: none;
		height: 45px;
	    line-height: 45px;
	    padding-bottom: 0;
	    padding-top: 0;
	}
	.single_cartbox > .price_date:last-child {
		width: 100%;
		text-align: center;
	}
	.single_cartbox > .price_date:last-child > .stock {
		width: 100%;
		background-color: #F5F5F5;
	}
.col2-set {
	overflow: hidden;
	width: 100%;
	zoom: 1;
}
.col2-set p + h3 {
	margin-top: 0;
}
.col2-set .col-1, .col2-set .col-2 {
	background-color: #FFF;
	box-sizing: border-box;
}
.col2-set .col-2 {
	margin-top: 40px;
}
.cart-collaterals {
	overflow: hidden;
	zoom: 1;
}
.cart-collaterals .related {
  width: 310px;
  float: left;
}
.cart-collaterals .cross-sells {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.875em;
	padding: 0.9375em 0.9375em 0;
	position: relative;
	border-radius: 0.1875em;
}
.cart-collaterals .cross-sells h2 {
	border-bottom: 0.25em double #d1d1d1;
	font-size: 1em;
	padding-bottom: 0.625em;
}
.cart-collaterals .cross-sells .products > ul > li {
	overflow: hidden;
}
.cart-collaterals .cross-sells .products > ul > li img {
	margin: 0 0.625em 0 0;
	float: left;
	width: 4.6875em;
}
.cart-collaterals .cross-sells .products > ul > li a > img {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cart-collaterals .cross-sells .products > ul > li h3,
.cart-collaterals .cross-sells .products > ul > li .modern_age_comics-catalog-title {
	margin: 0 0 0.35714286em;
	text-align: left;
}
.cart-collaterals .cross-sells .products > ul > li .price {
	font-size: 0.875em;
	float: none;
	text-align: left;
}
.cart-collaterals .cross-sells .products > ul > li a.button {
	font-size: 0.875em;
	margin-left: 0;
	margin-top: 0.71428571em;
}
.cart-collaterals .shipping_calculator {
	overflow: hidden;
	zoom: 1;
}
ul#shipping_method {
	list-style: none;
	padding-left: 0;
}
.cart-collaterals .shipping_calculator .button {
	float: none;
}
.cart-collaterals .shipping_calculator .col2-set .col-1,
.cart-collaterals .shipping_calculator .col2-set .col-2 {
	background-color: transparent;
	border: none;
	padding: 0;
	border-radius: 0;
}
.cart-collaterals .shipping_calculator h2, .cart-collaterals .cart_totals h2 {
	margin: 0 0 0.35714286em 0.35714286em;
}
.cart-collaterals .cart_totals p {
  margin: 0 !important;
  text-align: left;
}
.cart-collaterals .cart_totals table {
	margin-bottom: 3.125em;
	margin-top: 0;
	border-radius: 0.1875em;
}
.cart-collaterals .cart_totals table small {
 	color: #8e8e8e;
 	display: block;
}
.cart-collaterals .cart_totals .discount td {
	color: #858c00;
}
.cart-collaterals .cart_totals a.button-alt {
  font-size: 0.92em;
}
.cart-collaterals .cart_totals a.checkout-button {
	float:right;
}
.woocommerce-shipping-totals #shipping_method {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/*----------------------------------------------------------------------------*/
/* Forms
/*----------------------------------------------------------------------------*/

form.login {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.5625em;
	padding: 0.9375em;
	border-radius: 0.1875em;
}
.col2-set form.login {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}
.form-row {
	padding: 0.1875em;
	overflow: hidden;
	zoom: 1;
}
.form-row label {
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	opacity: .5;
}
.form-row label.hidden {
	visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
	color: #ff0000;
}
.form-row label.checkbox {
	display: inline;
}
form .form-row textarea,
#content .form-row textarea {
  height: 7em;
  line-height: 1.5em;
  display: block;
  box-shadow: none;
}
a.lost_password {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0.71428571em 0 0 0.71428571em;
}
.full-row {
	clear: right;
}
#billing_country_field, #shipping_country_field, #billing_company_field {
	clear: both;
	overflow: visible;
}

/*----------------------------------------------------------------------------*/
/* Form Errors
/*----------------------------------------------------------------------------*/

.woocommerce-invalid input[type=text] {
	border-color: #ff0000;
}

/*----------------------------------------------------------------------------*/
/* Checkout
/*----------------------------------------------------------------------------*/

#payment {
	background-color: #f9f9f9;
	border-radius: 0 0 0.1875em 0.1875em;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #e1e1e1 #e1e1e1;
}
#payment ul.payment_methods {
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0.9875em;
}
#payment ul.payment_methods li {
	position: relative;
	margin-bottom: 10px;
}
#payment ul.payment_methods li:last-child,
#payment ul.payment_methods li:last-child div.payment_box {
	margin-bottom: 0;
}
#payment ul.payment_methods li img {
	display: inline-block;
	margin: -2px 0 0 0.5em;
	position: relative;
	vertical-align: middle;
}
#payment ul.payment_methods li label[for="payment_method_paypal"] a {
	margin-left: 20px;
}
#payment ul.payment_methods li label[for="payment_method_paypal"] img {
	background: #FFF;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    height: 55px;
    margin-left: 20px;
}
#payment div.form-row {
	border-top: 1px solid #fff;
	padding: 0.9875em;
}
#payment #place_order {
	float: right;
	margin: 0;
	background-color:#00aeef;
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	color:#fff;
	font-weight:900;
	letter-spacing:1px;
	font-size:1em;
	padding: 5px;
}
#payment .terms {
	text-align: right;
}
#payment .terms .input-checkbox {
	margin: -2px 0 0;
}
#payment div.payment_box {
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 1.07142857em 0;
	padding: 1.07142857em 2% 0;
	position: relative;
}
#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}
#payment div.payment_box #cc-expire-year {
  float: right;
}
#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}
#payment div.payment_box p,
#payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #e1e1e1;
	/* arrow size / color */
	
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em;
}
div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
	float: right;
	margin: 0 !important;
	padding: 0;
}
#shiptobilling label {
	margin-bottom: 0;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}

/*----------------------------------------------------------------------------*/
/* Order Page
/*----------------------------------------------------------------------------*/

ul.order_details {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}
ul.order_details li {
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
ul.order_details li strong {
	display: block;
	font-size: 1.33333333em;
	line-height: 1.5625;
	text-transform: none;
}
ul.order_details li.method {
	border: none;
}
.woocommerce-orders-table__cell .button {
	margin-right: 10px !important;
}
.woocommerce-orders-table__cell .button:last-child {
	margin-right: 0 !important;
}
/*----------------------------------------------------------------------------*/
/* Account
/*----------------------------------------------------------------------------*/

.woocommerce-MyAccount-navigation:after,
.woocommerce-MyAccount-content:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.woocommerce-Address {
	float:left;
	width: 100%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
    border-radius: 0.1875em;
    padding: 0.9375em;
}
.woocommerce-Address + .woocommerce-Address {
	margin: 0;
}
.woocommerce-Address address {
	margin-bottom: 0;
}
.woocommerce-Address .title {
	overflow: hidden;
	zoom: 1;
}
.woocommerce-Address .title h3 {
	float: left;
}
.woocommerce-Address .title .edit {
	float: right;
	font-size: 0.875em;
	line-height: 1.5;
}
.woocommerce-MyAccount-navigation_wrap {
	margin: 0 -99999px 40px;
	padding: 0 99999px;
	background-color: #3D3D3D;
}
.woocommerce-MyAccount-navigation {
	overflow: hidden;
	width: 100%;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	float:left;
	position: relative;
	left:50%;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: block;
	margin: 0 50px 0 0;
	padding: 10px 0;
	float:left;
	position: relative;
	right:50%;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #8e8e8e;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #FFF;
}
.woocommerce-MyAccount-navigation-link a {
	font-size: 0;
}
.woocommerce-MyAccount-navigation-link a:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content:"\f0e4"
}
.woocommerce-MyAccount-navigation-link--orders a:before {
	content:"\f2b0"
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content:"\f2bb"
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content:"\f09d"
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content:"\f007"
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content:"\f08b"
}
.woocommerce-account.logged-in article {
	padding-top: 0;
}
.woocommerce-account.logged-in article > header.post-header {
	margin: 0 -99999px;
	padding: 2.5em 99999px;
	background-color: #292929;
	text-align: center;
}
.woocommerce-account.logged-in article > header.post-header h1 {
	margin: 0;
	color: #FFF;
}
.woocommerce-EditAccountForm {
	max-width: 800px;
	margin: auto;
}
.woocommerce-EditAccountForm input[type=submit] {
	width: auto;
}
.mac_no_orders_yet {
	text-align: center;
	padding: 40px 0 20px;
}
.mac_no_orders_yet > div {
	margin-top: 20px;
}

/*----------------------------------------------------------------------------*/
/* Layered Nav Widget
/*----------------------------------------------------------------------------*/

.widget_layered_nav .layerd_nav_clear {
	color: #222;
	position: absolute;
	right: 0.875em;
	top: 1.75em;
}
.widget_layered_nav .layerd_nav_clear:hover {
	color: #8e8e8e;
}
.widget_layered_nav ul li {
	overflow: hidden;
	padding: 0.5em 0;
	zoom: 1;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	float: left;
}
.widget_layered_nav ul li.chosen a {
	background: #00aeef url(../images/cross_white.png) no-repeat 0.42857143em center;
	border: 1px solid #00aeef;
	color: #fff;
	padding: 0 0.42857143em 0 1.28571429em;
	border-radius: 0.21428571em;
}
.widget_layered_nav ul small.count {
	color: #8e8e8e;
	font-size: 1em;
	float: right;
	margin-left: 0.42857143em;
}
div.product div.product_meta, div.product div.variations_button {
	clear: left;
}
div.product div.product_meta {
	color: #8e8e8e;
}
div.product div.product_meta.comic_meta {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	text-align: center;
}
.catalog_comic_meta .comic_meta_single {
	float:left;
	margin-right: 20px;
}
.catalog_comic_meta .comic_meta_single:last-child {
	margin-right: 0;
}
.comic_meta_single {
	margin-bottom: 1.25em;
	line-height: 1.2em;
	display: block;
	float: left;
	width: 50%;
}
.comic_meta_single:last-child {
	margin-right: 0;
}
.comic_meta_single strong {
	display:block;
}
.comic_credit {
	font-size: .8em;
	display: block;
	text-transform: uppercase;
}
div.product .single_cartbox {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEE;
}
.price_date {
	text-align: center;
}
div.product .single_cartbox .price_wrap .price {
	line-height: 30px;
	margin: 0;
}
div.product .single_cartbox form.cart {
	margin: 20px auto 0;
	width: 230px;
}
.single_cartbox .stock {
	line-height: 30px;
}
div.product .single_cartbox form.cart div.quantity {
	margin: 0;
}
section#primary div.product div.summary {
  width: 42%;
}
dl.customization {
	margin-bottom: 0;
}
dl.customization dt {
	display: inline-block;
}
dl.customization dd {
	display: inline;
	margin: 0 0.75em 0 0;
}
.applied-coupons-values {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #666;
	display: inline-block;
	font-size: 0.8125em;
	line-height: 2.30769231;
	margin-left: 0.38461538em;
	padding: 0 1.15384615em;
	position: relative;
	border-radius: 0.23076923em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-clip: padding-box;
	box-shadow: 1px 1px 1px 0 #fff inset;
	transition: color 0.25s ease-in-out 0s;
}
.applied-coupons-values:hover {
	color: #222;
}
.cart-discount-code {
  font-size: 12px;
  padding-right: 5px;
  color: #888;
  float: right;
}
.close {
	color: #00aeef;
	margin-left: 0.23076923em;
}
input:-ms-input-placeholder {
  background: white;
  color: LightGray;
}

/*----------------------------------------------------------------------------*/
/* Search Widget
/*----------------------------------------------------------------------------*/

.widget_product_search label {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
.widget_product_search input[type=text] {
	border-right: none;
	float: left;
	height: 3.28571429em;
	width: 65%;
	border-radius: 0.25em 0 0.25em 0.25em;
}
.widget_product_search input[type=submit] {
	float: left;
	height: 3.28571429em;
	margin-left: -1px;
	width: 35%;
	border-radius: 0.25em 0.25em 0.25em 0;
}

/*----------------------------------------------------------------------------*/
/* Login Widget
/*----------------------------------------------------------------------------*/

.widget_login input[type=submit] {
	margin-right: 0.45454545em;
}

/*----------------------------------------------------------------------------*/
/* Product List Widget
/*----------------------------------------------------------------------------*/

.product_list_widget li {
	overflow: hidden;
}
.product_list_widget li a {
	display: block;
	font-weight: 700;
}
.product_list_widget li img {
	float: right;
	margin-left: 0.71428571em;
	width: 3.57142857em;
}
.product_list_widget .amount {
	font-size: 0.85714286em;
}
.product_list_widget li dl {
	margin-bottom: 0;
}
.product_list_widget li dt {
	display: inline-block;
	font-weight: 700;
	margin: 0 0.333333em 0 0;
}
.product_list_widget li dd {
	display: inline;
	margin-right: 0.83333333em;
}

/*----------------------------------------------------------------------------*/
/* Custom Promo Shortcodes
/*----------------------------------------------------------------------------*/

.promo {
	position: relative;
}
.promo h2 {
	font-size: 1em;
	letter-spacing: 0.0625em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.promo .products > ul > li .modern_age_comics-catalog-title {
	margin-bottom: 0.5em;
}
.promo .products > ul > li .price {
	float: none;
	line-height: inherit;
	margin: 0 0.5em;
	text-align: inherit;
}
.promo .products > ul > li .price del {
	margin-bottom: 0;
}
.modern_age_comics-product-cats {
	list-style: none;
	padding-left: 0;
}
.modern_age_comics-product-cats li {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2.14285714em;
	padding-bottom: 2.14285714em;
	position: relative;
	box-sizing: border-box;
}
.modern_age_comics-product-cats li img {
	border: 1px solid #d1d1d1;
	padding: 0.25em;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.25s ease-in-out 0s;
}
.modern_age_comics-product-cats li a > img:hover {
	border-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.modern_age_comics-product-cats li .poster-button {
	background-color: #00aeef;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 2.5;
	margin-top: 1em;
	padding: 0 1.25em;
	border-radius: 0.25em;
}
.modern_age_comics-product-cats li .poster-button:hover {
	background-color: #00749e;
	color: #fff;
}
.modern_age_comics-callout {
	background-color: #f9f9f9;
	margin-bottom: 1.875em;
	padding: 2.5em;
	position: relative;
	text-align: center;
	border-radius: 0.25em;
}
.modern_age_comics-callout h2 {
	margin-bottom: 0.71428571em;
}
.modern_age_comics-callout p {
	hyphens: none;
}
.modern_age_comics-callout a {
	font-weight: 700;
}
.modern_age_comics-callout h2:before {
	color: #d1d1d1;
	content: '\2605 \2605 \2605 \2605 \2605';
	display: block;
	font-size: 0.67857143em;
	font-family: 'WAP8-Icons';
	font-weight: 400;
	letter-spacing: 0.26315789em;
	line-height: 1.31578947;
	margin-bottom: 0.52631579em;
	text-align: inherit;
}

/*----------------------------------------------------------------------------*/
/* 425px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 26.5625em ) {
	
	/* === Products === */
	.products > ul > li {
		border-bottom: none;
		float: left;
		margin: 0 4% 2.14285714em 0;
		padding-bottom: 0;
		position: relative;
		width: 48%;
		box-sizing: border-box;
	}
	.products > ul > li:nth-of-type(2n) {
		margin-right: 0;
	}
	.products > ul > li:nth-of-type(2n):after {
		clear: left;
	}
	.products > ul > li .price:after {
		clear: none;
	}
	
	/* === Related === */
	.related-comics.products > ul {
		display: flex;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo h2 {
		border-bottom: 1px solid #d1d1d1;
		float: left;
		margin-left: 0.3125em;
	}
	.promo-link {
		float: right;
		margin-right: 0.35714286em;
	}
	
	/* === Cart === */
	.cart-collaterals .cross-sells .products > ul > li {
		border-bottom: 1px solid #d1d1d1;
		float: none;
		margin-bottom: 1.07142857em;
		margin-right: 0;
		padding-bottom: 1.07142857em;
		padding-right: 0;
		width: auto;
	}
	.cart-collaterals .cross-sells .products > ul > li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.cart-collaterals .cross-sells .products > ul > li .price {
		float: left;
	}
	.cart-collaterals .cross-sells .products > ul > li a.button {
		float: right;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 495px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 30.9375em ) {

	/* === Product Page === */
	.single-product .onsale {
		font-size: 1.3125em;
	}
	.product .images .thumbnails a {
		margin-bottom: 0.9375em;
		margin-right: 0.9375em;
		width: auto;
	}
	.price_date {
		float:left;
		text-align: left;
	}
	div.product .single_cartbox form.cart {
		margin: 7.5px 0 0;
		float:right;
		width: auto;
	}
	div.product div.product_meta.comic_meta,
	.product .product_title {
		text-align: left;
	}
	.comic_meta_single {
		width: auto;
		margin-right: 2em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 555px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 34.6875em ) {
	
	/* === Sort Products Form === */
	.woocommerce-ordering {
		width: 40%;	
	}
	
	/* === Reviews === */
	.hreview-aggregate .star-rating {
		margin-top: 10px;
	}
	.star-rating {
		display: block;
		margin: 0 auto 0.3125em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 600px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 37.5em ) {

	/* === Utility === */
	.modern_age_comics-catalog {
		margin-bottom: 1.5625em;
		padding: 0 1.25em;
	}
	
	/* === Product Page === */
	.single-product .content-wrapper {
		padding: 1.5625em 1.25em 0.0625em;
	}
	.product .price {
		font-size: 1.375em;
		line-height: 1.363636;
		margin-bottom: 0.454545em;
	}
	.product .price del {
		font-size: 0.590909em;
		line-height: 1.53846154;
	}
	form.cart {
		margin-bottom: 1.5625em;
	}
	form.cart table .quantity .minus, form.cart table .quantity .plus,
	.quantity .minus, .quantity .plus, table.shop_table .quantity .minus,
	table.shop_table .quantity .plus {
		height: 23px;
	}
	.woocommerce-tabs {
		margin-bottom: 1.5625em;
	}
	ul.tabs {
		padding: 0.625em 0.625em 0;
	}
	.panel {
		padding: 1.25em 1.25em 0;
	}
	table.shop_attributes th {
		width: 9.375em;
	}
	#tab-customize input[type=text] {
		margin-bottom: 1.5625em;
	}
	
	/* === Products === */
	#content {
		margin-bottom: 1.5625em;
	}
	
	/* === Product Lists === */
	.comic_list_line-image {
		width: 140px;
		margin-right: 40px;
		float:left;
		background-color: transparent;
	}
		.comic_list_line-image > a,
		.comic_list_line-image > img {
			width: 100%;
		}
	.comic_list_line-content {
		width: calc(100% - 180px);
		float:left;
	}
	.comic_list_line-meta {
		margin-top: 0;
		margin-right: 30px;
		text-align: left;
		width: auto;
	}
	.comic_list_line-meta:last-child {
		margin-right: 0;
	}
	.mac_newthisweek,
	.mac_newlastweek,
	.mac_stocked {
		width: 100%;
		text-align: center;
	}
	
	/* === Related === */
	.related-comics.products > ul > li > a {
		height: 300px;
		width: 100%;
		position: absolute;
	}
	.related-comics.products > ul > li .related_info {
		width: 100%;
		margin: 300px 0 0 0;
	}
	
	/* === Reviews === */
	#reviews #comments ol.commentlist li {
		margin-bottom: 1.5625em;
	}
	
	/* === Pagination === */
	.woocommerce .pagination {
		padding-top: 1.5625em;
	}
	
	/* === Cart === */
	.col2-set p + h3 {
		margin-top: 0;
	}
	td.actions .coupon .input-text {
		font-size: 0.875em;
	}
	
	/* === Forms === */
	.form-row-first, .form-row-last {
		overflow: visible;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo p.promo-link {
		font-size: 0.875em;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-right: 0.35714286em;
	}
	ul.modern_age_comics-product-cats {
		margin-bottom: 0;
		padding-left: 0;
	}
	.modern_age_comics-product-cats li {
		border-bottom: none;
		float: left;
		margin: 0 3.125% 2.14285714em 0;
		padding-bottom: 0;
		position: relative;
		width: 48%;
		box-sizing: border-box;
	}
	.modern_age_comics-product-cats li:nth-of-type(2n) {
		margin-right: 0;
	}
	.modern_age_comics-product-cats li:nth-of-type(2n):after {
		clear: left;
	}
	
	/* === Account === */
	.woocommerce-Address {
		float:left;
		width: 48%;
		margin-right: 4%;
	}
	.woocommerce-Address + .woocommerce-Address {
		margin: 0;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 690px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 43.125em ) {
	
	/* === Product Page === */
	div.product div.images {
		float: left;
		margin-bottom: 3.750em;
		padding-right: 1.25em;
		width: 30%;
	}
	div.product div.images div.thumbnails a {
		margin-right: 2.419355%;
		width: 20.16129%;
	}
	div.product div.summary {
		float: left;
		margin-bottom: 3.750em;
		width: 70%;
	}
	div.product #tabs {
		clear: both;
	}
	ul.tabs .expanded-text {
		left: 0;
		position: relative;
		top: 0;
	}
	
	/* === Account === */
	.woocommerce-MyAccount-navigation ul li {
		margin-right: 30px;
	}
	.woocommerce-MyAccount-navigation-link a {
		font-size: 1em;
	}
	.woocommerce-MyAccount-navigation-link a:before {
		content:none;
	}

}

/*----------------------------------------------------------------------------*/
/* 750px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 46.975em ) {

	/* === Cart === */
	td.actions {
		text-align: right;
	}
	td.actions .coupon {
		float: left;
		margin-bottom: 0;
	}
	td.actions .coupon .input-text {
		float: left;
	}
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
		float: right;
		width: 60%;
	}
	.cart-collaterals .shipping_calculator {
		clear: right;
	}
	.cart_totals_table th {
		width: 60%;
	}
	.cart-collaterals .cross-sells {
		float: left;
		margin-bottom: 3.125em;
		margin-top: 2.8125em;
		width: 30%;
	}

}

/*----------------------------------------------------------------------------*/
/* 785px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 49.0625em ) {
	
	/* === Utility === */
	#shop_list {
		padding: 40px 0 0;	
	}
	#content,
	#shop_list .woocommerce-breadcrumb,
	#shop_list .mac_shop_heading,
	#shop_list .facetwp-template,
	#shop_list .woocommerce_before_shop_loop {
		float: left;
		padding-left: 0;
		width: 68.75%;
	}
	#shop_list #content {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#shop_list #shop_filters {
		margin-top: 0;
		padding: 0;
		width: 27.75%
	}
	#shop_list #shop_filters #shop_filters_inner {
		padding: 6.060606060606061%;
	}
	
	/* === Layered Nav Widget === */
	.widget_layered_nav .layerd_nav_clear {
		right: 0;
	}
	
	/* === Checkout === */
	#mac-shipping-type_field,
	#mac-pickup-location_field,
	.woocommerce-shipping-totals #shipping_method,
	p.woocommerce-shipping-contents {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 860px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 53.750em ) {

	/* === Account === */

	.woocommerce-MyAccount-navigation ul {
		left:auto;
	}
	.woocommerce-MyAccount-navigation ul li {
		right:auto;
	}
	.woocommerce-account.logged-in article > header.post-header {
		text-align: left;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 900px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 56.25em ) {

	/* === Cart === */
/*
	.col2-set .col-1 {
		float: left;
		margin-bottom: 1.5625em;
		width: 48%;
	}
	.col2-set .col-2 {
		float: right;
		margin-bottom: 1.5625em;
		width: 48%;
	}
*/

	.col2-set {
		float: left;
		width: 48%;
	}
	
	#order_review_heading,
	#order_review {
		float: right;
		width: 48%;
	}
	
	/* === Related Products === */
	.related .products > ul > li:nth-of-type(2n):after,
	.upsells .products > ul > li:nth-of-type(2n):after {
		clear: none;
	}
	.related .products > ul > li.first, .upsells .products > ul > li.first {
		clear: left;
	}
	.related .products > ul > li img, .upsells .products > ul > li img {
		margin-bottom: 0.64285714em;
	}
	.related .products > ul > li h3, .upsells .products > ul > li h3 {
		font-size: 0.85714286em;
		margin-bottom: 1.16666667em;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo h2 {
		margin-left: 0.9375em;
	}
	.promo p.promo-link {
		margin-right: 1.07142857em;
	}
	.promo .products > ul > li {
		margin: 0;
		padding: 0 0.78125%;
		width: 25%;
	}
	.promo .products > ul > li:nth-of-type(2n):after {
		clear: none;
	}
	.promo .products > ul > li.first {
		clear: left;
	}
	.promo .products > ul > li img {
		margin-bottom: 0.64285714em;
	}
	.promo .products > ul > li .modern_age_comics-catalog-title {
		font-size: 0.85714286em;
	}

}

/*----------------------------------------------------------------------------*/
/* 1060px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 66.25em ) {
	
	/* === Utility === */
	.#content {
		margin-bottom: 3.125em;
		padding: 1.5625em 2.5em 0 0;
	}
	
	/* === Single Product Page === */
	.single-product .content-wrapper {
		padding: 1.5625em 2.5em 0.0625em;
	}
	div.product div.images {
		padding-right: 2.5em;
	}
	.woocommerce-tabs {
		margin-bottom: 3.125em;
	}
	ul.tabs {
		padding: 0.9375em 1.875em 0;
	}
	ul.tabs li {
		margin-right: 0.3125em;
	}
	.panel {
		padding: 2.5em 2.5em 0.9375em;
	}
	div.product div.product_meta.comic_meta {
		float:left;
		width: 25%;
		padding-right: 2.5em;
		padding-bottom: 0;
		border: none;
		margin: 0;
	}
	.comic_meta_single {
		float:none;
		margin-bottom: 1.5em;
		margin-right: 0;
	}
	.comic_meta_single:last-child {
	    margin-bottom: 0;
	}
	div.product .single_cartbox {
		float:right;
		width: 75%;
	}
	.summary_details {
		width: 75%;
		float:right;
	}
		
	/* === Related === */
	.related-comics.products > ul > li > a {
		height: 100%;
		width: 50%;
	}
	.related-comics.products > ul > li .related_info {
		width: 50%;
		margin: 0 0 0 50%;
		text-align: left;
	}
	.related-comics.products > ul > li .related_info .related_content {
		display: block;
	}
	
	/* === Order Page === */
	ul.order_details li {
		border-right: 1px dashed #d1d1d1;
		float: left;
		margin-bottom: 0;
		margin-right: 1.5em;
		padding-right: 1.5em; 
	}
	
	/* === Custom Promo Shortcodes === */
	.promo, .promo-cats {
		margin-bottom: 3.125em;
		margin-top: 3.125em;
	}
	.promo-cats {
		margin-bottom: 1.5625em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 1060px to 1150px
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 66.25em ) and ( max-width: 71.875em ) {
	
	.comic_meta .mac_stocked_wrap-inner > div {
		padding:0;
	}
	
	.comic_meta .mac_stocked_wrap-inner > div > i {
		display: none;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 495px to 1059px
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 30.938em ) and ( max-width: 66.188em ) {
	
	.comic_meta .mac_stocked_wrap {
		margin-top: -20px;
	}
	
	.comic_meta .mac_stocked_wrap-inner {
		float:none;
		left:0;
	}
	
	.comic_meta .mac_stocked_wrap-inner > div {
		right:auto;
		width: auto;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 1160px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 72.500em ) {
	
	div.product .single_cartbox .price_wrap {
		float:left;
		margin-right: 2em;
	}
	div.product .single_cartbox .price_wrap .price {
		line-height: 1.95em;
	}
	.single_cartbox .stock {
		float: left;
		line-height: 2.7em;
	}
	div.product .single_cartbox form.cart {
		margin: 0;
	}
}

/*----------------------------------------------------------------------------*/
/* 1280px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 80em ) {

	/* === Utility === */
	#content {
		padding-right: 0;
	}
	
	/* === Product Page === */
	.archive .woocommerce-error, .archive .woocommerce-message, .archive .info {
		margin-right: 2.85714286em;
	}
	
	/* === Products === */
/*
	.products > ul > li {
		margin: 0;
		padding: 0 4.545455% 2.85714286em 0;
		text-align: center;
		width: 25%;
	}
*/
	.products > ul > li:nth-of-type(2n):after {
		clear: none;
	}
	.products > ul > li.first {
		clear: left;
	}
	.products > ul > li img {
		margin-bottom: 0.64285714em;
	}
/*
	.products > ul > li h3, .products > ul > li .modern_age_comics-catalog-title {
		margin-bottom: 0.25em;
	}
*/
	.products > ul > li a.button {
		margin-left: 0;
	}
	.products > ul > li .price {
		float: none;
		line-height: 1.5;
		margin-bottom: 0.5em;
		margin-right: 0;
	}
	.products > ul > li .price del {
		margin-bottom: 0.18181818em;
	}
	
	/* === Product Category Description === */
	.term-description {
		margin-right: 2.5em;
	}
	
	/* === Related Products === */
	.related .products > ul > li h3, .upsells .products > ul > li h3 {
		margin-bottom: 0.25em;
	}

}

/*----------------------------------------------------------------------------*/
/* 1300px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 81.250em ) {
	.admin_product_box {
		margin: -10px 0 10px;
	}
}