/*
Theme Name: BygglovDirekt
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


.checkout .add-to-cart .addons{
	float:none;
}
.checkout .discount, .checkout .total{
	display: block !important;
	width:auto !important;
	text-align: center !important;
}

.add-to-cart .addons li {
    /*float: none !important;
    display: inline-block !important;*/
}
.discount{
	    padding-top: 40px;
    clear: both;
}
.add-to-cart .addons{
	overflow: visible !important;
}
.checkout{
	max-width: 980;
}
.checkout>section{
	position: relative;
	padding:80px 60px;
	background-color:#f2f2f2;
	border-radius:3px;
	text-align: center;

}
.checkout .section1{
	border-radius: 4px 4px 0px 0px;
}
.checkout .section2{
	border-radius: 0px;
	background-color:#e8e8e8;
	
}

.checkout .section2 p{
	max-width: 500px;
	margin:0 auto;
}
.checkout .section3{
	border-radius: 0px 0px 4px 4px;
}

.checkout .section2:before, .checkout .section3:before{
	content:"";
	display:block;
	position: absolute;
	top:0;
	left:calc(50% - 30px);
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	
	border-top: 30px solid #f2f2f2;
}

.checkout .section3:before{
	border-top-color: #e8e8e8;
}

.product-previews{
	margin-bottom:30px;
}
.preview-holder{
	display: inline-block;
	max-width: 275px;
    margin: 5px;
    background-color: #26b656;
	padding: 2px;
	position: relative;
	text-align: center;
}
.preview-holder:before{
	content: "\f00e";
    font-family: 'Fontawesome';
    color: white;
    font-size: 45px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 2;
    top: 50%;
	transform: translateY(-50%);
	pointer-events: none;

}
.checkout .preview-holder img, .preview-holder img{
	max-width: 100%;
	height: auto;
	opacity: 0.6;
}
.checkout .add-to-cart .addons {
	display: flex;
	align-items: center;
	justify-content:center;
	padding-top:0;
}
.checkout .addons label {	  
	display:block;
	margin:0 20px;
	cursor: pointer;
}
.checkout .addons label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkout .addons label div{
	
	background-color:#eeeeee;
	border:1px solid #999;
	border-radius: 5px;
	padding:25px;
	font-size:14px;
	text-align: center;
	font-weight: 700;
	color:#333;
	max-width: 250px;
	width:200px;
}
.checkout .addons label div h5{
	font-size:14px;
	font-weight: 700;
}
.checkout .addons label input:checked ~ div{
	background-color:#26b656;
	border:1px solid #26b656;
	color:white;
}
.checkout .hidden{
	display: none !important;
}

.checkout .total h3{
	font-size:24px;
	font-weight: bold;
	padding-bottom:5px;
}
.checkout .total h4{
	font-size:14px;
	
}
.checkout .total h5{
	font-size:14px;
	font-weight: bold;
	color:#26b656;
	margin-top:15px;

}