
	.btn-link-new {
		color: #2f2f2f;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		font-size: 13px;
		font-family: Manrope;
		font-weight: 700;
		white-space: nowrap;
		padding: 7px 10px !important;
		line-height: 155%;
		border-radius: 30px;
		border: 1px solid #87001E;
		text-transform: uppercase;
		cursor: pointer;
	}

	.btn-link-new:hover {
		background: linear-gradient(176deg, #87001E 2.84%, #FF0037 153.39%);
 	 	color: #fff;
	}

    .product-item-pre-order {
        color: white !important;
        background: linear-gradient(176deg, #87001E 2.84%, #FF0037 153.39%) !important;
        white-space: nowrap;
        padding: 7px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }