@import url('https://fonts.cdnfonts.com/css/myriad-pro');
* {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro', sans-serif;
}

footer {
    background-color: #191818;
    width: 100%;
}

footer a {
    text-decoration: none;
}

.foot-1 {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
    justify-items: center;
}

.foot-1 .footsub {
    max-width: 500px;
}

.footsub p {
    color: #777575;
    padding: 10px 0px;
}

.footsub h1 {
    color: #ffffff;
    font-size: 35px;
}

.footsub-2 .descriptions {
    color: #ffffff;
    font-size: 15px;
    width: 300px;
}

.footsub span {
    color: #d6295e;
}

footer form {
    display: flex;
    max-width: 320px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

footer form input {
    padding: 5px;
    width: 250px;
    height: 30px;
    outline-style: none;
    border: none;
    color: #ffffff;
    background-color: #191818;
    border-bottom: #ffffff 2px solid;
    font-size: 16px;
}

footer form input:focus {
    border-bottom: 2px solid #ffffff;
}

footer form button {
    width: 50px;
    height: 42px;
    background-color: #191818;
    border: none;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
}

footer form button i:hover {
    font-size: 27px;
}

footer form button i {
    font-size: 23px;
    color: #ffffff;
}

.footextra {
    border-bottom: 1px solid #595656;
    margin: 20px 40px;
}

.foot-2 {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.footsub-1 {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footsub-1 h1 {
    color: #ffffff;
}

.footsub-2 {
    padding: 5px;
}

.footsub-2 p {
    color: #ffffff;
}

.footsub-2 ul {
    list-style: none;
}

.footsub-2 ul li {
    line-height: 26px;
}

.footsub-2 ul li a {
    color: #ffffff;
    font-size: 15px;
}

.footsub-2 h3 {
    padding: 10px 0;
    color: #777575;
}

.footsub-2 img {
    padding: 10px 10px 10px 0;
    width: 40px;
}
.store-location a{
    color: #ffffff;
}
.store-location a:hover{
    color: #595656;
}
.store-location i{
    padding: 10px 5px 0px 0px;
}
.follow-icon {
    max-width: 200px;
}

.follow-icon i {
    font-size: 25px;
    padding: 5px;
    color: #ffffff;
}

.footercopy {
    max-width: 1100px;
    margin: auto;
    padding: 0px 10px 30px 10px;
    text-align: center;
}

.footercopy p {
    font-size: 15px;
    color: #ffffff;
}

.follow-icon a span {
    background-color: rgba(184, 180, 180, .5);
    margin-top: 27px;
}

.tooltiptext {
    visibility: hidden;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
}

.follow-icon a:hover .tooltiptext {
    visibility: visible;
}

.hover-underline-animations {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hover-underline-animations::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform .3s ease-out;
}

.hover-underline-animations:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#subscription-message {
    font-family: 'Myriad Pro', sans-serif;
}

@media (max-width: 1000px) {
    .foot-1 {
        justify-content: center;
        padding: 5px;
    }

    .foot-1 .footsub {
        padding: 5px;
    }
}

@media (max-width: 940px) {
    .foot-2 {
        padding-top: 1px;
    }

    .foot-2 {
        display: block;
    }

    .footsub-1 {
        padding: 20px;
    }

    .footsub-2 {
        padding: 20px;
    }
}

@media (max-width: 510px) {

    footer form input {
        padding: 5px;
        width: 230px;
    }

    .footsub-1 img {
        width: 150px;
        display: none;

    }

    .footextra {
        margin: 20px 10px;
    }

    footer form button {
        height: 42px;
    }
}