﻿            .d-none{
               display:none;
            } 

            .d-block{
               display:block;
            } 

           .wish{
                margin-top: 70px;
            }

            .wish-show .new-top {
                position: relative;
            }

                .wish-show .new-top .new-more {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

                .wish-show .new-top .new-tit img {
                    vertical-align: bottom;
                    margin-right: 5px;
                }


            .wish-show .new-top,
            .wish-input .form-group {
                margin-bottom: 28px;
            }

                .wish-show .new-top .new-more a {
                    font-size: 14px;
                    color: #999999;
                }

            .wish-show .shadow {
                background: url('../image/wish-list-bg.jpg') no-repeat left top;
                background-size: cover;
                padding: 20px 25px;
                box-shadow: 0 3px 13px 2px #e1e0e0;
                border-radius: 10px;
            }

            .wish-input .shadow {
                background-color: #fff;
                padding: 15px;
                box-shadow: 0 3px 13px 2px #e1e0e0;
                border-radius: 10px;
            }

            .wish-input .form-control,
            .wish-input .form-control:focus {
                border: none;
                box-shadow: none;
                font-size: 16px;
                color: #999999;
            }

            .wish-input .btn {
                width: 105px;
                height: 50px;
                background-color: #98000c;
                color: #fff;
                border-radius: 50px;
                font-size: 18px;
                margin: 18px 0;
            }

                .wish-input .btn:hover {
                    background-color: #dbbb7d;
                    color: #fff;
                }

            .wish-count {
                margin-top: 32px;
            }

                .wish-count span {
                    color: #98000c;
                }

            ul.wish-list li {
                padding: 30px 40px 20px 45px;
                font-size: 16px;
                display: flex;
                justify-content: space-between;
                align-items: end;
                border-bottom: 1px #dedede solid;
                position: relative;
            }

ul.wish-list li:last-child {
    border-bottom: none;
}

                ul.wish-list li::after,
                ul.wish-list li::before {
                    content: "";
                    position: absolute;
                    width: 27px;
                    height: 22px;
                    background-position: left top;
                    background-repeat: no-repeat;
                }

                ul.wish-list li::before {
                    background-image: url('../image/wish-icon-left.png');
                    left: 5px;
                    top: 25px;
                }

                ul.wish-list li::after {
                    background-image: url('../image/wish-icon-right.png');
                    right: 5px;
                    bottom: 18px;
                }

                ul.wish-list li div:nth-child(1) {
                    color: #98000c;width: 70%;
                    min-height: 45px;
                }

                ul.wish-list li div:nth-child(2) {
                    color: #333333;
                    text-align: right;
                    width: 30%;
                    font-size: 15px;
                }

            @media (max-width: 767px) {

.wish{
   margin-top:20px;
   margin-bottom:10px;
}

                .wish-show .new-top .new-tit img {
                    display: none;
                }

                .wish-show .shadow {
                    padding: 20px 15px; 
                    background:#f6f2ed;
                }

                ul.wish-list li {
                    flex-wrap: wrap;
                    padding: 30px 35px 20px;
                }

                ul.wish-list li div:nth-child(1){
                        width: 100%;                       
                        line-height: 28px !important;
                }

                    ul.wish-list li div:nth-child(2) {
                        margin-top: 5px;
                        width: 100%;
                        text-align: right;
                    }

                    ul.wish-list li::after,
                    ul.wish-list li::before {
                        zoom: 0.8;
                    }
            }