/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/Jan/2015, 15:51:50
    Author     : Pedro Rodrigues
*/

.wrapperBox{
    width: 100%;
    display: table;
    box-sizing: border-box;
}
.headerWrapper{
    position: fixed; 
    z-index: 1000;
    top: 0;
    left: 0;
    width: inherit;
    height: auto;
    float: left;
    z-index: 9996;
    -webkit-transform: translateZ(0);
}
.topHeaderBox, .bottomHeaderBox{
    width: inherit;
    height: 40px;
    float: left;
    border-bottom: 1px solid #ccc;
}
.topHeaderBox{
    background-color: #fff;
}
.bottomHeaderBox{
    height: 60px;
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #f5f5f5), color-stop(1, #e2e2e2));
    background-image: -o-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -ms-liniear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: linear-gradient(to bottom, #f5f5f5 30%, #e2e2e2 60%);
    border-bottom: 1px solid #ccc;
}
.grayGradient{
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #f5f5f5), color-stop(1, #e2e2e2));
    background-image: -o-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -ms-liniear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: linear-gradient(to bottom, #f5f5f5 30%, #e2e2e2 60%);
}
.ui-bg-orange-gradient {
background: #f68b1e;
background: -moz-linear-gradient(left,#f68b1e 0,#f99e1b 43%,#f99e1b 57%,#f68b1e 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f68b1e),color-stop(43%,#f99e1b),color-stop(57%,#f99e1b),color-stop(100%,#f68b1e));
background: -webkit-linear-gradient(left,#f68b1e 0,#f99e1b 43%,#f99e1b 57%,#f68b1e 100%);
background: -o-linear-gradient(left,#f68b1e 0,#f99e1b 43%,#f99e1b 57%,#f68b1e 100%);
background: -ms-linear-gradient(left,#f68b1e 0,#f99e1b 43%,#f99e1b 57%,#f68b1e 100%);
background: linear-gradient(to right,#f68b1e 0,#f99e1b 43%,#f99e1b 57%,#f68b1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68b1e',endColorstr='#f68b1e',GradientType=1);
}

.innerHeaderBox, 
.sliderBox, 
.searchBox, 
.innerPreFooterBox{
    width: 1160px;
    height: 40px;
    margin: 0 auto;
}
.sliderBox{
    display: table;
    height: auto;
    margin-bottom: 10px;
    margin-top: 115px;
    overflow: hidden;
}
.sliderBox ul li a img{
    border-radius: 3px;
    overflow: hidden;
}
.searchBox{
    border: 1px solid #c2c2c2;
    background-color: #e2e2e2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: right;
}
#searchBoxId form input{
    margin-top: 5px;
    float: right;
    width:  300px;
}
#searchBoxId form button{
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    min-width: 60px;
    height: 28px;
    float: right;
    padding: 5px 10px;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 0;
/*    background: url("../images/icons/sprite-icons.png") -10px -348px repeat-x;*/
    background-color: #669933 !important;
    -moz-border-raidus: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#searchBoxId form button:hover{
    background-color: #73AD39 !important;
}
.searchBox span{
    float: left;
    margin-top: 12px; 
    margin-left: 10px; 
    background: url('../images/icons/sprite-icons.png') no-repeat scroll -10px -434px rgba(0, 0, 0, 0); 
    text-indent: 15px;
}
.advancedSearchBox{
    width: 100%;
    height: auto;
    margin-top: 0px;
    float: left;
    display: none;
}
.advancedSearchInnerBox{
    width:900px;
    height: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
    display: table;
}
.advancedSearchBox > .advancedSearchInnerBox > form > .searchItemBox{
    min-width:23.5%; 
    height: auto; 
    float: left; 
    margin-right: 5px;    
}
.advancedSearchBox > .advancedSearchInnerBox > form > .searchCaptchaBox{
    width:100%; 
    height: auto; 
    float: left; 
    display: table;    
}
.advancedSearchBox > .advancedSearchInnerBox > form > button{
    float: left; 
    width: 150px; 
    height: 30px;
    margin-top: 15px;    
}
.languageSelectBox{
    width: 130px;
    float: right;
    margin-top: 10px;
    border-left: 1px solid #999;
    padding-top: 3px;
}
.topHeaderBox .innerHeaderBox .languageSelectBox a div{
    width: 30px; 
    height: 18px; 
    float: right;
}
.esFlag{
    background: url('../images/icons/flags.png') 0px -46px no-repeat;
    background-size: 26px;
}
.frFlag{
    background: url('../images/icons/flags.png') -2px -91px no-repeat;
    background-size: 26px;
}
.enFlag{
    background: url('../images/icons/flags.png') -2px -137px no-repeat;
    background-size: 26px;
}
.ptFlag{
    background: url('../images/icons/flags.png') -2px -4px no-repeat;
    background-size: 26px;
}
.topHeaderBox .innerHeaderBox .headerEmailBox, 
.topHeaderBox .innerHeaderBox .headerPhoneBox, 
.topHeaderBox .innerHeaderBox .headerAboutUsLinksBox{
    width: auto; float: right; 
    margin-top: 15px; 
    margin-right: 15px; 
    border-left: 1px solid #999; 
    text-align: right; 
    padding-left: 15px;
}
.topHeaderBox .innerHeaderBox .headerAboutUsLinksBox:last-child{
    border-left: none;
}
.bottomHeaderBox .innerHeaderBox a img{
    width: 80px;
    margin-top: 12px; 
    margin-left: 25px;
    border: none; 
    float: left;
}

.bottomHeaderBox .innerHeaderBox ul#desktopMenu{
    margin-left: 20px !important; 
    list-style: none; 
    float: left; 
    padding: 0; 
    margin: 0;
    margin-right: 40px !important;
}
.bottomHeaderBox .innerHeaderBox ul#desktopMenu li{
    display: inline-block; 
    float: left; 
    border-right: 1px solid #ccc;
}
.bottomHeaderBox .innerHeaderBox ul#desktopMenu li:first-child{
    border-left: 1px solid #ccc;
}
.bottomHeaderBox .innerHeaderBox ul#desktopMenu li a:link, 
.bottomHeaderBox .innerHeaderBox ul#desktopMenu li a:visited,
.bottomHeaderBox .innerHeaderBox ul#desktopMenu li a:active{
    color:#333 !important; 
    font-size: 13px; 
    font-weight: bold; 
    padding: 22.5px; 
    display: block;
}
/*.bottomHeaderBox .innerHeaderBox ul#desktopMenu li a:hover{
    color: #669933 !important;
}*/
.desktopMenuBox{
    margin-right: 15px !important;
}

.submenu1, .submenu2, .submenu3, .submenu4, .submenu5{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin-top: 60px;
    opacity: 0.95;
    padding: 8px;
    position: absolute;
    z-index: 9999;    
}
.submenu2{
    min-height: 250px;
}
.submenu2 > .innerDesktopMenuBox:nth-child(2n){
    margin-top: 15px;
    min-width: 100px;
}
.submenu2 > .innerDesktopMenuBox:nth-child(3){
    padding-left: 35px;
}
.submenu3{
    min-height: 100px;
}
.innerDesktopMenuBox{
    min-width: 150px; 
    min-height: 100px;
    margin-left: 10px;
    float: left;
}
.innerDesktopMenuBox:nth-child(3){
    padding-right: 10px;
}

.submenu1 > .innerDesktopMenuBox > ul, 
.submenu2 >  .innerDesktopMenuBox > ul, 
.submenu3 > .innerDesktopMenuBox > ul, 
.submenu4 > .innerDesktopMenuBox > ul, 
.submenu5 > .innerDesktopMenuBox ul{
   list-style-type:  none; 
   margin: 0; 
   padding: 0;
   margin-top: 10px;
   text-indent: 15px;
}
.submenu2 > .innerDesktopMenuBox > ul > li, 
.submenu3 > .innerDesktopMenuBox > ul > li{
    margin: 0; 
    padding-left: 0; 
    margin-bottom: 8px; 
    font-size: 13px;    
}

.submenu2 > .innerDesktopMenuBox > ul > li > a:link, 
.submenu3 > .innerDesktopMenuBox > ul > li > a:link,
.submenu2 > .innerDesktopMenuBox > ul > li > a:active,
.submenu3 > .innerDesktopMenuBox > ul > li > a:active,
.submenu2 > .innerDesktopMenuBox > ul > li > a:visited,
.submenu3 > .innerDesktopMenuBox > ul > li > a:visited{
    color: #585858 !important;
}
.submenu2 > .innerDesktopMenuBox > ul > li > a:hover,
.submenu3 > .innerDesktopMenuBox > ul > li > a:hover{
    text-decoration: underline;
    color: #669933 !important;
}
.submenu2 .innerDesktopMenuBox span,
.submenu3 .innerDesktopMenuBox span{
    font-weight: bold;
    font-size: 12px;
}
.submenu3 > .innerDesktopMenuBox{
    width: 225px;
}

.menuPartsImgBox, .acitoinoxPartsBox{
    width: auto; 
    height: auto; 
    float: right; 
/*    border: 1px solid #ccc; */
    position: absolute; 
    right: -110px;
    text-align: right;
    bottom: -40px;
}
.menuPartsImgBox img{
    width: 240px;
}
.acitoinoxPartsBox{
    bottom:-5px;
}
.acitoinoxPartsBox > a > img{
    width: 210px !important;
}

.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox{
    max-width: 250px; 
    height: 55px; 
    float: right; 
/*    border: 1px solid gray;*/
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .basketBox, 
.mobileOptionsBox .clientAndshopMobileBasketBox{
    width: 70px;
    height: 60px;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    background: url('../images/icons/bigIcons-sprite.png') no-repeat scroll 7px -281px;
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .basketBox div{
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 28px;
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .accountLoginBox{
    min-width: 100px;
    height: 33px;
    margin-top: 20px;
    padding-top: 7px;
    float: right;
    background: url('../images/icons/bigIcons-sprite.png') no-repeat scroll 0px -95px;
    background-size: 29px;
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .accountLoginBox:hover{
    cursor: pointer;
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .accountLoginBox span{
    margin-left:40px;
    cursor: pointer;
    float: left;
}
.bottomHeaderBox .innerHeaderBox .clientAndshopBasketBox .accountLoginBox div{
    width: 20px; 
    height: 14px; 
    float: left;
    cursor: pointer;
}
.downGreenArrow{
    background: url('../images/icons/sprite-icons.png') no-repeat scroll -10px -415px rgba(0, 0, 0, 0);
}
.downGrayArrow{
    background: url('../images/icons/sprite-icons.png') no-repeat scroll -5px -454px rgba(0, 0, 0, 0);
}
.basketCountBox{
    width: 17px !important; 
    height: 17px !important; 
    float: right !important;
    position: absolute;
    margin-top: 17px !important;
    margin-left: 33px !important;
    font-size: 15px;
    color: #669933;
    text-align: center;
}
.basketContentBox, 
.basketMobileContentBox, 
.accountAccessBox, 
.accountMobileAccessBox{
    width: 300px; 
    min-height: 100px; 
    float: right; 
    margin-top: 5px; 
    margin-right: 0px;
    background-color: #f5f5f5; 
    border: 1px solid #ccc;
    border-bottom-left-radius:3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
    padding: 8px;
    border-top: 1px solid #666;
    z-index: 9999;       
}
.basketMobileContentBox {
    margin-top: -1px;
    margin-right: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.basketContentCardArrow, 
.basketMobileContentCardArrow,
.accountAccessBoxArrow,
.langAccessBoxArrow{
    width: 25px;
    height: 15px;
    float: right;
    margin-top: -11px;
    background-image: url('../images/icons/sprite-icons.png');
    background-repeat: no-repeat;
    background-position: -7px -470px;
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0);
}
.basketContentBox, 
.basketMobileContentBox{
    max-height: 325px;
    -webkit-overflow-scrolling: touch;
}
.langAccessBoxArrow{
    margin-top: -10px;
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.basketMobileContentCardArrow{
    margin-right: 0px;
}
.xBasketCloseIconBox{
    width: 100%;
    height: 25px;
    float: left;
    text-indent: 15px;
    background: url('../images/icons/sprite-icons.png') no-repeat scroll -10px -493.5px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.accountAccessBox{
    width: 250px;
    margin-right: 77px;
}
.accountMobileAccessBox{
    width: 180px;
    margin-top: 50px;
    margin-left: 146px;
    float: left;
    display: none;
    z-index: 9999;
    position: fixed;
}
.accountMobileAccessBox > #loginBoxNewCustomerRegistId{
    display: none;
}
#accountAccessId > form > input,
#accountMobileAccessId > form > input{
    width:95%;
    float: left;
}
#accountMobileAccessId > form > input{
    width: 93%;
}

#accountAccessId > form > input#capchaLoginId,
#accountMobileAccessId > form > input#mcapchaLoginId{
    width: 40%;
}
#accountAccessId > form > img,
#accountMobileAccessId > form > img{
    margin-left: 10px; 
    margin-top: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#accountAccessId > form > p > button,
#accountMobileAccessId > form > p > button{
    width:50%;
    height: 30px;
}
#accountMobileAccessId > form > p > button{
    width: 100%;
}
#accountMobileAccessId h3{
    width: 90%;
}


.fieldErrorMessageBox, 
.fieldCaptchaErrorMessageBox{
    width: auto; 
    height: 21px; 
    float: left;
    margin-top: 68px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f5f5f5 ;
    border: 1px solid #c2c2c2; 
    position: absolute;
    background-image: url("../images/icons/joe-sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -3px -5px;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.arrowDown{
    height: 18px;
    background: url("../images/icons/joe-sprite-icons.png") no-repeat scroll 20px -50px;
    margin-bottom:-18px;
    display: none;
}
.arrowUp{
    height: 10px;
    background: url("../images/icons/joe-sprite-icons.png") no-repeat scroll 20px -35px;
    margin-top: -15px;
    margin-bottom: 5px;
    display: none;
}
.fieldErrorMessageBox span, 
.fieldCaptchaErrorMessageBox span{
    margin-left: 25px;
}
.fieldCaptchaErrorMessageBox{
    margin-top: -121px;
}
.mLoginErrorBox{
    width: 97%;
    display: none; 
    padding-left: 0; 
    margin-left: 0px; 
    margin-top: 0px; 
    margin-bottom: 15px; 
    position: relative;
}
.XboxCardItemBox{
    cursor: pointer; 
}
.articleNameboxCardItemBox, h5.articleDesc{
    width : 155px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.articleDescriptionbkBox{
    width:55%; 
    height: 20px; 
    float:left; 
    text-align:left;
}
#basketContentId > #bkItemId > #bkItemValuesId > .articleDescriptionbkBox, 
#basketMobileContentId > #bkItemId > #bkItemValuesId >.articleDescriptionbkBox{
    display:none;
}

.articlePriceCardItemBox{
    margin-top: -15px;
    text-decoration: line-through;
    font-size: 11px;
}
.articleQtAndFinalArticlePriceItemBox{
    color: #669933;
}
.totalAmountBox{
    width:100%; 
    min-height: 25px; 
    float: left; 
    padding-top:10px; 
    text-align: right; 
    background-color:#e0e0e0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.totalAmountBox p{
    color: #333;
}
.bkItemImgBox{
    
}

/*START MOBILE MENU*/

.mobileMenuPanel{
    width:100%;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background-color: #222;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px; 
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.innerMenuPanelBox{
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.mobileMenuPanel h3{
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    background: url("../images/icons/sprite-icons.png") no-repeat 100% -3px;
    cursor: pointer;
    letter-spacing: 1px;
}
.mobileMenuPanel ul{
    list-style-type:  none;
    padding: 0;
    line-height: 1.8em;
    margin-top: 0px;
}
.mobileMenuPanel ul li {
    width: 100%;
    height: 30px;
    padding-top: 15px;
    border-bottom: 1px dotted #fff !important;
}
.mobileMenuPanel ul li a{
    color: #fff !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.mobileMenuOutLayer, 
.outElementLayer{
    width: 100%; 
    height: 100%; 
    float:left; 
    position:fixed; 
    display: none;
    z-index: 9990;

}

/*START MOBILE LANGUAGE SELECT*/
.languageMobileSelectBox, .mobileLoginBox{
    width:100px;
    margin-top: 50px;
    margin-left: 40px;
    padding: 7px;
    position: absolute;
    float: left;
    border: 1px solid #ccc;
    border-top: 1px solid #666;
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0.95;
    z-index: 9998;

}
.languageMobileSelectBox > ul{
    list-style-type: none;
    margin: 0;
    line-height: 30px !important;
    padding: 0;
    margin-top: 15px;
    font-size: 14px;

}
.languageMobileSelectBox > ul > li{
    width: 100px;
    height: 30px;
    margin-left: 0px;
}
.languageMobileSelectBox > ul > li > a{
    display: block;
    color: #585858 !important;
    text-indent: 35px;
}
.languageMobileSelectBox > ul > li > a:hover{
    text-decoration: underline;
}
.languageMobileSelectBox > ul > li{
    text-indent: 28px;    
}
.languageMobileSelectBox > ul > li:nth-child(1){
    background: url('../images/icons/flags.png') -2px 1px no-repeat;
    background-size: 28px;
}
.languageMobileSelectBox > ul > li:nth-child(2){
    background: url('../images/icons/flags.png') -2px -143px no-repeat;
    background-size: 28px;  
}
.languageMobileSelectBox > ul > li:nth-child(3){
    background: url('../images/icons/flags.png') -2px -93px no-repeat;
    background-size: 28px;
}
.languageMobileSelectBox > ul > li:nth-child(4){
    background: url('../images/icons/flags.png') -2px -46px no-repeat;
    background-size: 28px;
}
/*END MOBILE LANGUAGE SELECT*/

.bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button{
    float: right;
    display: none;
    width: 60px;
    height: 33px;
    float: right;
    padding: 10px 10px;
    margin-top: 15px;
    margin-right: 0px;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 0;
    background-color: #669933;
/*    background: url("../images/icons/sprite-icons.png") -10px -348px repeat-x;*/
    -moz-border-raidus: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer; 
}
.bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button:hover{
    background-color: #73AD39;
}
.bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button:nth-child(1){
    margin-right: 15px;
}
.bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button:nth-child(2){
    width: 30px;
}
/*END MOBILE MENU*/

/*START OPTIONS MOBILE PANEL*/
.mobileOptionsBox{
    width: inherit;
    height: 50px;
    float: left;
    display: none;
    background-color: #fff;
    z-index: 9997;
    border-bottom: 1px solid #c2c2c2; 
}
.mobileOptionsBox > ul{
    width: 235px;
    margin-left: -15px;
    list-style-type: none;
    float: left;
    line-height: 50px;
    padding-top: 5px;
    margin-top: 0px;
    font-size: 14px;
    
}
.mobileOptionsBox > ul > li{
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
}
.mobileOptionsBox > ul > li > a{
    display: block;
}

.submenu_icon {
    background: url("../images/icons/sprite-icons.png") no-repeat scroll -10px -409px rgba(0, 0, 0, 0);
    width: 15px;
    height: 20px;
    margin-left: 5px;
    float: right;
}
.accountIcon {
    background: url("../images/icons/bigIcons-sprite.png") no-repeat scroll 1px -75px;
    width: 35px;
    height: 35px;
    float: left;
    background-size: 25px
}
.mobileOptionsBox .clientAndshopMobileBasketBox{
    width:75px;
    height: 50px;
    margin-left: 0px !important;
    margin-right: -3px  !important;
    background-position: -0px -287px;
    
}
/*END OPTIONS MOBILE PANEL*/

@media only screen and (max-width: 1199px){
    .innerHeaderBox, #sliderBoxId, .searchBox{
        width: 949px;
    }
    .basketContentBox, .accountAccessBox{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 979px){
    .bottomHeaderBox{
        border-top: 1px solid #ccc;
    }
    .innerHeaderBox{
        width: 97% !important;
    }
    #sliderBoxId, .searchBox, .advancedSearchInnerBox{
        width: 96%;
    }
    .sliderBox{
        margin-top: 120px;
    }
    
    #desktopMenu, #topHeaderId, #clientAndshopDesktopBasketId{
        display: none;
    }

    .bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button, 
    .mobileOptionsBox{
        display: block;
    }
    .bottomHeaderBox .innerHeaderBox .btnMobileMenuBox button:first-child{
        margin-left: 5px;
    }
    .mobileOptionsBox .clientAndshopMobileBasketBox .basketCountBox{
        margin-left: 26px !important;
        margin-top: 11px !important;
    }
    .accountAccessBoxArrow{
        float: left;
        margin-right: auto;
        margin-left: 30px;
    }
       
}
@media only screen and (max-width: 669px){
    #searchBoxId span,
    #advancedSearchId{
        display: none;
    }

}
@media only screen and (max-width: 620px){
    .accountMobileAccessBox{
        margin-left: 146px;
    }
    .accountAccessBoxArrow{
        margin-left: 30px;
    }

}
@media only screen and (max-width: 540px){
    .searchBox input{
        width: 55% !important;
    }
    
    .accountMobileAccessBox{
        margin-left: 100px;
    }
    .accountAccessBoxArrow{
        margin-left: 76px;
    }    

}
@media only screen and (max-width: 479px){
    .searchBox input{
        width: 45% !important;
    }
}
@media only screen and (max-width: 450px){
    .basketMobileContentBox{
        margin-right: 0px !important;
    }
    .basketMobileContentCardArrow{
        margin-right: 16px;
    }
    .accountMobileAccessBox{
        margin-left: 20px;
    }
    .accountAccessBoxArrow{
        margin-left: 156px;
    }
}

@media only screen and (max-width: 415px){
    .searchBox span{
        display: none;
    }
    .searchBox input{
        width: 74% !important;
        margin-left: 5px;
        float: left;
    }
    .mobileOptionsBox > ul {
      width: auto;
      margin-left: 0px;
      padding-left: 12px;
    }
    .mobileOptionsBox > ul > li{
        margin-left: 0px;
        margin-right: 0px;
    }
    .accountAccessBoxArrow {
        margin-left: 107px;
    }
    .languageMobileSelectBox{
        margin-left: 10px;
    }
    .langAccessBoxArrow{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 389px){
    .searchBox input{
        width: 73% !important;
    }
}
@media only screen and (max-width: 375px){
    .searchBox input{
        width: 72% !important;
    }
}
@media only screen and (max-width: 362px){
    .searchBox input{
        width: 70% !important;
    }

}
@media only screen and (max-width: 350px){
    .searchBox input{
        width: 50% !important;
    }
    .basketMobileContentBox{
        width:95%;
    }
    .accountMobileAccessBox{
        margin-left: 20px;
    }
}
@media only screen and (max-width: 300px){
    .basketMobileContentBox{
        width:94%;
    }

}

@media only screen and (max-width: 280px){
    .mobileOptionsBox .clientAndshopMobileBasketBox{
        margin-right: -10px !important;
    }
}