.lds-ring {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #0098dd;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #0098dd transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.searchDirectOrder__table {
    display: table;
    width: 100%
}

.searchDirectOrder__row {
    display: table-row
}

.searchDirectOrder__row__column {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.searchDirectOrder__row__column--image {
    padding-right: 5px;
    position: relative;
    width: 100px
}

@media(min-width:768px) {
    .searchDirectOrder__row__column--title {
        padding-right: 5px
    }
}

@media(min-width:768px) {
    .searchDirectOrder__row__column--availability {
        padding-right: 5px
    }
}

@media(min-width:768px) {
    .searchDirectOrder__row__column--energyEfficiency {
        padding-right: 5px
    }
}

.searchDirectOrder__row__column--addToCart {
    white-space: nowrap;
    text-align: right
}

.searchDirectOrder__imageWrapper {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.searchDirectOrder__imageWrapper__image {
    vertical-align: middle;
    display: inline-block;
    max-width: 100px;
    max-height: 100px
}

.searchDirectOrder__discount {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    padding-left: 5px;
    padding-right: 12px;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 80% 100%, 0% 100%);
    background-color: #e86c60;
    position: absolute;
    top: 0;
    left: 0
}

@media(min-width:768px) {
    .searchDirectOrder__discount {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 20px
    }
}

.searchDirectOrder__imageAnnotation {
    color: #a6a6a6;
    font-size: 9px;
    line-height: 2
}

.searchDirectOrder__title {
    font-size: 14px;
    line-height: 1.14286;
    height: 32px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 5px;
    display: block
}

.searchDirectOrder__sellerInfo {
    display: block
}

.searchDirectOrder__sellerInfo__icon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom
}

.searchDirectOrder__sellerInfo__name {
    font-size: 13px;
    line-height: 16px;
    color: #0098dd
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder__sellerInfo__name {
        font-size: 12px
    }
}

.searchDirectOrder__price {
    text-align: right
}

.searchDirectOrder__price__crossedOut {
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.53846;
    height: 20px;
    color: #e86c60;
    text-decoration: line-through
}

.searchDirectOrder__price__linePrice {
    white-space: nowrap;
    font-size: 21px;
    line-height: 1.14286
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder__price__linePrice {
        font-size: 16px;
        line-height: 1.5625
    }
}

.searchDirectOrder__price__additionalCosts {
    white-space: nowrap;
    font-size: 9px;
    line-height: 2;
    height: 18px;
    color: #a6a6a6
}

.searchDirectOrder__price__basePrice {
    white-space: nowrap;
    font-size: 9px;
    line-height: 2;
    color: #a6a6a6
}

.searchDirectOrder__availability__line1 {
    font-size: 12px;
    line-height: 1.5
}

.searchDirectOrder__availability__line1.green {
    color: #72c472
}

.searchDirectOrder__availability__line1.green:before {
    height: 8px;
    width: 8px;
    background-color: #72c472;
    border-radius: 50%;
    display: inline-block
}

.searchDirectOrder__availability__line1.yellow {
    color: #ffaa1f
}

.searchDirectOrder__availability__line1.yellow:before {
    height: 8px;
    width: 8px;
    background-color: #ffaa1f;
    border-radius: 50%;
    display: inline-block
}

.searchDirectOrder__availability__line1.red {
    color: #e86c60
}

.searchDirectOrder__availability__line1.red:before {
    height: 8px;
    width: 8px;
    background-color: #e86c60;
    border-radius: 50%;
    display: inline-block
}

.searchDirectOrder__availability__line1:before {
    vertical-align: baseline;
    content: '';
    margin-right: 5px
}

.searchDirectOrder__availability__line2 {
    font-size: 12px;
    line-height: 1.5;
    color: #a6a6a6
}

.searchDirectOrder__energyEfficiency__image {
    height: 21px;
    display: block
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder__energyEfficiency__image {
        height: 16px
    }
}

.searchDirectOrder__energyEfficiency__link {
    font-size: 12px;
    line-height: 1.5;
    color: #0098dd;
    display: block
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder__energyEfficiency__link {
        font-size: 9px;
        line-height: 2
    }
}

.searchDirectOrder__addToCart__quantityInput {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #a6a6a6;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    outline: none
}

.searchDirectOrder__addToCart__quantityInput:focus {
    outline: none;
    box-shadow: none;
    position: relative
}

