/*======================================================================
 *            Global
 * Colors: 
 * Dark Blue  - #06324B
 * Light Blue - #06B6B6 (hover: #039797)
 * Orange     - #FC5755
 * 
 * ultra grey - #E5E7EB
 *=====================================================================*/



/*======================================================================
 
  !!!!!!!!!!!!!!!!!!!!!!!!!! Temp Hidden !!!!!!!!!!!!!!!!!!!!!!!!!!!

  =====================================================================*/
/* Events menu item in main nav*/
li.menu-item-3479{
	display: none !important;
}

/************ end temp hidden ************/

:root {
	/*colors*/
	--dark-blue: #06324B;
	--light-blue: #06B6B6;
	--light-blue-hv: #039797;
	--back-blue: #B3F7F7;
	--orange: #FC5755;
	--ultra-white: #F5F5F5;
	--ultra-grey: #E5E7EB;
	--txt-color: #2C2C2C;
	
	--sx: 2%;
	
	--bord_rad_1: 10px;
	--bord_rad_2: 5px;
	
	--box_shad_1: 0 10px 20px -5px rgba(0, 0, 0, .1);
	--box_shad_2: 0 3px 10px -3px rgba(0, 0, 0, .1);
	
	--transi-dur: .2s;
	--transi-del: .05s;
	
	--prod-head-back: linear-gradient(to bottom right, #14b8a6 , rgb(20 184 166 / 0) );
	
	--font_accent_fam: "Bebas Neue", sans-serif;
}

@keyframes loadingImg {
  0% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
  10% { background: repeating-linear-gradient(45deg, var(--light-blue-hv), var(--light-blue-hv) 10px, var(--light-blue) 10px, var(--light-blue) 20px) ;}
  20% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
  30% { background: repeating-linear-gradient(45deg, var(--light-blue-hv), var(--light-blue-hv) 10px, var(--light-blue) 10px, var(--light-blue) 20px) ;}
  40% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
  50% { background: repeating-linear-gradient(45deg, var(--light-blue-hv), var(--light-blue-hv) 10px, var(--light-blue) 10px, var(--light-blue) 20px) ;}
  60% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
  70% { background: repeating-linear-gradient(45deg, var(--light-blue-hv), var(--light-blue-hv) 10px, var(--light-blue) 10px, var(--light-blue) 20px) ;}
  80% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
  90% { background: repeating-linear-gradient(45deg, var(--light-blue-hv), var(--light-blue-hv) 10px, var(--light-blue) 10px, var(--light-blue) 20px) ;}
  100% { background: repeating-linear-gradient(45deg, var(--light-blue), var(--light-blue) 10px, var(--light-blue-hv) 10px, var(--light-blue-hv) 20px) ;}
}


/*======================================================================
                           Global Styles
  =====================================================================*/
#content{
	min-height: 80vh;
}
/********* end global styles *********/

/*======================================================================
                           Global Classes
  =====================================================================*/
.bbwdWhiteBG{
	background: white;
}
.bbwdBlueBG{
	background: var(--dark-blue);
}
.bbwdBlueBG:hover{
	background: var(--light-blue);
}
.bbwdColorWhite{
	color: white;
}
.bbwdAccentFnt{
	font-family: var(--font_accent_fam);
}
.bbwdBordRad1{
	border-radius: var(--bord_rad_1);
}
.bbwdBordRad2{
	border-radius: var(--bord_rad_2);
}
.bbwdBoxShad1{
	box-shadow: var(--box_shad_1);
}
.bbwdBoxShad2{
	box-shadow: var(--box_shad_2);
}
.bbwdCheckBoxStyles:has(input[type="checkbox"]){
	background: white;
	transition-duration: var(--transi-dur);
}
.bbwdCheckBoxStyles:has(input[type="checkbox"]):hover{
	cursor: pointer;
	transform: scale(1.03);
	box-shadow: var(--box_shad_1);
}
.bbwdCheckBoxStyles:has(input[type="checkbox"]):before {
 	content: "\e93a";  
    font-family: eicons;
    font-size: 24px;
	color: var(--orange);
}
.bbwdCheckBoxStyles:has(input[type="checkbox"]:checked) {
	background: var(--light-blue);
	color: white;
}
.bbwdCheckBoxStyles:has(input[type="checkbox"]:checked):before{
	content: "\e90d";
	color: white;
}
.bbwdCheckBoxStyles input[type="checkbox"]{
	display: none;
}
.bbwdHovBig, .bbwdHovBig a{
	transition-duration: var(--transi-dur);
}
.bbwdHovBig:hover, .bbwdHovBig a:hover{
/* 	cursor: pointer; */
	transform: scale(1.05);
}





