@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dangaming.dk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(49,50,53);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(49,50,53);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(49,50,53);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(115,21,229);
	--wd-alternative-color: rgb(115,21,229);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(115,21,229);
	--btn-default-bgcolor-hover: rgba(115,21,229,0.7);
	--btn-accented-bgcolor: rgb(115,21,229);
	--btn-accented-bgcolor-hover: rgba(115,21,229,0.7);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://dangaming.dk/wp-content/uploads/2021/09/hardware-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(130,36,227);
	background-image: none;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(51,51,51);
	background-image: none;
}
html .product-quick-view  .summary-inner > .price > .amount, html .product-quick-view .summary-inner > .price > ins .amount {
	font-family: "Gotham bold", Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: rgb(15,15,15);
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}



@font-face {
	font-family: "Gotham bold";
	src: url("//dangaming.dk/wp-content/uploads/2022/08/gotham-bold.woff2") format("woff2"), 
url("//dangaming.dk/wp-content/uploads/2022/09/GothamBold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gotham book";
	src: url("//dangaming.dk/wp-content/uploads/2022/09/Gotham-Book.woff2") format("woff2"), 
url("//dangaming.dk/wp-content/uploads/2022/09/Gotham-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gotham light";
	src: url("//dangaming.dk/wp-content/uploads/2022/08/Gotham_Light1.woff2") format("woff2"), 
url("//dangaming.dk/wp-content/uploads/2022/08/Gotham_Light1.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

.product-label.onsale {
	background-color: green;
}
.woocommerce .price {
padding-top:10px;

}
span.woocommerce-Price-amount.amount {
	color: black;
	font-family: 'Gotham';
	font-weight: 500;
	font-style: normal;
}

del span.woocommerce-Price-amount.amount, del span.woocommerce-Price-currencySymbol  {
	color: gray;
	text-decoration-line: line-through;
	font-family: 'Gotham book';
}
.price del {
	text-decoration: none;
}

.single-product-page .product-info .price {
    display: none;
}
button.searchsubmit {
background:white;
}

ul {
    list-style: none;
    --list-mb: 0;
    --li-mb: 15px;
    --li-pl: 0;
}

.wd-list li {
    position: relative;
    display: flex;
    align-items: center; /* Align items (icon and text) vertically in the center */
    justify-content: inherit;
    gap: 10px;
    transition: all .25s ease;
}

.wd-list img {
    display: inline-block;
    vertical-align: middle; /* Ensure the icon is vertically aligned */
    max-height: 100%; /* Make sure the image doesn't overflow */
}

.list-content {
    display: inline-block;
    vertical-align: middle; /* Ensure the text is vertically aligned */
    font-size: 14px; /* Adjust font size for readability on smaller screens */
}

/* iPhone-specific styling for smaller screens */
@media only screen and (max-width: 767px) {
    .wd-list li {
        gap: 5px; /* Reduce gap between icon and text on smaller screens */
    }

    .wd-list img {
        width: 12px; /* Slightly reduce icon size for smaller screens */
        height: auto;
    }

    .list-content {
        font-size: 12px; /* Adjust text size to better fit mobile screens */
    }
}
@media (max-width: 576px) {
	.woocommerce-Price-amount {
    line-height: 1.2; /* Ensure sufficient space for numbers */
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .woocommerce-Price-amount {
        font-size: 16px; /* Adjust size to fit */
        white-space: nowrap; /* Prevent text wrapping */
        overflow: visible; /* Ensure price is fully visible */
    }
}


span.onsale.product-label, span.new.product-label {
	font-size: 14px;
}

table td {
	padding: 15px 0px;
	padding-right: 5px;
}

.checkout-order-review {
    padding-right: 10px;
    padding-left: 10px;
}


td.product-total {
	padding-right: 10px;
}

.component_table_item .component_table_item_indent {
	padding-left: 10px;
}

.wpcsb-wrapper {
	padding: 10px;
}

@supports (-webkit-touch-callout: none) {
	.wpcsb-wrapper {
		padding-top:5px;
		padding-bottom:5px;
		padding-left: 10px;
		padding-right: 10px;
	}}

@supports (-webkit-touch-callout: none) {
	.wpcsb-add-to-cart button{
		padding-top:17px;
		padding-bottom:7px;
	}
}

.wpcsb-btn.button.alt {
	margin-bottom:13px
}

#mailchimp .row {
display:block}

#mailchimp input[type=submit] {
width: 100%;}

div.wpcsb-product {
margin-top: -20px;margin-bottom: -20px; margin-left: -20px; margin-right: -20px
}

}

