@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 1280px) {
.order-suc-btn {
    font-size: 11px;
}
.search-choice-close {
    position: absolute !important;
    top: 8px !important;
    right: 3px !important;
    display: block !important;
    width: 12px ! important;
    height: 12px !important;
    background: url('chosen-sprite.png') -42px 1px no-repeat !important;
}

}

@media screen and (max-width : 1200px) {
.top-left-dash-menu {
  display: block;
  width: 25px;
  height: 25px;
  position: fixed;
  left: 15px;
  top: 25px;
  z-index: 9999;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.top-left-dash-menu span {
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.top-left-dash-menu span::after{
  height: 1px;
  width: 25px;
  position: absolute;
  background: #000;
  content: '';
  left: 0;
  top: 8px;
  transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.top-left-dash-menu span::before{
  height: 1px;
  width: 25px;
  position: absolute;
  background: #000;
  content: '';
  left: 0;
  top: -8px;
  transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.open_left_dash .top-left-dash-menu span{
    width: 0;
}
.open_left_dash .top-left-dash-menu span::before{
    transform: rotate(45deg);
    top:0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;

}
.open_left_dash .top-left-dash-menu span::after{
    transform: rotate(-45deg);
    top:0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.open_left_dash .bot-nav {
    left: 0;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
 .open_left_dash .top-left-dash-menu {
    left: 220px;
    border-radius: 0 3px 3px 0;
    box-shadow:inset 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
   -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
 .open_left_dash .logo {
    padding-left: 240px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
.logo {
    padding-left: 50px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.bot-nav > ul > li:hover > .sub-menu{
  z-index: 99;
}
.open_left_dash .bot-nav ul li {
    display: block;
}
.bot-nav > ul > li:hover > .sub-menu.sub-menu-right {
    left: 0;
}
.bot-nav {
    width: 320px;
    position: fixed;
    overflow: hidden;
    background: #fff;
    left: -100%;
    height: 100%;
    top: 0px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
} 
.same-size-cust .col-sm-2 {
    width: 50%;
}
.same-size-cust-sales .col-sm-2 {
    width: 50%;
}

}


@media screen and (max-width : 1024px) {

}
@media screen and (min-width : 992px) and (max-width : 1024px) {
/*--customer listing--*/
.table-data-block {
  padding: 0 !important;
}
.filter-controls {
  display: block !important;
}
ul.select-bx > li {
  width: 25% !important;
}
/*---portfolio block--*/ 
#portfoliolist .col-sm-6 {
  width: 50%;
}
ul.product-price li {
  font-size: 12px;
}
#place_order.pull-right {
    float: left !important;
    margin-top: 7px;
}

}


@media screen and (min-width : 768px) and (max-width : 1024px) {
/** 15/3/2019 mahesh ***/
.user-profiles:hover .innter-nav-drop {
  right: 30px;
  visibility: hidden;
  opacity: 0;
}
.display-innter-nav-drop .innter-nav-drop, .display-innter-nav-drop .user-profiles:hover .innter-nav-drop {
    right: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.theme2 .prod-captions {
    bottom: 0px !important;
    visibility: visible;
    opacity: 1;
}
.theme1 .prod-captions {
    top: 0px !important;
    visibility: visible;
    opacity: 1;
}
.theme1 .prod-captions li {
  margin-bottom: 7px;
}


.mh-catlog .mh-catlog-drp {
    width: 30%;
    float: left;
}
.mh-catlog .mh-catlog-searchbox {
    width: 50%;
}
.mh-catlog .mh-catlog-drp .dropdown .btn.btn-default {
    width: 100% !important;
}
.mh-catlog .dropdown-menu{
  min-width: 100% !important;
}

.mh-catlog .main-brd-prd-lst {
  width: 550px;
}
.mh-catlog .m-prd-imgse {
    height: 600px !important;
}


.product-details-fix .modal-dialog {
    width: 650px;
    margin: 15px auto;
}



.prod-grid > ul > li{
  width: 33.33%;
  padding: 0 !important;
}
.table-cart {
    height: 270px;
}
.inner-prod-det {
    width: 90%;
}
.customer-profile-page {
    padding: 80px 60px 0 !important;
}
.form-horizontal .control-label {
  font-size: 10px !important;
}
/*.address-opt {
    height: 220px;
    overflow-y: auto;
}*/
.address-inters .col-sm-4 {
    width: 50%;
}

.change-add-anc{
  padding: 5px 7px;
}
.prod-imgs-fix > a {
    height: 160px;
}
.h-heading label {
    font-size: 12px;
}
.cust-table {
    height: auto;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}




.logo img {
    width: 170px;
}
.top-left-dash-menu {
    top: 20px;
}
.top-nav {
    padding: 10px 10px 5px;
}
.bot-nav {
    width: 220px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.left-filter-order {
    top: -42px;
    width: 200px;
    z-index: 99999 !important;
}
.main-view-sec {
    padding-top: 80px;
}
.oder-grid{
  padding-left: 215px;
}
.all-tabels-cust .btn.btn-primary {
    margin-bottom: 3px;
}
.inter-new-ord h4 {
    padding: 5px;
    font-size: 14px;
    text-align: left;
}
.inter-new-ord .control-label {
    font-size: 10px !important;
}
 .chosen-drop {
    width: 180px !important;
}
.order-theme-table .nav > li > a {
    padding: 5px 10px;
}
.customer-list-tbody .label.label-primary {
    margin-bottom: 3px !important;
    display: inline-block;

}
.prod-images-table {  
    height: 50px;
    width: 50px;
}
.left-filter-order .chosen-container-single .chosen-single {
    height: 24px;
    line-height: 24px;
}
.filer-int-scroll .form-control {
    height: 25px;
}
.chosen-container-single .chosen-single span {
    font-size: 11px;
}
.chosen-container .chosen-results li{
    font-size: 11px; 
}
.order-suc-btn {
    font-size: 11px;
}
.btn {
    padding: 4px 8px;
}
.admin-profile-page {
    padding: 110px 30px 0;
    padding-left: 30px !important;
}
.sales-wishlist-product ul li {
    width: 25%;
}
.table-csut-img-prods {
    width: 60px;
}
.upload-file-panel .panel{
  width: 90%;
  margin: 0 auto;
}
/*.order-detailschart canvas{
  height: 300px;
  width: 100%;
}*/
.order-detailschart {
    padding: 0 10px 10px;
    height: 100%;
}
.order-theme-table .all-tabels-cust {
/*    margin: 0px;
    padding: 0px;*/
    overflow-x: scroll !important;
    white-space: nowrap;
    width: 100%;
}
.custom-fixers .cust-all-style {
    height: 450px;
}
.inventory-block .inventrory-togg {
    top: -35px;
}
.inventory-block .new-item-btn {
    top: -35px;
}

.cust-acord .panel-title span:nth-child(2) {
    width: 20%;
    padding-left: 10px;
}
.cust-acord .panel-title {
    font-size: 11px;
}
.remove-item-order{
  margin-bottom: 3px;
}



/*---banner---*/
.logo img {
  width: 200px;
}
.top-bar .fa-shopping-basket {
  padding-right: 10px;
}
span.counter {
  right: 0;
}
.view-contact {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
ul.response-view::after {
  border-bottom: 10px solid #184a70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  left: 5%;
  position: absolute;
  top: -10px;
}
ul.response-view {
  background: #184a70 none repeat scroll 0 0;
  border-radius: 5px;
  left: 25px;
  max-width: 200px;
  min-width: 150px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 44px;
  transition: all 300ms ease-in 0s;
  visibility: hidden;
}
.view-contact:hover + .response-view {
  opacity: 1;
  visibility: visible;
}
.response-view li {
  display: block;
  float: none !important;
  padding: 0 10px !important;
  width: 100%;
}
.response-view li a {
  width: 100%;
  float: none !important;
  padding: 5px 0 !important;
} 
.banner-caption {
  right: 0;
  width: 80%;
  margin:0px auto;
}
h1.banner-heading {
  font-size: 50px;
  margin: 15px 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  font-size: 22px !important;
  height: 40px;
  line-height: 35px !important;
  width: 40px;
}
.banner:hover .owl-prev {
  left: 15px !important;
}
.banner:hover .owl-next {
  right: 15px !important;
}
.btn.shop-btn {
  font-size: 16px;
  margin: 20px 0 0;
  padding: 8px 25px;
}
/*---footer--*/
.cust-input-group .form-control {
  font-size: 11px;
  padding: 6px;
}
/*--Dashboard--*/
.maintain-dashbord {
  width: 50%;
  margin: 0 0 30px;
}
.progress-chart {
  padding: 50px 0 0;
  width: 100%;
}
.dash-logo {
  padding: 10px 0 0 15px;
  width: auto;
}
.dash-nav {
  padding: 15px 15px 0 0;
}
.dash-nav > ul > li a {
  padding: 0;
}
.status-dash .inters-details::after {
  right: 15px;
}
/*---dashboard page start--*/
.card-content > p {
  font-size: 18px;
  line-height: 22px;
}
/*---customer dashboard listing---*/
.table-data-block{
  position: relative;
}
.filter-bx {
  background-color: #184A70;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}

.table-data-block {
  padding: 40px 0 0;
}
ul.select-bx > li{
  width: 50%;
}
.filter-controls {
  display: none;
}
/*--login--*/
.custom-form {
  width: 60%;
}
.custom-form.registration {
  width: 80%;
}
p.view-calender-date {
  font-size: 12px;
  left: 10px;
  margin: 0 auto;
  padding: 5px 10px;
  right: 10px;
  top: -35px;
  width: 200px;
}
.customer-selection .select-bx > li {
  width: 100%;
} 
.added-product-list {
  padding: 80px 15px 15px !important;
  position: fixed !important;
  right: -100% !important;
  width: 400px;
  z-index: 100;
}
.open-selected-product .added-product-list {
  right: 0 !important;
}
.selected-product{
  top: 50px;
  z-index: 1000;
  right: 0 !important;
} 
.login-block .alert.alert-success {
  margin: 0 auto;
  position: relative;
  width: 80%;
  z-index: 1;
}
.w-l-item {
    width: 33.33%;
    float: left;
}
.dash-left-pannel {
	width: 25%;
}
.respo-btn {
	height: 40px;
	left: 160px;
	top: 60px;
}
.dashboard-content {
	padding-left: 25%;
}
.h-ordered li {
	float: left;
	padding: 0 15px;
	width: 33.33%;
}
.table-data-block .select-bx {
	margin-bottom: 15px;
}
}
@media screen and (max-width : 767px) {
/*****23/3/2019mahesh******/
.user-profiles:hover .innter-nav-drop {
  right: 30px;
  visibility: hidden;
  opacity: 0;
}
.display-innter-nav-drop .innter-nav-drop, .display-innter-nav-drop .user-profiles:hover .innter-nav-drop {
    right: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
} 
.custom-header .logo img {
    margin-left: 0px;
    width: 160px;
}
.top-left-dash-menu {
    left: 8px;
    top: 18px;
}
/****4-4-2019****/

  .log-box {
    width: 300px !important;
  } 
  .log-fealds {
    padding: 15px 10px !important;
  }
  .login-page::before {
    width: 100%;
  }
  .user-changes-sel {
    width: 300px;
  }
  .login-page.cust-side .user-changes-sel ul li {
    bottom: 15px !important;
  }
  .logo-img {
    width: 200px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px !important;
}
  .log-fealds h1 {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
}

/***catlog landing page start **/
.mh-catlog .main-brd-prd-lst {
    width: 100%;
    margin-top:0px;
}
.mh-catlog .mh-catlog-landing-heading h1 {
    font-size: 32px;
}
.mh-catlog .mh-catlog-img-head h1 {
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 2px;
    border-bottom: 1px solid #d5d5d5;
}
.mh-catlog .m-prd-imgse {
    height: 320px !important;
}
.mh-catlog .main-brd-prd-lst-inner h3 {
    font-size: 13px;
    bottom: 10px;
    right: 10px;
    text-transform: none;
}
.mh-catlog .mh-catlog-drp .dropdown .btn.btn-default {
    width: 100%;
    height: 35px;
}
.mh-catlog .dropdown-menu{
  min-width: 100% !important;
}
.mh-catlog .mh-catlog-searchbox input {
    height: 35px;
    margin-top: 10px;
}
.mh-catlog .mh-catlog-head.clearfix{
  top: 42px;
}
.mh-catlog .mh-catlog-drp {
  width: 100%;
}
.mh-catlog .mh-catlog-searchbox {
  width: 100%;
}
/***catlog landing page end **/



.customer-logo{
  width: 165px;
}
.customer-logo img {
  width: 145px;
}
.catlog-assignis-info .pull-right > li > a {
  padding: 8px 10px;
  font-size: 18px;
}
.customer-logo {
  padding: 7px 10px;
}




.customer-profile-img a img {
    width: 30px;
    height: 30px;
}
.brand-header .right-nav-brand ul > li > a {
    font-size: 18px;
}
.logo {
    padding-left: 0;
}
.brand-header .logo img {
    width: 140px;
}
.notify .heartbit {
    top: -30px;
    right: -8px;
    height: 25px;
    width: 25px;
}
.notify .point {
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: -2px;
    top: -25px;
}

.brand-banner{
  margin-top: 56px;
  margin-bottom: 0;
}
.ht-brand-img {
    height: 200px;
}

.theme1 .prod-captions {
  top: 0px;
  visibility: visible;
  opacity: 1;
}
.theme1 .prod-captions li {
  margin-bottom: 7px;
}

.log-box {
    width: 80%;
    margin-left: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.same-size-cust-sales .col-sm-2 {
    width: 100%;
}
.main-view-sec {
    padding-top: 80px;
}
.bot-nav {
    width: 220px;
}
.open_left_dash .logo {
    padding-left: 50px;
}
.admin-profile-page{
  padding: 10px;
  margin-top: 75px;
}
.order-theme-table .nav > li > a {
    padding: 5px 5px;
}
.left-filter-order {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    width: 320px;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 73px;
    z-index: 2;
}

.filter-head::after {
    content: '\f0b0 ';
    font-family: fontawesome;
    left: 18px;
    font-size: 16px;
    position: absolute;
    top: 4px;
    font-weight: 500;
}

.filter-head {
    position: fixed;
    left: 0px;
    top: 72px;
    cursor: pointer;
    padding: 5px 2px;
    font-size: 14px;
    width: 35%;
    background: #fff;
}
.left-filter-order {
    position: absolute;
    left: -100%;
    top: 0px;
    height: 100%;
    width: 320px;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 73px;
    z-index: 9999;
    transition: all 0.3s linear;-o-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}

.displayfilter .left-filter-order {
    left: 0;
    transition: all 0.3s linear;-o-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;
}
/*.displayfilter .filter-head::after{
  content: 'close';
  position: absolute;
}*/
.filer-int-scroll {
    top: 110px;
}
.sales-wishlist-product ul li {
    width: 100%;
}
.bread-head.clearfix {
    margin-top: 30px;
    margin-left: 20px;
}
.oder-grid {
    padding-left: 0;
}
.fix-footer-navs .col-sm-6 {
  width: 50% !important;
  float: left;
}
.fix-footer-navs .col-sm-6 .btn {
    padding: 6px 6px !important;
}
.all-tabels-cust {
    height: 300px;
    overflow-y: auto;
}
.cust-table {
    height: 200px;
}




.logo img {
  width: 180px;
}
/*--Banner--*/
.banner{
  margin: 94px 0 0;
}
.banner-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
h1.banner-heading {
  border-left: 5px solid #fff;
  font-size: 32px;
  margin: 15px 0;
  padding-left: 10px;
}
.btn.shop-btn {
  padding: 5px 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  font-size: 16px !important;
  height: 25px;
  line-height: 23px !important;
  width: 25px;
}
.banner:hover .owl-prev {
  left: 0 !important;
}
.banner:hover .owl-next {
  right: 0 !important;
}
.view-contact {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
ul.response-view::after {
  border-bottom: 10px solid #184a70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  left: 5%;
  position: absolute;
  top: -10px;
}
ul.response-view {
  background: #184a70 none repeat scroll 0 0;
  border-radius: 5px;
  left: 25px;
  max-width: 200px;
  min-width: 150px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 44px;
  transition: all 300ms ease-in 0s;
  visibility: hidden;
}
.view-contact:hover + .response-view {
  opacity: 1;
  visibility: visible;
}
.response-view li {
  display: block;
  float: none !important;
  padding: 0 10px !important;
  width: 100%;
}
.response-view li a {
  width: 100%;
  float: none !important;
  padding: 5px 0 !important;
} 
/*---login--*/
.login-block {
  overflow: auto;
}
.login-block::after {
  position: fixed;
}
.custom-form {
  width: 90%;
  padding: 15px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  transform: translate(0, 0);
}
.custom-form.registration {
  width: 90%;
}
.registration .form-group {
  float: none;
  width: 100%;
}
.form-logo{
  display: none;
}
.btn.submit-btn {
  height: 40px;
}
.dash-nav {
  float: right;
  padding: 15px 0 0;
}
.dash-logo {
  padding: 10px 0 0 10px;
  width: auto;
}
.dash-logo > a {
  font-size: 20px;
}
.dash-logo img {
  /*width: 155px;*/
  width: 100px;
}
.status-dash .inters-details {
  max-width: 200px;
  padding: 0px 15px;
  min-width: 100px;
}
.dash-nav > ul > li a span img {
  width: 20px;
  height: 20px;
}
.status-dash .inters-details::after {
  right: 10px;
}
.dash-nav > ul > li a{
  font-size: 12px;
}
.dash-nav > ul > li a span img {
  margin: 0 0 0 5px;
}
/*---breadcrumb--*/
.breadcrumb-custom {
  padding: 0;
}
.dash-main-menu {
	background-color: #184a70;
	color: #ffffff;
	font-size: 22px;
	height: 30px;
	left: 15px;
	line-height: 30px;
	position: fixed;
	text-align: center;
	top: 100px;
	width: 30px;
	z-index: 101;
	cursor: pointer;
	transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	display: block;
}
.dash-left-pannel {
  left: -275px;
  opacity: 0;
  padding-top: 55px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 275px;
  max-height: 100%;
  overflow: auto;
  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;
  webkit-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;
}
.dashboard-content {
  padding: 0 15px 15px;
}
.dashboard-content {
	padding: 0;
	left: 0%;
	width: 93%;
	margin: 0px auto;
	right: 0%;
	overflow-x: hidden;
}
.dash-info-outers, .open-panel .dashboard-content, .table-toolbar {
	padding: 20px 0px;
}
.searcher-information {
	margin-top: 0px;
}
.open-menu .dash-left-pannel {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.open-menu .dash-main-menu {
  left: 275px;
}
/*---customer dashboard listing---*/
.table-data-block{
  position: relative;
}
.filter-bx {
  background-color: #184A70;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  display: none;
}
.table-data-block {
 /* padding: 40px 0 0;*/
  padding: 15px 0 0;
}
ul.select-bx > li{
  width: 50%;
}
.filter-controls {
  display: none;
}
/*--button block--*/
.h-cart-btn {
  font-size: 12px;
  height: 34px;
  width: 120px;
}
/*--home page start--*/
.main-header .logo > a {
  font-size: 20px;
}
.home-menu-btn {
  background-color: #184A70;
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  line-height: 28px;
  position: fixed;
  right: 10px;
  text-align: center;
  top: 53px;
  width: 30px;
  cursor: pointer;
}
.menu-bar {
  background-color: #184a70;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  right: 10px;
  top: 70px;
  width: 250px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;
}
ul.menu-bar::after {
  border-bottom: 10px solid #184a70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  right: 2%;
  position: absolute;
  top: -10px;
}
.menu-bar li {
  display: block;
  width: 100%;
}
.cust-nav .menu-bar a {
  color: #ffffff;
  display: block;
  line-height: 30px;
  margin: 0;
}
.open-home-menu .menu-bar {
  opacity: 1;
  visibility: visible;
  top: 48px;
}
/*dashboard page*/
.maintain-dashbord {
  margin: 0 0 30px;
  width: 100%;
}
.progress-chart {
  padding: 15px 0 0;
  width: 100%;
}
.dashboard-content {
	padding: 0px 0px 15px;
}  
.h-manage-width{
  width: 100%;
}
#list_products_filter > label .form-control {
  float: left;
  margin: 0 5px 0 0;
  width: 200px !important;
}
.table-responsive {
  border: 1px solid transparent;
  overflow-y: auto;
}
li.cart-op {
    margin-right: 5px;
}

.harsh-update-customer li {
  width: 100%;
}
.dash-main-menu .fa.fa-home {
  display: block;
}
.customer-selection .select-bx > li {
  width: 100%;
} 
.added-product-list {
  padding: 80px 15px 15px !important;
  position: fixed !important;
  right: -100% !important;
  width: 100%;
  z-index: 100;
}
.open-selected-product .added-product-list {
  right: 0 !important;
}
.selected-product{
  top: 50px;
  z-index: 1000;
  right: 0 !important;
} 
.login-block .alert.alert-success {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 10;
}
.breadcrumb-custom {
	background-color: #f5f5f5;
	padding: 0 20px;
	margin: 0px 0 0;
}
.table-bordered {
	border: 1px solid #ddd !important;
}
.w-l-item {
	width: 50%;
	float: left;
}
.h-ordered li {
	float: left;
	padding: 0 18px;
	width: 33.33%;
}
.table-style {
	width: 100%;
	overflow-x: auto;
	min-height: 130px;
}
	.select-bx .form-control.btn.btn-searching{
		width:100%;
	}
} 
@media screen and (min-width : 480px) and (max-width : 767px) {
}
@media screen and (max-width : 479px) { 

.customer-selection .select-bx > li {
  width: 100%;
} 
.added-product-list {
  padding: 80px 15px 15px !important;
  position: fixed !important;
  right: -100% !important;
  width: 100%;
  z-index: 100;
}
.open-selected-product .added-product-list {
  right: 0 !important;
}
.selected-product{
  top: 50px;
  z-index: 1000;
  right: 0 !important;
} 
#list_products_filter > label {
	text-align: left;
	float: left;
}
.button-fixed-blk .btn.backed-btn {
	right: 22px;
	position: fixed;
	bottom: 18px;
}
.w-l-item {
	width: 85%;
	float: none;
	margin: 0px auto;
	/* position: relative; */
	/* left: 0px; */
	/* right: 0px; */
	/* text-align: center; */
}
.h-ordered li {
	float: none;
	padding: 0 15px;
	width: 95%;
	margin: 0px auto;
	/* padding: 0px; */
}
.select-bx .form-control.btn.btn-searching{
		width:100%!important;
	}
}

