.thumbnail {
            border: 0 !important;
        }

            .thumbnail h4 {
                height: 6rem;
                overflow: hidden;
                line-height: 2rem;
            }

            .thumbnail label {
                font-weight: 100;
            }

        .comparelayer {
        }

        .compare {
        }

        .comparelayer {
            background-color: #777;
            transition: all 700ms ease 0ms;
            position: fixed;
            bottom: 0;
            padding: 50px 30px 0 30px;
            border: 3px solid #cccccc;
            color: #cccccc;
            display: none;
			z-index: 10;
        }

            .comparelayer .arrow {
                position: absolute;
                left: 0px;
                top: 0;
                height: 100%;
                width: 30px;
                cursor: pointer;
            }

                .comparelayer .arrow i {
                    position: absolute;
                    top: 47%;
                    left: 30%;
                }

            .comparelayer .thumbnail {
                width: 130px;
                height: 180px;
                margin-bottom: 0;
                background-color: transparent;
                border: 0;
                margin: 0 20px;
                position: relative;
            }

                .comparelayer .thumbnail img {
                    width: 120px;
                }

                .comparelayer .thumbnail::after {
                    content: "";
                    border-right: 1px solid #cccccc;
                    position: absolute;
                    right: -20px;
                    top: -20%;
                    width: 2px;
                    height: 110%;
                }

                .comparelayer .thumbnail h6 {
                    height: 3rem;
                    overflow: hidden;
                    line-height: 1.5rem;
                }

                .comparelayer .thumbnail a {
                    color: #999999;
                    text-decoration: none;
                }

                    .comparelayer .thumbnail a.closex {
                        position: absolute;
                        right: -5%;
                        top: -18%;
                        color: #cccccc !important;
                        cursor: pointer;
                    }

                        .comparelayer .thumbnail a.closex i {
                            font-style: normal;
                            font-size: 120%;
                            font-weight: bold;
                        }

                    .comparelayer .thumbnail a:hover {
                        color: #fff;
                    }

                .comparelayer .thumbnail .excute {
                    width: 100%;
                    top: 27%;
                    position: absolute;
                }

                    .comparelayer .thumbnail .excute span {
                        cursor: pointer;
                        background-color: #555;
                        color: #ffffff;
                        font-Weight: bold;
                        padding: 3px 15px;
                    }

                .comparelayer .thumbnail .clear-all {
                    color: #555;
                    cursor: pointer;
                    position: absolute;
                    bottom: 10%;
                    text-align: center;
                    width: 100%;
                    color: inherit;
                }

                    .comparelayer .thumbnail .clear-all span {
                        padding: 3px 3px;
                    }

                .comparelayer .thumbnail:last-child {
                    text-align: center;
                    margin-right: 0;
                }

                    .comparelayer .thumbnail:last-child::after {
                        content: "";
                        border-right: 0px solid #cccccc;
                    }

                .comparelayer .thumbnail .ng-binding {
                    display: block;
                    overflow: hidden;
                    width: 100px;
                    margin: 0 auto;
                }

        .compare .mobile {
            position: fixed;
            right: 0;
            top: 45%;
            background-color: #FD6400;
            width: 100px;
            text-align: center;
            border-radius: 3px;
            line-height: 25px;
            box-shadow: 3px 2px 8px -1px rgba(0, 0, 0, 0.6);
            font-size: 14px;
            color: #fff;
            cursor: pointer;
        }