.cart-discount.coupon.love30 span:last-child {
    content-visibility: hidden !important;
}
.cart-discount.coupon.love30 span:first-child {
    margin-left: auto !important;
    width: 100% !important;
	  text-align: right;
}

.topheader-center {
    text-align: center;
	width: 100%;
}

.align-header-top {
    justify-content: center !important;
}

.coupon-sale-product-page {
    text-align: center;
    padding: 0px 30px 30px;
}

.coupon-sale-product-page h3 {
    color: #a65966;
}

.coupon-sale-product-page span {
    font-weight: bold;
}

.product-column-3 {
    width: 25%;
}

.split-banner {
    display: flex;
    flex-flow: wrap;
}
.split-banner > div {
    width: 50%;
}

.wpcf7-form {
    text-align: center;
}

.pum-container > .pum-title{
    margin-top: 10% !important;
}

.pum-container > .pum-content{
    margin-bottom: 10% !important;
}

.bg-primary-checkout{
    background-color: #A65966 !important;
    color: #fff !important;
}

.woocommerce-billing-fields__field-wrapper.pt-3.sm\:pt-4 label{
    display: none !important;
}

@media only screen and (max-width: 800px){
	.flex.justify-between.text-white.align-header-top {
    flex-flow: wrap;
	}
	.topheader-left{
		width:50% !important;
	}
	.topheader-right{
		width:50% !important;
	}
	.topheader-center{
		width:100% !important;
		order: 3;
		border-top: 2px solid #fff;
		margin-top: 5px;
	}
	.landing-top-bar.py-2 > .container{
		padding: 0 !important;
	}
	.align-header-top > div {
        padding: 0 10px !important;;
	}
	.pum-container{
	    max-width: 90% !important;
	    width: 90% !important;
	}
	.pum-container .wpcf7{
        max-width: 80%;
    }
}