.bbwdAboutList{
	padding: 30px 45px;
	border-radius: 12px;
}
.bbwdAboutList h4{
	color: var(--dark-blue);
}
.bbwdGood{
	background: #1eb8a91a;
}
.bbwdGood li::marker {
  color: #1eb8a9; /* Set the desired color */
}
.bbwdBad{
	background: #ea76761a;
}
.bbwdBad li::marker {
  color: #ea7676; /* Set the desired color */
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	margin-top: 0 !important;
}
.wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__form{
	border-radius: 0 !important;
}
.products:has(.woocommerce-LoopProduct-link) .add_to_cart_button{
	width: 100% !important;
	text-align: center;
}
.appendedMessage{
	font-size: 12px;
    padding: 5px 10px;
    background: #06B6B6;
    position: absolute;
    margin-top: -2px;
    border-radius: 5px;
    margin-left: 5px;
    color: white;
    font-weight: bold;
}

#footerlinktochildthemewp{
	display: none !important;
}
.FixBottom{
	position: fixed !important;
	z-index: 9999;
	bottom: 0;
}

.mobFoot .elementor-icon{
	display: flex;
	justify-content: center;
}
.widget_shopping_cart_content a, .wc-block-cart-items__row a.wc-block-components-product-name{
	color: #06B6B6 !important;
}
.widget_shopping_cart_content a:hover, .wc-block-cart-items__row a.wc-block-components-product-name:hover{
	color: #06B6B6 !important;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons a{
	color: white !important;
	background: #06324B !important;
	border: 2px solid #06324B !important;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons a:hover{
	color: #06324B !important;
	background: transparent !important;
}

.bbwdHideTR table.variations{
	display: none;
}

div.gm-style-iw{
    max-height: 1000px !important;
}



.bbwdBlueLightOrg{
	background: linear-gradient( to right, #06324B, #06B6B6, var(--light-orange) ) !important ;
}
.bbwdYellowTxt{
	color: #fde047 !important;
}

.bbwdSubLoop .e-atc-qty-button-holder{
	justify-content: center !important;
}

.bbwdSubLoop .button.product_type_fsb-variable-subscription.add_to_cart_button{
	background: #06B6B6 !important;
	width: 100% !important;
	border-radius: 12px !important;
}
.bbwdSubLoop .button.product_type_fsb-variable-subscription.add_to_cart_button:hover{
	background: #039797 !important;
}
.bbwdSubLoop::after {
    content: " ";
    background: rgba(270, 270, 270, .1);
    width: 128px;
    height: 128px;
    border-radius: 100px;
    position: absolute;
    right: -55px;
    top: -55px;
}



.single-product .elementor-widget-n-tabs .e-n-tab-title:nth-child(2) {
    border-radius: 0 20px 0 0;
}


.single-product .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text{
    background: white !important;
    color: #1eb8a9 !important;
}

.single-product .e-n-tabs-heading button .e-n-tab-title-text{
	color: #6F6F6F;
	font-size: 1.2em;
	font-weight: 600;
    padding: 5px 50px !important;
}

.single-product button.e-n-tab-title:nth-child(1){
	padding: 10px 0 10px 10px !important
}

.single-product button.e-n-tab-title:nth-child(2){
	padding: 10px 10px 10px 0 !important
}


.single-product .e-n-tabs-heading button[aria-selected="true"]:first-child .e-n-tab-title-text{
    border-radius: 20px 0 0 0 ;
}

.single-product .e-n-tabs-heading button[aria-selected="true"]:last-child .e-n-tab-title-text{
    border-radius: 0 20px 0 0 ;
}

.bbwd-leave-review-btn{
	background: #06B6B6;
	border: none;
	color: white;
	border-radius: 12px;
	width: FIT-CONTENT;
}
.bbwd-leave-review-btn:hover, .bbwd-leave-review-btn:focus{
	background: #039797 !important; 
}

.bbwd-comment-wrapper{
	padding: 24px;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
}
.commentlist{
	list-style: none;
	padding: 0;
	margin: 0
}
.bbwdProdRtTxt{
	font-size: 18px;
	font-weight: 600;
	color: #2C2C2C;
}
#review_form_wrapper{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #06B6B652;
    padding: 10% 50px;
	height: 100%;
}
#review_form{
    padding: 24px;
    background: white;
    border-radius: 16px;
    box-shadow: var(--box_shad_1); 
	position: sticky;
	top: 10%;
}
.comment-respond{
	display: flex;
	flex-flow: column;
	gap: 10px;
    justify-content: center;
    align-items: center;
	min-height: 350px;
}
.comment-form{
	width: 50%;
	text-align: center;
}
#reviews{
	min-height: 40em;
}
#respond a, #reviews .star-rating, #reviews .star-rating::before{
	color: #facc15;
}


/*======================================================================
                           Modal
  =====================================================================*/
.bbwdModalToggle:hover{
	cursor: pointer;
}
#bbwdModal{
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100vh;
}
#bbwdModInner{
	width: 50%;
    max-width: 50%;
	max-height: 80vh;
	/*overflow-y: scroll;*/
    padding: 50px 60px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -3px;
	gap: 20px;
}
#bbwdCloseModal{
    margin-top: -45px;
    margin-right: -55px;
}
#bbwdCloseModal button{
	border-radius: 100px;
	padding: 5px 8px;
	line-height: 1;
	font-size: 15px;
	color: grey;
	border-color: grey;
}
#bbwdCloseModal button:hover{
	color: white;
	background: grey;
}
#bbwdModalContent{
	width: 100%;
}
.bbwdToModal{
	display: none;
}
#bbwdModalContent .bbwdToModal{
	display: inherit;
}
 /**end modal**/


