
body{
    font-family: 'Lato', sans-serif;
}
.dark-blue{
    background: darkblue;
}

.yellow{
    background: yellow;
}

.yellow-text{
    color: #f6d650;
}

.red{
    background: red;
}

.white{
    color: #fff;
}

.gray-text{
    color: #a6a6a6;
}

.green-text{
    color: #47d26c;
}

.bigger-text{
    font-size: 18px;
}

.spacer-checkout-list{
    margin: 10px 0px;
}

.span-content{
    padding-left: 10px;
}

.total-area{
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 0px;
}

.white-background{
    background: white;
    padding: 20px 0px;
    min-height: 60px;
}

.form-control{
    height: 60px;
}

/* HEADER SECTION */

header{
    height: 90px;
    padding: 10px 0px;
}

.header-border{
    border-bottom: 1px solid #a6a6a6;
}

/* li.header-li-right.yellow-button {
    background: #f6d650;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 6px;
    color: black;
}

li.header-li-right.yellow-button:hover {
    background: black;
    color: black;
} */

i.fa-solid.fa-cart-shopping {
    color: black;
    transition: all 0.75s ease;
}

i.fa-solid.fa-cart-shopping:hover {
    color: #f6d650;
}

a.header-yellow-button{
    color: black;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 6px;
    background: #f6d650;
    transition: all 0.75s ease;
}

a.header-yellow-button:hover{
    color: #f6d650;
    background: #24215a;
}


a.header-purple-button {
    color: white !important;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 6px;
    background: #24215a;
    transition: all 0.75s ease;
    margin: 15px 0px;
    border: 1px solid #24215a;
}

a.header-purple-button:hover{
    color: #24215a;
    background: #fff;
    border: 1px solid #24215a;
}

a.header-menu-list {
    color: black;
    transition: all 0.75s ease;
}

a.header-menu-list:hover {
    color: #24215a;
    color: #a6a6a6;
}

.header-logo{
    height: 75px;
    float: left;
}

.left-header{
    text-align: left;
    
}

.right-header{
    text-align: right;
    
}

ul.header-ul-left {
    float: left;
    padding-top: 30px;
}

li.header-li-left {
    display: inline;
    padding: 0px 20px;
    list-style: none;
    font-weight: 600;
}

ul.header-ul-right {
    float: right;
    padding-top: 20px;
}

li.header-li-right {
    display: inline;
    padding: 0px 20px;
    list-style: none;
    font-weight: 600;
}

span.span-cart {
    background: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    text-align: center;
    top: 15px;
    margin-left: 5px;
    padding: 2px;
}

i.fa-solid.fa-cart-shopping {
    border: 1px solid gray;
    padding: 10px;
    border-radius: 4px;
}

span.ul-title {
    font-size: 10px;
    color: darkslategray;
    position: absolute;
    top: 14px;
}

/* CONTENT SECTION */

.content-area{
    padding: 100px 0px;
}

h1{
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

h2{
    
}

.registration-steps-home{
    padding: 20px 0px;
    color: #26215e;
    text-align: center;
    font-size: 20px;
}

.registration-steps {
    padding: 20px 0px 13px;
    color: #26215e;
    text-align: center;
    font-size: 20px;
    margin: 0px;
}

span.footsteps {

}

.footstep-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.btn.btn-primary.btn-lg.yellow-button {
    background: #f6d650;
    color: black;
    margin: 20px 0px;
    transition: all 0.75s ease;
}

a.btn.btn-primary.btn-lg.yellow-button:hover {
    background: white;
    color: #24215a;
}

button.btn.btn-primary.btn-lg.purple-button {
    background: #24215a;
    color: white;
    margin: 20px 0px;
    width: 355px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: all 0.75s ease;
    text-transform: uppercase;
}

button.btn.btn-primary.btn-lg.purple-button:hover{
    background: #f6d650;
    color: #24215a;
}

button.btn.btn-primary.btn-lg.black-button {
    background: #000;
    color: white;
    margin: 20px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: all 0.75s ease;
    text-transform: uppercase;
}

button.btn.btn-primary.btn-lg.black-button:hover{
    background: #a6a6a6;
    color: #24215a;
}

select#exampleFormControlSelect1 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect2 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect3 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect4 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect5 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect6 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect7 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect8 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select#exampleFormControlSelect9 {
    height: 60px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    transition: all 0.75s ease;
}

