a{
    text-decoration: none
}
h3, p{
    margin: 0;
    padding: 0
}
ul{
    margin: 0;
    padding: 0
}
#header-wrapper{
    width: 100%;
    max-width: 1170px;
    background: #ffffff;
    margin: 0px auto;
    position: relative;
    z-index: 99;
    float: none;
}
.header-wrapperFixed{
    position: fixed;
    top: 0;
    z-index: 999
}

.logo img{
    margin-top: 25px;
}

.header-top-container {
    height: 72px;
}
.header-top{
    float: right;
    position: relative;
    margin-top: 12px;
}
.header-top-fixed {
    width: 100%;
    max-width: none!important;
    position: fixed;
    top: -40px;
    left: 0px;
    margin-top: 0;
    background-color: #ffffff;
    border-top: 2px solid #848e9d;
    border-bottom: 1px solid #004664;
}

.header-top-fixed .header-login-menu{
    float: right;
    margin-top: 10px;
    width: 60%;
}
.header-top-fixed .header-dashboard{
    width: 39%;
    padding: 0;
    float: right;
}
.header-container{
    max-width: 1170px;
    margin: 0px auto;
}

.moreResults-all{
    width: 100%;
    clear: both;
    float: left;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
}
.serachResultList{
    line-height: normal;
}
.serachResultList a{
    width: 100%;
    clear: both;
    float: left;
    padding: 6px 0;
    border-bottom: 1px solid #dee1e2;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
.serachResultList a:hover{
    text-decoration: underline;
}

.header-contact{
    float: right;
    margin: 0 20px 0 0;
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
}
.header-contact:hover{
    text-decoration: none;
    color: #b5b5b5;
}
.header-bottom{
    border-top: 0.769px solid #fcb116;
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}
.header-bottom-fixed {
    width: 100%;
    max-width: none !important;
    position: fixed;
    top: 40px;
    left: 0px;
}
#header-bottom-contanier {
    height: 47px;
}

.header-dashboard{
    float: left;
    color: #58585a;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.header-dashboard-wrapp-second-line{
    margin-top: 4px;
}

.header-cart{
    float: right;
    margin: 2px 10px 0 0;
}

.header-cart li,
.header-cart li a{
    display: inline;
    color: #58585a;
    line-height: 25px
}

.header-cart li a:hover{
    color: #0980ae;
}
.header-options{
    float: right;
    margin: 0 2px 0 0
}

ul.add-margin{
    margin-top: 8px;
}

.header-options li{
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}

.header-options li.region,
.header-options li.language-holder{
    float: left;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 10px;
    z-index: 9
}
.header-options li.language-holder{
    float: none;
    position: relative;
    margin-top: 4px;
}
.header-options li.region .map,
.header-options li.language-holder .map-language{
    position: relative;
    z-index: 100;
}
.header-options li.language-holder .map-language{
    font-size: 12px;
}
.language-holder-smaller .map-language img,
.header-options li.language-holder .map-language img{
    float: left;
    margin: 4px 3px 0 0;
}
.header-options li a{
    display: block;
    font-size: 12px;
}

.header-options li a:hover{
    text-decoration: underline;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background: transparent;
    border-bottom: 1px dashed #6cb6d8;
}