/*======================================================================
                           Cookie Notice
  =====================================================================*/
#bbwdCookieNotice{
	position: fixed;
    bottom: -250px;
    left: 0px;
    width: 100%;
    background: white;
    padding: 30px 5px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .15);
    z-index: 9999;
}
#bbwdInnerCookie{
	margin: auto;
}
#bbwdInnerCookie p{
	margin: 0;
}

#bbwdInnerCookie a{
	text-align: center;
	font-size: 12px;
}


/*======================================================================
                           Routes Page
  =====================================================================*/
#routesToggle .e-n-tabs-heading{
	position: sticky;
    left: 0;
    width: 100%;
    background: white;
    bottom: 0;
    z-index: 999;
    padding: 20px;
}
#routesToggle .bbwdListLoop a{
	margin: 0 !important;
}
.bbwdMapImg{
	transition-duration: .2s;
}
.bbwdMapImg:hover{
	transform: scale(1.02);
}

/** Map Styles **/
gmp-advanced-marker:hover{
	cursor: pointer !important;
}
img.bbwdInfoImage{
	width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
}

img.modalMap{
	max-height: 60vh;
}
.hovBorder{
	transition-duration: .2s;
}
.hovBorder:hover{
	border: 2px solid #06B6B6 !important;
/* 	border-color: #06B6B6 !important; */
	transform: scale(1.05);
	box-shadow: 0px 10px 20px -10px !important;
}

.bbwdCardViewRoute{
	color: #06324B;
}

.bbwdCardViewRoute:hover{
	color: #06B6B6 !important;
	font-weight: 600 !important;
}

.hovBorder a[title="View cart"]{
	display: none !important;
}

.bbwdCardItem .add_to_cart_button{
	background: white !important;
    border: 2px solid lightgrey !important;
    border-radius: 100px !important;
    color: #06324b !important;
}
.bbwdCardItem, .bbwdCardItem .bbwdHovDark{
	transition-duration: .2s;
}
.bbwdCardItem img{
	transition-duration: .4s;
}
.bbwdCardItem:hover{
	transform: translateY(-15px);
	border: 1px solid #06B6B6 !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.bbwdCardItem:hover img{
	transform: scale(1.1);
}
.bbwdCardItem .bbwdHovDark{
	opacity: 0;
	transition-property: opacity; 
}
.bbwdCardItem:hover .bbwdHovDark{
	opacity: 1;
}
.bbwdDistance{
	font-family: "Montserrat", Sans-serif !important;
	font-weight: medium;
	color: #06324B;
}

.bbwdRoutOpt .e-n-tabs-heading{
	position: absolute;
    top: -65px;
    right: 0;
	border: 1px solid lightgray;
    border-radius: 10px;
    padding: 3px;
}

.bbwdListRouteATCBtn .add_to_cart_button{
	border-radius: 100px !important;
    background: #06B6B6 !important;
    border-color: #06B6B6 !important;
    color: white !important;
}
.bbwdListRouteATCBtn .add_to_cart_button{
	border-radius: 100px !important;
    background: #06B6B6 !important;
    border-color: #06B6B6 !important;
}
.bbwdListRouteATCBtn .add_to_cart_button:hover{
    background: #039797 !important;
    border-color: #039797 !important;
}

.bbwdRoutesListItem:hover{
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .15);
}
.bbwdRoutesListItem img{
	transition-duration: .2s;
}
.bbwdRoutesListItem img:hover{
	transform: scale(1.05);
}




/*======================================================================
                           Single Product Page
  =====================================================================*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
/* 		color: #06324B !important; */
	}
#subCount{
	width: 50%;
}
#subCount .acf-range-wrap{
	display: flex;
	flex-flow: column;
	
}
#subCount #acf-field_6849e1360d7d4-alt{
	width: 100% !important;
	text-align: center;
	border: none;
	border-bottom: 1px solid grey;
}
.single-product .bbwdSubToggleBtns button{
	border-color: black !important;
}
.single-product .bbwdSubToggleBtns button:hover{
	background: transparent !important;
}
.single-product .bbwdSubToggleBtns button.active{
	border-color: #06B6B6 !important;
}
.single-product .bbwdSubToggleBtns button.active:hover{
	background: #06B6B6 !important;
}

.single-product .wc-variation-selection-needed{
	margin-top: 20px;
}
.single-product table.variations td:has(span){
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
	gap: 6px;
}
.single-product table.variations td.value:has(span) .reset_variations, .single-product .acf-comment-fields, .single-product .variations, .single-product  .woocommerce-variation-price{
	display: none !important;
}
.single-product table.variations td.value:has(span) input{
	width: 100%;
}
.single-product table.variations tr:has(span):first-child td{
	padding: 0 !important;
}
.single-product table.variations tr:has(span):first-child{
	display: flex;
	flex-flow: column;
}
.single-product .single_add_to_cart_button{
	width: 100%;
}
.single-product .ppc-button-wrapper{
	margin-top: 17px !important;
}
.single-product .bbwdSignUp{
	display: none;
}
.single-product .bbwdMandA, .single-product label{
	color: black !important;
}
.bbwdLoopSub, .bbwdLoopSub .elementor-shortcode, .bbwdLoopSub .bbwdVariContainer{
	height: 100%;
}

