ul {
  list-style: none; 
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #444444;
  height: 60px;
}

.right-side,
.left-side {
  display: block; 
}
.right-side {
    /* margin-left: 318px; */
    margin-left: 290px;
    /* margin-left: 290px !important; */
    padding: 60px 0 0 0;
    height: 100vh;
}
.right-side.clients{
  transition: all .2s ease-in-out;
  /* padding-left: 20px; */
  display: flex;
  flex-direction: row;  
  padding-top: 60px;
  margin-left: 60px !important;
  height: 100vh;
}

.right-side .router-view-container{
  width: calc(100% - 230px);
}
.right-side .router-view-container{
  width: 100%;
}
.right-side.clients .router-view-container.minimize .product{
  width: 25% !important;
}
@media (max-width: 1440px){
  .right-side.clients .router-view-container.minimize .product{
    width: 33% !important;
  }
}
@media (max-width: 1280px){
  .right-side.clients .router-view-container.minimize .product{
    width: 50% !important;
  }
}
@media (max-width: 1024px){
  .right-side.clients .router-view-container.minimize .product{
    width: 100% !important;
  }
}
.left-side {
  /* position: absolute; */
  /* width: 318px; */
  width: 290px;
  height: calc(100vh - 60px);
  position: fixed;
}
.inputWithBrowse{
	width: 80% !important;
    float: left;
}
.left-side.clients-menu{
  height: 100vh;
  width: 60px;
  /* padding-right: 20px; */
  transition: all .2s ease-in-out;
  top: 0px !important;
  z-index: 10;
}
.left-side.clients-menu .sidebar{
  background-color: #444444;
}
.left-side.clients-menu .nav-list{
  padding-left: 0;
}
.left-side.clients-menu .sidebar-wrapper{
  width: 100%;
  top: 0 !important;
  margin-top: 0 !important;
}

.left-side.clients-menu .oo_deshboard{
  position: relative;
}
.left-side.left-side.clients-menu .oo_textul{
  position: absolute;
  top:0;
  bottom: 0;
  left: 50px;
}
.left-side.clients-menu .oo_textul.hide{
  display: none;
}
.left-side.clients-menu .nav-list .toggle_menu span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
.left-side.clients-menu .nav-list li a{
  /* padding: 15px 10px; */
  padding: 0;
}
.left-side.clients-menu .oo_deshboard{
  padding: 0;
  text-align: center;
}
.left-side.clients-menu .nav-list .toggle_menu{
  cursor: pointer;
  background-color: #1C2434;
} 
.left-side.clients-menu .nav-list li a, .left-side.clients-menu .nav-list li .toggle_menu{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.left-side.clients-menu .nav-list .submenuimage{
  width: auto;
}
.left-side.clients-menu .nav-list li img{
  width: 35px;
}
.left-side.clients-menu .nav-list a{
  transition: all .2s ease-in-out;
}
.left-side.clients-menu .nav-list a:hover{
  background-color: #1C2434 !important;
}
.left-side.clients-menu .router-link-exact-active.activemenu{
  background-color: #1C2434;
}



/* slideIn_menu */
.slideIn_menu{
  background-color: #526076;
  width: 250px;
  height: calc(100vh - 60px);
  transition: all .2s ease-in-out;
  left: 0;
  top: 80px;
  overflow: hidden;
  z-index: 10;
}
.slideIn_menu.minimize{
  width: 0px;
}
.slideIn_menu .nav-list{
  padding: 5px;
}
.slideIn_menu .nav-list li{
  margin-bottom: 10px;
}
.slideIn_menu .nav-list .oo_textul{
  font-size: 18px;
}
.slideIn_menu .nav-list .submenuimage{
  width: auto;
}
.slideIn_menu .nav-list img{
  width: 25px;
}
.slideIn_menu .oo_deshboard{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0 5px 15px;
  height: auto;
}
.slideIn_menu .nav-list a{
  border-radius: 5px;
}
.slideIn_menu .router-link-exact-active.activemenu{
  background-color: rgba(0,71,103,0.75);
}
.slideIn_menu .nav-list a:hover{
  background-color: rgba(0,71,103,0.75);
}


/* Client Header Styling */

.header.client{
  background-color: #444444;
  /* border-bottom: 1px solid #858585; */
  height: 60px;
  padding: 5px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 60px);
  right: 0;
  left: unset;
}

.header.client nav{
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  width: 100%;
}

.header.client .logout{
  border-radius: 15px;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
  background-color: #2F5D71;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  /* margin-top: 20px; */
  transition: all .2s ease-in-out;
}
.header.client .logout:hover{
  background-color: #2C87B1;
}

.header.client .name{
  cursor: auto;
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
}

