.relative {
  position: relative;
}

.display-product {
  width: 100%;
  max-width: 980px;
}

.display-product > div {
  height: auto;
  background-color: #ffffff;
  display: block;
  box-sizing: border-box;
  padding: 28px 0px;
}

table.prod {
  height: 100%;
  width: 100%;
  max-width: 980px;
  border: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
}

table.prod td {
  padding: 0px;
}

table.prod td.prod-top {
  padding: 0px 24px;
}

td.prod-bottom {
  height: 233px;
}

div.prod-info {
  height: 100% !important;
}

figure.lg-image {
  width: 187px;
  overflow: hidden;
  padding-bottom: 14px;
}

figure.lg-image div {
  position: relative;
  width: 100%;
  height: 556px;
  padding-bottom: 25px;
}

figure.lg-image div img {
  width: 100%;
  position: absolute;
  left: -100%;
  top:0px;
  
  -webkit-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}

figure.lg-image div img + img {
  left: 100%;
}

figure.lg-image div img.sel {
  position: relative;
  top:0px;
  left: 0px;
  
  -webkit-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}

figure.lg-image figcaption {
  position: absolute;
  bottom: 5px;
  display: block;
  text-align: center;
  width: 100%;
}

figure.lg-image figcaption a {
  text-indent: -9999px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #2a1d03;
  border-radius: 50%;
  font-size: 13px;
  line-height: 13px;
}

figure.lg-image figcaption a.sel {
  background-color: #bf1920;
}

figure.lg-image figcaption a + a {
  margin-left: 8px; 
}

div.prod-info article {
  padding: 15px 46px 0px 10px;
}

div.prod-info article h2 {
  font-size: 48px;
  line-height: 48px;
  color: #d4a34d;
}

div.prod-info article h2 span{
  font-size: 22px;
}

div.prod-info article h3 {
  border-bottom: 2px solid #bf1920;
  border-top: 2px solid #bf1920;
  display: block;
  padding: 15px 4px;
  text-align: center;
  color: #231f20;
  font-size: 18px;
  line-height: 25px;
}

div.prod-info article h3.left {
    text-align: left;
}

div.prod-info article h3 strong.desc {
  display: inline-block;
  font-family: "wisdom_scriptregular";
  font-size: 24px;
  line-height: 11px;
  vertical-align: text-top;
  padding-right: 6px;
  font-weight: normal;
}

div.prod-info article h3 span {
    padding-right: 28px;
}

div.prod-info article h3 span + span {
  padding-right: 0;
  white-space: nowrap;
}

div.prod-info article h3.vert span {
  display: block !important;
}

div.prod-info article h3.vert span + span {
  padding-left: 0px;
  padding-top: 18px;
}

table.prod-facts {
  border: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  max-width: 450px;
  height: 64px;
  margin-bottom: 40px;
}

table.prod-facts td {
  width: 33.33%;
  vertical-align: middle;
  text-align: center;
  padding: 0px 4px;
}

table.prod-facts td + td {
  border-left:2px solid #bf1920;
}

table.prod-facts td:only-child {
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #bf1920;
  padding-top: 10px;
}

table.prod-facts td:only-child h3 {
  display: inline-block;
  padding-bottom: 0 !important;
  vertical-align: middle;
}

table.prod-facts td:only-child p {
  display: inline-block;
  padding-bottom: 4px !important;
  vertical-align: middle;
}

table.prod-food {
  border: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

td.food-icon {
  width: 73px;
  padding-left: 5px;
  vertical-align: middle;
}

div.prod-info aside {
  width: 318px;
}

div.prod-info p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
  padding-left: 5px;
  padding-bottom: 21px;
}

