.tlv-estimated-delivery-date {
	vertical-align: middle;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 8px;
	margin-top: 15px;
	max-width: 700px;
}

.tlvedd-tooltip {
	position: relative;
	display: inline-block;
	text-decoration-line: underline;
	text-decoration-style: dashed;
	text-decoration-thickness: from-font;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}

.tlvedd-tooltip .tlvedd-tooltip-text{
	background-color: white;
	color: #222;
	border: 1px solid rgba(34,34,34,.15);
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	font-size: 15px;
	visibility: hidden;
	width: 300px;
}
.tlvedd-tooltip:hover .tlvedd-tooltip-text {visibility: visible;}
.tlvedd-tooltip-text{position: absolute;top: 25px;margin: 0px;}

.-line-height-tight.tlvedd-text-body-03 {
	line-height: 32px;
}
.tlvedd-grid .tlvedd-grid__item-xs-4 {
	flex-grow: 1;
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}
.tlvedd-align-items-center {
	align-items: center !important;
}
.tlvedd-align-items-flex-end {
	align-items: flex-end !important;
}
.tlvedd-align-items-flex-start {
	align-items: flex-start !important;
}
.tlvedd-flex-direction-column-xs {
	flex-direction: column !important;
}
.tlvedd-display-flex-xs {
	display: flex !important;
}
.tlvedd-pl-xs-1 {
	padding-left: 6px !important;
}
.tlvedd-grid {
	display: flex !important;
	padding: 0px 5px;
	margin-top: 10px;
}
   
.tlvedd-flex-grow-xs-1 {
	flex-grow: 1 !important;
}
.tlvedd-height-half {
	height: 50% !important;
	border: none;
	border-bottom: 1px solid rgba(34, 34, 34, 0.15) !important;
}
.tlvedd-width-full {
	width: 100% !important;
	max-width: 700px;
}
.tlvedd-text-caption {
//     font-family: "Graphik Webfont",-apple-system,"Helvetica Neue","Droid Sans",Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.tlvedd-popover .tlvedd-popover__trigger.tlvedd-popover__trigger--underline, .tlvedd-popover .tlvedd-popover__trigger.tlvedd-popover__trigger--underline--light, .tlvedd-tooltip .tlvedd-tooltip__trigger.tlvedd-tooltip__trigger--underline, .tlvedd-tooltip .tlvedd-tooltip__trigger.tlvedd-tooltip__trigger--underline--light {
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-position: under;
	text-decoration-color: inherit;
}

.tlvedd-circle {
	border-radius: 50% !important;
	overflow: hidden !important;
}
.etsy-icon, .tlvedd-icon {
	display: inline-block;
	fill: currentColor;
	height: 30px;
	width: 30px;
	vertical-align: middle;
}
.tlvedd-bg-gray {
	background-color: #EAEAEA !important;
}
.tlvedd-pl-xs-1 {
	padding-left: 6px !important;
}
.tlvedd-pr-xs-1 {
	padding-right: 6px !important;
}
.tlvedd-text-caption-title{margin-top:10px;margin-bottom:10px;font-size:12px;font-weight: 600;}


.tlv-policy {
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1px dashed #222;
	padding: 10px;
	border-radius: 10px;
}

.tlv-inner {
	margin-bottom: 10px;
}

.tlv-inner:last-child {
	margin-bottom: 0;
}

.tlv-inner p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.tlv-tooltip {
	width: 100%;
}