.header.client .shoppingCart{
  cursor: pointer;
  margin-right: 26px;
}
.header.client .setting{
  cursor: pointer;
}
.header.client .setting .setting_dropdown{
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  background-color: #444444;
  padding: 0 13px;
  max-height: 0px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
.header.client .setting .setting_dropdown.show{
  max-height: 300px;
  padding: 13px;
}
.header.client .setting_dropdown .lang, .header.client .setting_dropdown .password, .header.client .setting_dropdown .addr{
  color: rgba(255,255,255,.7);;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all .1s ease-in-out;
} 
.header.client .setting_dropdown .lang:hover, .header.client .setting_dropdown .password:hover, .header.client .setting_dropdown .addr:hover{
  color: rgba(255,255,255,1);
}
.header.client .delivery_addr{
  max-width: 500px;
  border-color: #fff !important;
  border-bottom: 1px solid #fff;
}
.header.client .delivery_addr:before,.header.client .delivery_addr:after{
  background-color: #D6D6D6 !important;
}
.header.client .delivery_addr .e-input, .header.client .delivery_addr .e-input::placeholder{
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
}
.header.client .delivery_addr .e-list-item, .header.client .delivery_addr .e-input-group-icon, .header.client .delivery_addr .e-input-group-icon:hover{
  color: #fff !important;    
}

.client-company-info-container{
  width: calc(100% - 200px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.client-company-info-container .company-name span{
  color: #078DBA;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
.client-company-info-container .name{
  display: none;
  cursor: auto;
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
  white-space: nowrap;
}

.header.client .navbar-right{
  /* margin-right: 50px; */
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 17px;
}
.header.client .navbar-right img{
  width: 25px;
}
.header.client .navbar-right .shoppingCart{
  position: fixed;
  bottom: 20px;
  background-color: #395C6F;
  padding: 15px;
  border-radius: 50%;
  right: 10px;
}
.header.client .navbar-right .shoppingCart .badge{
  position: absolute;
  right: 0px;
  top: -5px;
  background-color: red;
}

.page-title{
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #2F5D71;
}
.popup{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-self: center;

  z-index: 2000;
  background-color: rgba(0,0,0,.6);
}
.popup .content{
  width: 70%;
  height: 80%;
  background-color: #fff;
  margin: auto;
  padding: 30px 20px;
  position: relative;
}
.popup .content .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  transition: all .1s ease-in-out;
}
.popup .content .close:hover{
  opacity: 1;
}
.popup .content .close:before, .popup .content .close:after{
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.popup .content .close:before{
  transform: rotate(45deg);
}
.popup .content .close:after{
  transform: rotate(-45deg);
}


/* Client shopping cart */
.items-in-cart-popup .content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.items-in-cart-popup .top{
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
.items-in-cart-popup .bottom{
  height: 150px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.items-in-cart-popup .remark-container{
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.items-in-cart-popup .remark-container .title{
  margin-right: 10px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.items-in-cart-popup .remark-container .remarks{
  width: calc(100% - 20px);
  height: 70%;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  color: #000;
  resize: none;
}
.items-in-cart-popup .total-container{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  padding-right: 25px;
}
.items-in-cart-popup .total-container .title{
  margin-right: 80px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.items-in-cart-popup .total-container .title:after{
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  width: 80px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}
.items-in-cart-popup .total-container .total{
  font-size: 18px;
  font-weight: bold;
}
.items-in-cart-popup .products-table{
  height: calc(100% - 220px);
}
.items-in-cart-popup .table-header{
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #DADFE3;
}
.items-in-cart-popup .table-header div{
  color: #344C64;
}
.items-in-cart-popup .col-control{
  width: 5%;
}
.items-in-cart-popup .col-id{
  width: 5%;
  font-size: 14px;
  color: #2F5D71;
}
.items-in-cart-popup .col-image{
  width: 10%;
}
.items-in-cart-popup .col-name{
  width: 30%;
  font-size: 12px;
}
.items-in-cart-popup .col-price{
  width: 10%;
  font-size: 12px;
  text-align: right;
}
.items-in-cart-popup .col-quantity{
  width: 20%;
  text-align: right;
}
.items-in-cart-popup .col-total-price{
  width: 20%;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
.items-in-cart-popup .table-header >div{
  font-size: 12px;
}
.items-in-cart-popup .product-list{
  overflow-y: scroll;
  height: calc(100% - 30px);
  padding: 5px 0; 
}
.items-in-cart-popup .product-list .item-record:nth-child(2n){
  background-color: #EFEFEF;
}
.items-in-cart-popup .popup-name{
  color: #2F5D71;
  font-size: 25px;
  font-weight: bold;
  width: 50%;
}
.items-in-cart-popup .controls{
  text-align: right;
  width: 50%;
  padding-right: 70px;
}
.items-in-cart-popup .oo_btn{
  /* border: 1px solid #2F5D71; */
  color: #2F5D71;
  padding: 10px 8px;
  /* border-radius: 10px; */
  cursor: pointer;
  box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.07);
  transition: all .1s ease-in-out;
  margin: 0 5px;
  background-color: #E2E2E2;
  font-size: 16px;
}
.items-in-cart-popup .oo_btn:hover{
  background-color: #2F5D71;
  color: #fff;
}

.items-in-cart-popup .oo_btn.disable{
  pointer-events: none;
  /* cursor: not-allowed; */
}

@media screen and (min-width: 993px) {
  .left-side {
    top: 60px;
  }
  .left-side.clients-menu{
    /* top: 80px; */
  }
  .left-side.collapse-left {
    left: -250px;
  } 
  .left-side {
    top : 60px;
  }
  .right-side.strech {
    margin-left : 60px;
  }
  .left-side.collapse-left {
    left : -300px;
  }
}







@media screen and (max-width: 992px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -250px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -250px;
  }
  .row-offcanvas-right {
    right: 250px;
  }
  .right-side {
    margin-left: 0;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    left: -250px;
  }
  body.fixed .row-offcanvas-left .navbar {
    left: 250px;
    right: 0;
  }
  body.fixed .row-offcanvas-left .sidebar-offcanvas {
    left: 0;
  }
  .row-offcanvas-left {
    left : 260px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left : -260px;
  }
  .right-side {
    margin-left: 60px;
  }
  .sidebar{
    margin-top: 60px;
  }
  .left-side.clients-menu .sidebar{
    margin-top: 80px;
  }
}

@media screen and (max-width: 769px){
  .client-company-info-container{
    width: calc(100% - 100px);
  }
  .client-company-info-container .company-name span{
    font-size: 12px;
  }
  .client-company-info-container .name{
    display: block;
  }
  .client-company-info-container .name span{
    font-size: 12px;
  }
  .header.client .navbar-right{
    width: 80px;
  }
  .header.client .navbar-right .name{
    display: none;
  }
}