table.prod-facts h3,
table.prod-food h3 {
  border: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

table.prod-food h3 {
  text-align: left !important;
}

table.prod-facts p,
table.prod-food p {
  padding: 0px !important;
}

table.prod-side {
  border: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin: 42px 0px 24px;
}

table.prod-side tr > td {
  text-align: center;
  padding: 0px 36px 0px 20px;
}

table.prod-side figure {
  width: 230px;
  display: inline-block;
  margin-bottom: 20px;
}

table.prod-side figure img {
  width: 100%;
}

a.prod-url {
  border-bottom: 2px solid #bf1920;
  border-top: 2px solid #bf1920;
  display: block;
  font-family: "wisdom_scriptregular";
  color: #231f20;
  padding: 10px 0px;
  text-align: center;
  font-size: 26px;
  line-height: 24px;
}

a.prod-url span {
  display: inline-block;
  padding: 13px;
  vertical-align: text-top;
  background-color: #231f20;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 18px;
  margin-left: 11px;
  margin-top: -2px;
  
  transition: all 300ms ease-in-out 0s;
}

a.prod-url:hover {
  border-bottom: 2px solid #D4A34D;
  border-top: 2px solid #D4A34D;
}

a.prod-url:hover span {
  background-color: #D4A34D;
  color: #231f20;
  
  transition: all 300ms ease-in-out 0s;
}

div.prod-icons {
  padding-top: 22px;
  padding-bottom:22px; 
  border-bottom: 2px solid #bf1920; 
}

table.prod-side figure.hyper-local {
  padding: 7px 0px;
  border-bottom: 2px solid #bf1920;
  width: 100%; 
  margin-bottom: 0px; 
}

table.prod-side figure.hyper-local img {
  width: auto;
}

table.prod-icons {
  border: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

table.prod-icons td {
  width: 33.33%;
  vertical-align: middle;
  text-align: center;
  padding: 0px !important;
}

table.prod-icons td + td {
  border-left: 2px solid #bf1920;
}

table.prod-icons td img {
  display: inline-block;
}

table.prod-icons .tapper {
  cursor: pointer;
}

a.share {
  padding: 11px 0px;
  display: block;
  font-family: "wisdom_scriptregular";
  color: #231f20;
  text-align: center;
  font-size: 26px;
  line-height: 22px;
}

/* hide the share hover */
#at20mc {
	display: none !important;
}

a.share span,
a.share img {
  display: inline-block;
  vertical-align: middle;
}

a.share span {
  padding-bottom: 6px;
  padding-right: 7px;
}

.product-logo img {
  margin: 0px;
}

/******** Popup Slider Styles ********/

.bx-loading {
  z-index: 0 !important;
}

.prod-slider-wrapper {
	position: relative;
	margin: 0 auto;
	width: 864px;
	border-top: 2px solid #bf1920;
	padding-top: 18px;
	box-sizing: border-box;
}

.prod-slider {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	font-size: 0px;
	min-height: 200px;
}
.prod-slider .prod-obj {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
/* 	display: inline-block; */
	vertical-align: middle;
	/*height: 233px !important;*/
	margin: 0 0 0 -1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 98px;
/* 	width:auto !important; */
	max-width:200px !important;
}
.prod-slider .prod-obj img {
	display: inline-block;
	vertical-align: middle;
/*
	height: 200px;
*/
	width: auto;
/* 	width: auto !important; */
	max-height:200px !important;
	height:auto !important;
}
.prod-slider .prod-obj.prod-obj-variety {
	width: 194px;
}
#slider-prev,
#slider-next {
  position: absolute;
  display: block;
  height: 28px;
	width: 28px;
	top:0px;
	bottom:0px;
	margin: auto;
	z-index: 999;
	cursor: pointer;
}

.prod-slider-wrapper .bx-prev,
#slider-prev {
	background: url(/images/prod-arrow-left.png) no-repeat top left scroll transparent;
	left: -40px;
}
.prod-slider-wrapper .bx-next,
#slider-next {
	background: url(/images/prod-arrow-right.png) no-repeat top left scroll transparent;
	right: -40px;
}
.prod-slider-wrapper .bx-next:hover,
.prod-slider-wrapper .bx-prev:hover,
#slider-prev,
#slider-next {
	background-position: bottom left;
}

.related-prod-heading h3 {
	padding: 0 55px;
	margin-bottom: 5px;
}

/* Variety Pack Styles */
.display-variety-pack div.prod-info article {
	padding-right: 15px;
}

.display-variety-pack .vp-image {
	padding-right: 40px;
	padding-bottom: 20px;
}
.display-variety-pack .vp-image img {
	max-width: 240px;
}

.display-variety-pack .vp-image + .tb-cell {
	width: 100%;
}

.display-part-variety-pack .prod-slider li {
	max-width: 200px;
	width: auto !important;
	padding: 0 10px;
	display: table-cell;
	float: none !important;
}

.display-part-variety-pack .prod-slider li img {
	width: auto;
	max-height: 200px;
	height: auto;
}

@media (max-width:767px) {
  div.prod-icons {
    border-bottom: none;
  }
}

@media screen and (max-width:580px) {
  .prod-bottom {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width:480px) {
  
  .prod-slider-wrapper {
    width: 100% !important;
    max-width: 200px;
  }
}