﻿
/* General */
/* ==================================== */
html {
    font-size: 14px;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    /*width: 100%;*/
    min-height: 300px;
    margin: 25px 0;
    padding: 0;
}

.footer-title {
    font-size: 1.00rem;
    font-weight: 500;
    color: inherit;
}
.footer-text {
    clear: both;
    font-size: 0.90rem;
    color: inherit;
    max-width: 350px;
}

@media (min-width: 851px) {
    html {
        font-size: 16px;
    }
}

/*@media (max-width: 850px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}*/

               
/* GLOBAL STYLES */
/* ==================================== */

.display-1 {
    font-size: 4.0rem;
}
.display-2 {
    font-size: 3.5rem;
}
.display-3 {
    font-size: 3.0rem;
}
.display-4 {
    font-size: 2.5rem;
}
.display-5 {
    font-size: 1.5rem;
}
label {
    font-weight: 500;
}

/* CUSTOM STYLES */
/* ==================================== */

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #bfbfbf;
    padding: 0;
}

#progressbar a {
    color: #bfbfbf;
}

#progressbar .active {
    color: #007bff;
}

#progressbar .active a {
    color: #007bff;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
}

#progressbar #review:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
}

#progressbar #shipping:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d1";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #bfbfbf;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #007bff;
}