@charset "UTF-8";

/* ///////////////////////////////////// BEGIN: Styles for PDP Enhancement Test ///////////////////////////////////// */

.product__title-head {
	color: #686664;
	font-size: 24px;
	line-height: 24px;
	font-family: cronos-pro-subhead, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin-bottom: 3px;
}
.product__title-subhead {
	color: #4360AE;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 5px;
}
.product__title-subhead span {
	display: block; 
	margin-top: 5px; 
	font-weight: 300; 
	font-size: 12px; 
}
@media (min-width: 992px) {
	.product__title-head {
		font-size: 36px;
		line-height: 36px;
	}
	.product__title-subhead {
		font-size: 18px;
		line-height: 18px;
	}
	.product__title-subhead span {
		font-size: 16px;
	}
}

.keyFeaturesWrapper * {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 24px;
	color: #686664;
}
.keyFeaturesWrapper .collapsable-seo-block {
	float: left;
    width: 100%;
}
.keyFeaturesWrapper .collapsable-seo-block.collapsed {
    height: 150px;
    overflow: hidden;
  position: relative;
}
.keyFeaturesWrapper .collapsable-seo-block.collapsed::after {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.keyFeaturesWrapper .tabHeading {
	display: inline-block;
	background-color: #4360AE;
	padding: 2px 7px;
	color: #fff;
}
.keyFeaturesWrapper .seo_block {
	border-top: 1px solid #E5E3E1;
	padding-top: 10px;
	border-bottom: 1px solid #E5E3E1;
  margin-bottom: 30px;
  text-align: center;
}
.keyFeaturesWrapper .seo_block p,
.keyFeaturesWrapper .seo_block p i{
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.keyFeaturesWrapper .imgInset {
	width: 150px;
	border: 1px solid #E5E3E1;
	margin: 0 25px 10px 0;
	float: left;
}
.keyFeaturesWrapper .imgInset img {
	width: 100%;	
}
.keyFeaturesWrapper .imgInset p {
    font-size: 12px;
    line-height: 14px;
    margin: 3px;
    text-align: left;
    font-weight: 300;
}
.keyFeaturesWrapper ul {
	padding-left: 15px;
    width: 100%;
}
.keyFeaturesWrapper ul li {
margin-bottom: 7px;
text-align: left;
display: flex;
}
.keyFeaturesWrapper ul li:before {
    content: '•';
    display: inline-block;
    margin-right: 2px;
}
.keyFeaturesWrapper a.seo-more-button{
	color: #4360AE;
	display: inline-block;
	vertical-align: middle;
  background: #fff;
  margin: -22px auto -40px auto;
  padding: 0 5px;
}
.keyFeaturesWrapper .rule {
	display: inline-block;
    vertical-align: sub;
    height: 1px;
    width: 35%;
    background-color: #E5E3E1;
}
.collapsable-seo-block.collapsed {
	height: 150px;
}
.collapsable-seo-block + .seo-more-button:after {
    content: "∧";
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
}
.collapsable-seo-block + .seo-more-button:after {
	text-decoration: none !important;
}
.collapsable-seo-block.collapsed + .seo-more-button:after {
    content: "∨";
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
}
}.collapsable-seo-block.collapsed + .seo-more-button:after {
	text-decoration: none !important;
}


@media screen and (max-width: 991px) {
	.keyFeaturesWrapper {
		margin-top: 15px;
	}
}

/* ///////////////////////////////////// END: Styles for PDP Enhancement Test ///////////////////////////////////// */


/*  FF 85 > fix for input boxes*/
input{
caret-color: #000000;
}
/* .end  FF 85 > fix for input boxes*/

.order-summary__list .footnote{
	padding: 5px 0;
	font-size: 12px;
}

/* ///////////////////////////////////// BEGIN: Styles for Pre-Order and OOS PBM Messaging ///////////////////////////////////// */

.mt_shipping-banner {
    background: linear-gradient(90deg, #f2f1f0, #f3f2f1, #f5f4f3, #f7f6f6, #faf9f9, #fcfcfc, #fefefe, #ffffff);
    border-left: 2px solid #4360ae;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px;
}
.mt_shipping-banner__headline {
    color: #4360ae;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 19px;
    margin-bottom: 0;
}
.highDemandOOS .mt_shipping-banner__headline {
    margin-bottom: 4px;
}
.mt_shipping-banner__subheadline.callout {
    color: #4360AE;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
}
.mt_shipping-banner__subheadline {
    color: #600;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 2px;
}
.mt_shipping-banner__message {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}	
@media screen and (max-width: 991px) {
    .mt_shipping-banner {
        background: linear-gradient(90deg, #ffffff, #ffffff, #fefdfd, #fcfcfc, #fbfafa, #f9f9f9, #f8f7f7, #f8f7f7);
    }
    .mt_shipping-banner__headline {
        font-size: 16px;
    }
}

/* ///////////////////////////////////// END: Styles for Pre-Order and OOS PBM Messaging ///////////////////////////////////// */

.modal-body .buy-block__availability,
		.modal-body .cart-table__availability{
			color: #BA3F00 !important;
			text-decoration: unset !important;
		}

		.modal-body .buy-block__column{
			    margin-top: 20px;
		}
		.modal-body #see-details-link{
			    margin-top: 20px !important;
		}
		.modal-body .buy-now.buy-now__one-option-mob.side-menu-gradients{
			padding: 10px !important;
		}
.buy-block__help-text.options-page {
    margin-top: 10px !important;
}
.modal-body p{
	color: #474441;
}

.field.optionField .ddlabel {
    color: #474441 !important;
	line-height: normal;
	height: auto !important;
}

.modal-content .modal-body .personalUX {
    border-top: 0px !important;
}
.field.optionField .btn.personalize-button {
    margin-top: 15px;
}