
/*** am_registrationSettings - publicStyleCss ****/



/*** am_secureLogin - publicStyleCss ****/



/*** mod_myRewards - publicStyleCss ****/




/*** REDEEM REWARD OFFERS ***/
.pdRewardPointsAvailable{font-size:1.2em; font-style:italic;}

.pdRewardRedeemOffers{
	text-align:center;
	margin-top:30px;
	clear:both;
}
.pdRewardRedeemOffers form{display:inline-block;}

.pdRewardOfferWrapper{
	vertical-align:top;
	box-sizing: border-box;
	display:inline-block;
	min-width:280px;
	min-height:320px;
	max-width:280px;
	max-height:320px;
	margin:10px;
}
.pdRewardOffer{
	vertical-align:top;
	position:relative;
	width:100%;
	min-height:320px;
	box-sizing: border-box;
	display:block;
	padding:20px;
	text-align:center;
	border:0px solid #ffffff;
	border-radius:4px;
	box-shadow:1px 1px 8px rgba(0,0,0,0);
}
.pdRewardOffer.active{}

.pdRewardOfferAmount{
	display:block;
	line-height:normal;
	font-family:;
	font-size:62px;
	font-weight:700;
	color:#1e1e1e;
	padding:20px;
	margin:;
	text-transform:;
}
.pdRewardOfferDesc{
	font-family:;
	font-size:14px;
	font-weight:100;
	color:#7e7e7e;
	padding:;
	margin:0px 0px 30px 0px;
	text-transform:;
}

.pdRewardRedeemForBtn{

}

/******* REWARDS ACTIVITY *******/
.pdRewardsActivityTable{
    overflow-x: auto;
}
.pdRewardsActivityTable table{
	width:100%;
}
.pdRewardsActivityTable th,
.pdRewardsActivityTable td{
	padding:10px;
	text-align:left;
}
.pdRewardsActivityTable th{
	background-color:#e1e1e1;
	border-bottom:1px solid #e1e1e1;
	font-weight:700;
}
.pdRewardsActivityTable td{
	border-bottom:1px solid #e1e1e1;
}


/******* REWARDS OVERVIEW PAGE *******/
.pdRewardsTitle{
	font-size:34px;
	color:#4e4e4e;
	margin-bottom:20px;
}

/*** REWARD SUMMARY / OVERVIEW ***/
.pdRewardSummaryWrapper{
	background-color:#f6f6f6;
	border:#e1e1e1 solid 1px;
	padding:20px;
	margin:0px 0px 30px 0px;
	text-align:center;
	border-radius:4px;
	box-shadow:1px 1px 8px rgba(0,0,0,0);
}
.pdRewardSummaryTitle{
	text-align:center;
	padding-bottom:10px;
	font-size:22px;
}

.pdRewardSummaryAvailable{
	border-radius:4px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	padding:10px;
	margin:0px 0px 20px 0px;
	color:#1e1e1e;
	text-align:center;
}





.pdRewardSummaryAvailable span.pdRewardSummaryAvailablePoints{
	display:block;
	color:#1e1e1e;
	font-size:60px;
	font-weight:700;
	line-height:normal;
}
.pdRewardSummaryAvailable span.pdRewardSummaryAvailableText{
	display:block;
	font-color:##7e7e7e;
	font-size:14px;
	font-weight:100;
	letter-spacing:5px;
}
.pdRewardSummaryAvailable .pdBtnNext{margin-bottom:12px;}

.pdRewardSummaryData{
	text-align:center;
	font-family:;
	font-size:14px;
	font-weight:100;
	color:;
	margin:0px 0px 15px 0px;
	padding:;
}
.pdRewardSummaryData > span{
	display:block;
	font-size:20px;
	font-weight:700;
	color:;
}

/*** REWARDS HOW TO EARN ***/
.pdRewardEarnWrapper{}
.pdEarn{
	margin:0px 0px 10px 0px;
	padding:;
	font-size:1.25em;
	font-weight:100;
	color:#1e1e1e;
	vertical-align:middle;
	background-color:;
	border:0px solid ;
	border-radius:0px;
}

.pdEarn span{
	font-size:;
	font-weight:700;
	position:relative;
	display:inline-block;
	padding:10px;
	border:0px solid ;
	border-radius:40px;
	background-color:green;
	color:#ffffff;
	vertical-align:middle;
	margin:0px 8px 0px 0px;
	min-width:130px;
}

.pdEarn span:before{
    display:inline-block;
    vertical-align:middle;
    margin:0px 10px 0px 0px;
    font:normal normal normal 1em/1 "FontAwesome";
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f067";
    color:#ffffff;
}



/*********************************************************************/
/**************** MY REWARDS LANDING PAGE STYLE **********************/
/*********************************************************************/
.rewardsWrapper{}

