.right-panel {
  padding-bottom: 0px;
}

.carousel-caption {
  background: none;
}

.carousel-item {
  height:496px;
  background-position:center;
  background-size:contain;
}

.carousel-item .msg1 {
  background-color: pink;
  padding: 10px 30px;
  color: purple;
  font-size: 1.25rem;
  font-weight: normal !important;
}

.carousel-item .btn {
  border: 0px;
  background-color: pink;
  border-radius: 50px;
  padding: 10px 20px;
  color: purple;
}

.dolls {
  position: absolute;
  z-index: 1;
  right: 155px;
  bottom: 0px;
}

#mytablist {
  width: 100%;
}

#mytablist a {
  color: var(--font-color);
  width: calc(100% + 10px);
  padding: 0px !important;
  font-size: 18px;
  line-height: 40px;
}

#mytablist li {
  list-style-image: url("/img/star.gif");
}

.sub_categories_pane {
  display: inline-grid;
  grid-template-columns:repeat(auto-fit,150px); /* 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: 20px;
  overflow:hidden; /* hide the overflow */
  width: calc(70% - 50px);
  margin-left: 20px;
}

.sub_category_title {
  font-size: 14px;
  overflow-y: hidden;
  color: blueviolet;
  margin-bottom: 1px;
  height: calc(var(--line-height) * 3.5);
  text-align: center;    
}
.sub_category_images {
  width: 150px;
  object-fit: contain;
  height: 160px;
}

#about-panel {
  background-color: peachpuff !important;
  padding: 40px;
  margin: 0px !important;
}

#popular-products {
  background-image: url("/img/bg.jpg");
}

#new-products {
  background-image: none;
}

.categories {
  width: 100%;
  padding-left: 0px;
}

.category_popup {
  display: none;
  position: absolute;
  z-index: 10;
  background-image: url("/img/bg.jpg");
  width: calc(100% + 9px);
  height: 560px;
  overflow: hidden;
  border-left: 9px solid white;
  left: -9px;
}

.popup_header {
  height: 64px;
  background-color: var(--primary);
  margin-bottom: 25px;
}

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

.category_title {
  color: white;
  line-height: 64px;
  padding-left: 30px;
}

.category_image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin-top: 10px;
}

.cct-info {
  color: var(--font-color);
  line-height: 30px;
}

.slider-frame {
  height: 200px !important;
  width: 200px !important;
  object-fit: scale-down !important;
}

@media (max-width: 575px) {
  #about-panel {
    padding: 60px 0px 30px 0px;
  }

  .carousel-item .msg1 {
    font-size: 1rem;
  }

  .slider-frame {
    height: 100px !important;
  }
}