.countVal{
	font-size: 1.5em !important;
	font-weight: 600 !important;
	margin-top: -3px !important;
	color: #06B6B6 !important;
	margin-bottom: 10px;
}
.bbwdMinMaxAm{
	color: #e2e8f0;
}
.bbwdLoopSub label, .bbwdMandA, .bbwdWhtTxt{
	color: white !important;
}


input[type="range"]{
	-webkit-appearance: none;
	background: transparent !important;
}
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: linear-gradient(to right, #06324B, #06B6B6) 0 / var(--sx) 100% no-repeat, #efefef;
    height: 10px;
    border-radius: 3px;
    border: 1px solid #06324B;
}
input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    background: linear-gradient(to right, #06324B, #06B6B6) 0 / var(--sx) 100% no-repeat, #efefef;
    height: 10px;
    border-radius: 3px;
    border: 1px solid #06324B;
}
input[type="range"]::-moz-range-progress {
	-webkit-appearance: none;
	background-color: linear-gradient(to right, #06324B, #06B6B6); 
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
    background: #06B6B6;
    border: 1px solid #053a5f;
    margin-top: -6px;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
}
input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
    background: #06B6B6;
    border: 3px solid #053a5f;
    margin-top: -6px;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
}
input[type="range"]::-ms-fill-lower {
  background-color: linear-gradient(to right, #06324B, #06B6B6); 
}
.woocommerce-variation-add-to-cart .quantity{
	display: none !important;
}
.single-product .acf-form{
	display: none;
}
.single-product .woocommerce-product-gallery{
	margin-bottom: 0px !important;
}
.single-product .single_add_to_cart_button{
	margin: 0 !important;
	margin-top: 0 !important;
}
.single-product  form.cart{
	margin-bottom: 5px;
}



/*======================================================================
                             My Account Page
  =====================================================================*/
#admin_setting_search input{
	width: 100% !important;
}
#admin_setting_search select{
	width: 15% !important;
}


.page-id-1148 .bbwdOrdUsers .bbwdFeatItem{
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--wps_subscriptions, .woocommerce-account .acf-field[data-name="copied_emails"]{
	display: none;
}
nav.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	border-bottom: 1px solid grey;
}
nav.woocommerce-MyAccount-navigation ul li{
	width: 100%;
	text-align: center;
	display: flex; 
	border: 1px solid grey;
	border-bottom: none;
}
nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px;
	width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li:hover{
	background: #06324B;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-content a{
	color: #06324B;
	font-style: none;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation a br{
	display: none;
}
.woocommerce-MyAccount-content a{
	color: #06B6B6;
}
.woocommerce-MyAccount-content a:hover{
	text-decoration: underline;
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
	color: white;
}

.woocommerce-account #acf-form{
	margin: 20px 0 60px;
}
.woocommerce-account .acf-field.acf-field-repeater.acf-field-6849e1360d7d4{
	padding: 0;
	min-width: 100%;
}
.woocommerce-account #acf-form input[type="submit"]{
	width: 100%;
}
.woocommerce-account .acf-row-handle.remove{
	width: 4%;
}
.woocommerce-account .acf-label label{
	font-size: 2rem;
}
.woocommerce-account .acf-icon.-plus.small.acf-js-tooltip.hide-on-shift, .woocommerce-account .acf-table thead{
	display: none;
}
.woocommerce-account #message.updated p{
	padding: 20px 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	background: #4a874a;
	color: white;
	border-radius: 5px;
	margin-top: 50px;
}
.woocommerce-account .acf-icon.-minus.small.acf-js-tooltip{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
}

.woocommerce-form.woocommerce-form-login.login{
	width: 30%;
    margin: auto;
    margin-bottom: 120px;
    background: #06324B;
    color: white;
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit{
	background: white;
    border-radius: 0;
    width: 100%;
}
.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password{
	text-align: center;
	margin-top: 20px;
}
.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a{
	color: #06B6B6;
}

.woocommerce-account #acf-form .acf-button.acf-repeater-add-row.button.button-primary{
	color: #06324B !important;
	background: transparent !important;
	border-radius: 100px !important;
	margin-top: 0 !important;
	margin-bottom: 20px;
}
.woocommerce-account #acf-form .acf-button.acf-repeater-add-row.button.button-primary:hover{
	color: white !important;
    background: #06324B !important;
}

.woocommerce_account_subscriptions .woocommerce-pagination{
	display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
}
.woocommerce_account_subscriptions .woocommerce-pagination p{
	margin: 0 !important;
}



/*======================================================================
                         Admin Subscription Viewer
  =====================================================================*/