/***** REWARDS MAIN HEADER/TOP ****/
.rewardsHeader{
	clear:both;
	background-color:;
    border-bottom: 5px solid #e1e1e1;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 20px 0px;
	border-radius:;
}
.rewardsTitleWrapper{
		margin:0px 0px 30px 0px;
		padding:0;
}
.rewardsMainTitle{
		line-height:normal;
		display:block;
		font-family:;
		color:#000000;
		font-size:50px;
		font-weight:100;
		padding:0;
		margin:0px 0px 10px 0px;
		font-style:;
}
.rewardsMainTitle span{}
.rewardsSubtitle{
		line-height:normal;
		vertical-align:middle;
		display:inline-block;
		font-family:;
		color:#717171;
		font-size:30px;
		font-weight:700;
		padding:0;
		margin:0px 0px 0px 0px;
	  font-style:italic;
}
.rewardsSubtitleText{
	line-height:normal;
	vertical-align:middle;
	display:inline-block;
	font-family:;
	color:#a1a1a1;
	font-size:18px;
	font-weight:100;
	padding:0;
	margin:0px 0px 0px 0px;
	font-style:;
}
.rewardsHeaderButtons{}


/***** REWARDS AVAILABLE CALLOUT ****/
.rewardsCallout{
	position:relative;
	padding:24px;
	background-color:#f6f6f6;
	border:1px solid #e1e1e1;
	border-radius:4px;
	margin:0;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1);
}
.rewardsCalloutTitle{
	font-family:;
	color:#000000;
	font-size:32px;
	font-weight:100;

	font-style:;
	display:block;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.rewardsCalloutAvailable{}
.rewardsCalloutAvailable ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


.rewardsCalloutAvailable ul li,
.rewardsCalloutAvailable .pdRewardOfferWrapper{
	vertical-align:middle;
	font-family:;
	color:#000000;
	font-size:16px;
	font-weight:100;
	font-style:;
	display:block;
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	max-width:none;
	max-height:none;
	min-height:initial;
	min-width:initial;
	margin-bottom:8px;
}
.rewardsCalloutAvailable ul li span,
.rewardsCalloutAvailable .pdRewardOfferWrapper span{
	font-weight:700;
	vertical-align:middle;
}
.rewardsCalloutAvailable ul li:before,
.rewardsCalloutAvailable .pdRewardOfferWrapper:before{
	background-color:;
	border:0px solid 
	border-radius:0px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 6px 0px 0px;
	padding:0px;
	font:normal normal normal 18px/1 "FontAwesome";
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\f138";
	color:#000000;
	box-shadow:;
}



/***** REWARDS BENEFITS / SETTINGS ****/
.rewardsBenefits ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.rewardsBenefits ul li {
	position:relative;
  margin-bottom:40px;
	min-height:100px;
}
.rewardsBenefits ul li:last-child {
	border-bottom:none;
}
.rewardsBenefits ul li > span.fa{
	position:absolute;
	top:-12px;
	left:0;
	box-sizing:content-box;
	background-color:#f6f6f6;

	padding:20px;
	font-size:36px;
	width:36px;
	height:36px;
	text-align:center;
	color:#2e2e2e;

	margin:0px 0px 0px 0px;
	border:4px solid #e1e1e1;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;;
	border-radius:50px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1);
}
.rewardsBenefitsSetting,
.rewardsBenefitsDetail{
	margin-left:110px;
}
.rewardsBenefitsSetting{
margin-bottom:10px;
	font-family:;
	color:#212121;
	font-size:32px;
	font-weight:100;
	font-style:;
}


.rewardsBenefitsSettingVal{
font-family:;
color:#818181;
font-size:;
font-weight:700;
font-style:italic;
}
.rewardsBenefitsDetail{
font-family:;
color:#818181;
font-size:18px;
font-weight:100;
font-style:;
}


/***** REWARDS FOOTER *****/
.rewardsFooterLink{
}
.rewardsFooterLink a{
}


/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 986px){

	/*** REWARD SUMMARY / OVERVIEW ***/
	.pdRewardSummaryWrapper{
		margin-left:30px;
		min-width:300px;
		float:right;
	}

	.rewardsTitleWrapper{
		float:left;
	}
	.rewardsHeaderButtons{
		float:right;
	}

}
.pdRewardsTitle{
	font-size:2em;
	color:#4e4e4e;
	margin-bottom:20px;
}

.pdRewardsSummaryWrapper {
  max-width:150px;
}

