﻿/* font imports -------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/* end font imports ----------------------------------------------------------------------------------------------------------------------------------------------------- */

#cookie-popup{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999999;
	display: none;
}

.cookie-popup-box{
	width: 300px;
	margin: 15px 15px;
	background: #fff;
    box-shadow: 0 0 30px rgb(51 51 51 / 10%);
	padding: 19px 30px 18px;
	border-radius: 5px;
}

.cookie-popup-close{
	position: absolute;
	height: 30px;
    width: 30px;
	text-align: center;
	top: 20px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}

.cookie-popup-close i{
	color: #6d70a6;
	line-height: 30px;
}

.cookie-popup-message{
	font-size: 14px;
	line-height: 24px;
	color: #6d70a6;
	width: 100%;
}

.cookie-popup-button{
	width: 100%;
	margin: 15px 0px 0px 0px;
}

/* end cookie styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#overlay, #overlay2{
	position: fixed;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-color: rgba(0,0,0,0.1);
}

#loading, #loading2{
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	display: none;
	background-color: #fff;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	max-width: 300px;
}

#loading h3, #loading2 h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}

#loading p, #loading2 p{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #323232;
	line-height: 22px;
}


.popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

.popup-overlay.active{
	opacity: 1;
	visibility: visible;
}

.popup{
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	max-width: 320px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
	text-align: left;
	position: relative;
}

.popup h3{
	font-size: 20px!important;
}

.popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
	width: 30px;
	height: 30px;
}

.popup-close span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	width: 20px;
	height: 2px;
	background-color: #282828;
}

.popup-close span:after{
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	transform: rotate(90deg);
	width: 20px;
	height: 2px;
	background-color: #282828;
}

.popup #qr-code-image-url{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 15px;
}


/* loading styles ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.spinner{
	margin: 20px auto 0px 0px;
}

.spinner > div{
    width: 10px;
    height: 10px;
    background-color: var(--template-color-dark)!important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay{
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.spinner2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}

.spinner2 > div{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner2 .bounce1{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner2 .bounce2{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/* end loading styles ----------------------------------------------------------------------------------------------------------------------------------------------------- */


/* login styles ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.login-box{
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	border-radius: 8px;
	margin: 0px auto;
	padding: 35px 40px 35px 40px;
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
}

/* login styles ----------------------------------------------------------------------------------------------------------------------------------------------------- */


/* end mobile styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.basket-button{
	position: fixed;
	top: 30%;
	right: 0px;
	width: 40px;
	height: 50px;
	z-index: 998;
	transform: translateY(-50%);
	background-color: var(--template-color-dark)!important;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer;
}

.basket-button i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 22px;
}

.basket-count{
	position: absolute;
	top: -5px;
	left: -8px;
	font-size: 13px;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
}


.basket-table, .basket-table-summary{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.basket-table tr:nth-child(odd){

}

.basket-table tr:nth-child(even){

}

.basket-table th, .basket-table-summary th{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #EBEBEB;
	vertical-align: top;
}

.basket-table td{
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #EBEBEB;
	vertical-align: top;
}

.basket-table-summary td{
	font-size: 14px;
	font-weight: 400;
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid #EBEBEB;
	vertical-align: top;
	text-align: left;
}

.basket-table tr:last-child > td, .basket-table-summary tr:last-child{
	border-bottom: 0px;
}

.basket-table-hover tr:hover > td{
	background-color: #f7f7f7;
}

.basket-table-hover .selected > td{
	background-color: #fefbf7;
	font-weight: 700;
}


.basket-table-quantity{
	font-size: 13px;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 3;
}



.product-table{
	width: 100%;
	max-width: 300px;
}

.product-table .btn{
	display: block;
}

.product-table p{
	font-size: 16px;
	color: #666666;
	padding: 0px 0px 0px 0px!important;
	margin: 0px;
	font-weight: 400;
	line-height: 28px;
}

.product-table h2, #product-price{
	font-family: 'Playfair Display', serif;
	text-align: left;
	padding: 0px 0px 10px 0px!important;
	margin: 0px!important;
	font-size: 20px!important;
	font-weight: 700;
	color: #323232;
}

.product-images{
	width: 100%;
	/*border: 1px solid #f3f3f3;
	padding: 40px;*/
	padding: 0px;
	box-sizing: border-box;
}

