footer {
    background: linear-gradient(
            to bottom,
            #15221A 0%,
            #0E1510 10%,
            #0E1510 95%,
            #15221A 100%
    );
    border-top: 3px solid!important;
    border-bottom: 3px solid!important;
    border-image: linear-gradient(
            to right,
            #865806 0%,
            #F7CC86 25%,
            #865806 40%,
            #865806 60%,
            #F7CC86 75%,
            #865806 100%
    ) 1!important;
}

footer .pay-methods {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #F7CC86 45%, #865806 70%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

footer .col-xs-12 {
    border-left: 1px solid!important;
    border-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 10%,
            #865806 35%,
            #F7CC86 50%,
            #865806 75%,
            rgba(255, 255, 255, 0) 90%
    ) 1!important;
}

footer .col-xs-12:nth-of-type(1) {
    border: none!important;
    overflow: hidden;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo {
    position: relative;
    top: -50px;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: -60px 0!important;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo p {
    font-family: var(--inter)!important;
    font-size: 11px!important;
    background: linear-gradient(to bottom, #F7CC86 45%, #865806 70%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    margin: 0!important;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo p:nth-of-type(4) {
    font-size: 14px!important;
    font-weight: 600!important;
    margin-top: 10px!important;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo div.footerSocial {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo div.footerSocial a.socialIcon {
    display: inline-block;
    transition: transform 0.25s ease, filter 0.25s ease;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo div.footerSocial a.socialIcon svg {
    margin-top: 7px;
    display: block;
    transition: filter 0.25s ease;
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo div.footerSocial a.socialIcon:hover {
    transform: scale(1.08);
}

footer .col-xs-12:nth-of-type(1) div.widget.logo div.underLogo div.footerSocial a.socialIcon:hover svg {
    filter: brightness(1.15) saturate(1.1);
}

footer .col-xs-12 h3 {
    font-size: 20px!important;
    font-weight: 700!important;
    background: linear-gradient(to bottom, #F7CC86 45%, #865806 60%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

footer .shopOptions,
footer .informationOptions,
footer .companyAddress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .shopOptions ul,
footer .informationOptions ul {
    padding: 0!important;
}

footer .shopOptions ul li,
footer .informationOptions ul li {
    list-style: none;
    text-align: center;
    margin: 20px 0!important;
}

footer .shopOptions ul li a,
footer .informationOptions ul li a{
    font-size: 16px!important;
    font-weight: 700!important;
    color: #F7CC86!important;
}

footer .shopOptions ul li a:hover,
footer .informationOptions ul li a:hover {
    text-decoration: none;
}

footer .companyAddress h3 {
    margin-bottom: 30px!important;
}

footer .companyAddress p {
    font-family: var(--inter);
    color: #F7CC86!important;
    font-weight: 300!important;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0 35px;
}

footer .companyAddress p:nth-of-type(2),
footer .companyAddress p:nth-of-type(3) {
    font-size: 14px!important;
}

footer .companyAddress a {
    color: #F7CC86!important;
}

/*------footerSign------*/

footer .footerSign {
    width: 100%!important;
}

footer .footerSign * {
    padding: 0;
}

footer .footerSign .goldSash {
    position: relative;
    top: 15px!important;
}

footer .footerSign .footerSignCopy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer .footerSign .footerSignCopy p {
    font-size: 12px!important;
    background: linear-gradient(to bottom, #F7CC86 45%, #865806 70%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    margin: 0!important;
}


@media screen and (max-width: 1259px) {
    footer div.container-fluid div.row div.container div.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer div.container-fluid div.row div.container div.row div.col-sm-3 {
        width: 40%;
        margin-bottom: 30px!important;
    }

    footer div.container-fluid div.row div.container div.row div.col-sm-3:nth-of-type(3) {
        border-left: none!important;
    }
}

@media screen and (max-width: 767px) {

    footer div.widget-content div.pay-methods {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer div.widget-content div.pay-methods span {
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        width: 100%;
    }

    footer div.container-fluid div.row div.container div.row div.col-sm-3 {
        width: 100%;
        border-left: none!important;
        border-bottom: 1px solid!important;
        border-image: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 10%,
                #865806 35%,
                #F7CC86 50%,
                #865806 75%,
                rgba(255, 255, 255, 0) 90%
        ) 1!important
    }

    footer div.container-fluid div.row div.container div.row div.col-sm-3:nth-of-type(1) {
        padding-bottom: 30px!important;
    }

    footer div.container-fluid div.row div.container div.row div.col-sm-3:nth-of-type(4) {
        border-bottom: none!important;
    }

    footer .companyAddress p {
        text-align: center!important;
    }

    footer div.widget-content div.goldSash {
        background: linear-gradient(
                to right,
                #865806 0%,
                #F7CC86 10%,
                rgba(112, 83, 26, 0) 20%,
                rgba(180, 143, 80, 0) 80%,
                #F7CC86 90%,
                #865806 100%
        ) !important;
    }
}