.fme-info {
    color: #575757;
    background-color: #f0f0f0;
    border-color: #bce8f1;
    clear: both;
}
.fme-msg-box {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fme-date-title {
    font-weight: 700;
    margin-right: 5px;
}
.fme-availability-block {
    font-size: 20px;
}
.column.main .opc-block-summary .product-item {
	position: relative;
}
.column.main .opc-block-summary .product-item .preorder_message div:empty{
	display: none;
}
.column.main .opc-block-summary .product-item .preorder_message div {
	display: block;
	position: relative;
	text-align: center;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3;
	color: #0e1b30;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(129, 129, 129, 0.16);
	border: solid 1px #e0c841;
	background-color: #fff3af;
	margin-bottom: 0;
	margin-top: 0;
	top: 0;
	margin-top: 10px;
}
.column.main .opc-block-summary .product-item .preorder_message div:before {
	border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    left: 14px;
}
.column.main .opc-block-summary .product-item .preorder_message div:before {
    border-width: 7px;
    border-color: transparent;
    border-bottom-color: #e0c841;
    margin-top: 0;
    top: -14px;
}
.column.main .opc-block-summary .product-item .preorder_message div:after {
	border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    left: 15px;
}
.column.main .opc-block-summary .product-item .preorder_message div:after {
    border-width: 6px;
    border-color: transparent;
    border-bottom-color: #fef3b6;
    margin-top: 0;
    top: -12px;
}
.onestepcheckout-index-index .preorder_message {
    margin: 0 !important;
    order: 9;
    width: 100%;
}