#subStatFront{
	text-transform: capitalize;
}
.bbwdSubReview p{
	padding: 0;
	margin: 0;
}
.bbwdSubProduct{
	padding: 20px;
    border: 1px solid grey;
    border-radius: 5px;
}
.bbwdCopyClick:before {
    content: "\f105";
    font-family: 'Dashicons';
    font-weight: normal;
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    position: absolute;
    margin-left: -20px;
    padding: 0 2px;
    border-radius: 5px 0 0 5px;
}
.green.bbwdCopyClick:before{
    background: rgba(0, 250, 0, .2);
}
.bbwdCopyClick:after{
	content: "\f335";
    font-family: 'Dashicons';
	position: absolute;
	right: 0;
}
.green.bbwdCopyClick:after{
	content: "\f147";
    font-family: 'Dashicons';
	position: absolute;
	right: 0;
}
.bbwdCopyClick{
	color: #06324B;
	margin-left: 17px !important;
	position: relative;
	width: 31%;
}
.bbwdCopyClick:hover{
	cursor: pointer;
	color: #06B6B6;
}
.green.bbwdCopyClick{
	color: green !important;
	border-radius: 0 5px 5px 0;
    background: rgba(0, 250, 0, .2);
}
.bbwdSubSearch input[type='text']{
	padding: 0 10px;
	border-radius: 10px 0 0 10px !important;
	outline: none !important;
}
.bbwdSubSearch  button{
	border-radius: 0 10px 10px 0 !important;
	margin: 0 !important;
}
#subEmailBtns{
	margin-top: 20px;
}
#subEmailBtns button{
	margin-top: 0 !important;
}



table.package-pricing th, table.package-pricing td, table.package-pricing tr{
	background-color: transparent !important;
}
table.package-pricing th{
	border: none;
	background: transparent !important;
	padding: 5px 0;
}

table.package-pricing tr{
	border: none !important;
	border-bottom: 1px solid white !important;
}
table.package-pricing tr:first-child{
	border-bottom: 2px solid white !important;
}

table.package-pricing td{
	border: none !important;
	border-bottom: 1px solid white !important;
	text-align: center;
}
table.package-pricing th, table.package-pricing td{
	width: 33%;
}
table.package-pricing td:nth-child(2), table.package-pricing th:nth-child(2){
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}






/*======================================================================
                              Checkout
  =====================================================================*/
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
/* 	width: 50%; */
    background: var(--ultra-white);
    padding: 20px;
    border-radius: var(--bord_rad_1);
}
.woocommerce-order-details__title{
	margin-top: 0 !important;
}
.woocommerce-order-received section.woocommerce-order-details, .woocommerce-order-received section.woocommerce-customer-details{
	width: 50%;
	padding: 10px;
}
.woocommerce-order-received section.woocommerce-order-details{
	float: left;
}
.woocommerce-order-received section.woocommerce-customer-details{
	float: right;
}
.woocommerce-table.woocommerce-table--order-details thead, .woocommerce-table.woocommerce-table--order-details td, .woocommerce-table.woocommerce-table--order-details th, .woocommerce-table.woocommerce-table--order-details tr{
	padding: 5px !important;
	margin: 0px !important;
}

.ppcp-dcc-order-button{
	width: 100% !important;
}
/*
.woocommerce-order-received header, .woocommerce-order-received .woocommerce-customer-details{
	margin-top: 120px;
}*/
#bbwdCheckoutEvent{
	padding: 20px;
    border: 1px solid var(--ultra-grey);
    margin-bottom: -2px;
	border-radius: var(--bord_rad_1) var(--bord_rad_1) 0 0;
}
.bbwdCheckCartWrap table td, .bbwdCheckCartWrap table th{
	border: none !important;
}
.bbwdCheckCartWrap table{
	border-radius: 0 0 var(--bord_rad_1) var(--bord_rad_1) !important;
	border-top: none !important;
}
.bbwdCheckoutAssoc img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}


.bbwdDatesRev{
	border: 1px solid var(--ultra-grey);
    border-radius: var(--bord_rad_1);
    background: var(--ultra-white);
	height: 100%;
}
.bbwdFooInput{
	background: white !important;
    color: var(--dark-blue) !important;
    padding: 5px !important;
    border-radius: var(--bord_rad_1) !important;
}
.bbwdFooInput input{
	border: none !important;
    outline: none !important;
    padding: 0 !important;
}
}

#bbwdNewEventForm label{
/* 	position: relative; */
}
/* .woocommerce-message{
	display: none;
} */
/*======================================================================
                          Subscription Package Page
  =====================================================================*/
