/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Template:             flatsome
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.20.1
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* CookieYes - döljer öppningsknappen */
/*.cky-btn-revisit-wrapper {
display: none !important;
}*/

/* Google ReAcptcha V3 - döljer logotypen */
/*.grecaptcha-badge { opacity:0;}*/


/* PRODUCT FILTER */
.wpfFilterWrapper .wfpDescription {
    padding-bottom: 5px;
		font-size: 1.2em;
		font-weight: bold;
		color: rgba(0,0,0,1.00);
}
.wpfClearButton {
    width: 20% !important;
		font-size: 0.7em;
		font-weight: bold;
		color: rgba(0,0,0,1.00);
		border: 1px solid rgba(179,179,179,1.00);
		border-radius: 5px;
}
.wpfValue {
    font-size: 1.0em;
		font-weight: bold;
		color: rgba(0,0,0,1.00);
		border-bottom: 1px solid rgba(179,179,179,1.00);
}


/* SENAST INLAGDA */
.new-bubble-auto {
	background-color: rgba(39,118,181,0.70);
	padding: 0 10px; 
}
.badge-container {
    margin: -5px 0 0 0;
}


/* GTRANSLATE LÄNK */
a.glink {
    text-decoration: none !important;
		color: rgba(255,255,255,1.00) !important;
		font-size: 40px !important;
		text-transform: uppercase !important;
}
.gt_switcher-popup {
    text-decoration: none !important;
}

/* BLOGG INLÄGG - bild */
.entry-image {
    max-width: 30%;
}

/* VARUKORG KUNDVAGN */
.nav>li>a>i {
    font-size: 20px;
    transition: color .3s;
    vertical-align: middle;
}

/* PRODUKTER PRODUKTVISNING */
.product-summary .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 1.0em;
    vertical-align: bottom;
}
/* PRODUKTER BESKRIVNING RUBRIK */
#tab-title-description, .nav>li>a {
font-size: 1.0em;
}
/* PRODUKTER BESKRIVNING TEXT */
#tab-description {
color: rgba(0,0,0,1.00);
font-size: 1.0em;
}
/* PRODUKTER LAGER */
.product-info p.stock {
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em;
}
/* PRODUKTER META */
.product_meta {
    font-size: 1.0em;
    margin-bottom: 1em;
}
/* PRODUKTER KATEGORILÄNK */
.posted_in {
    font-size: 1.0em;
		font-weight: 900;
    margin-bottom: 0em;
}

/* PRODUKTER KATALOGVISNING */
.product-small .box  {
border: 1px solid rgba(232,232,232,1.00);
border-radius: 0 0 10px 10px;
background: rgba(255,255,255,1.00);
box-shadow: 0px 0px 5px rgba(0,0,0, 0.07);
}
.box-text {
    font-size: 0.9em;
    padding-bottom: 1.4em;
    padding-top: 0.7em;
		padding-left: 0.7em;
		padding-right: 0.7em;
    position: relative;
    width: 100%;
}
span.amount {
    color: #111;
		font-size: 1.2em;
    font-weight: 700;
    white-space: nowrap;
}

/* KÖPKNAPP KATALOGVISNING */
.add-to-cart-button .button {
    /*font-size: 0.9em;*/
		border-radius: 99px;
		padding: 0 10px;
		line-height: 2.4em;
		width: 100%;
		/*background-color: rgba(51,122,183,1.00);*/
		/*background-color: rgba(54,162,47,1.00);*/
		background-color: rgba(0,153,0,1.00);
}

/* BEGÄR OFFERT KNAPP (dold knapp "lägg till varukorg i functions.php") */
.hide-cart-functions-button {
    background-color: #009900 !important;
		border-radius: 99px;
		margin: 20px 0 10px 0;
    color: rgba(255,255,255,1.00);
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
}

/* SORTERING KATALOGVISNING */
/* .woocommerce-ordering {
    display: inline-block;
    margin: 0px;
		padding: 5px 10px 5px 10px;
		background: rgba(2,202,0,1.00);
		border-radius: 8px;
		max-width: 350px;
}*/

