/*-------------------
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 */
/*-------------------*/
p {
  line-height: 22px;
}
body span.required-label {
  opacity: 1;
}
.form-select, .form-control, .select2-container--bootstrap4 .select2-selection {
  border-color: #707070 !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.headerLinks form .search-btn {
  border-color: #707070 !important;
}
.header-container.border-bottom {
  border: none !important;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.header-container .dropdown-menu > li > a, .header-container .dropdown-menu > a {
  padding: 5px 15px !important;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.featured-products h2 {
  font-size: 34px;
}
.content__bullet {
  padding-left: 3.5rem;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail {
  padding: 20px 0;
}
.product-thumbnail .thumbnail-img-container {
  padding: 35px;
  border-radius: 8px;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 17px;
}
.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
  font-size: 14px;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-title h2 {
  font-size: 32px;
  line-height: 36px;
}
.product-price, .current-price {
  font-size: 24px;
  line-height: 28px;
}
.minimum-order-quantity-help {
  margin: 12px 0 0;
}
.quantity-discount > button, .size-chart > button {
  padding-top: 2px;
  padding-bottom: 10px;
}
.quantity-discount {
  margin: 10px 0;
}
.prod_option_block h4, .summary-title h4 {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
.product-page-main .prod_option_block .product-option-wrapper > label, .product-page-main .prod_option_block .product-option-wrapper .multiple-quantity-product-option > label {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #000;
}
.product-option-thumb, .logo-location-thumb, .item-description .img-thumbnail {
  background-color: #c2c2c2;
}
.product-page-main .prod_option_block .product-option-wrapper > label span {
  display: block;
  padding: 4px 0;
  font-weight: normal;
  color: #000;
  font-size: 16px;
}
.product-page-main .add-to-cart-area {
  margin-top: 30px;
}
.btn.primary.add-to-cart {
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
}
.product-overview {
  border-top: 1px solid #DEE2E6;
  padding-top: 28px;
  margin-top: 32px;
}
.product-page-main .images-wrapper ul li {
  border-radius: 8px;
}
.product-page-main .images-wrapper ul li a {
  padding: 12px;
  border-radius: 8px;
}

.recently-viewed-products h2, .related-products h2 {
  text-align: center;
  font-size: 34px;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.custom-payment-selections .form-label, .custom-payment-selections .form-label span {
  font-size: 15px;
  color: #424242;
}
.custom-payment-selections .form-select {
  background-color: #f0f0f0;
  box-shadow: #00000029 0px 1px 4px;
  border-color: #cecece !important;
}
.required-label {
  color: red;
  font-weight: normal; /* or bold, if you prefer */
}
/* label[for="website_order_custom_data_collections_attributes_6381_custom_data_attributes_attributes_0_value"] {
  text-transform: capitalize;
} */
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .wrapper {
  padding-top: 5px !important;
}
.footer-container .row {
  padding-bottom: 5px !important;
}
ul.custom-footer-links {
  flex-direction: row !important;
  justify-content: center;
  margin: 0;
}
ul.custom-footer-links li a {
  font-weight: bold;
  font-size: 14px;
  padding: 4px 50px !important;
}
.copyright-section {
  border-top: 2px solid #B9B9B9;
}
.footer-container .mobile-copyright-section {
  background-color: #B9B9B9;
}
.footer-container .accordion-item {
  border-bottom: 1px solid #B9B9B9;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 992px){
  .navbar-brand.logo-container {
    margin-right: 40px;
  }
}

@media screen and (max-width: 991.99px){
  .navbar-brand.logo-container {
    max-width: calc(100% - 100px);
    margin: auto;
  }
  .navbar-brand.logo-container img {
    max-width: 100%;
  }
  .header-container nav.navbar > button svg {
    fill: #000;
  }
  .header-container nav.navbar > button span:last-child svg {
    stroke: #000;
  }
  ul.custom-footer-links {
    flex-direction: column !important;
    text-align: center;
  }
}
@media screen and (max-width: 767.99px) {
  .product-left-section {
    padding-right: 15px;
  }
  .product-right-section {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-left-section, .product-right-section {
    padding: 0;
  }
}
@media screen and (max-width: 660px){

}

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

}