/* Minification failed. Returning unminified contents.
(2,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1006,19): run-time error CSS1039: Token not allowed after unary operator: '-header-height'
(1072,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1077,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1460,22): run-time error CSS1030: Expected identifier, found '.'
(1460,40): run-time error CSS1031: Expected selector, found ')'
(1460,40): run-time error CSS1025: Expected comma or open brace, found ')'
(1724,13): run-time error CSS1039: Token not allowed after unary operator: '-header-height'
(2247,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(2248,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(2324,28): run-time error CSS1030: Expected identifier, found '['
(2324,47): run-time error CSS1031: Expected selector, found '='
(2324,47): run-time error CSS1025: Expected comma or open brace, found '='
(2347,30): run-time error CSS1030: Expected identifier, found '.'
(2347,50): run-time error CSS1031: Expected selector, found ')'
(2347,50): run-time error CSS1025: Expected comma or open brace, found ')'
 */
:root {
	--header-height:119px;
}
@media(max-width:1339px){
	:root {
		--header-height:91px;
	}
}
@media(max-width:767px){
	:root {
		--header-height:61px;
	}
}


body {
	background:white;
}

.myqa2025 * {
	line-height: 1.4;
    font-family: "Figtree",sans-serif;
}

.myqa2025 .container {
	width: 1920px;
	max-width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	padding: 0;
}
.myqa2025 .content-constraint {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 120px;
	width: auto;
}
@media (max-width: 1600px) {
	.myqa2025 .content-constraint {
		padding: 0 60px;
	}
}
@media (max-width: 1199px) {
  .myqa2025 .content-constraint {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .myqa2025 .content-constraint {
    padding: 0 20px;
  }
}

.myqa2025 ul li:before {
	content:none;
}
.myqa2025 ul li {
	margin-bottom:0px;
}
.myqa2025 ul {
	margin-top:0px;
	margin-left:0px;
}
.myqa2025 a {
	font-size:inherit;
	color:black;
}


.myqa2025 h1,.myqa2025 .h1,
.myqa2025 h2,.myqa2025 .h2,
.myqa2025 h3,.myqa2025 .h3  {
	font-weight:800;
	line-height:1.5;
}
.myqa2025 h1, .myqa2025 .h1 {
	font-size: 82px;
	margin-top: 50px;
	margin-bottom: 40px;
	line-height: 1.15;
}
@media(max-width:1339px){
	.myqa2025 h1, .myqa2025 .h1 {
		font-size: 52px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
}
@media(max-width:767px){
	.myqa2025 h1, .myqa2025 .h1 {
		font-size: 40px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.myqa2025 h2, .myqa2025 .h2 {
	font-size:43px;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media(max-width:1339px){
	.myqa2025 h2, .myqa2025 .h2 {
		font-size:33px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media(max-width:767px){
	.myqa2025 h2, .myqa2025 .h2 {
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 20px;
		line-height:1.25;
	}
}

.myqa2025 h3, .myqa2025 .h3 {
	font-size:30px;
	margin-top: 40px;
	margin-bottom: 20px;
}
@media(max-width:1339px){
	.myqa2025 h3, .myqa2025 .h3 {
		font-size:24px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
}
@media(max-width:767px){
	.myqa2025 h3, .myqa2025 .h3 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

.myqa2025 h1 span, .myqa2025 .h1 span,
.myqa2025 h2 span, .myqa2025 .h2 span,
.myqa2025 h3 span, .myqa2025 .h3 span {
	font-weight:400;
}
.myqa2025 h1 span, .myqa2025 .h1 span {
	font-size: 40px;
}
@media(max-width:1339px){
	.myqa2025 h1 span, .myqa2025 .h1 span {
		font-size: 28px;
	}
}
@media(max-width:767px){
	.myqa2025 h1 span, .myqa2025 .h1 span {
		font-size: 21px;
	}
}
.myqa2025 h2 span, .myqa2025 .h2 span {
	font-size: 30px;
}
.myqa2025 h3 span, .myqa2025 .h3 span {
	font-size: 24px;
}

.myqa2025 .button-right {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
}
@media(max-width:767px){
	.myqa2025 .button-right {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
}
.myqa2025 .button-right a {
	white-space: pre;
}

.myqa2025.content-area p,
.myqa2025.content-area li,
.myqa2025.content-area a {
	text-align:left;
}

.myqa2025.content-area p,
.myqa2025.content-area li,
.myqa2025.content-area a,
.myqa2025__orderSummaryItemDetails th,
.myqa2025__orderSummaryItemDetails td,
.myqa2025__orderSummary th,
.myqa2025__orderSummary td,
.myqa2025 label,
.myqa2025 span.strength,
.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.myqa2025 textarea,
.myqa2025 select,
.myqa2025__basketSidebar table th,
.myqa2025__basketSidebar table td {
	font-size: 21px;
}
@media(max-width:1339px){
	.myqa2025.content-area p,
	.myqa2025.content-area li,
	.myqa2025.content-area a,
	.myqa2025__orderSummaryItemDetails th,
	.myqa2025__orderSummaryItemDetails td,
	.myqa2025__orderSummary th,
	.myqa2025__orderSummary td,
	.myqa2025 label,
	.myqa2025 span.strength,
	.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.myqa2025 textarea,
	.myqa2025 select,
	.myqa2025__basketSidebar table th,
	.myqa2025__basketSidebar table td	{
		font-size: 16px;
	}
}
@media(max-width:767px){
	.myqa2025.content-area p,
	.myqa2025.content-area li,
	.myqa2025.content-area a,
	.myqa2025__orderSummaryItemDetails th,
	.myqa2025__orderSummaryItemDetails td,
	.myqa2025__orderSummary th,
	.myqa2025__orderSummary td,
	.myqa2025 label,
	.myqa2025 span.strength,
	.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.myqa2025 textarea,
	.myqa2025 select,
	.myqa2025__basketSidebar table th,
	.myqa2025__basketSidebar table td	{
		font-size: 14px;
	}
}

.myqa2025.content-area p + a {
	margin-top: 35px;
	margin-bottom: 45px;
}
@media(max-width:767px){
	.myqa2025.content-area p + a {
		margin-top: 15px;
		margin-bottom: 28px;
	}
}

.myqa2025.content-area .help, 
.myqa2025.content-area .help * {
	font-size: 15px;
	line-height: 1.25;
	font-size: 15px;
	line-height: 1.25;
	display: inline-block;
	color: rgb(0, 76, 106);
	background-color: rgb(238, 238, 238);
	padding: 10px 15px;
	border: 1px solid #007fa6;
}
@media(max-width:1339px){
	.myqa2025.content-area .help,
	.myqa2025.content-area .help * {
		font-size: 13px;
	}
}
@media(max-width:767px){
	.myqa2025.content-area .help,
	.myqa2025.content-area .help * {
		font-size: 11px;
	}
}

.myqa2025.content-area a:not([class]) {
	
	text-decoration: underline;
}


.myqa2025 .pt-10 {
	padding-top:10px;
}
.myqa2025 .pt-20 {
	padding-top:20px;
}
.myqa2025 .pt-30 {
	padding-top:30px;
}
.myqa2025 .pt-40 {
	padding-top:40px;
}
.myqa2025 .pt-50 {
	padding-top:50px;
}
.myqa2025 .pt-100 {
	padding-top:100px;
}


.myqa2025 .pb-10 {
	padding-bottom:10px;
}
.myqa2025 .pb-20 {
	padding-bottom:20px;
}
.myqa2025 .pb-30 {
	padding-bottom:30px;
}
.myqa2025 .pb-40 {
	padding-bottom:40px;
}
.myqa2025 .pb-50 {
	padding-bottom:50px;
}
.myqa2025 .pb-100 {
	padding-bottom:100px;
}


footer.myqa2025 a {
	color: inherit;
	text-decoration: none;
}
header.myqa2025  a:not(.btn){
	color:black;
}



.myqa2025 .btn {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #000;
	border: 2px solid transparent;
	display: inline-flex;
	align-items:center;
	margin-right: 22px;
	padding: 7px 23px;
	border-radius: 40px;
	cursor: pointer;
	margin-bottom:0px;
	
	position: relative;
	transition: 0.1s all;
	height:auto;
}
@media(max-width:767px){
	.myqa2025 .btn {
		font-size: 14px;
		padding: 4px 15px;
	}
}
.myqa2025 .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 4px solid #000;
	border-color: inherit;
	border-radius: 40px;
	transition: .15s all;
	opacity: 0;
}
.myqa2025 .btn:hover::after, 
.myqa2025 .btn.btn--bordered-white:hover::after {
	opacity:1;
	left: -9px;
	top: -9px;
	bottom: -9px;
	right: -9px;
}
.myqa2025 .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 2px solid #000000;
	border-color: inherit;
	border-radius: 40px;
	transition: 0.15s all;
	opacity: 0;
}
.myqa2025 .btn.btn--bigger::before {
	border: 2px solid #000000;
}
.myqa2025 .btn:hover::before,
.myqa2025 .btn.btn--bordered-white:hover::before {
	left: -16px;
	top: -16px;
	bottom: -16px;
	right: -16px;
	animation-duration: 0.15s;
    animation-name: button-pulse;
}
.myqa2025 .btn.btn--bigger.btn--bordered-white::before {
    top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;   
}
.myqa2025 .btn.btn--ghost, 
.myqa2025 .btn {
	border-color: #000;
}
.myqa2025 .btn, 
.myqa2025 .btn.btn--ghost:hover, 
.myqa2025 .btn.btn--ghost.active {
	background-color: #000;
	color: #fff;
}
.myqa2025 .btn:hover {
	background:black;
	border-color:black;
	color:white;
}
.myqa2025 .btn--bordered-white,
.myqa2025 a.btn--bordered-white:visited:not(:hover):not(:active):not(:focus) {
	background:white;
	color:black;
}

.myqa2025 .btn.disabled, .myqa2025 .btn[disabled], .myqa2025 fieldset[disabled] .myqa2025 .btn {
	background:#000;
	border-color:#000;
	opacity:0.33;
	color:white;
	cursor:not-allowed;
	pointer-events:none;
}

.myqa2025 .btn.btn--google-pay svg, 
.myqa2025 .btn.btn--apple-pay svg {
	margin-right: 14px;
}
.myqa2025 .btn.btn--google-pay:hover svg path, 
.myqa2025 .btn.btn--apple-pay:hover svg path{
	fill:white;
}


@keyframes button-pulse {
  0% {
    opacity: 0;
  }

  1% {
    opacity:1;
  }
  
  100% {
	opacity:0;
  }
}




.hidden-accessible {
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.button-list {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
@media(max-width:767px){
	.button-list {
		gap:12px;
	}
}
.button-list .btn {
	margin-bottom:0px !important;
	margin-right:0px !important;
}
.myqa2025.header {
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #fff;
	transform: translatez(0);
}
.header .header__main {
	background: white;
	z-index: 20;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin-bottom: -1px;
}
.header .content-constraint {
	display: flex;
	justify-content: space-between;
	padding-top:30px;
	padding-bottom:30px;
	gap:40px;
	position: relative;
}
@media(max-width:1339px){
	.header .content-constraint {
		padding-top:20px;
		padding-bottom:20px;
		gap:25px;
	}
}
@media(max-width:767px){
	.header .content-constraint {
		padding-top:16px;
		padding-bottom:16px;
	}
}

.header .header__accountMenu .content-constraint {
	padding:0px;
}

.header__accountMenuTrigger {
	display:none;
}
.header__accountMenu.active,
.header__accountMenuTrigger.active {
	display:block;
}


.myqa2025.header a {
	text-decoration:none;
}
@media(max-width:767px){
	.myqa2025.header a {
		font-size:13px;
	}
}

.header__logoContainer {
	height: 58px;
}
@media(max-width:1339px){
	.header__logoContainer {
		height: 47px;
	}
}
@media(max-width:767px){
	.header__logoContainer {
		height: 28px;
	}
}

.header__logoContainer svg {
	height: 100%;
	width: auto;
}

.header .header__helpTag {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3px 0px;
	align-items: flex-start;
}
@media(max-width:767px){
	.header .header__helpTag {
		display:none;
	}
}

.header__helpTagLine {
	font-size: 15px;
	font-weight: 600;
	margin:0px;
}
@media(max-width:1339px){
	.header__helpTagLine {
		font-size: 14px;
	}
}

.header .header__helpTag a {
	font-size:20px;
	font-weight:600;
}
@media(max-width:1339px){
	.header .header__helpTag a {
		font-size:18px;
	}
}

.header__menu {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header__menu a {
	font-size:20px;
}
@media(max-width:1339px){
	.header__menu a {
		font-size:18px;
	}
}

.header__menu .btn {
	font-size:23px;
	font-weight:600;
	display:none;
}
.header__menu .btn.active {
	display:inline-block;
}
@media(max-width:1339px){
	.header__menu .btn {
		font-size:18px;
	}
}

.header__basketLink {
	display:flex;
	align-items:center;
}
.header__basketCounter {
	font-size: 20px;
	font-weight: 600;
	padding-left: 11px;
}
@media(max-width:1339px){
	.header__basketCounter {
		font-size: 18px;
		padding-left: 7px;
	}
}
@media(max-width:767px){
	.header__basketCounter {
		font-size: 13px;
		padding-left: 5px;
	}
}

.myqa2025.header .btn {
	margin-right:0px;
}
@media(max-width:767px){
	.myqa2025.header .btn {
		
	}
}

.header__accountMenu.active .header__accountMenuDropdown {
	transform:translatey(0%);
}
.header__accountMenuDropdown {
	display: flex;
	position: absolute;
	background: white;
	padding: 50px;
	border: 1px solid rgba(0,0,0,0.25);
	top: 0px;
	right: 0px;
	padding: 20px 60px;
	width: 750px;
	transform: translatey(-100%);
	transition:0.2s all;
	z-index:1;
}
@media(max-width:767px){
	.header__accountMenuDropdown {
		padding: 50px;
		padding: 10px 20px;
		flex-direction: column;
		max-width: 100%;
	}
}

.header__accountMenuDropdown > div {
	max-width: 50%;
	flex-basis: 50%;
	min-width: 50%;
	margin-top: 10px;
}

.header__accountMenuDropdown ul {
  list-style: none;
  padding: 0px;
}

.header__accountMenuDropdown li {
	line-height: 2.3;
}
@media(max-width:767px){
	.header__accountMenuDropdown li {
		line-height: 1.5;
	}
}

.header__accountMenuDropdown li a {
	font-size: 21px;
	line-height: 1.25;
}


.header__accountMenuDropdown .h3 {
	margin-top: 0px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 35px;
}
@media(max-width:767px){
	.header__accountMenuDropdown .h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media(max-width:1339px){
	.header__basketLink svg {
		max-width: 25px;
	}
}
@media(max-width:767px){
	.header__basketLink svg {
		max-width: 19px;
		height: auto;
	}
}
footer {
    background: black;
    color: white;
	font-size: 10px;
}

footer ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

footer li {
    font-size: 16px;
}

footer p {
    font-size: 13px;
    margin: 0;
}

footer .footer__address, .footer address {
    font-size: 13px;
    font-style: normal;
	color: inherit;
  letter-spacing: inherit;
  margin-top: 0px;
  line-height: 1.4;
  width: auto;
  padding-right: 0px;
  position: relative;
  z-index: 10;
  font-weight: 400;
}

footer .footer__inner-v2 {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 100px 0px;
}

footer .footer__menuItem__chevron {
    display: none;
    width: 21px;
    height: 12px;
    flex-shrink: 0;
    fill: white;
    transition: all 250ms ease-in-out;
}

footer .footer__navUpper-v2 > ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0;
}

footer .footer__navUpper-v2 > ul > li > div > ul {
    display: flex;
    gap: 40px;
}

footer .footer__navUpper-v2 > ul > li > div > ul > li {
    flex-basis: calc(100% / 3);
}

footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li > div {
    margin-top: 30px;
}

footer .footer__navUpper-v2 a:hover,
footer .footer__middle a:hover {
    text-decoration: underline;
}

footer .footer__menuItem__title {
    font-weight: bold;
}

footer .footer__middle {
    display: flex;
    gap: 40px;
}

footer .footer__middle > * {
    flex-basis: calc(100% / 3);
}

footer .footer__address {
    margin-bottom: 1em;
}

footer .footer__paymentLogos-v2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

footer .footer__paymentLogos-v2 > * {
    height: 30px;
}

footer .footer__navLower li {
    font-size: 13px;
}

footer .footer__bottom {
    display: flex;
    gap: 40px;
}

footer .footer__logoContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__logo {
	margin-left: 0px;
}

footer .footer__logo,
footer .footer__slogan {
    width: 196px;
}

footer .footer__sm {
    width: calc((100% - 80px) / 3);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2px;
	flex-grow:0;
	margin-top:0px;
}

footer .footer__sm a {
    background: #080C10;
    display: flex;
    height: 39px;
    width: 39px;
    margin-left: 10px;
    border-radius: 30px;
    text-align: center;
    vertical-align: top;
    align-items: center;
}

footer .footer__sm svg {
    fill: white;
}

footer .footer__sm a:hover svg {
    fill: rgba(255, 255, 255, 0.75);
}

footer .footer__smTwitter svg,
footer .footer__smInstagram svg,
footer .footer__smLinkedin svg {
    width: 23px;
    height: 23px;
}

footer .footer__smFacebook svg {
    width: 14px;
    height: 26px;
}

footer .footer__smYoutube svg {
    width: 25px;
    height: 18px;
	position: relative;
	bottom: -2px;
}

footer .footer__paymentLogos {
    width: calc((100% - 80px) / 1.5);
}

@media (max-width: 767px) {
    footer .footer__inner-v2 {
        padding: 40px 0;
    }
    
    footer .footer__navUpper-v2 > ul {
        gap: 20px;
    }

    footer .footer__navUpper-v2 > ul > li > div > ul {
        flex-direction: column;
        gap: 20px;
    }
    
    footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li > div {
        display: grid;
        grid-template-rows: 0fr;
        margin-top: 0px;
        transition: all 250ms ease-in-out;
    }
    
    footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li.expanded > div {
        grid-template-rows: 1fr;
        margin: 20px 0;
    }
    
    footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li.expanded > .footer__menuItem__title > .footer__menuItem__chevron {
        transform: rotate(180deg);
    }
    
    footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li > div > ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    footer .footer__navUpper-v2 > ul > li > div > ul > li > div > ul > li > div > ul > li {
        padding-left: 20px;
    }
    
    footer .footer__menuItem__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        cursor: pointer;
    }
    
    footer .footer__menuItem__chevron {
        display: block;
    }
    
    footer .footer__middle {
        flex-direction: column;
        gap: 30px;
    }
    
    footer .footer__logo,
    footer .footer__slogan {
        width: 160px;
    }

    footer .footer__bottom {
        flex-direction: column;
        gap: 60px;
    }

    footer .footer__sm,
    footer .footer__paymentLogos {
        width: 100%;
    }
}

@media (max-width: 480px) {
    footer .footer__paymentLogos-v2 {
        align-items: flex-start;
    }
}
.myqa2025.content-area {
	padding-top:var(--header-height);
	padding-bottom:100px;
}
@media(max-width:1339px){
	.myqa2025.content-area {
		padding-bottom:80px;
	}
}
@media(max-width:767px){
	.myqa2025.content-area {
		padding-bottom:20px;
	}
}

.myqa2025.myqa2025__modalContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.25);
	z-index: 10000;
	display:none;
	align-items:center;
	justify-content:center;
}
.myqa2025.myqa2025__modalContainer.active {
	display:flex;
}
.myqa2025__modal {
	background: white;
	max-width: 100%;
	width: 955px;
	padding: 80px 100px;
	text-align: center;
	margin:0 auto;
}
@media(max-width:767px){
	.myqa2025__modal {
		padding: 30px 20px;
		text-align: left;
	}
}
.myqa2025__modal p {
	font-size: 21px;
	line-height: 1.5;
}
@media(max-width:767px){
	.myqa2025__modal p {
		font-size: 16px;
	}
}
.myqa2025__modal p a {
	text-decoration:underline;
	color:black;
}
.myqa2025__modal .btn {
	margin-top:50px;
}
@media(max-width:767px){
	.myqa2025__modal .btn {
		margin-top:20px;
	}
}
.myqa2025.content-area .row, 
.myqa2025.content-area div[class^="col-"] {
	--bs-gutter-x: 3em;
}
@media(max-width:1339px){
	.myqa2025.content-area .row, 
	.myqa2025.content-area div[class^="col-"] {
		--bs-gutter-x: 1.5em;
	}
}

.myqa2025 form {
	margin-top: 40px;
}
@media(max-width:1339px){
	.myqa2025 form {
		margin-top: 25px;
	}
}

.myqa2025__basketSidebar form {
	margin-top: 0px;
}
.myqa2025 label,
.myqa2025 span.error,
.myqa2025 span.strength{
	line-height: 1.4;
	margin-bottom: 14px;
	display: inline-block;
	text-align: left;
}
@media(max-width:1339px){
	.myqa2025 label,
	.myqa2025 span.error,
	.myqa2025 span.strength	{
		margin-bottom: 8px;
	}
}


.myqa2025 .myqa2025__delegateType label {
	font-weight: 700;
}
.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.myqa2025 textarea,
.myqa2025 select {
	line-height: 1.4;
	margin-bottom: 30px;
	height:52px;
	border:1px solid black;
	box-shadow:none;
	color:black;
	
	background-color: #FFF;
	border-radius: 0;
	max-width: 100%;
	padding: 6px 15px;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
@media(max-width:1339px){
	.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.myqa2025 textarea,
	.myqa2025 select {
		height:45px;
		margin-bottom: 20px;
	}
}
@media(max-width:767px){
	.myqa2025 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.myqa2025 textarea,
	.myqa2025 select {
		height:35px;
		margin-bottom: 16px;
		padding: 4px 10px;
	}
}
.myqa2025 textarea {
	min-height: 130px;
}
.myqa2025 select {
	appearance: none;
	padding-right: 63px;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy4zMzMgMTQiIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNCIgZmlsbD0iYmxhY2siPgogIDxwYXRoIGQ9Ik0xMS42NjcgMTQgMCAyLjMzMyAyLjMzMyAwbDkuMzMzIDkuMzMzTDIxIDBsMi4zMzMgMi4zMzNaIiAvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
@media(max-width:1339px){
	.myqa2025 select {
		padding-right: 43px;
		background-position: right 15px center;
		background-size: 15px auto;
	}
}

.myqa2025 form .btn {
	font-size:23px;
}
@media(max-width:1339px){
	.myqa2025 form .btn {
		font-size:18px;
	}
}
@media(max-width:767px){
	.myqa2025 form .btn {
		font-size:14px;
		margin-bottom:12px;
	}
	.myqa2025 form .btn:last-child {
		margin-bottom:0px;
	}
}

.myqa2025 .form__nav {
	display: flex;
	align-items: baseline;
	margin-top: 40px;
}
@media(max-width:1339px){
	.myqa2025 .form__nav {
		margin-top: 30px;
	}
}
@media(max-width:767px){
	.myqa2025 .form__nav {
		margin-top: 20px;
	}
}

.myqa2025 .form__nav .btn:last-child {
	margin-right:0px;
}
.myqa2025 .form__nav--split {
	justify-content:space-between;
}
.myqa2025 input[type="checkbox"],
.myqa2025 input[type="radio"] {
	position:absolute;
	left:-9000em;
}
.myqa2025 input[type="checkbox"] + label:not(.error),
.myqa2025 input[type="radio"] + label:not(.error), 
.myqa2025 input[type="checkbox"] + label.error + label,
.myqa2025 input[type="radio"] + label.error + label {
	position:relative;
	display:flex;
	align-content:flex-start;
	gap:20px;
}
@media(max-width:1339px){
	.myqa2025 input[type="checkbox"] + label:not(.error),
	.myqa2025 input[type="radio"] + label:not(.error), 
.myqa2025 input[type="checkbox"] + label.error + label,
.myqa2025 input[type="radio"] + label.error + label {
		gap:14px;
	}
}

.myqa2025 input[type="checkbox"] + label:not(.error) a,
.myqa2025 input[type="radio"] + label:not(.error) a , 
.myqa2025 input[type="checkbox"] + label.error + label a,
.myqa2025 input[type="radio"] + label.error + label a {
	text-decoration:underline;
}

.myqa2025 input[type="checkbox"] + label:not(.error):before,
.myqa2025 input[type="radio"] + label:not(.error):before, 
.myqa2025 input[type="checkbox"] + label.error + label:before,
.myqa2025 input[type="radio"] + label.error + label:before{
	content:"";
	display:block;
	height:20px;
	width:20px;
	min-width:20px;
	border:2px solid black;
	position:relative;
	top:5px;
	background:white;
}
@media(max-width:1339px){
	.myqa2025 input[type="checkbox"] + label:not(.error):before,
	.myqa2025 input[type="radio"] + label:not(.error):before, 
.myqa2025 input[type="checkbox"] + label.error + label:before,
.myqa2025 input[type="radio"] + label.error + label:before{
		height:16px;
		width:16px;
		min-width:16px;
		top:3px;
	}
}
@media(max-width:767px){
	.myqa2025 input[type="checkbox"] + label:not(.error):before,
	.myqa2025 input[type="radio"] + label:not(.error):before, 
.myqa2025 input[type="checkbox"] + label.error + label:before,
.myqa2025 input[type="radio"] + label.error + label:before{
		top:1px;
	}
}

.myqa2025 input[type="radio"] + label:not(.error):before,
.myqa2025 input[type="radio"] + label.error + label:before{
	border-radius:10px;
}

.myqa2025 input[type="checkbox"] + label:not(.error)::after, 
.myqa2025 input[type="radio"] + label:not(.error)::after,
.myqa2025 input[type="checkbox"] + label.error + label::after, 
.myqa2025 input[type="radio"] + label.error + label::after {
	content: "";
	display: block;
	opacity:0;
	width: 10px;
	height: 6px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	left: 5px;
	top: 11px;
	transform: rotate(-46deg) translatey(100%);
	transition: 0.25s all;
}
@media(max-width:1339px){
	.myqa2025 input[type="checkbox"] + label:not(.error)::after, 
	.myqa2025 input[type="radio"] + label:not(.error)::after,
	.myqa2025 input[type="checkbox"] + label.error+ label::after, 
	.myqa2025 input[type="radio"] + label.error + label::after{
		width: 10px;
		height: 6px;
		left: 3px;
		top: 7px;
	}
}
@media(max-width:767px){
	.myqa2025 input[type="checkbox"] + label:not(.error)::after, 
	.myqa2025 input[type="radio"] + label:not(.error)::after,
	.myqa2025 input[type="checkbox"] + label.error + label::after, 
	.myqa2025 input[type="radio"] + label.error + label::after{
		top: 5px;
	}
}


.myqa2025 input[type="checkbox"]:checked + label:not(.error):before,
.myqa2025 input[type="radio"]:checked + label:not(.error):before,
.myqa2025 input[type="checkbox"]:checked + label.error + label::before,
.myqa2025 input[type="radio"]:checked + label.error + label::before{
	background:black;
}
.myqa2025 input[type="checkbox"]:checked + label:not(.error)::after, 
.myqa2025 input[type="radio"]:checked + label:not(.error)::after,
.myqa2025 input[type="checkbox"]:checked + label.error + label::after, 
.myqa2025 input[type="radio"]:checked + label.error + label::after{
	opacity:1;
	transform: rotate(-46deg) translatey(0%);
}

.myqa2025 input[type="number"]:-webkit-outer-spin-button,
.myqa2025 input[type="number"]:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.myqa2025 input[type="number"] {
  -moz-appearance: textfield;
}

.myqa2025 .form__numberStep {
	border: 1px solid #737373;
	border-radius: 30px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width:110px;
}
@media(max-width:1339px){
	.myqa2025 .form__numberStep {
		max-width:90px;
		padding:0px 7px;
	}
}

.form__numberStepDecrement, 
.form__numberStepIncrement {
	display: block;
	width: 25px;
	height: 25px;
	min-width:25px;
	background: #dddddd;
	border-radius: 15px;
	position: relative;
	cursor:pointer;
}
@media(max-width:1339px){
	.form__numberStepDecrement, 
	.form__numberStepIncrement {
		width: 20px;
		height: 20px;
		min-width:20px;
	}
}

.form__numberStepDecrement::before, 
.form__numberStepIncrement::before {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background: black;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.form__numberStepIncrement::after {
	content: "";
	display: block;
	height: 12px;
	width: 2px;
	background: black;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.myqa2025 .form__numberStep input[type="number"]:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
	border:0px !important;
	margin-bottom:0px !important;
	height:auto !important;
	text-align:center;
	padding:9px 0px;
	font-size:21px;
	color:black;
}
@media(max-width:1339px){
	.myqa2025 .form__numberStep input[type="number"]:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
		padding:5px 0px;
		font-size:16px;
	}
}

.form-group {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
@media(max-width:1339px){
	.form-group {
		gap: 28px;
	}
}
@media(max-width:767px){
	.form-group {
		gap: 20px;
	}
}
.form-group .btn {
	margin-right:0px;
}
.form-group input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]) {
	flex-grow: 1;
}



/* DEMO PURPOSES */
.voucher-row {
	display:none;
}
.voucher-row.active {
	display:table-row;
}

.add_promo_group {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto fit-content(300px);
    gap: 0 40px;
}
@media(max-width:1339px){
    .add_promo_group {
        gap: 0 20px;
    }
}
.add_promo_group input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]) {
	flex-grow: 1;
	max-width: 100%;
}
.add_promo_group:has(.error:not(:empty)) input {
    border-color: #c40000 !important;
}
.add_promo_group .error:empty {
	display: none !important;
}
.add_promo_group.hide {
	display:none;
}



.myqa2025 input:not([type="submit"]) + label.error:empty, 
.myqa2025 textarea + label.error:empty , 
.myqa2025 select + label.error:empty {
	display:none;
}
.myqa2025 input[type="password"][data-rule-passwordstrength] + label.error {
	display:none !important;
}
.myqa2025 input:not([type="submit"]):not([type="submit"]):not([type="checkbox"]) + label.error, 
.myqa2025 textarea + label.error , 
.myqa2025 select + label.error,
.myqa2025 .strength {
	margin-top: -27px;
}
.myqa2025 input:not([type="submit"]) + label.error, 
.myqa2025 textarea + label.error , 
	.myqa2025 select + label.error {
	padding: 5px 15px;
}
@media(max-width:1339px){
  .myqa2025 input:not([type="submit"]):not([type="submit"]):not([type="checkbox"]) + label.error, 
	.myqa2025 textarea + label.error , 
	.myqa2025 select + label.error,
	.myqa2025 .strength  {
		margin-top: -18px;
	}
}
@media(max-width:767px){
  .myqa2025 input:not([type="submit"]):not([type="submit"]):not([type="checkbox"]) + label.error, 
	.myqa2025 textarea + label.error , 
	.myqa2025 select + label.error,
	.myqa2025 .strength  {
		margin-top: -14px;
	}
}
.myqa2025 input:not([type="submit"]) + label.error, 
.myqa2025 textarea + label.error , 
.myqa2025 select + label.error {
	display: flex;
	background: rgba(202, 30, 23, 0.8);
	color: white;
	width: auto;
}

#AcceptTerms-error {
	margin-top: 20px;
}


.myqa2025 .add_promo_group input:not([type="submit"]) + label.error, 
.myqa2025 .add_promo_group textarea + label.error , 
.myqa2025 .add_promo_group select + label.error {
	order: 3;
}
.myqa2025 input.error + label {
	color: #c40000;
}
.error {
	border-color: #c40000 !important;
}





.myqa2025 span.strength {
	color: #f0f0f0;
	background-size: 200% 200%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-position: 0% 0%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00519c));
	background-image: linear-gradient(to right, transparent 50%, #00519c 50%);
	display: block;
}

.myqa2025 span.strength.zero {
	color: #2e2d2c;
}

.myqa2025 span.strength.error {
	color: #2e2d2c;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(202, 30, 23, 0.8)));
	background-image: linear-gradient(to right, transparent 50%, rgba(202, 30, 23, 0.8) 50%);
}

.myqa2025 span.strength.done {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(5, 118, 61, 0.8)));
	background-image: linear-gradient(to right, transparent 50%, rgba(5, 118, 61, 0.8) 50%);
}

.myqa2025 span.strength.warning {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(223, 223, 32, 0.95)));
	background-image: linear-gradient(to right, transparent 50%, rgba(223, 223, 32, 0.95) 50%);
	color: #2e2d2c;
}

.myqa2025 span.strength span {
	display: block;
	font-size: 10px;
	line-height: 20px;
	padding-left: 26px;
}



.myqa2025 form .messages {
	font-size: 14px;
	line-height: 20px;
}

.myqa2025 form .messages ul {
	padding: 0;
}

.myqa2025 form .messages ul li {
	padding: 5px;
	max-width: 560px;
}

.myqa2025 form .messages ul li a {
	color: #2e2d2c;
	text-decoration: none;
}

.myqa2025 form .messages ul li a:hover {
	text-decoration: underline;
}

.myqa2025 form .messages ul li::before {
	display: inline-block;
	content: "";
	font-size: 1rem;
	position: static;
	background-image: url(_i/myqa.icons.2e2d2c.svg);
	background-position: -65px -15px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100px 100px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	vertical-align: -30%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.myqa2025 form .messages ul li.done {
	background-color: rgba(5, 118, 61, 0.8);
	padding: 5px;
}

.myqa2025 form .messages ul li.done::before {
	display: inline-block;
	background-position: -15px -15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.myqa2025 form .messages ul li.error {
	background-color: rgba(202, 30, 23, 0.8);
	color: #f0f0f0;
	padding: 5px;
	font-size:12px;
}

.myqa2025 form .messages ul li.error::before {
	display: inline-block;
	background-position: -65px -15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url(_i/myqa.icons.f0f0f0.svg);
}

.myqa2025 form .messages ul li.warning {
	background-color: rgba(223, 223, 32, 0.95);
	padding: 5px;
	color: #2e2d2c;
}

.myqa2025 form .messages ul li.warning::before {
	display: inline-block;
	background-position: -40px -64px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


@media(max-width:767px){
	.mqa2025__basket {
		padding-top: 30px;
	}
}


.myqa2025__basketSidebar {
	background: #eeeeee;
	padding: 60px;
	position:relative;
}
@media(max-width:1339px){
	.myqa2025__basketSidebar {
		padding: 40px;
	}
}
@media(max-width:1199px){
	.myqa2025__basketSidebar {
		padding: 28px;
	}
}
@media(max-width:767px){
	.myqa2025__basketSidebar {
		padding: 20px;
		margin-top:30px;
		position:static;
	}
}

@media(max-width:1199px){
	.myqa2025__basketLeft {
		width: calc(100% - 370px);
	}
	.myqa2025__basketRight {
		width: 370px;
	}
}
@media(max-width:767px){
	.myqa2025__basketLeft {
		width: 100%;
	}
	.myqa2025__basketRight {
		width: 100%;
		margin-top: 40px;
	}
}

.myqa2025__basketpaymentMethods {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: -123px;
	right: 0px;
}
@media(max-width:1339px){
	.myqa2025__basketpaymentMethods {
		top: -100px;
	}
}
@media(max-width:767px){
	.myqa2025__basketpaymentMethods {
		align-items: center;
		top: var(--header-height);
		right: 0px;
		left: 0px;
		background: #eeeeee;
		padding: 6px 20px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.myqa2025 .myqa2025__basketpaymentMethods p {
	font-size:15px;
	margin-bottom:15px;
}
@media(max-width:1339px){
	.myqa2025 .myqa2025__basketpaymentMethods p {
		font-size:13px;
	}
}
@media(max-width:767px){
	.myqa2025 .myqa2025__basketpaymentMethods p  {
		font-size:12px;
		display:none;
	}
}

.myqa2025__basketpaymentMethodsList {
	display: flex;
	gap: 13px;
}
.myqa2025__basketpaymentMethodsList img {
	height: 26px;
}

@media(max-width:767px){
	.myqa2025__basketpaymentMethodsList {
		gap: 5px;
	}
	.myqa2025__basketpaymentMethodsList img,
	.myqa2025__basketpaymentMethodsList svg {
		height: 14px;
		width: auto;
	}
}

.myqa2025__basketSidebar table {
	table-layout:fixed;
	width:100%;
	margin-bottom:20px;
}


.myqa2025__basketSidebar table th,
.myqa2025__basketSidebar table td {
	font-weight: 600;
	text-align:left;
}
.myqa2025__basketSidebar table tbody th,
.myqa2025__basketSidebar table tbody td {
	vertical-align:top;
}
.myqa2025__basketSidebar table td {
	text-align:right;
}

.myqa2025__basketSidebar .basket__voucherTag {
	font-weight:700;
	font-size:21px;
	position:relative;
	display:flex;
	align-items:center;
}
@media(max-width:1339px){
	.myqa2025__basketSidebar .basket__voucherTag {
		font-size:16px;
	}
}

.basket__voucherTag--remove {
	background: black;
	border-radius: 30px;
	height: 25px;
	width: 25px;
	text-indent: -9000em;
	position: relative;
	border: 0px;
	display: block;
	margin-left: 10px;
	min-width: 25px;
}
@media(max-width:1339px){
	.basket__voucherTag--remove {
		height: 20px;
		width: 20px;
		margin-left: 6px;
		min-width: 20px;
	}
}

.basket__voucherTag--remove::after,
.basket__voucherTag--remove::before {
	content: "";
	display: block;
	height: 14px;
	width: 2px;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media(max-width:1339px){
	.basket__voucherTag--remove::after,
	.basket__voucherTag--remove::before {
		height: 12px;
	}
}

.basket__voucherTag--remove::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.myqa2025__basketSidebar .myqa2025__basketTotal + td strong{
	font-size:30px;
	font-weight:700;
}
@media(max-width:1339px){
	.myqa2025__basketSidebar .myqa2025__basketTotal + td strong{
		font-size:24px;
	}
}
@media(max-width:767px){
	.myqa2025__basketSidebar .myqa2025__basketTotal + td strong{
		font-size:19px;
	}
}

.myqa2025__basketSidebar .myqa2025__basketSubTotal + td {
	font-weight:700;
}
.myqa2025__basketSidebar .myqa2025__basketSubTotal,
.myqa2025__basketSidebar .myqa2025__basketSubTotal + td {
	padding-top:15px;
}
.myqa2025__basketSidebar .myqa2025__basketTotal, 
.myqa2025__basketSidebar .myqa2025__basketTotal + td {
	padding-top: 5px;
}

.myqa2025__basketButtons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 30px;
	padding-top:20px;
}
@media(max-width:1339px){
	.myqa2025__basketButtons {
		gap: 20px;
		padding-top:14px;
	}
}
@media(max-width:767px){
	.myqa2025__basketButtons {
		gap: 0px;
	}
}
.myqa2025__basketButtons .btn {
	margin-right:0px;
}



.myqa2025__basketList {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid black;
	padding: 30px 0px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.myqa2025__basketListItem {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	border-bottom: 1px solid black;
	padding-bottom: 30px;
}
.myqa2025__basketListItem .myqa2025__basketListItemTitle {
	font-weight: 700;
	text-decoration: none;
	width: 100%;
}
.myqa2025__basketListItemHeader {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
}
.myqa2025__basketListItemHeaderRight {
	display: flex;
	align-items: flex-start;
	gap:20px;
}
.myqa2025__basketListItemPrice {
	font-size: 21px;
	font-weight: 600;
	margin: 0px;
}
.myqa2025__basketListItemPrice--old {
	color:#7c7c7c;
	position: relative;
}
.myqa2025__basketListItemPrice--old::after {
	content: "";
	display: block;
	height: 1px;
	width: calc(100% + 4px);
	background: #7c7c7c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.myqa2025__basketListItemPrice span {
	font-size:15px;
	font-weight:400;
	display:block;
	text-align:right;
}
.myqa2025__basketListItemDetails {
	width: 100%;
}

.myqa2025__basketpaymentMethods__mobileTotal {
	display:none;
}
.myqa2025__basketpaymentMethods__mobileTotal span {
	font-weight: 700;
}
@media(max-width:767px){
	.myqa2025__basketpaymentMethods__mobileTotal {
		display:block;
	}

	.myqa2025__basketpaymentMethods__mobileTotal span {
		
	}
}

.myqa2025 table .space-above th, 
.myqa2025 table .space-above td {
	padding-top: 20px;
}

.myqa2025__orderSummaryItemCode {
	font-weight: 400;
	font-size: 15px;
}
@media(max-width:1339px){
	.myqa2025__orderSummaryItemCode {
		font-size: 13px;
	}
}

.myqa2025__orderSummaryItem .myqa2025__orderSummaryItemTitle {
	font-weight: 700;
	text-decoration: none;
	width: 100%;
}
@media(max-width:767px){
	.myqa2025__orderSummaryItem .myqa2025__orderSummaryItemTitle {
		margin-bottom: 20px;
		display: block;
	}
}

.myqa2025__orderSummaryList {
	padding: 15px 0px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.myqa2025__orderSummaryItem {
	border-bottom:1px solid black;
	padding-bottom:30px;
	list-style: none;
}
div.myqa2025__orderSummaryItem {
	border-bottom: 0px;
	padding-bottom:0px;
}

.myqa2025__orderSummary {
	margin-bottom: 50px;
}
.myqa2025__orderSummaryItemDetails,
.myqa2025__orderSummary {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media(max-width:1199px){
	.myqa2025__orderSummaryItemDetails,
	.myqa2025__orderSummary {
		gap:10px;
	}
}
@media(max-width:991px){
	.myqa2025__orderSummaryItemDetails,
	.myqa2025__orderSummary {
		gap:20px;
	}
}
@media(max-width:767px){
	.myqa2025__orderSummaryItemDetails,
	.myqa2025__orderSummary {
		flex-direction:column;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.myqa2025__orderSummaryDetail {
		width:100%;
	}
}

.myqa2025__organisationBooking {
	display:none;
}
.myqa2025__organisationBooking.active {
	display:block;
}



div.myqa2025__orderSummaryItem .myqa2025__orderSummaryItemDetails {
	padding-top:20px;
}
@media(max-width:767px){
	.myqa2025__orderSummaryItem .myqa2025__orderSummaryItemTitle + .myqa2025__orderSummaryItemDetails {
		padding-top:0px;
	}
}
.myqa2025__orderSummaryItemDetails table,
.myqa2025__orderSummary table {
	table-layout:fixed;
	min-width:440px;
	max-width:100%;
	margin-bottom:10px;
}
@media(max-width:1199px){
	.myqa2025__orderSummaryItemDetails table,
	.myqa2025__orderSummary table {
		min-width:360px;
	}
}
@media(max-width:991px){
	.myqa2025__orderSummaryItemDetails table,
	.myqa2025__orderSummary table {
		min-width:310px;
	}
}
@media(max-width:767px){
	.myqa2025__orderSummaryItemDetails table,
	.myqa2025__orderSummary table {
		min-width:100%;
	}
}

.myqa2025__orderSummaryItemDetails th,
.myqa2025__orderSummaryItemDetails td,
.myqa2025__orderSummary th,
.myqa2025__orderSummary td {
	text-align:left;
}
.myqa2025__orderSummaryItemDetails th,
.myqa2025__orderSummary th {
	padding-right: 100px;
	font-weight:400;
}
@media(max-width:1199px){
	.myqa2025__orderSummaryItemDetails th,
	.myqa2025__orderSummary th {
		padding-right: 60px;
	}
}

@media(max-width:991px){
	.myqa2025__orderSummaryItemDetails th,
	.myqa2025__orderSummary th {
		padding-right: 40px;
	}
}

.myqa2025__orderSummaryItemDetails td,
.myqa2025__orderSummary td {
	text-align:right;
}
.myqa2025__orderSummaryItemDetails table.data-align-left td {
	text-align:left;
}
@media(max-width:767px){
	.myqa2025__orderSummaryItemDetails table.data-align-left td {
		text-align:right;
	}
}
.myqa2025__orderSummaryItemDetails table tfoot th, 
.myqa2025__orderSummaryItemDetails table tfoot td,
.myqa2025__orderSummary table tfoot th,
.myqa2025__orderSummary table tfoot td {
	font-weight: 600;
}
.myqa2025__orderSummary .myqa2025__orderSummaryGrandTotal + td {
	font-size: 30px;
	font-weight: 700;
}
@media(max-width:1339px){
	.myqa2025__orderSummary .myqa2025__orderSummaryGrandTotal + td {
		font-size: 24px;
	}
}
@media(max-width:767px){
	.myqa2025__orderSummary .myqa2025__orderSummaryGrandTotal + td {
		font-size: 19px;
	}
}

.myqa2025.content-area .myqa2025__orderSummaryReg {
	font-size: 15px;
}
@media(max-width:1339px){
	.myqa2025.content-area .myqa2025__orderSummaryReg {
		font-size: 13px;
	}
}
.myqa2025__orderAttendeeTable {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.myqa2025__orderAttendeeCourse:not(:first-child) {
	border-top: 1px solid black;
	padding-top:55px;
	margin-top:50px;
}

.myqa2025__delegates > div:not(:last-child) .myqa2025__delegateDetails {
	padding-bottom:90px;
}
@media(max-width:767px){
	.myqa2025__delegates > div:not(:last-child) .myqa2025__delegateDetails {
		padding-bottom:50px;
	}
}

.myqa2025__delegateDetails {
	display:block;
}
.myqa2025__delegateDetails[data-delegate-type="attendee_to_be_agreed"],
.myqa2025__delegateDetails[data-delegate-type=""],
.myqa2025__delegateDetails[data-delegate-type="select"],
.myqa2025__delegateDetails:not([data-delegate-type]) {
	display:none;
}

.myqa2025__delegateSpecialRequirements {
  display: none;
  flex-wrap: wrap;
}
.myqa2025__delegateSpecialRequirementsOther {
	display:none;
}
:checked ~ .myqa2025__delegateSpecialRequirements,
:checked ~ .myqa2025__delegateSpecialRequirementsOther {
	display:flex;
}
.myqa2025__delegateSpecialRequirements > div {
  max-width: 50%;
  min-width: 50%;
  flex-basis: 50%;
}

.myqa2025__delegateAddress {
	display:none;
}
:checked ~ .myqa2025__delegateAddress {
	display:block;
}

.myqa2025__delegate_someoneElse {
	display:none;
}
.myqa2025__delegateDetails[data-delegate-type="someone_else_is_attending"] .myqa2025__delegate_someoneElse {
	display:flex;
}







/* Inline | https://myqa.qa-dev.com/account/incomplete-bookings */


div:not(:focus-within) .delegate_search_results,
.delegate_search_results:empty {
    display: none;
}

.delegate_search {
    position: relative;
}

.delegate_search .delegate_search_results {
    position: absolute;
    top: calc(100% - 27px);
    left: calc(var(--bs-gutter-x) / 2);
    right: calc(var(--bs-gutter-x) / 2);
    max-height: 200px;
    overflow-y: scroll;
    width: auto;
    padding: 0px;
    box-shadow:5px 5px 12px 1px rgba(0, 0, 0, 0.08)
}
@media(max-width:1339px) {
    .delegate_search .delegate_search_results {
        top: calc(100% - 18px);
    }
}
@media(max-width:767px) {
    .delegate_search .delegate_search_results {
        top: calc(100% - 14px);
    }
}

.delegate_search .delegate_search_results li {
    line-height: 1.5;
    padding: 2px 15px;
    position: relative;
    overflow: visible;
}

.delegate_search_results li:last-child {
    padding-bottom: 8px;
}
.delegate_search_results li:first-child {
    padding-top: 8px;
}


.delegate_search_results li:hover::before {
    content: "" !important;
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.05);
    display: block;
    bottom: -5px;
    z-index: -1;
}

.delegate_search_results li:first-child:hover::before {
    top: 0px;
}

.delegate_search_results li:last-child:hover::before {
    bottom: 0px;
}

/* Additions.css | https://myqa.qa-dev.com/styles/myqa2025/Additions.css */



/* Add to myqa2025.css */
.myqa2025.content-area p + form {
    margin-top: 35px;
    margin-bottom: 45px;
}

.myqa2025.content-area .help, .myqa2025.content-area .help * {
    color: rgb(0, 0, 0);
    border: 0;
}

.myqa2025__modal {
    text-align: left;
}

/* Add to FC02-form */
.myqa2025 label + input[data-rule-required="true"] {
    color: red;
}
.myqa2025 label:has(+ input[data-rule-required="true"]:not(.ignore))::after,
.myqa2025 label:has(+ select[data-rule-required="true"]:not(.ignore))::after {
    content: "*";
}

.error.milestone-block {
    border-color: #DADEE3 !important;
}

/* Add to FC03-basket */
.invoice-row {
    display: none;
}

.myqa2025 label.generic-error:not(:empty) {
    display: flex;
    background: rgba(202, 30, 23, 0.8);
    color: white;
    width: auto;
    padding: 5px 15px;
    margin-top: 3px;
}

.myqa2025 .row.error-row:has(.generic-error:empty) {
    display: none;
}
/*.myqa2025 label.generic-error a {
    color: white;
    text-decoration: underline;
}*/
.myqa2025 .generic-error + a.btn {
    display: none;
}
.myqa2025 .generic-error.login + a.btn {
    display: inline-flex;
}
/*.myqa2025 #registration-form-error:not(:empty) + a.btn {
    margin-left:10px;
}*/

/* Add to FC04-summary */
.myqa2025__orderSummary:first-of-type:not(:last-of-type) {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.myqa2025__orderSummary {
    align-items: flex-start;
}
@media(min-width:767px) {
    .myqa2025__orderSummary:has(table) {
        flex-direction: row-reverse; /*Forces totals to the right*/
    }
}


/* Add to FC05-delegates */
.myqa2025 .delegate_search_results {
    background-color: white;
}
.myqa2025 .delegate_search_results li {
    cursor: pointer;
}
.myqa2025 .myqa2025__delegate_selected .myqa2025__delegate_someoneElse:not(:first-of-type) {
    display: none;
}
.myqa2025 .myqa2025__delegate_selected .delegate_search {
    display: none;
}
.myqa2025 .selected_delegate {
    display: none;
}
.myqa2025 .myqa2025__delegate_selected .selected_delegate {
    display: block;
}
.myqa2025 .selected_delegate p {
    display: flex;
}

.myqa2025 .selected_delegate .delegate--remove {
    background: black;
    border-radius: 30px;
    height: 25px;
    width: 25px;
    text-indent: -9000em;
    position: relative;
    border: 0px;
    display: block;
    margin-left: 10px;
    min-width: 25px;
}

@media(max-width:1339px) {
    .myqa2025 .selected_delegate .delegate--remove {
        height: 20px;
        width: 20px;
        margin-left: 6px;
        min-width: 20px;
    }
}

.myqa2025 .selected_delegate .delegate--remove::after,
.myqa2025 .selected_delegate .delegate--remove::before {
    content: "";
    display: block;
    height: 14px;
    width: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media(max-width:1339px) {
    .myqa2025 .selected_delegate .delegate--remove::after,
    .myqa2025 .selected_delegate .delegate--remove::before {
        height: 12px;
    }
}

.myqa2025 .selected_delegate .delegate--remove::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Loader */
.myqa2025.myqa2025__loaderContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.25);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.myqa2025.myqa2025__loaderContainer.active {
    display: flex;
}
.myqa2025.myqa2025__loaderContainer .myqa2025__loader {
    position: fixed;
    top: 30%;
    left: 50%;
    height: 100px;
    width: 100px;
    padding: 0;
    background: transparent
}








.myqa2025 table.licence {
    width: 100%;
}
.myqa2025 table.licence thead tr {
    text-align: left;
    vertical-align: top;
    
}
    .myqa2025 table.licence thead tr th {
        background-color: black;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .myqa2025 table.licence td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .myqa2025 table.licence thead tr th:nth-of-type(1),
        .myqa2025 table.licence tbody tr td:nth-of-type(1) {
            padding-left: 10px;
        }

    .myqa2025 table.licence tr > *:nth-of-type(1) {
        width: 15%;
        font-size: 21px;
        line-height: 20px;
    }

    .myqa2025 table.licence tr > *:nth-of-type(2) {
        width: 12.5%;
        font-size: 21px;
        line-height: 20px;
    }

    .myqa2025 table.licence tr > *:nth-of-type(3) {
        width: 35%;
        font-size: 21px;
        line-height: 20px;
    }

    .myqa2025 table.licence tr > *:nth-of-type(4) {
        width: 12.5%;
        font-size: 21px;
        line-height: 20px;
    }

    .myqa2025 table.licence tr > *:nth-of-type(5) {
        width: 12.5%;
        font-size: 21px;
        line-height: 20px;
    }

    .myqa2025 table.licence tr > *:nth-of-type(6) {
        width: 12.5%;
        font-size: 21px;
        line-height: 20px;
    }

@media (max-width: 640px) {
    .myqa2025 table.licence tr > *:nth-of-type(1) {
        width: 50%;
        padding: 0 0 0 5px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .myqa2025 table.licence tr > *:nth-of-type(2) {
        width: 50%;
        padding: 0 5px 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .myqa2025 table.licence tr > *:nth-of-type(3) {
        width: 100%;
        padding: 5px 5px 0;
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .myqa2025 table.licence tr > *:nth-of-type(4) {
        width: 33.333%;
        padding: 0 0 5px 5px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .myqa2025 table.licence tr > *:nth-of-type(5) {
        width: 33.333%;
        padding: 0 0 5px 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .myqa2025 table.licence tr > *:nth-of-type(6) {
        width: 33.333%;
        padding: 0 5px 5px 0;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
