/* CSS Document */

/* Tags */
h1 {
	font-family: 'corporatealight';
	font-size: 48px;
	color: #ffffff;
	font-weight: normal;
}

h2 {
  font-family: 'corporateamedium';
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

h3 {
	font-family: 'corporateamedium';
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

/* WC General */

#shareWidget {
	position: absolute;
	width: 160px;
	height: 42px;
	right: 0px;
	background-color: transparent;
	text-align: right;
}


@media all and (min-width: 320px) {
	div.woocommerce {
		width: 434px;
		margin: 0 auto;
	}
}

@media all and (min-width: 980px) {
	div.woocommerce {
		width: 890px;
		margin: 0 auto;
	}
}

@media all and (min-width: 320px) {
	#woobreadcrumb {
		display: none;
	}
}

@media all and (min-width: 980px) {
	#woobreadcrumb {
		display: block;
		position: relative;
		width: 890px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 42px;
	}
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	display: inline-block;
	height: 26px;
	background:#ff7bba; 
	font-family: 'corporatearegular';
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding: 0px 10px;
	color: #ffffff;
	text-shadow: none;
	box-shadow: none;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {

	padding: 0px 10px;
}




.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
	height: 26px;
	background:#ff7bba; 
	font-family: 'corporatearegular';
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding: 0px 10px;
	color: #ffffff;
	text-shadow: none;
	box-shadow: none;
}

.wc-proceed-to-checkout {
	text-align: right;
}


input[type=submit]:hover, input[type=button]:hover, a.button:hover {
	background: #fff!important;
	color: #000!important;
}


/* YITH Gift Cards Overrides */
.ywgc-amount-label {
	font-weight: bold;
}

.ywgc-preview {
	border: 0px;
}

a.add-recipient, a.ywgc-remove-recipient {
	color: #ff7bba;
}

a.add-recipient:hover, a.ywgc-remove-recipient:hover {
	color: #666666;
}

.ywgc-show-giftcard {
	font-weight: bold;
}


.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: inline;
	color: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	width: 100%;
	background-color: transparent;
	color: #fff;
	border: 1px solid #757679;
}

.woocommerce form .form-row .required, .woocommerce form .form-row.woocommerce-invalid label {
    font-weight: 600;
    color: #ff7bba;
}

/* WC Login Page */
@media all and (min-width: 980px) {
	.woocommerce .col2-set {
		width: 890px;
		margin: 0 auto;
	}
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	border: 0px;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	padding: 0px;
	margin: 0px;
}


/* Product Pages */

/*
.productImageContainer {
	float: left;
	min-width: 430px;
	min-height: 430px;
	float: left;
	margin-right:	30px;
	background-color: #000;
}
*/



.productThumbnailText {
	color: #ccc;
}


/* Checkout */
#billing_country_field, #shipping_country_field {
	display: none;
}



@media all and (min-width: 320px) {
	.productImageContainer {
		display: none;
	}

	.productImageContainer:nth-child(3) {
		display: block;
		min-width: 428px;
		min-height: 428px;
		float: left;
		margin-right:	30px;
		background-color: #000;
	}
	
	.productImageBox {
	}
	
	.product {
		width: 460px;
		position: relative;
		margin: 0 auto;	
		margin-top: 22px;
	}
	
	#productThumbnailBoxContainer {
		width: 430px;
		height: 55px;
		margin-top: 30px;
	}
	
	#productThumbnailBoxContainerMobile {
		width: 430px;
		height: 55px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	
	
	#productThumbnailBoxContainer {
		display: none;
	}
	
	#productThumbnailBoxContainerMobile {
		display: block;
	}
	
	
}

