@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

:root {
    background-color: #182143;
}

body {
    font-family: 'Nunito', sans-serif;
    color: rgba(64, 81, 102, .96);
}


.logo img {
    max-width: 200%;
}

.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section.product {
    background-image: linear-gradient(0deg, #f5f9fc, #f5f9fc);
    background-repeat: no-repeat;
}

.section.notice {
    background-color: #fff3cd;
}

.article .image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}

.article .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.article .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.article .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

.article .image.image_resized img {
    width: 100%;
}

.article .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

.footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff;
    background-color: #3b474e;
}

.gateways .custom-control-label {
    font-size: 1.2em;
}

.btn-lg {
    font-size: 1.25rem;
}

.nav-item a {
    color: white !important;
    font-size: 18px;
}

.dropdown-menu {
    background-color: #47586C;
    color: white;
}

.dropdown-item:hover {
    background-color: #566f8c;
    color: white
}

.img_payment_methods {
    width: 160px !important;
}
.mb-10{
    margin-bottom: 150px;
}
.mb-15{
    margin-bottom: 250px;
}
.mb-20{
    margin-bottom: 300px;
}