/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ----------------- links ------------ */

/* Widgets + Title-wrapper + Nav-dropdown (inkl. aktive nav-links) */
.widget a,
.nav-dropdown > li > a,
.nav-dropdown li.active > a {
  color: #191919;
  transition: color 0.2s ease;
}

#woocommerce_widget_cart-2 .woocommerce-mini-cart__buttons .button.wc-forward {
    background-color: #191919;
    color: #fff;
}

/* Kasse-knap i mini-cart widgeten */
#woocommerce_widget_cart-2 .woocommerce-mini-cart__buttons .button.checkout.wc-forward {
    background-color: #007cba;
    color: #fff;
}

/* Hovers (ikke aktive nav-links) */
.widget a:hover,
.title-wrapper p a:hover,
.nav-dropdown > li > a:hover {
  color: #d26e4b;
}

/* Aktiv kategori i widgets */
.widget .current-cat > a {
  color: #d26e4b;
  font-weight: normal;
}

/* Specifik widget med hvid aktiv kategori */
#woocommerce_product_categories-3 .current-cat > a {
  color: #fff;
  font-weight: normal;
}

/* ----------------------- Header / Navigation ------------- */
.header-main .container,
.header-top .container {
  max-width: 1400px;
}

.nav li.cart-item {
    background: #609937;
		padding: 5px 30px;
    border-radius: 60px;
	  
}
@media (max-width: 849px) {
    .nav li.cart-item {
	padding: 5px 15px;
	  
}
}

.header-nav.nav-left {
    justify-content: center; 
}

/* MINI CART NAVIGATIONS MENU */

.nav > li > a > i {
    font-size: 14px;
}

.nav > li > a > span + i {
    margin-left: 10px;
}


/* ---------------------- Home Page ---------------- */

/* margin auto hero section */

@media screen and (min-width: 850px) {
   .margin-auto .col:first-child .col-inner {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ------------- shop page ------------------- */
/* removes cart icon and return to shop button from the widget */
.ux-mini-cart-empty-icon {
	display: none !important;
}

.widget_shopping_cart_content .ux-mini-cart-empty .return-to-shop {
	display: none;
} 

.woocommerce-Price-amount .amount
{
    display:none;
}

/* SKJULER SORTERINGSMULIGHEDER WOOCOMMERCE */
.woocommerce-ordering, .woocommerce-ordering select {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

/*.breadcrumbs {
    display: none;
}*/

/* breadcrumbs */
.woocommerce-breadcrumb {
    font-weight: normal;
}

/*-------------- contact page ------------------*/

#nf-field-5.ninja-forms-field {
	background: #609937;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ------------------------ Blog archive ---------------------- */


/* SKJULER METADATA OG KATEGORIER I BLOG */ 

footer.entry-meta {
    display: none;
}

.is-xsmall {
    display: none;
}

.navigation-post {
    display: none;
}

/* -------------- single product page ----------------- */

/* Gør sidste breadcrumb ikke-klikbar */
.single-product .woocommerce-breadcrumb > *:last-child a,
.single-product .woocommerce-breadcrumb a:last-of-type {
    pointer-events: none !important;
    cursor: default !important;
    color: #191919 !important;
    text-decoration: none !important;
}

/* sales badge */
.badge-inner.callout-new-bg.is-small.new-bubble {
    padding: 20px;
    background-color: #d26e4b;
}

.woocommerce-tabs.product-tabs.nav-left {
	justify-content: left;
}

table.shop_attributes th {
	/*font-weight: 500; */
    letter-spacing: 0;
    text-transform: none;
}

/* woocommerce price font size */
.single-product .product-price-container.is-normal .product-page-price .woocommerce-Price-amount {
    font-size: 2rem;
}


/* ---------------- product category page --------------- */ 

.section.produkt-kategori {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/* -------------- Footer ------------------ */

/* removes date from blog posts */

.footer-widgets .mr-half {
	display: none;
}

.absolute-footer .container {
  max-width: 1400px;
}

/* ----------------- TEST NEW PRODUCT PAGE DESIGN: DELETE AFTER -------------- */