@media all and (min-width: 980px) {
	#imageContainer {
		position: absolute;
		width: 3220px;
		left: 0px;
	}
	
	.productImageContainer {
		display: block;
		float: left;
		min-width: 430px;
		min-height: 430px;
		float: left;
		margin-right:	30px;
		background-color: #000;
	}

	.product {
		width: inherit;
		position: relative;
		min-height: 585px;
		overflow-x: hidden;
		margin: 0 auto;	
		margin-top: 22px;
	}
	
  #product-24106 #productThumbnailBoxContainer {
    display: none;
  }
  
  
	.product-type-gift-card #imageContainer {
		position: relative;
		width: auto;
	}

	#productThumbnailBoxContainerMobile {
		display: none;
	}

	#productThumbnailBoxContainer {
		display: block;
	}

}



h1.product_title {
	font-family: 'corporatealight';
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 19px;
	padding-bottom: 17px;
}

/* No longer using this one */
.productSubtitle {
	font-family: 'corporatealight';
	font-size: 48px;
	line-height: 48px;
	color: #666;
	padding-bottom: 24px;
}

.product .price {
	font-family: 'News Cycle', sans-serif;
	font-size: 22px;
  font-weight: 600;
	color: #999;
	border-top: 1px solid #666;
	padding-top: 3px;
}

.product .minus, .product .plus
{
    display:none;
} 

.product .summary {
	width: 430px;
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
  font-weight: 600;
	color: #bbb;
	float: left;
}

.product .summary p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 10px;
	margin-top: 0px;
}

.product .images {
	width: 430px;
	float: left;
}

div[itemprop=description] {
	color: #4d4d4f;
}


.product input.qty {
	height: 31px;
	width: 31px;
	border: 1px solid #666;
	background-color: #000;
	font-family: 'corporatearegular', serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 31px;
}

.single_add_to_cart_button {
	display: inline-block;
	height: 33px;
	background-color: #ff7bb9;
	font-family: 'corporatearegular';
	font-size: 22px;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	border: 0px;
	margin-left: 20px;
	cursor: pointer;
}

.single_add_to_cart_button:hover {
	background-color: #fff;
	color: #ff7bb9;
}


.featuredItem:hover * {
	color: #ff7cbc!important;
	cursor: pointer;
}


.featuredItemsBox > .productThumbnailContainer {
	float: left;
	width: 207px;
	height: 350px;
	margin-right: 20px;
	text-align: center;
}

.featuredItemsBox > .productThumbnailContainer:nth-of-type(even) {
	margin-right: 19px;
}

@media all and (min-width: 980px) {
	.featuredItemsBox > .productThumbnailContainer {
		margin-right: 19px;
	}
	
	.featuredItemsBox .productThumbnailContainer:nth-of-type(4n+0) {
		margin-right: 0px;
	}
}


.featuredItemsBox .productThumbnailContainer .productThumbnailText {
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 15px;
}

.featuredItemsBox .productThumbnailContainer .attachment-shop_catalog {
	margin-bottom: 15px;
}



/* Category Pages */
.categoryBannerContent {
	display: table;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;	
	background-repeat: no-repeat;
	background-position: top left;
  background-size: cover;
}

.categoryBannerContentContainer {
  background-color: rgba(0,0,0,0.4);
  padding: 15px;
}


.woocommerce .productThumbnailContainer, .woocommerce .productCategoryListContainer {
	position: relative;
	float: left;
	width: 207px;
	height: 364px; /* INCREASED from 334px */
	padding-top: 15px;
	border-top: 1px solid #666;
	margin-right: 20px;
	text-align: center;
}

.productThumbnailContainer:hover * {
	color: #ff7cbc!important;
	cursor: pointer;
}

.woocommerce .productThumbnailText {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #666;
	padding-top: 15px;
  font-weight: 600;
}



@media all and (min-width: 320px) {
	.woocommerce .productThumbnailContainer:nth-child(2n+0) {
		margin-right: 0px;
	}
}

@media all and (min-width: 980px) {
	.woocommerce .productThumbnailContainer:nth-child(2n+0) {
		margin-right: 20px;
	}

	.woocommerce .productThumbnailContainer:nth-child(4n+0) {
		margin-right: 0px;
	}
}


.woocommerce .productThumbnailContainer .attachment-shop_catalog, .woocommerce .productThumbnailContainer .attachment-woocommerce_thumbnail
{
	margin-bottom: 15px;
}
	
