/* overides and new classes. */

.u-bg-red {
	background-color: #841D1D;
}

.u-margin-0 {
	margin: 0 !important;
}

.u-padding-0 {
	padding: 0;
}

.u-margin-padding-0 {
	margin: 0;
	padding: 0;
}

.u-nowrap {
	white-space: nowrap;
}

.x-filmstrip-wrapper {
	display: block;
}

.x-product-description {
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.x-a11y-tabs__list {
	justify-content: left;
}

.x-a11y-tabs__panel h2 {
	display: inline-block;
	font-weight: 700;
	margin-right: 1rem;
}

.x-a11y-tabs__text {
	display: inline-block;
}

.x-product-layout-purchase__descr {
	display: block;
}

.x-product-list__link {
	display: flex;
	justify-content: center;
}

.related_attributes {
	border: 1px solid #C0C0C0;
	margin: 0;
	padding: 1rem;
}

.related_attributes .related_title {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.related_radio {
	width: 100%;
}

.related_radio:has(.x-product-list__out-of-stock) {
  background: #f7f7f7;
  box-shadow: 0px 0px 0px 16px #f7f7f7;
}

.x-product-list {
	justify-content: center;
	margin-bottom: 16px;
	width: 100%;
}

.x-product-list__image {
	flex: 0 0 auto;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

.x-product-list__figure {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	margin: 0;
	max-width: 275px;
	position: relative;
}

.related_attributes .x-product-list__figure {
	max-width: none;
}

.x-product-list__figure figcaption {
	text-align: left;
}

.x-product-list__itemcode {
	font-style: italic;
}

.x-product-list__out-of-stock {
	font-style: italic;
}

.related_attributes .x-product-list__link {
	position: absolute;
	right: 0;
	top: 3px;
}

.x-product-list__price {
	font-size: 1rem;
}

.main--wood {
	background-repeat: repeat;
}

.choose_recipient {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	justify-content: center;
	margin: 0;
	padding: 1rem 1rem 1rem 0;
}

#js-PROD .x-product-layout-purchase__cta {
	flex-direction: column;
	margin: 0 1rem;
	padding: 0 1rem 1rem 0;
}

#js-PROD .page__top,
#js-OCST .page__top {
	background-image: url("/mm5/themes/images/hero-bg.jpeg");
	background-position: center;
	background-size: auto;
	background-size: cover;
	color: #FFFFFF;
	padding: 8px;
}

#js-OCST .c-form-checkbox {
	font-size: 1rem;
}

.popcenter {
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
	left: 50%;
	margin-left: calc( 360px / -2 );
	margin-top: calc( 324px / -2 );
	position: fixed;
	top: 50%;
}

.popaddress {
	border: 1px solid #C0C0C0;
	bottom: 0;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
	height: min-content;
	left: -3000px;
	max-width: calc(100vw);
	opacity: 0;
	overflow-y: auto;
	padding: 16px;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 350ms ease-in;
	width: max-content;
	z-index: 100;
}

@media screen and (min-width: 48em) {
	.popaddress {
		/* position: fixed; */
	}
}

.popaddress p, .popaddress ul {
	margin-bottom: 8px;
}

.address-wrapper {
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	margin-bottom: 8px;
	margin-left: 0;
	overflow-y: auto;
}

.popaddress article {
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

.popaddress-header {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0;
}

.popaddress-close {
	flex: 0 0 30px;
	font-size: 12px;
	height: 30px;
}

.popaddress-add {
	flex: 0 0 160px;
	font-family: var(--primary-font-family);
	font-size: .83rem;
	height: 30px;
	line-height: 28px;
	padding: 0;
}

.popaddress-item {
	line-height: 22px;
}

.popaddress-item .popaddress-select {
	background-color: #1B6DA3;
	float: right;
	margin-right: 8px;
}

.popaddress-item .popaddress-select:hover {
	background-color: #2186CA;
}

.c-table-responsive__shipto {
	text-align: center;
	text-transform: uppercase;
}

.c-table-responsive__shipto span {
	font-size: 0.83em;
	text-transform: none;
}

.t-basket__product-details {
	font-weight: 500;
}

.t-checkout-basket-summary {
	padding: 1.25rem 1rem 1.25rem 0;
}

.bg-dark, .t-checkout-basket-summary {
	background-color: #262323;
}

.shipping-header {
	text-transform: uppercase;
}

.shipping-header span {
	font-size: 0.83em;
	text-transform: none;
}

.gift-message {
	line-height: 24px;
}

.pickers {
	background: #D5D5D4;
	justify-content: space-between;
	margin: 0;
}

[data-date-picker] {
  justify-content: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 48em) {
  .pickers {
    padding: 0 10px;
  }

  .pickers > * {
    padding: 0;
  }

  #js-OCST .c-form-checkbox {
    font-size: 1.2em;
  }

  [data-date-picker] {
    padding: 0;
    justify-content: center;
  }

  .form-note.highlight, 
  .form-note strong,
  .date-legend,
  .form-note,
  [for="recipient_comment"],
  [data-date-picker-el] {
    font-size: 0.7em;
  }

  [data-date-picker-el] {
    margin-bottom: 15px;
  }
}