/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 986px){

	/*** REWARD SUMMARY / OVERVIEW ***/
	.pdRewardSummaryWrapper{
		margin-left:20px;
		min-width:150px;
		float:right;
	}

	.rewardsTitleWrapper{
		float:left;
	}
	.rewardsHeaderButtons{
		float:right;
	}

}
/*** mod_myRewards - Product Page Messaging - publicStyleCss ****/
/***** PD REWARDS MODAL/POPUP STYLE ****/
.pd-rewards-popup{}
.pd-rewards-popup-headline-wrapper{
	text-align:center;
}
.pd-rewards-popup-headline{
	font-size: 25px;
	font-weight: 700;
}
/**** ACTION BUTTONS ****/
.pd-rewards-popup-login-btn-links{
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
}
.pd-rewards-popup-login-btn-links > a{
  display: inline-block;
  padding: 6px 10px;
  color: #ffffff;
  background-color: #4a2090;
  border: 1px solid #4a2090;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-appearance: none;
 transition: all 0.3s ease;
}
.pd-rewards-popup-login-btn-links > a:hover{
  background-color: #2e2e2e;
}

/**** STEPS FOR JOINING ***/
.pd-rewards-popup-steps-wrapper{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
}
.pd-rewards-popup-step{
	flex: 33.33%;
	place-self: flex-start;
	padding: 2px;
}
.pd-rewards-popup-step-num{
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 30px;
	background: #f9f9f9;
	border: 2px solid #e1e1e1;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	box-sizing: border-box;
}
.pd-rewards-popup-step-title{
	font-size: 14px;
	font-weight: 700;
	line-height: initial;
	margin-top: 2px;
	margin-bottom: 4px;
}
.pd-rewards-popup-step-text{
	font-size: 12px;
	opacity: .6;
	line-height: initial;
}

.pd-rewards-popup-login-text-links{
}
.pd-rewards-popup-signup-bonus{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}

.pd-rewards-popup-earn-headline{
  text-align: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
  padding: 0px 10px;
}
.pd-rewards-popup-earn-headline > span{
  font-size: 22px;
  font-weight: 700;
	white-space: nowrap;
}
.pd-rewards-popup-earn-headline > i {
	display: inline-block;
	height: 1px;
  width: 100%;
  background: #e3e3e3;
}

