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



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



/*** mod_favorites - publicStyleCss ****/
.pdAddToFavWrap{
  display:block;
  width:auto;
  max-width: auto;
  text-align:	center;
  border:0px solid	transparent;
  border-radius: 0px;
  padding:	0px;
  margin: 0px;
  background-color: ;
  cursor: pointer;
  cursor: hand;
}

/*** ADD TO FAVORITES BUTTON ***/
.pdAddToFavBtn{
  transition: all 0.5s ease;
  cursor: pointer;
  color: #fff;
  background-color: #666;
  padding:8px 10px 8px 8px;
  margin: 0px;
  text-decoration:none;
  border: 0px solid ;
  border-radius: 2px;
  font-family: ;
  font-weight: 700;
  font-size: 12px;
  font-style: ;
}
.pdAddToFavBtn:hover{
  background-color:#333;
}
.pdAddToFavBtn:before{
	vertical-align:middle;
	display: inline-block;
	margin-right:5px;
	font-family:"FontAwesome";
	font-size:20px;
  font-weight:400;
	content:"\f004";
  color:#fff;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/*** ADD TO FAVORITES MESSAGING ITEM PAGE ***/
.pdAddToFavMessage{}
.pdAddToFavMessage.pdAddToFavSuccess,
.pdAddToFavMessage.pdAddToFavError,
.pdAddToFavMessage.pdAddToFavExists{
}
.pdAddToFavMessage.pdAddToFavSuccess{
}
.pdAddToFavMessage.pdAddToFavError{
}
.pdAddToFavMessage.pdAddToFavExists{
}

/*** ADD TO FAVORITES ICONS ***/
.pdAddToFavMessage.pdAddToFavSuccess:before,
.pdAddToFavMessage.pdAddToFavSuccessSection:before,
.pdAddToFavMessage.pdAddToFavError:before,
.pdAddToFavMessage.pdAddToFavErrorSection:before,
.pdAddToFavMessage.pdAddToFavExists:before,
.pdAddToFavMessage.pdAddToFavExistsSection:before{
	display: none;
	vertical-align:middle;
	margin:0px 5px 0px 0px;
	font-family:"FontAwesome";
	font-size:15px;
  font-weight:700;
  color:#333;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:;
  padding:0px;
}
.pdAddToFavMessage.pdAddToFavSuccess:before{
	display: inline-block;
	content: "\f058";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}
.pdAddToFavMessage.pdAddToFavSuccessSection:before{
	display: inline-block;
	content: "\f004";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}
.pdAddToFavMessage.pdAddToFavError:before{
	display: inline-block;
	content: "\f06a";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}
.pdAddToFavMessage.pdAddToFavErrorSection:before{
	display: inline-block;
	content: "\f06a";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}
.pdAddToFavMessage.pdAddToFavExists:before{
	display: inline-block;
	content: "\f004";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}
.pdAddToFavMessage.pdAddToFavExistsSection:before{
	display: inline-block;
	content: "\f004";
  font-weight: 700;
	background-color: ;
	font-size: 15px;
	color: ;
}


/*** SECTION PAGE RENDERING ***/
.pdAddToFavSectionWrap{
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 9999;
  display: block;
  min-height: 50px;
  min-width: 50px;
}
@media (min-width: 986px){
  .pdAddToFavSectionWrap{
    right: -25px;
    top: -5px;
  }
}
.pdAddToFavBtn.pdSection{
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color:transparent;
}
.pdAddToFavMessage.pdAddToFavSuccessSection,
.pdAddToFavMessage.pdAddToFavErrorSection,
.pdAddToFavMessage.pdAddToFavExistsSection{
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 50px;
  min-height: 50px;
  min-width: 50px;
  position:relative;
}
.pdAddToFavMessage.pdAddToFavSuccessSection span{
  position:absolute;
  right: -35px;
  top: -3px;
  z-index:999;
  font-size:14px;
  padding-top: 3px;

 -moz-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*** CSS ANIMATIONS ***/
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-moz-keyframes fadeOut { 0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; }}
@-webkit-keyframes fadeOut { 0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; }}
@-ms-keyframes fadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; }}
@-keyframes fadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden;  }}

.pdAddToFavWrap {
float: left;
display: inline-block;
margin-top: 10px;
width: 170px;
margin-left: 5px;
}

/*** mod_orderHistory - publicStyleCss ****/



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


#pd_pdOneBanner{}
.pdOneBar {
	font-size:14px;
	color:#333;
	font-family:;
	margin:0px;
	padding:15px;
	max-width:auto;
	background-color:#f1f1f1;
	border:0px solid ;
	border-radius:0px;
	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;
	}
}

/*** 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/chefknivestogo//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 ***/



