@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  header.header-classic {
    view-transition-name: header;
  }
}
@font-face {
  font-family: "astycf";
  src: url("../fonts/asty-cf/AstyCFStd-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "astycf-medium";
  src: url("../fonts/asty-cf/AstyCFStd-Medium.otf") format("opentype");
  font-weight: 500 !important;
  font-style: normal;
}
@font-face {
  font-family: "astycf-bold";
  src: url("../fonts/asty-cf/AstyCFStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.selected-filters-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
}
.selected-filters-wrapper .selected-filters .selected-filters-header {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}
.selected-filters-wrapper .selected-filters .selected-filters-header .selected-filters-title {
  font-weight: 600;
  color: #0d0d0d;
  font-size: 14px;
  margin-right: 0.5rem;
}
.selected-filters-wrapper .selected-filters .selected-filters-header .clear-all-filters {
  display: none;
}
.selected-filters-wrapper .selected-filters .selected-filters-list {
  display: inline;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem 0 0;
  font-size: 14px;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-label {
  margin-right: 0.25rem;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-value-group {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-value-group .filter-text {
  color: #0d0d0d;
  margin-right: 0.25rem;
  display: inline-block;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-value-group .remove-filter {
  background: none;
  border: none;
  color: #3c1400;
  cursor: pointer;
  transition: 0.25s ease all;
  display: inline-flex;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-value-group .remove-filter:hover {
  color: #cf2b1f;
}
.selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item .filter-value-group .remove-filter i {
  font-size: 1.25rem;
}
.selected-filters-wrapper .selected-filters .clear-all-filters {
  display: inline-block !important;
  margin: 0 0 0 0.5rem;
  color: #3c1400;
  text-decoration: underline;
  cursor: pointer;
}
.selected-filters-wrapper .selected-filters .clear-all-filters:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .selected-filters-wrapper .selected-filters {
    padding: 0.5rem 0;
  }
  .selected-filters-wrapper .selected-filters .selected-filters-header .selected-filters-title {
    font-size: 13px;
  }
  .selected-filters-wrapper .selected-filters .selected-filters-list .selected-filter-item {
    font-size: 13px;
  }
}
.selected-filters-wrapper:empty, .selected-filters-wrapper:not(:has(.selected-filters)) {
  display: none;
}

.container > .row .selected-filters-wrapper {
  grid-column: 1/-1;
  width: 100%;
}

#content + .selected-filters-wrapper {
  margin-top: 1.5rem;
}

.c--accordion-menu-1 {
  height: 100%;
}
.c--accordion-menu-1 ul.j-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.c--accordion-menu-1 .accordion-menu-item .collapse, .c--accordion-menu-1 .accordion-menu-item .collapsing {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background-color: #fff;
  left: 100%;
  transition: 0.25s ease all;
  display: block;
  z-index: 100;
  top: 0;
  margin-top: 0px !important;
}
.c--accordion-menu-1 .accordion-menu-item .collapse.in, .c--accordion-menu-1 .accordion-menu-item .collapsing.in {
  left: 0;
}
.c--accordion-menu-1 .parent {
  padding-left: 0.5rem;
  background-color: #f5f5f5;
}
.c--accordion-menu-1 .parent a {
  padding-left: 30px;
  justify-content: center;
}
.c--accordion-menu-1 .parent a .open-menu {
  right: auto;
  left: 0px;
}

/* SOF Cart Page */
/* EOF Cart Page */
body {
  font-family: "astycf", sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  background-color: #fff;
}

.breadcrumbs ul li:last-child a,
b,
.btn,
.page-title,
.section-title,
.module-title,
.panel-title,
.title,
strong {
  font-weight: normal;
  font-family: "astycf-medium", sans-serif;
}

.font-bold {
  font-family: "astycf-bold", sans-serif;
}

.site-wrapper > .page-title:before {
  background-color: unset !important;
}

.quick-checkout-wrapper .radio > label,
.quick-checkout-wrapper .checkbox > label,
.form-group > .radio > label,
.form-group > .checkbox > label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

/* SOF Header */
.desktop-header-active .header-classic .classic-cart-wrapper {
  margin-inline-start: initial !important;
}
.desktop-header-active .header-classic .mid-bar {
  max-width: 1678px;
}
.desktop-header-active .header-classic .mid-bar .desktop-search-wrapper {
  max-width: 700px;
}
.desktop-header-active .header-classic #main-menu .dropdown-menu.j-dropdown {
  transform: none !important;
}
.desktop-header-active .header-classic #main-menu > .j-menu > li > a {
  justify-content: center;
}
.desktop-header-active .header-classic .c--categories-flyout {
  border: 1px solid #cbcbcb;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.desktop-header-active .header-classic .c--categories-flyout > .j-menu > li:has(.mega-menu-content) {
  border-radius: 0px !important;
}
.desktop-header-active .header-classic .c--categories-flyout > .j-menu > li:has(.mega-menu-content) > a::before {
  content: "" !important;
  width: 3px;
  display: none;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -3px;
  background-color: white;
  margin: 0;
  min-width: 0px !important;
  margin-right: 0px !important;
  z-index: 99999;
}
.desktop-header-active .header-classic .c--categories-flyout > .j-menu > li:has(.mega-menu-content) > a:hover {
  border-color: #0070CD;
}
.desktop-header-active .header-classic .c--categories-flyout > .j-menu > li:has(.mega-menu-content) > a:hover::before {
  display: block;
}
.desktop-header-active .header-classic .c--categories-flyout > .j-menu > li > a {
  font-family: "astycf-medium", sans-serif;
  border-bottom: 3px solid transparent;
}

.header .mid-bar::before {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.desktop-main-menu-wrapper::before {
  border-top: 1px solid #eee;
}

.menu-bar .main-menu-1 > .main-menu,
.menu-bar .main-menu-1 > .main-menu > .j-menu > li {
  flex-grow: 1 !important;
  max-width: 1678px;
}

.search-categories-button::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 26px;
  background-color: #cbcbcb;
}

.mobile-cart-content-container .cart-totals td:last-child {
  font-family: "astycf-medium", sans-serif;
}

/* EOF Header */
/* SOF Homepage */
/* EOF Homepage */
/* SOF Notification */
.notification-wrapper:has(.notification) {
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 470px) {
  .notification-buttons {
    flex-wrap: wrap;
  }
  .notification-buttons a {
    width: 100%;
  }
  .notification-content img {
    max-width: 70px;
  }
}
/* EOF Notification */
/* SOF Product Card */
.module-products.c--plain-style .custom-old-price {
  display: none;
}

.module-products .module-title .view-all {
  font-size: 13px;
  font-family: "astycf", sans-serif;
  font-weight: normal;
  margin-left: 20px;
  text-transform: uppercase;
}
.module-products .module-title .view-all:hover {
  text-decoration: underline;
}
.module-products .module-title .view-all::after {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path fill='%231c005f' d='M1.41 0L0 1.41l4.58 4.59L0 10.59 1.41 12l6-6z'/></svg>") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.3em;
  top: -1px;
}

.product-layout .product-attributes {
  display: none;
}
.product-layout .custom-old-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0.25rem 0px;
  min-height: 20px;
}
.product-layout .custom-old-price .product-label strong {
  font-family: "astycf", sans-serif !important;
}
.product-layout .price {
  margin-top: auto !important;
}
.product-layout .price div.shipped-note {
  display: none;
}
.product-layout .price .price-new,
.product-layout .price .price-normal {
  font-family: "astycf-medium", sans-serif;
}

.product-list.main-products .product-thumb .product-img img {
  min-width: 170px;
  height: auto;
}
.product-list.main-products .product-thumb .image-group {
  height: 100%;
}
.product-list.main-products .product-thumb .image-group * {
  height: 100%;
}
.product-list.main-products .caption {
  height: 100%;
}
.product-list.main-products .caption .shipped-note {
  display: block;
  font-size: 13px;
  margin: 1rem 0px;
  font-weight: normal;
}
.product-list.main-products .caption .buttons-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30%;
}
.product-list.main-products .caption .price {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
}
.product-list.main-products .caption .rating {
  order: unset;
}
.product-list.main-products .caption .cart-group {
  width: 100%;
}
.product-list.main-products .caption .cart-group .btn-cart {
  width: 100%;
}
.product-list.main-products .product-attributes {
  order: 111;
  padding-left: 8px;
  display: block;
  margin-top: 1rem;
}
.product-list.main-products .product-attributes .attribute-item {
  color: #0d0d0d;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.product-list.main-products .product-attributes .attribute-value {
  font-weight: 600px;
}

.single-mini-products .countdown-wrapper {
  order: 111;
  margin-top: 40px;
}
.single-mini-products .caption {
  width: 100%;
}
.single-mini-products .module-title {
  margin-bottom: 0px !important;
  padding: 12px 40px 40px;
  color: #fff;
  background-color: #0070CD;
  border-radius: 8px;
}
.single-mini-products .side-products-blocks {
  margin-top: -1.5rem;
  border-radius: 1rem 1rem 0.5rem 0.5rem;
  overflow: hidden;
}
.single-mini-products .side-product {
  flex-direction: column;
  align-items: center;
}
.single-mini-products .price {
  justify-content: space-around;
}
.single-mini-products .countdown {
  background-color: transparent;
  color: #0d0d0d;
}
.single-mini-products .countdown div {
  font-size: 2rem;
  font-weight: normal;
}
.single-mini-products .btn-cart {
  width: 100%;
}
.single-mini-products .btn-cart .btn-text {
  display: block;
}

/* EOF Product Card */
/* SOF blog post card  */
.module-blog_posts .post-thumb {
  flex-direction: row;
}
.module-blog_posts .image {
  min-width: auto !important;
  max-width: 240px;
  flex: 1;
}
.module-blog_posts .caption {
  flex: 2;
}
.module-blog_posts .description {
  margin-top: auto;
}
.module-blog_posts .button-group {
  justify-content: space-between !important;
}
.module-blog_posts .button-group .p-date {
  gap: 0.5rem;
}
.module-blog_posts .name a {
  font-family: "astycf-medium", sans-serif;
}

/* EOF blog post card  */
/* SOF Cart Page */
.cart-page .table {
  border-radius: 8px;
}
.cart-page .table thead {
  display: none;
}
.cart-page .table tr {
  position: relative;
}
.cart-page form table tr:not(:last-child) td {
  border-bottom: 1px solid #cbcbcb !important;
}
.cart-page .td-name a,
.cart-page .td-total {
  font-family: "astycf-medium", sans-serif;
}
.cart-page .td-total,
.cart-page .td-qty {
  vertical-align: bottom !important;
  padding-bottom: 1.5rem !important;
}
.cart-page .td-name .input-group,
.cart-page .td-name .input-group-btn {
  position: unset;
}
.cart-page .td-name .input-group .btn-update,
.cart-page .td-name .input-group-btn .btn-update {
  background-color: transparent !important;
}
.cart-page .td-name .input-group .btn-update i,
.cart-page .td-name .input-group-btn .btn-update i {
  color: #0d0d0d;
}
.cart-page .td-name .input-group .btn-update:hover, .cart-page .td-name .input-group .btn-update:focus, .cart-page .td-name .input-group .btn-update:active,
.cart-page .td-name .input-group-btn .btn-update:hover,
.cart-page .td-name .input-group-btn .btn-update:focus,
.cart-page .td-name .input-group-btn .btn-update:active {
  background-color: transparent !important;
}
.cart-page .td-name .input-group .btn-remove,
.cart-page .td-name .input-group-btn .btn-remove {
  position: absolute;
  top: 0;
  height: auto;
  right: 0;
  background-color: transparent !important;
}
.cart-page .td-name .input-group .btn-remove:hover, .cart-page .td-name .input-group .btn-remove:focus, .cart-page .td-name .input-group .btn-remove:active,
.cart-page .td-name .input-group-btn .btn-remove:hover,
.cart-page .td-name .input-group-btn .btn-remove:focus,
.cart-page .td-name .input-group-btn .btn-remove:active {
  background-color: transparent !important;
}
.cart-page .td-name .input-group .btn-remove svg,
.cart-page .td-name .input-group-btn .btn-remove svg {
  width: 20px;
  height: auto;
}
.cart-page .td-qty * {
  position: inherit;
}
.cart-page .td-qty .btn-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: auto !important;
}
.cart-page .td-qty .btn-remove svg {
  width: 1.25rem;
  height: auto;
}
.cart-page .td-qty .btn-update {
  position: relative;
}
.cart-page .c--cart-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
}
.cart-page .c--cart-total .cart-final-total {
  text-align: right;
}
.cart-page .c--cart-total .cart-final-total strong {
  font-size: 1.5rem;
  font-weight: 600;
}

