.clientx.header.wgsheaderfromaddon {
  padding: 0px 0 5px;
  background: #48484a;
  min-height: 40px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

nav#sidebar {
  z-index: 999;
  min-width: 240px;
  max-width: 240px;
  background: #1c4e80 url(../images/nav-bg.png) repeat-y;
  color: #fff;
  position: fixed;
  height: 100%;
  top: 60px;
}

#content {
  width: calc(100% - 240px);
  position: relative;
  left: 240px;
  top: 60px;
}

ul.list-unstyled.components i {
  color: #adbeee;
  font-size: 23px;
  padding: 0 40px 0 9px;
  width: 25px;
  font-weight: normal;
}

.defaultClientxSidebar, .menu-myaccount-clientx, .menu-notification-clientx, .menu-settings-clientx, .menu-cart-clientx {
  position: fixed;
  right: 0;
  box-shadow: none;
  border-left: transparent;
  top: 60px;
  z-index: 101;
  min-width: 240px;
  max-width: 240px;
  background: #fff;
  height: 100%;
  transition: all 0.3s;
  border-left: 1px solid #e7e7e7;
}

div#content.leftSideBarClosed.rightSideBarOpened {
  width: calc(100% - 335px);
  right: 335px;
}

div#content.bothSideBarOpened {
  width: calc(100% - 490px);
  right: 490px;
}

div#content.leftSideBarClosed.rightSideBarOpened {
  width: calc(100% - 345px);
  right: 345px;
}
#sidebar.active {
  margin-left: -150px;
}
#sidebar.active ul {
  position: relative;
  left: 150px;
  width: 32%;
}

.defaultClientxSidebar .shift-btn.active {
  background: url(../images/nav-arrow.png) no-repeat;
  left: -95px;
}

ul.product-detail-billing-section li {
  list-style: none;
  padding: 7px 15px;
  background: #f6f6f6;
  margin-bottom: 1px;
}

.product-icon .fa-stack {
  font-size: 40px;
  color: #fff;
}

.m-30 {
  margin: 0px;
}

div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 5px;
  line-height: 1em;
  font-size: 60px;
}