@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
:root {
    --bs-blue: #0dcaf0;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #008AF3;
    --bs-secondary: #0f0f0f;
    --bs-success: #22B43D;
    --bs-light-green: #d5fcdc;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #de0b20;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;  
  }
body {
    background-color: #F5F5F5;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
}

.navigation {
    background: #fff;
    padding: 20px 0;
  }

 .btn_sign_in {
    padding: 8px 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  }
  .btn-secondary {
    background-color: #111111;
    border-color: #111111;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }  
  .btn-primary {
    background-color: #008AF3;
    border-color: #008AF3;
  }
  .navbar-margin{margin-left: auto !important;}

  /* Header Start */
  .bg-white {    
    background-color: rgba(#fff, 1) !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .d-flex {
    display: flex !important;
  }

  /* Header End */

  /*Footer*/
  .footer {
    background: #141414;
    text-align: center;
    padding: 60px 0;
  }
  .copyright{color: #fff;}

  /* BODY */
  
  .padding-login-box{padding-bottom:10%!important;}
  .padding-top-10{padding-top:20px!important;}

  .body-area h2 {
    font-size: 1.65rem;
    font-weight: 900;
    color: #008AF3;
    text-transform: uppercase;
  }
  .body-area .form-label {
    font-weight: 700;
  }
  .heading span{
    font-size: 22px;
    font-weight: 700;
    color: #0f0f0f;
  }
  a{text-decoration: none;}
   
  .body-area h1  {
    font-size: 35px;
    font-weight: 700;
    color: var(--bs-primary);
  }

  .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-control, .form-select {
    padding: 0.675rem 0.75rem;
  }
  .body-area .checkbox-inline{font-size: 15px!important;padding-top: 5px;}
  .body-area .form-check-input {
    border-color: #008AF3;
  }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
  }
  .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
      border-top-color: rgba(0, 0, 0, 0.25);
      border-right-color: rgba(0, 0, 0, 0.25);
      border-bottom-color: rgba(0, 0, 0, 0.25);
      border-left-color: rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .btn-success {
    background-color: #22B43D;
    border-color: #22B43D;
  }
  .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
  }
  table.table-bordered thead tr {
    border-bottom-width: 1px !important;
    border-right-width: 0px !important;
    background-color: #F5F5F5;
  }
  thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  #Retail_Inventory .bg-success {
    background-color: #d0efd5 !important;
  }
  .rounded {
    border-radius: 0.65rem !important;
  }
  .cart {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #008AF3;
    margin-right: 9px;
  }
  .bg-white {
    --bs-bg-opacity: 1;
  }

  #overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  
  #overlay.show{
    display: block;
  }
  
  .dropdown-menu{
    z-index: 1001;
  }
  .user-logged {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background-color: var(--bs-primary);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: transparent;
    border-bottom: 0;
    border-left: transparent;
  }
/* sign up page*/
.sign-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  margin-top: -80px;
}
#login{
padding-top: 5%;
padding-bottom: 5%;
}






