/**** American Girl CSS 
***** Last updated 8-8-18 
****************************/

/***************
** TYPOGRAPHY **
***************/

/* SIZES */
.font-50-30 {
	font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1600 - 320)));
}
.font-40-25 {
	font-size: calc(25px + (40 - 25) * ((100vw - 320px) / (1600 - 320)));
}
.font-30-20 {
	font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
}
.font-23-18 {
	font-size: calc(18px + (23 - 18) * ((100vw - 320px) / (1600 - 320)));
}
.font-20-18 {
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1600 - 320)));
}
.font-18-16 {
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320)));
}
.font-16-14 {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
}
@media (min-width: 1600px) {
	.font-50-30-semi {
		font-size: 50px;
	}
	.font-40-25 {
		font-size: 40px;
	}
	.font-30-20 {
		font-size: 30px;
	}
	.font-23-18 {
		font-size: 23px;
	}
	.font-20-18 {
		font-size: 20px;
	}
	.font-18-16 {
		font-size: 18px;
	}
	.font-16-14 {
		font-size: 16px;
	}
}

/* WEIGHTS */
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-regular {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}

/********************
** MARGINS/PADDING **
********************/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30-15 {
	margin-bottom: 15px;
}
.mb-45-30 {
	margin-bottom: 30px;
}
.mb-60-45 {
	margin-bottom: 45px;
}
@media (min-width: 992px) {
	.mb-30-15 {
		margin-bottom: 30px;
	}
	.mb-45-30 {
		margin-bottom: 45px;
	}
	.mb-60-45 {
		margin-bottom: 60px;
	}
}

/********************
***** AGE GATES *****
********************/
.ag-agegate-modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 2rem;
}
.ag-agegate-modal .modal-dialog .modal-content p {
  margin-bottom: 2rem;
}
.ag-agegate-modal .modal-dialog .modal-content .ag-agegate-headline {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 0.25rem;
}
.ag-agegate-modal .ag-btn-primary {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #C70A4C;
  font-weight: 600;
  color: white;
  min-width: 106px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.ag-agegate-modal .ag-btn-invisible {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  background-color: transparent;
  color: #C70A4C;
  min-width: 106px;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
}

.ag-shop-landing .row .col12[data-slot-id="2"] .contentRecommendationWidget {
	position: static;
}

.ag-shop-landing .row .col12[data-slot-id="2"] .contentRecommendationWidget .left_espot {
	z-index: auto;
}

#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order {
	min-height: 300px;
}

.product-detail-container .contentRecommendationWidget {
    width: 100%;
    margin: auto;
}

.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status {
    margin-top: auto;
}

.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong {
    display: block !important;
    margin-top: auto;
}

.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.Backorderable {
	display: inline-block !important;
	font-size: 12px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status .BackorderableDate {
	font-size: 12px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status {
    margin-top: 10px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.in_stock {
    margin: 0;
}