/*-------------------
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 */
/*-------------------*/
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z" fill="currentColor"/></svg>') no-repeat right 10px center;
  background-color: #fff;
  background-size: 24px;
  padding-right: 30px;
}
.btn.secondary, .btn.primary, .out-of-stock-notification button, .out-of-stock-notification button:hover {
  border-radius: 6px;
  padding: 8px 20px 9px;
}
/* Chrome, Safari, Edge, Opera
.product-page-main .product-quantity #quantity input::-webkit-outer-spin-button,
.product-page-main .product-quantity #quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
/* Firefox 
.product-page-main .product-quantity #quantity input[type=number] {
  -moz-appearance: textfield;
  background-color: #FFF;
  border: 1px solid #2c2c2c;
}
*/
ul {
  list-style: none;
}
li {
  line-height: 1.2 !important;
}
.container-fluid {
  padding: 0 3.5rem !important;
}

.modal.lightbox .modal-dialog {
  max-width: 90%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 100%;
}
#s_keyword {
  padding: 5px 10px 6px;
}
.btn.secondary, .btn.primary {
  font-weight: 600;
  text-transform: none !important;
}
.btn.primary {
  border-left: 6px solid #003C44;
  border-right: 6px solid #003C44;
  border-top: 3px solid #003C44;
  border-bottom: 3px solid #003C44;
  padding: 12px 20px !important;
  border-radius: 23px;
  background-color: #FFF;
  color: #003C44;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #003C44;
  color: #FFF;
}
.btn.secondary {
  border-radius: 17px;
}
.btn.secondary.outline {
  border: 1px solid #003C44;
  background: #FFF;
  color: #003C44;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container ul li {
  margin-left: 24px;
}
.navbar-container ul.nav > li > a {
  margin: 0px;
}
.navbar-container li button, .navbar-container li a, .navbar-container li button:hover, .navbar-container li a:hover, .navbar-container li button:focus, .navbar-container li a:focus {
  color: #FFF;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 6px 0 !important;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.navbar-container li img {
  /*margin-top: -8px;*/
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.logo-container img {
  max-height: 36px !important;
}
.header-icons > button, .header-icons > .dropdown, .header-icons > a {
  position: relative;
}
.header-container a.cart-link span, .header-container a.wishlist-link span {
  position: absolute;
  font-size: 9px;
  background: #0B5CFF;
  color: #fff;
  padding: 0px 0px;
  border-radius: 50%;
  right: -8px;
  top: -4px;
  width: 15px;
  height: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header-icons > a svg, .header-icons button svg {
  height: 20px;
  stroke: none;
  fill: #00031F;
  margin-top: 2px;
}
.header-container li > a, .header-container li > a:hover, .header-container li > a:focus {
  padding: 14px 0 !important;
  font-weight: 500;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
}
.header-icons > div.dropdown > button.btn {
  display: flex;
  align-items: center;
}
.header-icons li img {
  margin-top: -1px;
  margin-left: 5px;
}
.header-icons li a, .header-icons li a:hover, .header-icons li a:focus {
  padding: 7px 0px !important;
  margin: 0 20px 0 0;
  border-bottom: none !important;
}
.header-container li > a:hover, .header-container li > a:focus {
  border-bottom: 3px solid #191919;
}
.header-icons li:last-of-type a {
  margin-right: 10px !important;
}
#inline-link-profile svg {
  stroke: none;
  margin-top: -2px;
}
#inline-link-profile span {
  margin-left: 5px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  margin-top: 0 !important;
  /*max-width: 1600px;*/
}
.content-container {
  min-height: auto;
  margin-bottom: 160px !important;
}
/*.homepage-carousel-container {
  margin-top: 20px;
}*/
.homepage-boxes-container h2 {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 50px;
}
.featured-products h1 {
  font-size: 46px;
  font-weight: normal;
  text-align: left !important;
  margin-top: 5rem !important;
  margin-bottom: 60px;
}
.featured-products .product-list {
  justify-content: flex-start;
}
.featured-products .product-thumbnail {
  width: calc((100% - 60px) / 3) !important;
}

