/*
* Basic Styles For the frontend by DRTSWebWorks
*/

.price{
	display: none;
}

/* Old Price */
.drtswwc-old-price {
    font-size: 0.8em !important;
    color: #888 !important;
    text-decoration: line-through;
    margin: 0;
    padding: 0;
}
.drtswwc-old-price .amount {
    font-size: inherit !important;
    color: inherit !important;
    margin: 0;
    padding: 0;
}

/* New Price */
.drtswwc-new-price {
    font-size: 1.5em !important;
    font-weight: 600;
    color: red !important;
    margin: 0;
    padding: 0;
}
.drtswwc-new-price .amount {
    font-size: inherit !important;
    color: inherit !important;
    margin: 0;
    padding: 0;
}


.drtswwc-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0; 
}

@media (max-width: 768px) {
    .drtswwc-old-price {
        font-size: 0.6em;
    }

    .drtswwc-new-price {
        font-size: 1.5em;
    }
}
