
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');


/* START PAGE */
* {
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* NAVROW HIERARCHY INDICATOR*/
.breadcrumbs-section .breadcrumbs .bcSep {
    position: relative;
    font-size: 0; /* hides the original slash */
    margin: 0 .25rem;
}

.breadcrumbs-section .breadcrumbs .bcSep::after {
    content: "→"; /* Unicode arrow */
    font-size: 1.1rem; /* restore visible size */
    color: #eba200; /* color of the arrow */
}

/* NAVROW ACTIVE LEVEL */
.breadcrumbs-section .breadcrumbs .breadnolink, .breadcrumbs-section .breadcrumbs span:last-child {
    color: #f7f7f7;
    background-color: #586c85;
    border-radius: 6px;
    padding: 0.4rem;
}

/* NAVLIST SUBITEM */
.aside .nav-tree li li a
{
    padding-left: 1.5rem;
    font-size: 0.9rem;
}

.aside .nav-tree li a.current {
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: #ffad00;
    background-color: #586c85;
}

/* BOXAR ARTIKELGRUPPER */
.groupview .groupview-wrapper .item.images-no .group-link .group-title {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    margin: 0 4px;
    font-weight: 400;
}

/* BOXAR ARTIKELGRUPPER RUNDADE HÖRN */
.groupview .groupview-wrapper .item .group-link:after {
    border-radius: 6px;
}

.header #top-header-container {
    background-color: #ffffff;
    border-bottom: 1px solid #ffad00;
}

.header #top-header-container .header-item {
    border-left: 1px solid #ffad00
}

.header-item {
    font-size: 0.5rem;
}

#MainMenu {
    display: none;
}

/* #Search {
    background-color: coral;
    border-radius: 6px;
} */

#SearchTxt_txtField {
    border-radius: 6px;
    background-color: #EEEEEEF0;
}

#SearchTxt_txtField:focus {
  outline-color: #ffad00;
}

/* SEARCH BOX GLOW ANIMATION */
/* #SearchTxt_txtField {
  border-radius: 6px;
  background-color: #EEEEEEF0;
  border: 2px solid #ccc;
  outline: none;
  transition: outline-color 0.3s ease, box-shadow 0.3s ease;
}

#SearchTxt_txtField:focus {
  outline: 2px solid #ffad00;
  box-shadow: 0 0 0 3px rgba(255, 173, 0, 0.4);
} */

#SearchBtn {
    height: 100%;
    border: 1px solid #b3becd;
    border-radius: 6px;
    margin-left: 4px;
}

/* PRODUCT LIST HEADER */
.prodlistView .prodlist-header h1, .startView .prodlist-header h1 {
    background: linear-gradient(to right, #ffad00, rgba(255, 173, 0, 0));
    color:#000000;
    border-radius: 8px;
    padding-left: 8px;
}

/* BUY BUTTON */
*.fw-button.fw-button-success:hover {
    background-color: #eba200;
}

/* ADD-TO-CART SUCCESS */
.fw-notification-success{
    background-color: #eba200;
    color: #fff;
}

/* CART COUNT INDICATOR */
.fw-badge-primary {
    background-color: #eba200;
    color: #fff;
    vertical-align: unset;
}

/* CART ITEM BOX */
.cart .cart-wrapper .smallcart .table .row:last-child {
    border-radius: 6px;
}

/* SEARCH ERROR OVERLAY */
#fancybox-outer {
    border-radius: 6px;
}

/* SEARCH ERROR BOX CLOSE X */
#fancybox-close {
    border-radius: 4px;
    background-color: #ffad00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    padding-bottom: 1px;
}

/* GROUP SEARCH TEXT FIELD */
#SearchGroupTxt {
    border-radius: 6px;
}

#SearchGroupTxt:focus {
    outline-color: #ffad00;
}

#SearchGroupBtn {
    height: 100%;
    border: 1px solid #b3becd;
    border-radius: 6px;
    margin-left: 4px;
}

/* GROUP SEARCH FILTER */
.fw-dropdown .fw-dropdownContent a.current {
    font-size: 0.9rem;
    color: #ffad00;
    background-color: #586c85;
}

/*ADD-TO-CART BUTTON*/
*.fw-button.fw-button-success {
    border-radius: 6px !important;
    background-color: #ffad00;
}

*.fw-button.fw-button-success:focus {
    background-color: #4e5053;
    color: #ffad00
}

/* GO TO CART BUTTON */
.fw-notification-success .fw-button.fw-button-strong {
    color: #2e2e2e;
}

/* CART DELETE ITEM */
.cart .cart-wrapper .smallcart .table .row .DeleteRow {
    right: 2em;
}


/* LOGIN PAGE */

/* H1 "Logga in" */
#LoginText h1 {
    background: linear-gradient(to right, #ffad00, rgba(255, 173, 0, 0));
    border-radius: 8px;
    padding-left: 8px;
}

/* LOGIN BUTTON */
.login.form .btn-group .btn-action {
    background-color: #ffad00;
    border-radius: 6px;
}

/* LOGIN BUTTON HOVER EFFECT */
.login.form .btn-group .btn-action:hover {
    background-color: #eba200;
}

/* LOGIN TEXT FIELDS CORNERS */
.login.form .textBox {
    border-radius: 6px;
}

/* LOGIN TEXT FIELDS FOCUS COLOR */
.login.form .textBox:focus {
    outline-color: #ffad00;
}

/* LOGIN/EMAIL ERROR MESSAGE */
.fw-alert-danger {
    border: 3px solid;
    border-radius: 6px;
}

