/*-------------------
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 */
/*-------------------*/

.footer-links {
 text-align: justify;
}

.dfp-success-box {
  background-color: #e4f5e0;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #198754;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.dfp-info-box {
  background-color: #f0f7fb;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #3498db;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.btn:not(.btn.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, .select2-container--bootstrap4 .select2-selection {
  border-radius: 0 !important;
}
.discount-container {
  top: 14px;
  left: 14px;
  border-radius: 0;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
.btn.secondary:not(.btn.rounded-pill) {
  font-weight: 600;
  padding: 5px 15px 6px;
}
.btn.primary {
  font-weight: 600;
}
.select2-container {
  width: 100% !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
#shopping-cart-page thead tr {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}
#shopping-cart-page thead tr th {
  font-size: 18px;
  color: #000;
  padding-top: 8px;
}
#shopping-cart-page tbody tr {
  border: 1px solid #eaeaea !important;
}
#shopping-cart-page tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px !important;
}
.custom-top-header {
  background-color: #000;
  padding: 2px 10px;
}
ul.custom-footer-links, ul.social-media {
  margin: 0;
}
.custom-top-header .social-media {
  justify-content: end;
}
.custom-top-header .social-media a {
  padding: 0;
  width: 38px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-top-header .social-media svg {
  fill: #FFF;
  stroke: none;
  height: 16px;
  width: 16px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container.border-bottom {
  box-shadow: #00000015 0px 8px 15px 0px !important;
}
.header-container .categories li a {
  text-transform: uppercase;
}
.header-container .categories .dropdown {
  position: inherit;
}
.header-container .categories .dropdown-menu {
  width: 100%;
  left: 50%;
  top: 0;
  max-width: 1200px;
  margin: auto;
  transform: translate(-50%, 80px);
  border: none;
  text-align: center;
  padding: 17px 10px 20px !important;
  box-shadow: #00000012 0px 0px 20px;
  border-radius: 0;
}
.header-container .categories .dropdown-menu a {
  text-transform: uppercase;
}
.header-container .categories .dropdown-menu .dropdown-item.all-link {
  font-weight: 600;
  font-size: 18px;
}
.header-icons > a svg, .header-icons button svg {
  stroke: none;
  height: 20px;
}
.header-icons > button.btn svg {
  stroke: #000;
}
.header-icons button:focus {
  box-shadow: none;
}
.header-icons a span {
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
  background-color: #F01C24;
  color: #FFF;
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  top: -14px;
  right: -9px;
}
.header-container .header-icons .dropdown-menu {
  border: none;
  margin-top: 29px;
  box-shadow: #00000012 0px 0px 20px;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-wishlist-link-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-wishlist-link-container li {
  display: flex;
  justify-content: end;
}
.header-container .cart-wishlist-link-container a {
  display: inline-flex;
  padding: 0 0 !important;
  justify-content: end;
  width: auto;
  color: #000;
  position: relative;
  font-size: 18px;
  margin-right: 5px;
}
.cart-wishlist-link-container svg {
  fill: #000;
  stroke: none;
  width: 22px;
  height: 22px;
  margin-right: 2px;
}

/*-------------------*/
/* CART DRAWER */
/*-------------------*/
.cart-drawer-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  opacity: .5;
}
.cart-drawer-container {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 20px 16px;
  border-left: 1px solid #ced4da;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  transition: .3s;
  display: none;
  max-width: 420px;
}
.cart-drawer-container.hidden {
  right: -400px;
}
.cart-update-success, .product-add-success {
  display: none;
  background-color: #20642f;
  color: #fff;
  padding: 12px 41px 12px 14px;
  position: fixed;
  width: 375px;
  right: 0px;
  top: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 46px;
}
.close-success-notif {
  transform: rotate(45deg);
  font-size: 32px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 20px;
  cursor: pointer;
  display: none;
}
.clear-continue-btns {
  display: flex;
  align-items: flex-start;
}
.cart-drawer-container #edit_website_order {
  min-height: 100%;
}
#shopping-cart {
  min-height: calc(100vh - 197px);
  display: flex;
  justify-content: space-between;
}
.empty_cart_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cart-drawer-container .shopping-cart .table {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: calc(100vh - 197px);
  margin: 0;
}
.cart-drawer-container .shopping-cart .table > div {
  width: 100%;
}
.cart-drawer-container .shopping-cart .table > div:last-child {
  max-height: 210px;
}
#edit_website_order h3 {
  font-size: 26px;
}
.close-cart-drawer {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 24px;
}
.close-cart-drawer img {
  width: 21px;
  height: 21px;
}
.clear-continue-btns span {
  font-size: 15px;
  padding: 5px 10px !important;
}
.clear-continue-btns .btn.primary {
  width: calc(50% - 16px);
  padding: 6px 4px !important;
  border-width: 1px;
  font-size: 15px;
}
.cart-headings-container {
  padding: 10px 0 15px !important;
}
.cart-headings-container small {
  font-size: 11px;
}
.cart-drawer-container .cart-item {
  padding: 15px 0 5px;
}
.cart-drawer-container .cart-item:last-of-type {
  border: none !important;
}
.cart-item {
  padding: 10px 0 5px;
}
.shopping-cart tr th:nth-child(3) {
  width: 22%;
}
.cart-item .item-image {
  max-height: 80px;
  overflow: hidden;
  width: 80px;
  padding: 0px !important;
  margin-right: 15px;
  margin-top: 2px;
  min-width: 80px;
}
.cart-item .item-image img {
  width: 100%;
  height: auto;
}
.cart-drawer-container .cart-item .item-description {
  max-width: 197px;
}
.cart-item .item-description h4 {
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  margin-bottom: 5px !important;
}
.cart-item .item-description h4:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.cart-item .item-description .error {
  max-width: 70%;
  display: block;
  font-size: 15px;
}
.cart-inline-title-short {
  min-width: 70px;
  display: inline-block;
  margin-right: 3px;
}
.item-total-price {
  font-size: 17px;
  color: #192555;
  text-align: right;
  justify-content: end;
  display: flex;
  width: 80px;
}
.total-price-container {
  margin-left: auto;
}
.cart-quantity-container {
  display: flex;
}
.cart-quantity {
  display: flex;
  border: 1px solid #727a98;
  align-items: center;
}
.cart-quantity-container a {
  height: 46px;
  width: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  color: #4b5168;
  line-height: 1;
  padding-bottom: 1px;
}

