#tag-search-form label{
    padding: 8px 20px 0px;
    border:1px solid #ddd;
    display: block;
    cursor:pointer;
    width: 49%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
    position: relative;
    z-index: 11;
}
#tag-search-form label span{
    font-size:14px;
    padding:8px 30px 8px 10px;
    display:inline-block;
    border:1px solid #ddd;
    border-radius:5px;
    position:relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
#tag-search-form label span:before,
#tag-search-form label span:after{
    content:"";
    display:block;
    width:12px;
    height:2px;
    background:#ddd;
    top:16px;
    right:5px;
    position:absolute;
    transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
#tag-search-form label span:before{
    transform: rotate(45deg); -webkit-transform: rotate(45deg);
    
}
#tag-search-form label span:after{
    transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
}

#tag-search-form button{
    width: 49%;
    height: 42px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    border: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    margin-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tag-search-form .form-tag-clearer,
#tag-search-form{
    float:left;
    width:100%;
    position:relative;
}
#tag-search-form .form-tag-clearer{ }
#form-auto-suggest-tags{
    clear:both;
    width:49%;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    top: 0px;
    z-index: 10;
}
#form-auto-suggest-tags ul{ margin:0; padding: 0; list-style:none; }
#form-auto-suggest-tags ul li{ padding: 10px 20px; border-bottom:1px solid #ddd; cursor:pointer; }
#form-auto-suggest-tags ul li:last-child{ border-bottom: 0; }
#form-auto-suggest-tags ul li:hover{background: #f9f9f9;}
#form-auto-suggest-tags ul li.active-list{background: #eee!important;}

#tag-search-field{
    padding: 6px 30px 5px 10px;
    border: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 7px;
    outline: 0;
}

#result-tag-search{ margin: 0px 0 0; clear:both; }
#result-tag-search h3.custom{
    font-family: 'chaletparisnineteensixty', sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 38px;
    padding: 10px 20px;
}

.tag-search-list .product.preview .header h2{ padding-bottom: 15px; }

@media only screen and (max-width: 680px) {
	#tag-search-form label{ width:100%; margin: 0 0 20px; }
	#tag-search-form button{ width:100%; margin: 0; }
	#form-auto-suggest-tags{top: -63px;}
}