#header{ 
    /* margin-bottom: 10px; */
}

/* --[HEADER TOP BEGIN]----------------------------------------------------- */
#ht-wrapper{
    width: 100%;
     /* height: 40px; */
    background-color: #000;
    text-align: center;
}

#ht-wrapper div{
    float: left;
    color: #fff;
}

#header-top{
    display: none;
}

#container{
    display: none;
}

#header-top .menu.left{left: 0;}
#header-top .menu.right{right: 0;}
#header-top .menu.left a{font-size: 12px;}
#header-top .menu.right a{font-size: 10px;}
#header-top .menu.left a.img{
    display: inline-block;
    background-image: url('../images/sprite-ciserp-eloja.png');
    background-repeat: no-repeat;
    background-position: -189px -263px;
/*    width: 60px;*/
    width: 35px;
}
#header-top .menu.left a.img span{
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
}


#header-top .menu{
    position: absolute;
    top: 0; 
    display: inline-block;
    height: 20px;
    padding: 10px;
}
#header-top .menu a{
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #ccc;
    padding:0 10px;
}
#header-top .menu a:hover{ text-decoration: underline; }
#header-top .menu a.last{ border-right: none; }

#header-top .menu.right .amenu{
    position: relative;
    display: inline-block;
}

#header-top .menu.right .amenu a{
    
}

#header-top .menu.right .amenu:hover ul{
    display: block;
}
#header-top .menu.right .amenu ul{
    position: absolute;
    left: 0;
    top: 17px;
    z-index: 999999999;
    display: none;
    white-space: nowrap;
}
#header-top .menu.right .amenu ul li{
    display: block;
}
#header-top .menu.right .amenu ul li a{
    display: block;
    background: #f60;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #fff;
}
#header-top .menu.right .amenu ul li a:hover{
    background: #CC5709;
    text-decoration: none;
}

/* --[HEADER TOP END]----------------------------------------------------------*/



/* --[HEADER CENTER BEGIN]----------------------------------------------------------*/
#hc-wrapper{
    width: 100%;
    background-color: #000;
    text-align: center;
}
#header-center{
    text-align: left;
    position: relative;
    width: 1000px;
    height: 150px;
    margin: 0 auto;
    color: #fff;
}
    /* header center - left */
    #header-center .left{
        float: left;
        height: 130px;
        width: 500px;
    }
    #header-center .left a.logo{
        width: 150px;
        height: 75px;
        border-right: 1px dotted #fff;
        background: url("../images/logos/logotipo-da-empresa.png") no-repeat;
        margin: 25px 20px 25px 20px;
        float: left;
    }
    #header-center .left a.logo strong{ display: none; }
    #header-center .left address{ margin-top: 20px; }
    #header-center .left address .img{
        background-image: url(../images/sprite-ciserp-eloja.png);
        background-position: 320px -141px;
        width: 15px; height: 42px;
        margin-right: 10px;
        float: left;
        display: inline-block;
    }
    #header-center .left address b,
    #header-center .left address p{
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 2px;
    }
    #header-center .left address p{
        font-family: "tahoma";
        display: block;
    }

    #hc-search fieldset{
        position: relative;
        margin-top: 20px;
    }
    #hc-search input.text{ 
        float: left;
        width: 205px;
        padding: 0 30px 0 10px;
        height: 36px;
        line-height: 36px;
        color: #333;
        border: none;
        font-size: 14px;
        border: 1px solid #ccc;
    }
    #hc-search input.text:focus{
        border: 1px solid #0c0;
    } 
