a.woos-product-link, a.woos-product-link h3{text-decoration: none!important;}
.woos-container .woos-search-results {display: none;position: absolute;width: 100%;background: #ffffff;padding: 12px 12px;border: 1px solid #e0e0e0;z-index: 15;transform: translateY(-1px);top: 77px;left: 0;}
.woos-container .woos-search-results.active {display: block;}
.woos-container .woos-search-results ul {list-style: none;margin:0 !important;padding: 0 !important;}
.woos-container .woos-search-results ul li {display: block;padding: 12px 0;position: relative;border-bottom: 1px dashed #e0e0e0;}
.woos-container .woos-search-results ul li:last-child {border-bottom: none;}
.woos-container .woos-search-results ul li a {display: table;width: 100%;} 
.woos-container .woos-search-results ul li a > * {display: table-cell;vertical-align: top;}
.woos-container .woos-search-results .woos-product-image {width: 72px;max-width: 72px;}
.woos-container .woos-product-data {padding-left: 24px;}
.woos-container .woos-search-results h3 {display: block;}
.woos-container .woos-product-data div:not(.woos-product-categories) {display: inline-block;vertical-align: middle;}
.woos-container .woos-product-data .woos-product-price {position: absolute;top: 12px;right: 0;}
.woos-container .woos-product-data .woos-product-stock {padding: 4px 8px;background: #eeeeee;border-radius: 4px;position: absolute;bottom: 12px;right: 0;}
.woos-container .woos-product-categories > span {display: znline-block;margin-right: 4px;}
.woos-container .woos-product-categories > span:after {content: ",";}
.woos-container .woos-product-categories > span:last-child:after {content: "";}
.woos-container .woos-product-categories > span:last-child {margin-right:0;}
/* Default Layout */
.woos-select-wrapper{width: 25%;}
.woos-search-wrapper{width: 65%;}

.woos_layout {position: relative;padding: 18px 5px 24px 5px;border-radius: 4px;border:1px solid #e0e0e0;background: #f5f5f5;}
.woos_layout .woos-product-search select {width: 100% !important;min-height: 40px !important;margin-bottom: 16px;}
.woos_layout .woos-product-search select,
.woos_layout .woos-product-search input {background: #ffffff;border:1px solid #e0e0e0;}
.woos_layout .woos-search-wrapper {position: relative;}
.woos_layout .woos-search-wrapper input {padding-right: 35px !important;}
.woos_layout .woos-search-wrapper .laoding_img {position: absolute;top: 6px;right: 10px;width: 20px;height: 20px;fill:#bdbdbd;transform-origin: center;opacity: 0;}
.woos_layout .woos-search-wrapper.loading img {opacity:1;}
.woos_layout .woos-group{float: left;width: 50%;margin-bottom: 15px;}
.woos_layout .woos-control{
    display: block;
    width: 99%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #bfcbd9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woos_layout .woos-control:focus, .woos-control input[type="search"]:focus{border-color: #03a9f4 !important;-webkit-box-shadow: none;box-shadow: none;outline: 0 none!important;border: 1px solid;}
.woos_layout .woos-search-wrapper .woos-control{float: right !important;}
.woos_layout input[type="submit"] {
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    padding: 6px 15px;
    top: 0px;
    right: 0;
    border-radius: 0;
    font-size: 14px;
    background: none;
    color: #c1c6ca;
    border: medium none;
    line-height: 1.5;
}

