﻿.btn-profile {
    border-radius: 0px !important;
    width: 100% !important;
}

.old-price {
    font-size: 20px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    text-decoration: line-through;
    margin-bottom: -15px;
}

.shopping-coupon-code > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background: #ff4800;
    color: #ffffff;
    border: none;
    padding: 0 25px;
    font-weight: 700;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.bg-helpmatik {
    background-color: #ff4800;
}

