.prices_holder {
    display: none;
}

.product_loader .prices_holder {
    display: block;
    width: 100%;
    height: 75px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product_loader .prices_holder .prices {
    display: block;
    text-align: center;
}

.product_loader .prices_holder .price_discounts {
    position: relative;
    display: block;
    text-align: center;
    min-height: 22px;
    overflow: hidden;
    color: #777;
    font-size: 18px;
    line-height: 22px;
}

.product_loader .prices_holder .price_discounts .price_rrp {
    text-decoration: line-through;
    display: inline-block;
}

.product_loader .prices_holder .price_discounts .price_discount {
    display: inline-block;
    margin-left: 10px;
    color: #999;
}

.product_loader .prices_holder .price_sale {
    position: relative;
    display: block;
    text-align: center;
    min-height: 28px;
    overflow: hidden;
    color: #ef2809;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.product_loader .title_holder {
    font-size: 18px;
    line-height: 1.1;
    height: 70px;
    overflow: hidden;
}

.product_loader .price_rating {
    height: 25px;
}

.product_loader .price_rating .pull-left {
    display: inline-block;
    line-height: 16px;
}

.product_loader .price_rating .raty-stars-comments {
    display: none;
}

.nav-item-my-account, .nav-item-my-cart {
    opacity: initial!important;
}

.search-desktop {

}

.search-desktop .img-responsive {
    height: 22px;
}

@media only screen and (min-width: 800px) {
    .nav-item-my-account, .nav-item-my-cart {
        opacity: initial!important;
        padding-left: 25px!important;
    }

    .search-desktop-trigger {
        margin-left: 20px!important;
    }
    .nav-item-my-account {
        margin-left: 20px!important;
        background: url('../images/icons_account.png') no-repeat center left transparent;
        background-size: contain;
    }

    .nav-item-my-cart {
        background: url('../images/icons_cart.png') no-repeat center left transparent;
        background-size: contain;
    }
}

*:focus,
*:active {
    outline: none;
}

.desktop-search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0px;
    margin: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
}

.desktop-search-overlay .search-form {
    width: 50%;
    margin: 200px auto 0 auto;
    position: relative;
    display: block;
}

.desktop-search-overlay .search-form .search-input {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #6f6e6e;
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
    color: #6f6e6e;
    width: 100%;
}

.desktop-search-overlay .search-form .search-button {
    background: url('../images/icons_search_white.png') no-repeat left top transparent;
    background-size: contain;
    padding: 0px;
    margin: 0px;
    border: 0px;
    box-shadow: none;
    position: absolute;
    right: -50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.desktop-search-overlay .search-form .closebutton {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background:transparent;
    box-shadow: none;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    top: -150px;
    right: -40px;
    cursor: pointer;
}

.search-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .search-desktop {
        display: none!important;
    }

    .search-mobile {
        display: block!important;
    }

    .search-mobile .search-form {
        padding: 5px 0px 5px;
    }

    .search-mobile .search-form .search-input {
        background: transparent;
        border: 0px;
        box-shadow: none;
        width: 80%;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
    }

    .search-mobile .search-form  .search-button {
        background: url('../images/icons_search.png') no-repeat center 2px transparent;
        background-size: contain;
        border: 0px;
        margin: 0px;
        padding: 0px;
        box-shadow: none;
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }
}

footer {
    text-align: center;
}

footer ul, footer ul li {
    list-style: none;
    list-style-type: none;
}

footer ul li {
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

footer .copywrite {
    font-size: 14px;
}

.dyson-search-term {
    padding-top: 15px;
    max-width: 70%;
}

.dyson-search-term,
.dyson-search-term li {
    list-style: none;
    list-style-type: none;
    color: #fff;
    z-index: 999999;
    padding: 0;
    margin: 0;
}

.dyson-search-term li {
    cursor: pointer;
    padding: 5px;
}