/** Shopify CDN: Minification failed

Line 236:6 Unexpected "("

**/


/************************************ Menu *************************************/
.m-menu__item--mega .m-sub-menu__item--level-1>.m-menu__link {
  font-size: 16px; 
  font-weight: 600 !important;
}

.m-menu__item--mega .m-mega-menu__column {
  margin-top: 0px !important; 
}

.m-menu-customer {
  display: none;
}

/***
.m-menu-mobile__item:first-child {
  color: #d02e2e;
  font-weight: 600;
}

.m-menu__item:first-child {
  color: #d02e2e;
  font-weight: 600;
}
***/

/************************************ Product ************************************/
.template-cart .m-cart-addon {
  display: none;
}

.template-cart .m-cart__shipping-note {
  display: none;
}

.template-cart .m-cart__trust-badge {
  display: none;
}

/************************************ Footer ************************************/
/*** Footer - Større overskrifter ***/
.m-footer--block-title {
  font-weight: 600;
}

/*** Footer - Fjern collabisble tabs ***/
.m-accordion--item-icon {
  display: none;
}

/************************************ Collection ************************************/
/*** Column switcher ***/
.m-toolbar--column-switcher>button {
  border-radius: 0px !important;
}

/*** Badge % ***/
.m-product-card__tag-name {
  background-color: #570D22 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px !important;
  border-radius: 99px !important;
}

/*** Udsolgt ***/
.m-product-tag--soldout {
  height: 75px !important;
  width: 75px !important;
  padding: 10px 20px!important;
  background: #f5dcd7 !important;
  color: #590D22 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/************************************ Product ************************************/
.template-product .m-product-form .m-add-to-cart {
  background-color: #f5dcd7 !important;
  border-color: #f5dcd7 !important;
  color: #590D22;
  font-weight: 600;
}

.template-product .m-product-form .m-add-to-cart:hover {
  background-color: #f5dcd7 !important;
  border-color: #f5dcd7 !important;
  color: #590D22;
}

.template-product .m-button:not(.m-button--link):hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link):hover, .spr-button.spr-button-primary:not(.m-button--link):hover {
    box-shadow: 0 0 0 0.2rem #f5dcd7 !important;
}

.product__pickup-availabilities {
  display: none;
}

.m-product-tag.m-product-tag--discounted {
  background-color: #570D22 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px !important;
  border-radius: 99px !important;
}

/************************************ Sticky add to cart ************************************/
.m-sticky-addtocart--leftblock {
  align-items: center;
}

.m-sticky-addtocart--title h3 {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.m-sticky-addtocart .m-product-option--dropdown-select {
  border-radius: 0px !important;
}

.m-sticky-addtocart .m-quantity {
  border-radius: 0px !important;
}

/************************************ Cartdrawer ************************************/
.m-cart-drawer__title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

.m-cart-drawer__link-to-cart {
  display: none !important;;
}

.m-cart-item--drawer__wrapper {
  align-items: center !important;
}

/* Cart goal */
.foxkit-cartgoal__title {
  margin: 16px 0 16px !important;
}

.foxkit-cartgoal__icon {
  display: none !important;;
}

.foxkit-cartgoal__inner {
  margin: 0px !important;
}

.foxkit-cartgoal__bar span {
  border-radius: 0px !important;
}

.m-cart-drawer-item .m-quantity {
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 0px;
}

.m-cart-drawer .m-button.m-button--primary, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .spr-button.spr-button-primary {
  background-color: #f5dcd7 !important;
  border-color: #f5dcd7 !important;
  color: #590D22;
  font-weight: 600;
}

.m-cart-drawer .m-button:not(.m-button--link):hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link):hover, .spr-button.spr-button-primary:not(.m-button--link):hover {
    box-shadow: none !important;
}

.m-cart-addon__icon--noti {
  box-shadow: none !important;
  background: transparent !important;
  border: 0px !important;
}

.m-cart-addon__body {
  padding: 1rem 1rem 1rem 1rem !important;
}

/* Fjern størrelse fra in-cart + Styling atc*/
.f-incart__product-options {
  display: none;
}

.f-incart__product .f-incart__product-add {
  font-size: 12px;
  font-weight: 600;
}

/* Foxkit upsell */
.m-cart-drawer .f-incart {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-incart .f-upsell__discount svg {
  display: none;
}

/* Foxkit upsell products */
.f-incart__product-inner {
  align-items: center !important;
}

.f-incart__product {
  padding: 0px !important;
  border: 1px solid #dedede !important;
  background-color: white !important;
  border-radius: 0px !important;
}

.f-incart__product-info {
  align-items: center;
}

.f-incart__product-image {
  margin-left: 10px;  
}

media (max-width: 480px) {
    .f-incart__product-image {
        width: 80px !important;
    }
}

.f-incart__product-title {
  font-size: 12px !important;
}

.f-incart--cart-drawer .f-incart__product {
  width: 75% !important;
}

.f-incart__product-info>div:last-child {
  padding: 10px;
}

/* Tilføj note */
.m-cart-addon__header {
  padding: 14px 16px 0px 16px !important;
}

.m-cart-addon__header button svg {
  margin-right: 5px;
}

.m-cart-addon__header button {
  flex-flow: row !important;
  flex: none !important;
}