/*-------------------
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:not(.rounded-pill), .dropdown-menu, .form-control, .product-thumbnail, .form-select, .accordion-item:first-of-type,
.accordion-item:last-of-type, .nav-tabs .nav-link, .account-nav-menu ul li:first-of-type, .account-nav-menu ul li:first-of-type a,
.account-nav-menu ul li:last-of-type, .account-nav-menu ul li:last-of-type a, #account-main > .content-area, .account-nav-menu ul,
.recent-orders-wrapper, .rounded, .product-thumbnail .thumbnail-img-container, .product-page-main .images-wrapper ul li, .product-sub-option .ui-widget.ui-widget-content {
  border-radius: 0 !important;
}
.discount-container {
  top: 14px;
  left: 14px;
  border-radius: 0;
}
input[type="text"], input.form-control, .form-select, .select2-container--bootstrap4 .select2-selection--single, textarea.form-control {
  border-radius: 0;
}
.btn.secondary.rounded-pill {
  border-radius: 40px !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container {
  padding: 6px 12px;
}
.top-navbar-notification-container {
  padding: 10px 12px;
  min-height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.top-navbar-notification-container a {
  text-decoration: underline;
}
.navbar-container ul.nav > li > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
#inline-link-profile.dropdown-toggle::after {
  display: none;
}
.navbar-container ul.nav > li > a > svg {
  height: 26px;
}
#inline-link-profile:focus {
  box-shadow: none;
}
.navbar-container ul.nav > li > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.nav-item.header-cart-link {
  position: relative;
}
.nav-item.header-cart-link span {
  display: none;
  background-color: #000;
  position: absolute;
  height: 17px;
  width: 17px;
  margin-bottom: -3px;
  right: 1px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  padding-top: 1px;
}
.nav-item.header-cart-link span.show-count {
  display: block;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-links.categories {
  margin: 0 20px !important;
  justify-content: center;
}
.header-container > .wrapper {
  max-width: calc(100% - 40px);
}
.header-container .simple_form.new_search.search-form {
  border-bottom: 1px solid #000;
}
.header-container #s_keyword {
  border: none !important;
}
.header-container .simple_form.new_search.search-form .search-btn {
  border: none !important;
}
.header-container #s_keyword:focus {
  box-shadow: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

.content-container.home-page {
  min-height: 0;
}
.homepage-boxes-row {
  display: flex;
  flex-direction: row;
  background-color: #000;
  flex-wrap: wrap;
}
.homepage-box.half {
  width: 50%;
}
.homepage-box {
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.homepage-box.box-5 {
  max-height: 800px;
}
.homepage-box img {
  width: 100%;
  height: auto;
}
.homepage-box * {
  color: #fff;
}
.box-details {
  position: absolute;
  bottom: 60px;
  padding: 0 60px;
  width: 100%;
}
.box-details.middle-center {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}
.homepage-box h3 {
  font-size: 50px;
  margin-bottom: 35px;
  font-weight: normal;
}
.homepage-box p {
  font-family: 'Playfair Display', Georgia, Times New Roman, sans-serif;
  margin-bottom: 40px;
  font-size: 17px;
}
.homepage-boxes-buttons {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.homepage-boxes-buttons a {
  width: calc(50% - 15px);
  border: 2px solid #fff;
  display: inline-block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 470px;
}
/* ------------------------------ */
/* FEATURED PRODUCT THUMBS */
/* ------------------------------ */
.product-thumbnail .thumbnail-img-container {
  border: 1px solid #e8e8e8;
}
.content-block.featured-products {
  padding: 0 0 120px 0;
}
.content-block.featured-products h1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  position: relative;
  padding: 0;
  font-weight: normal;
  font-size: 36px;
  text-transform: uppercase;
}
.product-list .product.featured {
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 100%;
  border: none;
}
.product-list .product.featured .image-carousel {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: none;
}
.product-list .product .image-carousel ul {
  width: 100%;
  position: relative;
}
.product-list .product .image-carousel ul li {
  height: 100%;
  width: 100%;
  display: none;
  background: #363636;
}
.product-list .product .image-carousel ul li:first-of-type {
  display: flex;
  align-items: center;
}
.product-list .product .image-carousel > a {
  display: none;
}
.product-list .product.featured .image-carousel img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.product-list .product.featured .footer {
  display: flex;
  bottom: 0;
  text-align: left;
  height: 85px;
}
.content-page .product-list .product .footer,
.product-page .product-list .product .footer {
  display: flex;
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0px;
}
.product-list .product .footer label.product-name {
  font-size: 24px;
  padding: 2px 0 0;
  line-height: 1.1;
  max-width: 65%;
  width: 65%;
  float: left;
}
.product-list .product .footer label.product-price {
  width: calc(35% - 10px);
  padding: 1px 0 0 10px;
  position: relative;
  text-align: right;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  font-family: 'Founders Grotesk Light', sans-serif !important;
}
.product-list .product.featured {
  float: none;
  padding-bottom: 110px;
}
/*-------------------*/
/* CAROUSEL CUSTOM CSS */
/*-------------------*/
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}
.product-list-container {
  position: relative;
}
.custom-featured-products-wrapper {
  position: relative;
  margin-top: -5px;
}
.jcarousel, .custom-featured-products {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
a.btn-jcarousel {
  color: #000;
  font-size: 2.25rem;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  z-index: 9999;
  height: 50px;
  line-height: 20px;
  width: 20px;
}
a.btn-jcarousel.jcarousel-prev {
  padding: 0;
  left: 5px;
}
a.btn-jcarousel.jcarousel-next {
  padding: 0;
  right: 5px;
}
.jcarousel ul, .custom-featured-products > ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  height: 100%;
  display: flex;
}
.jcarousel li {
  width: 200px;
  float: left;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.custom-featured-products > ul > li {
  width: 200px;
  float: left;
  border: none;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jcarousel .product-thumbnail {
  margin: 10px 15px 10px 0px;
}
.jcarousel img, .custom-featured-products > ul > li {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
  background: #4E443C;
  color: #000;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-description-container a {
  text-align: center;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-family: 'Playfair Display', Georgia, Times New Roman, sans-serif;
  font-weight: normal !important;
  font-size: 16px;
}
.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
  font-weight: bold;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container h1, .footer-container h2, .footer-container h3,
.footer-container h4, .footer-container h5, .footer-container h6 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.footer-container .nav-item a:hover, .footer-container .nav-item a:focus,
.footer-container p a:hover, .footer-container p a:focus{
  text-decoration: underline;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}
@media screen and (max-width: 1200px){
  .homepage-boxes-buttons {
    gap: 20px;
  }
  .homepage-box h3 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .homepage-box p {
    font-size: 16px;
  }
  .homepage-boxes-buttons a {
    font-size: 13px;
    padding: 20px 15px;
  }
  .homepage-boxes-buttons a {
    font-size: 13px;
    padding: 20px 15px;
    width: 100%;
  }
  .homepage-boxes-buttons a.single-button {
    width: calc(80%);
  }
}
@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
  .homepage-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .homepage-boxes-buttons a, .homepage-boxes-buttons a.single-button {
    width: calc(80%);
  }
}
@media screen and (max-width: 768px){
  .homepage-box.half {
    width: 100%;
  }
  .homepage-boxes-buttons a, .homepage-boxes-buttons a.single-button {
    width: 100%;
  }
}

@media screen and (max-width: 660px){

}
@media screen and (max-width: 375px) {
  .jcarousel > ul {
    margin-left: 7px;
  }
}
@media screen and (max-width: 340px){

}