/* KATEGORIER BREADCUMB */
.page-title-inner {
    min-height: 50px; 
    padding-top: 10px !important;
		padding-bottom: 10px !important;
    position: relative;
}
/*.breadcrumbs, .breadcrumbs a {
    color: #000000 !important;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}*/
/* KATEGORIER BREADCUMB MOBIL */
@media only screen and (max-width: 849px){
.page-title-inner {
    min-height: 50px; 
    padding-top: 0px !important;
		padding-bottom: 0px !important;
    position: relative;
}
.medium-flex-wrap .flex-col {
        flex-grow: 0;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        width: 100%;
    }
}

/* KATALOGVISNING TEXT */
   a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
       font-size: 1.1em;
   }

/* ATTRIBUT och VARIANTER */
table.variations label {
    white-space: normal;
}
table.variations .label {
    padding-right: 20px;
		width: 20%;
}


/* VISA PRODUKTKATEGORIER TEXT - MOBIL */
.category-filtering {
font-size: 1.2em;
color: rgba(0,0,0,1.00);
background: rgba(209,209,209,1.00);
border-radius: 99px;
margin: 20px 10px 20px 10px;
padding: 5px 0 5px 0;
}

/* Avdelare PRODUKT */
.is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
}
/* Avdelare KATEGORIER */
.widget_product_categories .is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
		height: 1px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
		/*display: none;*/
}
/* Avdelare SENAST VISADE */
.widget_recently_viewed_products .is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
		height: 1px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
		/*display: none;*/
}
/* Avdelare FILTER */
.woocommerce-widget-layered-nav .is-divider {
	display: none;
}
/* Avdelare PRODUKT */
.product-title-container .is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
		height: 3px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
}

/* HUVUDMENY BAKGRUND */
.header-bottom {
  /*  border-top: 1px solid rgba(255,255,255,0.50);*/
	/*	border-bottom: 3px solid rgba(255,255,255,0.50);*/
}
/* HUVUDMENY DROPDOWN */
.nav-dropdown {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 250px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 9;
}


/* Kategorier MENYVAL */

.cat-item {
background: rgba(250,250,250,1.00);	
padding: 2px 5px 2px 10px;
margin: 3px 2px 3px 2px !important;
/*border: 2px solid rgba(217,217,217,1.00);*/
border-radius: 5px;
}

.cat-item .widget {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .05);
    padding: 15px 10px;
}
.cat-item a {
    color: #000;
    font-weight: 700;
}
.widget .current-cat>a {
    color: #fff;
    font-weight: bolder;
		background-color: rgba(196,3,3,1.00);
		padding: 10px 10px;
		border-radius: 5px;
}



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

/* CookieYes - döljer öppningsknappen */
.cky-btn-revisit-wrapper {
display: none !important;
}

/* Varukorg Kundvagn MOBIL */
.nav>li>a>i {
    font-size: 30px;
    transition: color .3s;
		color: rgba(255,255,255,1.00);
    vertical-align: middle;
}

/* MENY IKON MOBIL */
.nav>li>a>i.icon-menu {
    font-size: 1.5em;
		color: rgba(255,255,255,1.00);
}

/* Kantlinjefärg på knappen mobilmenyn */
.is-outline {
    color: #3A3A3A;
}
.icon-menu:before {
   font-size: 2.2em;
}

/* MENY MOBIL */
.sidebar-menu {
    padding: 10px 0 20px 0 !important;
		background: rgba(255,255,255,1.00);
}
.off-canvas-left .mfp-content{
    padding: 0px 0 10px 0;
		background-color: rgba(255,255,255,1.00);
		width: 300px;
}

.nav>li>a {
    font-size: 1.0em;
		letter-spacing: .04em;
		color: rgba(0,0,0,1.00);
		font-weight: bolder;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}


}


@media only screen and (min-width : 769px) and (max-width: 1024px) {

}