.product-options-outer-box{
	width: 100%;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	height: 46px;
	background-image: url('../images/arrow.jpg');
	background-position: right 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.product-options-inner-box{
	right: -1px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	display: none;
	position: absolute;
	left: -1px;
	top: 44px;
	background-color: #fff;
	z-index: 6;
}

.product-option-sub-options{
	width: 100%;
	line-height: 46px;
	font-size: 13px;
	color: #333333;
	text-align: left;
	overflow-x: hidden;
	white-space: nowrap;
}

.product-option-sub-options tr:hover{
	background-color: #1E90FF;
	color: #fff;
}

.product-options-outer-box-table{
	width: 100%;
	line-height: 46px;
	font-size: 13px;
	color: #333333;
}

.product-quantity-button-left{
	flex: 0 0 40px; 
	border: 1px solid #ced4da; 
	border-right: 0px; 
	border-radius: 0.25rem 0rem 0rem 0.25rem; 
	display: flex; 
	justify-content: center;
    align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-quantity-button-right{
	flex: 0 0 40px; 
	border: 1px solid #ced4da; 
	border-left: 0px; 
	border-radius: 0rem 0.25rem 0.25rem 0rem; 
	display: flex; 
	justify-content: center;
    align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gallery-image{
	width: 100%;
}

.gallery-image:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#services-form{
	width: 100%;
}

.appointments-table{
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

.appointments-table th{
	padding: 8px 10px;
	font-weight: 600;
	font-size: 14px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #666;
}

.appointments-table td{
	padding: 0px 10px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	vertical-align: middle;
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #333;
	height: 51px;
}

.appointments-table td p{
	margin: 0px;
	padding: 0px;
}

.appointments-table-hover:hover{
	background-color: #f7f7f7;
	cursor: pointer;
}


.appointments-summary-box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 400px;
	padding: 20px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(100,100,100,0.2);
	background-color: #fff;
	z-index: 999;
	display: none;
}

.appointments-summary-box h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}


.donation-products{
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.donation-product-prices{
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.donation-prices{
	cursor: pointer;
}

.donation-selected{
	background-color: var(--template-color-dark)!important;
}

.donation-selected h5{
	color: #fff!important;
}

.donation-selected p{
	color: #fff!important;
}



.cart-popup-overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 1000;
	background-color: rgba(100,100,100,0.05);
}

.cart-popup-overlay.active{
	display: block;
}

.cart-popup{
	position: fixed;
	transform: translateY(-100%);
    transition: all 0.3s cubic-bezier(0.29, 0.63, 0.44, 1);
	border: 1px solid #ebebeb;
	width: 400px;
    right: 0px;
	top: 0%;
	display: none;
	box-shadow: 1px 1px 10px 2px rgb(235 235 235 / 50%);
	padding: 20px 25px;
	box-sizing: border-box;
	z-index: 1001;
	background-color: #fff;
}

.cart-popup.active{
	display: block;
	transform: translateY(0%);
}

.cart-popup-header{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 0px 0px 10px 0px;
	position: relative;
}

.cart-popup-header span{
	font-size: 14px;
	color: #333232;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-popup-close{
	position: absolute;
	top: -1px;
	right: -11px;
	width: 25px;
	height: 25px;
	z-index: 2;
	cursor: pointer;
}

.cart-popup-close img{
	width: 11px!important;
}

.cart-popup-body{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

a.cart-popup-continue{
	width: 100%;
	text-align: center;
	color: #606060;
	font-size: 12px;
	display: block;
	padding: 10px 0px 0px 0px;
	text-decoration: underline;
	cursor: pointer;
}



.campaign-progress-container{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin: 15px 0px 0px 0px;
	height: 30px;
}

.campaign-progress-bar{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 50px;
	height: 30px;
	padding: 5px 0px;
}

.campaign-progress-bar-container{
	width: 100%;
	height: 7px;
	background-color: #e2e2e2;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.campaign-progress-bar-percentage{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border-radius: 4px;
	background-color: var(--template-color-dark)!important;
}

.campaign-progress-percentage{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 30px;
	text-align: right;
}


.campaign-box{
	background-color: #fff;
}

.campaign-box-flex{
	display: flex;
}

.campaign-box-title{
	width: 100%;
	margin: 0px;
	padding: 15px 20px;
	color: #fff;
	background-color: var(--template-color-dark)!important;
	font-size: 16px;
}

.campaign-image{
	flex: 0 0 160px;
    padding: 15px 10px 15px 20px;
	margin: 0px;
	position: relative;
}

.campaign-image-no-padding{
	padding: 0px;
}

.campaign-image-title{
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 16px;
}

.campaign-body{
	flex: 1 1;
	margin: 0px;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: left;
}

.campaign-body-sm{
	width: 100%;
	margin: 0px;
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: left;
}

.campaign-body h1{
	font-size: 28px;
	color: #333;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
}

.campaign-body h2{
	font-size: 22px;
	color: #333;
	margin: 0px;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
}

.campaign-body h3{
	font-size: 18px;
	color: #333;
	margin: 0px;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
}

.campaign-body p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.campaign-body ul{
	margin-top: 0px;
}

.campaign-body ul li, .campaign-body ol li{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.campaign-donation-row{
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.campaign-donation-row:last-child{
	border-bottom: 0px;
}

.campaign-donation-price{
	font-size: 18px;
	color: var(--template-color-dark)!important;
	font-weight: 600;
}

.campaign-donation-gift-aid{
	font-size: 12px;
	color: var(--template-color-dark)!important;
	font-weight: 400;
}

.campaign-raised-outer{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: var(--template-color-dark)!important;
	position: relative;
}

.campaign-raised-outer:before{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 3px solid var(--template-color-dark);
}

.campaign-raised-inner{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	background-color: #f1f1f1;
}

.campaign-raised-total{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}

.campaign-raised-total h2{
	font-size: 22px;
	font-weight: 600;
	color: var(--template-color-dark)!important;
	margin: 0px;
	padding: 0px;
}

.campaign-raised-total p{
	font-size: 16px;
	font-weight: 500;
	color: var(--template-color-dark)!important;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}



.fundraiser-team-members{
	width: 100%;
	margin-bottom: 1rem;
	padding: 0px;
}

.fundraiser-team-member{
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	display: flex;
	border-bottom: 1px solid #dee2e6;
	gap: 15px;
	align-items: center;
}

.fundraiser-team-member:last-child{
	border-bottom: 0px;
}

.fundraiser-team-member-icon{
	width: 60px; 
	height: 60px; 
	background-color: #c0c0c0; 
	border-radius: 50%; 
	position: relative;
	overflow: hidden;
}

.fundraiser-team-member-icon i{
	color: #fff;
	font-size: 52px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
}

.fundraiser-team-member-left{
	flex: 0 0 80px;
}

.fundraiser-team-member-right{
	flex: 1 1;
	display: flex;
	gap: 15px;
	align-items: center;
}

.fundraiser-team-member-col1{
	flex: 1 1;
}

.fundraiser-team-member-col1 a{
	font-size: 14px; 
	color: #282828;
	line-height: 28px;
}

.fundraiser-team-member-col1 span{
	font-size: 14px; 
	color: #282828;
	display: block;
	line-height: 28px;
}

.fundraiser-team-member-col2{
	flex: 0 0 180px;
}

.fundraiser-team-member-col3{
	padding: 0px 0px 10px 0px;
}

.se-video-container figure{
	position: relative;
}

.se-video-container iframe{
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
}

.campaign-body table{
	width: 100%;
}

#countdown-timer-container{
	width: 100%;
	margin: 15px 0px;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	text-align: center;
}

#countdown-timer-container h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#countdown-timer{
	font-size: 32px;
	width: 100%;
	font-weight: 600;
	text-align: center;
}


.search-box{
	width: 100%;
    position: relative;
    display: flex;
	padding: 10px 15px;
    border-radius: 30px;
    background-color: #fff;
}

.search-icon{
    background: #ffffff;
    box-shadow: none;
    padding: 0.45rem 1rem;
    cursor: pointer;
    font-size: 16px;
	flex: 0 0 40px;
}

.search-field{
    width: 100%;
	max-width: none;
	z-index: 2;
	padding: 0px 0px;
}

.search-field input{
	padding: 0.75rem 0.75rem;
    border-radius: 1.5rem;
	border: 1px solid #fff;
}

.search-select{
	flex: 0 0 280px;
	padding: 0px;
}

.search-select select{
	border: 0px!important;
}

.search-results-row{
	width: 100%;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
}

.search-results-row:first-child{
	padding-top: 0px;
}

.search-results-row:last-child{
	border-bottom: 0px;
}

.search-results-row-left{
	flex: 0 0 100px;
	padding-right: 20px;	
	text-align: left;
}

.search-results-row-right{
	flex: 1 1;
	text-align: left;
}

.breadcrumbs{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.breadcrumbs li{
	display: inline-block;
	font-size: 13px;
	color: #282828;
}

.breadcrumbs li a{
	display: block;
	color: #282828;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	position: relative;
}

.breadcrumbs li a:after{
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 11px;
	color: #282828;
}


.registration-box{
	border-top: 1px solid #e1e1e1;
	padding: 20px 0px 0px 0px;
}

.registration-box:first-child{
	padding: 0px 0px 0px 0px;
	border-top: 0px!important;
}

#charitywize-menu{
	width: 100%; 
	border-bottom: 1px solid #e1e1e1;  
}

#charitywize-menu .container{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

#charitywize-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#charitywize-menu ul li{
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

#charitywize-menu ul li a{
	display: flex;
	align-items: center;
	font-size: 14px;
    color: #333;
    line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.charitywize-menu-left{
	text-align: left;
	flex: 1 1;
}

.charitywize-menu-left ul li a i{
	padding: 0px 6px 0px 0px;
	font-size: 18px;
}

.charitywize-menu-left ul li a{
	padding: 15px 15px 15px 0px;
}

.charitywize-menu-right{
	text-align: right;
	flex: 1 1;
}

.charitywize-menu-right ul li a i{
	padding: 0px 6px 0px 0px;
	font-size: 18px;
}

.charitywize-menu-right ul li a{
	padding: 15px 0px 15px 15px;
}

#client-menu.active{
	display: block!important;
}

.charitywize-menu-right ul ul{
	position: absolute;
	top: 50px;
	right: 0px;
	border: 1px solid #cccccc;
	background-color: #fff;
	box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
	border-radius: 3px;
	text-align: left;
	width: 220px;
	z-index: 1003;
	display: none;
}

.charitywize-menu-right ul ul li{
	width: 100%;
}

.charitywize-menu-right ul ul li.menu-item-first{
	padding: 10px 0px 0px 0px;
}

.charitywize-menu-right ul ul li.menu-item{
	padding: 0px 0px;
}

.charitywize-menu-right ul ul li.menu-item-last{
	padding: 0px 0px 10px 0px;
}

.charitywize-menu-right ul ul li.logout{
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px;
}

.charitywize-menu-right ul ul li a{
	line-height: 40px;
	font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
	padding: 5px 20px;
	text-transform: none!important;
    border: 0px;
    color: #282828;
    background-color: transparent;
}

#google-pay .gpay-card-info-container-fill{
	margin: 0px 0px 20px 0px!important;
}

#google-pay .hover{
	background-color: #000000c4!important;
}

