@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
h1,h2,h3,h4,h5,h6{
    color:#009ee7;
    font-family: 'Alice', serif;
}
body{
    font-family: 'Montserrat', sans-serif;
}
.primary{
   color:#291a14; 
}
.primary2{
    color:#aecc16;
}
.secondary{
 color:#009ee7;
}
.secondary_bg{
 background:#009ee7;
}
.home-title{
    border-bottom: 3px solid #000;
line-height: 0.1em;
}
.home-title span { 
    background:#fff; 
    padding:0 10px; 
}
.list-styled-item + .list-styled-item{
    margin-top: 4px;
}
.list-styled-link {
    text-transform: capitalize;
}
.btn-outline {
    background-color: transparent;
    border-color: green;
    border-radius: 10px;
    width: 160px;
}
.btn-blue,.btn-red {
    background: #009ee7;
    padding: 8px 10px !important;
    color: #fff !important;
}
.btn-red:hover {
     background: #ff8329;
}
.btn {
    height: auto;
    padding: 10px;
}
.form-control-lg {
    height: auto;
    padding: .59rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
}
.product_qun{
    background:#009ee7;
    color: #fff;
    position: absolute;
    top: 0;
    right: 3px;
    padding: 0px 7px;
    border-radius: 50%;
    font-size: 12px;
}
.wishlist.active1 {
    background: #aecc16 !important;
    color: #fff !important;
}
.pr_list a {
    color: #009ee7;
}
.pr_list {
    color: #009ee7;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.5s;
    background: #fff;
}
.pr_list:hover {
    box-shadow: 0px 1px 10px 1px #666;
    transition: 0.5s;
}
.home_brand {
    background-image: url("../img/brands-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.text-white-350 {
    color: #fff !important;
}
.search_body {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: none;
}
@media (max-width:576px) {
.nav-item {
    padding: 0px 10px;
}
    .navbar-nav.flex-row{
        float:right;
    }
}
.list-group {
    padding: 15px;
}
#back2Top {
    width: 45px;
    line-height: 45px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #F9F9F9;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50% 50% 50% 0px;
}
.innerpage {
    background-image: url(../img/product_bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.card {
    background-color: transparent !important;
}
.filter-title{
    background: #ff8329;
    color: #fff;
    font-size:18px
}
.filter-title p{
    padding:12px;
}
.product-pg-head {
    background: #009ee7;
    color: #fff;
}
select.custom-select.custom-select-xs {
    margin: 5px 0px;
}
.btn.disabled, .btn:disabled {
    opacity: 1;
}
span.product-item__inventory.inventory.inventory--high {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #ff8329;
    font-weight: bold;
    position:relative;
}
.inventory::before {
     position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    left: -15px;
    top: 0.45em;
    border-radius: 100%;
    background: #ff8329;
}
.inventoryout::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    left: -15px;
    top: 0.45em;
    border-radius: 100%;
    background: #666;
}
.nav-vertical {
    padding: 0px 5px;
}
.dropdown-menu {
    max-width: 240px;

}
ul.list-styled li a {
    color: #111;
}
.listproduct {
    border: 1px solid #eee;
}


.qtybox {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ff8329;
  }
  
  .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}
  .value-button:hover {
    cursor: pointer;
  }
  
  .qtybox #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
  }
  
  .qtybox #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
  }
  
  .qtybox #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  input.number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  li.nav-item{
      font-size: 16px;
  }
  ul.subcat2list li, ul.subcat2list li a {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}
ul.subcat2list{
    list-style-type: none;
}
.qtyb2 {
    margin-top: 0px;
    margin-bottom: 11px;
}