/*    #hc-search .submit{ float: left; margin-left: -10px;}*/
    #hc-search .submit{ float: left; margin-left: 0px; background-color: #ccc;}

    .detailed-search{
        position: absolute;
        top: 1px; right: 62px;
        width: 25px; height: 34px;
        background-color: #fff;
        cursor: pointer;
    }
    .detailed-search:hover .arrow{
        background-image: url(//ssl.gstatic.com/ui/v1/disclosure/dark-grey-disclosure-arrow-down.png);
    }

    .detailed-search .arrow{
        background: url(//ssl.gstatic.com/ui/v1/disclosure/light-grey-disclosure-arrow-down.png) no-repeat center;
        padding: 16px 9px;
        height: 4px;
        width: 7px;   
    }

    .detailed-form{
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        position: absolute;
        display: none;
        top: 36px;
        left: 0;
        width: 360px;
        background-color: #fff;
        z-index: 99;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    .detailed-form input{
        width: 100%;
/*        margin: 5px 0;*/
        border: 1px solid #d9d9d9!important;
        border-top: 1px solid #c0c0c0!important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -webkit-transition: none;
        margin: 1px!important;
        padding: 3px 1px 3px 3px;
    }
    .detailed-form input:focus{
        border: 1px solid #0c0 !important;
    }

    .detailed-form label{
        color: #333;
        font-size: 12px;
    }
    .detailed-form .button{
        background-color: #0c0;
        color: #fff;
        float: right;
        border: none;
        padding: 5px;
        cursor: pointer;
    }

    .detailed-form .where{
        margin: 0;
        width: 98%;    
        padding: 1%;
    }

    /* header center - mycart */
    #mycart{
/*        float: right;*/
/*        display: inline-block;*/
/*        margin-top: 40px;*/
/*        height: 95px;*/
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    #mycart dl a, #mycart dl b,
    #mycart dl span, #mycart dl i{
        font-size: 12px;
        color: #efefef;
        white-space: nowrap;
    }
    #mycart dl dt, #mycart dl dd{float: left; background-image: url('../images/background/bg-with-opacity/black.png');}
    #mycart dl dt{height: 45px; width: 172px; padding: 5px; position: relative; } 
    #mycart dl dt .img{ 
        display: inline-block;
        width: 37px; height: 34px;
        background-image: url('../images/sprite-ciserp-eloja.png');
        background-position: 292px -211px;
        position: absolute; 
        top: 5px; left: 10px; 
    }
    #mycart dl dt b{
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 15px; right: 15px;
    }
    #mycart dl dt span,
    #mycart dl dt a{
        display: inline-block;
        text-align: right;
    }
    #mycart dl dd a{
        display: inline-block;
    }

    #mycart dl dt a{ display: block; text-decoration: underline; }
    #mycart dl dt.last{
        background-image: url('../images/background/bg-with-opacity/light-black.png');
        width: auto;
        float: right;
    }
    #mycart dl dt.last.logged span.welcome{
        color: #fff;
        height: 18px; 
        margin-left: 5px; 
        text-transform: uppercase; 
        font-weight: bold;
        font-size: 11px;
    }

    /* logged */
    #mycart dl dt.last.logged{
        height: 100px;
        padding: 0;
    }
    #mycart dl dt.last.logged .hr{
        width: 100%;
        margin: 0 0 1px 0;
        border-bottom: 1px dotted #333;
        padding: 0;
        clear: both;
        float: left;
    }
    #mycart dl dt.last.logged div.separator{
        clear: both;
    }
    #mycart dl dt.last.logged span{
        color: #333;
    }
    #mycart dl dt.last.logged a.client-select{
        font-size: 10px;
        color: #ffcc00;
        text-align: left;
    }
    #mycart dl dt.last.logged a.remove{
        position: absolute;
        top: 26px;
        right: 2px;
        height: 16px;
        width: 16px;
        background: url('../images/icons/remove2.png') no-repeat 50%;
    }
    #mycart dl dt.last.logged a.exit{
        position: absolute;
        top: 3px;
        right: 2px;
        height: 16px;
        width: 16px;
        background: url('../images/icons/exit.png') no-repeat 50%;
    }
    #mycart dl dt.last.logged p{
        float: left;
        display: block;
        padding: 0 10px;        
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        width: 140px;
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        text-align: left;
        margin-right: 22px;
    }
    div.dealer-logged #mycart dl dt.last.logged p{
        width: 300px; /*199px*/
    }

    div.dealer-logged #mycart dl dt.last div.fancy-select,
    div.dealer-logged #mycart .select2{
        width: 300px !important;
    }

    div.dealer-logged #mycart dl dt span,
    div.dealer-logged #mycart dl dt a{
        text-align: left;
    }


    #mycart dl dt.last.logged p i{
        font-size: 10px;
        font-style: normal;
    }
    #mycart dl dt.last div.fancy-select{
        background-image: url('../images/background/bg-with-opacity/white.png');
        border: none;
        height: 22px;
        float: left;
        width: 90px;
    }
    ul.fancy-select.logged{
        border: none;
        z-index: 1003;
    }
    ul.fancy-select.logged li{
        height: 22px;
        line-height: 22px;
        border: none;
        background-color: #fff;
    }
    
    #mycart dl dt.last div.fancy-select .text{
        line-height: 22px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
    }
    #mycart dl dt.last div.fancy-select .arrow{
        margin: 2px;
    }

    #mycart dl dd{
        height: 45px;        
        width: 100%;
        clear: both;
    }
    
    #mycart dl dd span,
    #mycart dl dd a{
        font-weight: bold;
        line-height: 45px;
        text-transform: uppercase;
        padding: 0 16px;
    } 
    #mycart dl dd span{ border-right: 1px dotted #efefef; }
    #mycart dl dd span b{font-size: 16px; color: #0C0;}

    #mycart dl dt.last a.logout{
        color: white;
        font-weight: bold;
        padding: 2px 5px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #15B81B;
    }
    #mycart dl dt.last a.logout:hover{
        background-color: #4DE052;
    }

    #my-cart-header{
        width: 1000px; 
        margin-bottom:10px; 
        position: absolute; 
        top: 150px; 
        z-index: 199;
    }
    #my-cart-header .shadow{
        border: none;
        background: #fff;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px; 
        max-height: 650px;
        overflow-y: auto;
    }
    

