Featured Products
Most Popular Products
-
MSRP:
Was:
Now:
$28.00 - $32.00
-
MSRP:
Was:
Now:
$28.00 - $32.00
-
MSRP:
Was:
Now:
$28.00 - $32.00
-
MSRP:
Was:
Now:
$28.00 - $32.00
New Products
input[type=text] {
width: 350px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 10px 12px 10px;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 50%;
}
button {
width: 350px;
background-color: orange;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
border-radius: 4px;
}
.remarketyForm {
text-align: center;
}
button[type=submit] {
text-transform: capitalize;
font-size: 16px;
font-weight: bold;
}