.sans-serif {
    font-family: sans-serif;
}

:root {
    --si_co1: #000;
    --si_co1a: #e5572117;
    --si_co2: #005668;
    --si_co3: #fff;
	--si_co4: #f15a33;
}
/**
	SI : Slide Out Panel
**/
/****************************************************************************/
.sundaysPanel {
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100vh;
    backdrop-filter: none;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.33s ease-in-out;
    text-align: center;
    background: #fffa;
    box-shadow: none;
}
body.si__show .sundaysPanel {
    transform: translateY(0%) !important;
    box-shadow: 0 0 1rem 1rem #e5572117;
}
.sundaysPanelBackground {
    background: #eeefef;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    grid-gap: 1em;
    padding: 4em 4em 0 3em;
    overflow-y: scroll;
}

.sundaysPanelBackground h2 {
   text-align:left;
}


body.si__show .sundaysPanelContainerMain > a.si_close {
    position: fixed;
    z-index: 1001;
    right: 1rem;
    top: 14px;
    margin: 0;
    padding: 0;
}
.sundaysPanelContainerMain > a span {
    color: #000;
    font-size: 2.5rem;
}
.sundaysPanelContainerMain > a:hover span {
    color: #000;
}


.icon-circle-cross:before {
    font-size: 2em;
}
.sundaysLogo {
    position: absolute;
    width: min(20vh, 200px);
    bottom: 4rem;
    left: 4rem;
}
.sundaysTextBox {
    border-radius: 5px;
    background-color: #fff;
    padding: 2rem;
    text-align: left;
}

.sundaysTextBox h2 {
    font-size: 2.5em;
    margin: 0;
}
.sundaysTextBox p {
    font-size: 1.25em;
    margin-block: .5rem;
}

.sundaysTextBox p:last-child {
	line-height: 100%;
}

.sundaysTextBox p:last-child small {
    line-height: 125%;
    font-size: 0.75rem;
}


.sundaysPanel h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.sundaysTextBox ul {
    padding-top: 5px;
}
.sundaysTextBox ul li {
    font-size: 1rem;
    margin-left: 0;
    display: flex;
    grid-gap: 0.5rem;
    align-items: baseline;
}
.sundaysTextBox ul li span {
    color: var(--si_co1);
}
.sundaysTextBox ul li span:hover {
    color: var(--si_co1);
}
.sundaysText {
    text-align: left;
    padding: 2rem;
    overflow: none;
    height: fit-content;
    border-radius: 5px;
    background: var(--si_co3);
}
.sundaysText p{
    margin:0;
}
.sundaysBottomLogo {
    border-radius: 4px;
    background-color: #000!important;
    width: 100%;
    margin-top: 0;
}
.sundaysBottomLogo > h2 {
   text-align:center;
    font-family:sans-serif;
    font-size:1.5rem;
     color: var(--si_co3);
}
.sundaysBottomLogo > h2 a{
    color:#fff;
}
.sundaysBG {
    width: 100vw;
    height: 100vh;
    display: block;
    background: #0009;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition:
        opacity 0.33s ease-in-out, width 0.33s ease-in-out;
    pointer-events: none;
}
body.si__show .sundaysBG {
    background: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/sundaysorangetriangles.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    pointer-events: all;
    width: 50%;
}
@media screen and (max-width: 520px) {
    body.si__show .sundaysPanelBackground > a.si_close {
        left: 0.5rem;
    }
}
/**
	SI : Masthead CTA
**/
/****************************************************************************/
/**
	SI : Detail Page CTA
**/
/****************************************************************************/
#firstdetails > a.sundays {
    width: 100%;
    color: #000;
    font-family: sans-serif;
    font-size: .7rem;
    font-weight: 100;
    text-decoration: none;
    padding: 1rem;
    border: 1px solid #f25838;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    grid-gap: 1rem;
    order: 10;
    justify-content: space-between;
    background: #fff;
}
#firstdetails > a.sundays span:first-of-type {
    display: flex;
    text-decoration: none;
    text-underline-offset:2px;
    align-items: center;
    font-size: 12px;
}
.sundays img {
    max-width: 80px;
    width: 100%;
    min-width: 40px;
}
span.sundaybtn {
    background: #ec623a;
    padding: 0.75rem;
    font-size: 0.7rem;
    border-radius: 2rem;
    color: #fff;
    font-family: 'citrfontbold';
    text-align: center;
    display: none;
}

@media screen and (max-width: 600px) {
    
    #firstdetails > a.sundays span {
        display:none;
    }
    
    #firstdetails > a.sundays span:not(.sundaybtn) {
        display: block;
        color: var(--si_co1);
        text-decoration: none;
        font-family: 'citrfontbold';
        font-size: 0.8rem;
        display: flex;
    }
  
}

