/*-------------------
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 */
/*-------------------*/
*, body, html {
  font-family: 'Text Regular', sans-serif !important;
}

h1, h2, h3, h4 {
	font-family: 'Display Semi-Bold', sans-serif !important;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
.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 {
  border-radius: 0 !important;
}
.discount-container {
  top: 14px;
  left: 14px;
  border-radius: 0;
}
.btn.primary, .btn.secondary {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 500;
}
/*--------- SEARCH MODAL ----------*/
#search-modal {
  border: 1px solid #201747;
}
#search-modal .modal-dialog {
  margin: 0;
  top: 90px;
}
#search-modal .modal-dialog, #search-modal .modal-content {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border: none;
  background-color: #fff;
}
#search-modal .new_search.search-form {
  width: 100%;
  max-width: 700px;
}
#search-modal .modal-body {
  padding: 15px 1rem;
}
#search-modal input.form-control {
  background-color: transparent;
  border-radius: 5px;
  color: #000;
  border: 2px solid #201747 !important;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.4;
  z-index: 10;
}
/*
#search-modal .search-icon-input:hover input.form-control {
  border: 2px solid #201747 !important;
}
*/
#search-modal input.form-control:focus {
  box-shadow: none;
  border-color: #201747 !important;
}
#search-modal input.form-control::-webkit-input-placeholder {
  color: #201747 !important;
}
#search-modal input.form-control:-moz-placeholder {
  color: #201747 !important;
}
#search-modal input.form-control::-ms-placeholder {
  color: #201747 !important;
}
#search-modal input.form-control::placeholder {
  color: #201747 !important;
}
#search-modal .search-btn {
  background-color: transparent;
  border: none !important;
  border-radius: 40px;
  color: #201747;
  position: absolute;
  right: auto;
  z-index: 10;
  padding: 7px 20px 11px;
  left: -56px;
  width: 56px;
}
#search-modal .search-btn svg {
  height: 16px;
  fill: #201747;
  stroke: #201747;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border: 1px solid #ced4da;
  border-radius: 5px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0;
  top: -1px;
}
.select2-container {
  width: 100% !important;
}
/*-------------------*/
/* CUSTOM SEARCH */
/*-------------------*/
.header-container .header-navbar {
  padding: 8px 0;
}
.search-box-container {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1800px;
  margin: auto;
}
.header-container .simple_form.new_search.search-form {
  max-width: 100%;
}
.search-box-container form > div {
  display: flex;
}
#search-options, #search-options:hover, #search-options:focus {
  background-position-x: right 20px;
  background-position-y: 15px;
  border: 2px solid #201747 !important;
  padding: 9px 20px !important;
  background-color: #e6e6f2;
  color: #201747;
  border-radius: 5px;
}
#search-options:focus {
  box-shadow: none;
}
#search-options::after {
  display: none;
}
.search-icon-input {
  width: calc(100% - 70px);
  display: flex;
  position: relative;
  margin: auto;
}
.search-box-container input {
  border-color: #e1e1e1 !important;
  width: 100%;
  padding: 10px 16px 10px 50px;
}
.search-box-container input:focus {
  box-shadow: none;
}
.search-box-container i {
  position: absolute;
  left: 13px;
  top: 15px;
  padding-right: 10px;
  border-right: 1px solid #e1e1e1;
}
.search-box-container form > div > ul {
  display: block;
  position: relative;
  top: 0;
  overflow: initial;
  max-width: 215px;
}
.search-box-container li.custom-search-dropdown {
  cursor: pointer;
  padding: 0;
}
.search-box-container ul.search-options-list {
  display: none;
  overflow: hidden;
  border: 1px solid #201747 !important;
  border-top: none;
  top: 42px;
  background-color: #ffffff;
}
.search-box-container ul.search-options-list.show {
  display: block;
}
.search-box-container ul.search-options-list li {
  padding: 12px 20px;
  cursor: pointer;
  color: #201747;
}
.search-box-container ul {
  display: none;
  position: absolute;
  top: 49px;
  z-index: 900;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 648px;
  right: 0;
  overflow-y: scroll;
  text-align: left;
  background-color: #ffffff;
}
#search-modal .search-box-container ul ul {
  background-color: #ffffff;
  margin-top: -3px !important;
}
#search-modal .search-box-container form > div {
  flex-direction: column;
}
#search-modal .search-box-container ul {
  max-width: 100%;
  top: 1px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  background-color: transparent;
}
#search-modal .search-box-container .search-icon-input:hover ul {
  top: 41px;
}
.search-icon-input:hover ul {
  display: block;
}
#search-modal .search-box-container .search-icon-input ul {
  background-color: #FFF;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-top: none !important;
  z-index: 9;
  display: flex;
  top: 41px;
  margin-top: 1px;
  flex-wrap: wrap;
}
.search-box-container li {
  border-bottom: 1px solid #201747;
}
.search-box-container .search-icon-input ul li {
  border: 1px solid #201747;
  width: calc(25% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}
ul.search-options-list li:hover {
  background-color: #e6e8f0;
}
.search-box-container li:last-of-type {
  border-bottom: none;
}
.search-box-container li a {
  display: flex !important;
  line-height: 1.25;
  padding: 0 !important;
  flex-wrap: wrap;
}
.search-icon-input .clear-search-term {
  position: absolute;
  right: -48px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  cursor: pointer;
  z-index: 11;
}
.search-icon-input .clear-search-term a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon-input a svg {
  width: 18px;
  height: 18px;
  fill: #201747;
  stroke: #201747;
}
.search-icon-input a svg rect {
  stroke-width: 1px !important;
}
.search-box-container .img-container {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  min-width: auto;
  border: none;
  margin-bottom: 10px;
  justify-content: center;
}
.search-box-container .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.name-and-price-container {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 10px;
  width: 100%;
}
.search-box-container span {
  padding: 3px 0;
  color: #201747;
  font-size: 14px;
}
.search-box-container span.fw-bold {
  color: #201747;
  font-size: 16px;
}
.search-box-container .name-and-price-container:hover span.fw-bold {
  text-decoration: underline;
}
.search-box-container span em {
  margin: 0 12px;
  font-style: normal;
  color: #201747;
  font-size: 15px;
}

/*-------------------*/
/* CART DRAWER */
/*-------------------*/
.cart-drawer-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #0e1b4d;
  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 #201747;
  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: #363cca;
  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;
}
.clear-continue-btns .btn.primary {
  width: calc(50% - 16px);
  padding: 6px 4px !important;
  border-width: 1px;
  font-size: 13px !important;
}
.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;
  position: relative;
}
.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: start;
  flex-direction: column;
}
.small-quantity-container button {
  padding: 10px;
  line-height: 1;
  height: fit-content;
  margin-left: 12px;
}
.item-description button.remove-cart-item, .item-description button.remove-cart-item:focus {
  margin: 10px 0 0 -2px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #201747 !important;
  font-size: 14px;
  box-shadow: none;
}
.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;
  position: relative;
  height: 50px;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.cart-drawer-subtotal div {
  padding: 15px 0;
  font-size: 18px;
}
.proceed-to-checkout-btn a, .proceed-to-checkout-btn input {
  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;
  position: absolute;
  right: 0px;
  top: 11px;
}
.item-total-price .loader {
  top: 0px;
  right: 0px;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.cart-page .cart-quantity-container button {
  width: 0 !important;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.proceed-to-checkout-btn .btn.secondary {
  padding: 10px;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-navbar {
  padding: 0;
}
.header-icons .btn:focus {
  box-shadow: none;
}
.header-icons > a svg, .header-icons button svg {
  stroke: none;
  height: 22px;
  fill: #201747;
}
.header-container .header-links > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  bottom: 0;
  background: transparent;
  left: 0;
  transition: all .25s ease-in;
}
.header-container .header-links > li > a:hover::before, .header-container .header-links > li > a:focus::before {
  background: black;
  width: 100%;
}
.header__cart-link {
  position: relative;
}
.header__cart-link span {
  background-color: #0073EB;
  border-radius: 20px;
  width: 18px;
  height: 18px !important;
  right: -10px;
  position: absolute;
  color: #fff;
  padding: 0;
  justify-content: center;
  display: flex;
  top: -8px;
  align-items: center;
  font-size: 10px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.header-container .header-links.categories {
  padding-left: 40px;
}
.header-container .header-links > li {
  padding: 0 20px;
}
.header-container .header-links > li > a {
  position: relative;
  padding: 33px 0 !important;
}
.header-container .header-links .dropdown-menu {
  margin-top: 0px;
  margin-left: 20px;
}
.header-container .dropdown-menu li:last-of-type a {
  padding: 10px 15px !important;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.featured-products {
  overflow: visible !important;
}
.content-container {
  margin: auto;
}
.featured-category h2 {
  padding: 20px 0px;
  margin: 70px 0 0 !important;
  font-size: 30px;
  font-weight: normal;
  border-top: 1px solid #201747;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-category h2 a {
  font-size: 1rem;
  display: inline;
  border-bottom: 2px solid #00A2C7;
  padding-bottom: 2px;
}
.featured-products h1 {
  padding: 20px 0px;
  margin: 0 0 0 0;
  font-size: 30px;
  font-weight: normal;
  /*border-top: 1px solid #201747;*/
}
.carousel-caption {
  left: 50%;
  top: 50% !important;
  margin: 0;
  bottom: 0;
  max-width: calc(90% - 64px);
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) !important;
  width: 100%;
}
.carousel-caption a.secondary, .carousel-caption a.secondary:hover, .carousel-caption a.secondary:focus {
  border: 1px solid #fff;
  background-color: transparent;
}
.carousel-caption-header {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.faq-header {
  cursor: pointer;
  width: 100%;
  border: none;
  border-top: 1px solid #000;
  border-bottom: none;
  padding-top: 14pt;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.faq-header::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.faq-header.expanded::after {
  transform: rotate(180deg);
}

.faq-list {
  display: none;
  overflow: hidden;
}

/*-------------------*/
/* PRODUCTS / CATEGORY PAGES */
/*-------------------*/
.category-page-content-section {
  overflow: visible !important;
}
.category-page-content-section > nav {
  margin-top: 20px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail {
  padding: 0;
  border: 1px #e5e5e5 solid;
  margin: -1px 0 0 -1px !important;
  width: calc((100% + 3px) / 3) !important;
}
.product-thumbnail:hover {
  border: 1px #e5e5e5 solid;
}
.thumbnail-description-container {
  padding: 12px 15px 15px !important;
}
.product-thumbnail .thumbnail-img-container {
  border: 0;
}
.product-thumbnail .thumbnail-description-container a h5 {
  margin: 0;
  font-weight: normal !important;
  font-size: 18px;
}
.product-thumbnail .thumbnail-img-container img {
  max-height: 850px;
  width: 100%;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.select2-container {
  width: 100% !important;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
#shopping-cart-page .cart-drawer-subtotal {
  border: none;
}
.cart-inline-title {
  min-width: 80px;
  display: inline-block;
  margin-right: 3px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  margin-top: 60px !important;
  padding: 20px 16px;
}
.footer-container .wrapper {
  max-width: 896px;
}
.footer-container .wrapper .row {
  padding: 30px 0 !important;
}
.custom-footer-verbaige br {
  display: block;
  margin-top: 5px;
}
ul.social-media {
  margin-top: 20px;
}
.copyright-section {
  border-color: #fff;
  margin: 0 !important;
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
ul.custom-footer-links, ul.social-media {
  margin: 0;
}
.custom-footer-links li a {
  padding: 4px 0px 0px 0 !important;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 1.2;
}
.footer-container .social-media a {
  padding: 0 24px 0 0;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}
@media (min-width: 1200px) and (max-width: 1400px) {
  .content-container {
    margin: 0 !important;
  }
}
@media screen and (max-width: 991.99px){
  .header-container > .wrapper {
    max-width: 100%;
  }
  #search-modal .modal-dialog {
    top: 62px;
  }
  .logo-container {
    margin: 12px 0;
  }
}

@media screen and (max-width: 768px) {
   .featured-category h2, .featured-products h1 {
    font-size: 22px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 15px 0px 20px;
  }
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 200px;
  }
  .featured-category .product-thumbnail, .product-thumbnail {
    width: calc(50% + 1px) !important;
  }
  .carousel-caption {
    background: none;
  }
  .search-box-container .search-icon-input ul li {
    width: calc(50% + 1px);
  }
}
@media screen and (max-width: 660px){
  .carousel-caption {
    max-width: calc(100% - 64px);
    padding: 5px 10px 20px;
  }
  .product-thumbnail .thumbnail-description-container a h5 {
    font-size: 15px;
  }
  .product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
    font-size: 14px;
    margin-top: 6px;
  }
  .search-box-container span.fw-bold {
    font-size: 15px;
    font-weight: normal !important;
  }
  .cart-item {
    padding: 10px 0 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

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

}