@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,600,700&display=swap');
@font-face {
  font-family: 'FighterRegular';
  src: url('/catalog/view/theme/cancer/stylesheet/Fighter/OpenType/Fighter-Regular.otf') format('opentype'); }
@font-face {
  font-family: 'FighterBold';
  src: url('/catalog/view/theme/cancer/stylesheet/Fighter/OpenType/Fighter-Bold.otf') format('opentype'); }
@font-face {
  font-family: 'FighterOverskrift';
  src: url('/catalog/view/theme/cancer/stylesheet/Fighter/OpenType/Fighter-Overskrift.otf') format('opentype'); }

body {
    color: #363536;
    overflow-x: hidden;
}
body #topBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
body #topBg .container {
    background-image: url('/catalog/view/theme/cancerv2/image/bg_top2.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    height: 100%;
    width: 100%;
    max-width: 1140px;
    z-index: 0;
}
body.common-home #topBg .container {
    background-image: url('/catalog/view/theme/cancerv2/image/bg_top.png');
}

body header #logo img {
    max-width: 250px;
    margin-left: 50px;
}
body header .countdown {
    padding-top: 12px;
    font-family: 'FighterOverskrift';
    color: #FFFFFF;
}

body header .countdown #days {
    background: #ed1c24;
    font-weight: 500;
    font-size: 20px;
    background-image: none;
    margin-right: 10px;
    margin-left: 5px;
}

body header .countdown3 {
    padding-top: 12px;
    font-family: 'FighterOverskrift';
    color: #FFFFFF;
}
body header .countdown3 #days {
    background: #ed1c24;
    font-weight: 500;
    font-size: 20px;
    background-image: none;
    margin-right: 10px;
    margin-left: 5px;
}
body header .countdown0 {
    padding-top: 12px;
    font-family: 'FighterOverskrift';
    color: #FFFFFF;
}
body header .countdown0 #days {
    background: #ed1c24;
    font-weight: 500;
    font-size: 20px;
    background-image: none;
    margin-right: 10px;
    margin-left: 5px;
}
body .welcome {
    padding-top: 10px;
    z-index: 1;
    position: relative;
    margin-bottom: 5%;
}
body .welcome h3 {
    color: #fff;
    font-family: 'FighterOverskrift';
    font-size: 40px;
    margin: 0px;
    margin-top: 10%;
    margin-bottom: -10%;
}
body .welcome h2 {
    color: #ed1c24;
    font-family: 'FighterOverskrift';
    font-size: 76px;
    margin: -5px;
}
body .welcome h4 {
    color: #fff;
    font-family: 'FighterOverskrift';
    font-size: 42px;
    margin-bottom: 50px;
}
body .welcome.partner h4 {
    color: #ed1c24;
    font-family: 'FighterOverskrift';
    font-size: 36px;
    margin-bottom: 0px;
}
body .welcome.partner h5 {
    color: #363536;
    font-family: 'FighterOverskrift';
    font-size: 28px;
    margin-bottom: 50px;
}

body .allmost {
    padding-top: 10px;
    z-index: 1;
    position: relative;
}
body .allmost h3 {
    color: #000000;
    font-family: 'FighterOverskrift';
    font-size: 40px;
    margin: 0px;
}
body .allmost h2 {
    color: #ed1c24;
    font-family: 'FighterOverskrift';
    font-size: 76px;
    margin: -5px;
}
body .allmost h4 {
    color: #fff;
    font-family: 'FighterOverskrift';
    font-size: 42px;
    margin-bottom: 50px;
}
body .allmost.partner h4 {
    color: #ed1c24;
    font-family: 'FighterOverskrift';
    font-size: 36px;
    margin-bottom: 0px;
}
body .allmost.partner h5 {
    color: #363536;
    font-family: 'FighterOverskrift';
    font-size: 28px;
    margin-bottom: 50px;
}
body section.next {
    margin-left: -150px;
    margin-top: 600px;
    padding-bottom: -200px;
}