.pd-rewards-popup-flex-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 10px;
}
.pd-rewards-popup-earn-points-wrapper{
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
  text-align: center;
	flex-grow: 1;
  width: 33%;
}
.pd-rewards-popup-earn-points-icon{margin-bottom: 12px;}
.pd-rewards-popup-earn-points-icon svg{
	height: 30px;
	width: 30px;
}
.pd-rewards-popup-earn-points-title{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.pd-rewards-popup-earn-points-text{
	opacity: .6;
}

/*
.pd-rewards-popup-earn-points{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.pd-rewards-popup-earn-points > div{
	font-size: 48px;
	font-weight: 700;
	color: #4a2090;
}
.pd-rewards-popup-earn-points-vert-text{
	transform: rotate(-90deg);
	background: #4a2090;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 700;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: -10px;
}
*/

.pd-rewards-popup-earn-points-info{
  display: flex;
  align-items: center;
	gap: 5px;
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 12px;
}
.pd-rewards-popup-earn-points-info:last-child{
  border-bottom: none;
  padding-bottom: 0px;
	margin-bottom: 5px;
}
.pd-rewards-popup-points{
	display: flex;
	gap: 0px;
	align-items: center;
	white-space: nowrap;
	background: #4a2090;
	color: #fff;
	border-radius: 2px;
	padding: 2px 2px;
	font-weight: 700;
}
.pd-rewards-popup-points > div:nth-child(1){
	min-width: 24px;
  text-align: center;
}
.pd-rewards-popup-points > div:nth-child(2){
	font-size: 10px;
	font-weight: 100;
/*
	background: #fff;
	border-radius: 2px;
	color: #4a2090;
*/
	padding: 0px 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
/**** RESPONSIVE SETTINGS ***/
@media (min-width: 600px) {
	.pd-rewards-popup-step{
		flex: 1;
	}
	.pd-rewards-popup-step{
		padding: 10px;
	}
	.pd-rewards-popup-flex-wrapper{
		gap:20px;
	  padding: 20px;
	}
	.pd-rewards-popup-earn-points-wrapper{
	  padding: 20px;
		flex-basis: 180px;
	}
	.pd-rewards-popup-earn-points-icon{margin-bottom: 24px;}
	.pd-rewards-popup-earn-points-icon svg{
		height: 50px;
		width: 50px;
	}
	.pd-rewards-popup-earn-points-title{
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 20px;
	}

}
/***** END PD REWARDS MODAL/POPUP STYLE ****/

/***** PD REWARDS PRODUCT PAGE MESSAGING/CALLOUT STYLE ****/
.pdRewardsPromoMessage{
  clear: both;
  box-sizing: border-box;
  margin-top: 20px;
}

.pdRewardsPromoWrap{
	width:300px;
	margin-top:10px;
	padding:5px;
	background-color:#f8f8f8;
	border:2px solid #dedede;
}
.pdRewardsPromoWrap a{font-size:11px;}
.pdRewardsPromoDefault{
}
.pdRewardsPromoDateRange{
	margin-top:5px;
	padding:5px;
	background-color:#f3f3b3;
	border:1px solid #d4ba32;
	font-weight:700;
}
.pdRewardsPromoProduct{
	margin-top:5px;
	padding:5px;
	background-color:#f3f3b3;
	border:1px solid #d4ba32;
	font-weight:700;
}
.pdRewardsPromoRules{
	margin-top:5px;
	padding:5px;
	background-color:#f3f3b3;
	border:1px solid #d4ba32;
	font-weight:700;
}
/*** mod_orderHistory - publicStyleCss ****/



/*** mod_pdOne - publicStyleCss ****/


#pd_pdOneBanner{}
.pdOneBar {
	font-size:14px;
	color:#333;
	font-family:;
	margin:0px;
	padding:15px;
	max-width:1000px;
	background-color:#e4f6f5;
	border:0px solid ;
	border-radius:6px;
	box-shadow:1px 1px 8px rgba(0,0,0,.1);
	text-align:center;
}
.pdOneBarMyAccount{
	margin-bottom:10px;
}
.pdOneBarMyAccount > span{
	display:inline-block;
}
.pdOneBarMyAccountWelcomeMessage{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 10px 0px 0px;
}
.pdOneBarMyAccount > span a,
.pdOneBarMyAccountLink a{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 0px 0px 10px;
}
.pdOneBarMyAccountSignOut{
	display:none !important;
}
.pdOneBarRewardsMessage{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 0px 0px 10px;
	background-color:;
	border:0px solid ;
	border-radius:0px;
	box-shadow:;
}
.pdOneBarRewardsMessage a{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
}

/*** RESPONSIVE ***/
@media screen and (min-width:500px) {
	.pdOneBar{
		display: table;
		width: 100%;
		text-align:left;
	}
	.pdOneBarMyAccount{
		margin-bottom:0px;
	}
	.pdOneBarMyAccountSignOut{
		display:inline-block;
	}
	.pdOneBarMyAccount,.pdOneBarRewardsMessage{
	  display: table-cell;
	}
	.pdOneBarMyAccount{
		text-align:left;
	}
	.pdOneBarRewardsMessage{
		text-align:right;
	}
}
#pd_pdOneBanner { margin-left:auto;margin-right:auto;padding-right:30px;max-width:960px}

/*** RESPONSIVE ***/
@media screen and (max-width:500px) {
	#pd_pdOneBanner { margin-left:auto;margin-right:auto;padding-right:0px;max-width:100%}

.pdOneBarRewardsMessage {display:none}
.pdOneBar {padding:7px}

}
/*** mod_pdOneStyleEditor - publicStyleCss ****/
/*****************************/
/****** PD MODAL STYLE *******/
/*****************************/
.pdBlocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.pdBlocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.pdBlocker.behind {
  background-color: transparent;
}
.pdModal {
  display: none;
  vertical-align: middle;
  z-index: 99999;
  box-sizing: border-box;
  position:relative;
/*
  height: 70%;
  max-height: 95%;
*/
  width: 91%;
  max-width: 91%;
  background: #fff;
  padding:  20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -o-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -ms-box-shadow: 0 0 16px rgba(0,0,0,.6);
  box-shadow: 0 0 16px rgba(0,0,0,.6);
  text-align: left;
  transition: all 0.3s ease;
}
.pdModal-inner-scrollable{
  height:100%;
  width:100%;
  overflow-y: auto;
}
.pdModal a.close-pdModal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://cdn.practicaldatacore.com/vitasprings//mod_pdOneStyleEditor/icon-close.svg');

}
.pdModal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.pdModal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.pdModal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pdModal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.pdModal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*******************************/
/***** END PD MODAL STYLE ******/
/*******************************/

/***  BEGIN PD PHOTOSWIPE LIBRARY ***/
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}
/* Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)  */
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,  (it may be focused initially) */
.pswp:focus {outline: 0;}
.pswp * {box-sizing: border-box;}
.pswp img {max-width: none;}
.pswp--open {display: block;}
.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__img{
  height: auto !important; /* PD OVERRIDE */
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {display: none !important;}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {pointer-events: none;}
.pswp__content > * {pointer-events: auto;}

/*
  PhotoSwipe UI
*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {outline: 0;}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/* Close button */
.pswp__button--close {
  margin-right: 6px;
}


/*
  Arrow buttons
*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {display: none;}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {visibility: hidden;}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {visibility: visible;}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {right: 0px;}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/* Zoom button */
.pswp__button--zoom {  display: none;}

.pswp--zoom-allowed .pswp__button--zoom {display: block;}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/* Loading indicator */
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*
  "1 of 10" counter
*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {display: none;}
/***  END PD PHOTOSWIPE LIBRARY ***/



