footer#footer-template {
    overflow: hidden;
}

footer#footer-template .container.editor-styles-wrapper {
    padding: 0;
}

footer#footer-template .container.editor-styles-wrapper p.header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer#footer-template .container.editor-styles-wrapper #top-section p:not(.header) {
    font-size: 14px;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us ul,
footer#footer-template .container.editor-styles-wrapper #top-section {
    position: relative;
    overflow: hidden;
    margin: 0 -500%;
    padding: 20px 500%;
}


/*
* Footer Top Section
*/
footer#footer-template .container.editor-styles-wrapper #top-section {
    background-color: #f8f8f8;
}

footer#footer-template .container.editor-styles-wrapper #top-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-logo {
    width: 100%;
    padding: 20px;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left,
footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center,
footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-right {
    padding: 20px;
    flex-basis: 30%;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left {
    order: 1;
    align-self: flex-start;
    flex-grow: 1;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left .footer-social-icons ul {
    display: flex;
    padding: 0;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left .footer-social-icons ul li {
    list-style-type: none;
    color: #111111;
    z-index: 0;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left .footer-social-icons ul li .btn-floating {
    width: 50px;
    height: 50px;
    box-shadow: none;
    border: 2px solid #000;
    background-color: transparent;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left .footer-social-icons ul li .btn-floating i {
    position: relative;
    right: 1px;
    top: 4px;
    color: #090909;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left .footer-app-download-icons img {
    width: 40%;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center {
    order: 2;
    align-self: flex-start;
    flex-grow: 1;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter a {
    z-index: 0;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter .bubble {
    font-weight: 400;
    font-style: normal;
    padding-left: 4px;
    font-size: 12px;
    width: 80px;
    height: 80px;
    line-height: 64px;
    border-radius: 50%;
    z-index: 2;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    border: 2px solid #000;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter .bubble .bubble-text,
footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter .bubble .bubble-price {
    display: block;
    font-family: inherit;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter .bubble .bubble-text {

}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center .footer-newsletter .bubble .bubble-price {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    padding-right: 1px;
    margin-left: -12px;
    margin-top: 16px;

}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-right {
    order: 3;
    align-self: flex-start;
    flex-grow: 1;
}

footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-right .footer-contact a {
    margin-left: 10px;
    font-size: 14px;
}

/*
* End Footer Top Section
*/


/*
* Footer Bottom Section
*/
footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us ul {
    position: relative;
    overflow: hidden;
    margin: 0 -500%;
    padding: 20px 500%;
    list-style-type: none;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us.b2c ul {
    background-color: #fe5909;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us.b2b ul {
    background-color: #4C6B6B;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us ul li {
    margin-left: 20px;
    float: left;
    list-style: none;
    font-size: 14px;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us ul li a {
    color: #ffffff;
}

footer#footer-template .container.editor-styles-wrapper #bottom-section .about-us ul li a:hover {
    color: #ececec;
}

/*
* End Footer Bottom Section
*/

@media all and (max-width: 600px) {
    footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-left,
    footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-center,
    footer#footer-template .container.editor-styles-wrapper #top-section .footer-column-right {
        flex-basis: 100%;
    }

    footer#footer-template .container.editor-styles-wrapper #top-section .footer-logo {
    }
}

/**
 * ZAK Overlay Spinner
 */
#zak-spinner-page-overlay {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#zak-spinner-page-overlay .zak-spinner-page-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
}
#zak-spinner-page-overlay .zak-spinner-container,
#zak-spinner-page-overlay .zak-spinner-message {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
}
#zak-spinner-page-overlay .zak-spinner-message {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    top: calc(45% + 100px);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
#zak-spinner-page-overlay .zak-spinner-message SPAN {
    /*animation: reveal 1s steps(5, end) infinite;*/
    position: absolute;
    width: 0;
    overflow: hidden;
    text-align:left;
    font-weight: 500;
    animation: reveal 1s linear infinite;
    -webkit-animation: reveal 1s linear infinite
;
}
@keyframes reveal {
    0%, 20% {
        width: 0;
    }
    80%, 100% {
        width: 25px;
    }
}
#zak-spinner-page-overlay .zak-spinner {
    border: 10px solid #ff8347;
    border-top-color: #fe5909;
    border-bottom-color: #fe5909;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s ease-in-out infinite;
}