.header-options li a.header-checkout, .header-options li a.header-checkout:focus{
    background: #fcb116;
    padding: 2px 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    line-height: normal;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.header-options li a.header-checkout:hover{
    background-color: #ffc03e;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.header-register, .header-register:focus{
    background: #0980ae url(../images/icons-right-arrow-white.png) no-repeat 9px center;
    padding: 2px 7px 2px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-indent: 21px;
    text-decoration: none !important;
    transition: background 0.5s ease;
    border-radius: 4px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.header-register:hover{
    background-color: #6cb6d8 url(../images/icons-right-arrow-white.png) no-repeat 9px center;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.header-register:active{
    background-color: #6cb6d8 url(../images/icons-right-arrow-white.png) no-repeat 9px center;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.header-login{
    background: transparent url(../images/icons-right-arrow.png) no-repeat 9px center;
    padding: 2px 0;
    color: #58585a;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    text-indent: 21px;
}

.header-login:hover{
    color: #58585a;
    text-decoration: underline;
    transition: background 0.5s ease;
}

.header-welcome{
    float: right;
    margin: 0 3px 0 0
}
.dropdown-box-nolink{
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
}
.header-cart-show{
    display: none!important
}
/* css and classes for header when he is scrolling */
/* add this class on logo when header starts to scroll  */
.header-logo-scroll{
    width: 200px;
    height: 43px;
    float: left;
    margin-top: 0;
    margin-bottom: 12px;
    background: url(../images/logo-small.png) no-repeat center;
}
/* add this class on header-bottom when header starts to scroll  */
.header-bottom-scroll{
    height: 0;
}
.header-bottom-scroll .header-navigation{
    display: none!important
}
.dashboard-wrapp-top{
    top: -120px!important;
}
/* menu */
.menu-scroll{
    float: left;
    position: relative;
    margin-left: 10px;
}
.menu-trigger{
    width: 29px;
    float: left;
    cursor: pointer
}
.menu-trigger p{
    margin: 1px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: normal
}
.menu-trigger span{
    width: 29px;
    height: 4px;
    float: left;
    margin: 0 0 3px 0;
    background: #fff;
}
.menu-navigation{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #dee1e2;
}
.menu-navigation ul,
.menu-navigation ul li{
    width: 100%;
    float: left;
    line-height: normal;
    list-style: none;
}
.menu-navigation ul li a{
    width: 100%;
    float: left;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}
.menu-navigation ul li a.menu-primary{
    background: #dee1e2;
}
.menu-navigation ul li a.menu-primary img{
    height: 30px;
    float: left;
    margin: 0 6px 0 2px
}
.menu-dropdown{
    display: none;
    max-height: 600px;
}
.menu-dropdown li a{
    padding: 0 10px 0 42px;
    border-bottom: 1px solid #dee1e2;
}
.menu-dropdown li a.menu-link-margin{
    padding: 0 10px 0 65px;
}
.menu-dropdown li a:hover{
    text-decoration: underline;
}
.menu-open{
    width: 26px;
    float: right;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
/* add this class on header-dashboard when header starts to scroll */
.header-dashboard-scroll .header-dashboard-wrapp{
    display: none
}
.dashboard-wrapp-scroll{
    display: none;
    width: 300px;
    position: absolute;
    top: -40px;
    right: 291px;
    z-index: 999;
    background: #2f2f2f;
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 40px;
}
.dashboard-wrapp-scroll a{
    width: auto;
    float: right;
    color: #b5b5b5;
}
.dashboard-wrapp-scroll .header-cart{
    float: right;
    margin: 0;
}
.dashboard-wrapp-scroll .header-cart li{
    color: #b5b5b5;
}
.dashboard-wrapp-scroll .checkout{
    margin: 0 23px;
}
.control_div {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 1px;
}
#medium_control_div, #small_control_div, #xsmall_control_div {
    display: none;
}
#large_control_div {
    display: block;
}
#floating-menu-cart {
    float: right;
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 400;
    margin-right: 20px;
}
#floating-menu-cart a {
    color: #b5b5b5;
    font-weight: 400;
    text-decoration: none;
}
#floating-menu-cart a:hover {
    text-decoration: underline;
}
#mainlogo{
    padding-left: 0;
    margin-left: -15px;
    margin-right: 15px;
}
/* ******** jovan added *************** */

.navbar{
    position: fixed;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-top: 5px solid #848e9d;
    border-bottom: 1px solid #004664;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 899;
}

.navbar-form{
    border: 0px;
    box-shadow: none;
}

.search-holder{
    margin-top: 12px;
    padding-right: 0
}

.search-only{
    min-height: 51px;
}

.navbar .navbar-header{
    margin-top: 18px;
}

input.header-search{
    float: left;
    padding: 0 31px 0 4px;
    font-size: 14px;
    font-weight: 300;
    color: #58585a;
    background: #ffffff;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #a7a9ac;
    border-radius: 5px;
    height: 30px;
    line-height: 29px
}

input.header-search::-webkit-input-placeholder {
   color: #58585a;
}
input.header-search::-moz-placeholder { /* Firefox 18- */
   color: #58585a;
}
input.header-search::-moz-placeholder {  /* Firefox 19+ */
   color: #58585a;
}
input.header-search::-ms-input-placeholder {
   color: #58585a;
}
button.header-send{
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../images/searchBtn.png) no-repeat center;
    margin-left: -30px;
    border: 0px;
    margin-top: 2px;
}

