#ddmenu .menu-icon, div.searchIcon
{
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: 0;
    display: block;
    cursor: pointer;
    float: right;
    position: absolute; /*right:2%;top:115px;*/
    z-index: 999;
    right: 208px;
    top: 20px; /* Done header changes by suman on 17/05/2018 */
}
#search-block {
    -webkit-transition: padding .25s, height .25s;
    transition: padding .25s, height .25s;
    height: 0px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    height: 30px;
    width: 0;
    right: 30px;
    top: 0;
    transition: 0.5s ease all;
    border: 1px solid transparent;
}
.search_container {
    position: relative;
    display: inline-block;
}
.search_btn {
    display:inline-block;
}
.search_btn .icon{
    outline: none;
}
#search-block.show {
    /*border-top: solid 1px #454545;*/
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    width: 250px;
    height: 30px;
    border-color: #525252;

}
#search-block input[type="search"] {
    background: #000;
    padding: 0px 2%;
    outline: none;
    border: none;
    width: 100%;
    /*height: 75px;
	line-height: 75px;*/
    font-size: 14px;
    color: #808080;
    padding: 5px;
    height: 30px;
}
#search-block input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;

}
#search-block form.has-touch [data-provide="rac"] {
    min-height: 30px;
}

#search-block > [data-clear-input] {
  position: absolute;
  top: 15px;
  right: 28px;
  font-weight: normal;
  font-size: 35px;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
  color:#7f7f7f
}
#search-block > input::-ms-clear {
  display: none;
}
@media only screen and (max-width:1023px)
{
    #ddmenu .menu-icon, div.searchIcon 
    {
        /*right:75px;top:20px;*/
        right: 208px; /* Done header changes by suman on 17/05/2018 */
    }
   

    body.header_search .search_container {
        position: unset;
    }
    body.header_search #search-block.show {
        right: 0;
        z-index: -1;
        top: 100%;
        bottom: 0;
        left: 0;
        width: auto;
        padding: 0 15px;
        background: #000;
        height: 42px;
        box-sizing: border-box;
        border: none;
        padding-top: 0;
    }
    #search-block {
        width:100%;
        transition:none;
    }
    #search-block input[type="search"] {
        display: none;
    }
    body.header_search #search-block input[type="search"] {
        display: block;
        border: 1px solid #616161;
    }
   body #cd-cart-trigger {
        right: 15px;
    }
  
}
@media only screen and (max-width:640px)
{
    .search_container {
        margin-right: 45px;
    }
    #header-inner .locator-mobile a {
        color: #b4c2c5;
    }
    #ddmenu .menu-icon, div.searchIcon {
        right: 66px; /* Done header changes by suman on 17/05/2018 */
    }
    
    body #logo {
        width: 156px;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
    }
}
@media only screen and (max-width:480px){

    body #logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        margin: 0 auto;
    }
    .search_container {
        margin-right: 37px;
    }
}
@media only screen and (max-width:360px) {
    body #logo {
        width: 135px;
    }
}
    /*RK 23May2018*/
    @media only screen and (max-width:320px) {
        #ddmenu .menu-icon, div.searchIcon {
            right: 62px;
        }
    }