body .featured {
    margin-bottom: 0px !important;
    background-color: #600006;
}
body .featured h5 {
    text-transform: uppercase;
    color: #000000;
    font-family: 'FighterRegular';
    font-weight: 600;
    font-size: 20px;
    margin-top: 70px;
}
body .featured h5 span {
    color: #ed1c24;
}
.product-thumb,
.product-thumb:hover {
    /*box-shadow: 0px 0px 10px 0px rgba(246, 220, 168, 0.5);*/
    border: 3px solid;
    border-image: linear-gradient(45deg, #f6dca8, #be843f) 1;
    padding: 15px;
    overflow: hidden;
    background-color: #700001;
}
.product-thumb.gold {
    background: url('/catalog/view/theme/cancerv2/image/bg_gold.png');
    background-repeat: none;
    background-size: 100% 100%;
}
.product-thumb .caption .image {
    max-width: 75%;
    margin: 10px auto;
}
.product-thumb .caption .price {
    margin-top: 3px;
    font-weight: bold;
    white-space: nowrap;
    background: -webkit-linear-gradient(#f6dca8, #be843f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-thumb .caption .description {
    font-size: 13px;
    color: #ABABAB;
}
.product-thumb .button-group button {
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    background: #ec1c24;
    border-color: #ec1c24;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding: 8px 0px;
    font-family: 'FighterOverskrift';
}
.product-thumb .button-group button.disabled,
.product-thumb .button-group button.disabled:hover {
    opacity: .8;
    background: #ec1c24;
    cursor:not-allowed;
}
/*.product-thumb .badge {
    position: absolute;
    bottom: 25px;
    right: -30px;
    background: #ffffff;
    color: #ec1c24;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 40px 7px;
    border-radius: 0px;
    transform: rotate(-45deg);
    text-transform: center;
    margin: 0 auto;
}*/
.product-thumb .badge {
    position: absolute;
    bottom: -5px;
    right: -10px;
    background: transparent;
}
.product-thumb .badge img {
    width: 125px;
    height: auto;
}
body .gevinst {
    margin-top: 0px;
    margin-bottom: 50px;
}
body .gevinst .container {
    background-image: url('/catalog/view/theme/cancerv2/image/gevinst.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1140px;
    padding: 75px 0px;
}
body section.description {
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
}
body section.description span {
    color: #ec1c24;
    font-size: 20px;
    font-weight: 600;
}
body section.description a {
    color: #ec1c24;
    font-weight: 600;
}
body section.description p + p {
    padding-top: 15px;
}
body section.buynow {
    margin-top: 2%;
}
body section.buynow #terms {
    margin-top: 8%;
}
body section.checkout {
    background-color: #fff;
}
body section.buynow a {
    color: #ec1c24;
    font-weight: bold;
}
body section.buynow .accept {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
}
body section.buynow .productimage {
    padding-right: 15px;
}
body section.buynow .productimage .product-thumb {
    margin-right: 85px;
    transform: scale(1.2);
    margin-left: 15px;
}
body section.buynow .productform {
    margin-top: -5%;
    /*border-left: 1px solid #ec1c24;*/
}
body section.buynow .productform label span {
    margin-left: 20px;
}
body section.buynow .productform .price{
    margin: 20px auto;
    text-align: center;
    font-family: 'FighterBold';
    color: #fff;
    white-space: nowrap;
}
body section.buynow .productform .button-group {
    text-align: center;
}
body section.buynow .productform .button-group #button-cart {
    border-radius: 0px !important;
    padding: 15px !important;
    font-size: 18px !important;
    margin-top: -10px;
}
body section.buynow .productform .button-group #button-cart + img {
    margin: 25px auto;
    width: calc(100% - 50px);
    height: auto;
    text-align: center;
}
body footer {
    height: auto;
    color: #363536;
    font-size: 15px;
    padding-bottom: 25px;
}
body footer .wrapper {
    border: 0px;
}
body #footerBg {
    pointer-events: none;
    z-index: -1;
}
body #footerBg .container {
    background-image: url('/catalog/view/theme/cancerv2/image/bg_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    height: 128px;
    width: 100%;
    max-width: 1140px;
    z-index: -1;
}
section.gevinst .row {
	display: flex;
}
section.gevinst .row > div:last-of-type {
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 991px) {
	section.gevinst .row {
		flex-direction: column;
	}
	section.gevinst .row > div {
		width: calc(100% - 16.66667%);
		margin: 0 auto;
	}
	section.gevinst .row > div > img {
		margin: 0 auto;
	}
	section.gevinst .row > div:first-of-type {
		order: 2;
	}
	section.gevinst .row > div:last-of-type {
		order: 1;
		margin-bottom: 60px;
	}
    body section.buynow .productform {
        margin-top: 35%;
        border-left: 0px;
        font-family: 'FighterOverskrift';
        color: #000000;
        }
    body section.buynow .accept {
        color: #000000;
        font-weight: bold;
    }
    body header .countdown #days {
        margin-top: 5px;
        float: right;
        margin-right: 15px;
    }
    section.content { 
        background-color: #700001;
    }
    body section.next {
        margin-left: 0px;
        margin-top: 400px;
        padding-bottom: -200px;
    }    
}
section.content .row:not(.featured) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-top: 20%;
    margin-bottom: 15%;
}
.bordertop::before {
    content: '';
    /*border-top: 1px solid #ec1c24;*/
    display: block;
}
body footer .bordertop::before {
    padding-top: 50px;
    margin-top: -50px;
    display: none;
}
body footer .wrapper {
    border-top: 1px solid #ec1c24;
}
body .lodder {
    margin-top: 50px;
}
body .lodder h3 {
    font-family: 'FighterOverskrift';
    font-size: 28px;
    padding-top: 30px;
}
body .lodder .tickets {
    background: #f2f3f0;
    display: block;
    padding: 30px 30px 30px 48px;
    font-size: 17px;
    /*text-align: justify;
    text-justify: inter-word;*/
    margin-top: 30px;
    min-height: 150px;
}
body .lodder .tickets .ticket {
    margin-right: 20px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
}
body .related h3 {
    font-family: 'FighterOverskrift';
    font-size: 28px;
    padding-top: 30px;
}
body .related h3 span {
    display: block;
    padding-bottom: 8px;
}
body .related h3 span.highlight {
    color: #ec1c24;
}
body .related .product-thumb {
    margin-top: 80px;
}
body .related .product-thumb .price {
    margin: 15px 0px 20px;
}
body section.checkout input,
body section.checkout select {
    border-radius: 0px !important;
    color: #363536 !important;
    box-shadow: none !important;
}
body section.checkout label {
    color: #363536 !important;
    padding-bottom: 5px;
    font-weight: bold !important;
}
body section.checkout #payment b {
    font-family: 'FighterOverskrift';
}
body section.checkout #payment a {
    border-radius: 0px !important;
    padding: 15px !important;
    font-size: 18px !important;
}
body footer .wrapper .columns .column1 {
    height: auto;
}

