@charset "utf-8";

#favorites-footer-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

#favorites-footer-wrap * {
    box-sizing: border-box;
}

#favorites-footer-wrap .favorites-footer-menu-bar {
    cursor: pointer;
    height: 35px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-right: 0;
    text-align: center;
    /* inline-block hack */
    font-size: 0;
    border-top: 0;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.16);
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box {
    display: inline-block;
    height: 100%;
    line-height: 35px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-left {
    width: 32.5%;
    font-size: 14px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-center {
    width: 35%;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right {
    width: 32.5%;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-center .title-favorites-box {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-center .title-favorites-box .title-favorites {
    color: #3366CC;
    display: inline-block;
    font-weight: bold;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-center .title-favorites-box .favorite-count {
    color: #FFFFFF;
    background-color: #3366CC;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    padding: 0 5px;
    margin-left: 4px;
    font-weight: bold;
}
#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-center .title-favorites-box .favorite-count-spin {
    color: #3366CC;
    background-color: #ffffff;
    border-radius: 3px;
    line-height: 1.2;
    width: 1.2em;
    text-align: center;
    display:none;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-max-min-box {
    display: inline-block;
    width: 25%;
    text-align: left;
    line-height: 0;
    padding-left: 5px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-max-min-box-label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #3366CC;
    margin-left:5px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-max-min-box-minimize {
    display: none;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box .icon-favorites-close {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: -4px;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 0 0;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box .icon-favorites-minimize {
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 0 -40px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box .icon-favorites-show {
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 0 -20px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box .icon-favorites-heart {
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: -2px;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 0 -60px;
    margin-left: 10px;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-close-box {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 25%;
    text-align: left;
    color: #3366CC;
    line-height: 0;
}

#favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-view-all-box {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    color: #3366CC;
}

#favorites-footer-wrap .favorites-footer-contents {
    /* display:none 不可 */
    background-color: #FFFFFF;
    font-size: 0;
    transition: max-height .2s linear;
}

#favorites-footer-wrap .favorites-footer-contents-active {
    display: block;
    visibility: visible;
    height: auto;
    max-height: 309px;
    transition: max-height .2s linear;
}

#favorites-footer-wrap .favorites-footer-contents-close {
    max-height: 0;
    transition: max-height .2s linear;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap {
    width: 12.5%;
    padding: 2px 15px 0;
    display: inline-block;
    border-right: 1px solid #CCCCCC;
    vertical-align: top;
    height: 100%;
}

/* class="favorites-footer-vehicle-box-wrap no-border-right" */
#favorites-footer-wrap .favorites-footer-contents .no-border-right {
    border-right: 0;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box {
    margin: 0 auto;
    max-width: 200px;
    padding: 15px 0 10px;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .remove-favorite-button-background {
    position: absolute;
    top: -12px;
    right: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .remove-favorite-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .remove-favorite-button .icon-close-alt {
    font-size: 8px;
    vertical-align: middle;
    margin: 0 0 0 1px;
    color: #626262;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box {
    position: relative;
    min-height: calc(100vw * 0.125 * 0.65);
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box .favorites-footer-vehicle-image-box-wrap {
    position: relative;
    overflow: hidden;
    max-height: calc(100vw * 0.125 * 0.62);
}


#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-veh-stock-no-layer {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    z-index: 1100;
    background-color: #E6E6E6;
    opacity: 0.9;
    display: inline-block;
    left: 0;
    bottom: 0;
    padding: 0 6px;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    padding: 0px 3px;
    background-color:#002895;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite img {
    margin-right: 4px;
    transform: translateY(2px);
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite span{
    margin-left: 2px;
    vertical-align: 1px;
    font-size: 10px;
    font-weight: bold;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite-bonus {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    padding: 0px 2px;
    border: 1px solid #F8931F;
    background-color:#F7F0DF;
    color: #002895;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite-bonus img {
    margin-right: 4px;
    transform: translateY(2px);
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .bf-point-display-favorite-bonus span{
    margin-left: 2px;
    vertical-align: 1px;
    font-size: 10px;
    font-weight: bold;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-empty-box {
    display: none;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 100%;
    text-align: center;
    width: 100%;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-empty-box .favorite-is-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-loading-box {
    display: none;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 100%;
    text-align: center;
    width: 100%;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-loading-box .loading-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image {
    vertical-align: bottom;
    width:100%;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-make-title {
    font-size: 12px;
    font-weight: bold;
    color: #3366CC;
    height: 3em;
    /* for clamp */
    line-height: 1.5;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-price-box {
    color: #D93005;
    /*margin: 4px 0;*/
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-price {
    font-size: 15px;
    font-weight: bold;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-price-ask {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-price .currency-label {
    font-size: 10px;
    font-weight: bold;
    vertical-align: 4px;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-save-rate {
    font-size: 12px;
    margin-left: 8px;
}
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-save-rate-off {
    font-size: 10px;
    vertical-align: 3px;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .is-under-offer {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    /*padding-top: 2px;*/
    line-height: 1.8;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .is-sold {
    color: #707070;
    font-weight: bold;
    font-size: 14px;
    /*padding-top: 2px;*/
    line-height: 1.8;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .is-ask {
    font-weight: bold;
    font-size: 14px;
    /*padding-top: 2px;*/
    line-height: 1.8;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-spec-box {
    margin-top: 5px;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-spec {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    width: 45%;
    line-height: 1;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .location-name {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

/* 国旗 */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box i {
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: url('/assets/images/icon_vehicles_stock.png?20231030');
    background-repeat: no-repeat;
    background-size: 46px auto;
}
/* Japan */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-47 {
    background-position: -8px -5px;
}
/* Korea */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-28 {
    background-position: -8px -31px;
}
/* UK */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-45 {
    background-position: -8px -57px;
}
/* USA */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-90 {
    background-position: -8px -85px;
}
/* France */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-56 {
    background-position: -8px -111px;
}
/* Tanzania */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-40 {
    background-position: -8px -138px;
}
/* Thailand */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-41 {
    background-position: -8px -164px;
}
/* Zambia */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-88 {
    background-position: -8px -189px;
}
/* Netherlands */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-30 {
    background-position: -8px -215px;
}
/* Singapore */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-35 {
    background-position: -8px -240px;
}
/* UAE */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-44 {
    background-position: -8px -266px;
}
/* Georgia */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-57 {
    background-position: -8px -291px;
}
/* Germany */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-16 {
    background-position: -8px -316px;
}
/* China */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-125 {
    background-position: -8px -342px;
}
/* South Africa */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-78 {
    background-position: -8px -369px;
}
/* Taiwan */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-183 {
    background-position: -8px -393px;
}
/* Mexico */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-location-box .i-217 {
    background-position: -8px -419px;
}


/* sold */
#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .sold-layer-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    font-weight: bold;
}

#favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .sold-layer-img {
    opacity: 0.4;
}

/** media screen **/
@media screen and (max-width: 1224px) {
    #favorites-footer-wrap .favorites-footer-menu-bar {
        background-color: #ffff;
    }

    #favorites-footer-wrap {
        width: 1224px;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-spec {
        width: 50%;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box {
        min-height: 90px;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box .favorites-footer-vehicle-image-box-wrap {
        max-height: 90px;
    }
}

@media screen and (min-width: 1224px) and (max-width: 1614px) {
    #favorites-footer-wrap .favorites-footer-menu-bar {
        background-color: #ffff;
    }

    #favorites-footer-wrap {
        width: 100%;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-spec {
        width: 50%;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box .favorites-footer-vehicle-image-box-wrap {
        max-height: calc(100vw * 0.125 * 0.6);
    }
}

@media screen and (min-width: 1614px) {
    #favorites-footer-wrap .favorites-footer-menu-bar {
        background-color: #ffff;
    }

    #favorites-footer-wrap {
        width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    #favorites-footer-wrap .favorites-footer-menu-bar {
        background-color: #ffff;
    }

    #favorites-footer-wrap {
        width: 100%;
    }

    #favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-max-min-box {
        width: 22%;
        text-align: center;
    }

    #favorites-footer-wrap .favorites-footer-menu-bar .menu-bar-box-right .button-close-box {
        width: 26%;
        text-align: center;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-spec {
        width: 40%;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box {
        min-height: 150px;
    }

    #favorites-footer-wrap .favorites-footer-contents .favorites-footer-vehicle-box-wrap .favorites-footer-vehicle-box .favorites-footer-vehicle-image-box .favorites-footer-vehicle-image-box-wrap {
        max-height: 150px;
    }
}

/** reached a limit modal **/
#fn-favorite-reached-a-limit-modal {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    width: 353px;
    height: 312px;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area {
    padding: 0;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-close-button-area {
    text-align: right;
    padding: 5px 7px;
}
#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-close-button-area .favorite-reached-a-limit-close-button {
    color: #626262;
    cursor: pointer;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-wrap {
    padding: 0 44px;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-heart-icon .heart-icon-background {
    text-align: center;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-heart-icon .heart-icon {
    top: 20px;
    left: 47%;
    width: 28px;
    height: 28px;
    margin: 0;
    line-height: 28px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    background: #e0e0e0;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: default;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-heart-icon .icon-heart {
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 1px -62px;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-title {
    color: #505050;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

#fn-favorite-reached-a-limit-modal .favorite-reached-a-limit-modal-area .favorite-reached-a-limit-description {
    text-align: center;
    margin: 10px 0;
    line-height: 1.6;
    font-size: 14px;
}

#fn-favorite-reached-a-limit-modal-popup {
    display: none;
    top: calc(50% - 312px / 2);
    left: calc(50% - 353px / 2);
}

/** first time modal **/
#fn-favorite-first-time-modal {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    width: 498px;
    height: 300px;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area {
    padding: 0;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-close-button-area {
    text-align: right;
    padding: 5px 7px;
}
#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-close-button-area .favorite-first-time-close-button {
    color: #626262;
    cursor: pointer;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-wrap {
    padding: 0 44px;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-heart-icon .heart-icon-background {
    text-align: center;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-heart-icon .heart-icon {
    top: 20px;
    left: 47%;
    width: 28px;
    height: 28px;
    margin: 0;
    line-height: 28px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    background: #e0e0e0;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: default;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-heart-icon .icon-heart {
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/assets/images/no-login-favorite/no-login-favorite-sprite.png");
    background-repeat: no-repeat;
    background-size: 23px 82px;
    background-position: 1px -62px;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-image {
    margin-top: 20px;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-arrow {
    text-align: center;
    margin: 10px 0;
}

#fn-favorite-first-time-modal .favorite-first-time-modal-area .favorite-first-time-description {
    text-align: center;
    font-size: 15px;
}

#fn-favorite-first-time-modal-popup {
    display: none;
    top: calc(50% - 300px / 2);
    left: calc(50% - 498px / 2);
}

#ch-plugin-launcher {
    transition: top .2s linear;
    bottom: 16px;
}


