.sld-header-right {
    display: flex;
    flex-direction: row;
    /*flex-direction: column;*/
    justify-content: flex-end;
    width: 100%;
    margin-top: 35px;
}

.sld-header-right-normal {
    display: inline-flex;
    text-align: left;
    text-align: -webkit-left;
    align-items: center;
}

.sld-header-right-header-links {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /*margin-left: -80px;*/
    /*padding-left: 10px;*/
}

.sld-links-item {
    flex-grow: 1;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}


.sld-header-right-header-cart {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.account-item-icon .sld-links-item-left {
    margin-left: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 28px;
}
.account-item-icon .sld-links-item-left img{
    width: 28px;
}
.sld-links-item-left-title {
    left: 13px;
    top: 3px;
    position: absolute;
}

.sld-links-item-right {
    margin-left: 5px;
}

.my-account-with-logout {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#top .my-account-with-logout .dropdown-menu {
    right: 45px;
}

.rtl #top .my-account-with-logout .dropdown-menu {
    right: auto;
    left: -37px;
}

#main #top #cart_block.open>.dropdown-menu {
    margin-top: -1px;
}

#top #cart_block .dropdown-menu {
    width: 600px;
    text-align: left;
    padding: 0px;
    right: -100px;
    margin-top: 16px;
    font-size: 14px;
}

.account-cart-margin{
    margin-top: 10px;
}
.sld-header-right-normal-alink{
    font-size: 13px;
    font-weight:600;
    padding-left: 10px;
}

.cart-item-style{
    height: 45px;
    justify-content: flex-end;
}

.account-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-item-option{
    display: flex;
    justify-content: center;
    height: 45px;
    align-items: center;
}

.span_position{
    position: absolute;
    border-radius:50%;
    background-color:#ec6c00;
    color:#fff;
    font-size:14px;
    width:20px;
    height:20px;
    line-height:20px;
    top:8px;
    right:2px;
    z-index:1;
}

.sld-links-item-left-border{
    border: 1px solid #ec6c00;
    border-radius:10px 0px 0px 10px;
    height: 45px;
}

.sld-links-item-right-border{
    border: 1px solid #ec6c00;
    border-left: 0px;
    border-radius:0px 10px 10px 0px;
    height: 45px;
}

.cart-price-arrow{
    color: #ec6c00;
    font-weight: bold;
}

.account-link{
    font-size: 13px;
    margin-left: 10px;
    height: 100%;
    text-align: left;
    font-weight: 600;
}
.account-link-height{
    display: flex;
    align-content: center;
}
.account-link-height span{
    display: inline-block;
    width: 100px;
    white-space: nowrap;     
    overflow: hidden;      
    text-overflow: ellipsis; 
}
.sw-service{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}


/****************************    menu start     ***************************************/
#header-center nav {
    width: 100%;
    display: flex;
    margin-top: 35px;
    position: relative;
}
#header-center nav a {
    color: #000;
    text-decoration: none;
    padding: 5px;
    flex-grow: 1;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    /*-webkit-transition: all 200ms ease-out;*/
}
#header-center nav a:hover {
    color: #ec6c00;
    flex-grow: 1;
    /*-webkit-transition: all 200ms ease-out;*/
}


/****************************    menu end       ***************************************/

