/* CSS Document */

/*About*/
/*------------------------------------------------------------------------------------------------*/
#tvstore.seccion #left{	
	width: 190px;
	margin: 0px;
	border: none;
	padding: 0px;
  	margin-top: 10px;
  	margin-right: 10px;
  	float: left;
  	position: sticky;
  	top:45px;
}
#tvstore.seccion #left ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#tvstore.seccion #left ul li{ 
text-transform:uppercase;
color:black;
padding:0 0 0px;
margin-bottom: 6px;
font-size: 18px;
}
#tvstore.seccion #left ul li a{
	border:1px solid grey;
	text-decoration:none;
	display:block;
	color: #404245;
	font-weight: bold;
	padding:7px;
	text-align:left;
}
#tvstore.seccion #left ul li a:hover
{
	text-decoration:none;
	color:#9c7d02;
	background:#eee;

}
#tvstore.seccion #left ul li a.active
{
	background:#ccc;
	text-decoration:none;
	color:#f2cf15;
}

#tvstore.seccion #left ul li a.selected
{
	background:#e8dbb6;
	text-decoration:none;
	color:#0483aa;
	margin-left: 0px;
	text-align:left;
	box-shadow: 2px 2px #888888;
}
#tvstore.seccion #left #storecategories,
.seccion #left #categories
{
	width:100%;
	float:left;
	margin-bottom:25px;
}
#tvstore.seccion #left #couponscart{
	width:100%;
	float:left;
}
#tvstore.seccion #right
{	
	width: calc(100% - 200px);
	float: right;
  	margin-right: 0px;
  	margin-top: 10px;
}

#tvstore.seccion #right .storecattitle,
#university #right .educationcattitle{
	font-size: 30px;
	color: #225790;
	padding:5px;
	border:1px solid grey;
	text-align:center;
	margin-bottom:10px;
	font-weight: bold;
	background: url('/siteimages/floor-tile.png');
}

#tvstore.seccion #right h1,
#tvstore.seccion #right h2{	
	font-size: 24px;
	color: #225790;
	border-bottom:1px solid grey;
	padding: 4px 0px 0px 10px;
}

#tvstore.seccion #right .catsummary{
	font-size: 20px;
    padding: 10px;
    color: #0e6771;
	font-weight:normal;
}
#tvstore.seccion #right .productinfo{
	padding: 8px;	
	background: #f9f6ec;
}
#tvstore.seccion #right .productinfo .bonustext{
	border:1px solid #999;padding:3px 8px;float:left;background:#e5e5e5;margin:0px;
}

#tvstore.seccion #right h1 a{	
	font-size: 22px;
	color: #225790;
	max-width: calc(100% - 120px);
}

#tvstore.seccion #right h2{
  color: #555;	
	text-align: left;
}

#tvstore.seccion #right h3{	
	font-size: 16px;
	text-align: center;
	color:  #f8c017;
}

#tvstore.seccion #right p{	
	font-size: 20px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
	color:#333;
}

#tvstore.seccion #right #leftcol{
float: left;
width: 160px;
}

#tvstore.seccion #right #rightcol{
width: calc(100% - 175px);
float: left;
margin-left: 10px;
}

.product {
border: 1px solid #858282; 
border-radius: 5px;
display: block;
margin-bottom: 10px;
float: left;
background: url(/siteimages/p6.webp);
width:100%;
}

.product * {
}

.producticon {
max-width: 90px;
max-height: 120px;
}

.productprice{
	position:absolute;
	top:2px;
	right:2px;
	color: #225790;
	border:1px solid #999;
	padding:1px 8px;
	background:#efefef;
	font-size:24px
}

.productsummary {
}                                  

.productdetails{
	cursor: pointer !important;
	position:relative;
}
.clickdetails{
	position:absolute;
	top:calc(50% - 10px);
	left:calc(50% - 60px);
    width: 150px;
    font-size: 22px;
    line-height: 17px;
    text-align: center;
	color:#225790;
	border:1px solid rgb(185, 180, 180);
	background: #e2be71;
	padding:8px;
	display:none;
}
.productdetails:hover .clickdetails{
	display:block;
}
.productheader{
	font-weight:bold;
}
.itemprice{
	color: #225790;
}
#tvstore #storecategorymenu{
	margin-top:5px;
	width:100%;
	font-size:24px;
	float:left;
	display:none;
}
#tvstore .subfilter{
	margin-top: 5px;
    height: 35px;
}
.couponsdiv{
	border: 1px solid grey; 
	padding: 5px; 
	margin-top: 10px;
	font-size:16px;
}
.couponssmallprint{
	font-size:14px;
}
.storeitem{
	font-size:16px;
}
.storesubtitle{
	font-size:16px;
	font-weight: bold;
}
#tvstore.seccion #right h2.storeboxtext{
	border:1px solid #999;
	padding:3px 8px;
	float:left;
	background:#e5e5e5;
	font-size:20px;
}
#reviewandpay1{
	display:block;
}
#reviewandpay2{
	display:none;
	float:right;
	height: 30px;
	margin-bottom:2px;
	width:150px;
}

.pricetable{
	margin-right:10px;
	background: #e6edf9;
	float:left;
}
.pricetable, .pricetable td{
	font-size:18px;
	border-collapse: collapse;
}


@media only screen and (max-width: 650px){
	#tvstore.seccion #left{	
		width: 100%;
		position:static;
	}	
	#tvstore.seccion #right{	
		width: 100%;
	}
	#tvstore.seccion #left #storecategories{
		display:none;
	}

	#tvstore #storecategorymenu,
	#tvstore .subfilter{
		display:block;
	}
	.couponsdiv{
		border: 1px solid grey; 
		padding: 5px; 
		margin-top: 10px;
		font-size:18px;
	}
	.couponssmallprint{
		font-size:16px;
	}
	.storeitem{
		font-size:16px;
	}
	.storesubtitle{
		font-size:16px;
	}
	#reviewandpay1{
		display:none;
	}
	#reviewandpay2{
		display:block;
	}
}