:root {
  --white: #fff;
  --offwhite: #f2f1f1;
  --black: #2e2e2b;
  --red: #ed1d26;
  --dkred: #ad1118;
  --nixagrey: #242021;
  --nixared: var(--red);
  --ltgrey: #dcdddc;
  --grey: #999999;
  --iconFont: 'Font Awesome 7 Free';
  --small:80%;
}

html {
  color: var(--black);
}

body {
  color: var(--black);
}

.container {
  width: 95%;
  max-width: 1100px;
}

#headerLogo {
  width: 100%;
  max-width: 100px;
}
#headerLogo img {
  width: 100%;
  min-width: 100px;
}

blockquote {
  padding: 20px;
  max-width: 400px;
  margin: 20px !important;
}
blockquote.red {
  border-left-color: var(--dkred);
}
blockquote.right {
  float: right;
  margin-right: 0 !important;
}
blockquote.left {
  float: left;
  margin-left: 0 !important;
}

img {
  border-radius: 5px;
}

@media only screen and (min-width: 980px) {
  #headerLogo {
    max-width: 150px;
  }
}
.woocommerce header a {
  color: #333 !important;
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu, .lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
  display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
  display: none;
}

#faq-accordian .et_pb_accordion_item {
  margin-bottom: 0;
}

#service-carousel .slick-slide > div {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
}

#service-carousel img {
  width: 100px;
  margin: auto;
}

.sb_instagram_header {
  display: none;
}

@media (min-width: 1430px) {
  @-moz-document url-prefix() {
    .gform_heading {
      width: 400px !important;
    }
  }
}
.gform_title, .gform_description {
  color: #000 !important;
}

.gform_title {
  line-height: 1.1;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 1500px) {
  .archive .et-db #et-boc .et-l .et_pb_section {
    padding: 0px;
  }
}
@media (min-width: 981px) {
  .archive .et-db #et-boc .et-l .et_pb_section {
    padding: 0;
  }
  .et_pb_section_0_tb_header.et_pb_section {
    padding-top: 10px !important;
  }
}
.dswc_woocommerce_carousel_0 .swiper-slide.dswc_item_wrapper .dswc_title {
  display: block;
}

.dswc_woocommerce_carousel_0 .swiper-slide.dswc_item_wrapper .dswc_title a {
  color: #000;
}

.dswc_woocommerce_carousel_0 .swiper-slide.dswc_item_wrapper .dswc_price {
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
  }
  .woocommerce ul.products:before {
    display: none;
  }
  .woocommerce-page ul.products li.product:nth-child(n) {
    width: calc(50% - 10px) !important;
    float: none !important;
    margin-right: 0 !important;
  }
  li.product img {
    max-width: 100px !important;
  }
  li.product .et_shop_image {
    display: inline-block;
    margin: auto;
  }
}
/** Product Detail **/
.flex-control-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap !important;
}

.flex-control-thumbs li {
  margin: unset !important;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  padding: unset;
  padding: 7px 0 5px 15px;
  margin-right: 0 !important;
}

p.stock {
  margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
  .reverse-columns-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
/** About Us Tabs **/
.nixa-tabs .et_pb_tab_content strong {
  font-size: 1.2em;
}

@media (min-width: 981px) {
  .nixa-tabs .et_pb_tabs_controls {
    display: flex;
    border-bottom: 1px solid !important;
    justify-content: center;
  }
  .nixa-tabs .et_pb_tab_content {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .nixa-tabs .et_pb_tab_content > div {
    flex-grow: 1;
    width: 70%;
  }
  .nixa-tabs .et_pb_tab_content > div:first-child {
    width: 25%;
  }
}
/** Sale Badge **/
.woocommerce span.onsale {
  background-color: #ED1C27 !important; /* Change this to your preferred color */
  color: #fff;
  font-size: 0.875em;
  font-weight: 600 !important;
}

/** Product Grid List **/
.products .ajax_add_to_cart, .products .product_type_variable {
  background-color: #ED1D26 !important;
  font-size: 0.875em !important;
  font-weight: 600 !important;
}

/** Product Detail custom fields **/
.fpf-fields label {
  font-size: 12px;
}

.fpf-fields input {
  padding: 10px !important;
}

#utilityMenu .et_pb_menu__wrap .et_pb_menu__menu,
#utilityMenu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav {
  width: 100%;
}

#utilityMenuSection {
  position: relative;
}

