h1, h2 {
   font-family: 'Merriweather', serif;   
 }

p {
  font-family: 'Alegreya Sans', sans-serif;
 }


.myButton {
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background-color:transparent;
	border-radius:3px;
	border:1px solid #802528;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.myButton:hover {
	background-color:#802528;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

input {
    display: none;
}

.btn{
    display:none;
}

label {
    display: block;    
    padding: 8px 22px;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    border-bottom:1px solid black;
    color: #D71920;
    transition: ease .5s;
    font-size:20px;
    position: relative; /* ADDING THIS IS REQUIRED */
}

label:hover {
    background: #f2f2f2;
}

label::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
}

input:checked + label::after {
    content: '-';
    right: 14px;
    top: 3px;
}

.content {
    background: white;
    padding: 10px 25px;
    margin: 0 0 1px 0;
    border-radius: 3px;
}

input + label + .content {
    display: none;
}

input:checked + label + .content {
    display: block;
}



.product{
   background-color:white;
   padding:20px 10px;
margin-right:10px;
}

.line-break{
   border-top:2px solid black;
   max-width: 150px;
   margin: 0 auto;
}

.durability{
   min-height:175px;
}

.right {
   text-align:right;
}



hr{
  margin:5px 0!important;
}
.home{
  margin-top:2em;
}
.right img{
  float:right;
  padding:.5em;
margin:1em;
}

.left img{
  float:left;
  padding:.5em;
margin:1em;
}

@media only screen and (max-width: 768px) {
  .warranty-img {
    display: none;
  }
  .btn{
     display:block;
 
  }
}