.cart-quantity-container a img {
  width: 10px;
  height: 10px;
}
.small-quantity-container {
  display: flex;
  align-items: center;
}
.small-quantity-container button {
  padding: 10px;
  line-height: 1;
  height: fit-content;
  margin-left: 12px;
}
.item-description button.remove-cart-item {
  padding: 10px;
}
.item-description button.remove-cart-item img {
  width: 15px;
  height: 15px;
  align-items: center;
}
.cart-drawer-subtotal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
}
.cart-drawer-subtotal div {
  padding: 15px 0;
  font-size: 18px;
}
.proceed-to-checkout-btn a, .proceed-to-checkout-btn button {
  width: 100%;
  padding: 10px;
}
.cart-quantity-discounts {
  padding: 0;
  list-style: none;
  margin: 20px 0 5px;
}
.cart-quantity-discounts h5 {
  font-size: 14px;
  font-weight: bold;
}
.cart-quantity-discounts li span {
  width: 100px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0px 6px;
}
/*-------------------*/
form .form-control.cart-quantity-input, form .form-control.cart-quantity-input:hover, form .form-control.cart-quantity-input:focus {
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 11px 11px !important;
  width: 56px;
  text-align: center;
  font-size: 16px;
  border: none !important;
  box-shadow: none !important;
}
.custom-moq-error {
  display: none;
}
.cart-quantity-input::-webkit-outer-spin-button, .cart-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-quantity-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  cursor: default;
  pointer-events: none;
}
.cart-drawer-subtotal h4 {
  font-size: 17px;
}
.cart-more-info {
  font-size: 14px;
}
.loader {
  width: 26px;
  padding: 3px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 9px;
  background: #192555 !important;
  --_m: 
    conic-gradient(#0000 0%,#000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  box-shadow: none !important;
  border: none !important;
  height: 26px;
}
@keyframes l3 {to{transform: rotate(1turn)}}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.featured-products {
  overflow: visible !important;
}
.featured-products h1 {
  font-size: 24.5px;
  margin-bottom: 20px !important;
  margin-top: 5rem !important;
}
.cls-new-products-container, .cls-coming-soon-products-container {
  padding: 70px 0;
}
.cls-new-products-container h3, .cls-coming-soon-products-container h3 {
  margin-bottom: 20px !important;
}
.cls-new-products-container {
  border-bottom: 1px solid #DEE2E6;
  border-top: 1px solid #DEE2E6;
  margin-top: 70px;
}
.product-list, .related-products-thumbnails, .recently-viewed-products-thumbnails {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px !important;
}
.product-thumbnail {
  width: calc((100% - 30px) / 4) !important;
  margin: 0 !important;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail:hover {
  box-shadow: 0 7px 7px #0000001a;
  transition: .3s;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 500 !important;
}
.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
  text-align: center;
  color: #F01C24;
  font-weight: bold;
  font-size: 16px;
}
.product-thumbnail {
  padding: 0;
}
.product-thumbnail .thumbnail-img-container {
  border: none;
  border-bottom: 1px solid #DEE2E6;
}
.thumbnail-description-container {
  padding: 12px 10px 15px !important;
}
.thumbnail-description-container .sku {
  color: #000;
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-carousel-container, #product-carousel {
  width: 100%;
}
.product-page .main-img img {
  max-height: 634px;
  max-width: 100%;
  width: auto !important;
}
.product-carousel-container .carousel-indicators [data-bs-target] {
  height: 60px;
  width: 60px;
  opacity: 1;
  border: 2px solid transparent;
  min-width: 60px;
}
.product-carousel-container .carousel-indicators button.active {
  border-color: #F01C24;
}
.product-page .main-img .carousel-indicators button img {
  width: auto !important;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.product-page .carousel-control-prev, .product-page .carousel-control-next,
.product-page .carousel-control-prev:focus, .product-page .carousel-control-next:focus {
  width: 40px !important;
  height: 40px;
  color: #F01C24;
  border: 1px solid #e8e8e8;
  margin: auto;
  font-weight: bold;
  opacity: 1;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.product-page .carousel-control-prev,
.product-page .carousel-control-prev:focus {
  border-left: none;
}
.product-page .carousel-control-next,
.product-page .carousel-control-next:focus {
  border-right: none;
}
.product-page .carousel-control-prev:hover, .product-page .carousel-control-next:hover {
  background-color: #F01C24;
  border: 1px solid #F01C24;
  color: #FFF;
  transition: .2s
}
.product-page .carousel-control-prev-icon, .product-page .carousel-control-next-icon {
  background: none;
  line-height: 1;
  width: auto;
  height: auto;
}
#modal-sizeChart .modal-dialog {
  max-width: 1000px;
  width: 100%;
}
#modal-sizeChart .modal-dialog img {
  max-width: 100%;
}
.form-range {
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13953/themes/28616/ff51c5a51e05f9092adf808a15c5d3d7d014ae05/logo_slider.png?1767973598") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
}
.form-range::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13953/themes/28616/ff51c5a51e05f9092adf808a15c5d3d7d014ae05/logo_slider.png?1767973598") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
  margin-left: -16px;
}
.form-range::-ms-thumb {
  width: 32px;
  height: 32px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13953/themes/28616/ff51c5a51e05f9092adf808a15c5d3d7d014ae05/logo_slider.png?1767973598") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
  margin-left: -16px;
}
.summary-footer-discount {
  color: #00cc00;
  font-weight: bold;
  display: none;
}
.next-discount-text {
  display: none;
}
.quantity-link {
  color: #00f;
  cursor: pointer;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.page-clear-continue-btns a {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border: none;
}
.checkout-item-summary {
  display: flex;
  justify-content: space-between;
}
.checkout-item-summary.header {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.checkout-product-label {
  width: 150px;
}
.checkout-product-label:nth-child(2), .checkout-product-label:nth-child(3) {
  width: 62px;
  text-align: end;
}
.item-summary-container {
  margin-top: 26px;
}
#shopping-cart-page .cart-drawer-subtotal {
  border: none !important;
}
#shopping-cart-page .cart-drawer-subtotal {
  border: none !important;
}
#shopping-cart-page tfoot .secondary {
  padding: 12px 30px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .wrapper {
  padding: 1rem;
}
.footer-container .nav-item.tier-2 {
  display: none;
}
.footer-container hr {
  display: none;
}
.footer-container h4, .footer-container ul li {
  text-align: center;
}
.footer-container ul li a {
  padding: 3px 0 !important;
  display: inline-block;
}
.copyright-section {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: 1px solid #181818;
  padding: 40px 1rem !important;
}
ul.social-media {
  justify-content: center;
}
.footer-container .social-media a {
  width: 60px;
  height: 60px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin: 0 6px;
}
.footer-container .social-media a:hover, .footer-container .social-media a:focus {
  background-color: #F01C24;
}
.footer-email-link-container {
  text-align: center;
  margin: 20px 0 !important;
}
.footer-container .social-media a svg {
  height: 16px;
  width: 16px;
}
.footer-container .links.pages {
  flex-direction: row !important;
  gap: 14px;
  justify-content: center;
}
.footer-container .links.pages li a {
  color: #FFF;
  border: 1px solid #fff;
  padding: 12px 15px 13px !important;
  display: inline-block;
  line-height: 1;
}
.footer-container .links.pages li a:hover, .footer-container .links.pages li a:focus {
  background-color: #F01C24;
  border-color: #F01C24;
}
.footer-container a.footer-email-link {
  display: inline-block;
  text-align: center;
  color: #F01C24;
}
.footer-email-link svg {
  height: 14px;
  margin-right: 14px;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 919.99px){
  .product-thumbnail .thumbnail-description-container a h5 {
    font-size: 15px;
  }
  .product-thumbnail .thumbnail-img-container a {
    display: flex;
    min-height: 260px;
  }
  .product-thumbnail .thumbnail-img-container img {
    max-height: 260px;
  }
  .product-thumbnail .thumbnail-img-container {
    min-height: 260px;
  }
}

@media screen and (max-width: 768px){
  .product-thumbnail {
    width: calc(50% - 5px) !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 340px) {
  .product-thumbnail .thumbnail-img-container a {
    display: flex;
    min-height: 200px;
  }
  .product-thumbnail .thumbnail-img-container img {
    max-height: 200px;
  }
  .product-thumbnail .thumbnail-img-container {
    min-height: 200px;
  }
}