/**
* 2007-2020 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-2020 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.
*/


/************ Mobile ***********/
#productsticky-mobile {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFF;
    z-index: 999;
    display: block;
    box-shadow: 0 0 10px #c1baba;
}
.productstickymobile__quantity,
.productstickymobile__price, 
.productstickymobile__btn {
    display: inline-block;
 }
.productstickymobile__quantity {
    display: inline-block;
    width: 30%;
}
.productstickymobile__price {
    display: inline-block;
    width: 29%;
    margin: 0 5px;
    text-align: center;
    padding-top: 6px;
}
.productstickymobile__btn {
    display: inline-block;
    width: 35%;
}
.productstickymobile__quantity .productstickymobile_qty {
    float: left;
    background-color: #9a9a9a;
    padding: 6px 10px;
    color: #FFF;
}
.productstickymobile__quantity .--less-qty {
    opacity: 0.5;
}
.productstickymobile__quantity .input-group {
    width: 35px;
    height: 31px;
    float: left;
    border: 0;
    padding: 5px;
    text-align: center;
}
.productstickymobile__btn .add-to-cart {
    padding: 1rem;
}
.productsticky-mobile__comprar {
    padding: 5px;
}
#productsticky-mobile .productsticky-mobile__comprar .add-to-cart {
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    width: 100%
}
#productsticky-mobile .productsticky-mobile__comprar  .add-to-cart > svg {
    padding-left: 0;
    width: 25px;
}
.productsticky-mobile__comprar > form > div {
    vertical-align: top;
}
.productsticky-mobile__msg {
    display: none;
    text-align: center;
    font-weight: 800;
    min-height: 32px;
    padding: 10px;
    background-color: #28a745;
    color: #FFF;
}
@media (min-width: 767px) {
    #productsticky-mobile {
        display: none !important;
    }
}



/************ Sticky Desktop ***********/
#productsticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #FFF;
    padding: 10px 0 5px;
    z-index: 999;
    border-top: 5px solid #2fb5d2;
    display: none;
    box-shadow: 0 0.23077rem 0.38462rem 0 rgba(0,0,0,.25);
}
.productsticky_img {
    padding-right: 0;
}
.productsticky_img img {
    max-width: 75px;
    display: block;
    margin: 0 auto;
}
.productsticky__text p {
    margin: 5px 0;
    font-size: 1rem;
}
.productsticky__precio {
    display: block;
    float: right;
    padding: 0 5px;
}
.productsticky__precio {
    display: block;
    float: right;
    padding-top: 7px;
}
.productsticky__comprar {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
}
.productsticky__comprar .add-to-cart {
    font-size: 0.75rem;
    width: 100%;
}
.productsticky__comprar .add-to-cart.--complete {
    padding: .785rem 1rem;
    height: 49px;
    margin-top: 15px;
}
.productsticky__precioold, .productsticky__precioactual, .productsticky__discount {
    display: block;
    float: left;
}
.productsticky__precioactual {
    font-size: 1.5rem;
    font-weight: 800;
}
.productsticky__precioold {
    color: #a0a0a0;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 20px;
}
.productsticky__precioold span {
    text-decoration: line-through;
}
.productsticky__discount {
    margin-right: 7px;
    background: #ee413d;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 1px 3px;
    position: relative;
    font-weight: 800px;
}
.productsticky__bottom {
    border-top: 1px solid #ece9e9;
    margin: 10px 0 0 0;
    padding-top: 5px;
}
.productsticky__bottom .productsticky__left {
    padding-left: 0;
}
.productsticky__tabs, .productsticky__attrs {
    display: inline-block;
    margin-bottom: 0;
}
.productsticky__tabs li {
    float: left;
    padding: 5px 0 3px;
    margin-right: 15px;
    font-size: 0.75rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s;
    transition-property: border-bottom;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.productsticky__tabs li.--active {
    border-bottom: 2px solid #353535;
    font-weight: 800;
}
.productsticky__tabs li:hover {
    border-bottom: 2px solid #353535;
}
.productsticky__attrs li {
    float: left;
    padding: 5px 0;
    margin-right: 15px;
    font-size: 0.75rem;
    color: #232323;
}
.productsticky__qty, .productsticky__attrs {
    float: right;
}
.productsticky__qty {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #232323;
}
@media (max-width: 768px) {
    #productsticky {
        display: none !important;
    }
}