.marg-top {
    margin-top: 40px;
}

table.tires-input-table tr{
    overflow: hidden;
}

table.tires-input-table > thead > tr > th {
    padding: 8px;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
    font-weight: bold;
    text-align: center;
}

table.tires-input-table > tbody > tr > td {
	padding: 8px;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
    text-align: center;
}

table.tires-input-table > tbody > tr > td > select {
	width: 100%;
}

.checkdiv .tire-tax-child {
    padding-left: 20px;
}

.btn-tire {
    cursor: pointer;
}

.tires-dealer-select {
    cursor: pointer;
}

.search-formy {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
}

.wrap-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wrap-size {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
}

.wrap-season {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;

    margin-top: 20px;
}

.search-formy .wrap-season.small label {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.form-item {
    outline: none;
    font-size: 18px;
    padding: 5px 0;
    color: #2b2b2b;
}

.search-formy .sizes {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-bottom: 20px;
}

.search-formy label:last-child {
    margin-bottom: 20px;
}

.search-formy .size-car, .search-formy input[type='submit'] {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 20px 0;
    outline: none;
}

.search-btn {
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 13px 18px !important;
    margin-right: 0px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background-color: #488cc8;
    margin-top:0 !important;
}

#content-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
}

.item-container {
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    margin-bottom: 20px;
}

.search-formy label {
    font-size: 18px;
    color: #616161;
}

.search-formy input[type='radio'] {
    margin-right: 5px;
}

@media all and (max-width: 480px) {
    .item-container {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.afill-img img{
    width: 100%;
}

.load-hide {
    display: none;
}