/*
* 2017 TerraNet
*
* NOTICE OF LICENSE
*
* @author    TerraNet
* @copyright 2017 TerraNet
* @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/

#add-to-follower-or-refuse {
    margin: 5px 0;
    display: inline-block;
}

.df_form {
    padding: 15px 30px;
    min-width: 250px;
}

.df_form .description p {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.df_form .alert-danger {
    padding: 2px 5px;
    margin: 5px 0 10px 0;
}

.df_form .alert-danger p {
    margin: 0;
    padding: 0;
}

.top_d_follower {
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap;
}

.follow-logo-icon {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 0 5px;
    vertical-align: text-bottom;
    background: url(../img/follower.png) no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}

.followCustomerInfo {
    text-align: right;
    display: inline-block;
    float: right;
}

#follow_list {
    display: inline-block;
    width: 100%;
}

.follow-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.follow-list .item {
    width: 25%;
    text-align: center;
    padding: 0 10px;
}

.thumbnail-container .product-description {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
}

.follow-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.5625em;
    height: 318px;
    width: 100%;
    display: inline-block;
    max-width: 257px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.05);
    padding: 0 5px;
}

.follow-miniature .highlighted-informations {
    width: 100%;
    left: 0;

    position: absolute;
    bottom: 1.25rem;
    z-index: 0;
    background: #fff;
    text-align: center;
    height: 3.125rem;
    padding-top: .3125rem;
    box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
    transition: bottom .3s;
}

.follow-miniature .product-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
}

.follow-miniature .product-title a {
    color: #acaaa6;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

.follow-miniature .product-price-and-shipping {
    color: #414141;
    font-weight: 700;
    text-align: center;
}

.follow-miniature .product-description {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
}

.follow-miniature .thumbnail-container:hover {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}

.follow-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 3.375rem;
}

.follow-thumbnail img {
    width: 100%;
}

.follow-miniature .regular-price {
    color: #acaaa6;
    text-decoration: line-through;
    font-size: .875rem;
}

.follow-miniature .discount-percentage {
    position: absolute;
    left: -.4375rem;
    top: .4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: #2fb5d2;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    display: none;
}

.remove-follow-product {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
    z-index: 5;
    cursor: pointer;
}
.remove-follow-product a i:hover  {
    color: #2fb5d2;
}
@media only screen and (max-width: 1199px){
    .follow-list .item {
        width: 33.33%;
        text-align: center;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 895px){
    .follow-list .item {
        width: 50%;
        text-align: center;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 605px){
    .follow-list .item {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}

#discountfollower .page-subheading {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    padding: 10px 0 0 0;
}

#discountfollower .alert-success {
    margin-bottom: 0;
    background-color: #55c65e;
    border-color: #48b151;
    color: #ffffff;
}

#discountfollower .link_follow_page {
    text-align: right;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
}

.follow_sign_form {
    width: 400px;
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#discountfollower .this_message {
    padding: 15px 0;
}

.js-fast-fav-btn span.favorite_ico_on {
    display: inline-block;
    background: url('../img/favorite-on.svg');
    width: 25px;
    height: 25px;
    background-size: cover;
}

.js-fast-fav-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.js-fast-fav-btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.js-fast-fav-btn span {
    vertical-align: middle;
}

.js-fast-fav-btn span.favorite_ico_off {
    display: inline-block;
    background: url('../img/favorite-off.svg');
    width: 25px;
    height: 25px;
    background-size: cover;
}

