/*
Theme Name:     Divi-child
Description:    Child theme of Divi
Author:         Rickard Liljeroos
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import url('../Divi/style.css');

/* Pagination i gallery /RL */
.et_pb_gallery_pagination a:active{
	color: black !important;
}
.et_pb_gallery_pagination a:link{
	font-size: 18px !important;
	font-weight: bold !important;
}	
/*skuggor och storlek pŒ tavlor i Gallery */
.et_shop_image {
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
max-width: 400px;
}

/* storlek pŒ bild inne i produkt */
.woocommerce-page div.product div.images img {
    max-height: 500px;
	width:auto;
	/*-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);*/
}
/*.woocommerce div.product div.images{
	max-height: 400	px !important;
	width:auto;
}
*/
/*
.woocommerce-page ul.products li.product .price del {
    margin: 0!important;
    color: #fff!important;
    font-size: 1px;
}
*/

/* gšmmer pris i kategori-sidor m.m. */
/*.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price
ul.products li a span.price,*/
/*ul.products li a span.amount,*/
ul.products li a span.price{
/*ul.products li a small.woocommerce-price-suffix{*/ 
    /*color: #fff!important;
    font-size: 1px; */
	display:none !important;
}

/* Woo */
/* hide product amount in product categories */
ul.products .count { display:none !important; }

/* hide In stock on products */
.stock { display: none; } 
/* gšm kundvagn-info ? */
.et-cart-info { display:none; }


/* Sections and Rows */
/*  .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth, */
.et_pb_gutters2.et_pb_row.et_pb_row_fullwidth,
.et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row, .et_pb_gutters2 {
    width: 100% !important;
    max-width: 100% !important;
}

/* Fixar sŒ flaggorna inte hamnar fšr lŒngt isŠr */
#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0px;
}


 /* tar bort den genomskinliga linjen mellan topp-meny och huvudmeny - i Safari  (padding-top var 0.75)  */

#top-header {
	padding-top: 0;
}
#top-header .container {
		padding-top: 1.55em;
}

/* Flyttar ned innehŒllet sŒ det inte hamnar bakom menyn - Obsolete: Inlagt pŒ de sidor dŠr det behšvs, i bilden (80, 137 fšr tablet och phone) */

/*#et-main-area {
	margin-top: 137px;
}
*/
/*
@media all and (max-width: 980px) {
	#et-main-area {
		margin-top: 80px;
	}	
}
*/
/* typsnitt i galleriet */
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 18px !important;
} 
/* utrymme mellan bildgalleri-bild och Add. info i Product. */
.thumbnails .columns-3:after{
	margin-top: 30px !important;
}



/* Error-sida - hanterar sidan No result som ligger som draft och som no-result i divi-child/includes/no-result.php hŠmtar in */
.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

.error404 #main-footer {
display: none !important;
}
/* slut error sida */
