

.product-categories-box{order: 1;-webkit-order: 1;

	position:relative;                         
	top:0px; 
	left:0px;
	width: auto;
	height: 325px;
	
/*background-color:red;*/
	padding: 0px 5px 0px 5px;
	}


.rightcolumn-title-box{
	height: 48px;	
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	word-spacing: 0.2em;
	font-family: mysecondfont;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px;
		background-color: #c0c0c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#808080));
	background-image: -webkit-linear-gradient(top, #c0c0c0, #808080);
	background-image: -moz-linear-gradient(top, #c0c0c0, #808080);
	background-image: -ms-linear-gradient(top, #c0c0c0, #808080);
	background-image: -o-linear-gradient(top, #c0c0c0, #808080);
	background-image: linear-gradient(to bottom, #c0c0c0, #808080);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c0c0c0, endColorstr=#808080);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 2px 7px 0px #888888;
	-moz-box-shadow:    0px 2px 7px 0px #888888;
	-webkit-box-shadow: 0px 2px 7px 0px #888888;
	color: #404040;
	}


.set-width{
	width:auto;
	}


.add-margin{
	margin: 0px 0px 0px;
	}



ul.product-categories-list{
	position:relative;                         
	top:5px; 
	left:0px;
	width: auto;
	height: 270px;
/*background-color:green;*/
	list-style-type:none;
	padding:0;
	margin:0;
	}


li.product-catagorie-itemtext{
	border-bottom: 1px solid #c0c0c0;
	}


li.product-catagorie-itemtext a{
	font-family: mysecondfont;
	font-size: 14px;                     
	color:#003366;
	font-weight: normal;
	padding: 6px 0px 6px 10px;
	line-height: 40px;
	text-decoration: none;
	transition: color .2s ease-in-out; /* vendorless fallback */
	-o-transition: color .2s ease-in-out; /* opera */
	-ms-transition: color .2s ease-in-out; 
	-moz-transition: color  .2s ease-in-out; /* Firefox */
	-webkit-transition: color .2s ease-in-out; /*safari and chrome */

	}


li.product-catagorie-itemtext a:hover{
	color: grey;
	text-decoration: none;
	}


span.product-catagorie-itemquantity-1::after {content: "(13)";
	font-style: none;
	color: #a1a1a1; 
	display: inline;
	font-family: mysecondfont;
	}


span.product-catagorie-itemquantity-2::after {content: "(7)";
	font-style: none;
	color: #a1a1a1; 
	display: inline;
	font-family: mysecondfont;
	}


span.product-catagorie-itemquantity-3::after {content: "(18)";
	font-style: none;
	color: #a1a1a1; 
	display: inline;
	font-family: mysecondfont;
	}


span.product-catagorie-itemquantity-4::after {content: "(14)";
	font-style: none;
	color: #a1a1a1;
	display: inline;
	font-family: mysecondfont;
	}


span.product-catagorie-itemquantity-5::after {content: "(9)";
	font-style: none;
	color: #a1a1a1;
	display: inline;
	font-family: mysecondfont;
	}


span.product-catagorie-itemquantity-6::after {content: "(7)";
	font-style: none;
	color: #a1a1a1;
	display: inline;
	font-family: mysecondfont;
	}








.related-products-box{order: 2;-webkit-order: 2;
	position:relative;                         
	top:0px; 
	left:0px;
	padding: 8px 5px 0px 5px;
	width: auto;
	height: auto;
/*background-color:grey;*/
	}



#container-related-products-gallery {
	width:100%;
	z-index: 0;
	padding-bottom:0px;

	float:left;
	
	border-bottom: 16px solid transparent;
	margin: 10 auto;
	max-width: auto;
	/*background-color:blue;*/
	}


.row-r {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 4px;
/*background-color:purple;*/
	}


.column-r {		/* Create four equal columns that sits next to each other */
	flex: 100%;
	max-width: 100%;
	padding: 0 4px;
/*background-color:yellowgreen;*/

	}


.column-r img {
	vertical-align: middle;
	}


.photo-unit-r{
	border:1px solid #eee4e5;
	border-radius: 4px 4px 4px 4px;
	padding: 10px 10px;
background-color:#fff;
	margin-top: 16px;
	margin-bottom: 0px;
	box-shadow: 1px 1px 4px 0px #aaaaaa;
	-moz-box-shadow:    1px 1px 4px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 4px 0px #aaaaaa;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	-ms-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
overflow: auto;
	}


.photo-unit-r:hover{
	background-color:#ddd;
	}


.row-r, .column-r, .photo-unit-r{
	box-sizing: border-box;
	}


.photo-unit-image-r{
	width:100%;
	}




.related-products-link-101, .related-products-link-102, 
.related-products-link-103, .related-products-link-104{
	width:auto; 
	height:100%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	}








/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {



.product-categories-box{
	padding: 0px 150px 0px 150px;
	}

.add-margin{
	margin: 0px 150px 0px;
	}

ul.product-categories-list{
	padding: 0px 0px 0px 0px;
	}


li.product-catagorie-itemtext a{
	font-family: mysecondfont;
	font-size: 20px;                     
	color:#003366;
	font-weight: normal;
	padding: 6px 0px 6px 10px;
	line-height: 40px;
	text-decoration: none;
	}


span.product-catagorie-itemquantity-1::after, .product-catagorie-itemquantity-2::after, .product-catagorie-itemquantity-3::after, .product-catagorie-itemquantity-4::after, .product-catagorie-itemquantity-5::after, .product-catagorie-itemquantity-6::after {
	font-style: none;
	 
	display: inline;
	font-family: mysecondfont;
font-size: 20px;
	}


.product-categories-box{order: 2;-webkit-order: 2;
	}

.related-products-box{order: 1;-webkit-order: 1;
	}


	}






@media (max-width: 768px) {	/* Responsive layout - makes a two column-layout instead of four columns */
	
.column-r {
	flex: 50%;
	max-width: 50%;
	}

	}




@media (max-width: 600px) {	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.column-r {
	flex: 100%;
	max-width: 100%;
	}

	}



@media all and (max-width : 414px) {

.product-categories-box{
	padding: 0px 50px 0px 50px;
	}

.add-margin{
	margin: 0px 50px 0px;
	}

	}


@media all and (max-width : 320px) {

.product-categories-box{
	padding: 0px 12px 0px 12px;
	}

.add-margin{
	margin: 0px 8px 0px;
	}

	}




