﻿/*SKAL KUN INNEHOLDE CSS SOM PÅVIRKER HANDLEKURV*/

h6{
	color:#606060;
	font-size:13px;
	padding:0;
	margin:0 0 8px 0;
}

h4{
	margin-left:10px;
}

.form_box h4{
	margin-left:0px;
}

.cart-page
{
    margin-left: 25px;
    margin-right: 25px;
    margin-top:25px;
    
    
}
.cart-nav
{
    display: table;
    width: 100%;
    color: #959595;
    margin: 10px 0 30px;
}
.cart-nav span
{
    padding: 8px 16px;
    background: #ededed;
    color: #959595;
}
.cart-nav img
{
    margin: 0 15px;
}

.subpagetitle
{
    font-size: 24px;
    color: #606060;
    font-weight: 600;
    padding-bottom: 25px;
}

.line-divider
{
    background: #ececec;
    height: 1px;
    width: 100%;
    margin-bottom: 32px;
}


.responsive_cart
{
    width: 100%;
    border: none;
}


.cart-table
{
    padding: 0;
    margin: 0 0 60px;
    display: table;
    width: 100%;
}
.cart-table table
{
    margin-top: -30px;
}
.cart-table td
{
    vertical-align: top;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    padding: 20px 10px; /* tha lagt til 10px istedet for 0*/
}

.product-img
{
    width: 50px;
    float: left;
    margin: 0 15px 0 0;
}
.product-img img
{
    width: 50px;
    padding-top:15px
}
.product-info
{
    width: 200px; /*float:left;*/
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    display: table;
    margin-top:15px
}

/*tha email style*/
.product-info_for_email
{
    display:none;
    }



.product-info h3
{
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 0;
}
.product-info span
{
    color: #959595;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.cart-table h6
{
    /*margin-bottom: 15px;*/
    white-space: nowrap;
}
span.qty
{
    font-size: 18px;
    background: #ededed;
    float: left;
    padding: 2px 0px;
    width: 41px;
    height: 24px;
    text-align: center;
    margin: 0 9px 0 0;
}
span.price
{
    font-size: 13px;
    font-weight: 600;
    /*margin: 0 auto;*/
    display: table;
    white-space:nowrap;
}
.small-text
{
    float: left;
    line-height: 12px;
    width: 30px;
    padding: 0px 0 0;
}
.price.total
{
    /*float: left;*/
    margin: 0 auto;
    white-space:nowrap;
}
.remove
{
    display: table;
    margin: 0 auto;
    float: right;
    margin: 24px 0 0;
}

span.qty input
{
    padding-top:5px;
	width:20px;
	border:none;
	background:#ededed;
	text-align:center;
}

.total-box
{
    display: table; /*width:100%;*/
    width: 100%;
    clear: both;
    background: #fafafa;
}
.box
{
    /*width:100%;*/
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    color: #979797;
    padding: 12px 25px;
}
.box span
{
    float: right;
}
.box strong
{
    color: #373737;
}



.cart-action
{
    padding: 0;
    margin: 30px 0 0;
    display: table;
    width: 100%;
    text-align: right;
}

/*#FF8800*/

.orange-btn
{
    background: #FF8800 url(../../img/login-arrow.png) 10px center no-repeat;
    border-bottom: 2px solid #db7501 !important;
    font-size: 14px;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 8px 20px 8px 20px;
}

.orange-btn:hover
{
       background: #db7501 url(../../img/login-arrow.png) 10px center no-repeat;
    color: #fff;
}

.green-btn
{
    background: #71b800 url(../../img/login-arrow.png) 10px center no-repeat;
    border-bottom: 3px solid #5e9801 !important;
    font-size: 14px;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 8px 20px 8px 30px;
}
.green-btn:hover
{
    background: #66a600 url(../../img/login-arrow.png) 10px center no-repeat;
    color: #fff;
}

.gray-btn
{
    background: #ededed;
    border-bottom: 3px solid #bcbcbc !important;
    font-size: 14px;
    color: #979797;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 8px 20px;
}
.gray-btn:hover
{
    background: #e1e1e1;
    color: #979797;
}
.terms
{
    font-size: 14px;
    text-decoration: underline;
    color: #606060;
    float: right;
    margin: 7px 0 0;
}
.terms:hover
{
    text-decoration: none;
    color: #606060;
}

.cart-action .green-btn, .cart-action .gray-btn
{
    float: right;
    margin: 0 0 0 7px;
}

.gray-box{
/*	padding:33px 25px;
	background:#ededed;*/
	margin:-10px 0 22px;
	/*display:table;*/
	/*width:100%;*/
}

.col-md-6{
	border:1px solid #e5e5e5;
	padding:22px;
	width:41%;
	float:left;
	min-height:155px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:9px;
	height:170px;
}

.form_box{
	width:100%;
}


/*START - DIVERSE SUMMER*/
.ordresummer
{
  width:100%;
}

.ordresummer td
{
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    color: #979797;
    padding: 12px 25px;
}


.ordresummer_label
{
   text-align:left;
}


.ordresummer_sum
{
   text-align:right;
}
/*SLUTT - DIVERSE SUMMER*/

