/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
button.show-all {
    outline: none !important;
}
.loader-gif, p.end-message {
    text-align: center;
}
.loader-gif, .load-more {
    margin: 0 auto !important;
    display: block;
}
.loader-gif img {
    margin: 0 !important;
}
p.scroll-to-top i.material-icons.md48 {
    transform: rotate(270deg);
}
p.scroll-to-top {
    margin: 0;
    position: fixed;
    right: 3%;
    bottom: 3%;
}
p.scroll-to-top i.material-icons.md48 {
    font-size: 65px;
}
p.scroll-to-top:hover, .load-more:hover, .show-all:hover {
    cursor: pointer;
}
button.load-more {
    margin-bottom: 1.563rem !important;
}
.loader-gif {
    width: 100%;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
    button.show-all {
        display: block;
        margin: 0 auto !important;
        margin-top: 15px !important;
    }
    .hidden-md-up.text-xs-right.up {
        display: none
    }
}

/*1.6*/
.load-more span {
    font-size: 13px;
    padding: 3px 5px 4px 5px;
    line-height: normal;
}
p.scroll-to-top  {
    font-size: 50px;
}
.bottom-pagination-content, .product-count, ul.pagination {
    display: none !important;
}
#product_list {
    opacity: 1 !important;
}
#product_list > p {
    display: none !important;
}