.aws-container .aws-search-form { position: relative; width: 100%; float: none !important; } .aws-container .aws-search-form * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-hyphens: manual; -webkit-hyphens: manual; hyphens: manual; border-radius: 0 !important; } .aws-container .aws-search-form .aws-loader, .aws-container .aws-search-form .aws-loader:after { border-radius: 50% !important; width: 20px; height: 20px; } .aws-container .aws-search-form .aws-loader { position: absolute; display: none; right: 10px; top: 50%; z-index: 999; margin: 0; margin-top: -10px; font-size: 10px; text-indent: -9999em; border-top: 3px solid #ededed; border-right: 3px solid #ededed; border-bottom: 3px solid #ededed; border-left: 3px solid #555; } .aws-container .aws-search-form.aws-processing .aws-loader { display: block; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 0.7s infinite linear; animation: load8 0.7s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .aws-container .aws-search-field { height: 44px; width: 100%; color: #313131; padding: 6px; line-height: 30px; display: block; font-size: 12px; position: relative; z-index: 2; background: rgb(247, 247, 247); -webkit-appearance: none; } .aws-container .aws-search-field::-ms-clear { display: none; } .aws-container .aws-search-field:focus { background-color: #fff; } .aws-container .aws-show-clear .aws-search-field { padding-right: 40px; } .aws-container .aws-search-field:focus::-webkit-input-placeholder { color:transparent; } .aws-container .aws-search-field:focus:-moz-placeholder { color:transparent; } .aws-container .aws-search-field:focus::-moz-placeholder { color:transparent; } .aws-container .aws-search-field:focus:-ms-input-placeholder { color:transparent; } /* Clear button */ .aws-container .aws-search-form .aws-search-clear { display: none !important; position: absolute; top: 0; right: 0; z-index: 2; cursor: pointer; color: #757575; height: 100%; width: 38px; padding-left: 10px; } .aws-container .aws-search-form .aws-search-clear span { position: relative; display: block; font-size: 24px; line-height: 24px; top: 50%; margin-top: -12px; } .aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear { display: block !important; } .aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear { display: none !important; } .aws-search-result { position: absolute; text-align: left; z-index: 9999999999999; background: #fff; width: 100%; margin-top: -1px; border: 1px solid #ccc; font-size: 12px; line-height: 16px; } .aws-search-result ul { list-style: none; padding: 0; margin: 0 !important; max-height: 400px; overflow-y: auto; } .aws-search-result ul li { list-style: none; border-bottom: 1px solid #ccc; overflow: hidden; margin: 0 !important; position: relative; } .aws-search-result ul li:last-child { border-bottom: 0; } .aws-search-result .aws_result_link { display: block; cursor: pointer; padding: 10px 8px; height: 100%; overflow: hidden; text-decoration: none; border: 0; } .aws-search-result .aws_result_item:hover, .aws-search-result .aws_result_item.hovered { background: #f5f5f5; } .aws-search-result .aws_result_content { overflow: hidden; display: block; } .aws-search-result .aws_result_title { display: block; font-weight: normal; margin-bottom: 3px; color: #21759b; } .aws-search-result .aws_result_featured { margin-right: 6px; position: relative; top: -2px; } .aws-search-result .aws_result_featured svg { width: 13px; height: 13px; fill: #fa0; vertical-align: bottom; } .aws-search-result .aws_result_stock { display: block; font-weight: normal; margin-top: 4px; margin-bottom: 5px; color: #7ad03a; } .aws-search-result .aws_result_stock.out { color: #a44; } .aws-search-result .aws_result_sku { display: block; font-weight: normal; margin-top: 3px; margin-bottom: 5px; color: #222; } .aws-search-result .aws_result_cat .aws_result_title, .aws-search-result .aws_result_tag .aws_result_title { margin-bottom: 2px; } .aws-search-result .aws_result_excerpt { display: block; color: #222; } .aws-search-result .aws_result_price { display: block; padding: 2px 0; color: #222; } .aws-search-result .aws_result_price del, .aws-search-result .aws_result_price ins { background: none; padding: 0 12px 0 0; opacity: 1; } .aws-search-result .aws_result_price del { opacity: 0.8; text-decoration: line-through !important; } .aws-search-result .aws_result_cats { display: block; float: left; margin-right: 20px; } .aws-search-result .aws_result_image { display: block; height: 100%; float: left; padding-right: 10px; } .aws-search-result .aws_result_image img { width: 50px; height: 50px; box-shadow: none; } .aws-search-result .aws_result_sale { display: block; height: 42px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 47px; } .aws-search-result .aws_onsale { background: #77a464 none repeat scroll 0 0; color: #fff; display: block; float: right; height: 20px; padding-top: 2px; position: relative; right: -25px; text-align: center; top: 3px; transform: rotate(45deg); width: 77px; } .aws-search-result .aws_no_result { line-height: 40px; padding: 0 6px; cursor: auto; } .aws-search-result .aws_search_more { } .aws-search-result .aws_search_more a { line-height: 40px; display: block; text-decoration: none; border: 0; text-align: center; color: #21759b; } .aws-search-result .aws_search_more a:hover { background: #f5f5f5; }