.searchDirectOrder__addToCart__unit {
    line-height: 40px;
    font-size: 16px
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder__addToCart__unit {
        font-size: 14px
    }
}

.searchDirectOrder__addToCart__button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center
}

.searchDirectOrder__addToCart__button.addToCart {
    background-color: #ffe600
}

.searchDirectOrder__addToCart__button.toPdp {
    background-color: #0098dd
}

.searchDirectOrder__addToCart__button__icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

@media(min-width:0) and (max-width:768px) {
    .searchDirectOrder .desktop {
        display: none
    }
}

@media(min-width:768px) {
    .searchDirectOrder .mobile {
        display: none
    }
}

.cmsNavSearch__base {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 2px;
}

.cmsNavSearch__input {
    display: inline-block;
    width: calc(100% - 77px);
    height: 38px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    line-height: 46px;
    text-indent: 20px;
}

@media(min-width:768px) {
    .cmsNavSearch__input {
        height: 46px
    }
}

@media all and (-ms-high-contrast:none) {
    .cmsNavSearch__input {
        width: calc(100% - 55px)
    }
}

.cmsNavSearch__input:focus {
    outline: none
}

.cmsNavSearch__input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.cmsNavSearch__input::-ms-clear {
    display: none
}

.cmsNavSearch__input::-webkit-search-decoration {
    display: none
}

@media(min-width:1025px) {
    .cmsNavSearch__input {
        font-size: 16px
    }
}

.cmsNavSearch__icon.cmsIcon {
    width: 24px;
    height: 24px
}

@media(min-width:1025px) {
    .cmsNavSearch__icon.cmsIcon {
        width: 20px;
        height: 20px
    }
}

.cmsNavSearch__icon__clear {
    position: absolute;
    top: calc(50% - 6px);
    right: 48px;
    cursor: pointer
}

@media(min-width:1025px) {
    .cmsNavSearch__icon__clear {
        top: calc(50% - 10px)
    }
}

.cmsNavSearch__icon__clear.cmsIcon {
    width: 12px;
    height: 12px
}

@media(min-width:1025px) {
    .cmsNavSearch__icon__clear.cmsIcon {
        width: 20px;
        height: 20px
    }
}

.cmsNavSearch__submitBtn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ff0;
    border-radius: 50%;
    margin-top: -2px;
}

.cmsNavSearch__suggestContainer {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #0098dd;
    padding: 20px 30px;
    z-index: 6
}

.cmsNavSearch__suggestContainer em {
    font-style: normal;
    color: #0098dd
}

.cmsNavSearch__suggestContainer__title {
    margin-bottom: 20px
}

.cmsNavSearch__suggestContainer__seperator {
    height: 2px;
    background-color: #0098dd;
    margin: .5rem 0;
    width: 100%
}

.cmsNavSearch__suggestContainer__categories:after {
    content: " ";
    display: block;
    clear: both
}


.cmsNavSearch__suggestContainer__categories__item {
    display: block;
    overflow: hidden;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.cmsNavSearch__suggestContainer__categories__item[data-navigating-keyboard-selected-item],
.cmsNavSearch__suggestContainer__categories__item:hover,
.cmsNavSearch__suggestContainer__categories__item:focus {
    background-color: #ebebeb
}

.cmsNavSearch__suggestContainer__categories__item#deleteAllHistory {
    color: #333;
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.cmsNavSearch__suggestContainer__categories__item#deleteAllHistory #deletionText {
    color: #0081bc;
    font-weight: 400;
    position: absolute;
    right: 0
}

.cmsNavSearch__blur {
    filter: blur(2px)
}


.cmsNavSearch__logItem {
    display: flex;
    align-items: center;
}

.cmsNavSearch__logItem[data-suggest-searchloghistoryarrow-value],
.cmsNavSearch__logItem:hover,
.cmsNavSearch__logItem:focus {
    background-color: #ebebeb;
}

.cmsNavSearch__arrowRight {
    cursor: pointer;
}

.cmsNavSearch__arrowRight.cmsIcon {
    width: 14px;
    height: 14px;
    padding-right: 10px;
}

.cmsNavSearch__historyIconDelete {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.cmsNavSearch__historyIconDelete.cmsIcon {
    width: 10px;
    height: 10px;
    padding-right: 20px;
}

@media (min-width: 1025px) {
    .cmsNavSearch__arrowRight {
        display: none;
    }

    .cmsNavSearch__historyIconDelete.cmsIcon {
        width: 14px;
        height: 14px;
    }
}