.main-panel {
  min-height: initial;
}

:root {
  --line-height: 12px;
}

.bg-secondary {
  background-color: #F7BECF;
}

/*
.bg1 {
  padding: 0 50px;
}
*/

#contact-form {
    margin-top: 30px;
}

#contact-form label {
    width: 100px;
}

.form-row {
    margin: 10px 0px;
    line-height: 20px;
}

.fa-search {
  color: black !important;
}

.fa-heart {
  color: red !important;
}

.fa-shopping-cart {
  color: black !important;
}

/*
.accordion-button {
  background-image: url("cct-img/bg.jpg");
}
*/

.accordion-button:focus {
  box-shadow: none;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  /* min-height: 700px; */
}

/*
.accordion-item {
  background-color: transparent;
}
*/

.vendor-item {
  width: 25%;
  padding: 0px 30px 0px 0px !important;
  margin: 0px 0px 50px 0px;
}

.vendor-item img {
  /* height: calc(100% - 48px); */
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.vendor-item span {
  border-radius: 5px 5px 0px 0px;
  padding: 5px 10px;
  /* background-color: #E48C6F; */
  /*background-image: url("cct-img/bg.jpg");*/
  color: blueviolet;
}

/*
.sub_categories_list {
  height: 30px;
}
*/









#navbar-vertical {
  /*background-image: url("cct-img/bg.jpg");*/
  height: 410px;
}

.section-title {
  font-weight: 500;
  color: maroon;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.section-title span {
  background-color: initial;
}

.section-title::before {
  content: initial;
}

#subscribe-panel {
  /*background-image: url("cct-img/bg.jpg");*/
  height: 300px;
  padding: 40px;
}

.card, .card-header, .card-body, .card-footer {
  background-color: transparent !important;
  border: 0px !important;
  text-align: center;
}

.card-body {
  padding-bottom: 0px !important;
}

.card-footer {
  padding-top: 0px;
}

.cat-item:hover .cat-img img, .product-item:hover .product-img img {
  transform: initial;
}

.cat-item .cat-img img, .product-item .product-img img {
  transition: initial;
  height: 200px;
  object-fit: contain;
  width: auto !important;
}

#mytablist {
  width: 100%;
}

.category_popup {
  display: none;
  position: absolute;
  z-index: 10;
  left: -16px;
  top: 0px;
  /*background-image: url("cct-img/bg.jpg");*/
  width: calc(100% + 1px);
  padding: 20px 0px;
  /* min-height: 520px; */
  height: 475px;
  overflow: hidden;  
}

.active1, .active2, .active3 {
  display: inline-block !important;
}

.category_title {
  width: 80%;
  display: inline-block;
  text-align: left;
  height: 45px;
  color: blueviolet;
  font-weight: 600;
}

.sub_categories_pane {
  display: inline-grid;
  grid-template-columns:repeat(auto-fit,100px); /* the width is define here */
  grid-template-rows:auto auto; /* 2 rows */
  grid-auto-rows:0px; /* next rows equal to 0 */
  grid-column-gap: 20px;
  grid-row-gap: 27px;
  overflow:hidden; /* hide the overflow */
  width: calc(100% - 34%);
  
}

.sub_category_title {
  font-size: 12px;
  overflow-y: hidden;
  color: blueviolet;
  margin-bottom: 5px;
    height: calc(var(--line-height) * 3);
    line-height: var(--line-height) * 1.5;
}
.sub_category_images {
  width: 100px;
  object-fit: cover;
}

.vendor-item div {
  height: 48px;
  display: flex;
}

#subscribe-panel {
  margin: 0px !important;
}

#category-panel {
  margin: 0px !important;
}

#footer-panel {
  margin: 0px !important;
}

.g-recaptcha {
  width: 304px;
}

.contact img {
  width: 100%;
}

input, textarea {
  width: 350px;
}

@media (max-width: 992px) {
  #btnSubmit {
    display: inline-block;
    margin-bottom: 40px;
  }  
}

@media (max-width: 575px) {
  .contact {
    padding-right: 30px;
  }

  .contact input {
    width: 100%;
  }

  .contact textarea {
    width:100%;
  }

  .g-recaptcha {
    width: 100%;
  }

  #btnSubmit {
    display: block;
    margin: 0px auto 40px auto !important;
  }

}