#utilityMenuSection:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 100px; /* Adjust the width as needed */
  height: 100%;
  border-right: 30px solid rgb(211, 25, 34);
  background: linear-gradient(to right, rgba(211, 25, 34, 0), rgb(211, 25, 34));
  pointer-events: none; /* Allow click-through */
  z-index: 3; /* Ensure the gradient overlay is on top */
}

#utilityMenu {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  position: relative;
}

/* Custom scrollbar styles for Chromium-based browsers */
#utilityMenu::-webkit-scrollbar {
  height: 2px !important;
  display: block; /* Make the scrollbar visible */
}

#utilityMenu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

#utilityMenu::-webkit-scrollbar-thumb {
  background-color: #242021;
  border-radius: 4px;
}

/* Custom scrollbar styles for Firefox */
@-moz-document url-prefix() {
  #utilityMenu {
    scrollbar-width: thin;
    scrollbar-color: #d31922 #f1f1f1;
  }
}
#menu-utility-menu {
  width: 650px;
  flex-wrap: unset;
}

@media (min-width: 992px) {
  #utilityMenuSection:after {
    display: none;
  }
  #utilityMenu {
    overflow-x: visible !important;
    overflow: visible;
  }
  #menu-utility-menu {
    flex-grow: 1;
  }
}
#headerRow {
  display: flex;
  align-items: center;
  gap: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#headerAjax {
  flex-grow: 1;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 5px;
}

#headerSearch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 981px) {
  #mobileSearch {
    display: none;
  }
}
.wp-block-image {
  margin: 10px;
}

.woocommerce span.onsale {
  background-color: palegoldenrod !important;
  color: var(--black) !important;
}

.icon-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.icon-nav ul li {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  line-height: 1.5;
  cursor: pointer;
}
.icon-nav ul li a {
  display: flex;
  font-weight: 400;
  color: var(--dkred) !important;
}
.icon-nav ul li:hover > a {
  text-decoration: underline;
}
.icon-nav ul li .label {
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  display: none;
  flex-direction: column;
  color: var(--nixagrey);
}
.icon-nav ul li .sub-label {
  display: none;
  color: var(--nixagrey);
  font-size: 0.7rem;
}