.categoryList ul {
	list-style: none;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 8px;
}

.categoryList ul li {
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
  font-weight: 600;
	text-align: left;
	color: #bbbbbb;
	color: #999999;
	padding-left: 0px;
	border-bottom: 1px solid #444444;	
	line-height: 23px;
}

.categoryList ul li:first-of-type {
	border-top: 1px solid #444444;	
}


.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
	text-align: center;
}

.woocommerce .productThumbnailContainer .price {
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
  font-weight: 600;
	color: #999;
	border-top: 0px;
}

mark.count {
	background-color: inherit;
	color: inherit;
}


/* Cart */

.woocommerce div.cart img.wp-post-image {
	width: 207px;
	height: 207px;
}

.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
	vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td {
	border-top: 0px;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px 0px 0px 20px;
	width: 25%;
}

.woocommerce table.innercart th {
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #444;
}

.woocommerce table.innercart td.product-price {
	color: #999;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	text-align: inherit;
}

.woocommerce .cart_totals th  {
	text-align: left;
	white-space: nowrap; 
}

.woocommerce .cart_totals td  {
	text-align: right;
	white-space: nowrap; 
}

.woocommerce .cart .checkout-button {
	float: right!important;
}

/* Checkout */
.woocommerce #payment, .woocommerce-page #payment {
	background-color: inherit;
}

.chosen-container .chosen-results {
	color: #000;
}


.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	/* display: none!important; */
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  color: #ffffff;
  background-color: #222222;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#payment div.payment_box .input-text {
  height: 42px !important;
  color: #ffffff !important;
}


.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	display: none;
}

#wc_checkout_add_ons {
	width: 430px;
}

.woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td {
	font-weight: normal;
	border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
	font-weight: bold;
	border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table tr.shipping td {
	font-weight: bold;
}

table.shop_table tr.fee {
	display: none;
}


/* Mijireh Checkout */
#mj-cart {
	display: none!important;
}

#mj-contact {
	float: none!important;
}

.mijireh_order_form #mj-place-order {
	font-family: 'corporatearegular';
	font-weight: normal;
	font-size: 18px!important;
	height: 26px!important;
	line-height: 26px!important;
	display: inline-block!important;
	float: none!important;
	width: inherit!important;
	margin-right: 0px!important;
	padding: 0px 10px!important;
}

.mijireh_order_form .btn.primary {
	color: #ffffff!important;
	border: none!important;
	background: #ff7bba!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-ms-border-radius: 0px!important;
	-o-border-radius: 0px!important;
	border-radius: 0px!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
}

.mijireh_order_form input, .mijireh_order_form textarea, .mijireh_order_form select {
	padding: 0px!important;
	border: 1px solid #3b3b3d!important;
}

.trip-inputs .mj-month, .trip-inputs .mj-year, .trip-inputs .mj-ccv {
	width: inherit!important;
}

@media all and (min-width: 320px) {
	#divMjCheckout {
		width: 430px;
		margin: 0 auto;
	}
}

@media all and (min-width: 980px) {
	#divMjCheckout {
		width: 890px;
		margin: 0 auto;
	}
}



@media all and (min-width: 320px) {
	#divCustomBox {
		width: 430px;
		margin: 0 auto;
	}
	
	#divCustomBoxLeft {
		float: none;
		width: 430px;
		margin-right: 30px;
		height: inherit;
		background-color: #000;
	}
	
	#divCustomBoxRight {
		float: none;
		width: 430px;
		border-top:
		1px solid #666;
	}
}

@media all and (min-width: 980px) {
	#divCustomBox {
		width: 890px;
		margin: 0 auto;
	}
	
	#divCustomBoxLeft {
		float: left;
		width: 430px;
		margin-right: 30px;
		height: inherit;
		background-color: #000;
	}
	
	#divCustomBoxRight {
		float: left;
		width: 430px;
		border-top:
		1px solid #666;
	}
}
	
#afterpay-widget-container {
	background-color: #ffffff;
}	
	
	
	
	
	


