

body {
   /*    padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color:#e9e9e9;
	background-image: url("https://www.irishnation.com/images/celticbackground2.jpg");
	font-family: Georgia;
}

pre {display: block;		/* used to display pre text inside a bootstrap modal popup */
    font-family: Georgia;
    white-space: pre-wrap;
    margin: 1em 0;
    font-size:18px;
    word-break:initial;
}

.modal-body > .img-responsive {     /* centers an image inside a bootstrap modal popup */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-centered		{text-align:center; margin:0 auto;
}

.img-centered		{display:block;     
			margin-left: auto;
 			margin-right: auto;
}


.centered		{margin: 0 auto;
}

.linethrough		{text-decoration: line-through; color: #006600;
}

h1, h2, h3, h4		{font-family: 'Roboto', sans-serif;
}

h3	{font-weight:bold; font-size:18px; color:#444444; display:inline;
}

h4	{font-weight:bold; font-size:14px; color:#555555; display:inline;
}


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

.anchorcolor2		{color:#444444;
}

.anchorcolor2:hover	{color:#777777; text-decoration:none;
}

.anchorcolor3		a{color:#007700; font-weight:bold;
}
.anchorcolor3:hover	a:hover{color:#005500;
}

.green	{color: #003B00;
}

.gold	{color: #FFBF00;
}

.gray	{color: #aaaaaa;
}

.bigstar	{font-size:1.5em;
}

.half {position:relative;
}

.half:after {
    content:'';
    position:absolute;
    z-index:1;
    background:white;
    width: 50%;
    height: 100%;
    left: 47%;
}

.icon	img{height: 22px; 
	    width: 22px;
}

.form-control	{height: 26px;
}

.icon-smaller	img{height: 13px; 
	 	    width: 13px;
}

#maincontentcontainer	{
   border-style: solid;
    border-top-width: 0px;
    border-top-color:  #fff;
    border-bottom-width: 0px;
    border-left-width:   0px;
    border-right-width:  0px;
    background-color:#fff;
}

#headerimage	{width:100%; height:150px;
}


.navbar		{margin:0px;    
		border-bottom-width: 0px;
		background-color:#e9e9e9;

}

#searchbox	{padding-left: 5px;
		width:60%; height:33px;
		border-radius: 10px;
		color:#777777;
		font-size: 23px;
		font-weight:bold;
}

#subscribebox	{padding-left: 5px;
		width:80%; height:33px;
		border-radius: 10px;
		color:#777777;
		font-size: 23px;
		font-weight:bold;
}

::-webkit-input-placeholder {
 font-size: 14px;
 color: #ADADAD;
 text-align: center;
 font-weight: bold;
font-family: 'Roboto', sans-serif;
}
:-moz-placeholder { /* older Firefox*/
 font-size:14px;
 color: #ADADAD;
 text-align: center;
 font-weight: bold;
font-family: 'Roboto', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 14px;
 color: #ADADAD; 
 text-align: center;
 font-weight: bold;
font-family: 'Roboto', sans-serif;
} 
:-ms-input-placeholder { 
 font-size: 14px; 
 color: #ADADAD;
 text-align: center;
 font-weight: bold;
font-family: 'Roboto', sans-serif;
}
 
.formbutton	{
background-color:transparent; border: 0px transparent;
}

.greengradientbackground	{
    background: -webkit-linear-gradient(#002200, #004400); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#002200, #004400); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#002200, #004400); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#002200, #004400); /* Standard syntax (must be last) */

}

.greengradientbackground2	{
    background: -webkit-linear-gradient(#003300, #00000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#003300, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#003300, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#003300, #000000); /* Standard syntax (must be last) */

}

.greengradientbackground3	{
    background: #002D00;
}


#navbarcontainer	div{border:0px solid blue; 
			font-size:1.15em;
			height:35px; 
			line-height: 35px;        /*  make same as div height to vertically center the text */
			
}


#navbarcontainer	{background-color:#002D00;
			padding:10px;
    			color: #cccccc;
			font-weight:bold;
			text-align:center;
			font-family: 'Roboto', sans-serif;
}

#topnavrow		{padding-bottom:50px;
			font-family: 'Roboto', sans-serif;
}

 .dropdown:hover .dropdown-menu {display: block;  }     /*  repalced this with the transtion below  */