@media only screen and (min-width: 980px) {
  .icon-nav li .label {
    display: flex !important;
  }
  .icon-nav li .sub-label {
    display: flex !important;
  }
  .navbar-toggle.menu-toggle {
    display: none;
  }
}
#mega-menu {
  z-index: 10;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.navbar-toggle {
  display: none;
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.navbar-collapse {
  display: block;
  position: relative;
}
.navbar-collapse.show {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nixa-mega {
  position: relative;
  z-index: 3;
  display: block;
  background: transparent;
  transition: all ease-in-out 0.2s;
}
.nixa-mega ul {
  list-style: none;
  padding: 0;
}
.nixa-mega #menu-shopping-mega {
  width: 100%;
  display: flex;
  background: transparent;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.nixa-mega #menu-shopping-mega::-webkit-scrollbar {
  display: none;
}
.nixa-mega #menu-shopping-mega .btn-sub-all {
  display: block;
}
.nixa-mega #menu-shopping-mega li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.nixa-mega #menu-shopping-mega li.menu-item-has-children a {
  display: block;
  font-size: 0.8rem !important;
  padding: 1px 0;
  color: var(--black);
  font-weight: bold;
}
.nixa-mega #menu-shopping-mega li.menu-item-has-children:hover > .mega-lvl-1 {
  display: block;
}
.nixa-mega #menu-shopping-mega li.menu-item-has-children:after {
  content: "";
  position: relative;
  bottom: 100%;
  left: 20%;
  width: 60%;
  height: 100%;
  display: block;
}
.nixa-mega #menu-shopping-mega li:hover > a, .nixa-mega #menu-shopping-mega li.current-menu-ancestor > a {
  color: var(--dkred);
}
.nixa-mega #menu-shopping-mega li:hover:after, .nixa-mega #menu-shopping-mega li.current-menu-ancestor:after {
  border-bottom-color: var(--nixagrey);
}
.nixa-mega #menu-shopping-mega li a:after {
  content: "\f105";
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 8px;
  font-family: var(--iconFont);
}
.nixa-mega #menu-shopping-mega ul.mega-lvl-1 li a:after {
  content: none;
}
.nixa-mega ul.mega-lvl-1 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.nixa-mega ul.mega-lvl-1 li {
  vertical-align: top;
  width: 18%;
  margin: 0 0.7%;
  padding: 0;
}
.nixa-mega ul.mega-lvl-1 li:after {
  display: none;
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children > a {
  margin-bottom: 5px;
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children ul.mega-lvl-2 {
  position: relative;
  display: block;
  box-shadow: none;
  margin-bottom: 10px;
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children ul.mega-lvl-2 li {
  width: 100%;
  display: block;
  padding: 0;
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children ul.mega-lvl-2 li a {
  font-weight: 400 !important;
}
.nixa-mega ul.mega-lvl-1 li a {
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 10px 20px;
}
.nixa-mega ul.mega-lvl-1 li a:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children > a {
  display: block;
  width: 100%;
}
.nixa-mega ul.mega-lvl-1 li.menu-item-has-children > a:hover {
  text-decoration: underline;
}
.nixa-mega ul.mega-lvl-1 li a {
  border-bottom: 1px solid var(--ltgrey);
}
.nixa-mega ul.mega-lvl-1 ul.mega-lvl-2 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.nixa-mega ul.mega-lvl-1 ul.mega-lvl-2 li a {
  font-weight: 400;
  border-bottom-color: transparent;
}
.nixa-mega ul.mega-lvl-1 ul.mega-lvl-2 li a:after {
  display: none;
}
.nixa-mega ul.mega-lvl-1 ul.mega-lvl-2 li a:hover {
  text-decoration: underline;
}
.nixa-mega ul.mega-lvl-1 .btn-sub-all {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.nixa-mega ul.mega-lvl-1 .btn-sub-all:after {
  content: "\f105";
  position: relative;
  margin-left: 20px;
  font-family: var(--iconFont);
}
.nixa-mega ul.mega-lvl-1 .btn-sub-all:hover {
  text-decoration: underline;
}

.container:before {
  background-color: transparent !important;
}
.container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 1px;
  background: var(--ltgrey);
}
.container #content-area {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.container #content-area #sidebar {
  position: relative;
  top: 0;
  width: 25%;
  margin: 0 2% 0 0;
  padding: 0 2% 0 0;
  order: 1;
}
.container #content-area #left-area {
  width: 75%;
  padding-left: 2%;
  margin-left: 0;
  order: 2;
}

#category-sidebar-menu {
  position: relative;
  z-index: 1;
}

.nixa-cat-menu {
  position: sticky;
  display: block;
  top: 0;
  width: 100%;
  max-width: 320px;
  background: var(--white);
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 0.9rem;
}
.nixa-cat-menu::-webkit-scrollbar {
  display: none;
}
.nixa-cat-menu #cat-menu {
  display: flex;
  background: transparent;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.nixa-cat-menu #cat-menu::-webkit-scrollbar {
  display: none;
}
.nixa-cat-menu #cat-menu .cat-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
.nixa-cat-menu #cat-menu li {
  display: block;
  justify-content: space-between;
  border-bottom: 1px solid var(--ltgrey);
  transition: all ease-in-out 0.2s;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.nixa-cat-menu #cat-menu li:last-child {
  border-bottom-color: transparent;
}
.nixa-cat-menu #cat-menu li .cat-btn {
  padding: 8px 10px 10px;
  display: flex;
  width: 100%;
}
.nixa-cat-menu #cat-menu li .cat-btn a {
  display: inline-block;
  color: var(--black);
  font-weight: 500;
  width: 80%;
}
.nixa-cat-menu #cat-menu li .cat-btn a:hover {
  color: var(--dkred) !important;
}
.nixa-cat-menu #cat-menu li .cat-btn .toggle-cat {
  display: inline-block;
  width: 20%;
  text-align: end;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.nixa-cat-menu #cat-menu li .cat-btn .toggle-cat:hover {
  color: var(--dkred) !important;
}
.nixa-cat-menu #cat-menu li.active-ancestor {
  border-left: 5px solid var(--dkred);
  font-weight: bold;
  background: var(--offwhite);
}
.nixa-cat-menu #cat-menu li.active > .cat-btn a,
.nixa-cat-menu #cat-menu li.active > .cat-btn .toggle-cat {
  color: var(--dkred);
  font-weight: bold;
}
.nixa-cat-menu #cat-menu li.menu-item-has-children {
  display: block;
}
.nixa-cat-menu #cat-menu li.show {
  background: var(--fkcart-error-bg-color);
}
.nixa-cat-menu #cat-menu li.show > ul.sub-menu {
  display: block;
  padding-left: 12px;
}
.nixa-cat-menu #cat-menu li.show > .cat-btn a {
  font-weight: 700;
}
.nixa-cat-menu #cat-menu li.show > .cat-btn .toggle-cat {
  transform-origin: right;
  transform: rotate(90deg);
  margin-top: 10px;
  margin-left: -10px;
}
.nixa-cat-menu #cat-menu li:hover > .cat-btn {
  background: rgba(0, 0, 0, 0.05) !important;
}
.nixa-cat-menu ul.sub-menu {
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all ease-in-out 0.2s;
  z-index: 5;
}
.nixa-cat-menu ul.sub-menu::-webkit-scrollbar {
  display: none;
}
.nixa-cat-menu ul.sub-menu li {
  margin: 0;
  justify-content: space-between;
}
.nixa-cat-menu ul.sub-menu li.menu-item-has-children {
  display: block;
  flex-direction: row;
}
.nixa-cat-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
.nixa-cat-menu ul.sub-menu li.menu-item-has-children > a {
  display: block;
  width: 100%;
}
.nixa-cat-menu ul.sub-menu li.menu-item-has-children > a:after {
  display: none;
}
.nixa-cat-menu ul.sub-menu li.menu-item-has-children > a:hover {
  text-decoration: underline !important;
}

