.sidebar-wrap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.sidebar-wrap .sidebar-menurow {
  position: absolute;
  right: -190px;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.sidebar-wrap .sidebar-menurow .sidebar-menu {
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 100;
  max-width: 100%;
}

.sidebar-wrap .side-bar-start {
  top: 43px !important;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul {
  padding-left: 0;
  display: block;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li a {
  background: #fff;
  border-left: 5px solid transparent;
  color: #c7b299;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  overflow: inherit;
  padding: 10px 15px;
  position: relative;
  text-overflow: inherit;
  transition: all .5s 
    ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s 
    ease;
  -ms-transition: all .5s ease;
  white-space: normal;
  width: 100% !important;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li a:before {
  border: 1px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s 
    ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s 
    ease;
  -ms-transition: all .5s ease;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li a:after {
  background: #c7b299;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li a:hover {
  color: #111;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li.active a {
  border-left-color: #c7b299;
  color: #111;
  margin-left: -15px;
  z-index: 1;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li.active a:before {
  background: #fff;
  border-color: #c7b299 transparent #c7b299 #c7b299;
  right: -15px;
  z-index: -1;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li.active a:after {
  display: none;
}

.sidebar-wrap .sidebar-menu-inner .hs-menu-wrapper ul li a:hover {
  background: #fff;
}

@media(min-width: 1200px){
  .sidebar-wrap .menu-toggle-side,
  .sidebar-wrap .close{
    display: none;
  }
}

@media(min-width: 1200px) and (max-width: 1500px){
  .sidebar-wrap{
    max-width: 830px;
  }
}

@media(max-width: 1200px){
  .sidebar-wrap .menu-toggle-side {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0px;
    width: 50px;
    background: #111;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 102;
    visibility: visible;
    opacity: 1;
    cursor
    transition: all .5s ease;
  }

  .show-right .sidebar-wrap .menu-toggle-side {
    visibility: hidden;
    opacity: 0;
  }

  .sidebar-wrap .close {
    border-radius: 100px;
    height: 30px;
    line-height: 30px;
    right: 7px;
    top: 7px;
    width: 30px;
    z-index: 102;
    background: #111;
    color: #fff;
    position: absolute;
    text-align: center;
  }

  .sidebar-wrap .sidebar-menurow .sidebar-menu {
    background: #fff;
    border-radius: 5px 0 0 5px;
    padding: 40px 10px 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
  }

  .show-right .sidebar-wrap .sidebar-menurow .sidebar-menu {
    opacity: 1;
    visibility: visible;
  }
  
  .sidebar-wrap .side-bar-start{
    top: 71px !important;
  }
}