/**
	SI : Shopping Cart
**/
/****************************************************************************/

.basket-wrapper :is(.new-basket-grid a.sundays) {
    display: inline-block;
    border: none;
    font-family: 'citrfontbold' !important;
    color: var(--si_co1);
    text-decoration: underline;
    position: relative;
}

.basket-wrapper :is(.new-basket-grid a.sundays)::after {
    content: "?";
    border: 1px solid;
    width: 17px;
    height: 17px;
    position: absolute;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    top: 3px;
    font-size: 10px;
    right: -20px;
}

.step3confirm.si__show .sundaysBG {width: 100vw;}

@media screen and (max-width: 768px) {
.sundaysPanelBackground {
    padding: 11em 4em 0 3em;
}
 
    body.si__show .sundaysPanel {
    transform: translateY(0%) !important;
    box-shadow: 0 0 1rem 1rem #e5572117;
        height: 100%;
        overflow-y:scroll;
}

body.si__show .sundaysBG {
    background: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/sundaysorangetriangles.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sundaysBG {
    width: 100vw;
    height: 20vh;
    display: block;
    background: #0009;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.33s ease-in-out, width 0.33s ease-in-out;
    pointer-events: none;
}

    .sundaysPanel {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    backdrop-filter: none;
    top: 0px;
    right: 0;
    transform: translateX(100%);
    transition: all 0.33s ease-in-out;
    text-align: center;
    background: #fffa;
    overflow-y: scroll;
    box-shadow: none;
}
    .sundaysLogo {
    position: relative;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100px;
}
    .sundaysPanelContainerMain > a span {
    color: #000 !important;
}
.sundaysPanelContainerMain > a:hover span {
    color: #000;
}
      #firstdetails > a.sundays {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
}                 
#firstdetails > a.sundays span:after {
    content: "LEARN MORE";
    background-repeat: no-repeat;
    display: block;
    background: #f25838;
    padding-inline:2rem;
    padding-block:4px;
    color:#fff;
    border-radius:2rem;
    margin-left: 0.5rem;
}    
span.sundaysPDPtext div {
    color: #f25838;
    font-weight: 700;
    font-size: 13px;
}    


:root {
    --si_co1: #005668;
    --si_co1a: #e5572117;
    --si_co2: #34a5bc;
}
/**
	SI : Order Confirmation Modal
**/
.sundaysCta {
    display: flex;
    background: #fff;
    border-radius: 1rem;
    color: #fff;
    flex-direction: column;
    border: 2px solid var(--si_co4);
}
a.sundaysCta {
    text-decoration: none;
}

span.underlinetext {
    text-decoration: underline;
}
.sundaysCta .sundaysCtaTxt p:nth-child(1):after {
       content: "";
    background: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/arrowright.png);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 0.5rem;
    filter: invert(50%) sepia(81%) saturate(346%) hue-rotate(143deg) brightness(91%) contrast(96%);
}

.sundaysCtaTxt p:nth-child(2) {
    color: var(--si_co3);
    background: var(--si_co4);
    padding: 0.5rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 0.6rem;
}


.sundaysCta .sunCtaLogo {
    width: 100px;
    margin-left: 0;
}
.sidiv1 p {
    margin-block: 0;
    font-size: .8rem;
    background: var(--si_co4);
    padding: 1rem 2rem;
    border-radius: 0.6rem 0 0 0;
}
.sundaysCta .sundaysCtaTxt p:nth-child(1) {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    display:flex;
}
.sundaysCta .sundaysCtaTxt {display: flex;align-items: flex-end;justify-content: space-between;padding-inline: 0rem 5rem;text-align: left;}
.sundaysCta .sunArrowIcon {
    width: 50px;
    filter: invert(1);
}
/* @media screen and (max-width : 1024px) {
    .sundaysCta .sundaysCtaTxt p:nth-child(1) {
        text-align: right;
        margin: 0;
    }
}
@media screen and (max-width : 768px) {
    .sundaysCta .sunArrowIcon {
        display: none;
    }
    .sundaysCta {
        grid-gap: 32px;
        padding: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0;
        text-align: center;
    }
} */
	
#sundaysPopUp {
    padding: 0;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	
body.si__show #sundaysPopUp {
	display: block;
	z-index: 100;
}

body.si__show #sundaysPopUp > a.si_close {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 105;
}
	