#site-backdrop {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0) !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#site-backdrop.show {
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

@media only screen and (max-width: 980px) {
  .container:after {
    background-color: transparent;
  }
  .container #content-area #left-area {
    width: 100%;
    order: 1;
  }
  .container #content-area #sidebar {
    order: 2;
    width: 0 !important;
  }
  .navbar-toggle {
    display: block;
    padding: 10px;
    text-align: right;
  }
  #category-sidebar-menu {
    position: fixed;
    z-index: 20;
    top: 0;
    left: unset;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: scroll;
    transition: all ease-in-out 0.2s;
  }
  #category-sidebar-menu.show {
    max-height: unset;
    transform: translateX(-320px);
  }
  #category-sidebar-menu.show ul.sub-menu {
    padding: 12px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pickup-time-message {
  background: crimson;
  padding: 10px;
  border: 2px solid var(--dkred);
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.nixa-checkout-pickup-message:has(~ .nixa-checkout-pickup-message) {
  display: none;
}

/** Product List **/
li.product {
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 0 !important;
  display: grid;
}
li.product a {
  border: none !important;
  margin: 0 !important;
  padding: 20px 10px 10px !important;
}
li.product .et_shop_image {
  margin: -10px 0 10px !important;
}
li.product.outofstock a .out-of-stock {
  background: var(--offwhite);
  color: var(--black) !important;
  display: block !important;
  width: 100%;
  font-size: 100% !important;
  text-align: center;
  padding: 12px;
  margin: 0;
  line-height: 1;
}
li.product .learn_more_button {
  background: var(--offwhite);
  color: var(--black) !important;
  display: block !important;
  font-size: 100% !important;
  text-align: center;
  padding: 12px !important;
  margin: 0 10px 10px !important;
  line-height: 1 !important;
}

/* Pagination */
.page-numbers {
  border: none !important;
}
.page-numbers li {
  border: none !important;
}
.page-numbers li a {
  color: var(--black) !important;
}

#shipping-options {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 0;
  width: 100%;
}
#shipping-options li {
  width: 25%;
  margin: 0 10px 0 0;
  align-content: flex-start;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.2;
  border: 1px solid var(--grey);
  border-radius: 5px;
  background-color: var(--white);
  color: var(--grey);
}
#shipping-options li i {
  color: var(--ltgrey);
  display: block;
  padding: 0 0 10px;
}
#shipping-options li span {
  font-weight: 500;
}
#shipping-options li p {
  font-size: 75%;
  margin: 10px 0 0;
}
#shipping-options li.unavailable:after {
  content: "";
  display: none;
  border-bottom: 3px solid var(--ltgrey);
  width: 100%;
  height: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