/*** mod_questionsAndAnswers - publicStyleCss ****/


/*** CODED FOR FONT AWESOME 4.x ***/

/*** PD/ONE CUSTOMER Q&A STYLE ***/

.pdQaContainer{
	font-family:arial,verdana,sans-serif;
}
.pdQaItemTitle{
	margin-bottom:16px;
}
/************************************/
/**** QA PRODUCT PAGE CALLOUT *******/
/************************************/
.pdQaProductPageCallout{
	display:inline-block;
	line-height:18px;
	font-size:12px;
	color:#777777;

}
.pdQaProductPageCallout:before{
    display:inline-block;
    vertical-align:top;
    margin-right:4px;
    font:normal normal normal 16px/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f0e6";
	opacity:.5;
}
.pdQaProductPageCallout span{}
.pdQaProductPageCallout a,
.pdQaProductPageCallout a:link,
.pdQaProductPageCallout a:visited,
.pdQaProductPageCallout a:active{
	vertical-align:middle;
	color:#0c71a5;
	font-size:12px;
	text-decoration:none;
}
.pdQaProductPageCallout.noQa{
}
.pdQaProductPageCallout .pdQaQuestionCount,
.pdQaProductPageCallout .pdQaAnswerCount{
}

/************************************/
/********* QA SUMMARY ***************/
/************************************/
.pdQaSummary{
	border:4px solid #dedede;
	padding:20px;
	margin-bottom:20px;
	text-align:center;
}
.pdQaItemDescription{
	margin-bottom:24px;
}
.pdQaSummaryProductImg{
	margin-bottom:10px;
}
.pdQaSummaryProductImg img{
	display:inline-block;
	max-width:150px;
}
.pdQaSummaryProductInfo{
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}
.pdQaSummaryProductName{}
.pdQaSummaryProductPrice{}

