/* CSS Puro */

/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
}
  
  /* Style the buttons inside the tab */
.tab button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin-right: 5px;
    background-color: #f4f4f4;
    color: #111;
}
  
  /* Change background color of buttons on hover */
.tab button:hover {
    background-color: #009EE1;
    color: #fff;
}
  
  /* Create an active/current tablink class */
.tab button.active {
    background-color: #009EE1;
    color: #fff;
}
  
  /* Style the tab content */
.tabcontent {
    /* padding: 0.5rem 3rem 0rem 3rem; */
}

.mr-5{
 margin-right: 1rem;
}

.mt-5{
  margin-top: 1rem;
 }

.mb-7{
  margin-bottom: 1.5rem;
}
 

.text-black {
    color: #111111!important;
}

.w-full {
  width: 100%;
}

@media (min-width: 992px) {
  .md-ml-2r{
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .hidde-sm{
    display: none!important;
  }
}

@media (max-width: 767px) {
  .hidde-xs{
    display: none!important;
  }

  .search-mobile {
    flex-wrap: wrap;
  }
}


.c-btn-primary{
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 30px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
  color: white;
  background-color: #009EE1!important;
  height: 40px!important;
}

.c-btn-primary:hover{
  color: #009EE1!important;
  background-color: #fff!important;
  border: 2px solid #009EE1;
}

.c-product-variants-item{
  margin: 15px 0 0 0!important;
}

.whatsappBlock {
  z-index: 10!important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between!important;
}

.align-content-center {
  align-content: center!important;
}

.gap-15 {
  grid-gap: 15px;
}