/*
* Basic styling options for the Ultimate Product Catalogue Plugin. There are general
* settings as well as three catalogue types with their own styles. Additionally,
* there are many classes inserted into the catalogue which aren't used in this file.
*/

 /* markers for design 
	.prod-cat-inner {
		border: 1px solid #999;
	}
	.prod-cat-sidebar {
		border: 1px solid red;
	}
	.footer {
		border: 1px solid blue;
	}
.upcp-detail-item {
	border: 1px solid black;
} */
/************************************************************
*  GENERAL
************************************************************/
.upcp-clear {
  clear:both;
}
.jquery-hidden {
  display:none;
}
.Hide-Item {
  display:none;
}
.upcp-Hide-Item {
  display:none;
}
.No-Clear {
  clear:none !important;
	padding: 0 !important;
}
.hidden-field {
  display:none !important;
	opacity: 0;
}
.upcp-no-pointer {
  cursor:default;
}
.no-underline {
  text-decoration:none;
}
.no-underline:hover {
  text-decoration:none;
}
.upcp-social-links {
	margin-top: 12px;
}

/************************************************************
*  COLORS
************************************************************/
.Blue-prod-cat-header-div {
  border-bottom:3px solid #80bee1;
}
.Black-prod-cat-header-div {
  border-bottom:3px solid #000000;
}
.Grey-prod-cat-header-div {
  border-bottom:3px solid #666666;
}
.Blue-thumb-icon {
  background:url("../images/thumb_icon.png");
}
.Black-thumb-icon {
  background:url("../images/thumb_icon-black.png");
}
.Grey-thumb-icon {
  background:url("../images/thumb_icon-grey.png");
}
.Blue-list-icon {
  background:url("../images/list_icon.png");
}
.Black-list-icon {
  background:url("../images/list_icon-black.png");
}
.Grey-list-icon {
  background:url("../images/list_icon-grey.png");
}
.Blue-details-icon {
  background: url("../images/details_tab_icon.png");
}
.Black-details-icon {
  background: url("../images/details_tab_icon-black.png");
}
.Grey-details-icon {
  background: url("../images/details_tab_icon-grey.png");
}

/************************************************************
*  PRODUCT CATALOGUE
************************************************************/
.prod-cat-container {
  position: relative;
}
.prod-cat-header-div {
	width:100%;
	margin-bottom:15px;
}
.prod-cat-inner {
	position: relative;
	float:left;
	width:74%;
}
.prod-cat-inner > .prod-cat {
    width: 100%;
}
.prod-cat-back-link {
  font-size: 1.2em;
	padding-bottom: 8px;
}
.prod-cat-item {
}
.prod-cat-category {
	margin:12px 8px;
	clear: both;
}
.prod-cat-category-label {
  font-weight:600;
  font-size: 1.1em;
}
.prod-cat-title {
}
.prod-cat-thumb-image-div {
}
.prod-cat-thumb-image {
}
.prod-cat-price {
}

/************************************************************
*  SIDEBAR
************************************************************/
/*************** MARGINS ************/
.prod-cat-sidebar {
	position:relative;
 	float:left;
 	width:23%;
    margin-bottom:20px;
	margin-left:10px;
    right:15px;
}
.prod-cat-sidebar > form > div {
	margin: 0 15px;
    min-height: 1.6em;
}
.prod-cat-sidebar-category,
.prod-cat-sidebar-subcategory,
.prod-cat-sidebar-tag,
.prod-cat-sidebar-cf-value-div{
 	margin-bottom:2px;
	margin-left:-6px;
	padding-left: 4px;
}

.prod-cat-sidebar-cf-title {
	font-weight: 600;
	font-size: 1.2em;
	margin:5px 0;
}
.prod-cat-cf-sidebar-title {
}

.prod-cat-sidebar-content{
}

.prod-cat-sidebar-cf-content{
	width:100%;
}


