/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.btn.primary:not(.btn.rounded-pill){
  padding: 8px 30px 10px !important;
  border-radius: 30px;
  text-transform: capitalize;
}
.btn.secondary:not(.btn.rounded-pill) {
  padding: 6px 22px 8px !important;
  border-radius: 30px;
  text-transform: capitalize;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-navbar {
  padding: 10px 0;
}
.logo-container {
  margin: 0px 0;
  padding: 3px 0;
}
.header-container .header-links {
  border-left: 1px solid #fff;
  padding: 0 0 0 35px;
  margin-left: 20px;
}
.header-container .header-links > li > a:first-of-type {
  padding-left: 0 !important;
}
.header-icons {
  width: 292px;
}
.cart-icon-link {
  position: relative;
}
#mobilecartcount {
  background: #f00;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  border: 0;
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0px;
}
.balance-info, .balance-info:hover, .balance-info:focus {
  color: #FFF;
  font-size: 14px;
}
.header-icons > a svg, .header-icons button svg {
  stroke: none;
  height: 18px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CATEGORY */
/*-------------------*/
.category-page-content-section .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0 !important;
}
.category-page-content-section .product-list .product-thumbnail {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}
.category-page-content-section .product-list .product-thumbnail .thumbnail-img-container {
  border: 2px solid #dedede !important;
  box-sizing: border-box;
  background-color: #FFF !important;
  width: 100% !important;
  height: 100%;
  align-content: center;
  border-radius: 0;
}
.thumbnail-description-container {
  text-align: left;
  font-size: 14px;
  width: 100%;
  margin: 15px 0 0 0;
  height: 100px;
  max-height: 65px;
  padding: 0 !important;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(5) {
  grid-area: 1 / 3 / 3 / 5;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(6) {
  grid-area: 3 / 1 / 5 / 3;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(7) {
  grid-area: 3 / 3 / 4 / 4;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(8) {
  grid-area: 3 / 4 / 4 / 5;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(9) {
  grid-area: 4 / 3 / 5 / 4;
}
.category-page-content-section .product-list .product-thumbnail:nth-child(10) {
  grid-area: 4 / 4 / 5 / 5;
}
.product-thumbnail .thumbnail-img-container img {
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 14px;
  line-height: 1 !important;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding: 25px 0;
}
.footer-container .row {
  align-items: center;
  justify-content: center;
}
.footer-container .row > .col-md-12 {
  width: auto;
  padding: 12px 0 !important;
}
.nav.custom-footer-links {
  margin: 0 0 0 30px;
  border-left: 2px solid #FFF;
}
.nav.custom-footer-links li {
  margin: 0 21px;
}
.nav.custom-footer-links li .nav-link {
  padding: 10px 0 !important;
}
.copyright-section {
  border: none;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 991.99px){
  .category-page-content-section .product-list {
    display: flex;
    gap: 30px;
  }
  .category-page-content-section .product-list .product-thumbnail {
    width: calc(50% - 15px) !important;
  }
  .nav.custom-footer-links {
    margin: 0;
    border: none;
    justify-content: center;
  }
  .footer-container .row {
    flex-direction: column;
  }
  .copyright-section {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 768px){
  .carousel-caption .btn.primary {
    border: 1px solid #fff;
  }
  .carousel-caption .btn.primary:hover, .carousel-caption .btn.primary:focus {
    border-color: #039;
  }
}

@media screen and (max-width: 480px){
  .category-page-content-section .product-list .product-thumbnail {
    width: 100% !important;
  }
}