/* RD-PRODUCTS --- nestogen */
    .rd-nestogen-promo{
        position: relative;
        background-repeat: repeat-x;
        background-position: center top;
        background-image: url(images/rd-products/nestogen/rd-nest__bg.jpg);
        background-size: auto 100%;
        color: #fff;
    }
    .rd-nestogen-promo:after{
        content: "";
        display: block;
        width: 100%;
        height: 11px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-image: url(images/rd-products/nestogen/rd-nest__border-bottom.jpg);
    }
    .rd-nestogen-promo:before{
        content: "";
        display: block;
        width: 100%;
        height: 11px;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-image: url(images/rd-products/nestogen/rd-nest__border-bottom.jpg);
    }
    .rd-nestogen-promo__inner{
        padding: 50px;
        font-size: 0;
    }
    .rd-nestogen-promo__inner > *{
        box-sizing: border-box;
    }
    .rd-nestogen-promo__h1{
        color: #fff;
        margin-bottom: 35px;
    }
    .rd-nestogen-promo__text{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 361px);
        padding-right: 50px;
        padding-top: 40px;
    }
    .rd-nestogen-promo__image{
        display: inline-block;
        vertical-align: top;
        width: 471px;
        background-repeat: no-repeat;
        background-position: 0 -25px;
        background-image: url(images/rd-products/nestogen/rd-nest__promo-heart.png);
        background-size: 471px 371px;
        padding-top: 330px;
        margin-right: -110px;
    }
    .rd-nestogen-promo__options{
        text-align: center;
    }
    .rd-nestogen-promo__options ul{
        display: inline-block;
        text-align: left;
    }
    .rd-nestogen-promo__options li{
        font-size: 18px;
        font-family: 'RotonBol';
        padding-bottom: 15px;
        padding-left: 30px;
        position: relative;
    }
    .rd-nestogen-promo__options li:before{
        content: "";
        display: block;
        width: 19px;
        height: 17px;
        position: absolute;
        left: 0;
        top: 2px;
        background-image: url(images/rd-products/nestogen/rd-nestogen__heart.png);
        background-size: 19px 17px;
    }
    .rd-nestogen-promo__options li.__fav:before{
        background-image: url(images/rd-products/nestogen/rd-nestogen__hear-imp.png);
    }

    .rd-product-nest-consist__kkal{
        font-family: 'RotonBol';
        font-size: 20px;
        color: #31a8db;
        padding-top: 5px;
    }
    .rd-product-nest-consist__kkal-title{
        font-style: italic;
        font-size: 14px;
        color: #5f5f5f;
        padding: 30px 0 35px;
    }
    .rd-product-nest-consist__table{
        padding-top: 25px;
    }
    .rd-product-nest-consist__table table{
        width: 100%;
        font-size: 16px;
        margin-left: -15px;
    }
    .rd-product-nest-consist__table table tr th{
        font-family: 'RotonBol';
        padding: 10px 15px;
        border-bottom: none;
        background: none; 
        font-size: 20px;
        color: #595959;
    }
    .rd-product-nest-consist__table table tr td{
        padding: 10px 15px;
        background-color: transparent;
        transition: all 0.1s ease-out;
    }

    .rd-product-nest-consist__table table tr:hover td{
        background-color: #31a8db;
        cursor: pointer;
        color: #fff;
    }

    .rd-product-nest-consist__table table tr td:nth-child(1){
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        text-align: left;
    }
    .rd-product-nest-consist__table table tr td:nth-last-child(1){
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        text-align: right;
    }

    .rd-product-nest-cooking__box{
         counter-reset: rd_nest_counter;
         margin-bottom: 0px;
    }
    .product-detail__cooking-list{
        font-size: 0!important;
        padding-top: 25px;
        margin-bottom: 0!important;
    }
    .product-detail__cooking-list li {
        position: relative!important;
        padding-bottom: 20px!important;
    }
    .product-detail__cooking-list li:before{
        counter-increment: rd_nest_counter;
        content: counter(rd_nest_counter)!important;
        display: block;
        position: absolute;
        top: 30px;
        left: -3px;
        color: #fff;
        background-color: #31a8db;
        width: 25px!important;
        height: 25px!important;
        line-height: 25px;
        font-size: 16px;
        font-family: 'RotonBol';
        border-radius: 50%!important;
        text-align: center;
    }
    .product-detail__cooking-list li:last-child{
        padding-bottom: 0;
    }
    .product-detail__cooking-ico{
        width: 115px;
        height: 95px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        background: url("images/rd-preNan-fm85_v2.png") no-repeat  0 0;
    }
    .product-detail__cooking-text{
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        width: calc(100% - 115px - 20px);
        line-height: 1.5;
    }
    .product-detail__cooking-text b{
        font-family: Arial, sans-serif; 
        font-weight: 700;
    }


@media screen and (max-width: 900px){
    .rd-nestogen-promo__text{
        width: calc(100% - 280px);
        padding-right: 20px;
    }
    .rd-nestogen-promo__image{
        width: 371px;
        background-size: 371px 292px;
        padding-top: 290px;
        background-position: 0 0;
        margin-right: -101px;
    }
}
@media screen and (max-width: 700px){
    .rd-product-nest-consist__kkal-title,
    .rd-product-nest-consist__kkal{
        font-size: 1.8rem
    }
    .rd-product-nest-consist__kkal-title{
        padding: 15px 0;
    }
    .rd-product-nest-consist__kkal{
        font-size: 18px;
    }
    .rd-product-nest-consist__table table,
    .product-detail__cooking-text{
        font-size: 1.8rem;
    }
    .rd-product-nest-consist__table table tr td{
        padding: 5px 15px;
        font-size: 1.6rem;
    }
    .rd-product-nest-consist__table{
        font-size: 15px;
    }
    .rd-product-nest-consist__table table tr th{
        font-size: 18px;
    }
    .rd-nestogen-promo__options{
        margin-right: 0;
    }
    .rd-nestogen-promo__options li{
        font-size: 1.8rem;
    }
    .rd-nestogen-promo__text{
        width: calc(100% - 180px);
        padding-right: 20px;
    }
    .rd-nestogen-promo__image{
        width: 230px;
        background-size: 213px 168px;
        padding-top: 185px;
        background-position: 0 0;
        margin-right: -101px;
    }
}
@media screen and (max-width: 600px){
}
@media screen and (max-width: 500px){
    .rd-nestogen-promo__inner{
        padding: 20px;
    }
    .rd-nestogen-promo__text{
        width: 100%;
        padding: 0;
    }
    .rd-nestogen-promo__image{
        width: 100%;
        background-position: center top;
    }
    .rd-product-nest-consist__kkal-title{
        font-size: 14px;
    }
    .rd-product-nest-consist__kkal {
        font-size: 14px;
    }
    .rd-product-nest-consist__table{
        padding-top: 10px;
    }
}
/* END _ _ _ RD-PRODUCTS --- nestogen*/