/*
Theme Name:   Divi child theme
Description:  Skriv en kortfattet beskrivelse af dit undertema
Author:       Admin Admin
Author URL:   Skriv website adressen på forfatterens blog eller hjemmeside
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/* Skriv her dit eget personlige stylesheet */
html, body{overflow-x: hidden;}
.float-left{float: left !important;}
.float-right{float: right !important;}
.box_top_cart .top_cart_count{
	background-color: #222222;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 28px;
	top: -6px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 999;
}
.box_top_cart .top_cart_total{
	font-size: 11px;
	font-weight: 800;
	color: #222222;
	line-height: 14px;
	position: absolute;
	left: 56px;
	top: 7px;
	text-transform: uppercase;
}
.box_top_cart .top_cart_total .tct_price{
	font-size: 14px;
	color: #fff;
}
.cuF_footer_contact_form .et_contact_bottom_container{
	width: 100%;
	text-align: center;
}
.footer_link_box h2{margin-bottom: 30px;} 
.footer_link_box ul{list-style: none;}
.footer_link_box ul li{margin-bottom: 10px; margin-left: 0px; padding-left: 0px;}
.footer_link_box ul li a{color: #fff;}
.social_footer_icon img{margin: 0px 10px;}
.kategorier_home_box .et_pb_column{cursor: pointer;}
.kategorier_home_box .et_pb_column:hover{background-color: #d9b518;}
.kategorier_home_box .et_pb_column:hover .et_pb_image{background-color: #f7ce1b;}
.kategorier_home_box .et_pb_column:hover .ts_cus_bt{
	background-color: #000;
	color: #fff !important;
}
.page-id-45 .profil{float: left; margin-right: 10px; display: inline-block;}
.wpb_gallery.wpb_content_element .wpb_image_grid_ul li{
	list-style: none;
    margin: 15px;
    position: relative !important;
    display: inline-block;
    float: left;
    top: 0px !important;
    left: 0px !important;
}
.ts_cus_bt h2 {
    padding-bottom: 5px;
    padding-top: 5px;
}
body.single-product #et-main-area #main-content .woocommerce-message{display: none;}

@media (min-width: 1200px) {
	.footer_link_box ul li{
		width: 50%; 
		float: left;
	}
	.page-id-46 .entry-content .et_pb_row .et_pb_css_mix_blend_mode_passthrough img{width: 180px; height: auto;}
}
@media (min-width: 981px) {
	.et-l--header .et_dropdown_animation_fade.et_pb_menu ul li:hover > ul{
		width: 480px;
	}
	.et-l--header .et_dropdown_animation_fade.et_pb_menu ul li:hover > ul li{
		float: left;
	}
	.et-l--header .et_dropdown_animation_fade.et_pb_menu ul li:hover > ul li:after{
		content: ">";
	    position: absolute;
	    top: 6px;
	    left: 30px;
	}
	.et-l--header ul#menu-top-menu li a:hover{color: #fcd21c !important;}

}
@media all and (max-width: 980px) {
	.topboxMenu .et_pb_menu__wrap{justify-content:flex-start !important;}
}

@media all and (max-width: 767px) {
	.box_top_cart .top_cart_total{font-size: 8px; left: 51px; font-weight: normal;}
	.box_top_cart .top_cart_total .tct_price{font-size: 10px;}
}