#shipping-options li.available {
  color: black;
  background: var(--white);
}
#shipping-options li.available i {
  color: var(--dkred);
}

#delivery-info {
  display: block;
  width: 100%;
}

.product-name a {
  color: var(--black);
}

.product-sku {
  width: 100%;
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 20px;
}
ul.products li.product .woocommerce-LoopProduct-link .button {
  background: var(--red);
  color: white !important;
  font-size: 100% !important;
  border-radius: 5px !important;
  border: none;
  width: 100%;
  height: 40px !important;
  padding: 0 !important;
  line-height: 40px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  display: inline-block !important;
  text-align: center;
}
ul.products li.product .woocommerce-LoopProduct-link .button.learn_more_button {
  background: var(--dkred);
}
ul.products li.product .woocommerce-LoopProduct-link .button.learn_more_button:hover {
  background: var(--red);
}
ul.products li.product .woocommerce-LoopProduct-link .button:hover {
  background: var(--dkred);
  color: white !important;
  padding: 0 !important;
}
ul.products li.product .woocommerce-LoopProduct-link .button:after {
  display: none !important;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 130% !important;
  line-height: 1.25;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.woocommerce-LoopProduct-link .product-availability {
  display: none !important;
}

.alert {
  background: var(--fkcart-error-bg-color);
  border-left: 3px solid var(--dkred);
  padding: 10px;
}

.delivery-not-available-badge {
  display: block;
  margin: 10px 0;
  color: var(--dkred) !important;
  font-weight: bold !important;
  font-size: var(--small) !important;
}

@keyframes nixa-fulfillment-overlay-spin {
  to {
    transform: rotate(360deg);
  }
}
.nixa-fulfillment-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}
.nixa-fulfillment-loading-overlay--visible {
  display: flex;
}
.nixa-fulfillment-loading-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}
.nixa-fulfillment-loading-overlay__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: min(20rem, 100%);
  padding: 2rem 1.75rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  text-align: center;
}
.nixa-fulfillment-loading-overlay__spinner {
  width: 2.75rem;
  height: 2.75rem;
  box-sizing: border-box;
  border: 3px solid var(--ltgrey, #dcdddc);
  border-top-color: var(--nixared, #ed1d26);
  border-radius: 50%;
  animation: nixa-fulfillment-overlay-spin 0.75s linear infinite;
}
.nixa-fulfillment-loading-overlay__message {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--nixagrey, #242021);
}

@media (prefers-reduced-motion: reduce) {
  .nixa-fulfillment-loading-overlay__spinner {
    animation: none;
    border-top-color: var(--nixared, #ed1d26);
    opacity: 0.85;
  }
}
table.cart {
  border: none !important;
  border-color: transparent !important;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  border-spacing: 5px !important;
}
table.cart tbody.cart-section {
  border: 1px solid var(--nixagrey) !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
  display: block !important;
}
table.cart tbody.cart-section.nixa-cart-section--actions {
  border-color: transparent !important;
}
table.cart tbody.nixa-cart-section--ship-to-home td {
  display: block;
}
table td {
  border-color: transparent !important;
}
table tr.nixa-cart-section-heading {
  border-bottom: 1px solid var(--nixagrey);
  padding: 0 !important;
  display: block !important;
  color: var(--black);
  font-size: 125%;
}
table .nixa-cart-section-alert {
  background: var(--dkred);
  color: var(--white);
  padding: 20px;
}
table tr.cart_item {
  width: 100%;
  display: block;
  padding: 0 !important;
  border-bottom: 1px solid var(--nixagrey);
}
table tr.cart_item:last-of-type {
  border-bottom-color: transparent;
}
table tr.cart_item div[class*=nixa-cart-item-layout__] {
  padding: 0 10px;
}
table tr.cart_item .nixa-cart-item-layout__grid {
  display: flex;
}
table .product-thumbnail,
table .nixa-cart-item-layout__image {
  width: 15%;
}
table .product-thumbnail a,
table .nixa-cart-item-layout__image a {
  display: block;
  width: 100%;
}
table .product-thumbnail a img,
table .nixa-cart-item-layout__image a img {
  height: auto !important;
  width: 100% !important;
}
table .product-name,
table .nixa-cart-item-layout__details {
  width: 35%;
  padding: 0 20px;
}
table .product-name a,
table .nixa-cart-item-layout__details a {
  color: var(--black) !important;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 5px;
}
table .product-name .nixa-cart-item-layout__quantity .quantity input,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__quantity .quantity input {
  border: 2px solid var(--grey);
  border-radius: 5px;
  background: white;
  margin: 10px 0;
}
table .product-name .nixa-cart-item-layout__actions,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions {
  display: flex;
}
table .product-name .nixa-cart-item-layout__actions .saveforlater_button + .saveforlater_button,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions .saveforlater_button + .saveforlater_button {
  display: none !important;
}
table .product-name .nixa-cart-item-layout__actions a,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
}
table .product-name .nixa-cart-item-layout__actions a.add_saveforlater,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions a.add_saveforlater {
  text-align: end;
  font-weight: 400;
  color: black;
  background: transparent;
}
table .product-name .nixa-cart-item-layout__actions a.add_saveforlater:hover,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions a.add_saveforlater:hover {
  background: var(--ltgrey);
}
table .product-name .nixa-cart-item-layout__actions a.remove,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions a.remove {
  font-weight: bold;
  font-size: 100%;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-left: 10px;
}
table .product-name .nixa-cart-item-layout__actions a.remove:hover,
table .nixa-cart-item-layout__details .nixa-cart-item-layout__actions a.remove:hover {
  background: var(--dkred);
  color: var(--white) !important;
}
table .nixa-cart-item-layout__fulfillment {
  width: 35%;
}
table .nixa-cart-item-layout__fulfillment .nixa-fulfillment-option--disabled {
  opacity: 0.6;
}
table .nixa-cart-item-layout__fulfillment .nixa-fulfillment-option {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 90%;
}
table .nixa-cart-item-layout__fulfillment .nixa-fulfillment-option .nixa-fulfillment-option__label {
  font-weight: 500;
}
table .nixa-cart-item-layout__fulfillment .nixa-fulfillment-option .nixa-fulfillment-option__reason {
  font-size: 80%;
  color: var(--nixagrey);
  display: block;
}
table .product-price,
table .nixa-cart-item-layout__price {
  width: 15%;
  font-size: 130%;
  font-weight: bold;
  text-align: end;
}

.cart_totals h2 {
  display: block;
  background: var(--offwhite);
  border-radius: 10px 10px 0 0 !important;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}
.cart_totals .shop_table {
  display: block;
  background: var(--offwhite);
  font-size: 80%;
  border-radius: 0 0 10px 10px !important;
  padding: 0 20px 20px;
}
.cart_totals .shop_table tr th {
  padding: 0;
  border-color: transparent !important;
  vertical-align: top;
}
.cart_totals .shop_table tr td {
  padding: 5px 0 !important;
  text-align: end;
  vertical-align: top;
}
.cart_totals .shop_table tr td strong {
  font-weight: 400;
}

.checkout-button,
.single_add_to_cart_button {
  font-size: 120% !important;
  width: 100% !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  border: none !important;
  background: var(--dkred) !important;
  color: white !important;
}

.nixa-cart-pickup-store-details {
  display: none !important;
}

/* skeleton */
.nixa-shipping-skeleton,
.nixa-tax-skeleton {
  display: inline-block;
  height: 1em;
  border-radius: 4px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: nixa-skeleton-pulse 1.5s ease-in-out infinite;
}

.nixa-shipping-skeleton {
  width: 8.5em;
}

.nixa-tax-skeleton {
  width: 6em;
}

@keyframes nixa-skeleton-pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.cart-collaterals--empty {
  display: none;
}

.nixa-cart-item-layout__details > .saveforlater_button,
.nixa-cart-item-layout__title .saveforlater_button {
  display: none !important;
}

form.woocommerce-cart-form > .blockUI,
.cart_totals > .blockUI {
  display: none !important;
}

.nixa-zip-cart-root {
  margin-bottom: 16px;
}

.nixa-zip-confirmed__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0 0 0.35rem;
}

.nixa-zip-confirmed__label {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--nixagrey);
}