/*
.dropdown .dropdown-menu{
    display: block;
    opacity: 0;

    -moz-transition:    all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition:      all 400ms ease;
    -ms-transition:     all 400ms ease;
    transition:         all 400ms ease;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}*/

.greenDropdownText	{color:#00A259; 
			font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    			color: #eeeeee;
}


#logoimage		{height:75px; width:75px;
}

.pageheading		{color: #006600;
  			font: 400 40px/0.8 'Cookie', Helvetica, sans-serif;
			text-shadow: 4px 4px 3px rgba(5,5,5,0.1);
			text-align:center;
			padding-left:10px;
			padding-right:10px;
}

.pagesubheading		{color: #006600;
  			font: 400 30px/0.8 'Cookie', Helvetica, sans-serif;
			text-shadow: 4px 4px 3px rgba(5,5,5,0.2);
			text-align:center;
			padding-left:10px;
			padding-right:10px; 
}

.productnameheading1	{color: #222222;
			font-family: 'Roboto', sans-serif;
  			font-size: 30px;
			text-shadow: 4px 4px 3px rgba(5,5,5,0.1);
			text-align:center;
			padding-left:10px;
			padding-right:10px; 
}

.productnameheading2	{color: #006600;
  			font: 400 40px/0.8 'Cookie', Helvetica, sans-serif;
			text-shadow: 4px 4px 3px rgba(5,5,5,0.1);
			margin-top: 0;
			margin-bottom: 3px;
}

.productnameheading3	{color: #006600;
  			font: 400 25px/0.8 'Cookie', Helvetica, sans-serif;
			text-shadow: 4px 4px 3px rgba(5,5,5,0.1);
			margin-top: 0;
			margin-bottom: 3px;
}

.productid		{color: #B4ACAC;
			margin-bottom: 3px;
			font-family: 'Roboto', sans-serif;
}


.pricing		{color: #222222;
			font-family: 'Roboto', sans-serif;
  			font-size: 20px;
			font-weight:bold;
}

.pricing1		{color: #222222;
			font-family: 'Roboto', sans-serif;
  			font-size: 22px;
			font-weight:bold;
}

.pricing2		{color: #222222;
			font-family: 'Roboto', sans-serif;
  			font-size: 16px;
			font-weight:bold;
}

.currencysymbol		{font-weight:bold; 
			font-size:13px; 
			color:#444444; 
}

.displayinline		{display:inline;
}

strike 			{color:#028E6F;
}

.productImage		{width:100%; 
			border-radius:4px;
}


/** STYLING FOR THE DROP-DOWN MENU LISTS */

.ulstyled li	{border-radius:6px; 
		background-color:#f0f0f0;
		font-size:0.70em;
}

.ulnamestyled	{font-size:1em;}

.ulnamestyled:hover	{color:#f0f0f0;}

.zeromarginright	{padding-right:0px;
}

.zeromarginleft	{padding-left:0px;
}

.dropdowndiv	{padding-left:10px; 
		padding-right:10px;
}

.dropdowndiv	a{color: #CCCCCC;
		font-weight: bold; 
		font-size:1em;
		line-height:2em;
}

.dropdowndiv	a:hover{color: #ffffff; 
			text-decoration:none;
}


.dropdownstyle	{width:310px; 
		background-color:#004800; 
		border-radius:5px;
		padding-bottom:10px;
}

.narrower-dropdown	{width:155px;
			height:460px;   /** specific heights and widths for some dropdowns */
}


.dropdownimg 	{width: 125px;
		height: 100px;
		border-radius: 2px;
}


/** START OF BREADCRUMBS  CSS**/

.btn	{font-family: 'Roboto', sans-serif;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:3px 12px 3px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:3px 6px 3px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:3px 18px 3px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

#currentPageBreadcrumb	{background-color: #fff;
}

#currentPageBreadcrumb:hover{border: 1px solid #ccc;
}

#breadcrumbscontainer	{padding-top:9px;
}

/** END OF BREADCRUMBS  CSS**/


.shoppingcartitem	{font-size:1.1em; 
			color:#555555; 
			font-weight:bold;
}

.cartbutton	{padding-left:65px; 
		padding-right:65px; 
		background-color:#F77B29; 
		font-weight:bold; 
		color:#eeeeee; 
		font-size:30px;
		font-family: 'Roboto', sans-serif;
}

