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

.table {
  font-size: 12px;
}

.table th, .table td {
  border: 1px solid gray !important;
}

.table td {
  padding: 0.5rem 0.75rem;
}

.table thead tr {
  line-height: 30px;
}

.prod_name {
  border: 0px;
  background-color: transparent;
  width: calc(100% - 40px);
}

.prod_num {
  border: 0px;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

.price {
  border: 0px;
  background-color: transparent;
  width: 100%;
  text-align: right;
  padding-right: 30px;
}
  
.btn-minus, .btn-plus, .btn-x {
  padding: 0px;
  width: 24px;
  height: 24px;
}

input:focus {
  outline: none;
}

.prod_link input {
  cursor: pointer;
}

.prod_link input:hover {
  text-decoration: underline;
  color: blueviolet;
}

#th-products {
  min-width: 200px;
}

#th-prodNum, #th-price, #th-remove {
  width: 150px;
  min-width: 100px;
}

#shipping {
  border: 0px;
  background-color: transparent;
  width: 100%;
  text-align: right;
}

tbody {
  visibility: hidden;
}

#cart-msg {
  font-weight: normal;
  color: black;
  margin-top: 30px;
}

.shipping-address {
  display: grid;
  grid-template-columns: 100px auto;
  grid-row-gap: 10px;
  overflow: hidden;
  transition: max-height 1s ease;
  max-height: 0px;
  width: 95%;
  text-align: center;
}

.shipping-address input, .shipping-address textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid burlywood;    
}

.shipping-address-expand {
  display: grid;
  transition: max-height 1s ease;
  max-height: 500px;
}

#chkoutBtn {
  width: 90%;
  margin: auto;
}

.chkoutBtn-expand {
  margin: 30px auto !important;
  position: initial !important;
  /* width: 100% !important; */
}

.main-panel {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {

  .main-panel {
    flex-direction: row-reverse;
  }

  #chkoutBtn {
    //margin: 0px;
    //position: absolute;
    //bottom: 20px;
    /* width: calc(100% - 35px) !important; */
  }

}

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

/*

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

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

.bg1 {
  padding: 0px 50px;
}

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

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

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

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

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

.categories {
  display: flex;
  flex-wrap: wrap;
}

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

.vendor-item {
  padding-top: 0px;
  padding-bottom: 20px
}

.vendor-item img {
  width: 150px;
}

.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;
}


.badge {
  color: #6F6F6F;
}







#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;
}


.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%;
}

.categories {
  width: 100%;
  padding-left: 1.5rem;
}

.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 {
  padding-top: 0px !important;
}

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

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

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

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