/* EOF Cart Page */
/* SOF Checkout Page */
.route-checkout-checkout #content .quick-checkout-wrapper .cart-section input.form-control {
  border-width: 0px !important;
}

.cart-section thead {
  display: none;
}
.cart-section tr {
  position: relative;
}
.cart-section small {
  font-size: 100%;
}
.cart-section .td-product a {
  font-family: "astycf-medium", sans-serif;
}
.cart-section .td-product .input-group,
.cart-section .td-product .input-group-btn {
  position: unset;
}
.cart-section .td-product .input-group .btn-primary,
.cart-section .td-product .input-group-btn .btn-primary {
  background-color: transparent !important;
}
.cart-section .td-product .input-group .btn-primary i,
.cart-section .td-product .input-group-btn .btn-primary i {
  color: #0d0d0d;
}
.cart-section .td-product .input-group .btn-primary:hover, .cart-section .td-product .input-group .btn-primary:focus, .cart-section .td-product .input-group .btn-primary:active,
.cart-section .td-product .input-group-btn .btn-primary:hover,
.cart-section .td-product .input-group-btn .btn-primary:focus,
.cart-section .td-product .input-group-btn .btn-primary:active {
  background-color: transparent !important;
}
.cart-section .td-product .input-group .btn-danger,
.cart-section .td-product .input-group-btn .btn-danger {
  position: absolute;
  top: 0;
  height: auto;
  right: 0;
  background-color: transparent !important;
}
.cart-section .td-product .input-group .btn-danger:hover, .cart-section .td-product .input-group .btn-danger:focus, .cart-section .td-product .input-group .btn-danger:active,
.cart-section .td-product .input-group-btn .btn-danger:hover,
.cart-section .td-product .input-group-btn .btn-danger:focus,
.cart-section .td-product .input-group-btn .btn-danger:active {
  background-color: transparent !important;
}
.cart-section .td-product .input-group .btn-danger svg,
.cart-section .td-product .input-group-btn .btn-danger svg {
  width: 20px;
  height: auto;
}
.cart-section .td-qty .input-group,
.cart-section .td-qty .input-group-btn {
  position: unset;
}
.cart-section .td-qty input {
  border-width: 0px !important;
}
.cart-section .td-qty .btn-danger {
  top: 0;
  right: 8px;
  position: absolute;
  height: auto !important;
}
.cart-section .td-total {
  vertical-align: bottom;
  padding-bottom: 1.5rem !important;
  font-family: "astycf-medium", sans-serif;
}
.cart-section tfoot tr:last-child td:last-child {
  font-family: "astycf-bold", sans-serif;
  font-size: 140% !important;
}