.main-menu{
    margin-top: 2px;
    padding-top: 9px;
    padding-right: 0;
    border-top: 1px solid #fcb116;
}

.main-menu ul li{
    margin: 0 4px;
}

.main-menu ul li:hover{
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
}

.main-menu ul li ul li:hover{
    box-shadow: none;
}

.main-menu ul li.open{
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
}

.nav > li > a:focus, .nav > li > a:hover{
    background: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.main-menu ul li ul li{
    margin-left: 5px;
    margin-right: 5px;
}

.main-menu > .navbar-nav > li > a{
    color: #0980ae;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    padding: 8px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.dropdown-menu > li > a{
    padding-left: 10px;
    padding-right: 10px;
}

.main-menu > .navbar-nav > li > a:hover{
    background-color: transparent;
    /*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);*/
}

.language-holder .workout-language ul li img, .language-holder-smaller .workout-language ul li img, .language-holder .workout-language ul li a img, .language-holder-smaller .workout-language ul li a img{
    border-right: 1px solid #a7a9ac;
    float: left;
    margin: 5px 5px 0 0;
    padding-right: 5px;
    width: 20px;
}

.main-menu li a{
    font-size: 14px;
}

.navbar-nav > li > .dropdown-menu{    
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.21);
    border: 0;
    min-width: 250px;
}

.main-menu li ul li{
    margin-top: 10px;
    border-top: 1px dashed #6cb6d8;
}

.dropdown-menu > li > a{
    color: #0980ae;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: #0980ae;
    color: #ffffff;
}

.main-menu li ul li ul li{
    border-top: 0;
    list-style: none;
    margin-left: 20px;
    background: url('../images/triangle-lvl-1.png')  left center no-repeat;
    padding-left: 15px;
}

.main-menu li ul li ul li a{
    color: #0980ae;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.main-menu li ul li ul li:hover{
    background-color: #0980ae;
}

.main-menu li ul li ul li:hover a{
    color: #ffffff;
}

ul.header-options{
    float: right;
    color: #58585a;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
    width: 100%;
}
ul.header-options.not-logged-in{
    margin-top: 10px
}
.TopMenu{
    width: 100%;
    height: 70px;
    background: #ffffff;
    position: fixed;
    z-index: 899;
    top: -5px;
    display: none;
    border-bottom: 1px solid #004664;
}

.TopMenu .navbar-header{
    margin-top: 15px;
}
.main-menu > .navbar-nav > li > a.active-nav{
    border-bottom: 3px solid #fcb116;
}
.dropdown-last ul{
    left: initial;
    right: 0
}
.navbar-nav .open .dropdown-menu>li>a{
    white-space: normal;
}
.dropdown-menu > li > a{
    white-space: normal;
}
/* /css and classes for header when he is scrolling */
@media all and (max-width: 1200px){
    .header-logo{
        margin: 15px 0 0 15px
    }
    .dashboard-wrapp-scroll{
        right: 280px;
    }
    .header-logo-scroll{
        margin: 5px 0 0 10px;
    }
    .menu-scroll {
        width: 30px;
    }
    .menu-navigation {
        width: 300px;
    }
    .navbar-form .form-control{
        width: 100%;
    }
    #large_control_div, #small_control_div, #xsmall_control_div {
        display: none;
    }
    #medium_control_div {
        display: block;
    }
    .main-menu{
        width: 625px;
    }
    .main-menu ul li{
        margin: 0 16px;
    }
    .dropdown-menu > li > a,
    .main-menu > .navbar-nav > li > a {
        font-size: 12px;
    }
    .main-menu li ul li ul li a {
        font-size: 11px;
    }
}
@media all and (max-width: 1199px){
    .header-top-fixed .header-container,
    .header-bottom .header-container,
    .header-top {
        max-width: 970px;
        float: none;
        margin: 0 auto;
    }
    .header-logo {
        margin: 15px 0 0 0;
    }
    .header-logo-scroll {
        margin: 5px 0 0 0;
    }
    .main-menu li{
        margin: 0 10px;
    }
}

