body {
	background: #ccc;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 76%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/***pop up product page***/

#openprodcont {
	background: #fff;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 700px;
	}

#openprodtop {
	background: #db8a91;
	text-align: left;
	width: 700px;
	}

#openprodtop-col-1 {
	background:  url(logo%20copy.jpg) no-repeat;
	width: 700px;
	height: 107px;
	top: 0px;
	}
img {
	border: 1px solid #db8a91;
  	display: block;
  	height: auto;
        box-sizing: border-box; 
  	max-width: 100%;
}

.product-page {
  display: flex;
}

.product-page .img-display {
  flex-grow: 1;
  width: 380px;
}

.product-page .thumb {
  opacity: .5;
  margin: 0 .55rem .55rem 0;
  width: 50px;
  transition: opacity .25s ease-out;
}

.product-page .thumb:hover,
.product-page .thumb.active {
  opacity: 1;
}

.product-page .zoom {
  display: inline-block;
  cursor: zoom-in;
}


#openprodmidcont {
	background: #fff;
	width: 700px;
	border-top: 1px solid #db8a91;
	}

#openproddesctitle {
	background: #db8a91;
	font-weight: bold;
	color: #fff;
	border: 1px solid #db8a91;
	padding: 10px;
	}
	
#openproddesc {
	background: #fff;
	border: 1px solid #db8a91;
	padding: 10px;
	}

.title {
	color: #069;
	border-bottom: 1px dotted #069;
	}

.italic {
	font-style: italic;
	color: #909090;
	}
	
.gallery {
	padding: 5px;
	font-size: 76%;
	}

.gallery a:hover {
	color: #c60;
}

/* Tooltip CSS */

[data-md-tooltip] {
  position: relative;
  
  &:before {
    content: attr(data-md-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 8px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.2s ease-in-out;
    transform-origin: top;
    background: rgba(219,138,145,0.9);
    color: white;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
  }
  
  &:hover:before {
    transform: translateX(-50%) scale(1); 
  }
  
  &.md-tooltip--right {
    &:before {
      left: auto;
      right: -10px;
      bottom: auto;
      top: 50%;
      transform: translate(100%, -50%) scale(0);
      transform-origin: left center; 
    }

    &:hover:before {
      transform: translate(100%, -50%) scale(1);
    }
  }
  
  &.md-tooltip--left {
    &:before {
      left: -15px;
      right: auto;
      bottom: auto;
      top: 50%;
      transform: translate(-100%, -50%) scale(0);
      transform-origin: right center; 
    }

    &:hover:before {
      transform: translate(-100%, -50%) scale(1);
    }
  }
  
  &.md-tooltip-disabled {
    &:before {
      display: none; 
    }
  }
}

.md-tooltip--top {
  &:before {
    top: -20px;
    bottom: auto;
    transform: translateX(-50%) scale(0);
    transform-origin: bottom center; 
  } 
}

#openprodbottom {
	font-size: 11px;
	color: #333;
	text-align: center;
	width: 700px;
	height: 25px;
	display: inline-block;
	color: transparent;
	background: #fee9f0 url('openprodbottom.jpg') no-repeat center center;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #db8a91;
	border-bottom: 1px solid #000;
	}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
	
a {
	color: #c60;
	}

a:hover {
	color: #369;
	text-decoration: none;
	}

h1 {
	display:none;
	font-family: "Garamond", serif;
	font-size: 23pt;
	color: #c00;
	margin-left: 5px;
	margin-top: 20px;
	}

h4 {
	border-bottom: 1px solid #bf3b00;
	}


/***containers***/

#top {
	text-align: left;
	width: 760px;
	background-color: #db8a91;
	}

#top-col-1 {
	background:  url(logo%20copy.jpg) no-repeat;
	width: 760px;
	height: 97px;
	top: 0px;
	}
#topmainpg {
	text-align: left;
	width: 760px;
	background-color: #db8a91;
	}

#top-col-mainpg {
	background:  url(logo-mainpg.jpg) no-repeat;
	width: 760px;
	height: 109px;
	top: 0px;
	}

#maincontainer {
	background: #fff;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    	width: 760px;
    	margin: 0 auto;
	}

#middle {
	background: #fff;
	}

#desc1 {
	font-size: 76%;
	color: #c60;
	}



#midleft {
	background: #fff;
	position: relative;
	float: left;
	width: 170px; /* must be same as left margin on #middle*/
	height: 100%;
	left: 3px; /* line up exactly */
	margin-top: 13px;
	padding: 0px 0px 0px 15px;
	display: inline;/* ie fix*/
	}

#midcenter {
	margin-left: 185px;
	padding-left: 10px;
	padding-bottom: 20px;
	}

#bottom {
	background: #fee9f0;
	font-size: 11px;
	color: #333;
	text-align: center;
	width: 760px;
	height: 25px;
	display: inline-block;
	color: transparent;
	background: #fee9f0 url('openprodbottom.jpg') no-repeat center center;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #db8a91;
	border-bottom: 1px solid #000;
	}


/******top navigation*********/	
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav li {
	font-size: 90%;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	border-bottom: 3px solid #db8a91;
	}

