._has-modal{
    overflow: hidden !important;
}

.news-popup.modal-popup.modal-slide._show{
    position: fixed;
    max-width: 375px;
    width: calc(100% - 30px);
}

.page-footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-footer li{
    margin: 0;
    padding: 0;
}

.footer-usp{
    border-top: 2px solid #225B80;
    padding: 20px 0;
}

.footer-usp ul{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -10px;
}

.footer-usp li{
    flex-basis: 25%;
    padding: 0 10px;
}

.footer-usp .usp-grid{
    display: flex;
    align-items: flex-start;
}

.footer-usp .usp-grid .img{
    border: 2px solid #225B80;
    width: 70px;
    height: 70px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-usp .usp-grid .img svg{
    fill: #225B80;
}

.footer-usp .usp-grid .content{
    width: calc(100% - 70px);
    margin-left: 10px;
}

.footer-usp .usp-grid .content h3{
    display: inline-block;
    border-bottom: 2px solid #225B80;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    padding: 0 0 3px;
}

.footer-usp .usp-grid .content h3 > a{
    color: #225B80;
    text-decoration: none;
}

.footer-usp .usp-grid .content p{
    font-size: 14px;
    line-height: 130%;
    margin: 0;
}

.footer-usp .usp-grid .content p:hover{
    text-decoration: underline;
}

.footer-top,
.footer-middle,
.footer-bottom,
.footer-addon{
    background: #000;
    color: #fff;
}

.footer-top .top-inn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
    padding: 15px 0;
}

.footer-top .top-inn .left-top,
.footer-top .top-inn .right-top{
    padding: 0 10px;
}

.footer-top .top-inn .left-top{
    display: flex;
    align-items: center;
}

.footer-top .top-inn .left-top .label{
    display: flex;
    align-items: center;
}

.footer-top .top-inn .left-top .label label{
    max-width: 475px;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 120%;
    margin: 0;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    text-align: right
}

.footer-top .top-inn .left-top .label button{
    display: block;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 120%;
    padding: 11px 15px;
    transition: 0.2s linear all;
}

.footer-top .top-inn .left-top .label button:hover{
    background: #000;
    color: #fff;
}

.footer-top .top-inn .right-top ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.footer-top .top-inn .right-top li{
    padding: 0 2.5px;
}

.footer-top .top-inn .right-top li > img{
    display: block;
}

.footer-top .top-inn .right-top .cod{
    color: #fff;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.6px;
    line-height: 120%;
    text-align: left;
}

.news-popup .modal-inner-wrap .modal-content{
    margin: 20px 0 0;
}

.news-popup .modal-inner-wrap .modal-content .form{
    display: flex;
    flex-direction: column;
}

.news-popup .modal-inner-wrap .modal-content .form input[type="email"]{
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
}

.news-popup .modal-inner-wrap .modal-content .form input[type="email"]:focus{
    border-color: #000;
}

.news-popup .modal-inner-wrap .modal-content .form .mage-error{
    margin: 5px 0 0;
}

.news-popup .modal-inner-wrap .modal-content .form .news-letter-button{
    display: block;
    background: #000;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 0;
    padding: 12px 15px;
    text-transform: uppercase;
}

.footer-middle{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 9px 0;
}

.footer-middle .account{
    display: flex;
    margin: 0 -10px;   
}

.footer-middle .account li{
    flex-basis: calc(100% / 4);
    padding: 0 10px;
}

.footer-middle .account li a{
    color: #fff;
}

.footer-middle .account li a:hover{
    text-decoration: none;
}

.footer-middle .account li label{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}

.footer-middle .account li a:hover label{
    text-decoration: underline;
}

