.page-footer {
    padding: 53px 0 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 331px;
    margin: 0 auto;
}

.footer-logo__primary a {
    max-width: 219px;
    display: block;
    background: none;
}

.footer-logo__secondary a {
    max-width: 79px;
    display: block;
    background: none;

    img {
        height: auto;
    }
}

.footer-top-head-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.footer-top-head-btn a {
    margin: 0;    
}

.footer-top-head-btn a + a {
    margin: 0 0 0 20px !important;
}

.footer-top-info {
    margin: 0 auto 22px;
    max-width: 188px;

    & p a {
        padding-left: 0;
    }
}

.footer-top-info p,
.footer-top-info a {
    font-size: 15px;
    color: #676666;
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
    background: none;
    display: block;
    line-height: 1.333em;
    margin: 0 0 15px;
}

.footer-top-info p i,
.footer-top-info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #A22222;
    font-size: 15px;
}

.footer-top {
    padding: 22px 0 0;
    margin: 25px 0 0;
    border-top: 1px solid #C1BEBE;
}

.footer-link {
    margin: 0 auto;
    max-width: 188px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    padding: 0;
    margin: 0 0 10px;
}

.footer-link ul li:before {
    display: none;
}

.footer-link ul li a {
    background: none;
    font-size: 15px;
    color: #676666;
    font-weight: 400;
}

.footer-payment-option {
    background-color: #F9F7F7;
    text-align: center;
    padding: 14px;
    margin: 22px 0 0;
}

.footer-payment-option p {
    font-size: 15px;
    color: #202134;
    font-weight: 800;
    margin: 0 0 8px;
}

.footer-payment-option ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-payment-option ul li {
    padding: 0;
    margin: 0 5px;
}

.footer-payment-option ul li:before {
    display: none;
}

.footer-payment-option ul li a {
    background: none;
    max-width: 47px;
    box-shadow: 0 3px 10px rgba(103,103,102,0.1);
    display: block;
    position: relative;

    & img {
        height: auto;
    }
}

.back-to-top a {
    font-size: 17px;
    color: #262B6C;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding-right: 22px;
    margin: 0 auto;
    position: relative;
    background: none;

    &:hover {
        background: none;
        color: #262B6C;
    }
}

.back-to-top {
    margin: 0 0 5px;
}

.back-to-top a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 15px;
}

.footer-bottom-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bottom-wrapper ul li {
    padding: 0;
    margin: 0 18px 2px;
    font-size: 15px;
    color: #676666;
    font-weight: 400;
}

.footer-bottom-wrapper ul li:before {
    display: none;
}

.footer-bottom-wrapper ul li a {
    background: none;
    font-size: 15px;
    color: #676666;
    font-weight: 400;

    &:hover {
        background: none;
        color: #676666;
    }
}

.footer-bottom {
    background-color: #F0EDED;
    padding: 13px 0;
}



.footer-payment-option ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F0EDED;
    mix-blend-mode: color;
}


@media(min-width: 768px) {
    .footer-logo__primary a {
        max-width: 294px;
    }

    .footer-logo__secondary a {
        max-width: 183px;
    }

    .footer-logo {
        max-width: 548px;
    }

    .footer-top-head-btn {
        margin: 25px 0 0;
    }

    .footer-top-head-btn a + a {
        margin: 0 0 0 25px !important;
    }

    .footer-top {
        padding: 32px 0 0;
        margin: 35px 0 0;
        display: flex;        
        align-items: flex-start;
        justify-content: space-between;
        width: calc(100% + 32px);
        margin: 35px -16px 0;
        flex-wrap: wrap;
    }

    .footer-top-info p,
    .footer-top-info a {
        font-size: 18px;
        margin: 0 0 18px;
        padding: 0 0 0 30px;
    }

    .footer-top-info {
        margin: 0;
        max-width: unset;
        width: calc(50% - 32px);
        margin: 0 16px;
    }

    .footer-link {
        margin: 0;
        max-width: unset;
        width: calc(50% - 32px);
        margin: 0 16px;
    }

    .footer-top-info p i,
    .footer-top-info a i {
        font-size: 20px;
    }

    .footer-top-area {
        margin: 0 auto;
        max-width: 548px;
    }

    .footer-link ul li a {
        font-size: 18px;
    }

    .footer-link ul li {
        margin: 0 0 12px;
    }

    .footer-link--first {
        margin-bottom: 15px;
    }

    .footer-payment-option {
        padding: 23px 39px;
        margin: 20px auto 0;
        max-width: 548px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-payment-option p {
        font-size: 18px;
        margin: 0;
    }
    
    .footer-payment-option ul li:last-child {
        margin-right: 0;
    }

    .footer-bottom-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .footer-bottom-wrapper ul {
        max-width: 314px;
        justify-content: flex-start;
    }

    .footer-bottom-wrapper ul li {
        margin: 2px 51px 0 0;
        font-size: 18px;
    }

    .footer-bottom-wrapper ul li a {
        font-size: 18px;
    }

    .footer-bottom-wrapper ul li:first-child {
        margin: 0;
    }

    .back-to-top {
        margin: 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .page-footer {
        padding: 50px 0 0;
    }

    .back-to-top a {
        padding-right: 26px;
        font-size: 20px;
    }

    .back-to-top a i {
        font-size: 20px;
    }
}

@media(min-width: 1200px) {
    .footer-bottom-wrapper ul {
        max-width: unset;
    }

    .footer-bottom-wrapper ul li:first-child {
        margin: 0 51px 0 0;
    }

    .footer-payment-option ul li a {
        max-width: 60px;
    }

    .footer-payment-option {
        max-width: 616px;
        padding: 25px 43px;
    }

    .footer-top-area {
        max-width: unset;
        padding: 0;
    }

    .footer-top-info {
        width: 30%;
        margin: 0;
    }

    .footer-top {
        width: 100%;
        margin: 35px 0 0;
    }

    .footer-link {
        width: 19%;
        margin: 0;
    }

    .footer-link.footer-link--first {
        width: 26%;
        margin: 0;
    }

    .footer-link--third {
        width: auto;
    }

    .footer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-logo {
        max-width: unset;
        margin: 0;
    }

    .footer-logo__primary a {
        margin-right: 35px;
    }

    .footer-top-head-btn {
        margin: 0;
    }

    .footer-link ul li a:hover,
    .footer-top-info a:hover,
    .footer-bottom-wrapper ul li a:hover,
    .back-to-top a:hover {
        color: #a22222;
    }

    .footer-payment-option ul li a:hover:after {
        background-color: transparent;
        mix-blend-mode: unset;
    }
}