da

.pickers .c-heading-delta {
	padding: 0.5rem;
}

.shipping-picker {
	margin-bottom: 1rem !important;
}

.flex-date-picker {
	flex: 0 0 var(--date-picker-width);
}

.pickers:has(input[name="ShippingMethod"][value*="Standard Shipping"]:checked) .shipping-input-title:before {
  content: 'estimated ';
} 

.datepicker {
	width: 100%;
	margin: 0 0 1rem 1rem;
}

.datepicker .o-layout__item {
	text-align: center;
}

.datepicker input[readonly] {
	border: none;
	background: transparent;
}

.hasDatepicker {
	margin-top: 1rem;
}

.date-legend {
	justify-content: space-around;
	line-height: 1.25rem;
	width: var(--date-picker-width);
}

.date-legend mark {
	flex-grow: 1;
	height: 40px;
	margin-bottom: 1rem;
	max-width: 40px;
}

.legend-method {
	font-weight: 700;
}

#calendar #calendar-grid span.disabled {
	background: #505050;
	color: #505050;
}

#calendar #calendar-grid time {
	background: #BBB;
	color: #333;
}

#calendar #calendar-grid time.disabled {
	background: #6B6A6C;
	color: #FFF;
}

#calendar #calendar-grid time.disabled.inactive {
	background: #BBB;
	color: #333;
}

.isStandard, .isOvernight, .isScheduled {
	margin-bottom: 0.5rem;
}

.isStandard,
#calendar #calendar-grid time.isStandard,
#calendar #calendar-grid span.isMonday,
#calendar #calendar-grid time.isMonday,
#calendar #calendar-grid time.isTuesday,
#calendar #calendar-grid time.isWednesday {
	background-color: #8DC63F;
	color: #333;
}

.isOvernight,
#calendar #calendar-grid time.isOvernight {
	background-color: #4FA2DA;
}

#calendar #calendar-grid span.isMonday,
#calendar #calendar-grid time.isMonday {
	grid-column: 2 / 5;
	width: 98%;
}

#calendar #calendar-grid span.isMonday::before,
#calendar #calendar-grid time.isMonday::before {
	content: "Week of";
	padding-right: 6px;
	font-size: 0.88rem;
}

#calendar #calendar-grid time.isTuesday {
	grid-column: 2 / 5;
	width: 98%;
}

#calendar #calendar-grid time.isStandard {
	display: none;
}

.isScheduled,
#calendar #calendar-grid time.selected {
	background-color: #FFCC47;
	color: #000;
}

.form-note {
	font-size: .875rem;
	font-style: italic;
}

.form-note.highlight,
.form-note strong {
	color:#a93138;
}

/* datepicker colors */

#calendar-wrapper {
	border: 3px solid #57515E;
	border-radius: 9px;
	background: #3F3746;
	color: #ffffff;
}

#calendar-wrapper header {
	background: #2C2237;
	color: #FFF;
}

#calendar {
	border-top: 3px solid #57515E;
}




/* end Calandar*/

@media (min-width: 90em) {
	.t-checkout-basket-summary .c-table-simple {
		width: 100%;
	}
}

.t-site-navigation__wrap {
	margin: 0 auto;
}

.t-site-header__inner {
	/* position: relative; */
}

/* move the login popup position */
.t-site-header__masthead-links {
	min-height: 70px;
	position: initial;
}

.t-global-account {
	background-color: #EFEFEF;
	border: 1px solid #C0C0C0;
	bottom: unset;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
/**	left: 50%;
	margin-left: -163px;
	margin-top: -145px;
	position: fixed;
	right: unset;
	top: calc(40vh); **/
}

.x-hero-holder {
	padding: 0;
}

.x-carousel__button {
	background: transparent;
	color: white;
	opacity: 1;
}

.x-carousel__button-left {
	left: 0px;
}

.x-carousel__button-right {
	right: 0px;
}

.hero-slider-item {
	min-width: 100%;
	padding: 48px;
}