@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
:root {
  --bs-blue: #0dcaf0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #008AF3;
  --bs-secondary: #0f0f0f;
  --bs-success: #22B43D;
  --bs-light-green: #d5fcdc;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #de0b20;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;  
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    background-color: #f5f5f5;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif !important;
}
a{
    text-decoration: none;
    color:var(--bs-primary);
}
a:hover{
    color: #282828;
}
.add-new{
  margin-left: 10px;
}
.home-nav{
  padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.filter-search input{
  width: 220px;
}
.form-signin {
  width: 100%;
  max-width: 530px;
  padding: 15px;
  margin: auto;
  margin-top: 60px;
  min-height: 500px;
}
.profile-area{
  width: 100%;
  max-width: 730px;
  padding: 15px;
  margin: auto;
  margin-top: 60px;
  
}
.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.singup-area{
background: #fff;
padding: 30px 40px;
 
}
.hd-signup{
  font-size: 22px;
  font-weight: 700;
  color: #0f0f0f;
}
.hd-signup span{
  color: var(--bs-primary);
}
.hd-signup2{
  font-size:35px;
  font-weight: 700;
  color: var(--bs-primary);
}
.sign-top{
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  margin-top: -80px;
}
.sign-top img{
  width: 140px;
}
.singup-area h2{
  font-weight: 900;
  color: var(--bs-primary);
}

.form-control , .form-select{
  padding: 0.675rem 0.75rem;
}
.top-header .logo img{
    width: 140px;
}
.btn, .form-control, .form-select, .form-check-input{
  border-radius: 0;
}
.rounded {
  border-radius: 0.65rem !important;
}
.btn-primary{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-secondary{
    background-color: #111111; 
    border-color: #111111; 
}
.btn-grey {
  background-color:var(--bs-gray-200);
  border-color:var(--bs-gray-400);
}
.top-header .btn{
    padding: 8px 40px;
    -webkit-border-radius:5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footer-area{
    color: #fff;
    background-color: #141414; 
}
.user-logged{    
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background-color: var(--bs-primary);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.cart{
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid #008AF3;
  margin-right: 9px;
}
.cart:hover{
  border-color: #111111;
}

.cart-side-button{
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.offcanvas-header h5{
  font-weight: 700;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.profile-drop .dropdown-toggle::after{
  display: none;
}
.top-header .navbar-light .navbar-nav .nav-link{
    color: #141414;
    font-weight: 700;
    text-transform: uppercase;
}
.top-header .navbar-light .navbar-nav .nav-link.active{
    color: var(--bs-primary);
}
.inner-container{
    background-color: #fff;
    padding: 20px;
}
.body-area h2{
  font-size: 1.65rem;
    font-weight: 900;
  color: var(--bs-primary);
  text-transform: uppercase;
}
.body-area h2 span{
  color: var(--bs-secondary);
}
.body-area .form-check-input{
  border-color:var(--bs-primary);
}
.conditions .form-check-inline{
  width: 137px;
}
.body-area{
  margin-bottom: 50px;
}
.body-area .form-label{
  font-weight: 700;
}
.btn-success {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.shipping-form h2, .shopping-cart h2{
  font-size: 1.2rem;
}
.cart-side ul, .shopping-cart ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-side h3, .shopping-cart h3{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}
.shopping-cart h3 p{
  font-weight: normal;
}
.cart-det{
  padding: 10px;
    background: #f4f4f4;
    margin-bottom: 1px;
}
.cart-det2{
  padding: 10px;
    background: rgba(226, 249, 235, 0.74);
    margin-bottom: 1px;
}
.or-n{
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  display: block;
}
.result .form-select {
  padding-right: 2.05rem;
  margin-left: 5px;
}
.result-per{
  padding-top: 20px;
}
.result-per .pagination-info{
  font-weight: 600;
}
.show-record select{
  width: auto;
  display: inline-block;
  padding-right: 25px;
}
.show-record select.form-select{
  background-position: right 0.55rem center;
}
.show-search input {
  width: auto;
  margin-left: 0.5rem;
  display: inline-block;
}
.pagination-inner, .show-search{
  text-align: right;
}
.pagination-inner .pagination {
  display: inline-flex;
}
body.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
body.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}
.side-bar-cart{
  position: relative;
  text-align: right;
  margin-bottom: 10px;
}
.side-bar-cart .sidecart svg{
  width: 32px;
}
.side-bar-cart .sidecart span{
  position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    right: -6px;
    background:var(--bs-primary);
    border-radius: 1rem;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    padding: 5px 2px 2px 3px;
    text-align: center;
}
#sidebar-cart {
  color: #75757a;
  display: block;
  height: 100vh;
  z-index: 2;
}
#sidebar-cart a.close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}
#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart a.close-button:active span.close-icon, #sidebar-cart a.close-button:hover span.close-icon {
  background: #fff;
}
#sidebar-cart h2 {
  color: #fff;
  font-family: Muli;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: flex;
  justify-content: center;
}
#sidebar-cart h2 span.count {
  color: #fff;
  background: #4dc0e3;
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-cart ul.products {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
#sidebar-cart ul.products:after {
  height: 30px;
  width: 300px;
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
#sidebar-cart ul.products li.product {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 3px;
  color: #98989b;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product:active, #sidebar-cart ul.products li.product:hover {
  background: #fff;
}
#sidebar-cart ul.products li.product:active span.product-details h3, #sidebar-cart ul.products li.product:hover span.product-details h3 {
  color: #4dc0e3 !important;
}
#sidebar-cart ul.products li.product:active img, #sidebar-cart ul.products li.product:hover img {
  border-color: #d7d7de !important;
}
#sidebar-cart ul.products li.product  {
  width: 100%;
  color: #354165;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product  span.product-image {
  display: inline-block;
  width: 75px;
  height: 50px;
  padding-right: 10px;
  position:relative;
}

