.crocs-header-offer{
    background: #eae7e4;
    color: #17120f;
    font-size: 15px;
    padding: 9px 10px;
    text-align: center;
}

.crocs-header-offer > a{
    color: inherit;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.stickyheader.page-header .header-top .header-top-left,
.stickyheader.page-header .header-top .header-top-inn .header-top-right{
    display: none;
}

.page-header .header-top{
    background: #000;
    color: #fff;
}

.page-header .header-top .header-top-inn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .header-top .header-top-inn .header-top-left{
    font-size: 15px;
}

.page-header .header-top .header-top-inn .header-top-left a{
    color: inherit;
    text-decoration: underline;
}

.header-msg-pop{
    width: calc(100% - 30px);
    max-width: 500px;
}

.header-msg-pop .modal-inner-wrap{
    text-align: center;
}

.header-msg-pop .modal-inner-wrap .modal-content{
    margin: 0;
}

.header-msg-pop .header-msg-info .heading{
    font-family: 'proximanova-bold';
    font-size: 16px;
}

.header-msg-pop .header-msg-info p{
    font-size: 13px;
    margin: 0;
}

.page-header .header-top .header-top-inn .header-top-right{
    display: flex;
    align-items: center;
    font-family: 'proximanova-bold';
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 23px;
    text-shadow: 0 0 #fff;
    text-transform: uppercase;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-sign{
    cursor: pointer;
    padding: 6px 20px;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-sign:hover{
    background: #eee;
    color: #000;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-account{
    border-left: 2px solid #fff;
    position: relative;
    padding: 6px 15px 6px;
    text-align: right;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-account:hover{
    background: #eee;
    color: #000;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-account{
    cursor: pointer;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-account svg{
    fill: #fff;
    height: 18px;
    vertical-align: top;
}

.page-header .header-top .header-top-inn .header-top-right .ht-right-account:hover svg{
    fill: #000;
}

.page-header .header-top .header-top-inn .header-top-right .account-drop{
    display: none;
    background-color: #eee;
    border: 1px solid #999;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    width: 225px;
    font-size: 15px;
    text-align: left;
}

.page-header .header-top .header-top-inn .header-top-right .account-drop ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-header .header-top .header-top-inn .header-top-right .account-drop li:not(:last-child){
    border-bottom: 1px solid #fff;
}

.page-header .header-top .header-top-inn .header-top-right .account-drop li > a{
    display: block;
    color: #000;
    padding: 12px 20px 13px;
}

.page-header .header-top .header-top-inn .header-top-right .account-drop li > a:hover{
    color: #006da4;
    background: #ddd;
}

.page-header .header-bottom{
    border-bottom: 1px solid #000;
    position: relative;
}

.page-header .header-bottom .header-bottom-inn{
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.page-header .header-bottom .header-bottom-inn .buttons-bar{
    position: relative;
    width: 20px;
    height: 20px;
    display: none;
}

.page-header .header-bottom .header-bottom-inn .buttons-bar span{
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    transition: .1s ease-in-out;
}

.page-header .header-bottom .header-bottom-inn .buttons-bar span + span{
    top: 8px
}

.page-header .header-bottom .header-bottom-inn .buttons-bar span + span + span{
    top: 16px;
}

.page-header .header-bottom .header-bottom-inn .header-nav ul{
    display: flex;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.page-header .header-bottom .header-bottom-inn .header-nav li{
    margin: 0 10px 0;
}

.page-header .header-bottom .header-bottom-inn .header-nav li > a{
    color: #000;
    font-family: 'proximanova-bold';
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 25px 0;
    text-decoration: none;
    transition: 0.2s linear color;
    vertical-align: middle;
}

.hot-sale{
    color: red !important;
}

.hot-sale:hover{
    color: red !important;
}

.page-header .header-bottom .header-bottom-inn .header-nav li > a:hover{
    color: #006da4;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form{
    width: 100%;
    max-width: 300px;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .minisearch{
    display: flex;
    align-items: center;
    border: 1px solid #8f8f8f;
    transition: 0.2s linear all;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .minisearch.focus{
    border-color: #000;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    outline: 1px solid #000;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .algolia-autocomplete{
    width: calc(100% - 30px);
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form input{
    border: none;
    width: 100%;
    height: 42px;
    padding: 0 10px;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .action.search{
    background: none;
    border: none;
    height: 42px;
    padding: 0;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .action.search svg{
    vertical-align: middle;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist{
    margin: 0 20px 0;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist .wishlist{
    position: relative;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist .wishlist .counter{
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
    margin-top: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-wishlist .wishlist .active path{
    fill: #000;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist > a{
    display: block;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist svg{
    vertical-align: middle;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block{
    position: relative;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block svg{
    vertical-align: middle;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block .shopping-cart.empty{
    display: none;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block .shopping-cart{
    width: 15px;
    height: 15px;
    background: #006da4;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 2px;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block .empty #cartQuantity{
    display: none;
}

.page-header .header-bottom .header-bottom-inn .header-bottom-right .minicart_block .mage-dropdown-dialog{
    background: #FFF;
    border: 1px solid #000;
    border-bottom: none;
    width: 320px;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    z-index: 1000;
}

/* MegaMenu */
.dropdown-menu{
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 30px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0px;
}

.dropdown-menu .dropmenu-wrapper .container{
    max-width: 1200px;
}

.dropdown-menu .mm-title{
    font-size: 16px;
    font-family: 'proximanova-bold';
    letter-spacing: 0.3px;
    line-height: 1;
    margin: 0 0 20px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list{
    flex-direction: column;
    margin: 0 0 5px;
    padding: 0;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li{
    margin: 0 0 10px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li.shop-all{
    margin-top: 20px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a {
    font-family: 'proximanova-regular';
    font-size: 15px;
    padding: 0;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li:hover > a{
    text-decoration: underline;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon{
    padding: 0 0 0;
    padding-left: 2.543em;
    position: relative;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon:before{
    content: '';
    width: 40px;
    height: 20px;
    background: url(../images/icons-new-v3.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    position: absolute;
    top: -4px;
    left: -5px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-flips:before{
    background-position: 1px -44px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-sandals:before{
    background-position: 0px -90px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-slides:before{
    background-position: 1px -134px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-platform:before{
    background-position: 0 -221px;
    height: 24px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-boots:before{
    background-position: 0 -362px;
    height: 28px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-socks:before{
    background-position-y: 20em;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-shoeslaces:before{
    background-position: 0px -178px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-new:before{
    background-position-y: -14em;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-sale:before{
    background-position-y: -20em;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-sneaker:before{
    background-position: 0px -178px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-flat:before{
    background-position: 1px -269px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-sneakers:before{
    background-position: 1px -180px;
}


 .page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon.mm-character:before{
    background-position: 1px -313px;
    height: 40px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .master-links .dropdown-list li a{
    font-family: 'proximanova-bold';
    font-size: 16px;
    letter-spacing: 0.4px;
    text-decoration: underline;
}

.page-header .header-bottom .header-bottom-inn .header-nav .mm-image{
    font-size: 13px;
    margin: 0 0 10px;
}

.page-header .header-bottom .header-bottom-inn .header-nav .mm-image p{
    color: #000;
    margin: 5px 0 0;
}

.page-header .header-bottom .header-bottom-inn .header-nav .mm-image a:hover p{
    color: #006da4;
}

.mob-sticky{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
}

.mob-sticky .header-top{
    display: none;
}

/* Countdown css */
.crocs-header-offer #clockdiv{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crocs-header-offer #clockdiv li span:first-child{
    background: #000;
    color: #fff;
    padding: 5px;
    margin: 0 5px;
    width: 30px;
    display: inline-block;
}

@media(max-width: 1370px){
    .page-header .header-bottom .header-bottom-inn .logo-container img{
        max-width: 120px;
    }

    .page-header .header-bottom .header-bottom-inn .header-nav li{
        margin: 0px 7px 0;
    }

    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form{
        max-width: 230px;
    }
}

@media(max-width: 1370px){
    .page-header .header-bottom .header-bottom-inn .header-nav li > a{
        font-size: 12.5px;
    }

    .page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a{
        font-size: 13px;
    }

    .page-header .header-bottom .header-bottom-inn .header-nav .master-links .dropdown-list li a{
        font-size: 14px;
    }

    .page-header .header-bottom .header-bottom-inn .header-nav .dropdown-list li > a.mm-icon:before{
        font-size: 25px;
        left: -8px;
    }
}

@media(min-width: 1025px){
    .mob-search,
    .mob-account,
    .nav-mob-menu{
        display: none;
    }
}

@media(max-width: 1024px){
    .page-header .header-top .header-top-inn{
        flex-direction: column;
        padding: 4.8px 0;
    }
    
    .page-header .header-top .header-top-inn .header-top-right{
        display: none;
    }
    
    .page-header .header-bottom .header-bottom-inn{
        padding: 5px 0;
    }
    
    .page-header .header-bottom .header-bottom-inn .buttons-bar{
        display: block;
        margin: 0 12px 0 0;
    }
    
    .page-header .header-bottom .header-bottom-inn .logo-container img{
        display: block;
        width: 105px;
        height: 42px;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-nav{
        display: none;
    }
    
    .mob-search{
        margin: 0 12px 0;
    }
    
    .mob-search svg{
        vertical-align: top;
    }
    
    .mob-account > a{
        display: block;
    }
    
    .mob-account svg{
        vertical-align: middle;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .close_search{
        display: block;
        float: right;
        margin: 0 -15px 0 0;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .close_search .bar{
        width: 20px;
        height: 5px;
        display: block;
        background: #000;
        position: absolute;
        transform: rotate(45deg);
        top: 20px;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .close_search .bar + .bar{
        transform: rotate(-45deg);
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form{
        display: none;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        max-width: 100%;
        left: 0;
        height: 100%;
        padding: 0 15px;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .search_bar_form .minisearch{
        border: 1px solid #000;
        box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
        outline-offset: -2px;
        margin: 10px 0 0;
    }
    
    .page-header .header-bottom .header-bottom-inn .header-bottom-right .header-wishlist{
        margin: 0 12px 0;
    }

    .header-bottom-right #new-country-switcher{
        margin: 0 0 0 12px;
    }

    .header-bottom-right #new-country-switcher .current_store_flag{
        vertical-align: middle;
    }
    
    .page-header .header-bottom .nav-mob-menu{
        border-top: 1px solid #000;
        overflow: hidden;
        background: #000;
        height: 0;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
    }
    
    .page-header .header-bottom .header-bottom-inn .buttons-bar.active span{
        top: 9px;
        transform: rotate(45deg);
    }
    
    .page-header .header-bottom .header-bottom-inn .buttons-bar.active span + span{
        display: none;
    }
    
    .page-header .header-bottom .header-bottom-inn .buttons-bar.active span + span + span{
        display: block;
        transform: rotate(-45deg);
    }
    
    .nav-mob-scroller{
        height: calc(100vh - 122px);
        overflow-y: auto;
    }

    .mob-sticky .nav-mob-scroller{
        height: calc(100vh - 52px);
    }
    
    .nav-mob-wrapper{
        background: #fff;
    }

    .nav-mob-wrapper ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .nav-mob-wrapper li{
        border-bottom: 1px solid #000;
    }
    
    .nav-mob-wrapper li > a{
        display: block;
        padding: 20px 10px;
        position: relative;
    }
    
    .nav-mob-wrapper li > a:hover{
        text-decoration: none;
    }
    
    .nav-mob-wrapper li .title{
        color: #000;
        font-size: 20px;
        font-family: 'proximanova-bold';
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    
    .nav-mob-wrapper li .caret{
        content: '';
        display: block;
        background: url('../images/nav-arrow.svg');
        width: 20px;
        height: 24px;
        position: absolute;
        top: 23px;
        right: 15px;
    }
    
    .nav-mob-wrapper li.has-menu a{
        text-align: center;
        border-bottom: 1px solid #000;
    }
    
    .nav-mob-wrapper li.has-menu .caret{
        position: absolute;
        left: 10px;
        transform: rotate(180deg);
    }
    
    .nav-mob-wrapper li .nav-mob-drop{
        display: none;
    }
    
    .nav-mob-wrapper li.has-menu .nav-mob-drop{
        display: block;
    }
    
    .nav-myaccount{
        background: #000;
    }

    .nav-myaccount ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .nav-myaccount li{
        display: block;
        border-bottom: 1px solid #ccc;
    }
    
    .nav-myaccount li:last-of-type{
        border-bottom: none;
    }

    .nav-myaccount .mob-logged-in > a{
        display: inline-block;
        border-right: 1px solid #fff;
        margin: 0 10px 0 0;
        padding: 10px 15px 10px 10px;
    }

    .nav-myaccount .mob-logged-in span{
        display: inline-block;
    }
    
    .nav-myaccount li a {
        display: block;
        color: #fff;
        font-size: 17px;
        letter-spacing: 0.4px;
        padding: 19px 10px;
        text-transform: uppercase;
    }
    
    .nav-myaccount li svg{
        fill: #fff;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links li{
        border-color: #ededed;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links li > a{
        border-color: #ededed;
        color: #000;
        font-size: 18px;
        padding: 9px 10px;
        text-align: left;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.bold li > a{
        font-family: 'proximanova-bold';
        text-decoration: underline;
    }

    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a{
        padding-left: 50px;
    }

    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a:before{
        content: '';
        width: 40px;
        height: 20px;
        background: url(../images/icons-new-v3.svg);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        font-size: 28px;
        position: absolute;
        top: 12px;
        left: 5px;
    }

    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-flips:before{
        background-position: 1px -44px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-sandals:before{
        background-position: 0px -90px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-slides:before{
        background-position: 1px -134px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-platform:before{
        background-position: 0 -221px;
        height: 24px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-boots:before{
        background-position: 0 -362px;
        height: 28px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-socks:before{
        background-position-y: 20em;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-shoeslaces:before{
        background-position: 0px -178px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-new:before{
        background-position-y: -14em;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-sale:before{
        background-position-y: -20em;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-sneaker:before{
        background-position: 0px -178px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .columns-links.mob-icons li > a.mm-icon.mm-flat:before{
        background-position: 1px -269px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .mob-shop-all{
        margin: 35px 0 10px;
        padding: 0 10px;
    }
    
    .nav-mob-wrapper li .nav-mob-drop .mob-shop-all > a{
        border: none;
        color: #000;
        font-family: 'proximanova-bold';
        font-size: 18px;
        padding: 9px 0;
        text-decoration: underline;
        text-transform: uppercase;
    }
    
    .nav-mob-wrapper .nav-mob-drop .sm-title{
        display: block;
        background: #ededed;
        font-size: 19px;
        font-family: 'proximanova-bold';
        line-height: 1;
        margin: 0 0 10px;
        padding: 9px 10px;
        text-transform: uppercase;
    }

    .nav-mob-wrapper .nav-mob-drop .mega-menu-pic{
        margin: 15px 0 0;
        padding: 0 10px;
    }

    .nav-mob-wrapper .nav-mob-drop .mega-menu-pic .mm-image a{
        border: none;
        display: block;
    }

    .nav-mob-wrapper .nav-mob-drop .mega-menu-pic .mm-image p{
        color: #000;
        font-size: 14px;
        margin: 8px 0 10px;
    }
    .page-header .header-bottom .container{
        max-width: 100%;
    }
}

@media(max-width: 767px){
    .crocs-header-offer{
        font-size: 13px;
    }
    .crocs-header-offer #clockdiv{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .crocs-header-offer #clockdiv li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    .crocs-header-offer #clockdiv li span:first-child{
        margin-bottom: 5px;
        display: block;
    }
}

@media(max-width: 359px){
    .page-header .header-bottom .header-bottom-inn .logo-container img{
        width: 85px;
    }
}