.bbwdLoopSub .bbwdPriceBreak td{
	padding: 5px 0;
}
body:not('.single-product') .bbwdLoopSub label, body:not('.single-product')  .bbwdLoopSub span, .bbwdLoopSub{
	color: white !important;
}
.bbwdLoopSub table.variations, .bbwdLoopSub table.variations th, .bbwdLoopSub table.variations tr, .bbwdLoopSub td{
	padding: 0;
	margin: 0;
	background: transparent !important;
	border: none !important;
}
.bbwdLoopSub table.variations td, .bbwdLoopSub .variations tr{
	display: flex;
	flex-flow: row;
	gap: 15px;
	justify-content: start;
	align-items: center;
}
.bbwdLoopSub table.variations .label{
	width: 30%;
}
.bbwdLoopSub table.variations .value{
	width: 100%;
}
.bbwdLoopSub .reset_variations{
	display: none !important;
}
.bbwdLoopSub input[type="range"]{
	width: 100%;
}
.bbwdLoopSub .countVal{
	width: 12% !important;
}
.bbwdLoopSub .woocommerce-variation-price{
	text-align: center;
}
.bbwdLoopSub .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
	justify-content: center;
}
.bbwdLoopSub  button{
	background: white;
	border-color: white;
	color: #06324B;
}
/* .variations tr:nth-child(2){
	display: none;
} */
.bbwdSubToggleBtns{
	background: white;
	border-radius: var(--bord_rad_1);
}
.bbwdSubToggleBtns button:not(.active):hover{
	font-weight: bold;
}
.bbwdSubToggleBtns button{
	width: 50%;
	border-radius: 0;
	padding: 5px 15px;    
	border: 1px solid white;
    color: black;
	border-radius: var(--bord_rad_1);
}
.bbwdSubToggleBtns button.active{
	background: #06B6B6 !important;
	color: white !important;
}

.page-id-1463 .single_variation_wrap, .page-id-1463 .price{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}
.page-id-1463 .price{
	gap: 10px;
	font-size: 0px;
}
.page-id-1463 .price .woocommerce-Price-amount.amount, .bbwdPrice{
	font-size: 2rem;
	padding: 5px;
	border-radius: 5px;
/* 	background: #06B6B6; */
	color: var(--light-blue) !important;
}
.page-id-1463 label[for="quantity"]{
	margin-bottom: 5px;
}

.bbwdCardImg{
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
	transition-duration: .2s;
}
.hovBorder:hover .bbwdCardImg{
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .2));
	transform: scale(1.09);
}

/*
 *
	--dark-blue: #06324B;
	--light-blue: #06324B;
	--light-blue-hv: #039797;
*/

.bbwdLoopSub button.bbwdSignUp{
	margin-top: 24px;
	color: white;
	border: none;
	background: var(--light-blue);
	transition-duration: var(--transi-dur);
	border-radius: 12px;
}

.bbwdLoopSub button.bbwdSignUp:hover{
	background: var(--light-blue-hv);
}





/**************** New Single Product Page ************************/
.gm-style-iw-d a {
  outline: none !important;
	background: red !important;
}
.bbwdLinGrad{
	background: var(--prod-head-back);
}
.bbwdCarImgWrap{
	background: #fffc;
	padding: 32px;
	border-radius: 1.5em;
	min-width: 446px;
	min-height: 446px;
}
.bbwdCarIcon{
	background: #ffffff;
	border-radius: 100px;
	width: 40px;
	height: 40px;
    font-size: 25px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	transition-duration: var(--transi-dur);
	color: var(--dark-blue) !important;
	font-family: 'dashicons' !important;
}
.bbwdCarIcon:hover{
	cursor: pointer;
	transform: scale(1.08);
}
.bbwdCarIcon.left{
	padding-right: 4px;
	margin-right: -57px;
	position: relative;
	z-index: 2;
}
.bbwdCarIcon.right{
	padding-left: 4px;
	margin-left: -57px;
	position: relative;
	z-index: 2;
}
#bbwdProdImg{
	transform: scale(0.9);
	transition-duration: .4s;
	max-width: 382px;
	max-height: 382px;
}
.bbwdCarImgWrap #bbwdProdImg:hover{
	transform: scale(1);
}

.bbwdCloseForm{
    border-radius: 100px;
    border-color: #06B6B6;
    color: #06B6B6;
    position: absolute;
    top: 20px;
    right: 20px;
}
.bbwdCloseForm:hover, .bbwdCloseForm:focus{
	background: transparent !important;
	color: #06B6B6 !important;
}



/*======================================================================
                            Fundraiser Page
  =====================================================================*/
