/*!* Plugin styles *!*/
.aws-container .product-search-form {
    height: 100%;
}

.aws-container, .aws-container .product-search-form .aws-wrapper {
    height: 100%;
}

/* Loader */
.aws-container .product-search-form .aws-wrapper .aws-loader,
.aws-container .product-search-form .aws-wrapper .aws-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.aws-container .product-search-form .aws-wrapper .aws-loader {
    position: absolute;
    display: none;
    right: 66px;
    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 .product-search-form.aws-processing .aws-wrapper .aws-loader {
    display: block;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.aws-search-result {
    position: absolute;
    z-index: 999999999;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

.aws-search-result .aws_result_scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.aws-search-result .aws_result_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ededed;
}
.aws-search-result .aws_result_scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #ededed;
}

.aws-search-result .aws_result_scroll::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}

.aws-search-result .aws_result_inner {
    /*margin-right: 170px;*/
    /*border-right: 1px solid #ccc;*/
}

.aws-search-result .aws_result_filter {
    width: 170px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.aws-search-result .aws_result_filter .aws_result_filter_inner {
    position: relative;
    top: 0;
    padding: 10px 15px;
}

.aws-search-result .aws_results {
    list-style: none;
    padding: 0;
}

.aws-search-result.aws_no_result .aws_results {
    margin-bottom: 0;
}

.aws-search-result .aws_results .aws_result_item {
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 15px 15px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
    background: #f5f5f5;
}

.aws-search-result .aws_result_item .aws_result_link_top {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.aws-search-result .aws_result_item a,
.aws-search-result .aws_result_item button,
.aws-search-result .aws_result_item span[href],
.aws-search-result .aws_result_item [data-link] {
    position: relative;
    z-index: 2;
}

.aws-search-result .aws_result_content {
    overflow: hidden;
    display: block;
}

.aws-search-result .aws_result_head {
    position: relative;
    display: flex;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    flex-wrap: nowrap;
    color: #000000;
    justify-content: space-between;
}

.aws-search-result .aws_result_cat .aws_result_head,
.aws-search-result .aws_result_tag .aws_result_head,
.aws-search-result .aws_result_tax .aws_result_head {
    margin-bottom: 2px;
}

.aws-search-result .aws_result_tax .aws_result_head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.aws-search-result .aws_result_tax .aws_result_head img {
    width: 16px;
    height: auto;
    margin: -1px 5px 0 0;
}

/* Users search */
.aws-search-result .aws_result_user .aws_result_head {
    justify-content: flex-start;
}

.aws-search-result .aws_result_user .aws_result_head img {
    width: 16px;
    height: auto;
    margin: -1px 7px 0 0;
}

.aws-search-result .aws_result_title {
    display: block;
    padding: 0 20px 0 0;
}

.aws-search-result .aws_result_featured {
    margin: 0 6px 0 0;
    position: relative;
    top: -1px;
    left: 3px;
}

.aws-search-result .aws_result_featured svg {
    width: 13px;
    height: 13px;
    fill: #fa0;
    vertical-align: bottom;
}

.aws-search-result .aws_onsale {
    background: #77a464 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -22px;
    text-align: center;
    top: 8px;
    transform: rotate(45deg);
    width: 77px;
}

.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: #aaa;
}

.aws-search-result .aws_result_brands {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 7px;
    color: #3f3f3f;
    display: inline-flex;
    align-items: center;
}

.aws-search-result .aws_result_brands .aws_brand {
    padding-right: 10px;


    display: flex;
    align-items: center;
}

.aws-search-result .aws_result_brands .aws_brand img {
    margin: 0 4px 0 0;
    height: auto;
    width: 16px;
}

.aws-search-result .aws_result_brands .aws_brand .aws_brand_name {
    position: relative;
}

.aws-search-result .aws_result_excerpt {
    display: block;
    color: #313131;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
}

/* Rating */
.aws-search-result .aws_rating {
    display: block;
    margin-top: 7px;
}

.aws-search-result .aws_rating .aws_votes {
    position: relative;
    display: inline-block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NzBDNUJBREI0NzExRTVBMzA4RDg5QTYzM0I4NjJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU5NzBDNUJCREI0NzExRTVBMzA4RDg5QTYzM0I4NjJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTk3MEM1QjhEQjQ3MTFFNUEzMDhEODlBNjMzQjg2MkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTk3MEM1QjlEQjQ3MTFFNUEzMDhEODlBNjMzQjg2MkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uu2KkAAABBUlEQVR42mL8//8/Azo4e/YsG5BiB+IvxsbGGAqYGLADAyDOA2IubJK4NJkBcTEQ8xOlCeg0FiDlBMSCQGyNTRPjmTNneIC0PBB/A2KQ+9WBeAUQCwDxNiDOgqplBmKQgQ9BBDcQFwGxJ8jjQMwD1QAC7kC8A6qBEYh7gXgZIyj0gE6SBXImAnEgDj/+BeIKIJ4EDM1fjLAghwZzHRBXo2l4BcRJQMVbMQICZAKQWg/1FzK4B8Tb8YVeINTtr6B+AQENILbCpykAiM8BsR8QhwFxNjSu7FCCHMlPIBOjgHgy0KmvkeLNGUgZAfE0oPhXdJteAnEXsgaoX/cCqQVA/AcmBhBgAFSOR2sRwnLNAAAAAElFTkSuQmCC');
    background-position: 0 0;
    font-size: 0;
    background-size: 13px 13px;
    width: 65px;
    height: 13px;
}

.aws-search-result .aws_rating .aws_votes .aws_current_votes {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczN0NBQ0M4REI0NzExRTVBRkM4QjEwRTYzMEU5NzgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczN0NBQ0M5REI0NzExRTVBRkM4QjEwRTYzMEU5NzgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzM3Q0FDQzZEQjQ3MTFFNUFGQzhCMTBFNjMwRTk3ODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzM3Q0FDQzdEQjQ3MTFFNUFGQzhCMTBFNjMwRTk3ODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56rxCSAAABCklEQVR42mL8//8/AwZYzcgGJNmB+AtDKKYCJgbswACI84CYC5skLk1mQFwMxPzEaVrNyAIknYBYEIitsWli/L+KgQdIywPxNyAGuV8diFcAsQAQbwPiLKhaZiAGGfgQpEkcyGgDYk+wxxnAhkhCFf4F4ttQDYxA3AvEyxjBobeaURbImQjEgTj8CNJcAcSTgKH5ixEe5JBgrgPiajQNr4A4Cah4K8JPyNGwmtEYSJ6GOgUGToADJPT/P1yhFwjVADJ9B1RMA4it8AV5ABCfA2I/IA4D4mxoXNmhBjnCTyATo4B4MtApr5Gc7AwkjYB4GlD8K7omUGT+Bkp8wRLhokDyE1DuJ4gLEGAARw5K1iodv/cAAAAASUVORK5CYII=');
    background-position: 0 0;
    font-size: 0;
    background-size: 13px 13px;
    height: 13px;
}

.aws-search-result .aws_rating .aws_review {
    color: #ccc;
    font-size: 10px;
    display: inline-block;
    margin: 0 0 0 6px;
    height: 13px;
    position: relative;
    top: -2px;
}

/* Variations */
.aws-search-result .aws_variations {
    margin-top: 2px;
    display: block;
}

.aws-search-result .aws_variations .aws_variation {
    display: block;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
    padding: 7px 0 3px;
}

.aws-search-result .aws_variations .aws_variation .aws_variation_name {
    margin: 0 6px 0 0;
    color: #848484;
}

.aws-search-result .aws_variations .aws_variation .aws_variation_subname {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #aaaaaa;
    margin: 0 5px 2px 0;
}

.aws-search-result .aws_result_term {
    display: block;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
    padding-top: 7px;
}

.aws-search-result button {
    display: inline-block;
    position: relative;
    height: 28px;
    border-radius: 3px;
    padding: 6px 12px;
    background-color: #ebe9eb;
    color: #515151;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}
.aws-search-result button:hover {
    background-color: #dad8da;
}

.aws-search-result .aws_add_to_cart {
    display: block;
    white-space: nowrap;
}

.aws-search-result .aws_add_to_cart .aws_quantity_field {
    display: inline-block;
    position: relative;
    z-index: 2;
    float: right;
    margin: 2px 0 0 4px;
    padding: 6px 6px 6px 9px;
    background-color: #ebe9eb;
    color: #515151;
    font-size: 13px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    width: 55px;
    height: 28px;
    vertical-align: middle;
}

.aws-search-result .aws_add_to_cart .aws_quantity_field:hover::-webkit-inner-spin-button,
.aws-search-result .aws_add_to_cart .aws_quantity_field:focus::-webkit-inner-spin-button,
.aws-search-result .aws_add_to_cart .aws_quantity_field:hover::-webkit-outer-spin-button,
.aws-search-result .aws_add_to_cart .aws_quantity_field:focus::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: button;
    -moz-appearance: button;
}

.aws-search-result .aws_add_to_cart .aws_cart_button,
.aws-search-result .aws_add_to_cart .aws_quantity_change {
    display: inline-block;
    position: relative;
    z-index: 2;
    float: right;
    height: 28px;
    margin: 2px 0 0 4px;
    border-radius: 3px;
    padding: 6px 12px;
    background-color: #ebe9eb;
    color: #515151;
    font-weight: 700;
    font-size: 13px;
    vertical-align: middle;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.aws-search-result .hovered .aws_add_to_cart .aws_cart_button,
.aws-search-result .hovered .aws_add_to_cart .aws_quantity_change {
    background-color: #e2e0e2;
}

.aws-search-result .aws_add_to_cart .aws_cart_button:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/loader-2.gif) no-repeat 50% 50%;
}