#sundaysPopUp > div {
    z-index: 999;
    opacity: 1;
    transition: transform 0.33s ease-in-out;
    width: min(95vw, 1280px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
	
.sundaysPopUpImgWrap {
    grid-area: 1 / 1 / 2 / 3;
}
	
.sundaysPopUpImg {
    background-image:  url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/sidefault.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: left;
    background-size: cover;
}
	
.sundaysPopUpImgWrap[data-type="ebike"] .sundaysPopUpImg {		
	background-image: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/siebike.jpg);
}

.sundaysPopUpImgWrap[data-type="mtb"] .sundaysPopUpImg {		
	background-image: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/simtb.jpg);
}	

	
	
.sundaysPopUpImg::before {
    background: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/sundayslogo.png) no-repeat;
    width: 200px;
    height: 55px;
    background-size: contain;
    display: block;
    z-index: 10;
    content: "";
    position: absolute;
    filter: invert(1) brightness(1.5) drop-shadow(5px 5px 5px #2226);
    left: 2rem;
    bottom: 2rem;
}
.sundaysPopUpImg::after {
    background: url(/Sitespecific/CustomContent/resources/sundaysinsurance/images/sundaysorangetrianglesvertical.png) no-repeat;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-position: right center;
    background-size: contain;
}
.sundaysPopUpTxtBox {
    background-color: var(--si_co1);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-gap: 1em;
    padding: 2em;
    grid-area: 1 / 3 / 2 / 4;
}
	
.sundaysPopUpTxtBox :is(h2, h3) {
    float: none;
}

.sundaysPopUpTxtBox ul {
    padding: 5px;
}
.sundaysPopUpTxtBox ul li {
    font-size: 1rem;
    margin-left: 0;
    display: flex;
    grid-gap: 0.5rem;
    align-items: baseline;
}
	
	
.sundaysPopUpTxtBox h2 {
    font-size: min(2.5em, 10vw);
    margin: 0;
}
.sundaysPopUpTxtBox li {
    font-size: 1em;
    font-weight: bold;
    margin-left: 0;
    display: flex;
    grid-gap: 0.5rem;
    align-items: baseline;
}
#sundaysPopUp > div li span {
    font-size: 1.5em;
}
#sundaysPopUp > div li span:hover {
    color: #fff;
}
.sundaysPopUpTxtBox p {
    font-size: 0.75rem;
	margin: 0;
}
.sundaysPopUpTxtBox .btn {
    background: var(--si_co2);
    color: #fff;
    margin-top: 2em;
    padding: 1rem;
    border-radius: 20px;
    text-align: center;
}
	
.sundaysBG {
    width: 100vw;
    height: 100vh;
    display: block;
    background: #0009;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition:
        opacity 0.33s ease-in-out, width 0.33s ease-in-out;
    pointer-events: none;
}
	
body.si__show .sundaysBG {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
    cursor: pointer;
}	
	
@media screen and (max-width : 1024px) {
    #sundaysPopUp > div {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        max-height: 980px;
    }
    .sundaysPopUpImgWrap {
        grid-area: 1 / 1 / 2 / 2;
    }
    .sundaysPopUpTxtBox {
        grid-area: 2 / 1 / 3 / 2;
    }
    .sundaysPopUpImg::before {
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
    }
    .sundaysPopUpImg::after {
        background: url(/SiteSpecific/CustomContent/resources/sundaysinsurance/images/sundaysorangetriangleshorizontal.png) no-repeat;
        height: 101%;
        background-position: bottom right;
        background-size: contain;
		background-color: #2222;
    }
	
	
    .sundaysCta .sundaysCtaTxt {
        text-align: right;
	}
}


@media screen and (max-width : 600px) {

	body.si__show #sundaysPopUp {
		max-height: calc(100vh - 1rem);
		overflow: auto;
	}

	.sundaysPopUpTxtBox {
		grid-gap: 0.75rem;
		justify-content: center;
	}

	.sundaysPopUpTxtBox :is(h2, h3),
	.sundaysPopUpTxtBox .btn,
	.sundaysPopUpTxtBox ul {
		margin: 0;
	}
	
.sidiv1 {
    padding-right: 1rem !important;
}
 .sundaysCta .sundaysCtaTxt {
    padding-inline: 0rem 1rem !important;
 }
	.sundaysCtaTxt ul {
    padding-left:1rem !important;
}
}
 

.sidiv1 {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding-right: 5rem;
}

.sundaysCtaTxt ul {
	color: #000;
	text-align: start;
}

.sundaysCtaTxt ul li {list-style-type: none;padding-block: 0.4rem;font-size: 0.8rem;} 


.sundaysCtaTxt ul li span {list-style-type: none;padding-right: 0.4rem;} 

.sundaysCta:hover {
    color:#fff;
}

                                                                                                        