:root {
  --bp-border-color: rgb(88,88,88,.5);
  --bp-highlight-clr-lt: #f3e1a0;
  --bp-highlight-clr-dk: #f2d777;
  --bp-highlight-txt-clr: #585858;
}

.eshop-container {
  background: #c6f6f6;
  padding: 20px 10px;
  border: 1px solid #585858;
}

@media (min-width: 768px) {
  .d-md-table-cell {
    visibility: hidden;
  }
}
.eshop-categories-list .eshop-category-wrap .image {
  padding: 0px!important;
}
.eshop-categories-list .eshop-category-wrap,
.eshop-sub-categories-list .eshop-category-wrap {
  text-align: center;
  border: 1px #585858 solid;
}


.img-thumbnail {
  background-color: #f3f3f5!important;
  border: 1px solid var(--bp-border-color)!important;
  border-bottom: none!important;
  border-radius: 0px!important;
}
.eshop-info-block .eshop-product-desc {
  display: none;
}
.eshop-info-block {
  padding: 0px!important;
  border-left: 1px solid var(--bp-border-color)!important;
  border-right: 1px solid var(--bp-border-color)!important;
  border-radius: 0px!important;
  height: 100%;
}
.eshop-info-block h5 {
  font-size: inherit;
  font-weight: 500!important;
  margin: 0!important;
  background-color: var(--bp-highlight-clr-lt)!important;
  padding: 15px 5px!important;
  transition: background-color .3s ease-in-out;
}
.eshop-info-block h5:focus,
.eshop-info-block h5:hover {
  background-color: var(--bp-highlight-clr-dk)!important;
}
.eshop-info-block p {
  padding: 15px 0px 0px 0px!important;
  margin: 0px;
}
.eshop-product-desc p {
  padding: 0px!important;
}
.eshop-info-block a {
  color: var(--bp-highlight-txt-clr)!important;
}
.eshop-info-block a:focus,
.eshop-info-block a:hover {
  color: var(--bp-highlight-txt-clr)!important;
}

.eshop-categories-list .row {
  justify-content: center;
}




.btn-secondary {
  border-radius: 0px!important;
  padding: .45rem .75rem .3rem .75rem !important;
}

.grid .eshop-buttons {
  margin-top: 0px!important;
  border: 1px solid var(--bp-border-color)!important;
  border-top: none!important;
  margin-bottom: 2rem;
}
.product-image img {
  display: inline-block!important;
  height: 300px!important;
}

/* Media Query to Make Gaps Between Products Smaller */
@media (max-width: 991px) {
  .row > * {
  padding-right: calc(var(--bs-gutter-x) * .25)!important;
  padding-left: calc(var(--bs-gutter-x) * .25)!important;
  }
}

@media (max-width: 767px) {
  #products-list .eshop-image-block {
    padding: 0px!important;
  }
  .ajax-block-product {
    width: 50%!important;
  }
}

/* Container Queries for Products */
.ajax-block-product > * {
  container-type: inline-size;
}

@container (max-width:300px) {
  .product-image img {
    height: 200px!important;
  }
}

@container (max-width:230px) {
  .product-image img {
    height: 150px!important;
  }
  .eshop-info-block h5 {
    font-size: 50%!important;
  }
  .eshop-product-price .price {
    font-size: 100%!important;
  }
  .eshop-cart-area {
    scale: 85%!important;
  }
  .btn-primary {
    padding: 10px 10px 7px 10px!important;
    width: 80%;
  }
}
.eshop-pre-nav a,
.eshop-next-nav a {
  padding: 9px 15px 7px 15px;
  border: 1px solid #585858;
  border-radius: 100px;
  color: #585858;
}

.eshop-pre-nav a:hover,
.eshop-pre-nav a:focus,
.eshop-next-nav a:hover,
.eshop-next-nav a:hover {
  background-color: #585858;
  color: #ffffff;
}

.eshop-next-nav a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f101";  
}

.eshop-pre-nav a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f323";  
}

/* Product Page Styling */
.product-cart label.btn {
  color: #585858;
}

#add-to-cart {
  margin-left: 15px;
}
.btn-danger,
.btn-info,
.btn-success {
  border-radius: 0px!important;
  background-color: #585858!important;
  color: #ffffff!important;
  padding: 10px 10px 7px 10px !important;
  font-weight: 300!important;
}
.product-price h2 strong {
  font-weight: 500!important;
}

/* Cart Popup Styling */
#colorbox #cboxContent h1 {
  font-size: 1.5rem!important;
}
#colorbox .cart-info .table th,
#colorbox .quote-info .table th {
  background: #dbe6b3 !important;
  font-weight: 500;
}
#coupon_code {  
  width: 30%!important;
  margin-bottom: 10px!important;
}
/*.form-group .form-row {
  text-align: left!important;
  margin: 0px 0px 10px 10px;!important;
}*/
#update-cart {
  display: inherit!important;
  margin-bottom: 0px!important;
}
/* Full Page Cart and Checkout Styling */
.checkout-heading {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #585858;
  color: #585858;
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
  padding: 9px 8px 7px 8px;
}
.checkout-content {
  padding: 15px!important;
}
.no_margin_left {
  float: none!important;
  display: inline-block;
}
 .col-md-6 {
    margin-bottom: 10px;
}
.pagination.ms-0 {
  margin-left: 20px !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #6c757d!important;
  background-color: #6c757d!important;
}
.special-order-price {
  clear: both;
  display: block;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  margin-bottom: 0px;
}
.special-order-contact-info {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin: 0px;
}
div .eshop-product-price {
  display: none;
}
div .eshop-product-price:has(span) {
  display: contents;
}