.homepage-boxes-container {
  margin-top: 100px;
}
.homepage-boxes-container h2 {
  margin-bottom: 20px;
}
.homepage-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.homepage-box {
  width: calc((100% - 60px) / 3);
  height: auto;
  background-color: #F6F1E7;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 16px 15px;
  display: block;
  border-radius: 16px;
}
.carousel-item, .carousel-item.active {
  display: flex;
  align-items: center;
}
.carousel-caption {
  transform: none !important;
  left: 0% !important;
  top: auto !important;
  text-align: left;
  padding: 4rem 6rem;
  justify-content: start !important;
  align-items: start !important;
  max-width: 50%;
  bottom: auto !important;
}
.carousel-caption-header {
  font-size: 68px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.carousel-caption p {
  font-size: 24px;
  font-weight: 500;
  max-width: 82%;
}
.carousel-caption a {
  font-size: 15px !important;
}
/**
.homepage-box.hbox1 {
  background: url();
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox2 {
  background: url();
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox3 {
  background: url();
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox4 {
  background: url();
  background-size: contain;
  background-position: center center;
}**/
.homepage-boxes-container h2 {
  margin-bottom: 60px;
}
.homepage-box div {
  margin: 18px 15px;
}
.homepage-box p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;;
  margin-bottom: 5px;
}
.homepage-box img {
  width: 100%;
  height: auto;
}
.homepage-box div a {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #191919;
  padding-bottom: 1px;
}
.need-custom-container {
  border-top: 1px solid #AFABA1;
  margin: 6rem 0 4rem;
  padding: 5rem 0 0;
  display: flex;
}
.need-custom-container h2, .need-custom-container div {
  width: 50%;
}
.need-custom-container h2 {
  font-size: 40px;
  font-weight: normal;
}
.need-custom-container div p {
  font-size: 25px;
  padding-right: 12rem;
  margin-bottom: 2.5rem;
  padding-top: 6px;
}
.need-custom-container div a {
  font-size: 20px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list {
  gap: 30px;
}
.product-thumbnail {
  margin: 0 !important;
  padding: 16px 15px;
  border-radius: 16px;
}
.product-thumbnail .thumbnail-img-container a {
  justify-content: center;
  overflow: hidden;
}

.product-thumbnail .thumbnail-img-container {
  border: 1px solid #F6F1E7;
}

.thumbnail-img-container {
  border-radius: 20px !important;
}
/*
.product-thumbnail .thumbnail-img-container img {
  height: 530px;
  width: auto;
  max-width: none;
  margin: auto;
}
.featured-products .product-thumbnail .thumbnail-img-container img {
  width: 100%;
  height: auto;
}
*/
.product-thumbnail .thumbnail-img-container {
  overflow: hidden;
  border-radius: 8px !important;
}
.product-thumbnail .thumbnail-img-container a {
  background-color: #F6F1E7;
}
.thumbnail-description-container {
  padding: 1rem 14px !important;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 18px;
}
/*-------------------*/
/* PRODUCTS/CATEGORY */
/*-------------------*/
#content.content-page.container-fluid {
  padding: 0 !important;
}
.category-page-content-section .product-list {
  padding-top: 0 !important;
  margin: 0 !important;
}
.category-page .product-thumbnail {
  width: calc((100% - 60px) / 3) !important;
}
.category-page-content-section > .container-fluid {
  display: none;
}
.category-title-container h1 {
  text-align: center;
  font-size: 30px;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main {
  margin-top: 60px;
}
.product-page-main .product-title h2 {
}
.product-page-main h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
.zoomContainer {
  display: none !important;
}
.product-page-main .product-price div {
  font-size: 20px;
}
.product-page-main .main-img-container {
  width: 100%;
  border: 1px solid #fff;
}
.product-page-main .main-img {
  background-color: #fff;
  height: 100%;
}
.modal.lightbox .modal-body .carousel-item .ratio {
  background-color: #fff !important;
}
.modal.lightbox .modal-body button svg {
  fill: #000;
}
.related-products-thumbnails, .recently-viewed-products-thumbnails {
  gap: 30px;
  justify-content: start;
}
.recently-viewed-products .product-thumbnail, .related-products .product-thumbnail {
  padding: 0;
  width: calc((100% - 60px) / 3) !important;
  margin: 0 !important;
}
.recently-viewed-products .product-thumbnail img, .related-products .product-thumbnail img {
  max-height: 100%;
}
.recently-viewed-products .thumbnail-img-container, .related-products .thumbnail-img-container {
  border: none;
}
.product-page-main .images-wrapper {
  align-items: start;
  padding-right: 20px;
}
.product-page-main .images-container {
  max-height: 100%;
  height: 100%;
}
.product-page-main .images-wrapper ul {
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 120px;
}
.product-page-main .images-wrapper ul li {
  border-color: #fff;
  margin: 0 0 5px;
  max-width: 120px;
  min-width: 120px;
  max-height: 120px;
  min-height: 120px;
  overflow: hidden;
  border-radius: 0
}
.product-page-main .images-wrapper ul li a {
  min-width: 118px;
  width: 100%;
  height: 100%;
}
.product-page-main .images-wrapper ul li .small-thumb {
  max-height: 120px;
  max-width: 120px;
}
.product-page-main .images-wrapper > button {
  display: none;
}
.gallery-main {
  display: flex;
  flex-direction: row-reverse;
}
.product-page .main-img img {
  max-width: 100%;
  max-height: 100%;
}
.product-header {
  border: none;
}
.product-page-main .total-info .product-quantity {
  margin-top: 10px;
  align-items: center;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 180px;
  display: flex;
}
.product-page-main .total-info .product-quantity #quantity input {
  text-align: center;
  padding: 10px 15px 12px !important;
  line-height: 1;
  max-width: 80px;
}
a.quantity-btn {
  border: 1px solid #3273de;
  color: #3273de !important;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-size: 16px !important;
  width: 18px;
  font-weight: 600;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.quantity-btn.plus {
  margin-bottom: 3px;
}
a.quantity-btn:hover {
  background-color: #3273de;
}
a.quantity-btn svg path {
  fill: #3273de !important;
}
a.quantity-btn:hover svg path {
  fill: #FFF !important;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
}
.product-page-main .total-info .product-quantity #quantity > div, .product-page-main .total-info .product-quantity #quantity > div > div {
  display: flex;
  width: 100%;
  align-items: center;
}
.product-page-main .add-to-cart-area {
  margin: 0;
}
.product-page-main .total-info .product-quantity .add-to-cart-area .btn.add-to-cart {
  max-width: 200px !important;
  display: block;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  margin-left: 12px;
}
.product-page-main .total-info .product-quantity-container {
  padding: 0;
  margin-bottom: 12px;
  border: none;
}
.product-summary {
  margin-top: 20px;
}
.product-summary-footer .summary-footer .name {
  font-weight: normal;
}
.product-header .product-overview {
  margin-bottom: 50px;
}
.product-price {
  margin-top: 20px !important;
}
.product-option-thumb, .logo-location-thumb {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: none !important;
  color: #000;
}
.select2-container {
  max-width: 100%;
}
.select2-container .select2-selection--single .select2-selection__clear span {
  line-height: 15px;
  margin-top: -5px;
  height: 20px;
  display: inline-block;
}
#primary_image_link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-page form > div h2 {
  text-align: center;
}
.shopping-cart thead tr th {
  font-size: 18px;
  padding: 13px 0;
}
.btn.remove-cart-item, .btn.remove-cart-item img {
  padding: 0 0 !important;
  height: 14px;
  line-height: 14px;
}
.cart-quantity-input {
  text-align: center;
  width: 76px;
}
.shopping-cart tbody tr td {
  padding: 20px 0 !important;
}
.shopping-cart .btn.cart-checkout-btn {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 35px !important;
  line-height: 1;
  font-size: 16px !important;
  font-weight: normal !important;
}
.checkout-steps .btn.secondary {
  padding: 0;
}
.btn.secondary.btn-item-summary {
  padding: 4px 15px 3px;
}
.checkout-steps .btn.secondary svg {
  margin-top: 4px;
  stroke: #003C44;
  fill: #003C44;
}
/*-------------------*/
/* LOGIN/REGISTER */
/*-------------------*/
.login-register-page h3 {
  margin-bottom: 20px;
}
.form-control, .form-select, .form-control:focus, .form-select:focus {
  background-color: #ffffff;
  border: none;
  padding: 6px 12px;
  box-shadow: none !important;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0px 0px 2px;
  box-shadow: none !important;
  border-radius: 6px;
}
.login-btn-and-links > input.btn.secondary, #new_website_user > div button {
  line-height: 1 !important;
  display: inline;
  height: 36px;
}
#new_website_user > div button {
  padding: 5px 15px;
  width: 200px;
}
.login-btn-and-links p {
  margin-top: 6px;
}
#new_website_user div label, #edit_website_order div label {
  margin-bottom: 10px !important;
  display: block;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
}
.footer-container .wrapper {
  padding: 64px 0 0 !important;
}
.footer-categories, .footer-custom-links, .footer-pages {
  padding-left: 8rem !important;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.footer-container .links.categories li:last-of-type {
  display: none;
}
.footer-container ul li a {
  padding: 10px 0px !important;
  font-size: 16px;
  font-weight: 500;
}
.footer-container .links.pages li a {
  margin: 0 !important;
  padding: 10px 0px !important;
}
.footer-container p {
  padding: 0 !important;
  margin: 0;
  text-align: left;
}
.footer-container .footer-copyright h4 {
  text-align: right;
}
.footer-container .copyright-section .links.pages {
  flex-direction: row !important;
  justify-content: center;
}
.footer-site-info > div {
  margin-bottom: 3rem;
}
.footer-site-info > a {
  border: 2px solid #2A2A2A;
  padding: 12px 35px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 17px;
  margin: 30px 0;
}
.footer-site-info > a:hover {
  color: #2A2A2A;
  border-color: #2A2A2A;
}
ul.social-media {
  margin: 4rem 20px 0;
}
.custom-footer-links {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 !important;
}
.copyright-section {
  padding: 15px 0;
}
.footer-links > div {
  display: flex;
}
.footer-links > div ul {
  padding-right: 35px !important;
}
.custom-footer-links li a, .footer-links > div li a {
  padding: 10px 0px !important;
}
.footer-container .accordion-item {
  border: none;
}
.footer-container .accordion-body {
  padding: .5rem 1rem .5rem !important;
  border-bottom: 1px solid #F3F0E7;
}
#footer-accordion h2 {
  margin: 0;
}
#footer-accordion-nav-links div.accordion-body {
  padding: 0;
}
#footer-accordion-categories-heading button, #footer-accordion-nav-heading button, #footer-accordion-custom-heading button {
  padding: 10px 0 !important;
  border-bottom: 1px solid #F3F0E7;
  border-radius: 0;
}
.copyright-section {
  padding: 15px 0;
  text-align: center;
}
.copyright-section a {
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (max-width: 1400px) {
  .carousel-caption-header {
    font-size: 42px;
    line-height: 47px;
  }
  .footer-categories, .footer-custom-links, .footer-pages {
    padding-left: 3rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .category-page .product-thumbnail {
    width: calc((100% - 30px) / 2) !important;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 1rem !important;
  }
  .home-shop-links li a {
    padding: 0 !important;
  }
  .login-register-page > div {
    padding: 0 0 3rem 0 !important;
  }
  .carousel-caption {
    padding: 3rem 4rem;
  }
  .carousel-caption-header {
    font-size: 34px;
    line-height: 36px;
  }
  .carousel-caption p {
    font-size: 20px;
    font-weight: normal;
  }
  .homepage-boxes-container h2 {
    font-size: 34px;
  }
  .need-custom-container {
    flex-direction: column;
  }
  .need-custom-container h2, .need-custom-container div {
    width: 100%;
  }
  .need-custom-container div p {
    padding-right: 4rem;
  }
  .footer-site-info > div {
    margin-bottom: 1rem;
  }
  ul.social-media {
    margin: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featured-products .product-thumbnail, .product-thumbnail {
    width: calc(50% - 15px) !important;
  }
  .carousel-inner {
    margin: 0 !important;
  }
  .carousel-item > a {
    display: none !important;
  }
  .carousel-caption {
    background: #1A31A9;
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0 !important;
    padding: 2rem 30px;
  }
  .carousel-caption-header {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-box {
    width: 100%;
  }
  .product-page-main h2 {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 480px) {
  .container-fluid {
    padding: 0 1.5rem !important;
  }
  ul.custom-footer-links {
    flex-direction: column !important;
  }
  .copyright-section {
    padding: 0 1rem;
  }
  ul.custom-footer-links li, ul.custom-footer-links li a {
    padding: 0 !important;
  }
  .featured-products .product-thumbnail, .category-page .product-thumbnail, .product-thumbnail {
    width: 100% !important;
  }
  .copyright-section {
    padding: 10px 0;
  }
  .copyright-section a {
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
}