/* EOF Checkout Page */
/* SOF Category Page */
.main-products-wrapper .products-filter .form-control {
  min-height: 44px;
  font-size: 16px;
}

.pagination-results .text-right {
  display: none !important;
}
.pagination-results .pagination {
  gap: 1rem;
}
.pagination-results .pagination li a, .pagination-results .pagination li span {
  min-height: 46px;
  min-width: 46px;
  border: 1px solid #cbcbcb !important;
}
.pagination-results .pagination li a:hover, .pagination-results .pagination li span:hover {
  border-color: #00427A !important;
}

.refine-categories {
  border-radius: 8px;
}
.refine-categories .refine-name {
  font-family: "astycf-medium", sans-serif;
}

.products-filter .select-group label {
  display: none !important;
}
.products-filter .select-group select {
  border-radius: 8px !important;
}
.products-filter .grid-list button {
  padding: 10px;
}
.products-filter .grid-list button:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

/* EOF Category Page */
@media only screen and (max-width: 1365px) {
  .single-mini-products .countdown div {
    font-size: 1.5rem;
  }
  .desktop-header-active .header-classic .classic-cart-wrapper .secondary-menu .menu-item::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .desktop-header-active .header-classic .classic-cart-wrapper .secondary-menu .menu-item .links-text {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .search-categories-button span {
    display: none;
  }
  .mobile-header-active .mobile-header .mobile-logo-wrapper {
    max-width: 180px;
  }
  .mobile-header-active .mobile-header .mobile-bar-group {
    flex: 1;
  }
  .cart-page .table {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page .td-qty .btn-remove svg {
    width: 1rem;
  }
}
@media only screen and (max-width: 470px) {
  .mobile-header-active .mobile-header .mobile-logo-wrapper {
    max-width: 120px;
  }
  .pagination-results .pagination li a, .pagination-results .pagination li span {
    min-height: 38px;
    min-width: 38px;
  }
  .module-products .module-title .view-all {
    font-size: 11px;
  }
  .product-layout .rating .fa-stack {
    font-size: 13px;
  }
  .product-list.main-products .caption {
    gap: 10px;
  }
  .product-list.main-products .caption > * {
    position: relative !important;
    inset: auto;
    width: 100% !important;
    order: unset !important;
    margin: 0px !important;
  }
}

/*# sourceMappingURL=index.css.map */