.footer-middle .account li .country.main-country.current_store_flag.crocs{
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.footer-middle svg{
    fill: #fff;
    margin: 0 3px 0 0;
    vertical-align: middle;
    transition: 0.2s linear transform;
}

.footer-middle .social svg:hover{
    transform: scale(1.2);
}

.footer-middle .social{
    display: flex;
    align-items: center;
}

.footer-middle .social{
    margin: 0 -5px;
}

.footer-middle .social li{
    padding: 0 5px;
    flex-basis: auto;
}

.footer-bottom .bot-inn{
    display: flex;
    margin: 0 -10px;
}

.footer-bottom .bot-inn .quarter{
    flex-basis: calc(100% / 4);
    padding: 20px 10px 30px;
}

.footer-bottom .bot-inn .quarter h4{
    font-family: "proximanova-regular";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 0 0 20px;
    position: relative;
}

.footer-bottom .bot-inn .quarter h4:after{
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    left: 0;
    bottom: -8px;
}

.footer-bottom .bot-inn .quarter li{
    letter-spacing: 0.3px;
    margin: 0 0 5px;
}

.footer-bottom .bot-inn .quarter li:last-of-type{
    margin: 0;
}

.footer-bottom .bot-inn .quarter li > a{
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-bottom .bot-inn .quarter.cust-serv li i{
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.footer-addon{
    border-top: 2px solid #ccc;
    padding: 20px 0 20px;
}

.footer-addon .addon-in{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-addon .addon-in .left{
    position: absolute;
    left: 0;
}

.footer-addon .addon-in .left a,
.footer-addon .addon-in .left span,
.footer-addon .addon-in .right a,
.footer-addon .addon-in .right span{
    color: #fff;
    font-size: 13px;
}

.footer-addon .addon-in .right{
    display: flex;
}

.footer-addon .addon-in .right ul{
    display: flex;
    align-items: center;
}

.footer-addon .addon-in .right .seperator{
    margin: 0 5px;
}

html[lang="ar"] .footer-usp ul{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-addon .addon-in .left{
    left: auto;
    right: 0;
}

html[lang="ar"] .footer-usp .usp-grid{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-usp .usp-grid .content{
    margin-left: 0;
    margin-right: 10px;
    text-align: right;
}

html[lang="ar"] .footer-top .top-inn{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-top .top-inn .left-top .label{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-top .top-inn .left-top .label label{
    padding: 0 0 0 30px;
    text-align: left;
}

html[lang="ar"] .footer-top .top-inn .right-top ul{
    flex-direction: row-reverse;
}

html[lang="ar"] .news-popup .modal-inner-wrap .modal-content .form input[type="email"]{
    text-align: right;
}

html[lang="ar"] .footer-middle .account{
    flex-direction: row-reverse;
    text-align: right;
}

html[lang="ar"] .footer-middle .account li a{
    display: flex;
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-middle svg{
    margin: 0 0 0 7px;
}

html[lang="ar"] .footer-middle .account li .country.main-country.current_store_flag.crocs{
    margin: 0 0 0 5px;
}

html[lang="ar"] .footer-middle .social{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-bottom .bot-inn{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-bottom .bot-inn .quarter{
    text-align: right;
}

html[lang="ar"] .footer-bottom .bot-inn .quarter h4:after{
    left: auto;
    right: 0;
}

html[lang="ar"] .footer-bottom .bot-inn .quarter li{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-bottom .bot-inn .quarter.cust-serv li i{
    margin: 0 0 0 8px;
}

html[lang="ar"] .footer-addon .addon-in{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-addon .addon-in .right{
    flex-direction: row-reverse;
}

html[lang="ar"] .footer-addon .addon-in .right ul{
    flex-direction: row-reverse;
}

@media(max-width: 1024px){
    .footer-usp ul{
        flex-wrap: wrap;
    }

    .footer-usp li{
        flex-basis: 50%;
        margin: 0 0 15px;
    }

    .footer-top .top-inn{
        flex-direction: column;
    }

    .footer-top .top-inn .left-top{
        margin: 0 0 15px;
    }

    .footer-middle .account li label{
        font-size: 12px;
    }

    html[lang="ar"] .footer-top .top-inn{
        flex-direction: column;
    }
    .footer-top .container{
        max-width: 100%;
    }
    html[lang="ar"] .footer-top .container{
        max-width: 100%;
    }
}

@media(max-width: 767px){
    .footer-usp li{
        flex-basis: 100%;
    }

    .footer-usp li:last-of-type{
        margin-bottom: 0;
    }

    .footer-top .top-inn{
        align-items: flex-start;
    }

    .footer-top .top-inn .left-top .label{
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-top .top-inn .left-top .label label{
        font-size: 16px;
        line-height: 125%;
        margin: 0 0 10px;
        padding: 0;
        text-align: left;
    }

    .footer-top .top-inn .left-top .label button{
        font-size: 15px;
        padding: 7px 10px;
    }

    .footer-top .top-inn .right-top li > img{
        height: 20px;
    }

    .footer-middle{
        padding: 15px 0;
    }

    .footer-middle .account li{
        margin: 0 0 8px;
    }

    .footer-middle .account li:last-of-type{
        margin: 0;
    }

    .footer-middle .account li label{
        font-size: 14px;
    }

    .footer-middle .account .social li{
        margin: 0;
    }

    .footer-bottom .bot-inn{
        flex-direction: column;
    }

    .footer-bottom .bot-inn .quarter{
        padding: 20px 10px 0px;
    }

    .footer-bottom .bot-inn .quarter:last-child{
        padding-bottom: 20px;
    }

    .footer-addon{
        padding: 10px 0 15px;
    }

    .footer-addon .addon-in{
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-addon .addon-in .right{
        flex-direction: column;
    }

    .footer-addon .addon-in .left{
        position: static;
    }

    .footer-addon .addon-in .left a,
    .footer-addon .addon-in .left span,
    .footer-addon .addon-in .right a,
    .footer-addon .addon-in .right span{
        font-size: 14.8px;
    }

    .footer-addon .addon-in .right .seperator:last-child{
        display: none;
    }

    .footer-middle .account,
    html[lang="ar"] .footer-middle .account{
        flex-direction: column;
    }

    html[lang="ar"] .footer-top .top-inn{
        align-items: flex-end;
    }

    html[lang="ar"] .footer-top .top-inn .left-top .label{
        align-items: flex-end;
        flex-direction: column;
    }

    html[lang="ar"] .footer-top .top-inn .left-top .label label{
        padding: 0;
        text-align: right;
    }

    html[lang="ar"] .footer-bottom .bot-inn{
        flex-direction: column;
    }

    html[lang="ar"] .footer-addon .addon-in{
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    html[lang="ar"] .footer-addon .addon-in .right{
        flex-direction: column;
    }
}

@media(max-width: 385px){
    .footer-top .top-inn .right-top .payment-icons{
        margin-bottom: -10px;
    }

    .footer-top .top-inn .right-top .payment-icons li{
        margin: 0 0 10px;
    }
}