#nav li a {
	background: #fee9f0;
	border-right: none;
	padding: 5px 0px;
	margin: 0;
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	}

#nav li a#active, #nav li a:hover {
   background: rgba(254, 233, 240, 0.5);
   transition: .5s;
   text-decoration: none;
   color: white;
}

.roundcont {
	margin-left: 20px;
	margin-right: 25px;
	padding: 12px 10px 12px 20px;
	background: #db8a91;
	color: #fff;
	font-size: 13px;
	font-style: italic;
        border-radius: 5px;
}

.roundcont p {
	margin: 0;
	padding: 0;
}

.description {
	padding: 12px 45px 12px 40px;
}

.description a:hover {
  color: #c60;
}

.clearer {
	height: 1px;
	overflow: hidden;	
	margin-top: -1px;
	clear: both;
	}

/***pagination***/

.pagenav {
	//width: 480px;
	//margin: 0 auto;
	//padding-top: 17px;
	//padding-right: 20px;
	margin-left: 20px;
	margin-right: 25px;
	padding: 17px 10px 12px 20px;
	align: center;
	font-size: 12px;
	border-top: solid 1px #DC8991;
}

.pagenav a {
  padding: 5px 10px;
  margin-left: 1px;
  background-color: #eee;
  color: #4e4e4e;
  transition: background-color .3s;
  text-decoration: none;
  border-radius: 3px;
}

.pagenav a:hover {
  background: #DC8991;
  color: white;
}

a.active {
  background: #DC8991 !important;
  color: white;
}
	


/********left navigation regular styling***********/

.leftsubnav {
	list-style-type: none;
}

.leftsubnav li a {
	color: #c60;
	text-decoration: none;
	}

.leftsubnav li a:hover {
	color: #c60;
	text-decoration: underline;
	}

/********left navigation fancy styling***********/

nav {
  display: block;
  font-size: 90%;
  //text-align: center;
}
nav ul {
  margin: 0;
  padding:0;
  list-style: none;
}
.leftnav a {
  display:block; 
  background: #fff; 
  color: #4e4e4e;
  border-bottom: solid 1px #eee; 
  text-transform: uppercase;
  text-decoration: none;
  width: 130px;
  padding: 7px 15px;
  position: relative;
}
.leftnav {  
  vertical-align: top; 
  display: inline-block;
}
.leftnav li {
  position: relative;
}
.leftnav > li { 
  float: left; 
  margin-right: 1px; 
} 
.leftnav > li > a { 
  margin-bottom: 1px;
}
.leftnav > li:hover, 
.leftnav > li:hover > a { 
}
.leftnav li:hover > a { 
  color: #c60;
  border-bottom: 1px solid #c60;
}
.leftnav > li:first-child { 
} 
.leftnav > li:first-child > a { 
}
.leftnav > li:last-child { 
  margin-right: 0;
} 
.leftnav > li:last-child > a { 
}
.leftnav li li a { 
  margin-top: 0px;
}
.leftnav li a.active, a:hover {
   background: rgba(254, 233, 240, 0.5);
   transition: .5s;
   text-decoration: none;
   color: white;
}

.nav-item {
  text-indent: 10px;
}

/***cover page gallery***/

.cgallery {
  margin-top: 3px;
  //text-align: center;
  max-width: 640px;
}

.cgallery li {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-right: 50px;
  margin-bottom: 12px;
}

/* picture */

.cgallery li > a {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  height: 190px;
  margin: 0;
  padding: 0;
  border: 4px solid #ffffff;
  outline: 1px solid #d0d0d0;
  box-shadow: 0 2px 1px #DDD;
}

.cgallery li a:hover {
  outline: 1px solid #c60;
}

.cgallery .cdesc {
  margin-top: 12px;
  text-align: center;
}

.cgallery .cdesc h3 {
  display: block;
  font-size: 12px;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cgallery .cdesc h3 a {
  color: #303030;
  text-decoration: none;
}

.cgallery .cdesc .cdesc2 {
  display: block;
  color: #717171;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}


/***product category page gallery***/

.pgallery {
  margin-top: 3px;
  //text-align: center;
  max-width: 640px;
}

.pgallery li {
  display: inline-block;
  width: 105px;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 12px;
}

/* picture */

.pgallery li > a {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 105px;
  margin: 0;
  padding: 0;
  border: 4px solid #ffffff;
  outline: 1px solid #d0d0d0;
  box-shadow: 0 2px 1px #DDD;
}

.pgallery li a:hover {
  outline: 1px solid #c60;
}

.pgallery .pdesc {
  margin-top: 5px;
  text-align: center;
}

.pgallery .pdesc h3 {
  display: block;
  font-size: 12px;
  margin: 5px 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.pgallery .pdesc {
  display: block;
  color: #717171;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}






/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}
/* end hide*/

* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

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

  /* Make the container adapt */
  #maincontainer,
  #topmainpg,
  #top-col-mainpg,
  #top,
  #bottom,
  #openprodcont,
  #openprodtop,
  #openprodmidcont,
  #openprodbottom {
    width: 100% !important;
    box-sizing: border-box;
  }

