.single-inputfield:first-child{
    width: 66%;
}
@media(max-width: 1024px){
    .single-inputfield:first-child {
        width: 100%;
    }
}

#app .store-contact {
    width: 25%;
}


#app .v-text-field {
    padding-top: 0;
    margin-top: 0;
}
#app .v-input input {
    max-height: 100%;
}
#app .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    border: 0 !important;
    display: none !important;
}

@media(max-width: 1024px){
	#app .list-details ul {
	    margin: 0;
	    padding: 0;
	}
	#app .store-contact {
	    width: 100%;
	}
}