#bbwdAssociationRes{
	max-height: 500px;
	overflow-x: visible;
	overflow-y: scroll;
}
#bbwdAssociationRes .bbwdFeatItem{
	margin-bottom: 10px;
}
#bbwdAssociationRes:has(button){
	padding: 10px 20px;
}
#bbwdAssociationRes .bbwdFeatItem.active h4, #bbwdAssociationRes .bbwdFeatItem.active p{
	color: white !important;
}
.bbwdBFSearchWrap input{
	border-radius: var(--bord_rad_1) 0 0 var(--bord_rad_1);
	border-color: var(--dark-blue);
	border-right: none;
	outline: none !important;
}
.bbwdBFSearchWrap button, .bbwdBFSearchWrap button:hover{
	color: #06324B !important;
	border-color: #06324B !important;
	border-radius: 0 var(--bord_rad_1) var(--bord_rad_1) 0 !important;
	border: 1px solid var(--dark-blue) !important;
	border-left: none !important;
	background: white !important;
	outline: none !important;
}
.bbwdBFSearchWrap button span{
	transition-duration: var(--transi-dur);
	font-weight: 900;
}
.bbwdBFSearchWrap button:hover span{
	transform: scale(1.4);
}
.bbwdFeatItem{
	color: #06324B;
	background: white !important;
	border-radius: var(--bord_rad_1);
	overflow: hidden;
	transition-duration: var(--transi-dur);
	box-shadow: var(--box_shad_2) !important;
	border: none !important;
}
.bbwdFeatImgWrap{
	width: 80px;
	height: 80px;
	border-radius: var(--bord_rad_2);
    overflow: hidden;
}
.bbwdFeatItem img{
	transition-duration: var(--transi-dur);
}
#bbwdSearchRets .bbwdFeatItem:hover{
	transform: scale(1.03);
	box-shadow: var(--box_shad_1) !important;
}
#bbwdSearchRets .bbwdFeatItem:hover img{
	transform: scale(1.1);
	transition-delay: var( --transi-del );
}
.bbwdFeatItem:hover a, .bbwdFeatItem:hover h3, .bbwdFeatItem:hover h4, .bbwdFeatItem:hover h5, .bbwdFeatItem:hover h6, .bbwdFeatItem:hover p, .bbwdFeatItem a, .bbwdFeatItem h3, .bbwdFeatItem h4, .bbwdFeatItem h5, .bbwdFeatItem h6, .bbwdFeatItem p{
	color: var(--dark-blue) !important;
}
.bbwdFeatItem .bbwdFeatItImg{
	max-width: 80px;
	max-height: 80px;
	object-fit: cover;
}

.bbwdImgBtn{
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: white;
	border: none;
	box-shadow: var(--box_shad_1);
	color: var(--light-blue) !important;
	font-weight: 900;
	text-shadow: 
		0px 1px 0 white,
		0px -1px 0 white,
		-1px 0px 0 white,
		-1px 1px 0 white,
		-1px -1px 0 white,
		1px -1px 0 white,
		1px 1px 0 white,
		1px 0px 0 white;
	transition-duration: var(--transi-dur);
}

.bbwdImgBtn:hover{
	box-shadow: var(--box_shad_2);
	transform: scale(1.04);
    background-color: unset;
    color: var(--light-blue);
}

.bbwdAddBtn{
	padding: 0 !important;
    border: none !important;
    font-size: 36px !important;
    color: var(--dark-blue) !important;
    background: transparent !important;
	transition-duration: var(--transi-dur);
}
.bbwdAddBtn:hover{
    color: var(--light-blue) !important;
	transform: scale(1.02);
}

/*===================================
 *        Events Search Page
 * ================================*/
#bbwdNoticeWrapper{
    position: absolute;
	top: -50px;
	background: #caf6ff;
	padding: 10px;
}
.bbwdNotice{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    border-radius: 10px;
	z-index: 5;
}
.bbwdNotice.error{
	color: white;
	font-weight: bold;
}
.error{
    background: var(--orange);
}
#bbwdNoticeWrapper.success{
    background: var(--light-blue);
}

#bbwdEmptySearch{
    display: flex;
    justify-content: center;
    align-items: center;
	flex-flow: column;
	width: 100%;
	min-height: 150px;
}  


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	
}


/*===================================
 *        Create Events Form
 * ================================*/

#bbwdNewEventForm ::-webkit-scrollbar {
	width: 10px;
}

#bbwdNewEventForm ::-webkit-scrollbar-track {
	background: transparent;
}

#bbwdNewEventForm ::-webkit-scrollbar-thumb {
	background: var(--light-blue);
}
#bbwdNewEventForm ::-webkit-scrollbar-thumb:hover {
	background: var(--dark-blue);
	cursor: pointer;
}

.bbwdGrpMedal{
	padding: 0;
}
.bbwdGrpMedal:focus{
	background: var(--dark-blue);
}
.bbwdGrpMedal img{
	transition-duration: var(--transi-dur);
	transition-delay: var(--transi-del);
	margin-bottom: -6px;
	height: 100%;
    object-fit: cover;
}
.bbwdGrpMedal:hover img{
	transform: scale(1.05);
}
.bbwdGrpMedalWrap{
	padding: 20px 0;
}
.bbwdGrpMdlImg{
	width: 225px;
	height: 150px;
	/*animation: [animation-name] [animation-duration] [animation-timing-function] [animation-delay] [animation-iteration-count] [animation-direction] [animation-fill-mode] [animation-play-state];*/
	/**animation: loadingImg 2s linear 0s 1;/**/
}
.bbwdGrpMdlTxt{
	padding: 10px 8px;
	justify-content: start;
    display: flex;
    flex-flow: column;
    text-align: start;
}

.bbwdGrpMedal.active{
	transform: scale(1.1);
    margin: 0 12px;
	background: var(--light-blue);
	border: 2px solid #06324b !important;
}

.bbwdFeatItem.active{
	transform: scale(1.05);
    margin: 10px 0;
	background: var(--light-blue) !important;
}

