.discount-code-section{
    /* margin-top: 20px; */
    /* display:none; */
}

.button.button-code-promo {
	background-color: #d9d9d9 !important;
	color: #000 !important;
	font-size: 14px;
	margin-bottom: 20px;
}

.wc-proceed-to-checkout{
    flex-direction: column;
}

.wc-proceed-to-checkout.promo-code a{
    font-size: 20px;
}

.div-promo-code-input-button a{
    bottom: 0;
}

@media (min-width: 1020px) {	

    .div-promo-code-input-button a{
        bottom: 75px;
    }

    /* .div-promo-code-input-button{
        display: flex;
        margin-left: 20px;
        position: absolute;
        left: 360px;
        bottom: 50px;
    } */

    .button.button-code-promo {
        margin-top: 30px;
    }

    .discount-code-section #promotional_code{
        width: 350px;
        margin-bottom: 5px;
    }

    .wc-proceed-to-checkout.promo-code{
        flex-direction: row;
        justify-content: space-between;
    }

    .wc-proceed-to-checkout.promo-code a{
        position: absolute;
        right: 0;
        bottom: 75px;
    }

    .discount-code-section{
        display: flex;
        gap: 20px;
    }



}