@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');

.col.footer-additional-wrapper.col-auto.mx-auto.col-12 {
    margin: auto !important;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5vh !important;
}

#shop-logo {
    margin-top: 10%;
}

#search-header{
    border-radius: 50px !important;
}

.input-group-append .btn.btn-secondary {
    background: none !important;
    border: none !important;
}

.input-group-append .btn.btn-secondary:hover {
    color: #a04977;
}

.yousave{
    color: #a04977 !important;
}

.social-label{
    font-family: 'Style Script', cursive;
    font-size: 4rem;
}

.fab.fa-instagram.fa-fw.fa-lg {
    font-size: 5rem;
}

.btn-icon-secondary.btn-instagram.btn.btn-sm {
    border: none;
}

.btn-instagram:hover {
    background: none;
    color: #a04977 !important;
}

.fab.fa-facebook-f.fa-fw.fa-lg {
    font-size: 5rem;
}

.btn-icon-secondary.btn-facebook.btn.btn-sm {
    border: none;
}

.btn-facebook:hover {
    background: none;
    color: #a04977 !important;
}