@import "buyblock.css";

/* Hemmakompaniet outlet-knapp */
	li.nav-header.outlet-hemmakompaniet a:hover{
		color:red;
	}
	li.nav-header.outlet-hemmakompaniet a {
		color:red !important;
	}
/*Olkylen outlet-knapp*/

	#left-menu .outlet{
		background-color:#cb2128;
		width:150px;
	}
	#left-menu .outlet a:hover {
		background-color:#cb2128;
	}
	#left-menu .outlet a {
		color: white !important;
	}
/*myoutdoorkitchen.se outlet-knapp*/

	#left-menu .outlet-myoutdoorkitchen{
		background-color:#a50012;
		width:150px;
	}
	#left-menu .outlet-myoutdoorkitchen a:hover {
		background-color:#a50012;
	}
	#left-menu .outlet-myoutdoorkitchen a {
		color: white !important;
	}


#producttext
{
    max-width: 320px;
    display: inline-block;
}

#productdefaultimage
{
    width: 380px;
    max-width: 380px;
    float: left;
    vertical-align: top;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}

#productdefaultimage > center > img
{
    max-width: 95%;
}

#relatedproducts
{
    min-width: 60%;
    max-width: 60%;
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#relatedproducts h1
{
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

/* Gives a-tag in relatedproductsinfo a cleaner look */
#relatedproductsinfo a
{
    text-decoration: none;
    font-weight: normal;
}

#relatedproducts > #relatedproductsinfo
{
    position: relative;
    float: left;
}

#centralinformation
{
    min-width: 25%;
    max-width: 25%;
    display: block;
    float: right;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
}

#productimages
{
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
}

#productimages > #image
{
    display: block;
    float: left;
    padding: 10px;
}

#productimages > div
{
    margin-bottom: 12px;
}

#centralimageheader
{
    margin-left: -50px;
}

#relatedproductheader
{
    margin-right: 50px;
}

/* Used by top serch */
.searchElement		{
    box-sizing: 		border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: 	border-box;
    width: 				300px;
    padding: 			8px;
    background:         #ffffff;
    border-radius: 		6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #f3f3f4;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.buttonElement			{
    background: #ffffff;
    padding: 0px 8px 0px 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 22px 'Arial';
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #c4c4c6;
}
.buttonElement:hover 	{
    background: #d9d9d9;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

/* Used by thumbnail div */
.thumbnail {
    margin: 2px;
    max-height: 75px;
    max-width: 75px;
    min-height: 75px;
    min-width: 75px;
    float: left;
}

.categoryblock
{
    width: 100%;
}

.buybuttontext
{
    display: inline;
    margin-left: 0;
    margin-right: 0;
}

.buyblock tr:nth-child(even) {background: #efefef}
.buyblock tr:nth-child(odd) {background: #ffffff}

.asterisk {
    color: #a80303;
}

.expired-article {
    border-style: solid;
    border-width: 3px;
    border-color: red;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
}

.center {
    text-align: center !important;
}

div.customer-info {
    border: 1px solid #e9e9e9;
    padding: 4%;
}

div.customer-info fieldset{
    width: 555px;
    display:inline-block;
}



div.customer-info .delivery, div.customer-info .invoice{
    float: left;
}

div.customer-info .clear {
    clear: both;
}

div.customer-info fieldset .customer-address input, div.customer-info fieldset .customer-mail input{
    width:555px;
}
div.customer-info fieldset .customer-lname, div.customer-info fieldset .customer-city {
    float:right;
}

fieldset.customer-info .note {
    color: #acabab;
    font-size: 80%;
}

div#invoice_address_table {
    padding-top: 10px;
}

@media (pointer:none), (pointer:coarse) {
    #ccc-notify {
        zoom: 200%;
    }

    .ccc-notify-button {
        font-size: 200%;
        padding: 8px 20px;
    }


    .ccc-notify-text {
        font-size: 200%;
    }
}