﻿.woocommerce-tabs.h2 {
	margin-bottom:20px;
}

.product_title {
	margin-bottom:35px;
	line-height:1;
}

.price {
	margin-top:5px;
	margin-bottom:15px;
}

.price .amount {
	font-size: 1.6em;
	float:left;
	margin-right:35px;
}


.productlist_title {
	font-size:1.2em;
	text-shadow: 1px 1px 0px #fff;
	vertical-align:sub;
	min-height:40px;
}

.button {
    float: right;
	margin-top:0px;
}

.quantity .qty {
	min-height:25px;
}

.productlist {
	position: relative;
	min-height: 425px;
}

.productlist_image {
	position: relative;
    bottom: 0;
    left: 0;
}

.productlist_content {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Breidde på fraktinfo i handlekorg og kasse */
.cart_totals .calculated_shipping{
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

/* Breidde på første kolonne under fraktinfo i handlekorg */
.woocommerce  .cart-collaterals .cart_totals table th {
	width:25%;
}


/* Dropdown widget for handlekurv */
.dropdown-cart-button {
	z-index:16 !important;
}

/* Plassering av produktinformasjon */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product { 
    min-height: 420px !important; 
	margin-top:30px;
    margin-bottom:30px; 
}

.woocommerce ul.products li.product a img {
	position:absolute;
	bottom: 35px;
}

.woocommerce ul.products li.product .amount {
	position:absolute;
	bottom:15px;
	font-size: 1.6em;
	float:left;
	margin-right:35px;
}

.woocommerce ul.products li.product h3 {
	position:absolute;
	bottom:45px;	
}

.woocommerce ul.products li.product .button { 
    position: absolute; 
    bottom: 0px;
	right: 0px;
}

.woocommerce a.added_to_cart {
	position: absolute; 
    bottom: 0px;
	left: 0px;
	
}

.woocommerce ul.products li.product .star-rating {
	position:absolute;
	bottom: 50px;
	right:0px;
}

/* == Shipping informasjon == */
/* -- Fraktmetode-overskrift -- */
.woocommerce ul#shipping_method li label {
	font-weight: 700;
}
/* -- Fraktmetode-detaljar -- */
.woocommerce ul#shipping_method li {
	text-indent:0px;
	padding:0;
	font-weight: 100;
}
/* -- Fraktmetode-popup tekst -- */
#shipping_method a.bringtooltip > span {
	font-size:14px;
}

/* == == */

/* -- -- */
/* -- -- */
/* -- -- */
/* -- -- */
/* -- -- */