/********************************************
    Mixins
*********************************************/
/********************************************
    Responsive Typography
*********************************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*
    ///Global
*/
html, body {
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch !important;
}

.validate-error {
  border: 1px solid red !important;
}

.validate-error-message {
  position: absolute;
  right: 10px;
  font-size: 10px;
  bottom: 2px;
  color: red;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-to-top {
  bottom: 15px;
  right: 15px;
  left: unset !important;
  border: 1px solid #000000;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  z-index: 99;
  cursor: pointer;
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

/*
    ///Breadcrumb
*/
.breadcrumb-container .breadcrumb {
  background: none;
  padding: 1.25rem 0px 0.5rem 0;
}

/*
    ///Page Title
*/
.page-title {
  padding: 2rem 0 1rem 0;
}
.page-title {
  font-size: 22px;
}
@media (min-width: 400px) and (max-width: 1000px) {
  .page-title {
    font-size: calc( 22px + 20 * (100vw - 400px) / 600 );
  }
}
@media (min-width: 1000px) {
  .page-title {
    font-size: 42px;
  }
}
.page-title.category-title {
  padding: 1rem 0 1rem 0;
}

/*
    ///Product Message
*/
.product-message {
  display: flex;
  align-items: center;
  padding: 35px 15px;
  position: relative;
  background: #ffffff !important;
  box-shadow: 0 0 5rem 0 gray;
  border: none !important;
  justify-content: center;
}
.product-message.alert-success {
  color: #000000;
}
@media screen and (max-width: 667px) {
  .product-message {
    padding: 12px 15px 12px 95px;
  }
}
.product-message.alert-success {
  cursor: pointer;
}
.product-message span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  opacity: 0.78;
}
.product-message span i {
  font-size: 30px;
}
@media (min-width: 400px) and (max-width: 1000px) {
  .product-message span i {
    font-size: calc( 30px + 20 * (100vw - 400px) / 600 );
  }
}
@media (min-width: 1000px) {
  .product-message span i {
    font-size: 50px;
  }
}
.product-message h4 {
  margin: 0px;
}

/*
    ///Floating Labels
*/
.checkout-form .form-group, .f-label .form-group, .floating-labels-wrap .form-group {
  position: relative;
}
.checkout-form label:not(.form-check-label), .f-label label:not(.form-check-label), .floating-labels-wrap label:not(.form-check-label) {
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 4px;
  padding: 0 0.75rem;
  z-index: 1;
  -webkit-user-select: none;
          user-select: none;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s ease-out;
  text-transform: capitalize;
}
.checkout-form input, .checkout-form select, .checkout-form textarea, .f-label input, .f-label select, .f-label textarea, .floating-labels-wrap input, .floating-labels-wrap select, .floating-labels-wrap textarea {
  margin-bottom: 0px;
  transition: all 0.2s ease-out;
}
.checkout-form input[type=text], .checkout-form input[type=email], .checkout-form input[type=password], .checkout-form select, .f-label input[type=text], .f-label input[type=email], .f-label input[type=password], .f-label select, .floating-labels-wrap input[type=text], .floating-labels-wrap input[type=email], .floating-labels-wrap input[type=password], .floating-labels-wrap select {
  height: 50px;
}
.checkout-form select, .f-label select, .floating-labels-wrap select {
  height: 55px;
}
.checkout-form .floating-label, .checkout-form.floating-label, .f-label .floating-label, .f-label.floating-label, .floating-labels-wrap .floating-label, .floating-labels-wrap.floating-label {
  position: relative;
}
.checkout-form .floating-label label, .checkout-form.floating-label label, .f-label .floating-label label, .f-label.floating-label label, .floating-labels-wrap .floating-label label, .floating-labels-wrap.floating-label label {
  opacity: 0.5;
  transform: none;
}
.checkout-form .floating-label input, .checkout-form .floating-label select, .checkout-form .floating-label textarea, .checkout-form.floating-label input, .checkout-form.floating-label select, .checkout-form.floating-label textarea, .f-label .floating-label input, .f-label .floating-label select, .f-label .floating-label textarea, .f-label.floating-label input, .f-label.floating-label select, .f-label.floating-label textarea, .floating-labels-wrap .floating-label input, .floating-labels-wrap .floating-label select, .floating-labels-wrap .floating-label textarea, .floating-labels-wrap.floating-label input, .floating-labels-wrap.floating-label select, .floating-labels-wrap.floating-label textarea {
  padding-top: 28px;
  padding-bottom: 0.5em;
}
.checkout-form .floating-label input::placeholder, .checkout-form .floating-label select::placeholder, .checkout-form .floating-label textarea::placeholder, .checkout-form.floating-label input::placeholder, .checkout-form.floating-label select::placeholder, .checkout-form.floating-label textarea::placeholder, .f-label .floating-label input::placeholder, .f-label .floating-label select::placeholder, .f-label .floating-label textarea::placeholder, .f-label.floating-label input::placeholder, .f-label.floating-label select::placeholder, .f-label.floating-label textarea::placeholder, .floating-labels-wrap .floating-label input::placeholder, .floating-labels-wrap .floating-label select::placeholder, .floating-labels-wrap .floating-label textarea::placeholder, .floating-labels-wrap.floating-label input::placeholder, .floating-labels-wrap.floating-label select::placeholder, .floating-labels-wrap.floating-label textarea::placeholder {
  color: #ffffff;
  opacity: 0;
}
.checkout-form .floating-label span, .checkout-form.floating-label span, .f-label .floating-label span, .f-label.floating-label span, .floating-labels-wrap .floating-label span, .floating-labels-wrap.floating-label span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*
    ///mobile/tablet menu
*/
@media screen and (max-width: 1199px) {
  .main-menu .navbar-collapse {
    position: fixed;
    right: 0;
    top: 120px;
    height: calc(100% - 120px) !important;
    background: #ffffff;
    overflow: auto;
    width: 350px;
    transition: all 0.25s ease-in-out !important;
    transform: translateX(110%);
    padding: 15px;
  }
  .main-menu .navbar-collapse.show {
    transform: translateX(0);
  }
}
@media screen and (max-width: 667px) {
  .main-menu .navbar-collapse {
    width: 100% !important;
  }
}

/*
    ///Header
*/
header .standard-menu-toggler .hamburger-box {
  width: 40px !important;
}
header .search-bar {
  background: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
}
header .search-bar input {
  border: none;
  border-bottom: 2px solid #e6e6e6 !important;
  border-radius: 0px;
  background: none !important;
  box-shadow: none !important;
  font-size: 30px;
  color: #333333 !important;
}
header .search-bar input::placeholder {
  color: #e6e6e6;
  opacity: 0.5;
}
header .search-bar i {
  color: #333333;
  font-size: 25px;
}

/*
    ///Home
*/
.home-carousel .slider-container {
  position: absolute;
  height: calc(100% - 15%);
  width: calc(100% - 15%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
    ///Category
*/
.side-cat-menu-wrap {
  padding: 0 0 0 0;
}
.side-cat-menu-wrap h3 {
  padding-bottom: 1rem;
}

.side-cat-menu {
  /*border: 2px solid #ddd;*/
  padding-top: 0px;
  border-radius: 7px;
}
.side-cat-menu .nav-pills {
  width: 100%;
}
.side-cat-menu .d-lg-block {
  /*border-radius: 5px 5px 0px 0px;
  background-color: cornflowerblue;*/
  margin-left: -15px;
  margin-right: -15px;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  /*color: #fff;*/
}
.side-cat-menu .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.side-cat-menu .nav-item :nth-child(even):not(.open) {
  background: RGBA(245, 245, 255, 1);
}
.side-cat-menu .nav-link {
  padding: 4px;
  display: inline-block;
  font-size: 14px;
  width: 90%;
}
.side-cat-menu .flex-column > .parent > .nav-link {
  font-size: 14px;
  /*font-weight: bold;*/
  max-width: 250px;
}
.side-cat-menu .open {
  float: right;
  font-size: 20px;
  margin-right: 8px;
}
.side-cat-menu .sub-menu {
  padding-left: 10px;
}
.side-cat-menu .sub-menu .nav-item {
  display: block;
  width: 100%;
}
.side-cat-menu .sub-menu .parent > .nav-link {
  /*font-weight: bold;*/
}
.side-cat-menu .sub-menu-2 {
  padding-left: 10px;
}
.side-cat-menu .sub-menu-2 .nav-link {
  font-weight: normal;
}
.side-cat-menu .nav-item.active {
  background-color: lightgoldenrodyellow !important;
}
.side-cat-menu .nav-item.active .nav-item {
  background-color: unset;
}
.side-cat-menu .nav-pills .sub-menu {
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
  margin-top: 10px;
}
.side-cat-menu .nav-pills .sub-menu-2 {
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  margin-top: 10px;
}

.cat-item-wrap .cat-img {
  height: 280px;
  margin: 1rem 0;
  background: #ffffff;
  font-size: 20px;
}
.cat-item-wrap .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.navbar-brand.d-block {
  color: #888;
  font-size: 20px;
  margin: 5px;
}

.cat-item-wrap img {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.34);
}

.cat-item-wrap h2 {
  font-size: 24px;
}

.cat-item-wrap {
  margin-bottom: 20px;
}

/*.owl-stage-outer {
        padding: 20px;
    }*/
.paginate-block {
  position: relative;
  padding-bottom: 15px;
}
.paginate-block .divLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 5%;
}
.paginate-block .divLoader span {
  display: block;
  text-align: center;
}
.paginate-block .divLoader span {
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1000px) {
  .paginate-block .divLoader span {
    font-size: calc( 20px + 22 * (100vw - 400px) / 600 );
  }
}
@media (min-width: 1000px) {
  .paginate-block .divLoader span {
    font-size: 42px;
  }
}

.user-welcome a {
  cursor: initial;
}
.user-welcome a:hover {
  background-color: initial !important;
}

.pagination .total-items {
  cursor: initial;
}
.pagination .page-link.total-items:hover {
  background-color: initial;
  border-color: #dee2e6;
}

.cat-product-image .product-image {
  height: 280px;
  margin: 1rem 0;
  background: #ffffff;
}
.cat-product-image .product-image img {
  /*width: 100%;
      height: 100%;*/
  object-fit: contain;
  object-position: center center;
}

/*
    ///Product
*/
@media screen and (max-width: 667px) {
  .product .product-carousel > div {
    flex-wrap: wrap;
  }
}
.product-owl-wrap {
  width: calc(100% - 90px);
}
@media screen and (max-width: 667px) {
  .product-owl-wrap {
    width: 100%;
  }
}
.product-owl-wrap .product-owl {
  background: #ffffff;
}
.product-owl-wrap .product-owl .item {
  height: 400px;
}
.product-owl-wrap .product-owl .item img {
  height: 100%;
  max-width: 100%;
  width: unset !important;
  margin: auto;
}
.product-owl-dot-wrap {
  width: 80px;
}
@media screen and (max-width: 667px) {
  .product-owl-dot-wrap {
    width: 100%;
  }
}
.product-owl-dot-wrap .owl-dot {
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  background: #ffffff;
}
@media screen and (max-width: 667px) {
  .product-owl-dot-wrap .owl-dot {
    float: left;
    width: calc(100% / 4);
  }
}
.product-owl-dot-wrap .owl-dot a {
  display: block;
  padding: 0.5rem;
}
.product-owl-dot-wrap .owl-dot img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.product .price-add-group, .product .addtocart-group {
  border-top: 2px solid #e4e4e4;
  padding-top: 1rem;
}
.product .price-add-group .number-spinner button, .product .addtocart-group .number-spinner button {
  border: 1px solid #000000;
  border-radius: 0px;
  color: #000000;
  transition: all 0.25s ease-in-out;
  box-shadow: none !important;
}
.product .price-add-group .number-spinner button:hover, .product .price-add-group .number-spinner button:active, .product .price-add-group .number-spinner button:focus, .product .addtocart-group .number-spinner button:hover, .product .addtocart-group .number-spinner button:active, .product .addtocart-group .number-spinner button:focus {
  background: #000000;
  color: #ffffff;
}
.product .price-add-group .number-spinner input, .product .addtocart-group .number-spinner input {
  margin: 0 -1px;
  background: #ffffff;
}
.product .price-add-group label, .product .addtocart-group label {
  font-size: 14px;
  font-weight: bold;
}
.product .price-add-group .price-item .prod-price, .product .addtocart-group .price-item .prod-price {
  font-weight: bold;
}

.related-products .owl-stage-outer {
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .related-products .owl-stage-outer {
    display: block;
  }
}

.product-img-wrapper {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 75%;
}
.product-img-wrapper > img {
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/*
    ///checkout
*/
.order-table-mini-summary {
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: portrait) {
  .order-table-mini-summary {
    display: flex !important;
  }
}
@media screen and (max-width: 667px) {
  .order-table-mini-summary {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
  .order-table {
    display: block !important;
  }
}
@media screen and (min-width: 1199px) and (orientation: landscape) {
  .order-table {
    display: block !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: landscape) {
  .order-table {
    display: block !important;
  }
}
.order-table.has-blocker::after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.order-table.has-blocker > .fa-spinner {
  font-size: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 10%;
  width: 50px;
  display: block !important;
  z-index: 2;
}
.order-table .cartterms input {
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) and (orientation: portrait) {
  .checkout-form-table-wrap .order-table-wrap, .checkout-form-table-wrap .order-table-summary-wrap, .checkout-form-table-wrap .checkout-form-wrap, .checkout-form-table-wrap .checkout-table-wrap {
    width: 100%;
    flex: 100%;
    max-width: unset;
  }
}
.checkout-form-table-wrap.checkout-in-progress {
  display: flex;
  flex-wrap: wrap;
}
.checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap {
  display: block !important;
}
.checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form {
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form input, .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form select, .checkout-form-table-wrap.checkout-in-progress .checkout-form-wrap .checkout-form textarea {
  background: #fafafa;
}
.checkout-form-table-wrap.checkout-in-progress .order-table-wrap, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout {
  display: none;
}
.checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-info-extra, .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-actions, .checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-price, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-info-extra, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-actions, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-price {
  display: none !important;
}
.checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-qty, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-qty {
  position: relative;
}
.checkout-form-table-wrap.checkout-in-progress .order-table-wrap .order-line-qty input, .checkout-form-table-wrap.checkout-in-progress .order-summary-checkout .order-line-qty input {
  width: 50px !important;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
}
.checkout-form-table-wrap.checkout-in-progress .order-table-summary-wrap {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
.checkout-form-table-wrap.checkout-in-progress .order-table-payment {
  display: block !important;
}
.checkout-form-table-wrap:not(.checkout-in-progress) .checkout-table-wrap {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100%;
}
.checkout-form-table-wrap .payment-tabs-wrap .tab-pane {
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.order-table-wrap .order-line {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
  margin-bottom: 5px;
}
.order-table-wrap .order-line-info {
  width: calc(100% - 100px);
}
.order-table-wrap .order-line-info .row {
  margin: 0px;
}
.order-table-wrap .order-line-actions a {
  font-size: 14px;
  color: #999999;
  padding: 2px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.order-table-wrap .order-line-actions a:hover, .order-table-wrap .order-line-actions a:active, .order-table-wrap .order-line-actions a:focus {
  color: #000000;
  border-bottom: 1px solid black;
}

.order-thanks-wrap .order-thanks-summary-item {
  width: 100%;
  flex: 100%;
  margin-bottom: 15px;
  max-width: unset;
}

.btn-scrolltotop {
  height: 50px;
  width: 50px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  background: #000000;
  overflow: hidden;
  z-index: 99999999;
  font-size: 35px !important;
  line-height: 42px !important;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
}
.btn-scrolltotop .fa.fa-angle-up {
  margin: auto;
}

#tradeOrderUtil input[type=text], #tradeOrderUtil input[type=search] {
  height: auto !important;
}

/***************************************
    Trade landing
***************************************/
.add-to-cart-btn-wrap {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 9;
}
.add-to-cart-btn-wrap .col-xs-12 > div {
  padding: 25px 15px;
  overflow: hidden;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #8d8d8d;
}

.trade-cat-products {
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 15px;
}
.trade-cat-products .addtocart-group {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.trade-cat-products .addtocart-group:last-child {
  border: none !important;
  margin-bottom: 0px;
}
.trade-cat-products h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.trade-cat-products h3 a {
  font-size: 16px;
  color: #666666;
}

.trade-landing .nav {
  display: block;
}

.trade-landing-add-to-cart-btn-wrap {
  padding: 20px;
  float: right;
}

.typeahead-list {
  position: absolute;
  top: 60px;
  border: 1px solid #ccc;
  z-index: 999;
  background-color: white;
}

.typeahead-list-items {
  overflow-y: auto;
  overflow-x: hidden;
}
.typeahead-list-items input {
  padding: 0px !important;
}

.typeahead-list-items::-webkit-scrollbar {
  width: 12px;
}

.typeahead-list-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.typeahead-list-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.typeahead-list .typeahead-item {
  padding: 10px 5px;
  border: 0.5px solid #eee;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin: 0px !important;
}

.typeahead-list .typeahead-item img {
  max-height: 80px;
  mix-blend-mode: multiply;
}

.typeahead-list .typeahead-item .title {
  color: #4bade9;
  font-size: 18px;
}

.typeahead-list .typeahead-item .pcode {
  color: #888;
  font-size: 10px;
}

.typeahead-list .typeahead-item:hover {
  background-color: aliceblue;
}

.btn-typeahead-cancel {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: black;
  cursor: pointer;
}

.btn-typeahead-cancel:hover {
  color: #4bade9;
}

.typeahead__header {
  font-weight: bold;
  padding: 17px 10px;
  border-bottom: 0.5px solid #eee;
}

.typeahead__footer {
  padding: 17px 10px;
  border-top: 0.5px solid #eee;
}

.padding-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.jconfirm-box #frmAddress button[type=submit] {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: hidden;
}

#frmAddress .row {
  margin-top: 15px;
}

.product-filters {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.product-filters h3 {
  font-weight: 700;
}
.product-filters .btn {
  border-radius: 0 !important;
}
.product-filters .product-filters-wrapper .btn-group {
  margin-right: 10px;
}
.product-filters .row {
  margin: 0;
}
.product-filters .row .btn-wrapper-outter {
  justify-content: flex-end;
}
.product-filters-wrapper {
  padding: 15px;
}
.product-filters .filter-group-item a.dropdown-toggle-type {
  display: flex;
  justify-content: space-between;
}
.product-filters .filter-group-item a.dropdown-toggle-type:after {
  display: none !important;
}
.product-filters .filter-group-item .filter-group-items li {
  display: block;
  width: 100%;
}
.product-filters .filter-group-item .filter-group-items li .checkbox label {
  display: block;
  cursor: pointer;
}
.product-filters .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-clip: padding-box;
}
.product-filters .dropdown-menu.show {
  display: block;
}
@media screen and (max-width: 667px) {
  .product-filters {
    padding: 2px 15px;
    margin-bottom: 5px;
  }
  .product-filters .btn-link {
    padding: 2px;
  }
  .product-filters-wrapper {
    display: none;
  }
  .product-filters .btn-toolbar {
    margin-top: 15px;
  }
}
.product-filters h3 {
  margin: 5px 0px;
}
@media screen and (max-width: 667px) {
  .product-filters h3 {
    font-size: 16px;
  }
}
.product-filters-wrapper {
  padding-top: 15px;
}
.product-filters .filter-group {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.product-filters .filter-group .clear-filter {
  border-radius: 0 !important;
}
.product-filters .filter-group-item {
  width: calc(100% - 35px);
  border: 1px solid #ddd;
  padding: 10px 15px 15px 15px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  float: left;
}
.product-filters .filter-group-item a {
  font-size: 14px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.product-filters .filter-group-item a i {
  padding-top: 5px;
  float: right;
}
.product-filters .filter-group-item .dropdown-menu {
  left: 0;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}
.product-filters .filter-group-item ~ .clear-filter {
  width: 35px;
  float: left;
  border: 1px solid #ddd;
  height: 50px;
  padding: 0px;
  text-align: center;
  position: relative;
  left: -1px;
  color: #ddd;
}
.product-filters .filter-group-item ~ .clear-filter:not(.disabled) {
  color: #777;
}
.product-filters .filter-group .filter-count {
  margin: 0 5px;
}
.product-filters .filter-group-items {
  width: 100%;
}
.product-filters .filter-group-items ul {
  padding: 0 15px;
  max-height: 250px;
  overflow: auto;
}
.product-filters .filter-group-items ul span {
  font-size: 14px;
}

.rep-customer-list {
  margin-top: 15px;
}

.rep-customer-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px !important;
}

.rep-customer-list-container {
  max-height: 280px;
  overflow: auto;
}

@media (max-width: 768px) {
  .typeahead-list {
    min-width: 120%;
  }

  .pagination .total-items {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .side-cat-menu {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .side-cat-menu .d-lg-block {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media screen and (max-width: 576px) {
  .search {
    max-height: 0px;
    overflow: hidden;
    transition: max-height linear 0.3s;
  }

  .main-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
  .main-header .head-inner-wrap {
    box-ordinal-group: 2;
  }
}
/*# sourceMappingURL=standard.css.map */