.pdQaSummaryCount{
	margin-bottom:20px;
}
.pdQaSummaryCount > div{
	display:inline-block;
}
.pdQaProductPageCountWrapper{
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
.pdQaProductPageCountWrapper,
.pdQaProductPageCountWrapper .pdQaQuestionCount,
.pdQaProductPageCountWrapper .pdQaAnswerCount{
	font-size:18px;
	color:#333333;
}
.pdQaAbout{}

/***********************************/
/********* Q&A FORM STYLE **********/
/***********************************/
.pdQaForm,
.pdQaDisplay,
.pdQaDisplay span,
.pdQaDisplay div{
	font-family:arial,verdana,sans-serif;
}
.pdQaDisplay span.fa ,
.pdQaDisplay div.fa {
	font-family:fontAwesome;
}

.pdQaForm{
	padding:8px;
}
.pdQaHeadline{
	color:#333333;
	font-size:2em;
	margin-bottom:12px;
}
.pdQaHeadline.small{
	font-size:1em;
}
.pdQaHeadline.asks{
	color:#8f8f8f;
	font-size:1em;
	margin-bottom:2px;
}
.pdQaFormField{
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px dotted #cccccc;
}
.pdQaFormTitle{
	font-weight:100;
	font-size:20px;
    vertical-align:middle;
    margin-bottom:10px;
    color:#222222;
}
.pdQaFormTitle:before{
    display:inline-block;
    vertical-align:top;
    margin-right:12px;
	font-family:FontAwesome;
	font-size: 20px ;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#777777;
}
.pdQaFormTitle.answer:before{
	content:"\f0eb";
}
.pdQaFormTitle.question:before{
	content:"\f059";
}
.pdQaFormTitle.images:before{
	content:"\f1c5";
}
.pdQaFormTitle.name:before{
	content:"\f007";
}
.pdQaFormTitle.email:before{
	content:"\f003";
}
.pdQaFormTitle.location:before{
	content:"\f041";
}

.pdQaFormSubtitle{
	padding-left:5px;
	padding-top:5px;
}
.pdQaFormSubtitle span{
	margin-left:10px;
	color:#888888;
    font-size:.8em;
    font-style:italic;
}
.pdQaFormRequiredField{
    display:inline-block;
    vertical-align:middle;
}
.pdQaFormRequiredField:before{
    display:inline-block;
    vertical-align:top;
    margin-right:4px;
    font:normal normal normal .8em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f069";
    color:#d10101;
}
.pdQaFormSubtitle{
	font-weight:100;
	font-size:1em;
}
.pdQaFormInput{
	padding:1px;
	padding-bottom:4px;
	position:relative;
	white-space:nowrap;
}
.pdQaFormInput div{margin-bottom:5px;}

.pdQaFormInput.pdQaFormImages{
	white-space:normal;
}
.pdQaFormInput.pdQaFormImages div{padding-bottom:10px;}

.pdQaFormInput div.pdQaFormStars{margin-bottom:0;}
.pdQaFormInput input,
.pdQaFormInput textarea{
    display:inline-block;
    vertical-align:middle;
    border:1px solid #bbbbbb;
    padding:10px !important;
    width:96%;
    font-size:1em;
    margin-right:8px;
	font-family:arial,verdana,sans-serif;
}
.pdQaFormField.pdQaError .pdQaFormInput input,
.pdQaFormField.pdQaError .pdQaFormInput textarea{
    border:1px solid #d10101;
    background-color: #fae5e5;
}

.pdQaFormInput input[type=file]{
	background-color:none;
	max-width:250px;
}
.pdQaFormInput input.pdRequired:before{
    display:inline-block;
    vertical-align:top;
    margin-right:4px;
    font:normal normal normal .8em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f069";
    color:#;
}

.pdQaFormInput input[type=radio],
.pdQaFormInput input[type=radio] + label,
.pdQaFormInput input[type=radio] + label:before{
	display:inline-block;
  	cursor: pointer;
    cursor: hand;
 }
.pdQaFormInput input[type=radio] + label{
	margin-right:20px;
}
 .pdQaFormInput input[type=radio]{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pdQaFormInput input[type=radio] + label:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #888888;
    width: 1.4em;
}

.pdQaFormInput input[type=radio]:checked + label:before{
    content: "\f00c";
    font-size: 1.2em;
    color: #222222;
    letter-spacing: 5px;
}
.pdQaFormInput input[type=radio]:focus + label:before,
.pdQaFormInput input[type=radio]:focus + label{
    color:#222222;
}

.pdQaFormInstructions{
	padding: 5px;
    padding-top: 0;
	font-size:.8em;
	font-style:italic;
    color:#888888;
}
/**** QA BUTTON ****/
.pdQaBtnWrap{
	clear:both;
}
.pdQaBtnWrap div{
	display:inline-block;
	margin-right:12px;
}
.pdQaBtn{
	display:inline-block;
}
.pdQaBtn > a,
.pdQaBtn > input{
	display:inline-block;
	padding:12px;
	color:#ffffff;
	background-color: #0683c3;
	border:1px solid #0683c3;
	font-family:arial,verdana,sans-serif;
	font-size:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
	-webkit-appearance:none;
}
.pdQaBtn.submit > a,
.pdQaBtn.submit > input{
}
.pdQaBtn.answer > a,
.pdQaBtn.answer > input{
	padding:6px;
	color:#ffffff;
	background-color: #0683c3;
	border:1px solid #0683c3;
	font-family:arial,verdana,sans-serif;
	font-size:14px;
}
.pdQaBtn.answer > a:before{
	display:inline-block;
    vertical-align:middle;
    font:normal normal normal 1.2em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f067";
    color:#ffffff;
	margin-right:5px;
    opacity:.5;
}

.pdQaBtn.approve > a,
.pdQaBtn.approve > input{
	padding:6px;
	color:#ffffff;
	background-color: #0683c3;
	border:1px solid #0683c3;
	font-family:arial,verdana,sans-serif;
	font-size:14px;
}
.pdQaBtn.approve > a:before{
	display:inline-block;
    vertical-align:middle;
    font:normal normal normal 1.2em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f164";
    color:#ffffff;
	margin-right:5px;
}

.pdQaBtn.dislike > a,
.pdQaBtn.dislike > input{
	padding:6px;
	color:#ffffff;
	background-color: #0683c3;
	border:1px solid #0683c3;
	font-family:arial,verdana,sans-serif;
	font-size:14px;
}
.pdQaBtn.dislike > a:before{
	display:inline-block;
    vertical-align:middle;
    font:normal normal normal 1.2em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f165";
    color:#ffffff;
	margin-right:5px;
}


/********************************/
/**** INDIVIDUAL QA DISPLAY *****/
/********************************/
.pdQaQuestionContainer{
    position: relative;
	clear:both;
	border-top:1px dotted #cccccc;
	padding-top:20px;
	margin-top:20px;
}
.pdQaQuestionText{
	position:relative;
	font-size:20px;
	color:#000000;
	font-weight:700;
	padding-bottom: 5px;
	padding-left:35px;
	line-height:normal;
}
.pdQaQuestionText:before{
	position:absolute;
	top:0;
	left:0;
    display:inline-block;
    vertical-align:middle;
    margin-right:8px;
	border-radius:2px;
	padding:5px;
	font-weight:700;
	color:#ffffff;
	background-color:#333333;
	font-size:16px;
	content:"Q";
}
/***** INDIVIDUAL QUESTION - CUSTOMER INFORMATION ****/
.pdQaQuestionInfoContainer{
	margin-bottom:6px;
}
.pdQaAskingName{
	display:inline-block;
	font-size:12px;
	color:#8f8f8f;
}
.pdQaAskingLocation{
	display:inline-block;
	font-size:12px;
	color:#8f8f8f;
}
.pdQaAskingTimestamp{
	display:none;
	font-size:12px;
	color:#8f8f8f;
}

/***** INDIVIDUAL QUESTION ANSWERS CONTENT ****/
.pdQaAnswersContainer{
	margin-top:12px;
	margin-left:22px;
}
.pdQaAnswer{
	font-size:16px;
	color:#000000;
	margin-top:20px;
}
.pdQaAnswerText{
	position:relative;
	font-size:16px;
	color:#000000;
	padding-left:30px;
	line-height:normal;
	min-height:36px;
}

.pdQaAnswerText:before{
	position:absolute;
	top:0;
	left:0;
    display:inline-block;
    vertical-align:middle;
    margin-right:8px;
	border-radius:2px;
	padding:5px;
	font-weight:700;
	color:#ffffff;
	background-color:#8f8f8f;
	font-size:12px;
	content:"A";
}
.pdQaAnswerInfoContainer{
}
.pdQaAnswerName{
	display:inline-block;
	font-size:12px;
	color:#8f8f8f;
}
.pdQaAnswerLocation{
	display:inline-block;
	font-size:12px;
	color:#8f8f8f;
}
.pdQaAnswerTimestamp{
	display:inline-block;
	font-size:12px;
	color:#8f8f8f ;
}
.pdQaAnswerMerchantResponse{}
.pdQaAnswerCountInline {
	margin: 8px 22px;
}




.pdQaVerifiedBuyer{
	background-color:#ffffff;
    display:inline-block;
	margin-top:6px;
	margin-bottom:8px;
	padding:6px;
	border:1px solid #dedede;
	border-radius:4px;
	white-space:nowrap;
}
.pdQaVerifiedBuyer:after{
	vertical-align:middle;
    display:inline-block;
	content:"Verified Buyer";
	font-size:11px;
	color:#14a600;
	letter-spacing:1px;
}
.pdQaVerifiedBuyer:before{
	vertical-align:middle;
    display:inline-block;
    margin-right:8px;
    font:normal normal normal 1em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#14a600;
	content:"\f00c";
}
.pdQaPhotos{
	margin-top:24px;
}
.pdQaPhotos ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.pdQaPhotos a,
.pdQaPhotos ul li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

/************************************/
/******* SUBMIT AN ANSWER FORM ******/
/************************************/
.pdSubmitAnswerSummary{

}
.pdQuestionAsked{
	font-size:2em;
}
/************************************/
/******* QA VIEW ALL PAGING *********/
/************************************/
.qaPaging{
	font-family:arial,verdana,sans-serif;
}
.qaPaging > div{
	display:inline-block;
    padding:4px;
    margin-right:4px;
    vertical-align:middle;
    font-size:14px;
	color:#8f8f8f;
	font-weight:700;
}
.qaPaging > div.active{
	color:#8f8f8f;
    border:1px solid #dedede;
    border-radius:4px;
	font-weight:100;
}
.qaPaging a,
.qaPaging a:active,
.qaPaging a:visited{
	color:#8f8f8f;
	font-weight:700;
	text-decoration:none;
}
.qaPaging > div.qaPagingPageInfo,
.qaPagingPageInfo{
	font-weight:100;
	color:#111111;
}
.qaPagingLeftArrow:before{
	display:inline-block;
    vertical-align:middle;
    font:normal normal normal 1.2em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f0a8";
    color:#8f8f8f;
 }
.qaPagingRightArrow:before{
	display:inline-block;
    vertical-align:middle;
    font:normal normal normal 1.2em/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f0a9";
    color:#8f8f8f;
}

/************************************/
/******* VIEW ALL PAGE **************/
/************************************/
.pdQaViewAllCountDisplay{
	color:#333333;
	font-size:2em;
	margin-bottom:20px;
}


/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 600px){

	/**** SUMMARY - VIEW ALL *****/
	.pdQaSummaryProductImg,
	.pdQaItemImg{
		display:inline-block;
		margin-right:30px;
		vertical-align:middle;
	}
	.pdQaSummaryProductInfo,
	.pdQaItemInfoWrapper{
		display:inline-block;
		vertical-align:middle;
	}
	/**** QA CONTENT ***/
	.pdQaWrapper{
		position: absolute;
		top: 0;
		left: 0;
		width: 130px;
		margin-bottom:0;
	}
	.pdQaContentWrapper{
		padding-left:150px;
	}
}

