body{
background-attachment:fixed;
background-repeat:no-repeat;
background-size: cover;
}
button{
	border:0;
}
.tovar1{
	display: inline-block;
	text-align: center;
	margin: 1%;
padding:0px;
padding-bottom:20px;
font-family:  'Montserrat', sans-serif;
letter-spacing: 4px;
}
	.tovar1 img {
		width: 85%;
		height: 220px;
		margin-top: 20px;
		transition: 1s;
		border-radius: 15px;
	}
	.tovar1 img:hover {
		transform: scale(1.8);
	}
.tovar1 a{
text-decoration: none;
text-align: center;
color: maroon;
		   font-size: x-large;
}
p {
	text-align: center;
	color: maroon;
	font-size: x-large;
	height: 58px;
	 margin-bottom: 0;
}
.tovar_title {
	text-align: center;
	color: maroon;
		font-size: x-large;
}
.text, h1 ,td,tr{
	text-align: center;
	font-family:  'Montserrat', sans-serif;
	color: maroon;
	letter-spacing: 4px;
}
td,tr{
	
	text-align:left;
}
.bt1 {
	margin-left: 2.5%;
	text-align: center;
	position: absolute;
	right:5px;
}
section {
	padding: 20px 13% 0px 13%;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 15px;
}
footer{
	padding-top: 10px;
  position:fixed;
  display:flex;
  
    height: 60px;
    left: 0; 
    bottom: 0; 
    background: white; 
    color: black; 
    width: 100%;
}
    footer img {
        width: 50px;
        height: 50px;
    }
footer .copy2{
padding-left: 20px;
}
footer .copy1{
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	position: relative;
	top: 20px;
clear: left;
}
#cart_content{
position: fixed;
top: 100px;
left: 79.4%;
color: maroon;
font-size: x-large;
font-family:  'Montserrat', sans-serif;
}
.shopping_list {
	width: 400px;
	font-size: 19;
}
table {
	color: maroon;
	font-size: 25;
	width: 1150px;
}
#close {
	position: fixed;
	right:0;
	display: none;
	top: 67;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}
.input1 {
	text-align: center;
	border-radius: 5px;
	padding: 5;
	width: 45px;

}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.quantity-arrow-minus,
.quantity-arrow-plus {
	cursor: pointer;
	padding: 5px 12px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
}
.add_tovar {
	border-radius: 5px;
	padding: 5;
	cursor: pointer;
}


#clear_cart {
	padding: 0;
	border: 0;
	position: fixed;
	right: 30px;
	top: 67;
	display: none;
	cursor: pointer;
	border-radius:5px;
}



.bt_ti {
	position: fixed;
	top: 60%;
	left: 45%;
	width: 200;
	height: 50;
	font-size: xx-large;
	border-radius: 15px;
	cursor: pointer;
	background-color: white;
}
	.bt_ti:hover {
		background: maroon;
		color: white;
	}
	.sp1 {
	position: fixed;
	top: 30%;
	left: 25%;
	right:25%;
	font-size: xxx-large;
}
#sortByPrice{
	margin-left:15%;
	cursor: pointer;
	padding-bottom: 11px;
	color: #ffffff;
    background-color: maroon;
	border-radius: 5px;
}
.btbas, .bt_home, #checkout {
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #ffffff;
    background-color: maroon;
	border-radius: 5px;
}
#sortByName {
	cursor: pointer;
	padding-bottom: 11px;
	color: #ffffff;
	background-color: maroon;
	border-radius: 5px;
}
	#filter{
	
    padding-top: 12px;
    padding-bottom: 12px;
	border-radius: 5px;
	border:0;
}

main {
	background-color: #a9a9a9a9;
    width: 100%;
    left: -10px;
    top: 0;
    position: fixed;
    padding: 5px;
}
