/* CSS Document */
body {
    font-family: "Roboto", sans-serif;
    color: #808080;
}
h1,
h2,
h3,
h4,
h5 {
    color: #014268;
    font-weight: bold;
    margin: 2.5rem 0;
}

.div_page {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    max-width: 1110px;
}

.div_product {
    height: 100%;
    width: 100%;
    border: 2px solid #b0d235;
    border-radius: 15px;
    padding: 0;
}

.div_version {
    height: 100%;
    width: 100%;
    border: 2px solid #27b8d1;
    border-radius: 15px;
    padding: 0;
    font-size: 10px;
}

.div_label {
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #b0d235;
    font-size: calc(10px + 0.7vw) !important;
    font-weight: bold;
    color: #b0d235;
    border-radius: 5px;
    padding: 5px;
}

.card-title {
    color: #27b8cd;
    margin: 0.5rem 0 1rem 0;
}

.link_detail {
    color: #014268;
    font-weight: bold;
    margin: 1rem 0;
    text-decoration: none;
}

.link_detail:hover,
:visited {
    text-decoration: none;
}

.link-photo {
    margin: 0.5rem 0 0 0;
}

.round-photo {
    border-radius: 50%;
}

.img-round {
    border-radius: 15px;
}

.logo-cart {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;

    -moz-border-radius: 22px; /* or 50% */
    border-radius: 22px; /* or 50% */

    background-color: #b0d235;
    color: white;
    text-align: center;
    font-size: 2em;
}

.logo-cart:hover {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;

    -moz-border-radius: 22px; /* or 50% */
    border-radius: 22px; /* or 50% */
    border: 2px solid #b0d235;

    background-color: white;
    color: #b0d235;
    text-align: center;
    font-size: 2em;
}

.price {
    font-weight: bold;
    font-size: calc(20px + 0.7vw) !important;
    color: #27b8d1;
    text-shadow: 1px 1px 2px #004563;
    font-style: italic;
}

.price-small {
    font-weight: bold;
    font-size: calc(10px + 0.7vw) !important;
    color: #27b8d1;
    text-shadow: 1px 1px 2px #004563;
    font-style: italic;
}

.blog-link {
    color: #b0d235;
    font-weight: bold;
    text-decoration: none;
}

.blog-link:hover {
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}

.nav-link {
    font-size: 1.1;
    color: #808080;
}

.nav-link:hover,
.nav-link:focus {
    font-size: 1.1;
    color: #b0d235;
}

.nav-footer li {
    position: relative;
}

.nav-footer li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    width: 2px;
    height: 40%;
    top: 30%;
    background: #767676;
}

.nav-footer a {
    color: #767676;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
}

.nav-footer a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
}

.nav-footer-small a {
    color: #767676;
    text-decoration: none;
    font-size: 1rem;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
    filter: invert(100%);
}

.supratitle-main {
    font-weight: bold;
    color: #b0d235;
}

.title-main {
    font-weight: bold;
    color: #004563;
}

.description-main {
    font-size: calc(8px + 0.5vw) !important;
    font-weight: bold;
    color: #808080;
}

.slogan {
    font-weight: bold;
    color: #ffffff;
}

.vmm {
    font-size: 1rem;
    font-weight: bold;
    color: #004563;
    text-decoration: none;
}

.vmm:hover {
    font-size: 1rem;
    font-weight: bold;
    color: #004563;
    text-decoration: none;
}

.vmm-main {
    font-size: 1rem;
    font-weight: bold;
    color: #004563;
}

.vmm-btn {
    border: 0.2rem solid #004563;
    background-color: white;
    color: #004563;
    font-weight: bold;
}

.vmm-btn:hover {
    border: 0.2rem solid #004563;
    background-color: #004563;
    color: white;
    font-weight: bold;
}

.red-btn {
    border: 0.2rem solid #bb0000;
    background-color: white;
    color: #bb0000;
    font-weight: bold;
}

.red-btn:hover {
    border: 0.2rem solid #bb0000;
    background-color: #bb0000;
    color: white;
    font-weight: bold;
}

.title-medium {
    font-size: calc(15px + 1.5vw) !important;
    font-weight: bold;
    color: #004563;
    line-height: 0.8;
}

.title-small {
    font-size: calc(8px + 1vw) !important;
    font-weight: bold;
    color: #004563;
}

.cart-btn {
    background-color: #27b8d1;
    color: white;
}

.cart-btn:hover {
    /*border: 0.2rem solid #27b8d1;*/
    background-color: #004563;
    color: white;
}

.cart-btn-text {
    /*border: 0.2rem solid #27b8d1;*/
    background-color: #27b8d1;
    color: white;
    /*font-size: calc(10px + 1vw) !important;*/
    font-weight: bold;
}

.cart-btn-text:hover {
    /*border: 0.2rem solid #27b8d1;*/
    background-color: #004563;
    color: white;
}

.cart-btn-subtext {
    /*border: 0.2rem solid #27b8d1;*/
    background-color: #27b8d1;
    color: white;
    font-size: calc(2px + 1vw) !important;
    font-weight: bold;
}

.cart-btn-subtext:hover {
    /*border: 0.2rem solid #27b8d1;*/
    background-color: #004563;
    color: white;
}

.cart-small {
    color: white;
    font-size: calc(2px + 0.75vw) !important;
    font-weight: bold;
}

.cart-small:hover {
    color: white;
}

.cart-icon {
    font-size: calc(10px + 1vw) !important;
}

.cart-icon-small {
    font-size: calc(10px + 0.9vw) !important;
}

.li-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

.li-style {
    padding-left: 1.3em;
}

.li-style:before {
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #27b8d1;
}

.bkg_cart {
    background-color: #e7f1c2;
    border-radius: 5px;
    padding: 50px 20px;
}

.bkg_cart_product {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 1px #000;
}

.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #ffffff;
    color: #b0d235;
    border-color: #b0d235;
}
.message.error {
    background: #ffffff;
    color: #bb0000;
    border-color: #bb0000;
}

.required .form-label:after {
    content: "*";
    color: #bb0000;
    margin-left: 2px;
}

ol {
    list-style: none;
    counter-reset: my-counter;
}
ol li {
    counter-increment: my-counter;
}
ol li::before {
    content: counter(my-counter) ". ";
    color: #27b8d1;
    font-weight: bold;
    font-size: 1.2rem;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