@media all and (max-width: 991px){
    .dropdown-data p,
    .dropdown-img,
    .header-contact,
    .header-language{
        display: none
    }
    .header-bottom{
        padding: 15px 0;
    }
    .header-logo{
        position: absolute;
        top: 0;
        left: 15px;
    }
    .dropdown-menu > li > a,
    .main-menu li ul li ul li a{
        font-size: 11px;
    }
    .dropdown-container{
        margin-top: -8px;
    }
    .dropdown-wrapper{
        width: 100%;
        max-width: 100%;
        float: right;
        margin-bottom: -10px;
    }
    #partner-center .dropdown-wrapper{
         margin-bottom: 0;
    }
    .dropdown-box{
        width: 100%;
        float: left;
    }
    .header-dashboard {
        font-size: 12px;
    }
    .header-dashboard .row{
        margin: 0;
        padding: 0 15px;
    }
    .header-cart{
        margin: 0 9px 0 0;
    }
    .header-dashboard-wrapp .header-checkout {
        width: 150px;
        font-size: 13px;
    }
    .dropdown-link{
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #dee1e2;
    }
    .dropdown-data{
        border: 0
    }
    .dropdown-submenu{
        margin: 0 0 0 40px;
        font-weight: 400;
        line-height: 29px;
    }
    .dropdown-data-submenu{
        margin: 0 0 0 25px;
    }
    .dropdown-data-submenu .dropdown-a:hover{
        text-decoration: none;
    }
    .header-logo-scroll{
        top: -38px
    }
    .dashboard-wrapp-scroll .checkout {
        margin: 0 5px;
    }
    .dashboard-wrapp-scroll{
        width: 280px;
        top: -40px;
    }
    .header-bottom-scroll{
        padding: 0
    }
    #large_control_div, #medium_control_div, #xsmall_control_div {
        display: none;
    }
    #small_control_div {
        display: block;
    }

    .navbar-header img{
        width: 100%;
        max-width: 300px;
    }
    .main-menu > .navbar-nav > li > a{
        padding: 8px 4px;
        font-size: 15px
    }
    .navbar-nav .dropdown-menu{
        right: initial!important;
        left: 0!important
    }
    .dropdown-last ul.dropdown-menu{
        left: initial!important;
        right: 0!important
    }
    .dropdown-menu > li > a{
        font-size: 16px
    }
    .main-menu li ul li ul li a{
        font-size: 14px;
    }
    ul.add-margin{
        margin-top: 8px;
    }
    ul.header-options.not-logged-in{
        margin-top: 10px;
    }
    #mainlogo {
        margin-top: -42px;
    }
    .mainlogo-logged{
        margin-top: 8px!important;
    }
    .main-menu {
        width: 735px;
    }
    .main-menu > ul{
        width: 100%;
    }
    .main-menu ul li{
        margin: 0 22px
    }

}

    /* Make Navigation Toggle on Desktop Hover */