.product-image{
  position: relative;
}
#sidebar-cart ul.products li.product span.product-image span, .cart-prods span.total-items{
  position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: -6px;
    background:var(--bs-primary);
    border-radius: 1rem;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    padding: 5px 2px 2px 3px;
    text-align: center;
}
#sidebar-cart ul.products li.product span.product-image img {
  width: 60px;
  height: 50px;
  border: 1px solid #d7d7de;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product span.product-details {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  color: #75757a;
}
#sidebar-cart ul.products li.product  span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-primary);
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product span.product-details h3 span{
  display: block;
}
#sidebar-cart ul.products li.product span.product-details h3 span.condition{
  color: var(--bs-gray-700);
}
#sidebar-cart ul.products li.product span.product-details h3 span.space{
  color: var(--bs-gray-700);
}
#sidebar-cart ul.products li.product span.product-details span.qty-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5px;
  margin-top: 8px;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty,
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty button.minus-button,
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty button.plus-button {
  width: 25px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #cdcdd1;
  background: #f0f0f9;
  color: #75757a;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  transition: all 0.3s linear;
}
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty button.minus-button:active, 
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty button.minus-button:hover,
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty button.plus-button:active,
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty button.plus-button:hover {
  color: #fff;
  background: #4dc0e3;
  border-color: #4dc0e3;
  cursor: pointer;
  outline: none;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty button.minus-button:focus,
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty button.plus-button:focus {
  outline: none;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty input.qty-input {
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #cdcdd1;
  border-radius: 3px;
  margin: 0 2px;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty input.qty-input:active, #sidebar-cart ul.products li.product span.product-details span.qty-price span.qty input.qty-input:hover {
  border: 1px solid #4dc0e3;
}
#sidebar-cart ul.products li.product span.product-details span.qty-price span.qty input.qty-input:focus {
  outline: none;
  border: 1px solid #4dc0e3;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, #sidebar-cart ul.products li.product span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
#sidebar-cart ul.products li.product  span.product-details span.qty-price span.price {
  color: var(--bs-gray-800);
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
}
#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: flex;
}
#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: rgba(117, 117, 122, 0.5);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.remove-button:active span.remove-icon, #sidebar-cart ul.products li.product a.remove-button:hover span.remove-icon {
  background: #cc0000;
}
#sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #44444a;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  color: #1f9ec5;
  margin-left: 10px;
  font-weight: 600;
}
#sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: block;
  white-space: nowrap;
}
#sidebar-cart div.action-buttons a.view-cart-button,
#sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}
#sidebar-cart div.action-buttons a.view-cart-button {
  background: #fff;
  border-color: #4dc0e3;
  margin-right: 5px;
  color: #4dc0e3;
  width: 80px;
}
#sidebar-cart div.action-buttons a.view-cart-button:active, #sidebar-cart div.action-buttons a.view-cart-button:hover {
  background: rgba(77, 192, 227, 0.2);
  color: #4dc0e3;
}
#sidebar-cart div.action-buttons a.checkout-button {
  border-color: #4dc0e3;
  background: #4dc0e3;
  margin-left: 5px;
  color: #fff;
  width: 200px;
}
#sidebar-cart div.action-buttons a.checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}
#sidebar-cart div.action-buttons a.checkout-button:active, #sidebar-cart div.action-buttons a.checkout-button:hover {
  background: #22b0db;
  border-color: #22b0db;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.del-cart h2{
  font-size: 20px;
}
.del-cart .modal-header{
  border: 0;
}
.actions a{
  display: inline !important;
}
a.pdf-icon{
  color: var(--bs-red);
  font-size: 20px;
}
a.xls-icon{
  color: var(--bs-green);
  font-size: 20px;
}
.order-summ{
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .sign-top  .logo img{
    width: 90px;
    margin-bottom: 10px;
  }
  .hd-signup {
    font-size: 16px;
  }
  .hd-signup2 {
    font-size: 20px;
  }
  .filter-search input{
    width: 100%;
  }
}