/* --[HEADER CENTER END]----------------------------------------------------------*/


/* --[HEADER BOTTOM BEGIN]----------------------------------------------------------*/

#hb-wrapper{
    width: 100%;
    text-align: center;
}
#header-bottom{
    position: relative;
    width: 960px;
    height: 40px;
    margin: 0 auto;
    background-image: url('../images/background/bg-with-opacity/light-gray.png');
}
#hb-nav{ 
    position: absolute; top:0; left: 0; 
    height: 36px;
}
#hb-ul-wrapper{ 
    width: 960px;
    margin-left: 0px; 
    overflow: hidden;
    text-align: left;
}
#hb-ul-wrapper ul{
    width: 10000px;
/*    display: inline-block;*/
}
#hb-nav a{
    text-transform: uppercase;
    font-size: 11px;    
    color: #efefef;
}
#hb-nav a.prev, #hb-nav a.next{
    position: absolute;
    top:3px;
/*    display: none;*/
}
#hb-nav a.prev span, #hb-nav a.next span{ display: none; }
#hb-nav a.prev{ 
    left: -20px;
    background: url('../images/icons/hnav-arrows.png') no-repeat 0 0;
    height: 28px;
    width: 15px;
}
#hb-nav a.next{ 
    right: -20px;
    background: url('../images/icons/hnav-arrows.png') no-repeat -20px 0;
    height: 28px;
    width: 15px;
}

#hb-nav li{ float: left; margin-left: 1px; }
#hb-nav li a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    background-image: url('../images/background/bg-with-lines/left/000000.gif');
}

#hb-nav div.fancy-select{
    height: 32px;
}
#hb-nav li div.fancy-select span.total{
    background-color: #000;
}
#hb-nav div.fancy-select .image{
    width: 32px;
    height: 32px;
}
#hb-nav div.fancy-select .arrow{
    margin: 7px;
}
#hb-nav .fancy-select .text{
    height: 32px;
    line-height: 32px;
}

/* categories select begin */
a#all-categories-select{
    display: none;
    float: right;
    position: relative;
    height: 36px;
    background-image: url('../images/background/bg-with-lines/left/ffcc00.gif');
    color: #333;
    font-weight: bold; 
    padding: 0 25px 0 40px;  
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
}
a#all-categories-select span.img{
    position: absolute;
    width: 14px; height: 9px;
    top: 0; left: 0;
    background: url('../images/icons/arrow-down.png') no-repeat;
    margin: 13px;
}
#all-categories-wrapper{
    position: absolute;
    top: 36px; left: 0;
    background-image: url('../images/background/bg-with-lines/left/ffcc00.gif');
    width: 1000px;
    height: 0px;
    z-index: 90;
    overflow: hidden;
}
#all-categories{
    
}
/* categories select end */

/* --[HEADER BOTTOM END]----------------------------------------------------------*/

#mini-cart{
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 9998;
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#mini-cart table{
    background-color: #fff;
}
#mini-cart table#mini-cart-table tr td,
#mini-cart table#mini-cart-table tr th{
    font-size: 10px;
    padding: 5px;
}
#mini-cart table#mini-cart-table img{
    height: 30px;
    width: 30px;
}
#mini-cart table#mini-cart-table tfoot tr td a#update-cart img{
    height: 16px;
    width: 16px;
}
#mini-cart #mini-cart-table tfoot tr td a#update-cart{
    text-align: center;
}

#mini-cart .gray-button span{
    display: inline-block;
    height: 24px;
    width: 26px;
    background-image: url('../images/sprite-ciserp-eloja.png');
    background-repeat: no-repeat;
    background-position: -167px -194px;
    margin-top: 15px;
}
#mini-cart .gray-button span b{
    display: none;
}







