@charset "UTF-8";

/* Version 2023.06 - 2023-06-15 18:00 */

/* BEGIN: ALL DEVICES */

/* Text */


/* Header */


/* Footer */

.site-footer {background-color: rgb(138, 138, 138);}

/* Spacer */

.btn {padding-left:30px;padding-right:30px;}
.card-title {font-size: 21px;min-height:48px;}
.card_note {font-size: .65rem;text-transform: uppercase;color: #4a4a4a;}
.card_price {font-size: 36px;font-weight: 700;line-height: 1;color: #83bc32;}
.card_price .decimals {font-size: 24px;}
.card_label, .card-text {font-size: 10px;}

/* END: ALL DEVICES */

/* BEGIN: MEDIA QUERIES */

/* Landscape phone to portrait tablet */
@media (max-width:767px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

}

/* END: MEDIA QUERIES */
