a {
    color: #333333;
}
big, small {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
.in-store-form-page #to-store-date{
	visibility:hidden;
}

.in-store-form-page ul.form-list{
	list-style:none;
	padding-left:0px;
}

.form-list .field {
    /*float: left;*/
    margin: 0;
    width: 48%;
}

.col-main {
    padding-bottom: 30px;
}

button.button {
    -webkit-border-fit: lines;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    cursor: pointer;
}

.form-list label {
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.row.visit_store .col-md-6:first-child {
    padding-right: 15px;
}
.row.visit_store .col-md-6 {
    margin-bottom: 20px;
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

button.button span {
    display: block;
    border: 0;
    background: #08c;
    padding: 0 15px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    line-height: 38px;
    border-radius: 0px;
}

button.button span span {
    border: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    line-height: inherit;
}

.form-list textarea {
    height: 10em;
    line-height: 1.4;
    padding: 10px;
    border-radius: 0px !important;
}

.form-list input.input-text {
    height: 38px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px !important;
}

@media (max-width: 767px){
.form-list .field, .col2-set .col-1, .col2-set .col-2 {
    float: none!important;
    width: 100%;
}
.datepick-multi.datepick {
    width: 100% !important;
}
	.datepick-month{
		width: 33.3% !important;
	}
}
@media(max-width:500px) {
	.content_sections .cat_block {
		width: 100%;
	}
	.datepick-month thead{
		display:none;
	}
	.datepick-month td{
		width:100%;
		display:block;
	}
}