/* Mobile first; then... */
@media (min-width: 768px) {
	/* small eg iPad portrait */
}
@media (min-width: 992px) {
	/* medium, e.g iPad landscape, older monitors, laptops  */
}
@media (min-width: 1200px) {
	/* large, e.g newer monitors, laptops */
}

.crumbs, #articlesectionmenu {
	display:none;
}

body {
	background-image: url(../images/template/bg.jpg);
}

header {
    background-color: #fff;
}
header,
header .container {

	position: relative;
}

header:before,
header .header:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	height:20px;
	width:100%;
	background:rgb(234,234,234);
}

header .logo {
	height: 120px;
	position: relative;
	z-index: 1;
}


@media (min-width: 1200px) {
	header .header:after {
		content: "";
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		height: 100%;
		width: 300px;
		background: url(../images/cap_tranparent.png?v=2) right center no-repeat;
		background-size: auto 80%;
	}
}

header .header {
	text-align: center;
}

header #header_login {
	text-align:center;
	height:20px;
	line-height:20px;
	font-weight:bold;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {

	header .container {
		text-align: left;
	}
	header #header_login {
		text-align: right;
	}

}

header #header_login a {
	text-decoration:none;
}

header #header_login a.header_login_link {

	color:rgb(204,0,0);
}

header #header_login a:hover {
	text-decoration:underline;
}

header nav {
	margin: 15px calc(var(--bs-gutter-x)* -0.5);
	margin-bottom:0;
	padding: 0 calc(var(--bs-gutter-x)* -0.5);
}

header .hamburger {
	text-align: right;
	font-size:1.2em;
	padding:0 1em;
}

header ul.fb-menu {
	position: absolute;
	z-index: 1000;/* above slideshow */
	top:100%;
	width:100%;
	display: none;
	background: #222222;
}

header ul.fb-menu ,
header ul.fb-menu li {
	list-style: none;
	margin:0;
	padding:0;
	color:rgb(255,255,255);
	font-weight: bold;
}
header ul.fb-menu li.category102 {
background: #d72638;
}


header ul.fb-menu li li {
	font-weight: normal;
}

header ul.fb-menu li.viewall {
	display:none;
}

header ul.fb-menu  li a  .product-menu-image {
	display: none;
}


header ul.fb-menu  li a {
	display:inline-block;
	text-decoration:none;
	padding: .5em 1em;
}

header ul.fb-menu li ul {
	display: none;
}

header ul.fb-menu li:hover ul {
	display:  block;
}



@media (min-width: 768px) {

	header .hamburger {
		display: none;
	}
	header ul.fb-menu {
		position: relative;
		top:auto;
		width:auto;
		display: block;
		background:transparent;
	}

	header ul.fb-menu > li {
		display: inline-block;

	}
	header ul.fb-menu li ul {
		display: block;
		position: absolute;
		top:100%;
		width:100%;
		column-count: 3;
		left:-999em;
		z-index: 999;
		background-color: var(--grey);
		transform-origin: top;
		transform:scaleY(0);
		transition: transform 0.5s;
	}

	header ul.fb-menu li:hover ul {
		left:0;
		transform:scaleY(1);
	}

	header ul.fb-menu  li a  .product-menu-image {
		display: inline-block;
		width:50px;
		height:auto;
	}

	header ul.fb-menu > li > a > .product-menu-image {
		display: none;
	}

}

main .container {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}

footer {
	padding:  0 30px;

	background-color: #444444;
    color: #eeeeee;
}

footer .container {
	padding-top: 3em;
	padding-bottom: 1em;
	font-size: .8em;
	background-image: url(../images/template/cartoon_small.gif?v=3);
	background-repeat: no-repeat;
	background-position: right 1em;
}

footer ul.footer-menu,
footer ul.footer-menu li,
footer ul.footer-menu ul {
    list-style: none;
    margin:0;
    padding: 0;

}

footer ul.footer-menu a {
    text-decoration: none;
}

footer ul.footer-menu > li.section0 {
    display: none;
}

footer ul.footer-menu > li {
    padding-bottom: 0.5em;
    font-weight: bold;
}

footer ul.footer-menu > li li {
    font-weight: normal;
}

@media (min-width: 768px) {
    footer ul.footer-menu > li {
        display: block;
        width: 25%;
        float: left;
        padding-right: 2em;
    }

    footer hr {
        width:75%
    }
}







    /* Shop */

.shopItem {
	margin-bottom:1em;
}


.shopItem .shopItemContent {
	background-color: #ffffff;
}

.shopItem .producttext {
	padding: 1em;
}

.shopItem h3 {
	font-size: 1.2em;
	font-weight: bold;
	height: 2.5em;overflow: hidden;
}

.shopItem a {
	text-decoration: none;
}

.shopItem .pricetext,
.shopItem .shippingexempt
{
	display: none;
}

.shopItem  .priceamount,
.shopItem  .pricecurrency {
	font-weight: bold;
	color: var(--red);
	font-size: 1.5em;
}



.shopItem .btn {
	width: 100%;
	margin-top: 0.5em;
}

.productimage {
	display: block;
	aspect-ratio: 3/4;
	text-align: center;

}

.productimage img {
	display: inline-block;
	max-height: 100%;
	width:auto !important;
}

/* CATEGORIES */

#productCategories .shopItem > div  {
	position: relative;
	height: 100%;
}

#productCategories .shopItem > div:after {
	display: block;
	content: "";
	position: absolute;
	 bottom: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);

}

#productCategories .producttext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: auto;
	z-index: 2;

}

#productCategories .shopItem.product_count_0.category_count_0 {
    display: none;
}


/* PRODUCT PAGE */

#productPage{
	padding-top:1em;
}

#productDetails {

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 1rem;
}

#productImage {
	grid-row: 1 / span 2; /* Take up both rows on the left */
	grid-column: 1;

}

.buyproduct{
	grid-row: 1;
	grid-column: 2;

}

#productText {
	grid-row: 2;
	grid-column: 2;

}

#productreviews {

margin-top: 1em;
}

#productDetails .sellingprice {
	color:var(--red);
	font-weight: bold;
	font-size: 1.5em;

}
.productoptions {
	margin: 1em 0;
}

.productoptions label {
	display: block;
margin: 0.1em 0;
}

/* PREVIOUSLY VIEWED */
.productsviewed {
	width:auto;
	overflow:hidden;
	margin: 10px 0;
}

.productsviewed ul {
	list-style:none;
	margin:0;
	padding:0;
}

.productsviewed ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:170px;

}

.productsviewed ul li a img {

	border: 1px solid #000;
}

.productsviewed .productsviewedprice {
	display:none;
}

#productDetails #TabbedPanels1 {
	/* fix any floated  within issues */
	width: 100%;
	overflow: hidden;
}

ol.checkoutprogress {
    display: none;
}


.product-h2, .product-main h2 {
	display:none;
}

.productoptions label {
	line-height:36px;
}

.productoptions label .fb_avatar {
	margin: 0 5px;
}

#paymentmethods  label {
    background-size: contain;
    display: block;
    height: 24px;
    margin-bottom: 1em;
}

#paymentmethods #optioncreditcard label {
    text-indent: -999em;
    background: url(/local/images/credit_cards.svg) no-repeat left center;
}
#paymentmethods #optionpaypal label {
    text-indent: -999em;
    background: url(/local/images/express_payments.svg) no-repeat left center;
}

.footer-payment-methods .container {
    background: #ffffff;
}

.footer-payment-methods img {
    display: inline-block;
    height: 30px;
    width: auto;
    margin: 1em;
}