@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media all and (max-width: 767px){

    .navbar .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-dashboard {
        width: auto;
        position: absolute;
        top: 0;
        right: 275px;
        background: #3679b6;
        font-size: 10px;
        font-weight: 400;
    }
    .header-dashboard-wrapp{
        float: left!important;
    }
    .dropdown-menu > li > a{
        font-size: 16px;
    }
    .main-menu li ul li ul li a{
        font-size: 14px
    }
    .header-dashboard .row,
    .header-dashboard{
        padding: 0
    }
    .header-welcome{
        display: none;
    }
    .header-options,
    .header-cart{
        margin: 0;
    }
    .header-options{
        text-align: right;
    }
    .header-options li a:hover{
        text-decoration: none;
    }
    .header-cart-hide,
    .header-divider,
    .header-dashboard-link{
        display: none!important;
    }
    .header-cart-show{
        display: block!important;
    }
    .header-dashboard-wrapp a.header-checkout:hover{
        background: #0053a0
    }
    .header-cart li,
    .header-dashboard-wrapp .header-checkout{
        background: #3679b6;
        line-height: 40px;
        float: left;
    }
    .header-login{
        text-indent: 26px;
    }
    li.show-li{
        display: inline-block;
    }
    #cartqty{
        display: inline-block;
        vertical-align: middle;
        margin-left: 1px;
    }
    .header-options li{
        padding: 0 3px
    }
    .header-dashboard-wrapp .header-checkout{
        width: auto;
        margin: 0;
        padding: 0 20px;
        background: #0053a0;
        font-size: 10px;
        font-weight: 400;
    }
    .header-cart li{
        padding: 0 3px;
    }
    .header-cart-show img{
        margin: -3px 0 0 0;
    }
    .header-dashboard-scroll{
        width: 100%;
        right: 0;
    }
    .dashboard-wrapp-scroll .header-cart li span,
    .dashboard-wrapp-scroll .header-cart li{
        background: none!important
    }
    .dashboard-wrapp-scroll {
        width: 100%;
        top: 40px;
        right: 0;
        padding: 0 10px;
    }
    .dashboard-wrapp-scroll .checkout {
        margin: 0 10px;
    }
    .menu-scroll {
        z-index: 9999;
    }
    #large_control_div, #medium_control_div, #small_control_div {
        display: none;
    }
    #xsmall_control_div {
        display: block;
    }

    .TopMenu{
        display: none !important;
    }

    .navbar{
        border-radius: 0;
    }

    .navbar-toggle .icon-bar{
        background: #0980ae;
        width: 40px;
        height: 10px;
        border-radius: 0;
    }

    .navbar-form{
        float: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-form .form-group{
        display: inline-block;
        vertical-align: middle;
    }

    .search-holder{
        padding-left: 0;
        padding-right: 0;

    }

    .navbar-header{
        margin: 0 0 0 15px;
    }

    .header-login{
        margin: 0;
        border-radius: 0;
        font-weight: 300;
    }

    .main-menu{
        width: 100%;
        padding: 0px;
    }

    ul.header-options{
        color: #ffffff;
    }

    ul.header-options.single-line-welcome{
        margin-top: 5px;
    }

    .header-options li, .header-cart li, #cartqty{
        color: #a7a9ac;
    }

    .header-options li.header-cart-scroll a{
        display: inline-block;
    }

    .header-options li a.header-checkout, .header-options li a.header-checkout:focus{
        line-height: 25px;
        margin-top: 0;
        padding: 2px 5px;
    }

    ul.add-margin{
        margin-top: 4px;
    }

    .main-menu ul li{
        border-bottom: none;
    }

     .main-menu ul li.open{
        border-bottom: 1px dashed #6cb6d8;
     }

     .navbar-nav{
        margin: 0;
     }

    .main-menu > .navbar-nav > li > a{
        border-bottom: 1px dashed #6cb6d8;
        width: auto;
        padding: 8px;
        font-size: 16px
    }

    .main-menu > .navbar-nav > li > a:hover{
        box-shadow: none;
    }

    .main-menu li ul li, .main-menu ul li ul li ul li{
        border: none;
    }

    .nav .open > a{
        background: transparent;
    }

    .navbar .navbar-header{
        margin-top: 13px;
    }

    .presentation{
        margin-top: 0;
    }

    .header-options li.hide-li{
        display: none;
    }
    .header-options li.language-holder{
        margin-left: 0
    }
     ul.add-margin{
        margin-top: 3px;
    }
}
@media all and (max-width: 480px){
    .header-search {
        width: 185px;
        padding: 0 8px 7px 8px;
    }
    .header-search input{
        width: 131px;
    }
    .header-search input::-webkit-input-placeholder {
       color: #9b9b9b;
    }
    .header-search input:-moz-placeholder { /* Firefox 18- */
       color: #9b9b9b;
    }
    .header-search input::-moz-placeholder {  /* Firefox 19+ */
       color: #9b9b9b;
    }
    .header-search input:-ms-input-placeholder {
       color: #9b9b9b;
    }
    #searchBy{
        display: none!important;
    }
    .header-dashboard-wrapp .header-checkout {
        padding: 0 5px;
    }
    .header-dashboard-scroll {
        right: 0;
    }
    .menu-scroll {
        left: 10px;
        top: 40px;
    }
    .header-login{
        text-indent: 20px;
    }
    ul.add-margin {
        margin-left: 5px;
    }
}
@media all and (max-width: 350px){
    .header-logo {
        width: 210px;
        background-size: 100%
    }
    .header-search {
        width: 140px;
    }
    .header-search input {
        width: 86px;
    }
    .header-dashboard-wrapp .header-checkout {
        padding: 0 5px;
    }
    .header-dashboard {
        right: 140px;
    }
    .header-logo-scroll{
        width: 140px;
    }
    .header-dashboard-scroll{
        right: 0;
    }
    .menu-navigation{
        width: 280px;
        left: -10px;
    }
}