#aff_loading{
    margin-top:2em;
}
.am_expandable{
    max-height:578px;/*347px;*/
    overflow-y:hidden;
    /*transition: height 1000ms;*/
}
.am_outer_expand{
    position:relative;
}
.am_expander{
    cursor:pointer;
    text-align:center;
    position: absolute;
    top: -38px;
    height: 38px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.86) 80%, rgba(255, 255, 255, 0.86) 100%);
}
.am_expander_overlay{
    height: 38px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.am_expander img{
    margin:12px 0px;
}
.am_expander_img_bg{
    background-color: #fff;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    z-index: 1;
    top:8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #eee;
}

.aff_box{
    background-color:#fff;
    font-size:13.2px !important;
    line-height: 1.1;
    margin-top:2em;
}
.aff_box a:hover, .aff_box a:focus{
    text-decoration: none;
}

.home_affi{
    float:right;
    width:210px;
    font-size:95%;
    line-height: 1.1;
    border: #d1e9f9 1px solid;
}
.home_affi .aff_box:first-child{
    margin-top:0;
}


.aff_text{
    text-align:center;
    /*font-weight:bold;*/
    font-size:110%;
    padding:4px 12px 2px 8px;
    margin-top:.2em;
    margin-bottom:.2em;
    position:relative;
}
.aff_hide{
    font-size: 12px;
    line-height:12px;
    position:absolute;
    right:2px;
    top:3px;
    color:#fff !important;
    background-color:rgb(187, 187, 187);
    padding:2px;
    border-radius:10px;
    display:inline-block;
}
.aff_hide:hover{
    background-color:rgb(109, 109, 109);
}
.aff_show{
    text-align:center;
    font-size: 13px;
    padding:4px 1px 8px 1px;
    margin-top:.2em;
}
.aff_show a{
    color:#7b7684 !important;
}
.aff_items{
    text-align: center;
}
.aff_item_box{
    display:inline-block;
    margin:1px;
    padding:1px;
    width:100px;
    height:123px;
    overflow:hidden;
    text-align:center;
}
.aff_item_box:hover{
    background-color:#effaff;
}
.aff_item_box .aff_thumb{
    margin:1px;
}
.aff_item_box .aff_thumb img{
    max-width:88px;
    max-height:88px;
    width: auto;
    /*
    max-width:75px;
    max-height:75px;
    */
}
.aff_item_box .aff_price{
    font-size:85%;
    color: #363636;
}
.aff_item_box .aff_title{
    font-size:82%;
}
.aff_link{
    color:#222;
}
.aff_partenaire{
    font-size: 7pt;
    color:#707070;
    padding:6px 4px;
    text-align:center;
}
.aff_promo{
    padding:.1em;
    font-size: 15px;
}
#mw-panel .aff_promo{
    font-size: 13.5px;
}
/*
#mw-panel .aff_item_box{
    width:76px;
    height:128px;
    font-size:95%;
}
#mw-panel .aff_thumb img{
    max-width:74px;
}
#mw-panel .aff_text{
    font-size:100%;
}
*/
#mw-panel .aff_box{
    margin-left:2px;
}
#footer .aff_partenaire{
    font-size:70%;
    text-align:left;
    padding-left:0;
}


@media (max-width:375px) {
    .aff_box{
        font-size:12.5px !important;
    }
}

@media (max-width:700px) {
    .aff_text{
        font-size: 90%;
        font-weight:normal;
    }
    .home_affi{
        width:132px;
    }
}

@media (max-width:450px) {
    .home_affi{
        width:117px;
    }
    .aff_item_box{
        width:110px;
    }
}
@media (max-width:299px) {
    .home_affi{
        display:none;
    }
}