.cartbutton:hover{color:#DBD7D7; 
}

.cartbutton:focus{color:#E1E9E1; 
}

.categorycartbutton	{ 
		background-color:#003B00; 
		font-weight:bold; 
		color:#eeeeee; 
		font-size:18px;
		font-family: 'Roboto', sans-serif;
}

.categorycartbutton:hover{color:#DBD7D7; 
}

.categorycartbutton:focus{color:#E1E9E1; 
}

.moreoptions	{border: 0px solid #DDDDDD; 
		padding: 7px; 
		text-align: center;
		border-radius: 4px;
		height: 65px;
}

.moreoptions 	a{color:#444444;}

.moreoptions 	a:hover{color:#999999; text-decoration:none;}

.optionsfullheight	{line-height: 65px;
}

#options	{display: inline-block;
      		vertical-align: middle;
}					/** vertically centers the text */

.panel-body	li{list-style:none !important;
}

.slide-image 	{width: 100%; 
}

.carousel	{background-color:#ffffff;
}

.selected img 	{opacity:0.75;
}

.carousel-control,
.item 		{border-radius: 4px;
}

.carousel-control.right, .carousel-control.left {
  		background-image:none;
}

.carouselImage2{		/** see media query */
   		display: none;
}

#carouselContainer	{background-color:#ffffff;
			 padding-top:0px;
}

#categoryImage	{padding-top:6px;
		background-color:#ffffff;

}

#categoryImage	img{min-height:100px;
}

#categoryText1 {width:70%; border:0px solid blue; 
		margin:0 auto;
}

#categoryText2 {width:97%; border:0px solid blue; 
		margin:0 auto;
		background-image: url("https://www.irishnation.com/images/parchment1.jpg");     background-size: 100% 100%;
    		background-repeat: no-repeat;
		padding: 90px 45px 90px 45px;
}

#categoryText2 a{color:#000000;

}

#myCarousel:hover {box-shadow:-7px -7px 12px 2px #888888;
}

.pagetext	{font-size:18px;
}

.dottedframe	{border:1px dotted #cccccc;
		margin-bottom:20px;
		border-radius: 5px;
		height:300px;  /* see media query where the heigth is left open for xs devices */
		background-color:#eeeeee;
}

.dottedframe:hover {
		opacity: 0.9;
    	        filter: alpha(opacity=90); 	/* For IE8 and earlier */
		border:1px dotted #999999; 

}


.caption 	{border:0px dotted #dddddd;
    		overflow: hidden;
		background-color:#eeeeee;
		text-align:center;
		padding: 8px 3px 3px 3px;
}

.caption:hover 	{background-color:#E1DFDF;
}

.clickformoredetails	{color:#aaaaaa;
			font-size:12px;
			padding:3px;
			display:block;
			font-family: 'Roboto', sans-serif;
}

/*GROW    the zoom-in effect on the product images */

.pic 		{width: 100%;
		overflow: hidden; 
		display: block;
    		margin-left: auto;
   		margin-right: auto;
		background-color:#eeeeee;
}

.pic 		img{width: 100%; 
		    height: auto !important;
		    max-width:260px;
		    display: block;
		    margin:0 auto;
		    border-radius: 2px;
}

/*.grow 		img {width: 100%;
/*		height:160px;
/* -webkit-transition: all 0.2s ease;
/*     -moz-transition: all 0.2s ease;
/*       -o-transition: all 0.2s ease;
/*      -ms-transition: all 0.2s ease;
/*         transition: all 0.2s ease;
/*  }

/*.grow 		img:hover {
/*  		width: 101%;
/*		height: 101%;
/*}


.testimonialKeyText	{font-style: italic;
			font-size: 16px;
			color:#99ffcc;
}

.testimonialKeyText:hover{#8A7E7E;
}

.testimonialPerson	{color: #99ffcc;
			font-size: 11px;
}

.testimonialpanel	{background-color:#eeeeee;
			border-radius: 7px;
			border:1px solid #DDDDDD;
			padding-left:10px;
			padding-right:10px;
			min-height:100px;
}

.testimonialpanel	img{height: 100px; 
			width:100%;
			border-radius: 7px;
}

.testimonialpanel:hover    img{opacity: 0.9;
    			   filter: alpha(opacity=90); 	/* For IE8 and earlier */
}