/**************SEARCH_SORT BOXES *********************/
#prod-cat-sort-by, #prod-cat-text-search {
  margin: 5px 15px 0;
}

.styled-input {
	width: 75%;
	margin-top:5px;
}
.styled-select {

}

.styled-select select {
	width:100%;
	height:2.2em;
    padding: 5px;
	border: solid 1px #c9c9c9;
    box-shadow: none;
    background-image: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.styled-select select:focus {
    outline: none;
}
select:active {
    border: 1px solid #000;
}
.styled-input input[type="text"] {
	padding: 10px;
	border: solid 1px #c9c9c9;
	transition: border 1s ease;
	width:100%;
	font-size: 0.8em;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.styled-input input[type="text"]:hover,
.styled-input input[type="text"]:focus{
	 border: solid 1px rgba(59, 59, 59, 0.75);
}

/************** TITLE HOVER EFFECTS *********************/
/** UNDERLINE **/
.prod-cat-sidebar-hover-underline h3,
.prod-cat-sidebar-hover-underline span {
	cursor: pointer;	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	padding-bottom:5px;
	margin:15px 0 5px;
}

.prod-cat-sidebar-hover-underline h3:before,
.prod-cat-sidebar-hover-underline span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: rgba(59, 59, 59, 0.5);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.prod-cat-sidebar-hover-underline h3:hover:before,
 .prod-cat-sidebar-hover-underline h3:focus:before,
 .prod-cat-sidebar-hover-underline h3:active:before {
  left: 0;
  right: 0;
}
.prod-cat-sidebar-hover-underline span:hover:before,
 .prod-cat-sidebar-hover-underline span:focus:before,
 .prod-cat-sidebar-hover-underline span:active:before {
  left: 0;
  right: 0;
}


/************* SIDEBAR CATEGORIES **************/
.upcp-label {
	display: inline;
}

.upcp-margin-left-6 {
	margin-left:6px;
}
.upcp-margin-top-minus-2 {
	margin-top:-2px;
}

.prod-cat-sidebar-category-content div,
.prod-cat-sidebar-subcategory-content div,
.prod-cat-sidebar-content-tag div,
.prod-cat-cf-sidebar-option div{
	border-radius:4px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.checkbox-color-Blue:hover 
{
	background-color: rgba( 128, 190, 225, 0.65) ;
	color: white;
}
.checkbox-color-Grey:hover,
.checkbox-color-Black:hover
{
	background-color: #D3D3D3 ;
	color: white;
}
.prod-sidebar-checkbox-minimalist.highlightBlue {
  background:rgba( 128, 190, 225, 0.4);
}
.prod-sidebar-checkbox-minimalist.highlightBlack,
.prod-sidebar-checkbox-minimalist.highlightGrey {
  background:rgba(225,225,225, 0.75);
}
/************* SIDEBAR CHECKBOXES **************/
.prod-sidebar-checkbox-square [type="checkbox"]:not(:checked),
.prod-sidebar-checkbox-square [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label,
.prod-sidebar-checkbox-square [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label:before,
.prod-sidebar-checkbox-square [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 15px; height: 15px;
  border: 1px solid #aaa; 
  border-radius:2px;
  background: #FFFFFF; 
}
/* checked mark aspect */
.prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label:after,
.prod-sidebar-checkbox-square [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 2px;
  font-size: 14px;
	color:#3B3B3B;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.prod-sidebar-checkbox-minimalist [type="checkbox"]:not(:checked),
.prod-sidebar-checkbox-minimalist [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.prod-sidebar-checkbox-minimalist [type="checkbox"]:not(:checked) + label,
.prod-sidebar-checkbox-minimalist [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2px;
  cursor: pointer;
}




/************************************************************
*  THUMBNAIL VIEW
************************************************************/
.thumb-display {
	margin: 0;
}
.upcp-thumb-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-thumb-item {
	border: 1px solid #e0e0e0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  /*display: inline;*/
  float: left;
  margin: 10px;
  width: 215px!important;
  min-height: 306px;
  max-height:325px;
  /*overflow: hidden;*/
	margin-bottom:32px;
}
.upcp-thumb-title {
	min-height:43px;
	padding: 3px 8px 0;
	margin: 0px;
	color: #777;
	border-bottom: 1px solid #e0e0e0;
}
.upcp-thumb-image-div {
	width: 200px;
	height: 200px;
	margin: 8px auto 10px;
	text-align: center;
	background: #fafafa;
}
.upcp-thumb-image-div a {
  	width: 200px;
	height: 200px;
	line-height: 0;
	text-align: center;
    display:table-cell;
    vertical-align:middle;
}
div.upcp-thumb-image-div img {
	max-width:180px !important;
	max-height:180px;
}
.upcp-thumb-price {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 81px;
	padding: 1px 0 0 8px;
	margin: 0px;
	color: #2e8f9a;
}
.upcp-thumb-details-link {
	background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #80bee1 !important;
	height: 40px;
	float: right;
	line-height: 40px;
	width: 80px;
	margin-right: 6px;
}
.upcp-thumb-title a{
	color:#1b8be0 !important;
}
.upcp-thumb-title a:hover, 
.upcp-thumb-title a:focus,
.upcp-thumb-title a:active{
text-decoration: none;
color:#404040;
}
.upcp-thumb-details-link{
	color:#4DB7DF;
}
.upcp-thumb-details-link:hover, 
.upcp-thumb-details-link:focus,
.upcp-thumb-details-link:active{
	text-decoration:none;
	color:#80bee1;
}
/************************************************************
*  LIST VIEW
************************************************************/
.list-display {
	margin: 0;
}
.upcp-list-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-list-item {
	margin-left:5px;
    margin-top:10px;
}
.upcp-list-title {
	width:74%;
	float:left;
	cursor:pointer;
}
.upcp-list-price {
	width:20%;
    min-width:40px;
	float:right;
	color: #2e8f9a;
	cursor: pointer;
}
.upcp-list-details {
    min-height:240px;
	width: 95%;
	display:flex;
	flex-flow:row wrap;
	float:left;
}
.upcp-list-image-div {
	width: 35%;
	height: 200px;
	line-height: 0;
	text-align: center;
	display: table;
	float:left;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	margin-top:5px;
	flex-grow:1;
}
.upcp-list-image-div a {
    width: 100%;
	height: 200px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.upcp-list-image-div img {
    max-width:200px !important;
    max-height:180px;
    margin:0 auto;
}
.upcp-list-desc {
	margin-top:5px;
    float:left;
	overflow: auto;
	max-width: 350px;
    width:45%;
    max-height:200px;
    padding: 0 15px;
    text-align:justify;
    flex: 1 1 auto;
}
.upcp-list-details-link {
  background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position: right;
	color: #50a3d1;
	height: 40px;
	width:15%;
    min-width:90px;
	float:right;
	line-height: 40px;
	margin: 5px 2px !important;	
}
.upcp-list-details .upcp-catalogue-link{
	flex: 1 0 auto;
}
.upcp-prod-desc-custom-fields.upcp-custom-field-list{
	min-height: 40px;
    padding: 5px 15px;
    flex:1 0 auto;
}

/************************************************************
*  DETAILS VIEW
************************************************************/
.detail-display {
	margin: 0;
}
.upcp-details-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-detail-item {
	display:flex;
 	width:95%;
	border: 1px solid #e0e0e0;
	margin:15px auto;
	min-height:13.5em;
}

.upcp-detail-image-div {
  width: 25%;
  height: 200px;
  margin: 10px;
  text-align: center;
  display:table;
  background: #fafafa;
	float:left;
    position:relative;
    top:5px;
}
.upcp-detail-image-div a {
 	width: 100%;
	height: 200px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
div.upcp-detail-image-div img {
	width:100%;
	max-width: 180px;
	max-height:180px;
}
.upcp-mid-detail-div{
  	float:left;
	width: 50%;
	min-height: 13.5em;
	padding: 10px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.upcp-detail-title {
 	 font-size: 1.2em;
		color:#1b8be0;
	font-weight:400;
}
.upcp-end-detail-div {
    float:left;
    width:10%;
	max-width: 110px;
	min-width:75px;
	min-height:13.5em;
	padding:10px;
}
.upcp-detail-price {
    color: #039cb7;
    float: left;
    font-size: 1.2em;
    width:100%;
    margin-top: 10px;
}
.upcp-detail-details-link {
    clear:both;
    background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position:  bottom   left;
	color: #4DB7DF;
	height: 70px;
	line-height: 40px;
	width: 100%;
}
.upcp-detail-item a:hover,
.upcp-detail-item a:focus,
.upcp-detail-item a:active{
	text-decoration:none;
	color:#404040;
}
.upcp-detail-item a div:hover,
.upcp-detail-item a div:focus,
.upcp-detail-item a div:active{
		text-decoration:none;
	color:#80bee1;
}
/************************************************************
*  FANCYBOX STYLES
************************************************************/
.prod-cat-addt-details {
  min-width:680px;
	min-height:520px;
}
.prod-cat-addt-details-thumbs-div {
  width: 190px;
	height: auto;
	min-height:370px; 
	max-height: 520px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
}
.prod-cat-addt-details-thumb {
  max-width: 150px;
	max-height: 150px;
	margin: 10px;
	cursor: pointer;
}
.prod-cat-addt-details-title {
  padding: 5px 0px 10px 40px;
}
.prod-cat-addt-details-price {
  padding:0px 0px 10px 40px;
}
.upcp-product-url-icon {
	margin-left:20px;
}
.prod-cat-addt-details-main-div {
	width: 370px;
	height: 340px;
	line-height: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float:left;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	margin-left: 40px;
}
.prod-cat-addt-details-main-div a {
  width: 370px;
	height: 340px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.prod-cat-addt-details-main {
  max-width: 100%;
	max-height: 100%;
}
.prod-cat-addt-details-desc-div {
  min-height: 100px;
	/*max-height: 180px;*/
	padding: 10px 10px 10px 15px;
	text-indent: 25px;
	float: left;
}
.prod-cat-addt-details-right-div {
  float:left;
	max-width:520px;
	padding-left:20px;
	/*overflow:hidden;*/
}
.upcp-minimal-width-1 {width:125px;}
.upcp-minimal-width-2 {width:250px;}
.upcp-minimal-width-3 {width:375px;}
.upcp-minimal-width-4 {width:500px;}
.upcp-minimal-width-5 {width:625px;}
.upcp-minimal-width-6 {width:750px;}
.upcp-related-products{
	margin-left: -200px;
}
.upcp-related-products-title {
	font-size: 1.2em;
	padding-bottom: 8px;
}
.upcp-next-product-title, .upcp-previous-product-title {
	font-size: 1.1em;
	padding-bottom: 8px;
}
.upcp-minimal-product-listing {
	width: 115px;
	float: left;
	padding-right: 10px;
	margin: 0 5px;
}
.upcp-minimal-img-div {
	height: 115px;
	text-align: center;
	width:100%;
}
.upcp-minimal-img {
	max-width: 115px;
	max-height: 115px;
}
.upcp-minimal-title, .upcp-minimal-price {
	text-align: center;
}

/************************************************************
*  PRODUCT PAGES
************************************************************/
.upcp-standard-product-page-mobile {
  display: none;
}
.upcp-standard-product-page, 
.upcp-custom-large-product-page {
  width: 100%;
}

.prod-details-right{
	max-width: 300px;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
}
.upcp-product-side-container {
	clear: both;
}
.upcp-side-title {
	float: left;
	padding-right: 10px;
	font-weight: 600;
}
.upcp-product-video {
	margin-top:12px;
	margin-bottom: 6px;
}

/************************************************************
*   CUSTOM PRODUCT PAGES
************************************************************/
.gridster ul li {
  list-style-type:none !important;
}

.gridster-mobile ul li{
  list-style-type:none !important;
}

.prod-page-div {
 list-style-type:none !important;
}

.upcp-cpp-title {
  margin:0;
	padding:0;
}

/************************************************************
*   TABBED PRODUCT PAGE
************************************************************/

body {
    font-family: inherit, sans-serif;
}
.upcp-tabbed-product-page,
.upcp-tabbed-similar-products-div {
  margin:15px;
}

/***************
BACK BUTTON AREA
****************/
.prod-cat-back-link {
	  font-size: 0.80em;
	  padding-bottom: 8px;
	  width: 100%;
}
.upcp-catalogue-link {
	  text-decoration: none;
}

/***************
**IMAGES  AREA**
****************/
.upcp-tabbed-images-container {
	float: left;
	width: 50%;
  	margin-top: 4em;
  	margin-bottom: 4em;
}
.upcp-tabbed-main-image-div {
   	 width: 100%;
   	overflow: hidden;
  	border: solid 1px #cac9c9;
  	box-shadow: 0;
  	transition: box-shadow 0.5s;
  	margin: 15px auto;
}
.upcp-tabbed-main-image-div:before {
}
.upcp-tabbed-main-image-div:hover {
	-webkit-box-shadow: 0 0 3px #515151;
	-moz-box-shadow: 0 0 3px #515151;
	box-shadow: 0 0 3px #515151;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.upcp-tabbed-main-image-inner {
  display:table;
  text-align: center;
  width:100%;
  height:400px;
}
.upcp-tabbed-main-image-inner a{
	  display: table-cell;
}

.prod-cat-addt-details-link-a{
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  max-height:100%;
  width:100%;
}

.upcp-tabbed-main-image-inner img {
  max-width:400px !important;
  width:100%;
  height:auto;
  max-height:400px !important;
  vertical-align: top;
}
.upcp-scroll-content {
  visibility: visible; 
  overflow: hidden; 
  position: relative; 
  z-index: 0; 
  width: 85%;
  float: left;
}
/** Additional Images **/
.upcp-scroll-list {
  margin: 2px; 
  position: relative;
  z-index: 1; 
  text-align:center;
}

.upcp-tabbed-image-thumbs-div {
  width: 100%;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
}

.upcp-tabbed-addt-img-thumbs {
  width:100px;
  height:100px;
  border: solid 1px #cac9c9;
  margin: 8px;
  display: inline-block;
  box-shadow: 0;
  transition: box-shadow 0.5s;
}
.upcp-tabbed-addt-img-thumbs:hover {
  -webkit-box-shadow: 0 0 3px #515151;
  -moz-box-shadow: 0 0 3px #515151;
  box-shadow: 0 0 3px #515151;
}
.upcp-tabbed-addt-img-thumbs a{
  display: table-cell;
  height: 100px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.upcp-tabbed-addt-img-thumbs img {
  cursor: pointer;
  max-width:100px !important;
  width:100%;
  height:auto;
  max-height:100px !important;
  vertical-align: top;
}

.upcp-tabbed-button-div {
  width:5%;
  float:left;
}
.upcp-tabbed-button-left {
	right: 5px;
}
.upcp-tabbed-button-right {
	left: 5px;
}
.upcp-tabbed-button-left,
.upcp-tabbed-button-right {
  	float: left;
  	height: 20px;
  	width: 20px;
  	border: 1px;
  	border-radius: 100%;
  	position: relative;
  	z-index: 2;
  	background-color: #C0C0C0;
  	color: white;
	top: 50px;
}
.upcp-tabbed-button-left:hover,
.upcp-tabbed-button-right:hover {
	background-color: #cac9c9;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.upcp-tabbed-scrollbar-container {
	margin: 0 auto;
}
/****************
PRODUCT NAME AREA
****************/
.upcp-tabbed-main-product-container {
	float: right;
	width: 47%;
	padding-left: 0.5em;
	margin-bottom: 4em;
}
.upcp-tabbed-main-product-details {
}

.upcp-tabbed-product-name {
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: solid 2px;
}
.upcp-tabbed-product-price {
	font-size: 1em;
	text-align: right;
}

/***************
**TABBED  AREA**
****************/
.upcp-tab-break {
	display:block;
}

ul#upcp-tabs {
    margin: 15px 0 0 !important;
    padding: 0px;
    overflow: hidden;
    margin: 0 0 0 0;
}
.upcp-tabbed-layout-tab {
    float: left;
    list-style: none;
    padding: 10px;
    background-color: #C0C0C0;    
    margin-right: 1.5px;
  	cursor: pointer;
}
.upcp-tabbed-layout-tab a {
    color: white;
    font-family: Helvetica;
    text-decoration: none;
}
.upcp-tab-slide {
    display: inline-block;
    position: relative;
    margin-bottom: -1.5px;
	text-decoration: none;
}
.upcp-tab-slide:hover {
	text-decoration: none;
}
.upcp-tab-slide:after {
    content: '';
    display:block;
    margin: auto;
    height: 1.5px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.upcp-tab-slide:hover:after {
    width: 100%;
    background: white;
}
.upcp-tab-layout-tab-unclicked {
    background-color: #cac9c9;
}
#content_wrapper {
    font-family: Helvetica;
    width:50%;
    height:300px;
    background-color: #FFFFFF;
    margin:0px;
    padding:6px;
    overflow:hidden;
    border-top: 0.25em solid rgba(0, 44, 105, 1) ;
}

.upcp-tabbed-tab {
    padding: 1em 1em 1em 1em;
    max-width: 100%;
    max-height: 100%;
    animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s;
	border: solid 1px #C0C0C0;
}
.upcp-tabbed-description {
	height: 450px;
  	overflow-y: auto;
}
.upcp-tabbed-addtl-info {
  	height: 450px;
  	overflow-y: hidden;
}
.upcp-tabbed-contact-form {
  	min-height: 450px;
}
.upcp-tabbed-reviews {
	height: 450px;
  	overflow-y: hidden;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.upcp-hidden {
    display: none;   
}
.upcp-tab-contact-labels {
    font-weight: bold;
    width: 25%;
    display: inline-block;
    margin-bottom: 1em;
}
.upcp-tab-contact-name {
    text-align: right;
}
.upcp-contact-name {
    border: 0.25em solid rgba(0, 44, 105, 1);
    border-radius: 5px;
    height: 2em;
}
.upcp-contact-email {
    border: 0.25em solid rgba(0, 44, 105, 1);
    border-radius: 5px;
    height: 2em;
}
.upcp-contact-message {
    border: 0.25em solid rgba(0, 44, 105, 1);
    border-radius: 5px;
    width: 50%;
    height: 10em;
}
input[type="text"]:focus {
    background-color: rgba(0, 44, 105, 0.25);
}
.upcp-tabbed-details {
}
.upcp-tabbed-description::-webkit-scrollbar {
  	width: 10px;
	border-radius: 10px;
	background-color: rgba(192,192,192,0.5);
}
.upcp-tabbed-description::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #555;
}
/************************
ADDITIONAL INFO AREA
************************/
.upcp-tab-title {
	font-weight: bold;
	text-transform: uppercase;
}
/************************
CONTACT FORM AREA
************************/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="textarea"] {
	   width: 85%;
  	display: block;
  	position: relative; 	
    margin:5px 0;
}
.wpcf7-form textarea {
  resize: none;
  width:85% !important;
  height:70px !important;
  margin:5px 0;
}
/************************
RELATED PRODUCTS AREA
************************/
.upcp-related-products-title {
	border-bottom: solid 2px;
	margin-bottom: 1em;
  	text-transform: uppercase;
  	font-family: inherit;
}
.upcp-related-products {
  	width: 100%;
	margin-left: 0 !important;
  	display: inline-block;
}
.upcp-tabbed-similar-products-div {
	clear:both;
}
.upcp-minimal-product-listing {
	text-align: inherit !important;
	/*width: 18% !important;*/
  	height: 200px;
	padding-right: 0px !important;
	display: inline-block;
}
.upcp-minimal-img-div {
	height: 100px;
	width: 100px;
	border: solid 1px rgba(192,192,192,0.5);
	text-align: inherit;
	margin: 0 auto;
}
.upcp-minimal-img {
	max-height: 100% !important;
	max-width: 100% !important;
	position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.upcp-minimal-title{
	width: 100%;
  	margin-top: 1em;
}
/************************
Smaller window appearance
*************************/
@media screen and (min-width: 1000px) {
	.upcp-minimal-product-listing {width: 20% !important;}
}
@media screen and (max-width: 700px) {
	.upcp-tabbed-images-container {width:100%; margin-bottom: 2em;}
	.upcp-minimal-product-listing {width: 30% !important;}
	.upcp-tabbed-main-product-container {width:100%;}
  	.upcp-tabbed-description {height: 250px;}
	.upcp-tabbed-addtl-info {height: 250px;}
	.upcp-tabbed-image-thumbs-div {margin: 0 auto;}
}
@media screen and (max-width: 550px) {
	.upcp-minimal-product-listing {margin-right:1em;width: 45% !important;
}
}
@media screen and (max-width: 275px) {
	.upcp-scroll-content {width: 50%;}
}
@media only screen and (max-device-width: 720px) {
}


/************************************************************
*   PAGINATION
************************************************************/
.catalogue-nav {
    margin: 6px 6px 18px 12px;
    font-family:sans-serif;
}

.catalogue-nav a {
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 10px 3px;
    text-decoration: none;
}

.paging-input,
.pagination-links {
	margin:0 5px;
}
/************************Backgrounds*************************/

.upcp-cat-nav-bg-light a{
   background:#fafafa  none repeat scroll 0 0;
}

.upcp-cat-nav-bg-light a:hover {
    background: #eeeeee;
    font-weight:bold;
}
.upcp-cat-nav-bg-light.upcp-cat-nav-gradient a:hover {
    background: #fafafa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #fafafa);
}

.upcp-cat-nav-bg-dark a{
    background: #474747 none repeat scroll 0 0;
}

.upcp-cat-nav-bg-dark a:hover {
    background:rgba(71, 71, 71, 0.65);
    font-weight:bold;
}

.upcp-cat-nav-bg-dark.upcp-cat-nav-gradient a:hover {
    background: #474747;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#8f8f8f));
    background: -moz-linear-gradient(0% 0% 270deg,#474747, #8f8f8f);
}


/************************Borders, Shadow*************************/
.upcp-cat-nav-border-black a{
     border: solid 1px #000000;
    border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.upcp-cat-nav-border-blue a{
     border: solid 1px #80bee1;
    border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.upcp-cat-nav-border-grey a{
    border: solid 1px #c0c0c0;
    border-radius:2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.upcp-cat-nav-shadow a{
    box-shadow: inset 0px 0.5px 0px rgba(255,255,255, 1), 1px 1px 3px rgba(0,0,0, .3);
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

/************************Text*************************/

.upcp-cat-nav-font-black a, .cat-nav-font-black:link a, .cat-nav-font-black:visited a{
    color: #000000;
    text-decoration: none;
}

.upcp-cat-nav-font-blue a, .cat-nav-font-blue:link a, .cat-nav-font-blue:visited a {
    color: #38b3fa;
    text-decoration: none;
}

.upcp-cat-nav-font-grey a, .cat-nav-font-grey:link a, .cat-nav-font-grey:visited a{
    color: #999999;
    text-decoration: none;
}

.catalogue-nav a.disabled {
    color: #aaaaaa;
}