@media screen and (max-width: 1200px) and (min-width: 992px) { 
    section.content {
        background-color: #700001;
    }
    section.buynow {
        background-color: #700001;
    }
    body section.buynow .accept {
        margin-left: 15px;
        color: #fff;
        font-weight: bold;
    }      
}

@media screen and (max-width: 768px) {
    #spillemyndigheden {
        float: left !important;
        margin-top: 50px;
    }
    body .welcome h2 {
        font-size: 12.5vw;
    }
    body .allmost h2 {
        font-size: 12.5vw;
    }    
    .related .col-sm-4.col-xs-6:nth-child(n+3) {
        display: none;
    }
    #logo, .countdown {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-thumb .badge img {
        width: 100px;
    }
    body section.buynow .container {
        margin-left: 15px;
        margin-top: 0%;
        border-left: 0px;
    }
    body section.buynow .productform .price {
        color: #000000;
    }
    body section.buynow .accept {
        color: #000000;
        font-weight: bold;
    }
    section.content { 
        background-color: #700001;
        margin-top: -22%;
    }
    body .featured h5 {
        margin-top: 120px;
    }
    body section.next {
        margin-left: 10px;
        margin-top: 300px;
        padding-bottom: -200px;
    }    
}
@media screen and (max-width: 430px) {
    body header .countdown {
        margin-top: 25%;
        padding-top: 12px;
        font-family: 'FighterOverskrift';
        color: #FFFFFF;
    }
    body header .countdown3 {
        color: #000000;
    }
    body header .countdown0 {
        color: #FFFFFF;
    }    
    body header #logo img {
        max-width: 250px;
        margin-left: 0px;
        position: absolute;
        top: -25px;        
    }
    body .featured h5 {
        margin-top: 40px;
    }
    body .featured h5 span {
        color: #fff;
    }    
    body .welcome {
        margin-top: -10%;
    } 
    body .welcome h3 {
        color: #fff;
        margin: 3px 0 3px 0;
    }    

    body .welcome h4 {
        color: #ec1c24;
        font-family: 'FighterOverskrift';
        font-size: 42px;
        margin-bottom: -10px;
        margin-top: 0%;
    }
    body .allmost {
        margin-top: -12%;
    } 
    body .allmost h3 {
        margin: 3px 0 3px 0;
    }    

    body .allmost h4 {
        color: #fff;
        font-family: 'FighterOverskrift';
        font-size: 42px;
        margin-bottom: -10px;
        margin-top: 0%;
    }    
}
@media screen and (max-width: 360px) {
    header {
        margin-top: -5%;
        background-color: #700001;
    }
        body .welcome {
        font-family: 'FighterOverskrift';
        font-size-adjust: none;
        font-size: 30px;
        background-color: #600006;
        margin-top: -10%;
    }
}
@media screen and (max-width: 320px) {
    .product-thumb .caption .price {
        white-space: unset;
    }
    body section.buynow .productform .price{
        white-space: unset;    
    }
    body .welcome {
        font-family: 'FighterOverskrift';
        font-size-adjust: none;
        font-size: 30px;
        background-color: #600006;
        margin-top: -12%;
    }
    body .welcome h3 {
        margin-top: 10%;
        margin-bottom: -10%;
        font-size: 35px;
    }
    body .welcome h4 {
        padding-top: -20px;
        padding-bottom: 20px;
    }
    body .allmost {
        font-family: 'FighterOverskrift';
        font-size-adjust: none;
        font-size: 30px;
        background-color: #600006;
        margin-top: 10%;
    }
    body .allmost h4 {
        padding-top: -20px;
        padding-bottom: 20px;
    }    
    header {
        background-color: #600006;
    }
    body header .countdown {
        color: #363536;
        font-family: 'FighterOverskrift';
        color: #FFFFFF;
        margin-bottom: 10%;
    }
}