.testimonialpanel:hover	{background-color:#DDDDDD;
}

.testimonialSmallImage	{border-radius: 4px;
}

.ratings 	{padding-right: 10px;
    		padding-left: 10px;
    		color: #d17581;
}

.thumbnail 	{padding: 0px;
}

.thumbnail .caption-full {padding: 9px;
    			color: #333;
}

.tab-pane	{padding:2px;
}

.tab-pane	img{margin: 0 auto;}

.socialsharebutton	{border-radius:4px;
}

.socialsharebutton-small	{border-radius:4px;
				max-width:40px;
				max-height:40px;
				width:100%;
				height:40px;
}

footer 		{margin: 50px 0;
}

#footercontainer div{padding-top:10px;
}

.footer		{color:#cccccc;
		font-family: 'Roboto', sans-serif;
  		font-size: 14px; 
		padding-top:10px;
}

.footer		li{font-weight:normal;}

.footer 	h4{color:#cccccc;
  		font-size: 18px;
  		text-transform: uppercase;
}

.footer 	li a{color:#cccccc;
  		font-size: 14px; font-weight:normal;
}

.footer 	li a:hover{color:#aaaaaa;
		text-decoration:none;
		 font-weight:normal;

}

.smallercookietext	{font: 400 25px/0.8 'Cookie', Helvetica, sans-serif;
}

#freeemail		{text-align:center;
			margin-top:5px;
			margin-bottom:5px;			
			color:#bbbbbb;
}

#freeemail		a{text-align:center;
			color:#bbbbbb;
			margin-top:5px;
}

#freeemail 		a:hover{color:#aaaaaa;
}


#copyrightrow		{background-color:#000000;
			text-align:center;
			color:#808080;
}

.nolinebreak	{display: inline;
}

.category-products 	{border: 0px solid #dddddd;
  			margin-bottom: 35px;
  			padding-bottom: 20px;
  			padding-top: 3px;
}

.left-sidebar h2, .brands_products h2 {
  color: #009900;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-products .panel-default .panel-heading .panel-title a:hover {
  color: #111111;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}

.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.panel-body ul li a:hover{
text-decoration:none;
color:#000000;
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}

.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}

.price-range{
  margin-top:30px;
}

/*  extra styling for the cart pages included here and extra @media query insterted at very bottom in section:    @media only screen and (max-width: 640px)  */

#cartdiv	{text-align:center; 
		margin:0 auto; 
}

.nopcart	{margin:0 auto; 
		padding:5px; 
		width:90%;
}

.nopcart	td{border:1px solid #d3d3d3;
		padding:10px; 
}

.productidcell		{border-top-left-radius: 6px; 
			border:0px;
}

.productidcell		img{width:200px; 
			height:150px;
}

.productinformation	{font-size: 16px;
}


.grayboldtext  	{font-weight:bold;
                font-size:2.0em;
                color:#666666;    
}

.grayboldtext-smaller  	{font-weight:bold;
                	font-size:1.25em;
                	color:#666666;    
}

.lightgraybackground	{background-color:#E6ECE6;    /* was #eeeeee */
}

.midgraybackground	{background-color:#E1E9E1;    /* was #dddddd  */
}

.darkergreenbackground	{background-color:#B9CDB9;  
}

.qyttextbox		{width:45px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {opacity: 1;
}

input 			{text-align: center; 
			font-family: 'Roboto', sans-serif;
}

.update			{font-size:0.60em;
			text-decoration:underline;
			padding-left:10px;
}

td.removefromcartcell	{border:0px solid #dddddd; 
			font-size:0.85em;
}

/*  --------- end of extra styling for the cart pages included here   */


#reviews		{text-align: center; 
}


/*  --------- stylng for the side-share buttons   */

	.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -119px;
		top:230px;
		width: 200px;

	}

	.sticky li{
		list-style-type: none;
		/* background-color: #333;*/
		color: #efefef;
		height: 40px;       */ was 43 */
		padding: 0px; 
		 */margin: 0px 0px 1px 0px; */
		-webkit-transition:all 0.6s ease-in-out;
		-moz-transition:all 0.6s ease-in-out;
		-o-transition:all 0.6s ease-in-out;
		transition:all 0.6s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(100%); 

	}

	.sticky li:hover{
		margin-left: -80px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
	}

	.sticky li img{
		float: left;
		/* margin: 5px 5px; */
		/* margin-right: 10px; */

	}

