
/* WEARIFY INTEGRETE START  */
@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

/* WEARIFY BUTTONS STYLES  */
.wearify-button {
    /* font-family: 'PP Neue Montreal', sans-serif; */
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    line-height: 15px;
    background-color: #000000;
    letter-spacing: .1rem;
    font-weight: 500;
    text-align: center;
    width: 129px;
    height: 33px;
    border: 2px solid #000000;;
    cursor: pointer;
    border-radius: 10px;
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.wearify-button-mobile {
    font-family: 'PP Neue Montreal', sans-serif;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    line-height: 15px;
    background-color: #000000;
    letter-spacing: .1rem;
    font-weight: 500;
    text-align: center;
    width: 129px;
    height: 33px;
    border: 2px solid #000000;;
    cursor: pointer;
    border-radius: 10px;
    z-index: 10000;
    justify-content: center;
    align-items: center;
}


.wearify-button:hover{
    border: 2px solid #fff;
    transition: border 0.3s ease;
}

.wearify-button div {
    margin: 2px;
}

.wearify-button img {
    width: 27px;
    height: 27px;
}

.wearify-button {
    display: flex;
}

@media only screen and (max-width: 700px) {
    .wearify-button {
        font-size: 1rem;
    }

    .wearify-button img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .wearify-button {
        font-size: 1rem;
        width: 110px;
        height: 27px;
        top: 8%;
    }
}

.wearify-button img {
    margin: 2px;
}


.wearify-button-mobile:hover{
    border: 2px solid #fff;
    transition: border 0.3s ease;
}

.wearify-button-mobile div {
    margin: 2px;
}

.wearify-button-mobile img {
    width: 27px;
    height: 27px;
}

.wearify-button-mobile {
    display: flex;
}

@media only screen and (max-width: 780px) {
    .wearify-button-text {
        font-size: 12px;
    }

    .wearify-button-mobile img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .wearify-button-mobile {
        font-size: 12px;
        width: 110px;
        height: 27px;
        top: 8%;
    }
}

.wearify-button img {
    margin: 2px;
}

/* WEARIFY INTEGRETE END  */