#address-line, #email-line {
    margin-top: 0px !important;
}
body section.buynow #payment a#btn-creditcard {
    background: #e20623;
    color: #FFFFFF; 
}
body section.buynow #payment a#btn-creditcard::before {
    content: '';
    width: 22px;
    height: 14px;
    background-image: url('/catalog/view/theme/cancer/image/cards.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
}
body section.buynow #payment a#btn-mobilepay {
background: #5a78ff;
color: #FFFFFF;
}
body section.buynow #payment a#btn-mobilepay::before {
    content: '';
    width: 19px;
    height: 20px;
    background-image: url('/catalog/view/theme/cancer/image/mobilepay.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
}
body section.buynow #payment a {
    display: block;
    border-radius: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    font-size: 14px;
    margin-top: 10px; 
    border-radius: 0px !important;
    padding: 15px !important;
    font-size: 18px !important;
}
body section.buynow #payment a:hover {
    text-decoration: none;
    opacity: 0.8; 
}
body section.buynow #payment {
    margin-bottom: 50px;
}
body section.checkout + section.lodder {
    margin-top: -50px;
}
body section.checkout .bordertop h3 {
    padding-top: 30px;
    margin-bottom: -20px;
    font-family: 'FighterOverskrift';
    font-size: 28px;
    padding-top: 30px;
}

