
#product .stock-status.stock-preorder,
#popup-quickview .stock-status.stock-preorder,
.info-product-stock .stock-status.stock-preorder,
.product_model_sstatus .stock-status.stock-preorder {
	color: #FF8A1C;
}
.stock-status.outofstock.stock-preorder:before,
.product_model_sstatus .stock-status.stock-preorder:before {
	content: "";
	background: #FF8A1C;
	mask-image: url("/catalog/view/theme/upstore/image/icon-preorder.svg");
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
#product .stock-status.stock-preorder,
#popup-quickview .stock-status.stock-preorder {
	background: #fff7ec;
}

.text-preorder-before-btn {
	text-align: center;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}
.text-preorder-before-mod {
	text-align: right;
	font-size: 13px;
	font-weight: 500;
	flex:0 1 100%;
}
.text-preorder-before-mod + .btn-general {
	margin-left: auto;
}
#popup-quickview .quantity-adder,
#product .quantity-adder {
	margin-top: auto;
}
.icon-preorder {
	min-width: 20px;
}

.fpol-preorder-box {
    border: 1px solid #ffeeba;
    background: #fff8e1;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.fpol-preorder-date {
    display: block;
    width: fit-content;
    margin: 0 auto 6px auto;
    padding: 3px 10px;
    background: #ffeeba;
    border-radius: 20px;
    font-weight: bold;
    color: #856404;
    text-align: center;
}
.fpol-preorder-text {
    color: #6c5c00;
}

.fpol-preorder-cart-note {
    margin-top: 5px;
    padding: 5px 8px;

    background: rgba(255, 138, 28, 0.08);
    border: none;
    border-left: 3px solid #FF8A1C;
    border-radius: 4px;

    font-size: 12px;
    line-height: 1.3;
    color: #6E3A00;
}

.fpol-warning-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;

    padding: 10px 15px 10px 52px;
    margin-top: 18px;
    margin-bottom: 15px;

    background: #d8300e08;
    border: 2px dashed #d8300e;
    border-radius: 8px;

    color: #000;
    font-size: 14px;
}

.fpol-warning-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;

    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17ZM9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%23d8300e'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4.50952C9.27614 4.50952 9.5 4.73338 9.5 5.00952V10.2151C9.5 10.4913 9.27614 10.7151 9 10.7151C8.72386 10.7151 8.5 10.4913 8.5 10.2151V5.00952C8.5 4.73338 8.72386 4.50952 9 4.50952Z' fill='%23d8300e'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 12.2985C9.27614 12.2985 9.5 12.5223 9.5 12.7985V13.6879C9.5 13.964 9.27614 14.1879 9 14.1879C8.72386 14.1879 8.5 13.964 8.5 13.6879V12.7985C8.5 12.5223 8.72386 12.2985 9 12.2985Z' fill='%23d8300e'/%3E%3C/svg%3E");

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fpol-warning-title {
    margin: 0 0 4px;
    padding: 0;

    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #000;
}

.fpol-warning-text {
    margin: 0;
    padding: 0;

    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #000;
}

.stock-status.preorder {
    color: #FF8A1C;
}

.stock-status.preorder::before {
    /*content: "\f017"; /* fa-clock-o
    font-family: FontAwesome;
    margin-right: 5px;*/
    content: "";
    background: #FF8A1C;
    mask-image: url("/catalog/view/theme/upstore/image/icon-preorder.svg");
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

#product .cart {
    text-align: center;
}
#product .cart .arrival-text {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
}