.btn-read {
text-decoration: none;
background-color: #0066FF;
display: inline-block;
padding: 6px 67px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
}
.btn-read:hover {
background-color: #0033FF;
color: white;
text-decoration: none;
}
.product-name {
font-size: 16px;
color: #778899;
line-height: 1.2;
height: 55px;
}
.product-name:hover {
color: #0066FF;
}
.product-p {
padding-left: 5px;
font-size: 15px !important;
text-decoration: line-through;
color: #d0d0d0;
}
.product-p-sale {
padding-left: 10px;
font-size: 22px;
color: #0033FF;
}
.product-desc {
padding: 10px 5px 10px;
line-height: 0.8;
text-align: center;
}
.product-discount {
padding: 7px 10px 0px 10px;
position: absolute;
top: 5px;
right: 5px;
width: auto;
height: 28px;
color: white;
background-color: #330066;
border-radius: 0px 5px;
}
.box-product {
padding: 5px 5px 5px 5px;
position: relative;
min-height: 1px;
float: left;
width: 25%;
box-sizing: border-box;
text-align: center;
}
.box-border {
border-radius: 5px;
border: 1px solid #eaeaea;
background-color: white;
cursor: pointer;
overflow: hidden;
padding: 5px;
}
.section-box-product {
font-family: Tahoma, Verdana, Ms Sans Serif;
border: 2px;
}
.text-purple {
color: #fff;
}
.button2 {
color: #fff;
font: 8pt Tahoma;
float: right;
background-position: left;
background-repeat: no-repeat;
margin-top: 8px;
}
.grad {
border-top: 15px;
padding: 11px;
background-image: linear-gradient(to right, #FFCCCC, #99FFFF );
}
.box-product-1{
border: 1px;
overflow: hidden;
}