body {
    font-family: 'Roboto', sans-serif;
    color: #373737;
}

.currency.after::before
{
    content: ' ';
}

.currency.before::after
{
    content: ' ';
}

select
{
    background-image: url(img/dd-down.svg);
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 15px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 10px;
}

.select2-selection--single .select2-selection__arrow
{
    background-image: url(img/dd-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.select2-selection--single .select2-selection__arrow b
{
    display: none;
}

.select2-dropdown
{
    border-radius: 0px;
}

img
{
    max-width: 100%;
}

a
{
    text-decoration: none !important;
}

main
{
    padding-bottom: 30px;
}

footer
{
    background: linear-gradient(90deg, #373737 -0.45%, rgba(55, 55, 55, 0.75) 100.9%);
    font-size: 10px;
    line-height: 20px;
    color: #EAEAEA;
    padding: 4px 0px;
}

footer a
{
    color: #EAEAEA !important;
}

.small-container
{
    width: 100%;
    max-width: 530px;
    margin: 0px auto;
}

.medium-container
{
    width: 100%;
    max-width: 970px;
    margin: 0px auto;
}

@media (min-width: 1400px)
{
    .container-large
    {
        max-width: 1280px;
    }
}