/*
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;}*/



/* 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%;
}

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

/* PRODUKTER SIDA */

/* Pris symbol KR */
.product-summary .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 1em;
    vertical-align: top;
}
/* Formulär Varianter */
td select  {
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .09);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor !important;
}
/* KÖP BUTTON */
.single_add_to_cart_button {
    border-radius: 99px;
}
/* ATTRIBUT och VARIANTER */
table.variations label {
    white-space: normal;
}
table.variations .label {
    padding-right: 20px;
		width: 20%;
}

/* 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 */
.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: 3px solid rgba(0,0,0,1.00);
		border-bottom: 3px solid rgba(0,0,0,1.00);
}
/* 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(249,249,249,1.00);
padding: 3px 5px 3px 10px;
margin: 5px 0px 5px 0px !important;
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;
}
.widget .current-cat>a {
    color: #000;
    font-weight: bolder;
		background-color: #D0D0D0;
}

/* MENY Allmän information SVENSKA (BNR PRODUKTER) -  */
#menu-allman-information-svenska li {
color: #000;
background: rgba(249,249,249,1.00);
padding: 0px 5px 0px 10px;
margin: 3px 0px 0px 0px !important;
/*border-radius: 5px;*/
border-bottom: 1px solid rgba(0,0,0,1.00);
}
#menu-allman-information-svenska a {
color: rgba(0,0,0,1.00);
text-decoration: none;
}
#menu-allman-information-svenska .current-menu-item a {
background-color: #D0D0D0;
padding: 0px 10px 0px 10px;
}
/* MENY Allmän information ENGELSKA (BNR PRODUKTER) -  */
#menu-allman-information-engelska li {
color: #000;
background: rgba(249,249,249,1.00);
padding: 0px 5px 0px 10px;
margin: 3px 0px 0px 0px !important;
/*border-radius: 5px;*/
border-bottom: 1px solid rgba(0,0,0,1.00);
}
#menu-allman-information-engelska a {
color: rgba(0,0,0,1.00);
text-decoration: none;
}
#menu-allman-information-engelska .current-menu-item a {
background-color: #D0D0D0;
padding: 0px 10px 0px 10px;
}







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

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

/* 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) {

}
