/*header*/
.amsearch-form-block {
    margin-bottom: 20px;
}
.amsearch-input-wrapper .amsearch-input {
    border-radius: 8px;
    border: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
    background-image: url(../images/search-icon.png);
    width: 26px;
    opacity: 1;
    background-size: 17px;
}
.amsearch-form-block.-opened {
    width: 100% !important;
}
.amsearch-result-section {
    background-color: #eee;
    width: calc(100% - 15px);
    min-width: auto;
}
.amsearch-items-section:not(:first-child:last-child) .amsearch-block-header .amsearch-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px 0 9px;
    position: relative;
}
.amsearch-items-section:not(:first-child:last-child) .amsearch-block-header .amsearch-title:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #5c5c5c;
    border-radius: 50%;
}
.amsearch-items-section .amsearch-item-container .amsearch-item .amsearch-link {
    padding: 3px 6px;
    background-color: transparent;
    font-size: 12px;
    color: #000;
}
.amsearch-items-section .amsearch-item-container .amsearch-item {
    border: 0;
    background-color: transparent !important;
}
.amsearch-item-container .amsearch-highlight {
    font-weight: 700;
    color: #000;
    background: transparent;
    padding: 0;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 100% !important;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    display: flex;
    flex-wrap: nowrap;
}
.amsearch-products-section .amsearch-image {
    flex: 0 0 21%;
    max-width: 21%;
}
.amsearch-products-section .product-item-link,
.amsearch-products-section .amsearch-link,
.amsearch-products-section .amsearch-link:hover {
    color: #333333;
}
.amsearch-highlight {
    padding: 0 2px;
    background-color: #53c6ff;
    color: #fff;
    word-wrap: normal;
    font-weight: 400;
}
.amsearch-products-section .amsearch-item:hover {
    background: #ccc;
}
header .header.content .block-search .amsearch-clone-position {
    width: 100% !important;
}
.page-header .amsearch-wrapper-block:before {
    height: 0;
}
.amsearch-wrapper-block {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .amsearch-form-block {
        padding-left: 67px;
    }
}

@media (min-width: 769px){
	.page-header .header.content .amsearch-wrapper-block {
		float: none;
	    width: 100%;
	}
	.compare.wrapper {
		/*float: none;*/
	}
    .amsearch-products-section:not(:first-child) {
        border-left: 0;
    }
}

@media (min-width: 992px) {
    .amsearch-form-block {
        padding-left: 15px;
    }
}

@media (max-width: 768px){
    .navigation .level0 > .level-top:hover {
        color: #fff;
    }
}
/*end header*/




/*footer*/
.block.newsletter input {
	margin-right: 0;
}


@media (min-width: 769px){
	.footer.content .block.newsletter {
		max-width: 100%;
	}
}
/*end footer*/


/*listing page*/
.toolbar-products .right-tool {
    float: none;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-products.page-layout-2columns-left .main {
    padding-left: 0;
}

/*end listing page*/


/*Upgrade QA points css: 2/11/22*/
.product-item-actions .actions-primary+.actions-secondary>.action {
    line-height: 28px;
}
.page-wrapper {
    min-height: auto;
}
.agreements-modal .checkout-agreements-item-content {
    height: 100% !important;
}

/*search bar changes - 23/0/2023*/
.amsearch-description.product .minimal-price-link, .amsearch-description.product .product-item-actions .actions-secondary {
  display: none;
}
.amsearch-description.product .tax.weee.price-final_price,
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  display: flex;
  align-items: center;
}
.amsearch-description.product .tax.weee .field-wrap {
    padding-left: 5px;
}
.amsearch-products-section .product-item [data-role='priceBox'] .minimal-price {
    padding-right: 5px;
    flex-basis: auto;
    white-space: nowrap;
}
.amsearch-description.product .page-products .product-item-actions {
    margin-top: 0;
}
.amsearch-products-section .product-item [data-role='priceBox'] p, 
.amsearch-products-section .product-item [data-role='priceBox'] span {
    padding-bottom: 0;
}
.amsearch-products-section .product-item [data-role='priceBox'] p {
    margin-bottom: 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    display: flex;
}

@media (min-width: 640px) {
    .product-item-actions .actions-primary+.actions-secondary {
        padding-left: 10px;
    } 
    .product-item-actions .actions-primary+.actions-secondary>.action {
        line-height: inherit;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .wrapper.links {
        min-height: 28px;
    }
}

@media (max-width: 767px) {
    .account .columns {
        padding-top: 50px;
    }
}