#google-pay-divider, #apple-pay-divider{
	width: 100%;
	text-align: center;
	position: relative;
	margin: 15px 0px;
}

#google-pay-divider:before, #apple-pay-divider:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	height: 1px;
	transform: translateY(-50%);
	background-color: #c0c0c0;
	z-index: 0;
}

#google-pay-divider span, #apple-pay-divider span{
	display: inline-block;
	padding: 0px 20px;
	background-color: #fff;
	font-size: 16px;
	position: relative;
    z-index: 1;
}

#apple-pay-button{
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: donate;
    visibility: visible;
    display: none;
    width: 200px;
    min-height: 30px;
    border: 1px solid black;
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-size: 100% calc(60% + 2px);
    background-repeat: no-repeat;
    background-color: black;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    margin: 5px auto;
    transition: background-color .15s;
}



.need-help-box{
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
  
.need-help-content{
	display: flex;
	align-items: flex-start;
}


/* media queries styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px)
{

}

@media only screen and (max-width: 992px)
{
	#donation-summary{
		display: none;
		border-right: 0px;
	}
}

@media only screen and (max-width: 768px)
{
	.product-table{
		max-width: 100%;
	}
	.fundraiser-team-member{
    	align-items: flex-start;
		gap: 0px;
	}
	.fundraiser-team-member-right{
		flex-wrap: wrap;
		gap: 0px;
	}
	.fundraiser-team-member-col1{
		flex: 0 0 100%;
	}
	.fundraiser-team-member-col2{
		flex: 0 0 100%;
	}
	.fundraiser-team-member-col2 .campaign-progress-container{
		margin-top: 10px;
	}
	.fundraiser-team-member-col3{
		flex: 0 0 100%;
		padding-top: 4px;
	}
}

@media only screen and (max-width: 576px)
{
	.cart-popup{
		width: 100%;
	}
	.social-buttons li.whatsapp-button{
		display: inline-block!important;
	}
	.campaign-box-flex{
		flex-wrap: wrap;
	}
	.campaign-image{
		flex: 0 0 100%;
		text-align: center;
	}
	.campaign-image-sm{
		flex: 0 0 100px!important;
	}
	.campaign-image-sm{
        flex: 0 0 100%!important;
		margin: 0px 0px 15px 0px;
    }
	.campaign-body-sm{
		flex: 1 1!important;
	}
	.campaign-body{
		flex: 0 0 100%;
	}
	.fundraiser-team-member{
		flex-wrap: wrap;
		gap: 20px;
	}
	.fundraiser-team-member-left{
		flex: 0 0 30%;
    	display: flex;
    	justify-content: center;
    	padding: 0px 0px 20px 0px;
	}
	.fundraiser-team-member-icon{
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 2;
	}
	.fundraiser-team-member-icon i{
		font-size: 95px;
	}
	.fundraiser-team-member-col3 .btn-primary{
		width: 100%;
	}
}

/* end media queries styles --------------------------------------------------------------------------------------------------------------------------------------------- */
