

.navbar-dark .navbar-nav .nav-link {
    color: rgb(39 38 38 / 89%);
    font-size: 14px;
    text-transform:capitalize;
}

.form-inline {
 
    display: flex;
    justify-content: center;
}

.form-inline #search {
    max-width: 1200px;
    border-radius: 4px;
    background: #fff;
}

.btn-view{
    border-width: 1px;
    color: #fff;
}

.btn-view{
    border-width: 1px;
    color: #fff;
}


@media (min-width: 768px) {
  /*.seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
   max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }*/
.seven-cols .col-md-2 {
   max-width: 19.85714% !important; 
   flex:none !important;
}

}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
  max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }

  .nine-cols .col-md-1,
  .nine-cols .col-sm-1,
  .nine-cols .col-lg-1 {
    max-width: 11.09% !important; 
    flex:none !important;
  }
  .card_height_category {
    height: 180px;
}
.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 9px;
    margin-right: auto;
    margin-left: auto;
}
}


.row.no-gutter {
  margin-left: 5px;
  margin-right: 5px;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.p-2 {
    padding: 0.75rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.8rem;
    background: #7c898e0a;
}

.card-body1 {
    flex: 1 1 auto;
    padding: 0.4rem;
}

.card-category{
    flex: 1 1 auto;
    padding: 0.4rem;
}


.card-body1 h4{
  font-size: 1.2rem;
    padding-top:11px;
    
}

h6.card-title{
    font-weight: 300;
    font-size: 13px !important;
    
}

.card-body2 {
    flex: 1 1 auto;
    padding: 0.2rem;

}

.card-body2 h4 {
    font-size: 1.2rem;
    padding-top: 2px;
}

.card-title {
    margin-bottom: 0.3rem;
}

.text-warning {
    color: #FFC315 !important;
    font-size: 11px;
}

/* .dropdown-toggle::after {
    display:none;
} */ 

.content {
    position: relative; 
    max-width: 320px;
    margin: auto;
    overflow: hidden;
    color:black;
}

.content .content-overlay {
    background: rgb(0 0 0 / 0%);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-size: 18px;

}

.content-details p {
    color: #fff;
    font-size: 1em
}

.fadeIn-bottom {
    top: 80%
}


button.btn.btn-view:hover {
    color: #fff;
}

 .dropdown-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: 17.5rem;
    min-height: 3rem;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


.show .dropdown-toggle.btn, .show .dropdown-toggle.custom-file-control::before, .show .dropdown-toggle.btn-secondary, .show .dropdown-toggle.btn-success, .show .dropdown-toggle.btn-info, .show .dropdown-toggle.btn-warning, .show .dropdown-toggle.btn-danger {
    background-color: #007196;
    color: #fff;
    height: 32px;
}

.dropdown-menu {
    padding: 0rem 0;
}

.delivery_area {
    background: #f7f4f4;
    padding: 15px;
}



.btn-google:hover {
    color: white;
    background-color: #ea4335;
}

.btn-facebook:hover {
    color: white;
    background-color: #3b5998;
}

.breadcrumb {
    padding: .1rem 0.4rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0rem;
    padding-top: 7px;
}
.single_location_product .breadcrumb {
    padding: .1rem 0.7rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0rem;
    padding-top: 7px;
}


.add_to_cart_block .price {
    color: #1b1919;
    font-size: 20px;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-decoration: line-through;
    font-size: 14px;
}

.price_main{
    font-size: 18px;
}
/*.product_rassurance {*/
/*    padding: 20px 9px;*/
/*    margin-top: 0px;*/
/*    background: #ffffff;*/
    /* border: 1px solid #6c757d; */
/*    color: #6c757d;*/
/*    font-size: 13px;*/
/*}*/

.delivery_title{
    font-size: 20px;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}

.store_no1 {
    background-color: #ffd125 !important;
    color: #fff;
    font-size: 24px;
    padding: 6px;
}

.store_name {
    background-color: #007196 !important;
    color: #fff;
    font-size: 17px;
    padding: 6px;
    border-radius: 3px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 0px;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #fdd125!important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background:0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 40px!important;
}
 .owl-carousel button.owl-dot {
    background:#147298!important;
    background:0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 40px!important;
}

span.sc-cart {
    font-size: 12px;
    position: relative;
}

figcaption.info-wrap {
    padding: 10px;
}



/* responsive  */
.store_no1 {
    background-color: #ffd125 !important;
    color: #fff;
    font-size: 24px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.store_name {
    background-color: #007196 !important;
    color: #fff;
    font-size: 24px;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-body1 {
    flex: 1 1 auto;
     padding: 0rem; 
}

@media (max-width:768px)
{
  
.custom-select{
  width:50%;
}
.footer-font-size{
  font-size:0.9rem;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 70px!important;
    display: none;
}

.card-title {
    margin-bottom: 0rem;
}
}

.lSSlideOuter .lSPager.lSGallery img {
   margin-top: 10px;
    border: 1px solid #dee2e64a;
}