.page-id-3417 #bbwdEventTracker{
	display: none;
}
#bbwdEventTracker{
	position: absolute;
    top: 0;
    left: -25%;
	padding-right: 10px;
    width: 25%;
	height: 100%
}
#bbwdTrackerImg{
	width: 100%;
    min-height: 180px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background: url('/wp-content/uploads/woocommerce-placeholder.png');
}
#bbwdEventTrackInner{
	height: 100%;
	position: relative;
}
#bbwdEventTrackWrap{
	position: sticky;
	background: white;
	border-radius: var(--bord_rad_1);
	top: 32px;
	padding: 10px;
}
#bbwdTrackMedalLists {
/*     border: 1px solid var(--dark-blue); */
    border-radius: var(--bord_rad_2);
    background: var(--light-blue);
    color: white;
}
.bbwdSlideBtns{
	margin-top: 20px;
}
.bbwdSlideBtns button, .bbwdSlideBtns input{
	border: none !important;
	color: white !important;
	background: var(--light-blue);
}
.bbwdSlideBtns button:hover, .bbwdSlideBtns input:hover{
	border: none !important;
	background: var(--light-blue-hv);
}

#associateList{
	padding: 20px 0;
}
.bbwdQty{
	border: 1px solid var(--dark-blue);
    padding: 5px;
    border-radius: var(--bord_rad_1);
}
.bbwdQty input{
	padding: 0;
	outline: none !important;
	border: none !important;
}
.page-id-1185 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	font-family: "Bebas Neue";
	font-size: 21px !important;
}




/*===================================
 *          Tablet
 * ================================*/
@media only screen and (max-width: 1024px) {
}

/*===================================
 *          Mobile
 * ================================*/
@media only screen and (max-width: 767px) {
	#bbwdCookieNotice{
		bottom: -440px;
	}
  #bbwdInnerCookie{
		flex-flow: column;
		justify-content: stretch;
		align-items: stretch;
		gap: 0;
	}
	
	#routesToggle .e-n-tabs-heading{
		position: sticky;
		left: 0;
		width: 100%;
		background: white;
		top: 0;
		z-index: 2;
		padding: 20px;
	}
	
	/***** single product page *****/
	.single-product .single_add_to_cart_button{
		width: 100% !important;
	}
	.single-product .woocommerce-tabs ul.tabs li{
		width: 100%;
	}
	.single-product .woocommerce-tabs ul.tabs li:before, .single-product .woocommerce-tabs ul.tabs li:after{
		display: none !important;
	}
	.single-product .woocommerce-tabs ul.tabs{
		margin: 0 !important;
		padding: 0px !important;
		padding-left: 5px !important;
	}
	.single-product .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_subscription-quantity{
		display: flex;
		flex-flow: column;
	}
	.single-product .woocommerce-product-attributes-item__label{
		width: 100% !important;
	}
	.single-product td.woocommerce-product-attributes-item__value{
		padding: 2px 10px !important;
	}
	
	.single-product table.variations input[type="range"]::-webkit-slider-runnable-track{
		height: 19px;
		border-radius: 6px;
	}
	.single-product table.variations input[type="range"]::-moz-range-track{
		height: 19px;
		border-radius: 6px;
	}
	.single-product table.variations input[type="range"]::-webkit-slider-thumb{
		height: 30px;
		width: 30px;
		border-radius: 30px;
	}
	.single-product table.variations input[type="range"]::-moz-range-thumb{
		height: 30px;
		width: 30px;
		border-radius: 30px;
	}
	.single-product table.variations td:has(span){
		gap: 25px;
	}
	.countVal{
		margin-top: 15px;
		font-size: 4rem;
	}
	
	.bbwdFlex hr{
		color: var(--dark-blue);
		background: var(--dark-blue);
		border: 1px solid var(--dark-blue);
	}
	
	
	/******* My Account Page ********/
	.woocommerce-form.woocommerce-form-login.login{
		width: 100%;
	}
	#emailCounter{
		gap: 10px;
	}
	div:has(#curRegEmails), div:has(#availableSubs){
		width: 100%;
	}
	
	
	/******* Admin Subscription Viewer ********/
	.bbwdCopyClick{
		width: 100% !important;
	}
	.bbwdSubSearch input[type='submit']{
		min-width: 80px;
	}
	
	
	
	.package-pricing{
		font-size: 12px;
	}
	.bbwdLoopSub .variations tr:first-child{
		flex-flow: column;
	}
	.bbwdLoopSub table.variations .label{
		width: 100%;
		text-align: center;
	}
	.bbwdLoopSub .countVal{
		font-size: 25px !important;
	}
	
	
	
	
	.bbwdCarImgWrap{
		min-width: 250px;
		min-height: 250px;
	}
	#bbwdProdImg{
		max-width: 220px;
		max-height: 220px;
	}
	.e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text{
		border-radius: 3px !important;
	}
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{
		order: unset !important;
        margin-bottom: 2px !important;
        max-width: 100%;
        padding: 10px !important;
        border-radius: 0;
	}
	#review_form_wrapper{
		padding: 5px !important;
	}
	.comment-form, .bbwd-leave-review-btn{
		width: 100%;
	}
	.bbwd-reviews-title{
		text-align: center;
	}
	#reviews{
		min-height: 25.5em;
	}
	
	
	
	
}
/************** Removals *****************/
.ppc-button-wrapper{
	display: none !important;
}