/*  --------- end of the stylng for the side-share buttons   */

#tabs	{padding: 10px;
}

#tabs li	{font-size:12px; 
		font-weight:heavy;
}

#tabs li a{color:#555555;
}

#surnameRequired	{width:150px; height:30px;
			border-radius: 3px; 
			margin-bottom:7px;
}

.styledselectbox	{width:100px; height:25px;
			border-radius: 3px;
			font-family: 'Roboto', sans-serif;
}

#option1,  #option2	{width:150px; height:25px;
			border-radius: 3px;
			font-family: 'Roboto', sans-serif;
}

.styledquantitybox	{width:40px; height:25px;
			border-radius: 3px;
			font-family: 'Roboto', sans-serif;
}

.navheadingtextsize	{font-size:1.0em;
}

#categoriesrow		div{line-height:100%;
}


#altnavrow		div{	font-size:0.90em; 
				font-weight:bold;
 				height:35px;
				line-height: 35px;        /*  make same as div height to vertically center the text */
				border:0px solid #000000;
    				margin-left: 0 !important; /*  makes the row full width ignoring Bootstraps 15px margin */
    				margin-right: 0 !important;
}

#paypalImage 		{float: right;; 
}


/*  --------- MEDIA QUERY ----------    */

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

.navheadingtextsize	{font-size:0.8em;
}

#navbarcontainer	{background-color:#002D00;
			padding-bottom:35px;
    			color: #cccccc;
			font-weight:bold;
			text-align:center;
			border:0px solid orange;
}

#logoDiv		{padding-bottom:60px;
}

#searchDiv		{padding-bottom:20px;
}

.pic			{padding-top:5px;
}

.dottedframe	{height:340px; overflow:visible; /* set to height:250px; and overflow:hidden for larger devices above */
}

						} /*  end of  MEDIA QUERY ----------    */

/*  --------- STICKY FOOTER AND SIDE WIDGET MEDIA QUERY ----------      MINIMUM width of 801 px then dont display the sticky footer  */

@media only screen and (min-width: 801px) 	{

#stickyFooter		{display:none;
}
						}


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

#stickyFooter		{display:block;
}

.sticky-container	{display:none;
} 
						}

/*  --------- MEDIA QUERY ----------    */

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

h3		{font-size:16px;
}

#headerimage		{width:100%; height:100px;
}

.pageheading		{font: 400 30px/0.8 'Cookie', Helvetica, sans-serif;
}

.pagesubheading		{font: 400 18px/0.8 'Cookie', Helvetica, sans-serif;
}

#searchbox		{width:50%;
}

.productnameheading1	{font-size:23px;
}

.btn-group		a{font-size:12px;
}

.navheadingtextsize	{font-size:0.5em;
}

#categoryText1 {width:98%; font-size:16px;
}

#categoryText2 {width:98%; font-size:16px;
}

.cartbutton	{padding-left:25px; 
		padding-right:25px; 
}

	/* extra css for the cart pages inserted here */

input#searchbox  	{text-align: left; 
}

.nopcart		{width:100%;
}

table.nopcart		td{border:1px solid #dddddd;
			padding:5px;
}

.productidcell 		{display: none;
}

.productImage		{width:75%; 
			border-radius:4px;
}


.grayboldtext  		{font-size:1.5em;
}

.grayboldtext-smaller  	{font-size:1.0em;
}

#surnameRequired	{width:140px; height:40px;
			line-height:200%;
}

.styledselectbox	{width:100px; height:40px;
			line-height:200%;
}

#option1, #option2	{width:130px; height:40px;
			line-height:200%;
}

.styledquantitybox	{width:40px; height:40px;
			line-height:200%;
}

.paypalImage		{display: center-block;
}

#paypalImage 		{float: none!important; 
}

.dottedframe	{height:340px; overflow:visible; /* set to height:250px; and overflow:hidden for larger devices above */
}

						}     /*  end of  MEDIA QUERY ----------    */


/*  --------- MEDIA QUERY ----------    */

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

#carouselContainer	{padding-top:10px;
}

.carouselImage1	{display: none;
}

.carouselImage2	{display: block;
}

						}	/*  end of  MEDIA QUERY ----------    */





