.inputControl
{
	width: 40%;
}
@media only screen and (max-width: 900px) 
{
	.inputControl
	{
		width: 100%;
	}
}


.accessories-img.img1 {
    background-image: url("../images/imagen.jpeg");
}

.widget-catagories ul  li {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid #cdc586;
    border-bottom: 1px solid #cdc586;
    padding: 10px 0 5px;
}

.widget-catagories ul  li {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    margin-top: -9px;
    border-top: 1px solid #cdc586;
    border-bottom: 0px solid #cdc586;
    padding: 10px 0 5px;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
}

.widget-catagories span {
    border: 1px solid #cdc586;
    color: #000000;
    float: right;
    font-family: "PT Sans";
    font-size: 24px;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 800;
}

.widget-catagories li:hover span {
    background-color: #000000;
    color: #fff;
}