.aws-search-result .aws_add_to_cart .aws_cart_button.loading:after {
    display: block;
}

.aws-search-result .aws_add_to_cart .aws_cart_button.loading .aws_cart_button_text {
    opacity: 0;
}

.aws-search-result .aws_add_to_cart .aws_cart_button:hover,
.aws-search-result .aws_add_to_cart .aws_quantity_change:hover {
    background-color: #dad8da;
}

.aws-search-result .aws_add_to_cart.active .aws_cart_button,
.aws-search-result .aws_add_to_cart.active .aws_quantity_change {
    background-color: rgba(0, 128, 0, 0.12);
    /*rgba(119, 164, 100, 0.2);*/
    cursor: auto;
}

.aws-search-result .aws_add_to_cart.active .aws_quantity_field,
.aws-search-result .aws_add_to_cart.active .aws_quantity_change {
    display: none;
}

.aws-search-result .hovered .aws_add_to_cart.active .aws_cart_button {
    background-color: rgba(0, 128, 0, 0.16);
}

.aws-search-result .aws_result_price {
    display: block;
    flex-shrink: 0;
    padding: 0;
    text-align: right;
}

.aws_result_item.on-sale .aws_result_price {
    padding: 0 25px 0 0;
}

.aws-search-result .aws_result_price del,
.aws-search-result .aws_result_price ins {
    background: none;
    padding: 0 0 0 6px;
    opacity: 1;
}

.aws-search-result .aws_result_price del {
    opacity: 0.8;
    text-decoration: line-through;
}

.aws-search-result .aws_result_cats {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.aws-search-result .aws_result_image {
    display: block;
    height: 100%;
    float: left;
    padding: 0 15px 0 0;
}
.aws-search-result .aws_result_image img {
    width: 60px;
    height: auto;
    box-shadow: none;
}

.aws-search-result.aws_no_result .aws_results .aws_result_item {
    line-height: 1.5;
    padding: 10px 15px;
    cursor: default;
    border-bottom: 0;
}

.aws-search-result.aws_no_result .aws_results .aws_result_item:hover {
    background: inherit;
    color: inherit;
}


.aws-search-result .aws_search_more {
    line-height: 24px;
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #21759b;
}
.aws-search-result .aws_search_more a:hover {
    background: #f5f5f5;
}

.aws-search-result.aws_one_result .aws_results .aws_result_item {
    width: 100%;
}
