.store select{
    width: 200px;
}
.store select:focus{
    box-shadow: none;
    border-color: var(--main-color);
}
.store .box img {
    width: 340px;
}
.store img.custom{
    width: 365px;
}
.store .add {
    border: 1px solid var(--main-color);
    transform: var(--trans) linear;
}
.store .add:hover{
    background-color: var(--main-color);
    color: white;
}