@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

:root {
	--main-bg-color: rgb(250, 250, 250);
	--secondary-bg-color: #fcb069;
	--terciary-bg-color: #e9e9e9;
	--main-font-color: rgb(26, 26, 26);
	--main-font: 'Raleway', sans-serif;
	--header-font: 'Raleway';
	--header-font-color: #DDDDDD;
	--link-font-color: var(--main-font-color);
	--headers-font-color: #da7002;
	--line-color: #fec99b;
	--price-color: white;
}



#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; margin-right: auto; margin-left: auto}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


body {
	margin: 0;
	padding: 0 15px 0 15px;
	font-family: var(--main-font), sans-serif;
	background-color: var(--terciary-bg-color);
	color: var(--main-font-color)
}

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

li {
	margin-bottom: 10px;
	margin-right: 20px;
}

.page-name {
	font-family: var(--header-font), cursive;
	font-size: 80px;
	color: var(--header-font-color);
	/*-webkit-text-stroke: 1px var(--secondary-bg-color);*/
	background-color: rgba(0,0,0, 0.6);
	margin-left: auto;
	margin-right: auto;
	min-width: 86%;
	min-height: 70%;
	text-align: center;
	vertical-align: inherit;
	display: table-cell;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-name a {
	text-decoration: none;
	color: var(--header-font-color);
}

h1, h2, h3 {
	margin: 0;
	padding: 20px 20px 8px 20px;
	font-weight: 300;
	color: var(--headers-font-color);
}

/*
.button-style1 {

	display: block;
	padding: 6px 0em 6px 15px;
	margin: 0 0 0 0;
	background: var(--terciary-bg-color);
	border-radius: 0 0 6px 6px;
}
*/


.info-icon {
    width: 19px;
    height: 19px;
    fill: var(--price-color);
}

.info-icon:hover {
	cursor: context-menu;
}

.price-section {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 6px 6px 6px 12px;
	margin: 0;
	color: var(--price-color);
	background-color: var(--headers-font-color);
	border-radius: 0 0 6px 6px;
}

.product-link {
	text-decoration: none;
}

.previous_price {
	text-decoration: line-through;
}

.price {
	display: inline-block;
    vertical-align: middle;
}


.article, .category {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 6px 6px 6px 6px;
}


.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.container hr {
	width:80%;
	color: var(--line-color);
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 0 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.gallery {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.hot_message {
	background-color: #f009;
	border-radius: 2px 0 6px 0;
	color: yellow;
	font-style: italic;
	padding: 0 2px 2px 5px;

}

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

	.container {
		max-width: 1000px;
		background-color: var(--main-bg-color);
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: var(--line-color);
	}

	.gallery {
		max-width: 980px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		background-color: var(--main-bg-color);
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: var(--line-color);
		padding: 15px 10px 0px 10px;
	}

	.container H1 {
		font-size: 40px;
		text-align: center;
		color: var(--headers-font-color);
	}

	.container h2 {
		font-size: 24px;
		padding: 20px 20px 8px 20px;

	}

	.container h3 {
		font-size: 21px;
		padding: 20px 20px 20px 20px;
	}

	.container p {
		padding: 10px 20px 10px 20px;
		margin: 0;
		color: var(--main-font-color);
		max-width: 1000px;
		font-size: 18px;
		/*text-align: justify;
		text-justify: inter-character;*/
	}



	.header {

		background-image: url("../images/header.jpg");
		background-repeat:no-repeat;
		background-position: center center;
		width: 100%;
		height: 280px;
		background-size: 1000px;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.article {
		display: inline-block;
		width: 225px;
		margin: 0 10px 20px 10px;
	}

	.article .article_title {
		display: block;
		margin: 0;
		max-height: 53px;
		min-height: 53px;
		overflow: hidden;
		background-color: var(--secondary-bg-color);
		padding: 3px 10px 3px 10px;
		font-size: 15px;
	}

	.product_image {
		display: grid;
		padding: 0;
		margin: 0;
		max-width: 225px;
		max-height: 225px;
		min-width: 225px;
		min-height: 225px;
		background-color: white;
		border-radius: 6px 6px 0 0;
		align-items: center;
		justify-content: center;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.box {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		z-index: 1;
		display: flex;
		justify-content: center;
	}

	.hot_frame {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		z-index: 2;
		border-style: solid;
		border-color: #f009;
		border-width: 4px;
		border-radius: 6px 6px 0 0;
		height: 217px;
		margin: 0;

	}




	.image_fixed {
		max-height: 225px;
		max-width: 225px;
		padding: 0;
		display: block;
		border-radius: 6px 6px 0 0;
	}

	.category {
		display: inline-block;
		width: 225px;
		margin: 0 10px 20px 10px;
		background-color: var(--secondary-bg-color);

	}

	.category_name {
		padding: 6px 0em 6px 0px;
		margin: 0 0 0 0;
		background-color: var(--secondary-bg-color);
		border-radius: 0 0 6px 6px;
		text-align: center;
	}

	.category_name a {
		color: var(--main-font-color);
		background-color: var(--secondary-bg-color);
		font-weight: 400;
		text-decoration: none;
		margin-left: auto;
		margin-right: auto;
	}

	/*
	.button-style1 a {

		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		font-size: 1em;
		font-weight: 200;
		color: var(--main-font-color);
	}*/

	.copyright p {
		font-size: 14px;
	}

	.price-updates {
		margin: 0px 30px 20px 30px;
		font-size: 14px;
	}
}

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

	body {
		background-color: var(--main-bg-color);
	}

	.gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.container {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.container p {
		line-height: 120%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		margin-top: 5px;
	}

	.container h1 {
		font-size: 30px;
		text-align: center;
		margin: 0 auto;
	}

	.container h2 {
		font-size: 25px;
		margin: 0;
		padding: 10px 0px 0px 0px;
	}

	.container h3 {
		font-size: 20px;
		margin: 0;
		padding: 10px 0px 10px 0px;
	}

	.header {
        background-image: url("../images/header.jpg");
		background-repeat:no-repeat;
		background-position: center center;
        width: 100%;
        height: auto;
        background-size: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
	}

	.article {
		display: inline-block;
		width: 45vw;
		margin-bottom: 10px;
	}

	.page-name {
		font-size: 50px;
        margin: 15px 0 15px 0;
	}

	.article, .category {
		box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
	}

	.article_title {
		display: block;
		margin: 0;
		max-height: 45px;
		min-height: 45px;
		overflow: hidden;
		font-size: 13px;
		padding: 3px 3px 3px 5px;
		background-color: var(--secondary-bg-color);
		color: var(--main-font-color);
		text-justify-trim: none;
	}



	.product_image {
		display: grid;
		margin: 0;
		max-width: 45vw;
		max-height: 45vw;
		width: 45vw;
		min-height: 45vw;
		background-color: white;
		border-radius: 6px 6px 0 0;
		align-items: center;
		justify-content: center;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.box {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		min-height: 100%;
		min-width: 100%;
		max-height: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.box {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-column-start: 1;
		grid-row-start: 1;
		z-index: 1;
		grid-column-end: 1;
		grid-row-end: 1;
	}

	.box .image_fixed {
		padding: 0;
		border-radius: 6px 6px 0 0;
		max-height: 45vw;
		max-width: 45vw;
	}

	.hot_frame {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		z-index: 2;
		border-style: solid;
		border-color: #f009;
		border-width: 4px;
		border-radius: 6px 6px 0 0;
		height: 43vw;
		margin: 0;
	}

	.category {
		display: inline-block;
		width: 45vw;
		margin-bottom: 10px;
		background-color: var(--secondary-bg-color);
	}

	.category_name {

		padding: 6px 0em 6px 0px;
		margin: 0 0 0 0;
		background-color: var(--secondary-bg-color);
		border-radius: 0 0 6px 6px;
		text-align: center;
	}

	.category_name a {
		color: var(--main-font-color);
		font-weight: 400;
		text-decoration: none;
		margin-left: auto;
		margin-right: auto;
	}

	.button-style1 a {

		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		font-size: 16px;
		font-weight: 200;
	}

	.copyright p {
		font-size: 10px;
	}

	.price-updates {
		margin: 0px 30px 20px 30px;
		font-size: 10px;
	}
}






a {
	color: var(--main-font-color);
}

strong {
	font-weight: 700;
}





/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	.copyright
	{
		padding: 0px 10px 0px 30px;
		margin: 0 0 0 0;
		text-align: left;
		background: var(--main-bg-color);
	}

	.copyright a
	{
		text-decoration: none;
	}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted var(--main-font-color);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: var(--terciary-bg-color);
  color: var(--main-font-color);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

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

	#amazon-ad-mobile {
		visibility: hidden;
		height: 0;
		margin: 0;
		padding: 0 0 0 0;
	}

	#amazon-ad-desktop {
		visibility: visible;
		padding-top: 15px;
	}

}

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

	#amazon-ad-desktop {
		visibility: hidden;
		height: 0;
		margin: 0;
		padding: 0 0 0 0;
	}

	#amazon-ad-mobile {
		visibility: visible;
		padding-top: 15px;
	}

}





