 .empty_button { display:block; }
.empty_button_none { display:none; }
    
    .checkout_button { display:block; }
    .checkout_button_none { display:none; }
    
    
    
    #banner-slider { width:100%;height:616px; }
    
    header.header-nav.menu_style_home_one.menu_home5_style {
    background-color: #041041;
    color:#fff;
}

#cart-count { color:#fff !important; }

#cart-count { color:#fff !important; }


.sub-menu li a { color:#000 !important; }

.visible_list ul  { background:#041041 !important; }
.visible_list ul li { background:#041041 !important; }

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li a, header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a {
    color: #ffffff !important;
    
}

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li a, header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a :hover{
    color: #ff4e02 !important;
    
}


@media screen and (max-width:500px)
   {
       
   #banner-slider {width:100%; height:250px; } 
  
   }




input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  margin: 0.5rem;
  position: relative;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  transform: translate(-50%, -50%) rotate(180deg);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type="number"] {
  font-family: sans-serif;
  max-width: 3rem;
  padding: 0.3rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 1rem;
  height: 2rem;
  font-weight: bold;
  text-align: center;
}





.responsive-table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.responsive-table * {
  position: relative;
}
.responsive-table td, .responsive-table th {
  padding-left: 8px;
}
.responsive-table thead tr {
  height: 60px;
  background: #15ab14;
  font-size: 16px;
}
.responsive-table tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}
.responsive-table tbody tr:last-child {
  border: 0;
}
.responsive-table td, .responsive-table th {
  text-align: left;
}
.responsive-table td.l, .responsive-table th.l {
  text-align: right;
}
.responsive-table td.c, .responsive-table th.c {
  text-align: center;
}
.responsive-table td.r, .responsive-table th.r {
  text-align: center;
}

@media screen and (max-width: 35.5em) {
  .responsive-table {
    display: block;
  }
  .responsive-table > *, .responsive-table tr, .responsive-table td, .responsive-table th {
    display: block;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  .responsive-table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  .responsive-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .responsive-table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  
}