select option:checked:after {
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}

.checkout-boxes {
    width: 100%;
    /*border: 1px solid #a6a6a6;*/
    border-radius: 2px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.box-shadow{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
}

.form-margin{
    margin-top: 10px;
}

.hr{
    margin: 20px 0px;
    width: 100%;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.form-group .home{
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}

.form-group{
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}

/* FOOTER SECTION */

.purple-background {
    background: #24215a;
    height: 340px;
    padding: 30px 0px;
}

.yellow-background{
    background: #f6d650;
    
    padding: 30px 0px;
}

.yellow-footer {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

.stay-touch {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
}

.footer-email{
    color: #fff;
    text-align: center;
    margin: 10px;
    font-size: 18px;
    transition: all 0.75s ease;
}

.footer-email:hover{
    color: #f6d650;
}

.footer-phone{
    color: #fff;
    text-align: center;
   margin: 10px;
   font-size: 18px;
   transition: all 0.75s ease;
}

.footer-phone:hover{
    color: #f6d650;
}

.purple-footer{
    text-align: center;
   margin-left: auto;
    margin-right: auto;
}

i.fa-brands.fa-square-facebook {
    color: white;
    line-height: 2;
    margin: 0px 10px;
    transition: all 0.75s ease;
}

i.fa-brands.fa-square-facebook:hover {
    color: #f6d650
    }

i.fa-brands.fa-square-instagram{
    color: white;
    line-height: 2;
    margin: 0px 10px;
    transition: all 0.75s ease;
}

i.fa-brands.fa-square-instagram:hover {
    color: #f6d650
}

i.fa-brands.fa-square-youtube{
    color: white;
    line-height: 2;
    margin: 0px 10px;
    transition: all 0.75s ease;
}

i.fa-brands.fa-square-youtube:hover {
    color: #f6d650
}

.chat-float {
    float: right;
    height: 60px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

/* Step 2 */

.h4 {
    padding: 0px 0px;
    color: #26215e;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
}

.h4-checkout {
    padding: 0px 0px;
    color: #26215e;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    text-align: center;
    width: 100%;
}

@media (max-width: 1200px){

    li.header-li-left {
    display: inline;
    padding: 0px 10px;
    list-style: none;
    font-weight: 600;
}

li.header-li-right {
    display: inline;
    padding: 0px 10px;
    list-style: none;
    font-weight: 600;
}

}


@media (max-width: 990px){

 li.header-li-left {
    display: inline;
    padding: 0px 5px;
    list-style: none;
    font-weight: 600;
    font-size: 15px;
}

li.header-li-right {
    display: inline;
    padding: 0px 5px;
    list-style: none;
    font-weight: 600;
    font-size: 15px;
}

.header-logo {
    height: 60px;
    float: left;
    position: absolute;
}

ul.header-ul-left {
    float: left;
    padding-top: 30px;
    padding-left: 85px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 1rem;
}

}

@media (max-width: 960px){

    .header-logo {
    height: 80px;
    float: left;
    position: absolute;
    top: 12px;
}
}

/*
@media (max-width: 1200px){
li.header-li-left {
    display: inline;
    padding: 0px 10px;
    list-style: none;
    font-weight: 600;
}

ul.header-ul-left {
    float: none;
    padding-top: 15px;
}

.left-header {
    text-align: center;
}

li.header-li-right {
    display: inline;
    padding: 0px 10px;
    list-style: none;
    font-weight: 600;
}

ul.header-ul-right {
    float: none;
    padding-top: 15px;
}

.right-header {
    text-align: center;
}

.header-logo {
    height: 75px;
    float: none;
}

header {
    height: 210px;
    padding: 10px 0px;
}

span.ul-title {
    font-size: 10px;
    color: darkslategray;
    position: absolute;
    top: 77px;
}

}

*/

@media (min-width: 961px){
nav {
    display: none !important;
}
}

@media (max-width: 960px){
header {
    display: none !important;
}
}

@media (max-width: 420px){
.footer-email {
    color: #fff;
    text-align: center;
    margin: 10px;
    font-size: 18px;
    transition: all 0.75s ease;
    display: block;
}



.purple-background {
    background: #24215a;
    height: 370px;
    padding: 30px 0px;
}
}
/*
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1920px;
}
}

*/