/*-------------------
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 {
  font-family: 'HD', sans-serif !important;
}
h1, h2, h3 {
  font-weight: bold;
}
.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;
}
.btn.primary:not(.btn.rounded-pill), .btn.secondary:not(.btn.rounded-pill) {
  padding: 7px 22px !important;
}
.discount-container {
  top: 2px;
  left: 2px;
  border-radius: 0;
  padding: 12px 12px;
}
.new-item-productname {
  margin-top: -2px;
  margin-right: 6px;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container {
  padding: 2px 10px 4px;
}
.navbar-container ul.nav > li:last-of-type > a {
  padding-right: 0;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-navbar {
  padding: 25px 0;
}
.header-container .header-navbar button:focus {
  box-shadow: none;
}
.mobile-slider::before {
  margin-left: 17px;
}
.search-box-container {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.header-container .simple_form.new_search.search-form {
  max-width: 100%;
}
.search-box-container form > div {
  display: flex;
}
#search-options {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-position-x: right 10px;
  background-position-y: 17px;
  border: 1px solid #e1e1e1 !important;
  padding: 12px 10px !important;
  background-color: #ecf0f5;
}
#search-options:focus {
  box-shadow: none;
}
#search-options::after {
  display: none;
}
.search-icon-input {
  width: 100%;
  display: flex;
  position: relative;
  margin-left: -1px;
}
.search-box-container input {
  border-color: #e1e1e1 !important;
  width: 100%;
  padding: 9px 40px 9px 12px;
  font-size: 15px;
}
.search-box-container input:focus {
  box-shadow: none;
}
.search-box-container i {
  position: absolute;
  right: 13px;
  top: 15px;
  padding-left: 10px;
}
.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 #e1e1e1;
  border-top: none;
  top: 42px;
  background-color: #FFF;
}
.search-box-container ul.search-options-list.show {
  display: block;
}
.search-box-container ul.search-options-list li {
  font-size: 14px;
  padding: 8px 10px;
  cursor: pointer;
}
.search-box-container ul {
  display: none;
  position: absolute;
  top: 43px;
  background-color: #FFF;
  z-index: 997;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 356px;
  right: 0;
  overflow-y: scroll;
  text-align: left;
}
#search-modal .search-box-container form > div {
  flex-direction: column;
}
#search-modal .search-box-container ul {
  max-width: 100%;
  top: 1px;
  margin-bottom: 15px;
}
#search-modal .search-box-container .search-icon-input:hover ul {
  top: 44px;
}
.search-icon-input:hover ul {
  display: block;
}
.search-box-container li {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
}
ul.search-options-list li:hover {
  background-color: #DBE2E9;
}
.search-box-container li:last-of-type {
  border-bottom: none;
}
.search-box-container li a {
  display: flex !important;
  line-height: 1.3;
  font-size: 13px !important;
  padding: 0 !important;
  color: #000;
}
.search-box-container .img-container {
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 3px;
  border: 1px solid #ddd;
  margin-right: 10px;
  justify-content: center;
}
.search-box-container .img-container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  overflow: hidden;
}
.name-and-price-container {
  display: flex;
  flex-direction: column;
}
.search-box-container span {
  padding: 3px 0;
  font-weight: 500 !important;
}
.search-box-container span em {
  margin: 0 12px;
  font-style: normal;
  color: #a6a6a6;
  font-size: 15px;
}
.logo-container, .cart-wishlist-link-container {
  width: 320px;
  margin: 0;
}
.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: 9px 7px 0 !important;
  justify-content: end;
  width: auto;
  color: #008233;
  position: relative;
  font-size: 18px;
}
.cart-wishlist-link-container span {
  background-color: #008233;
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 20px;
  position: absolute;
  bottom: 0px;
  right: -11px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  padding-top: 0px;
  padding-left: 1px;
  color: #fff;
  top: 6px;
}
.cart-wishlist-link-container svg {
  fill: #008233;
  stroke: none;
  width: 22px;
  height: 22px;
  margin-right: 2px;
}
.navbar-nav .dropdown-menu > li {
  position: relative;
}
.dropdown-menu-2 {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 100%;
  padding: 0;
  top: -1px;
  list-style-type: none;
  border: 1px solid #ced4da;
}
.header-links.categories > li > ul > li.has-subsub:hover .dropdown-menu-2 {
  display: block;
}
.sub-sub-category {
  padding: 0px !important;
  border-bottom: 1px solid #ced4da;
  border-top: none !important;
}
.category-container li .dropdown-menu a {
  color: #000;
}
.category-container .dropdown-menu li:hover, .category-container .dropdown-menu li:focus {
  background-color: #ced4da;
}
.category-container .dropdown-menu li:hover a, .category-container .dropdown-menu li:focus a {
  opacity: 1;
}
.view-hide-cart {
  cursor: pointer;
}
/*-------------------*/
/* 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 #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: #008233;
  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: 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;
  border-radius: 40px;
}
.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 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;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.cart-page .cart-quantity-container button {
  width: 0 !important;
  visibility: hidden;
  height: 0;
  padding: 0;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container {
  z-index: 996;
}
.category-container .header-navbar {
  padding: 0;
}
.category-container .header-links.categories {
  margin: auto;
  justify-content: center;
}
.category-container .categories > li > a {
  padding: 12px 12px !important;
}
.category-container .dropdown-menu {
  margin-top: 0;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
#page-showing {
  overflow: hidden;
}
#page-showing > div {
  height: 100% !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
}
.content-container {
  min-height: auto;
}
/*-------------------*/
/* CAROUSEL */
/*-------------------*/
.homepage-carousel-container {
  overflow: hidden;
}
.carousel-caption {
  width: 80%;
}
.carousel-item .btn.primary {
  padding: 8px 20px !important;
  font-size: 16px !important;
  margin-top: 10px;
}
/*-------------------*/
/* FEATURED CATEGORIES */
/*-------------------*/
.cls-homepage-section {
  margin: 30px 0 0;
}
.cls-featured-categories-container {
  padding: 0 0 15px;
  margin: 70px 0 0;
}
.cls-featured-categories-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cls-featured-categories-inner .box {
  width: calc((100% - 45px) / 4);
  text-align: center;
  align-items: center;
}
.cls-featured-categories-inner .box:nth-child(1), .cls-featured-categories-inner .box:nth-child(3) {
  background-color: #BFCEC2;
}
.cls-featured-categories-inner .box:nth-child(2), .cls-featured-categories-inner .box:nth-child(4) {
  background-color: #DBE2E9;
}
.cls-featured-categories-inner a {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.cls-featured-categories-inner img {
  max-width: 100%;
}
.cls-featured-categories-inner span {
  position: absolute;
  z-index: 1;
  top: 16px;
  bottom: auto;
  font-size: 25px;
  color: #003087;
  font-weight: bold;
  left: 20px;
  text-transform: uppercase;
}

/*-------------------*/
/* NEW ARRIVALS */
/*-------------------*/
.cls-new-arrivals-container {
  background-color: #ebeff2;
  padding: 30px 0;
}
.cls-new-products-inner .product-list {
  justify-content: center;
}
/*-------------------*/
/* BENEFITS */
/*-------------------*/
.cls-benefits-container {
  background-color: #002554;
  padding: 30px 0;
}
.cls-benefits-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.cls-benefits-inner .box {
  width: calc((100% - 45px) / 4);
  text-align: center;
  padding: 35px 15px;
  color: #fff;
}
.cls-benefits-inner .box-1 {
  background-color: #003087;
}
.cls-benefits-inner .box-2 {
  background-color: #003087;
}
.cls-benefits-inner .box-3 {
  background-color: #003087;
}
.cls-benefits-inner .box-4 {
  background-color: #003087;
}
.cls-benefits-inner .box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*-------------------*/
/* USER PHOTOS */
/*-------------------*/
.cls-user-photos-container {
  margin-bottom: 70px;
}
.cls-user-photos-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.cls-user-photos-inner .box {
  width: calc((100% - 75px) / 6);
  text-align: center;
  color: #fff;
}
.cls-user-photos-inner img {
  max-width: 100%;
  height: auto;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.thumbnail-description-container {
  padding-bottom: 2px;
  text-align: center;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 15px;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 1.2 !important;
}
.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
  color: #00AD1D;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-inline-title {
  min-width: 86px;
  display: inline-block;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-bottom .wrapper {
  max-width: 1400px;
}
.footer-bottom .copyright-section {
  border: none;
}
.footer-bottom {
  background-color: #121a24;
  color: #ffffff;
}
.footer-container .mobile-copyright-section {
  background-color: #121a24;
}
ul.social-media {
  margin-left: 0;
  margin-top: 15px !important;
}
.mobile-copyright-section ul.social-media {
  margin-top: 2px !important;
}
.footer-container .social-media a {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: #B1E4E3;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.footer-container .social-media a svg {
  fill: #002554;
  height: 15px;
}
.footer-container .social-media a:hover svg, .footer-container .social-media a:focus svg {
  fill: #002554;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}
@media (min-width: 992px) and (max-width: 1199.99px){
  .logo-container img {
    max-width: 276px;
  }
  .cls-featured-categories-inner span {
    top: 10px;
    font-size: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 991.990px){
  .cart-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .item-description button.remove-cart-item {
    padding: 0px;
  }
  .cart-quantity-container {
    margin-left: 43px;
  }
  #shopping-cart .cart-quantity-container {
    margin-left: 0px;
  }
  .cart-more-info {
    margin-top: 20px;
    display: block;
    text-align: left !important;
    padding: 0 !important;
  }
  .carousel-caption {
    width: 90%;
  }
  .cls-user-photos-inner .box {
    width: calc((100% - 45px) / 4);
  }
  .carousel-caption-header {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 15px;
  }
  .carousel-item .btn.primary {
    margin-top: 0px;
    font-size: 15px !important;
  }
  .logo-container {
    max-width: calc(100% - 90px);
  }
  .logo-container img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px){
  .carousel-item .btn.primary {
    border: 1px solid #FFF;
  }
  .carousel-caption {
    width: 100%;
  }
  .cls-featured-categories-inner .box, .cls-benefits-inner .box {
    width: calc(50% - 10px);
  }
  .cls-user-photos-inner .box {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 540px){
  .cls-user-photos-inner .box {
    width: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 480px){
  .cls-featured-categories-inner .box, .cls-benefits-inner .box {
    width: 100%;
  }
}
@media screen and (max-width: 340px){

}