.save_add_to_cart,
.nixa-form__button {
  font-size: 80% !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  border: none !important;
  background: var(--dkred) !important;
  color: white !important;
}

/* Save for Later Cart */
.ywsfl_table tbody {
  border: 1px solid var(--nixagrey) !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
  width: 100%;
  display: block !important;
}
.ywsfl_table tbody tr {
  display: flex;
  vertical-align: middle;
}
.ywsfl_table tbody tr td:last-of-type {
  width: 20%;
  text-align: end;
}
.ywsfl_table tbody .product-remove a {
  color: var(--nixagrey);
  font-weight: bold;
  font-size: 100%;
  line-height: 1;
  border: none;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-left: 10px;
}
.ywsfl_table tbody .product-remove a:hover {
  border: none !important;
  background: var(--dkred);
  color: var(--white) !important;
}

.nixa-permit-gate {
  border: 1px dotted var(--black);
  border-radius: 10px;
  padding: 10px;
}

.nixa-permit-gate__label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.35rem;
}

.nixa-permit-gate__row {
  display: flex;
  gap: 5px;
  margin: 5px;
}

.nixa-permit-gate__row--full .nixa-permit-gate__input.input-text {
  flex-basis: 100%;
}

.nixa-permit-gate__row--actions {
  justify-content: flex-end;
}

.nixa-permit-gate__input {
  font-size: 80%;
  flex: 1 1 10rem;
  border-radius: 2px;
  width: 100%;
  display: block;
}

.nixa-permit-gate__hint {
  margin: 0;
  font-size: 80%;
  line-height: 1.45;
  font-weight: 400;
  color: var(--nixagrey);
  opacity: 0.72;
}

.nixa-permit-gate__saved-label {
  display: block;
  font-size: 80%;
  font-weight: bold;
}
.nixa-permit-gate__saved-label strong {
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */