/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.envio_gratis {
      background: linear-gradient(90deg, #d6eed1, #fff);
    border-radius: 0;
    font-size: 90%;
    font-weight: 700;
    min-height: 34px;
    padding: 0;
    text-align: initial;
    text-decoration: none;
    text-transform: none;
    width: 100%;
	background-color: #d6eed1 !important;
    }


input[type=radio]:checked+.check-shape {
background-color: #009FE3 !important;
	border-color:#009FE3 !important;
}