/* CREATE ACCOUNT BUTTON*/
*.fw-button.fw-button-primary.fw-button-outline {
    background-color: #586c85;
    border-color: transparent;
    color: #ffad00;
    border-radius: 6px;
    padding: 0 0 2.2rem 0;
}

/* CREATE ACCOUNT BUTTON HOVER */
*.fw-button.fw-button-primary.fw-button-outline:hover {
    background-color: #ffad00;
    color: #586c85;
    border-color: #586c85;
}


/* CREATE ACCOUNT PAGE */

/* H1 "Registrera konto" */
#RegText h1 {
    background: linear-gradient(to right, #ffad00, rgba(255, 173, 0, 0));
    border-radius: 8px;
    padding-left: 8px;
    margin-top: 0;
}

/* REGISTRATION TEXT FIELDS CORNERS */
.registration .textBox {
    border-radius: 6px;
}

/* REGISTRATION TEXT FIELDS FOCUS COLOR */
.registration .textBox:focus {
    outline-color: #ffad00;
}

/* REGISTRATION REQUEST BUTTON */
.registration .btn-group .btn-action {
    border-radius: 6px;
    background-color: #ffad00;
}

.registration .btn-group .btn-action:hover {
    border-radius: 6px;
    background-color: #eba200;
}


/* ORIGINAL FOOTER */

/* HIDE ORIGINAL FOOTER */
.footer-wrapper {
    display: none;
}

/* PADDING ORIGINAL FOOTER */
/* footer {
    padding: 20px 0 0 0;
} */

/* ORIGINAL FOOTER COMPANY NAME */
/* .footer a {
    font-weight: 600;
    font-size: 1.2em;
    color: #292929;
} */

/* ORIGINAL FOOTER COMPANY NAME HOVER */
/* .footer a:hover {
    color: #ffad00;
} */


/* CUSTOM FOOTER */

/* Style for the new footer */
#custom-footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* background: #47505b; */
  background: #cbcbcb;
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 999;
}

/* Footer container */
.footer-container {
  display: flex;
  justify-content: center;     /* Center the blocks horizontally */
  align-items: flex-start;     /* Align blocks to the top */
  flex-wrap: wrap;             /* Allow wrapping to next line if needed */
  gap: 10px;                   /* Space between blocks */
  /*max-width: 1000px;*/           /* Optional: limit total width */
  margin: 0 auto;              /* Center the container itself */
}

/* Individual footer blocks */
.footer-block {
  min-width: 150px;
  max-width: 200px;
  /* background: #747474; */
  background: #8c8c8c;
  padding: 5px;
  border-radius: 8px;
}

/* FOOTER INFO STYLING */


/* CUSTOM FOOTER TOGGLE BUTTON */
#footer-toggle-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  /* background-color: #444; */
  background-color: #ffad00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

/* CUSTOM FOOTER TOGGLE BUTTON HOVER */
#footer-toggle-btn:hover {
  background-color: #eba200;
}

/* CUSTOM FOOTER MEDIA QUERIES */
@media (max-width: 768px) {
  .footer-block {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  #footer-toggle-btn {
    width: 90px;
    height: 40px;
    border-radius: 20px;
    bottom: 20%;
    right: 0;
    transform: translateX(50%);
    justify-content: start;
    padding-left: 12px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
  }

  #footer-toggle-btn svg {
    width: 24px;
    height: 24px;
  }
}



/* CART PAGE */

.cart-section .btn-group>.fw-button {
    border-radius: 6px;
    background-color: #ffad00;
}


/* CHECKOUT PAGE */

/* H1 "Kassa" */
#CheckoutWrapper h1 {
    background: linear-gradient(to right, #ffad00, rgba(255, 173, 0, 0));
    border-radius: 8px;
    padding-left: 8px;
}

/* CART ITEM BOX */
.cart .cart-wrapper .smallcart .table .row {
    border-radius: 8px;
}

/* TRASHBIN BUTTON */
*.fw-button.fw-button-danger.fw-button-outline {
    border: none;
    background: transparent;
}

*.fw-button.fw-button-danger:hover {
    background: transparent;
}

.fw-icon-cancel::before {
    margin-top: -9px;
}


.table .cell.quantity input.textBox {
    border-radius: 6px;
}

.table .cell.quantity input.textBox:focus {
    border: none;
    outline: 2px solid #ffad00;
}

.cart-table .cell.quantity {
    padding-right: 4px;
}

/* UPDATE BUTTON */
.cart-table .cell.Update a {
    border-radius: 6px;
    height: 100%;
}

/* EMPTY CART MODAL YES BUTTON */
*.fw-button.fw-button-primary {
    background-color: #ffad00;
    border-radius: 6px;
}

/* EMPTY CART MODAL YES BUTTON HOVER */
*.fw-button.fw-button-primary:hover {
    background-color: #eba200;
}

/* EMPTY CART MODAL CANCEL BUTTON */
*.fw-button {
    border-radius: 6px;
}

/* TRASHBIN SVG ICON */
/* .fw-icon-cancel::before {
  content: '';
  display: inline-block;
  width: 1.6em;
  height: 1.5em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14H6L5 6"/><path d="M10 11v6"/><path d="M14 11v6"/><path d="M9 6V4h6v2"/></svg>') no-repeat center;
  background-size: contain;
  vertical-align: middle;
} */

/* .fw-icon-cancel::before {
  content: '';
  display: inline-block;
  width: calc(1em + 2px);
  height: calc(1em + 4px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14H6L5 6"/><path d="M10 11v6"/><path d="M14 11v6"/><path d="M9 6V4h6v2"/></svg>') no-repeat center;
  background-size: contain;
  vertical-align: middle;
} */


