/* Minification failed. Returning unminified contents.
(707,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(710,45): run-time error CSS1039: Token not allowed after unary operator: '-aspect-ratio'
(3152,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3155,37): run-time error CSS1039: Token not allowed after unary operator: '-aspect-ratio'
 */
@charset "UTF-8";

.gallery_video_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0px 8px;
}

    .gallery_video_area .title {
        font-size: 0.875em;
        line-height: 20px;
        color: #757575;
    }

    .gallery_video_area .title_blue {
        font-size: 1.25em;
        line-height: 24px;
        color: #02B;
        margin: 6px 0 4px;
    }

    .gallery_video_area .date {
        display: block;
        float: left;
        font-size: 0.75em;
        line-height: 17px;
        color: #9e9e9e;
        font-weight: bold;
    }

    .gallery_video_area .gallery_recommended, .gallery_video_area .video_recommented {
        -webkit-box-flex: .5;
        -ms-flex: .5;
        flex: .5;
        margin: 8px;
        min-width: 360px;
        max-width: 360px;
    }

        .gallery_video_area .gallery_recommended img, .gallery_video_area .video_recommented img {
            display: block;
            width: 100%;
        }

@media (max-width:768px) {
    .gallery_video_area {
        display: block;
        margin: .75rem 0;
        padding: 0 16px;
    }

        .gallery_video_area .gallery_recommended, .gallery_video_area .video_recommented {
            clear: both;
            margin: 0 0 1rem;
            max-width: inherit;
            min-width: inherit;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .gallery_video_area .gallery_recommended .title, .gallery_video_area .video_recommented .title {
                position: absolute;
                top: .5rem;
                left: .5rem;
                z-index: 1;
            }
}

.gallery_recommended .img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery_recommended .img_area_l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
}

.gallery_recommended .img_area_r {
    -webkit-box-flex: .48;
    -ms-flex: .48;
    flex: .48;
    margin-left: 4px;
}

    .gallery_recommended .img_area_r > div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

        .gallery_recommended .img_area_r > div:first-child {
            margin-bottom: 4px;
        }

.video_recommented .video_area {
    position: relative;
    cursor: pointer;
    height: 162px;
    overflow: hidden;
}

.video_recommented .view_pic {
    float: left;
    width: 16px;
    height: 16px;
}

.video_recommented .view_all {
    display: block;
    float: right;
}

.video_recommented .view_text {
    display: block;
    float: left;
    font-size: 0.75em;
    line-height: 16px;
    color: #b2b2b2;
    margin-left: 3px;
}

.video_recommented .play {
    display: block;
}

.feature_news .time, .see, .see_s, .video_recommented .time {
    font-size: 12px;
    position: absolute;
    right: 8px;
    bottom: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 8px;
    border-radius: 3px;
    line-height: 18px;
}

    .feature_news .time p, .see_s p, .see p, .video_recommented .time p {
        color: white;
    }

.see, .see_s {
    border-radius: 8px;
}

    .see_s p, .see p {
        margin-left: 16px;
        font-size: 0.875em;
    }

        .see_s p:before, .see p:before {
            content: "";
            position: absolute;
            left: 6px;
            top: 2px;
            width: 14px;
            height: 10px;
            background: url("/../images/ic_photo_wh.png");
            background-position: left center;
            background-repeat: no-repeat;
        }

.see_s {
    top: 130px;
    height: 16px;
}

    .see_s p {
        font-size: 0.75em;
        line-height: 16px;
    }

.img_area.gallery .overlay, .img_area .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img_area.gallery .see_s, .img_area .see_s {
    top: inherit;
    bottom: 8px;
}

.view360 {
    background: url("/../images/360.png") 0 0 no-repeat;
    background-size: 36px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 24px;
    z-index: 1;
}

.play {
    position: absolute;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .play:after {
        content: "";
        position: absolute;
        top: 13px;
        left: 19px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 16px;
        border-color: transparent transparent transparent #ffffff;
    }

    .play:hover {
        border-color: #FFD700;
    }

        .play:hover:after {
            border-color: transparent transparent transparent #FFD700;
        }

.social_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto;
}

    .social_share > div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 44px;
        font-size: 0.95rem;
        line-height: 54px;
        margin: 0 .25rem;
        text-align: center;
        width: 44px;
        height: 44px;
        vertical-align: middle;
    }

        .social_share > div svg {
            margin: auto;
            width: 50%;
        }

    .social_share .title {
        line-height: 48px;
        width: auto;
    }

    .social_share .share_fb {
        border: #4267b2 1px solid;
    }

    .social_share .share_line {
        border: #00C200 1px solid;
    }

    .social_share .button_share {
        border: gray 1px solid;
    }

.channels_detail_inner .article-body, .channels_detail_inner .article_area {
    padding: 0 0 16px !important;
}

.channels_detail_inner .tag_all_area {
    margin: 24px auto;
}

.article-headerline {
    margin-bottom: 1.5rem;
    position: relative;
}

    .article-headerline .article-headtitle {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 1rem;
        padding-bottom: 0;
    }

        .article-headerline .article-headtitle .article-title {
            font-size: 2em;
            line-height: 40px;
            color: #212121;
            margin-bottom: 12px;
            margin-left: 70px;
            font-weight: bold;
            position: relative;
            top: -3px;
            height: auto;
            min-height: 70px;
            padding: 0;
        }

            .article-headerline .article-headtitle .article-title.none_date {
                border: none;
            }

                .article-headerline .article-headtitle .article-title.none_date .title {
                    margin: 0;
                    min-height: inherit;
                }

    .article-headerline .date_calendar {
        background-color: white;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        display: block;
        width: 58px;
        height: 74px;
        text-align: center;
        overflow: hidden;
    }

        .article-headerline .date_calendar .year_area {
            width: 100%;
            height: 24px;
            background-color: #f94633;
        }

        .article-headerline .date_calendar .year_text {
            font-size: 0.875em;
            color: white;
            line-height: 24px;
            font-weight: bold;
        }

        .article-headerline .date_calendar .month_area {
            width: 100%;
            height: 17px;
            margin-top: 2px;
        }

        .article-headerline .date_calendar .month_text {
            font-size: 0.75em;
            color: #212121;
            line-height: 17px;
        }

        .article-headerline .date_calendar .date_area {
            width: 100%;
            height: 26px;
        }

        .article-headerline .date_calendar .date_text {
            font-size: 1.75em;
            color: #212121;
            line-height: 26px;
            font-weight: bold;
        }

    .article-headerline .button_all {
        margin: 0;
        height: inherit;
        overflow: hidden;
    }

        .article-headerline .button_all .btn {
            background: white;
            border: #bfbfbf 1px solid;
            color: gray;
            font-size: 12px;
            margin-right: 4px;
            padding: 4px 16px;
        }

            .article-headerline .button_all .btn:hover {
                background: #FFD700;
                border-color: gray !important;
                color: #4d4d4d;
            }

        .article-headerline .button_all .share_fb {
            background: #39579a;
            border-color: #39579a;
            color: white;
            font-size: 1rem;
            position: relative;
            top: 1px;
        }

        .article-headerline .button_all .share_line {
            background: #11b900;
            border-color: #11b900;
            color: white;
            font-size: 12px;
            padding: 4px 18px;
        }

            .article-headerline .button_all .share_line i {
                display: inline-block;
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transform-origin: -24px;
                -ms-transform-origin: -24px;
                transform-origin: -24px;
            }

        .article-headerline .button_all .button_newcar, .article-headerline .button_all .button_sales {
            display: none;
        }

        .article-headerline .button_all.scroll-to-fixed-fixed {
            margin-left: -7.5rem !important;
            width: auto !important;
        }

            .article-headerline .button_all.scroll-to-fixed-fixed > a, .article-headerline .button_all.scroll-to-fixed-fixed > button {
                display: block;
                margin-bottom: .35rem;
                width: 72px;
            }

            .article-headerline .button_all.scroll-to-fixed-fixed .btn {
                padding: 4px 10px;
            }

                .article-headerline .button_all.scroll-to-fixed-fixed .btn.button_newcar {
                    background: #D90000;
                    border-color: #D90000;
                    color: white;
                    margin-top: 2rem;
                    padding: 6px 10px;
                    position: relative;
                }

                    .article-headerline .button_all.scroll-to-fixed-fixed .btn.button_newcar:before {
                        content: "";
                        width: 100%;
                        height: 1px;
                        position: absolute;
                        top: -1rem;
                        left: 0;
                        background: #bfbfbf;
                    }

                .article-headerline .button_all.scroll-to-fixed-fixed .btn.button_sales {
                    background: #D90000;
                    border-color: #D90000;
                    color: white;
                    margin-top: .5rem;
                    padding: 6px 10px;
                }

@media (max-width:768px) and (min-width:320px) {
    .article-headerline .article-banner {
        margin: -16px 0 0 -16px;
        width: calc(100% + 32px);
    }

    .article-headerline .article-headtitle .article-title {
        margin-left: 0;
    }

    .article-headerline .date_calendar {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 64px;
    }

        .article-headerline .date_calendar .year_area {
            height: 20px;
        }

        .article-headerline .date_calendar .year_text {
            font-size: 0.75em;
            line-height: 20px;
        }

        .article-headerline .date_calendar .date_area {
            height: 20px;
        }

        .article-headerline .date_calendar .date_text {
            font-size: 1.4em;
            line-height: 20px;
        }

    .article-headerline .button_all .btn {
        margin-right: 2px;
        padding: 4px 6px;
    }

        .article-headerline .button_all .btn.share_line {
            padding: 4px 10px 4px 8px;
        }
}

.article-banner + .date_calendar {
    position: absolute;
    bottom: 0;
    right: 0;
}

.article-body {
    clear: both;
    overflow: hidden;
}

    .article-body .review {
        background: #F5F5F5;
        border: #DDD 1px solid;
        padding: 12px 15px;
        position: relative;
        margin: 24px auto;
        overflow: hidden;
    }

        .article-body .review .writer {
            float: left;
            width: 100px;
            text-align: center;
            margin-right: 1em;
        }

            .article-body .review .writer p {
                margin: 0 auto;
                line-height: 1;
            }

            .article-body .review .writer em {
                color: #555;
                display: block;
                font-size: 10px;
                margin-top: 5px;
            }

            .article-body .review .writer img {
                width: 100px;
                height: 100px;
                border-radius: 4px;
                margin-bottom: 5px;
            }

        .article-body .review header {
            display: inline-block;
        }

            .article-body .review header h4 {
                background-color: #C90000;
                color: #FFF;
                display: inline;
                font-size: 12px;
                padding: 4px 8px;
            }

        .article-body .review h5 {
            display: inline-block;
            font-size: 1.15em;
            line-height: 1.25;
            position: relative;
            top: 2px;
        }

        .article-body .review .comment p {
            font-size: 0.875em;
            line-height: 23px;
            margin: 15px auto 0;
            text-align: justify;
            text-justify: distribute;
        }

    .article-body .profile {
        border: #AAA 1px solid;
        background: #FFF;
        color: #3D414A;
        float: right;
        margin: 0 0 0px 18px;
        padding: 8px 15px 14px;
        width: 210px;
        position: relative;
        top: 6px;
    }

        .article-body .profile:after {
            content: ".";
            clear: both;
            display: block;
            font-size: 0;
            height: 0;
            visibility: hidden;
        }

        .article-body .profile img {
            width: 210px;
        }

        .article-body .profile h4 {
            background: none;
            border-bottom: #AAA 1px solid;
            font-size: 80%;
            margin-bottom: 12px;
            padding: 3px 0 8px;
        }

            .article-body .profile h4 strong {
                display: block;
                font-size: 140%;
            }

        .article-body .profile p {
            font: normal 85%/150% Microsoft JhengHei, "微軟正黑體", LiHei Pro, "儷黑體", PMingliu, "新細明體", sans-serif;
            margin: 10px 0 8px;
            text-align: justify;
            text-justify: distribute;
        }

            .article-body .profile p:first-letter {
                font-size: 135%;
                font-weight: blod;
                float: left;
            }

    .article-body p.foreword {
        background-color: #ffffc1;
        color: #333;
        font: normal lighter 15px/25px Tahoma, Microsoft JhengHei, "微軟正黑體", LiHei Pro, "儷黑體", Simsun, sans-serif;
        padding: 12px 15px;
    }

@media (min-width:320px) and (max-width:768px) {
    .article-body .review header {
        position: absolute;
        top: 0;
        right: 1rem;
    }

    .article-body .review .writer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        margin: 0;
        text-align: left;
        width: inherit;
    }

        .article-body .review .writer img {
            width: 60px;
            height: 60px;
        }

        .article-body .review .writer p {
            margin: 0 0 0 .5rem;
        }

    .article-body .review .comment p {
        margin-top: .5rem;
    }

    .article-body .gallery-slider .swiper-container.gallery-top {
        background: white;
        height: 250px;
    }

        .article-body .gallery-slider .swiper-container.gallery-top .gallery-item {
            --aspect-ratio:4/3;
            position: relative;
            height: 0;
            padding-bottom: calc(100%/(var(--aspect-ratio)));
        }

            .article-body .gallery-slider .swiper-container.gallery-top .gallery-item > img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .article-body .gallery-slider .swiper-container.gallery-top .swiper-pagination-fraction {
            top: .5rem;
            left: .5rem;
        }

        .article-body .gallery-slider .swiper-container.gallery-top .photo-description {
            font-size: 12px;
        }
}

.postcont {
    clear: both;
    margin-bottom: 8px;
}

    .postcont > h2 {
        color: #003c9b;
        font-size: 1.5em;
        margin-top: -95px;
        padding: 100px 0 0;
        font-weight: bold;
        line-height: 1.25em;
    }

    .postcont > h3 {
        color: #003c9b;
        font-size: 1.125em;
        margin: 28px auto 20px;
        font-weight: bold;
    }

    .postcont h2 + h3 {
        margin-top: -1rem;
    }

    .postcont > ol, .postcont > p, .postcont > ul {
        font-size: 1.125em;
        line-height: 1.7em;
        margin: 28px auto;
        text-align: justify;
        text-justify: distribute;
    }

        .postcont > p:first-child {
            margin-top: 0 !important;
        }

    .postcont > ol {
        list-style-type: decimal;
    }

    .postcont > ul {
        list-style-type: square;
    }

    .postcont > ol, .postcont > ul {
        line-height: 1.35;
        padding-left: 18px;
    }

        .postcont > ol li, .postcont > ul li {
            margin: .25rem 0;
        }

    .postcont table {
        margin: 0px auto;
        text-align: center;
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
    }

        .postcont table td, .postcont table th {
            padding: 5px;
            border: #CCC 1px solid;
            vertical-align: middle !important;
        }

        .postcont table p {
            line-height: normal;
            margin: 0;
        }

    .postcont blockquote {
        background: url("../images/cite.gif") 0 0 no-repeat;
        font: normal 100%/155% Tahoma, Microsoft JhengHei, "微軟正黑體", LiHei Pro, "儷黑體", PMingliu, "新細明體", sans-serif;
        padding: 20px 55px 15px 60px;
        position: relative;
        margin-bottom: 24px;
    }

        .postcont blockquote:after {
            content: url("../images/cite_right.gif");
            position: absolute;
            bottom: -10px;
            right: 0;
        }

        .postcont blockquote em {
            background: url("../images/cite.gif") 90px 0 no-repeat #FFF;
            display: block;
            float: left;
            font-size: 13px;
            margin: -18px 0 0 -60px;
            padding-right: 60px;
            height: 100px;
            overflow: hidden;
        }

        .postcont blockquote img {
            border: #CCC 1px solid;
            display: block;
            padding: 2px;
            position: relative;
            top: 3px;
        }

        .postcont blockquote cite {
            color: #404040;
            font-size: 12px;
        }

    .postcont details {
        border: #FFD700 4px solid;
        font-size: 15px;
        line-height: 1.5;
        margin: 1.5rem auto 2rem;
        padding: 1em 1.5em;
    }

        .postcont details summary {
            cursor: pointer;
        }

        .postcont details a {
            color: #0d0d0d;
            text-decoration: underline;
        }

            .postcont details a:hover {
                text-decoration: none;
            }

        .postcont details .article-index {
            list-style-type: square;
            margin: .5rem 0 0 1rem;
            padding-left: 18px;
        }

            .postcont details .article-index ul {
                font-weight: 400;
                list-style-type: decimal;
                margin: 0 0 .5rem 1rem;
            }

            .postcont details .article-index .title {
                font-weight: 900;
            }

    .postcont > summary {
        border: #FFD700 4px solid;
        font-size: 15px;
        line-height: 1.5;
        margin: 1.5rem auto 2rem;
        padding: 1em 1.5em;
    }

    .postcont p.summary {
        background-color: #EFEFEF;
        color: #555;
        font-size: 1rem;
        padding: 16px 24px;
    }

    .postcont .quote {
        background: url("../images/cite.gif") 0 0 no-repeat;
        color: #464646;
        padding: 30px 45px 10px;
    }

    .postcont .point_list {
        border-left: #C00000 5px solid;
        padding-left: 15px;
        margin: 24px 0;
    }

        .postcont .point_list ol, .postcont .point_list ul {
            list-style-type: square;
            padding-left: 18px;
        }

        .postcont .point_list li {
            font-weight: bold;
            margin: 15px 0;
        }

            .postcont .point_list li:first-child {
                margin-top: 0px;
            }

    .postcont .article-style, .postcont .datatable {
        margin: 30px auto;
        width: 100%;
    }

        .postcont .article-style p, .postcont .datatable p {
            line-height: 28px;
            margin: 18px auto;
        }

        .postcont .article-style > div[style="position:relative;height:0;padding-bottom:56.25%"] > div, .postcont .datatable > div[style="position:relative;height:0;padding-bottom:56.25%"] > div {
            position: static !important;
        }

            .postcont .article-style > div[style="position:relative;height:0;padding-bottom:56.25%"] > div iframe, .postcont .datatable > div[style="position:relative;height:0;padding-bottom:56.25%"] > div iframe {
                top: 0;
            }

    .postcont .newsphoto {
        clear: both;
        margin: 30px auto;
        overflow: hidden;
        text-align: center;
    }

    .postcont .newsphoto_self[style*=right] {
        clear: both;
        margin: 6px 0 16px 16px;
    }

    .postcont .newsphoto_self[style*=left] {
        clear: both;
        margin: 6px 16px 16px 0;
    }

    .postcont .newsphoto_self img, .postcont .newsphoto img {
        width: 100%;
    }

    .postcont .newsphoto_self table {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .postcont .newsphoto_self table caption {
            caption-side: bottom;
        }

    .postcont .photocaption {
        font-size: 0.8em;
        line-height: 1.5em;
        padding: 4px 0px 6px;
        text-align: justify;
        text-justify: distribute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-bottom: #E0E0E0 1px solid;
    }

    .postcont .photoshow {
        margin: 20px 0;
        position: relative;
        z-index: 100;
    }

    .postcont .gallery {
        display: -ms-grid;
        -ms-grid-columns: min-content;
        overflow: hidden;
        margin-bottom: -20px;
    }

@media (max-width:768px) and (min-width:320px) {
    .postcont h2 {
        font-size: 1.25em;
        margin: 25px auto 20px;
        padding: 0;
    }

    .postcont > ol, .postcont > p, .postcont > p:first-child, .postcont > ul {
        margin: 1em auto 1.25em;
    }

    .postcont .datatable.is-scroll {
        overflow-x: scroll;
    }

        .postcont .datatable.is-scroll table {
            width: 720px !important;
        }
}

.tag_all_area {
    margin: 24px auto 12px;
    font-size: 0.95rem;
    clear: both;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: gray;
    line-height: 1.75;
}

    .tag_all_area .tag_title {
        white-space: nowrap;
        position: relative;
        top: 4px;
    }

    .tag_all_area a {
        background: #F0F0F0;
        background: #003c9b;
        border: #003c9b 1px solid;
        color: white;
        display: inline-block;
        border-radius: 10em;
        font-size: 0.825rem;
        padding: 3px 12px;
        margin: 0 4px 8px 0;
        white-space: nowrap;
    }

        .tag_all_area a:hover {
            color: #003c9b;
            background: #FFF;
        }

@media (max-width:768px) and (min-width:320px) {
    .tag_all_area {
        margin: .5rem;
    }

        .tag_all_area .tag_title {
            top: 2px;
        }

        .tag_all_area a {
            font-size: .875rem;
            margin: 0 2px 6px 0;
            padding: 2px 4px;
        }
}

.videocontainer {
    margin: 36px auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    height: 0;
}

    .videocontainer .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.gallerycontainer {
    margin: 36px auto;
    padding-bottom: 66.7%;
    position: relative;
    width: 100%;
    height: 0;
}

    .gallerycontainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.imgComparison {
    margin: 1.5rem auto;
    width: 100%;
    height: 480.024px;
    position: relative;
    overflow: hidden;
}

    .imgComparison .imgBottom, .imgComparison .imgMiddle, .imgComparison .imgTop {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden;
    }

        .imgComparison .imgBottom img, .imgComparison .imgMiddle img, .imgComparison .imgTop img {
            height: 100%;
            min-width: 100%;
        }

    .imgComparison .slider {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.9;
        -webkit-transition: opacity 0.12s ease-in-out;
        -o-transition: opacity 0.12s ease-in-out;
        transition: opacity 0.12s ease-in-out;
        pointer-events: auto;
        cursor: pointer;
        -webkit-box-shadow: 3.5px 0px 7px rgba(100, 100, 100, 0.2);
        box-shadow: 3.5px 0px 7px rgba(100, 100, 100, 0.2);
    }

        .imgComparison .slider.right_slider {
            margin-top: 25px;
        }

            .imgComparison .slider.right_slider > .slider__thumb {
                border: 3px solid #900;
            }

            .imgComparison .slider.right_slider:after, .imgComparison .slider.right_slider:before {
                background: #900;
            }

            .imgComparison .slider.right_slider polygon {
                fill: #900;
            }

        .imgComparison .slider.left_slider {
            margin-top: -25px;
        }

            .imgComparison .slider.left_slider > .slider__thumb {
                border: 3px solid #d90000;
            }

            .imgComparison .slider.left_slider:after, .imgComparison .slider.left_slider:before {
                background: #d90000;
            }

            .imgComparison .slider.left_slider polygon {
                fill: #d90000;
            }

        .imgComparison .slider:hover {
            opacity: 1;
        }

        .imgComparison .slider:after, .imgComparison .slider:before {
            content: " ";
            display: block;
            width: 3px;
            height: 9999px;
            position: absolute;
            left: 50%;
            margin-left: -2px;
            z-index: 30;
            -webkit-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s;
            -webkit-box-shadow: 3.5px 0px 7px rgba(100, 100, 100, 0.2);
            box-shadow: 3.5px 0px 7px rgba(100, 100, 100, 0.2);
        }

        .imgComparison .slider:before {
            top: 30px;
        }

        .imgComparison .slider:after {
            bottom: 30px;
        }

        .imgComparison .slider .slider__thumb {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

@media (min-width:320px) and (max-width:768px) {
    .imgComparison {
        height: 201.6px;
    }
}

.morearticle {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 1em auto;
}

    .morearticle a {
        color: #333;
        display: inline-block;
        min-height: 72px;
        width: 45%;
    }

        .morearticle a small {
            display: block;
        }

        .morearticle a:hover {
            color: #000;
        }

        .morearticle a:preArticle {
            margin-right: 5%;
        }

        .morearticle a:nextArticle {
            margin-left: 5%;
        }

    .morearticle img {
        width: 100%;
    }

    .morearticle .preArticle {
        background: url("../images/arrow_L.png") 2.5% center no-repeat;
        float: left;
        padding: 0 12px 0 36px;
    }

    .morearticle .nextArticle {
        background: url("../images/arrow_R.png") 97.5% center no-repeat;
        padding: 0 36px 0 12px;
        float: right;
        text-align: right;
    }

@media (max-width:768px) and (min-width:320px) {
    .morearticle {
        font-size: 1.05em;
        margin: .25em auto .5em;
    }

        .morearticle a {
            color: #333;
            margin: 0.5rem auto;
            padding: 0 28px;
            width: inherit;
            min-height: inherit;
        }

            .morearticle a .thumb {
                margin-right: .5rem;
                min-width: 35%;
            }

            .morearticle a strong {
                display: block;
            }

            .morearticle a small {
                font-size: .8em;
            }

        .morearticle .nextArticle {
            text-align: left;
        }
}

.strong_quote {
    float: right;
    width: 45%;
    margin: 1.5% 5% 2.5% 5%;
    font-size: 1.35em;
    color: #003c9b;
    border-top: #003c9b 2px solid;
    border-bottom: #003c9b 2px solid;
    font-weight: bold;
    padding: 1em 0;
}

    .strong_quote p {
        line-height: 1.35em;
    }

.editor_tips_area {
    background: #1fc199;
    background: rgba(255, 215, 0, 0.75);
    padding: 36px 36px 24px;
    line-height: 1.5em;
    text-align: center;
}

    .editor_tips_area h2 {
        font-size: 3em;
        font-weight: bolder;
    }

    .editor_tips_area p {
        line-height: 1.75;
        text-align: justify;
        text-justify: distribute;
    }

    .editor_tips_area .editor_tips {
        border: #333 1px solid;
        font-size: 0.75em;
        display: inline-block;
        padding: 2px 12px;
        text-align: center;
        margin: 15px auto 15px;
    }

.contact-info {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}

    .contact-info .container {
        font-size: .8em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.5;
        padding: 10px 16px 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contact-info .container h3 {
            font-weight: 700;
            font-size: 1.5em;
            margin-bottom: .25em;
            width: 100%;
        }

        .contact-info .container .shoplogo {
            width: 90px;
        }

            .contact-info .container .shoplogo img {
                display: block;
                width: 100%;
            }

        .contact-info .container ul {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: -.35em 0 0 1em;
        }

.promotioncar {
    float: right;
    text-align: right;
    width: 38%;
}

@media (min-width:320px) and (max-width:768px) {
    .promotioncar {
        width: 100%;
    }
}

@media (min-width:1681px) and (max-width:1920px) {
    .article-topic {
        font-size: 13px;
        line-height: 1.5;
        width: 2rem;
        position: fixed;
        top: 118px;
        left: 0;
        height: calc(100vh - 236px);
        z-index: 1001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        overflow: hidden;
    }

        .article-topic:hover {
            width: 200px;
        }

            .article-topic:hover a:before {
                left: inherit;
                right: 96%;
            }

            .article-topic:hover .title {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                left: 12px;
            }

        .article-topic ul {
            position: relative;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .article-topic li {
            margin-bottom: .5rem;
        }

            .article-topic li.article-nav-secondary .title {
                padding-left: 1em;
            }

            .article-topic li.current a:before {
                background: #487FCA;
                width: 2rem;
            }

            .article-topic li.current .title {
                font-weight: 900;
            }

        .article-topic a {
            display: block;
            width: 100%;
            height: 36px;
            position: relative;
        }

            .article-topic a:before {
                content: "";
                width: 1rem;
                height: 4px;
                position: absolute;
                left: 0;
                background: #bfbfbf;
                -webkit-transition: 1s;
                -o-transition: 1s;
                transition: 1s;
            }

        .article-topic .title {
            width: 180px;
            -webkit-transform: translateX(200%);
            -ms-transform: translateX(200%);
            transform: translateX(200%);
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: absolute;
            top: -8px;
            left: 100%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
}

@media (max-width:1680px) {
    .article-topic {
        display: none;
    }
}

.fullwidth {
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-visibility: hidden;
}

    .fullwidth::-webkit-scrollbar {
        display: none;
        width: 0px;
    }

@media only screen and (max-width:2560px) {
    .headtitle {
        position: relative;
    }

        .headtitle:after {
            content: "";
            position: absolute;
            left: 0;
            top: 48%;
            width: 100%;
            height: 1px;
            z-index: 0;
        }

        .headtitle.is-center {
            text-align: center;
        }

        .headtitle.is-primary {
            margin: 1rem auto 1.25rem;
        }

            .headtitle.is-primary h3 {
                font-size: 1.35rem;
            }

            .headtitle.is-primary:after {
                background: gray;
            }

        .headtitle.is-secondary {
            font-size: 0.95rem;
        }

            .headtitle.is-secondary strong {
                font-weight: 400;
            }

            .headtitle.is-secondary:after {
                background: #bfbfbf;
            }

        .headtitle .headdress {
            background: white;
            display: inline-block;
            font-size: 0.825rem;
            padding: 0 1em;
            position: relative;
            z-index: 1;
        }

    .notice_step {
        font-size: 0.825rem;
        line-height: 1.5;
        list-style-type: decimal;
        text-align: left;
        position: absolute;
        left: 18px;
    }

    .tab-content {
        padding: 0 16px;
    }

        .tab-content .tab-panel {
            display: none;
        }

            .tab-content .tab-panel.current {
                display: block;
            }

    #tirebysearch-box .modal-body {
        height: calc(100% - 30px);
        overflow-x: hidden;
        overflow-y: scroll;
    }

        #tirebysearch-box .modal-body::-webkit-scrollbar {
            background-color: #333;
            width: 6px;
            border-radius: 0px;
        }

        #tirebysearch-box .modal-body::-webkit-scrollbar-thumb {
            border-radius: 0px;
            background-color: #bfbfbf;
        }

    #bycar {
        margin-bottom: 1.5rem;
    }

        #bycar .form-item {
            margin-bottom: 1rem;
        }

    #car-make-list {
        font-size: 0.825rem;
    }

        #car-make-list .search-item-list {
            padding-bottom: 2em;
        }

            #car-make-list .search-item-list li {
                width: 100px;
            }

                #car-make-list .search-item-list li.sort-title {
                    margin: .5rem auto;
                    width: 100%;
                    position: relative;
                }

                    #car-make-list .search-item-list li.sort-title:after {
                        content: "";
                        width: 100%;
                        height: 1px;
                        background: #bfbfbf;
                        position: absolute;
                        top: 48%;
                    }

                    #car-make-list .search-item-list li.sort-title strong {
                        background: white;
                        padding: 0 4px 0 0;
                    }

    #car-model-list {
        font-size: 0.825rem;
    }

        #car-model-list .search-item-list li {
            width: calc(50% - .5rem);
        }

    #searchstore-box {
        font-size: 0.825rem;
    }

        #searchstore-box .style-select select {
            color: #4d4d4d;
        }

        #searchstore-box .store-address {
            color: gray;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        #searchstore-box .checkvalue {
            font-size: 0.825rem;
            margin-right: .5rem;
            text-align: left;
            width: 110px;
        }

    #tirebysearch-box .car-search-form, #tirebysearch-box .size-search-form {
        display: none;
    }

        #tirebysearch-box .car-search-form.is-active, #tirebysearch-box .size-search-form.is-active {
            display: block;
            height: 90vh;
        }

        #tirebysearch-box .car-search-form .form-item, #tirebysearch-box .size-search-form .form-item {
            display: none;
        }

            #tirebysearch-box .car-search-form .form-item.is-active, #tirebysearch-box .size-search-form .form-item.is-active {
                display: block;
            }

    #research-box {
        background: white;
        height: calc(100vh - 64px);
        top: 64px;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 1000;
    }

        #research-box .modal-wrap {
            margin: auto;
            max-width: 1170px;
        }

        #research-box .tab-panel {
            margin: auto;
        }

        #research-box.modal-panel.is-right .tab-menu {
            margin-top: 0;
        }
}

@media (max-width:736px) {
    #car-make-list .search-item-list {
        padding-bottom: 10em;
    }

    #tirebysearch-box .car-search-form.is-active, #tirebysearch-box .size-search-form.is-active {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    #research-box {
        top: 50px;
        height: 100vh;
        width: 100%;
        max-width: inherit;
    }

        #research-box .tab-panel {
            max-width: inherit;
        }

        #research-box.modal-panel.is-right .tab-menu {
            margin: 0 0 1rem;
        }
}

.tire-search .tab-menu {
    -webkit-box-shadow: 0 10px 10px -10px #bfbfbf;
    box-shadow: 0 10px 10px -10px #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin: -1.5em -2em 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .tire-search .tab-menu li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: gray;
        display: block;
        border-bottom: transparent 3px solid;
        padding: .75em 0 .5em;
    }

        .tire-search .tab-menu li:hover {
            cursor: pointer;
        }

        .tire-search .tab-menu li.current {
            display: block;
            color: #003c9b;
            border-bottom: #003c9b 3px solid;
        }

        .tire-search .tab-menu li img {
            margin-right: 4px;
            height: 20px;
            vertical-align: middle;
        }

.tire-search .tab-content {
    margin: 2rem auto 0;
    max-width: 50%;
}

.tire-search .tab-panel .headtitle.is-primary {
    margin: .5rem auto .75rem;
}

.tire-search .tab-panel .inside-label {
    color: #bfbfbf;
    display: inline-block;
    font-size: 0.95rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

    .tire-search .tab-panel .inside-label.selected {
        color: #4d4d4d;
        font-size: 0.825rem;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

.tire-search .tab-panel .form-inline.tire-width {
    margin-right: 2.5%;
    padding-right: 1em;
    position: relative;
}

    .tire-search .tab-panel .form-inline.tire-width:after {
        content: "/";
        position: absolute;
        right: 0;
        top: 24%;
    }

.tire-search .tab-panel .form-inline.tire-ratio {
    margin-right: 2.5%;
    padding-right: 1.25em;
    position: relative;
}

    .tire-search .tab-panel .form-inline.tire-ratio:after {
        content: "R";
        position: absolute;
        right: 0;
        top: 24%;
    }

.tire-search .tab-panel .form-inline.span7 {
    width: 55%;
}

.tire-search .tab-panel .form-inline.span5 {
    width: 40%;
}

.tire-search .tab-panel .field.text {
    background: white;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid gray;
    cursor: text;
    font-size: 1.1rem;
    padding: 16px 0 4px;
    text-align: left;
    width: 100%;
    height: 44px;
    -webkit-appearance: none;
}

.tire-search .tab-panel .style-select {
    margin-bottom: .5rem;
}

.tire-search .tab-panel select {
    display: none;
}

.tire-search .tab-panel .showsize {
    margin: -1rem auto 0.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .tire-search .tab-panel .showsize img {
        margin: auto -10%;
        width: 120%;
    }

.tire-search .tab-panel .showsize-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

    .tire-search .tab-panel .showsize-wrapper svg {
        -webkit-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
        width: 100%;
        height: 100%;
    }

        .tire-search .tab-panel .showsize-wrapper svg text {
            font-size: 48px;
            font-weight: 900;
            text-shadow: 0 0 5px #333333;
            fill: white;
        }

        .tire-search .tab-panel .showsize-wrapper svg path {
            fill: transparent;
        }

.tire-search > .buttons {
    padding-bottom: 15px;
}

.tire-search .btn[type=submit] {
    font-size: 1rem;
    padding: 10px 0;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .tire-search li {
        padding: .5em 0;
    }

    .tire-search .tab-content {
        margin: auto;
        max-width: inherit;
    }

    .tire-search .tab-panel .inside-label {
        -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
        transform: translateY(60%);
    }

        .tire-search .tab-panel .inside-label.selected {
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }
}

.tire-advsearch {
    color: gray;
}

    .tire-advsearch .form-item {
        display: none;
    }

        .tire-advsearch .form-item:first-child {
            margin-top: 1rem;
        }

        .tire-advsearch .form-item.is-show {
            display: block;
        }

    .tire-advsearch .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: .25rem auto 1rem auto;
    }

        .tire-advsearch .form-group.is-small {
            font-size: 0.95rem;
        }

        .tire-advsearch .form-group .inside-label {
            color: gray;
            font-size: 15px;
            width: calc(50% - .5rem);
            white-space: normal;
        }

            .tire-advsearch .form-group .inside-label:nth-child(1n) {
                margin: .75rem .5rem 0 0;
            }

            .tire-advsearch .form-group .inside-label:nth-child(2n) {
                margin: .75rem 0 0 .5rem;
            }

    .tire-advsearch .buttons {
        margin-top: -.5rem;
    }

.size-form .form-item {
    display: none;
}

    .size-form .form-item.is-active {
        display: block;
    }

.search-item-list {
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .search-item-list li {
        margin: .25rem;
    }

    .search-item-list .inside-label {
        position: relative;
    }

        .search-item-list .inside-label input {
            position: absolute;
            width: 100%;
            visibility: hidden;
        }

        .search-item-list .inside-label .checkvalue {
            display: inline-block;
            padding: .5em 1em;
            text-align: center;
        }

        .search-item-list .inside-label input:checked + .checkvalue {
            background: #487FCA;
            border-radius: 36px;
            color: white;
        }

        .search-item-list .inside-label:hover {
            cursor: pointer;
        }

            .search-item-list .inside-label:hover .checkvalue {
                background: #487FCA;
                border-radius: 36px;
                color: white;
            }

.side-widget .tab-menu {
    margin: 0 0 1rem;
}

.side-widget .tab-content {
    margin: auto;
    max-width: inherit;
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .brands-list > li {
        margin: 0 2% 1rem;
        text-align: center;
        width: 10%;
    }

        .brands-list > li a {
            color: gray;
            display: inline-block;
        }

        .brands-list > li img {
            margin-bottom: .25rem;
            width: 100%;
        }

            .brands-list > li img.setother {
                width: 80%;
            }

    .brands-list .brand-item-name {
        display: block;
    }

@media only screen and (min-width:320px) and (max-width:768px) {
    .brands-list {
        margin: 0 8px;
    }

        .brands-list > li {
            margin: 0 2.5% 1rem;
            width: 28.3%;
        }
}

.sidebar .channels_list_area {
    margin-bottom: 1rem;
}

.sidebar .side-widget #research-box {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: 0;
    height: inherit;
    z-index: inherit;
    overflow: hidden;
}

    .sidebar .side-widget #research-box .tire-search .tab-menu {
        margin: 0 auto 1rem;
    }

    .sidebar .side-widget #research-box .tab-content {
        max-width: inherit;
    }

    .sidebar .side-widget #research-box #returnButton {
        display: none;
    }

.sidebar .side-widget .section-block .container {
    padding: 0 16px;
}

.sidebar .side-widget .headtitle.is-primary h3 {
    font-size: 1.1rem;
}

.sidebar .side-widget .brands-list {
    margin: auto -2%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sidebar .side-widget .brands-list li {
        margin-bottom: .5rem;
        width: 28.33%;
    }

        .sidebar .side-widget .brands-list li img {
            height: 18px;
        }

    .sidebar .side-widget .brands-list .brand-item-name {
        display: none;
    }

.sidebar .side-widget .tab-panel .form-item.is-row .form-inline.span4 {
    margin-right: 5% !important;
}

    .sidebar .side-widget .tab-panel .form-item.is-row .form-inline.span4:last-child {
        margin-right: 0 !important;
    }

.sidebar .side-widget-footer {
    border-top: #e6e6e6 1px solid;
}

    .sidebar .side-widget-footer .style-select {
        font-size: 0.95rem;
        margin: .75rem;
    }

.overall-evaluation {
    background: white;
    border-bottom: #bfbfbf 1px dotted;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
    padding: 12px 0 16px;
}

    .overall-evaluation .review-rating {
        color: gray;
        font-size: 0.95rem;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        line-height: 1.75;
        margin-top: .75rem;
        text-align: justify;
        text-justify: distribute;
        width: 100%;
    }

@media (max-width:768px) {
    .overall-evaluation {
        border-bottom: none;
        padding: 12px 16px 16px;
    }
}

.all-rating-info {
    margin-right: 7.5%;
    text-align: center;
}

    .all-rating-info .total-score {
        font-size: 0.95rem;
    }

        .all-rating-info .total-score strong {
            display: block;
            font-size: 3.6rem;
            line-height: 1.25;
        }

        .all-rating-info .total-score .Badges {
            margin: -.25rem auto .25rem;
            padding: .25em 0;
        }

        .all-rating-info .total-score .Label {
            font-size: 0.825rem;
        }

@media (max-width:768px) {
    .all-rating-info {
        margin-right: 5%;
    }

        .all-rating-info .total-score {
            font-size: 0.825rem;
        }

            .all-rating-info .total-score strong {
                font-size: 2.5rem;
            }

            .all-rating-info .total-score .Badges {
                padding: .1em 0;
            }
}

.chart-rating {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rating-list {
    border-top: #bfbfbf 1px solid;
    margin-top: -1rem;
    padding-top: 1.25em;
}

.rating-content {
    background: white;
    padding: 18px 0 36px;
}

    .rating-content .headline.is-flexbox {
        margin: 0 auto 1.5rem;
        padding-bottom: 0;
    }

    .rating-content .rating-list .wrap {
        width: 100%;
    }

    .rating-content .rating-list .rating-card {
        border-bottom: #d5d5d5 1px solid;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

        .rating-content .rating-list .rating-card:last-child {
            border: none;
            padding-bottom: 0;
        }

        .rating-content .rating-list .rating-card p {
            line-height: 1.5;
            margin: 1rem auto;
        }

            .rating-content .rating-list .rating-card p:first-child {
                margin-top: 0;
            }

        .rating-content .rating-list .rating-card .form-item {
            margin-bottom: 0;
        }

        .rating-content .rating-list .rating-card .rating-side {
            margin-right: 0;
            width: 100%;
        }

            .rating-content .rating-list .rating-card .rating-side .avatar {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: .35rem;
            }

                .rating-content .rating-list .rating-card .rating-side .avatar .avatar-thumb {
                    border: gray 1px solid;
                    border-radius: 100%;
                    font-size: 1.35rem;
                    line-height: 60px;
                    text-align: center;
                    width: 60px;
                    height: 60px;
                    overflow: hidden;
                }

                .rating-content .rating-list .rating-card .rating-side .avatar .avatar-name {
                    margin: 0 0 0 1rem;
                    width: calc(100% - 72px);
                }

                    .rating-content .rating-list .rating-card .rating-side .avatar .avatar-name .title {
                        display: block;
                        margin-bottom: .35rem;
                    }

                    .rating-content .rating-list .rating-card .rating-side .avatar .avatar-name time {
                        color: gray;
                        font-size: 0.825rem;
                        margin-top: 5px;
                    }

            .rating-content .rating-list .rating-card .rating-side .rating-result {
                font-weight: 700;
                margin-top: 1.5rem;
            }

                .rating-content .rating-list .rating-card .rating-side .rating-result svg {
                    margin-right: .25rem;
                    position: relative;
                    top: 2px;
                }

        .rating-content .rating-list .rating-card .deallist-item-info {
            border-bottom: gray 1px dotted;
            font-size: 0.825rem;
            line-height: 1.5;
            padding-bottom: .5rem;
        }

            .rating-content .rating-list .rating-card .deallist-item-info .group-button {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                float: right;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: -1.85rem;
                text-align: center;
            }

        .rating-content .rating-list .rating-card .rating-replay {
            background: #f0f0f0;
            border-radius: 5px;
            margin-top: 1rem;
            padding: 1.25rem;
            position: relative;
        }

            .rating-content .rating-list .rating-card .rating-replay .author {
                font-weight: 700;
                margin-bottom: 1rem;
            }

                .rating-content .rating-list .rating-card .rating-replay .author time {
                    color: gray;
                    font-size: 0.95rem;
                    padding-left: 5px;
                }

        .rating-content .rating-list .rating-card .edit-footer {
            margin-top: .5rem;
        }

    .rating-content .rating-list .bar-wrap.is-flexbox > div {
        margin-left: 1rem;
    }

        .rating-content .rating-list .bar-wrap.is-flexbox > div:first-child {
            margin-left: 0;
        }

    .rating-content .rating-list .bar-wrap.is-flexbox .skillbar .skillbar-title {
        font-size: 12px;
        width: 32%;
    }

@media (max-width:768px) {
    .rating-content {
        padding: 18px 24px 36px;
    }

        .rating-content .rating-list .rating-card .rating-side .avatar .avatar-name .title {
            margin-bottom: 0;
        }

        .rating-content .rating-list .rating-card .deallist-item-info .group-button {
            margin-top: -1.45rem;
        }
}

@media (max-width:736px) {
    .rating-content {
        padding: 16px;
    }

        .rating-content .rating-content-item, .rating-content .rating-side {
            float: none;
            width: 100%;
            position: relative;
        }

            .rating-content .rating-content-item .rating-result, .rating-content .rating-side .rating-result {
                position: absolute;
                right: 0;
                top: -1rem;
            }

            .rating-content .rating-content-item .rating-post, .rating-content .rating-side .rating-post {
                border-top: #808080 1px dotted;
                margin-top: .5rem;
                padding-top: .5rem;
            }
}

.skillbar {
    border-radius: 3px;
    position: relative;
    margin: .5rem 0 0;
    width: 100%;
    background: #eee;
    height: 20px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

    .skillbar .skillbar-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        font-weight: bold;
        font-size: 0.825rem;
        color: #0d0d0d;
        background: white;
    }

        .skillbar .skillbar-title span {
            color: gray;
            display: block;
            height: 100%;
            line-height: 20px;
            white-space: nowrap;
        }

    .skillbar .skillbar-bar {
        height: 100%;
        width: 0px;
        background: #FFD700;
        border-radius: 3px;
    }

    .skillbar .skill-bar-percent {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 0.825rem;
        height: 100%;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.4);
    }

#writeRating-box .writeRating-content {
    overflow: hidden;
    min-height: 32rem;
}

#writeRating-box .writeRating-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

    #writeRating-box .writeRating-wrap.on {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: block;
        position: relative;
    }

    #writeRating-box .writeRating-wrap .form-item .inside-label {
        width: 80px;
    }

    #writeRating-box .writeRating-wrap .rating-numbers {
        margin: 0 0 0 .5rem;
    }

        #writeRating-box .writeRating-wrap .rating-numbers ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            #writeRating-box .writeRating-wrap .rating-numbers ul li {
                border: gray 1px solid;
                border-radius: 3px;
                margin-right: 8px;
                padding: 4px;
                text-align: center;
                min-width: 30px;
            }

                #writeRating-box .writeRating-wrap .rating-numbers ul li.star.selected, #writeRating-box .writeRating-wrap .rating-numbers ul li:hover {
                    cursor: pointer;
                    background: #2196F3;
                    border-color: #487FCA;
                    color: white;
                }

                #writeRating-box .writeRating-wrap .rating-numbers ul li.hover {
                    background: #FFD700;
                    border-color: #4d4d4d;
                    color: #4d4d4d;
                }

@media (max-width:736px) {
    #writeRating-box .send-message .form-item.is-flexbox {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

        #writeRating-box .send-message .form-item.is-flexbox .inside-label {
            display: block;
            margin-bottom: 5px;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 100%;
        }

        #writeRating-box .send-message .form-item.is-flexbox .form-inline.is-flexbox {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            width: 100%;
            margin: 0;
        }

            #writeRating-box .send-message .form-item.is-flexbox .form-inline.is-flexbox .inside-label {
                display: block;
                margin-bottom: 5px;
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                width: 100%;
            }

            #writeRating-box .send-message .form-item.is-flexbox .form-inline.is-flexbox .brand-select {
                width: 100%;
                margin-bottom: 15px;
            }

            #writeRating-box .send-message .form-item.is-flexbox .form-inline.is-flexbox:last-child .brand-select {
                margin: 0;
            }

        #writeRating-box .send-message .form-item.is-flexbox.like-item .inside-label {
            display: inline-block;
            width: auto;
        }

    #writeRating-box .send-message .form-item.modal-footer {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 2rem;
    }

        #writeRating-box .send-message .form-item.modal-footer button {
            width: 47.5%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #writeRating-box .send-message .form-item.modal-footer button.btn-gray, #writeRating-box .send-message .form-item.modal-footer button:first-child {
                margin: 0 2% 0 0;
            }

            #writeRating-box .send-message .form-item.modal-footer button.btn-green, #writeRating-box .send-message .form-item.modal-footer button:last-child {
                margin: 0 0 0 2%;
            }

        #writeRating-box .send-message .form-item.modal-footer .notice_step {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-top: 1.5rem;
            text-align: left;
            position: relative;
            width: 100%;
        }

    #writeRating-box .writeRating-wrap {
        padding: 0;
    }

        #writeRating-box .writeRating-wrap .form-item.rating-item {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
        }

            #writeRating-box .writeRating-wrap .form-item.rating-item .rating-numbers {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                margin: 0;
                width: 100%;
            }

                #writeRating-box .writeRating-wrap .form-item.rating-item .rating-numbers li {
                    margin-right: 4px;
                    padding: 2px 4px;
                    min-width: 26px;
                }

        #writeRating-box .writeRating-wrap .form-item.like-item, #writeRating-box .writeRating-wrap .form-item.payment-item {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
        }

            #writeRating-box .writeRating-wrap .form-item.like-item .form-inline, #writeRating-box .writeRating-wrap .form-item.payment-item .form-inline {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                width: 100%;
                margin-bottom: 10px;
            }

                #writeRating-box .writeRating-wrap .form-item.like-item .form-inline:last-child, #writeRating-box .writeRating-wrap .form-item.payment-item .form-inline:last-child {
                    margin: 0;
                }
}

@media only screen and (max-width:2560px) {
    .maincontent .section-block {
        margin-bottom: 1rem;
    }

        .maincontent .section-block.tire-brands, .maincontent .section-block.tire-search {
            background: white;
            border-radius: 12px;
        }

        .maincontent .section-block.is-recommend {
            background: transparent;
        }

        .maincontent .section-block.cd-main-content {
            margin-bottom: -12px;
        }

        .maincontent .section-block .container {
            padding: 2em;
            width: auto;
        }

            .maincontent .section-block .container.is-fullwidth {
                padding: 0;
            }

    .breadcrumbs {
        font-size: 0.825rem;
        margin-bottom: 12px;
        height: inherit;
    }

        .breadcrumbs .breadcrumb {
            background: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: auto;
            white-space: nowrap;
            width: 100%;
        }

            .breadcrumbs .breadcrumb li {
                padding: 0 0 0 12px;
                position: relative;
            }

                .breadcrumbs .breadcrumb li:before {
                    font-family: "fontello";
                    content: "\f105";
                    position: absolute;
                    right: -8px;
                }

                .breadcrumbs .breadcrumb li:first-child {
                    padding-left: 0;
                }

                .breadcrumbs .breadcrumb li:last-child:before {
                    content: none;
                }

                .breadcrumbs .breadcrumb li.active a {
                    color: #4d4d4d;
                }

    .tire-price {
        clear: both;
        font-weight: 700;
    }

        .tire-price del, .tire-price small {
            font-size: 0.825rem;
        }

        .tire-price strong {
            display: block;
            font-size: 1.35rem;
            line-height: 1;
        }

            .tire-price strong small {
                display: inline-block;
                margin-top: .45rem;
            }

    .energy-mark {
        background: #003c9b;
        border-radius: 3px;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 11px;
        padding: 3px 6px;
        position: absolute;
        bottom: .5rem;
        left: .5rem;
        z-index: 9;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

        .energy-mark img {
            display: inline-block;
            margin-right: 4px;
            width: 28px;
        }

    .promo-mark {
        background: white;
        border: 1px solid #ff470f;
        border-radius: 36px;
        color: #ff470f;
        position: absolute;
        right: 0;
        top: -4px;
    }

    .new-mark {
        background: white;
        border: 1px solid #D90000;
        border-radius: 36px;
        color: #D90000;
        background: #FFD700;
        border-color: #FFD700;
        position: absolute;
        left: 8px;
        top: 8px;
        z-index: 9;
    }

    .verify-mark {
        color: gray;
        font-size: 0.825rem;
    }

        .verify-mark i {
            color: #2DC09A;
            display: inline-block;
            font-size: 1.1rem;
            margin-right: -2px;
            position: relative;
            top: 1px;
        }

    .helpful-action {
        border-radius: 6px;
        border: #487FCA 1px solid;
        overflow: hidden;
        position: relative;
    }

        .helpful-action:after {
            background: #487FCA;
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 48.5%;
        }

        .helpful-action .btn {
            background: white;
            border: none;
            border-radius: 0;
            color: #487FCA;
            padding: 2px 6px;
        }

            .helpful-action .btn.is-active {
                background: #487FCA;
                color: white;
            }

    .review {
        color: gray;
        font-size: 0.825rem;
        text-decoration: underline;
    }

        .review .total-score {
            background: #FFD700;
            border-radius: 3px;
            color: #4d4d4d;
            display: inline-block;
            font-size: 1.1rem;
            font-weight: 700;
            margin-right: .5rem;
            padding: .25em .35em .15em;
            text-decoration: none;
            position: relative;
        }

            .review .total-score:after {
                content: "";
                position: absolute;
                top: 0;
                right: -5px;
                border: #FFD700 5px solid;
                border-right-color: transparent;
                border-bottom-color: transparent;
            }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .maincontent {
        margin: -12px auto;
    }

        .maincontent .section-block .container {
            padding: 1.5em 0 2em;
        }

        .maincontent .section-block.tire-search {
            border-radius: 0 0 12px 12px;
        }

        .maincontent .section-block.tire-page {
            margin-bottom: 0;
        }

            .maincontent .section-block.tire-page .container {
                padding: 0;
            }

    .headtitle.is-primary {
        margin: 0 16px 1.25rem;
    }

    .breadcrumbs {
        font-size: 0.825rem;
        overflow: hidden;
    }

        .breadcrumbs .breadcrumb {
            padding: 6px 12px 4px;
        }

        .breadcrumbs .breadcrumb-item {
            overflow: hidden;
        }

            .breadcrumbs .breadcrumb-item:last-child {
                display: inline-block;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 40%;
            }

    .tire-writeRating-btn {
        padding: 4px 8px;
    }

    .review .total-score {
        padding: .1em .35em .05em;
    }
}

.search-header {
    padding: 0 0 12px;
}

    .search-header .title {
        border-bottom: #bfbfbf 1px solid;
        margin-bottom: .5rem;
        padding-bottom: .5em;
        position: relative;
    }

        .search-header .title h2 {
            font-size: 1.75rem;
            font-weight: 700;
            width: 75%;
        }

            .search-header .title h2 small {
                display: block;
                font-size: 0.95rem;
                margin-bottom: 4px;
            }

        .search-header .title .btn {
            display: inline-block;
            font-size: 0.95rem;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            right: 0px;
            padding: .75em 2em;
        }

    .search-header .note {
        color: gray;
        font-size: 0.95rem;
        margin: .75rem auto .5rem;
    }

@media (max-width:768px) {
    .search-header {
        padding: 12px 16px;
    }

        .search-header .title h2 {
            font-size: 1rem;
        }

        .search-header .title .btn {
            font-size: 0.825rem;
            padding: 3px 4px;
        }

        .search-header .note {
            font-size: 0.825rem;
            margin: 0;
        }
}

.cd-gallery .tire-list {
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cd-gallery .tire-list > li {
        margin: 0 auto 2rem;
        width: 100%;
    }

@media (max-width:768px) {
    .cd-gallery .tire-list > li {
        width: 100%;
    }
}

.is-recommend .tire-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -.75%;
}

    .is-recommend .tire-list > li {
        border-bottom: none;
        margin: 0 .75% 2rem;
        width: 15.15%;
    }

        .is-recommend .tire-list > li .feature-hero .thumb {
            background: white;
            float: none;
            padding-bottom: 99%;
            margin: auto auto .25rem;
        }

        .is-recommend .tire-list > li .feature-hero .headerline {
            float: none;
            margin: auto;
            width: 100%;
        }

            .is-recommend .tire-list > li .feature-hero .headerline .brand {
                margin: .2rem auto;
            }

            .is-recommend .tire-list > li .feature-hero .headerline .tire-name {
                font-size: 1rem;
                line-height: 1.25;
            }

            .is-recommend .tire-list > li .feature-hero .headerline .tire-meta {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 0;
            }

                .is-recommend .tire-list > li .feature-hero .headerline .tire-meta > div {
                    margin-right: 0;
                    padding-right: 0;
                }

                    .is-recommend .tire-list > li .feature-hero .headerline .tire-meta > div:after {
                        content: none;
                    }

                .is-recommend .tire-list > li .feature-hero .headerline .tire-meta .tags {
                    margin: 0;
                }

        .is-recommend .tire-list > li .buttons {
            position: relative;
            bottom: inherit;
        }

        .is-recommend .tire-list > li .tire-price small {
            -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
            transform: scale(0.75);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            white-space: nowrap;
        }

@media (max-width:768px) {
    .is-recommend .tire-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: auto .5rem;
        overflow-x: scroll;
    }

        .is-recommend .tire-list > li {
            margin: 0 2.5% 2rem;
            min-width: 150px;
        }
}

.tire-item {
    border-bottom: #bfbfbf 1px solid;
    margin-bottom: 1em;
    padding-bottom: 1.75em;
    position: relative;
}

    .tire-item .feature-hero + .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 1.75rem;
        right: 0;
        z-index: 1;
    }

@media (max-width:768px) {
    .tire-item .feature-hero + .buttons {
        position: relative;
        bottom: inherit;
        right: inherit;
    }

    .tire-item .tiresize {
        margin: .5rem 0 0 -42.5%;
        padding: 0;
        width: calc( 100vw - 32px);
    }
}

@media (max-width:375px) {
    .tire-item .tiresize {
        margin: -1rem 0 -1rem -52%;
        width: calc( 100vw + 32px);
    }

        .tire-item .tiresize .tiresize-list {
            margin: .5rem 0;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }
}

.feature-hero a {
    color: gray;
}

.feature-hero .coverphoto {
    float: left;
    width: 20%;
    position: relative;
}

.feature-hero .thumb {
    border: #bfbfbf 1px solid;
    display: block;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
    --aspect-ratio:1/1;
    position: relative;
    height: 0;
    padding-bottom: calc(100%/(var(--aspect-ratio)));
}

    .feature-hero .thumb > img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .feature-hero .thumb > img {
        width: auto;
    }
}

.feature-hero .headerline {
    float: right;
    margin-bottom: 0;
    text-align: left;
    width: calc(100% - 21.5%);
}

.feature-hero .tire-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.75rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    word-wrap: break-word;
    word-break: break-all;
}

    .feature-hero .tire-name a {
        color: #333333;
    }

    .feature-hero .tire-name .Labels {
        padding: 0 .5em 0 0;
        position: relative;
        top: 5px;
    }

        .feature-hero .tire-name .Labels img {
            width: 44px;
        }

    .feature-hero .tire-name a + .Labels {
        padding: 0 0 0 .5em;
    }

    .feature-hero .tire-name .energy-mark {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        top: inherit;
        left: inherit;
    }

.feature-hero .brand {
    font-size: 0.825rem;
    margin: -.1rem auto .35rem;
}

.feature-hero .tire-meta {
    color: gray;
    margin: .25rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .feature-hero .tire-meta > div {
        margin-right: .75em;
        padding-right: .75em;
        height: 24px;
        position: relative;
    }

        .feature-hero .tire-meta > div:after {
            background: #bfbfbf;
            content: "";
            position: absolute;
            right: 0;
            top: 4px;
            width: 1px;
            height: 15px;
        }

        .feature-hero .tire-meta > div:last-child:after {
            content: none;
        }

    .feature-hero .tire-meta .tire-spec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.95rem;
    }

        .feature-hero .tire-meta .tire-spec .sizevalue {
            background: url(/images/bysize.png) 0 0 no-repeat;
            background-size: 32px;
            font-size: 1rem;
            padding-left: 36px;
            position: relative;
            top: 2px;
        }

        .feature-hero .tire-meta .tire-spec .btn {
            font-size: 12px !important;
            margin-left: .25rem;
            padding: 3px 8px;
            width: auto;
        }

.feature-hero .spec-list {
    border-bottom: gray 1px dotted;
    font-size: 0.825rem;
    margin: .25rem auto .35rem;
    padding-bottom: .25em;
}

    .feature-hero .spec-list li {
        margin-right: .75rem;
    }

.feature-hero .btn-blue.current {
    background: #315A91;
}

@media (max-width:768px) {
    .feature-hero .coverphoto {
        width: 27%;
    }

    .feature-hero .headerline {
        margin-bottom: .5rem;
        width: calc(100% - 30%);
    }

        .feature-hero .headerline .tire-name {
            display: block;
            font-size: 1.25rem;
        }

        .feature-hero .headerline .brand {
            font-size: 0.825rem;
            margin: -.1rem auto .1rem;
        }

        .feature-hero .headerline .energy-mark {
            margin: .5rem 0 0;
        }

    .feature-hero .tire-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto -.25rem;
    }

        .feature-hero .tire-meta .tire-spec {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            white-space: nowrap;
            position: relative;
            top: 2px;
            height: inherit;
        }

            .feature-hero .tire-meta .tire-spec:after {
                top: 15%;
            }

            .feature-hero .tire-meta .tire-spec.buttons {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin: .25rem 0;
                padding: 0;
            }

                .feature-hero .tire-meta .tire-spec.buttons:after {
                    content: none;
                }

            .feature-hero .tire-meta .tire-spec .sizevalue {
                background-position: 0 3px;
            }

            .feature-hero .tire-meta .tire-spec .lable {
                display: none;
            }

            .feature-hero .tire-meta .tire-spec .btn-blue {
                padding: 5px 10px;
                margin: 0 .35rem .35rem 0;
            }

        .feature-hero .tire-meta .review {
            margin-right: 0;
            padding-right: 0;
        }

            .feature-hero .tire-meta .review .total-score {
                margin-right: 0;
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transform-origin: left;
                -ms-transform-origin: left;
                transform-origin: left;
            }

            .feature-hero .tire-meta .review:after {
                content: none;
            }

        .feature-hero .tire-meta .tags {
            margin: .5rem 0;
            padding: 0;
            width: 100%;
            height: auto;
        }

    .feature-hero .new-mark {
        left: 2px;
        top: 2px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.feature-list {
    color: gray;
    font-size: 0.95rem;
    float: right;
    list-style-type: square;
    margin: .5rem auto .5rem 0;
    padding-left: 18px;
    width: calc(100% - 21.5%);
}

    .feature-list li {
        line-height: 1.5;
        margin-bottom: .25rem;
    }

@media (max-width:768px) {
    .feature-list {
        clear: both;
        float: none;
        width: 100%;
    }
}

.tiresize-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tiresize-list .tiresize-item {
        display: none;
        margin: 0 -.25rem;
    }

        .tiresize-list .tiresize-item:last-child {
            border-bottom: none;
        }

        .tiresize-list .tiresize-item.is-current {
            display: block;
        }

        .tiresize-list .tiresize-item .tiresize-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
        }

            .tiresize-list .tiresize-item .tiresize-items li {
                margin: 0 .5% .5rem;
            }

                .tiresize-list .tiresize-item .tiresize-items li a {
                    color: #333333;
                    border: #bfbfbf 1px solid;
                    border-radius: 6px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: .5em 1em;
                    text-align: center;
                    white-space: nowrap;
                    min-height: 44px;
                }

                    .tiresize-list .tiresize-item .tiresize-items li a img {
                        margin-right: .25rem;
                        width: 40px;
                    }

                    .tiresize-list .tiresize-item .tiresize-items li a .tire-price {
                        color: gray;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        font-weight: 400;
                        margin-top: .25rem;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: baseline;
                        -ms-flex-align: baseline;
                        align-items: baseline;
                    }

                        .tiresize-list .tiresize-item .tiresize-items li a .tire-price del {
                            padding-left: .5em;
                        }

                        .tiresize-list .tiresize-item .tiresize-items li a .tire-price strong {
                            color: gray;
                            display: inline-block;
                            font-size: 0.95rem;
                            font-weight: 400;
                            padding-left: .75em;
                            position: relative;
                        }

                            .tiresize-list .tiresize-item .tiresize-items li a .tire-price strong:after {
                                content: "/";
                                position: absolute;
                                left: .25em;
                            }

                    .tiresize-list .tiresize-item .tiresize-items li a.is-current, .tiresize-list .tiresize-item .tiresize-items li a:hover {
                        background: #239678;
                        border-color: #239678;
                        color: white;
                    }

                        .tiresize-list .tiresize-item .tiresize-items li a.is-current .tire-price, .tiresize-list .tiresize-item .tiresize-items li a:hover .tire-price {
                            color: white;
                        }

                            .tiresize-list .tiresize-item .tiresize-items li a.is-current .tire-price .red, .tiresize-list .tiresize-item .tiresize-items li a:hover .tire-price .red {
                                color: white;
                            }

    .tiresize-list .sort-title {
        color: gray;
        display: inline-block;
        font-size: 1.1rem;
        min-width: 45px;
        position: relative;
        top: 3px;
    }

        .tiresize-list .sort-title small {
            padding-left: 2px;
            position: relative;
            top: -1px;
        }

@media (max-width:768px) {
    .tiresize-list .tiresize-item {
        margin: 0;
    }

        .tiresize-list .tiresize-item .tiresize-items li {
            margin: 0 1% .5rem;
        }

            .tiresize-list .tiresize-item .tiresize-items li a {
                padding: .5em;
            }
}

.tire-page {
    background: white;
    border-radius: 12px;
}

    .tire-page .tire-coverphoto {
        margin-bottom: 6px;
        width: 35%;
    }

        .tire-page .tire-coverphoto .swiper-slide {
            background: #0d0d0d;
        }

            .tire-page .tire-coverphoto .swiper-slide img {
                display: block;
                width: 100%;
            }

            .tire-page .tire-coverphoto .swiper-slide .videocontainer {
                margin: 21.5% auto;
            }

        .tire-page .tire-coverphoto .energy-mark {
            bottom: 6rem;
            left: .75rem;
        }

        .tire-page .tire-coverphoto .swiper-pagination-bullet {
            background: #bfbfbf;
        }

            .tire-page .tire-coverphoto .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #D90000;
            }

    .tire-page .feature-slider {
        position: relative;
    }

    .tire-page .tire-maininfo {
        margin-left: 3%;
        width: 62%;
    }

        .tire-page .tire-maininfo .feature-hero {
            border-bottom: #bfbfbf 1px dotted;
            margin: -.5em 0 .75rem;
            position: relative;
        }

            .tire-page .tire-maininfo .feature-hero .headerline {
                float: none;
                width: 100%;
            }

                .tire-page .tire-maininfo .feature-hero .headerline .tire-name {
                    margin: .5rem auto .75rem;
                }

        .tire-page .tire-maininfo .feature-list {
            color: #4d4d4d;
            font-size: 1rem;
            float: none;
            margin-bottom: 1.25rem;
            width: 100%;
        }

        .tire-page .tire-maininfo .tire-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .tire-page .tire-maininfo .tire-price del {
                margin-top: .65rem;
            }

            .tire-page .tire-maininfo .tire-price strong {
                color: #D90000;
                font-size: 1.75rem;
                margin-left: .5rem;
            }

                .tire-page .tire-maininfo .tire-price strong small {
                    margin-top: .75rem;
                }

        .tire-page .tire-maininfo .tiresize {
            display: none;
            margin-top: .75rem;
        }

            .tire-page .tire-maininfo .tiresize.is-show {
                display: block;
            }

            .tire-page .tire-maininfo .tiresize .tiresize-item {
                border-bottom: 1px dotted #bfbfbf;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: .75em;
            }

                .tire-page .tire-maininfo .tiresize .tiresize-item a {
                    font-size: 15px;
                }

            .tire-page .tire-maininfo .tiresize .tire-price {
                margin-top: 0;
            }

                .tire-page .tire-maininfo .tiresize .tire-price strong {
                    margin: 0;
                }

                .tire-page .tire-maininfo .tiresize .tire-price del {
                    margin-top: 0;
                }

        .tire-page .tire-maininfo .promo-mark {
            top: 8px;
            right: 8px;
        }

        .tire-page .tire-maininfo .style-well {
            padding: .75em 0;
        }

    .tire-page .tire-description .side-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: .5rem auto 0;
    }

        .tire-page .tire-description .side-widget .story {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .tire-page .tire-description .side-widget .story:first-child {
                margin: 0.5rem 0.5rem 0 0 !important;
            }

            .tire-page .tire-description .side-widget .story:last-child {
                margin: 0.5rem 0 0 0.5rem !important;
            }

    .tire-page .postcont + .buttons {
        background: white;
        padding: 16px 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .tire-page .postcont + .buttons .btn-showmore {
            display: inline-block;
            font-size: 0.825rem;
            margin: auto;
        }

    .tire-page .product-detail {
        margin-bottom: 1rem;
    }

        .tire-page .product-detail .nav-tabs {
            background: white;
            border: none;
            -webkit-box-shadow: 0 10px 10px -10px #bfbfbf;
            box-shadow: 0 10px 10px -10px #bfbfbf;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: center;
            position: relative;
            z-index: 1;
        }

            .tire-page .product-detail .nav-tabs li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .tire-page .product-detail .nav-tabs li span {
                    border: none;
                    color: gray;
                    display: inline-block;
                    font-size: 0.95rem;
                    padding: 1.25em 0;
                    position: relative;
                }

                .tire-page .product-detail .nav-tabs li a:hover {
                    border-color: #487FCA;
                }

                .tire-page .product-detail .nav-tabs li .Badges {
                    line-height: 24px;
                    -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                    transform: scale(0.8);
                    position: absolute;
                    right: -24px;
                    top: 14px;
                }

                .tire-page .product-detail .nav-tabs li:hover {
                    cursor: pointer;
                }

                    .tire-page .product-detail .nav-tabs li:hover span {
                        color: #4d4d4d;
                    }

            .tire-page .product-detail .nav-tabs .active span {
                color: #900;
                font-weight: 700;
                position: relative;
            }

                .tire-page .product-detail .nav-tabs .active span:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background: #900;
                }

        .tire-page .product-detail .tab-content {
            padding: 0;
        }

        .tire-page .product-detail .postcont {
            background: white;
            font-size: 0.95rem;
            padding: 16px 0;
        }

            .tire-page .product-detail .postcont > ol, .tire-page .product-detail .postcont > p, .tire-page .product-detail .postcont > ul {
                margin: 1rem auto;
            }

    .tire-page .addToCart-group .addToCart-container {
        border-bottom: #bfbfbf 1px dotted;
        padding-bottom: .5em;
    }

    .tire-page .addToCart-group .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 0;
        max-width: 1170px;
        margin: auto;
    }

    .tire-page .addToCart-group .addToCart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 50%;
    }

    .tire-page .addToCart-group .product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 44px;
        margin: 0;
        padding-left: 44px;
        text-align: center;
        position: relative;
        max-width: 35%;
    }

        .tire-page .addToCart-group .product-quantity label {
            color: gray;
            font-size: 0.95rem;
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 0;
        }

        .tire-page .addToCart-group .product-quantity select {
            padding-left: 7rem;
        }

        .tire-page .addToCart-group .product-quantity .btn {
            background: white;
            border: #bfbfbf 1px solid;
        }

            .tire-page .addToCart-group .product-quantity .btn.quantity-minus {
                border-right: none;
                border-radius: 3px 0 0 3px;
            }

            .tire-page .addToCart-group .product-quantity .btn.quantity-plus {
                border-left: none;
                border-radius: 0 3px 3px 0;
            }

        .tire-page .addToCart-group .product-quantity .quantity-btn {
            border: #bfbfbf 1px solid;
            font-size: 1.35rem;
            line-height: 38px;
            text-align: center;
        }

    .tire-page .addToCart-group .addToCartBtn {
        color: #FFF;
        line-height: 44px;
        margin-left: 2%;
        padding: 0;
        position: relative;
        width: 50%;
    }

        .tire-page .addToCart-group .addToCartBtn.cd-add-to-cart {
            background: #2DC09A;
        }

            .tire-page .addToCart-group .addToCartBtn.cd-add-to-cart:hover {
                background: #239678;
            }

        .tire-page .addToCart-group .addToCartBtn.soldout {
            background: gray;
            border-color: #4d4d4d;
        }

    .tire-page .addToCart-group.scroll-to-fixed-fixed {
        top: inherit !important;
        bottom: 0;
    }

        .tire-page .addToCart-group.scroll-to-fixed-fixed .addToCart-container {
            background: white;
            border: none;
            padding: 0;
            width: 100%;
            position: fixed;
            left: 0;
            bottom: 0;
        }

    .tire-page #feature {
        position: relative;
    }

        .tire-page #feature .postcont {
            height: 360px;
            overflow: hidden;
            position: relative;
        }

            .tire-page #feature .postcont:after {
                background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
                background: -webkit-linear-gradient(top, transparent 0%, white 100%);
                background: -o-linear-gradient(top, transparent 0%, white 100%);
                background: linear-gradient(to bottom, transparent 0%, white 100%);
                content: "";
                position: absolute;
                width: 100%;
                height: 100px;
                bottom: 60px;
                left: 0;
            }

            .tire-page #feature .postcont.is-open {
                height: auto;
            }

                .tire-page #feature .postcont.is-open:after {
                    content: none;
                }

@media (max-width:768px) {
    .tire-page {
        background: transparent;
        padding: 0;
    }

        .tire-page > .container {
            display: block;
        }

        .tire-page .gallery-thumbs {
            display: none;
        }

        .tire-page .tire-coverphoto {
            width: 100%;
            position: relative;
        }

            .tire-page .tire-coverphoto .energy-mark {
                bottom: .75rem;
                left: .75rem;
            }

        .tire-page .tire-maininfo .feature-hero .headerline .tire-name {
            margin: .5rem auto .5rem;
        }

        .tire-page .tire-maininfo .feature-hero .headerline .spec-list {
            border-bottom: gray 1px dotted;
            font-size: 0.825rem;
            margin: .25rem auto .35rem;
            padding-bottom: .25em;
        }

            .tire-page .tire-maininfo .feature-hero .headerline .spec-list li {
                margin-right: .75rem;
            }

        .tire-page .tire-maininfo .feature-hero .headerline .total-score {
            margin-right: 0;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
        }

        .tire-page .tire-maininfo .feature-hero .tire-meta {
            font-size: 0.825rem;
            margin: .25rem 0;
        }

            .tire-page .tire-maininfo .feature-hero .tire-meta .tire-spec .sizevalue {
                top: 0;
            }

            .tire-page .tire-maininfo .feature-hero .tire-meta .tire-spec .btn-blue {
                margin: 0 0 0 .35rem;
            }

        .tire-page .tire-maininfo .feature-hero .tiresize-list .tiresize-item .tiresize-items li {
            width: inherit;
        }

        .tire-page .tire-description .side-widget {
            display: block;
        }

            .tire-page .tire-description .side-widget .story:last-child {
                margin: 0.75rem 0 0 !important;
            }

        .tire-page .social_share {
            display: block;
            position: absolute;
            top: -1.5rem;
            right: 0;
            z-index: 10;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

            .tire-page .social_share .title {
                display: none;
            }

            .tire-page .social_share > div {
                margin-bottom: .5rem;
                background: white;
            }

        .tire-page .tire-maininfo {
            margin: auto;
            width: 100%;
        }

            .tire-page .tire-maininfo .feature-hero {
                border-bottom: none;
            }

                .tire-page .tire-maininfo .feature-hero .headerline {
                    width: 100%;
                }

                    .tire-page .tire-maininfo .feature-hero .headerline .tire-name {
                        font-size: 1.75rem;
                    }

            .tire-page .tire-maininfo .style-well {
                padding: .9em 1em;
            }

        .tire-page .addToCart-group {
            background: white;
            margin: auto;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 10;
        }

            .tire-page .addToCart-group .addToCart-container {
                border-bottom: none;
                padding-bottom: 0;
            }

            .tire-page .addToCart-group .wrapper {
                -webkit-box-shadow: 0 10px 10px 10px #bfbfbf;
                box-shadow: 0 10px 10px 10px #bfbfbf;
                padding: 0;
            }

            .tire-page .addToCart-group .product-quantity label {
                font-size: 0.825rem;
                left: 5%;
            }

            .tire-page .addToCart-group .product-quantity .btn, .tire-page .addToCart-group .product-quantity .quantity-btn {
                border: none !important;
            }

            .tire-page .addToCart-group .addToCartBtn {
                border-radius: 0;
                margin: 0;
            }

        .tire-page .product-detail .nav-tabs li span {
            padding: 1em 0;
        }

        .tire-page .product-detail .nav-tabs li .Badges {
            top: 12px;
        }

        .tire-page .product-detail .postcont {
            padding: 16px 16px 4em;
        }
}

#writeRating-box .tire-drive .form-item.is-flexbox .form-group, #writeRating-box .tire-info .form-item.is-flexbox .form-group {
    margin-bottom: 0;
}

#writeRating-box .tire-drive .form-item, #writeRating-box .tire-info .form-item {
    margin-bottom: .5rem;
}

#writeRating-box .tire-drive .form-title + .form-item.is-flexbox .style-select, #writeRating-box .tire-info .form-title + .form-item.is-flexbox .style-select {
    width: calc(100% - 80px);
}

@media (max-width:768px) {
    #writeRating-box .tire-drive .form-title + .form-item.is-flexbox .style-select, #writeRating-box .tire-info .form-title + .form-item.is-flexbox .style-select {
        width: 100%;
    }

    #writeRating-box .form-item.is-flexbox .form-inline.span4 {
        margin-bottom: 0.5rem;
    }

    #writeRating-box .form-group.is-flexbox .form-line.span6:first-child {
        margin-right: 1%;
    }

    #writeRating-box .form-group.is-flexbox .form-line.span6:last-child {
        margin-left: 1%;
    }
}

.swiper-container.gallery-top {
    margin-bottom: 1rem;
}

.cd-main-content {
    background: transparent;
    position: relative;
    min-height: 100vh;
}

    .cd-main-content:after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-main-content.is-fixed .cd-tab-filter-wrapper {
        position: fixed;
        top: 44px;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .cd-main-content.is-fixed .cd-filter-trigger {
        position: fixed;
    }

    .cd-main-content .cd-gallery > ul > li {
        display: none;
    }

.cd-tab-filter-wrapper {
    background-color: #ffffff;
    z-index: 1;
}

    .cd-tab-filter-wrapper:after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-tab-filter-wrapper .cd-filter-content {
        background: white;
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style-type: none;
        margin: auto auto -1.25rem;
        padding: .75rem 0;
        text-align: center;
    }

        .cd-tab-filter-wrapper .cd-filter-content li {
            padding: 0 12px;
        }

.cd-tab-filter {
    position: relative;
    height: 44px;
    margin: 0 auto;
    z-index: 1;
    border-bottom: #CCC 1px solid;
}

    .cd-tab-filter ul {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #ffffff;
    }

    .cd-tab-filter li {
        display: none;
    }

        .cd-tab-filter li:first-child {
            display: block;
        }

        .cd-tab-filter li.small a {
            font-size: 14px;
        }

    .cd-tab-filter a {
        display: block;
        height: 44px;
        line-height: 44px;
        padding-left: 14px;
    }

        .cd-tab-filter a.selected {
            background: #003c9b;
            color: #ffffff;
        }

    .cd-tab-filter.is-open:after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .cd-tab-filter.is-open ul li {
        display: block;
    }

    .cd-tab-filter.is-open .placeholder a {
        opacity: .4;
    }

@media only screen and (min-width:768px) {
    .cd-tab-filter {
        width: auto;
        cursor: auto;
    }

        .cd-tab-filter:after {
            display: none;
        }

        .cd-tab-filter ul {
            background: transparent;
            position: static;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-align: center;
        }

        .cd-tab-filter li {
            display: inline-block;
        }

            .cd-tab-filter li.placeholder {
                display: none !important;
            }

        .cd-tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.05rem;
        }

    .no-touch .cd-tab-filter a:hover {
        color: #003c9b;
    }

    .cd-tab-filter a.selected {
        background: transparent;
        color: #003c9b;
        -webkit-box-shadow: inset 0 -2px 0 #003c9b;
        box-shadow: inset 0 -2px 0 #003c9b;
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width:1170px) {
    .cd-tab-filter {
        width: 100%;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-tab-filter.filter-is-visible {
            width: 80%;
        }
}

.cd-gallery {
    padding: 0 0 24px 0;
    width: 100%;
}

    .cd-gallery > li {
        margin-bottom: 1.6em;
    }

        .cd-gallery > li.gap {
            opacity: 0;
            height: 0;
            display: inline-block;
        }

    .cd-gallery .cd-fail-message {
        display: none;
        padding-bottom: 2rem;
        text-align: center;
    }

@media only screen and (min-width:768px) {
    .cd-gallery {
        padding: 40px 3%;
    }

        .cd-gallery > ul {
            margin: 0 -1%;
        }

            .cd-gallery > ul:after {
                clear: both;
                content: "";
                display: table;
            }

            .cd-gallery > ul > li {
                width: 48%;
                margin-bottom: 1.25em;
            }
}

@media only screen and (min-width:1170px) {
    .cd-gallery {
        padding: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-gallery > li {
            text-align: center;
            margin: 0 1% 1.25rem;
            width: 30.8%;
        }

            .cd-gallery > li a {
                color: #003c9b;
                display: block;
            }

            .cd-gallery > li .thumb {
                position: relative;
                overflow: hidden;
            }

                .cd-gallery > li .thumb img {
                    display: block;
                }

                .cd-gallery > li .thumb .detail {
                    position: absolute;
                    right: 5px;
                    bottom: 5px;
                    background: #003c9b;
                    color: white;
                    display: inline-block;
                    font-size: 12px;
                    border-radius: 4px;
                    padding: 4px 8px;
                }

            .cd-gallery > li h3 {
                font-size: 1rem;
                font-weight: normal;
                padding: .5rem 0;
            }

        .cd-gallery.filter-is-visible {
            width: 80%;
        }
}

@-moz-document url-prefix() {
    .cd-filter-block .cd-select:after {
        display: none;
    }
}

.cd-filter-block {
    border-bottom: #E0E0E0 1px dotted;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cd-filter-block:last-child {
        border: none;
        margin-bottom: 0;
    }

    .cd-filter-block .checkbox-label:before, .cd-filter-block .radio-label:before, .cd-filter-block input, .cd-filter-block select {
        border-radius: 0;
        background-color: #ffffff;
        border: 1px solid #cccccc;
    }

        .cd-filter-block input[type=search], .cd-filter-block input[type=text], .cd-filter-block select {
            width: 100%;
            padding: .8em;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .cd-filter-block input[type=search]:focus, .cd-filter-block input[type=text]:focus, .cd-filter-block select:focus {
                outline: none;
                background-color: #ffffff;
                border-color: #003c9b;
            }

        .cd-filter-block input[type=search] {
            border-color: transparent;
            background-color: #e6e6e6;
        }

            .cd-filter-block input[type=search]::-webkit-search-cancel-button {
                display: none;
            }

    .cd-filter-block .cd-select {
        position: relative;
    }

        .cd-filter-block .cd-select:after {
            content: '';
            position: absolute;
            z-index: 1;
            right: 14px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            width: 16px;
            height: 16px;
            background: url("../images/cd-icon-arrow.svg") no-repeat center center;
            pointer-events: none;
        }

    .cd-filter-block select {
        cursor: pointer;
    }

        .cd-filter-block select::-ms-expand {
            display: none;
        }

    .cd-filter-block .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cd-filter-block .list li {
            position: relative;
            padding: 0 1rem 1rem 0;
        }

@media (max-width:736px) {
    .cd-filter-block .list {
        margin-top: 0;
    }

        .cd-filter-block .list li {
            padding: 1em 1em 1em 0;
        }
}

.cd-filter-block input[type=checkbox], .cd-filter-block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label, .cd-filter-block .radio-label {
    font-weight: normal;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cd-filter-block .checkbox-label:after, .cd-filter-block .checkbox-label:before, .cd-filter-block .radio-label:after, .cd-filter-block .radio-label:before {
        content: '';
        display: block;
        position: absolute;
        top: 25%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-filter-block .checkbox-label:before, .cd-filter-block .radio-label:before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    .cd-filter-block .checkbox-label:after, .cd-filter-block .radio-label:after {
        display: none;
    }

@media (max-width:736px) {
    .cd-filter-block .checkbox-label:after, .cd-filter-block .checkbox-label:before, .cd-filter-block .radio-label:after, .cd-filter-block .radio-label:before {
        top: 50%;
    }
}

.cd-filter-block .checkbox-label:after {
    width: 16px;
    height: 16px;
    background: url("/images/icon-check.svg") no-repeat center center;
    left: 0;
}

.cd-filter-block .radio-label:after, .cd-filter-block .radio-label:before {
    border-radius: 50%;
}

.cd-filter-block .radio-label:after {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 5px;
}

.cd-filter-block input[type=checkbox]:checked + label, .cd-filter-block input[type=radio]:checked + label {
    color: #487FCA;
}

    .cd-filter-block input[type=checkbox]:checked + label:before, .cd-filter-block input[type=radio]:checked + label:before {
        border-color: #487FCA;
        background-color: #487FCA;
    }

    .cd-filter-block input[type=checkbox]:checked + label:after, .cd-filter-block input[type=radio]:checked + label:after {
        display: block;
    }

@-moz-document url-prefix() {
    .cd-filter-block .cd-select:after {
        display: none;
    }
}

.filter-tools .cd-filter {
    font-size: 13px;
    margin-top: .25rem;
}

    .filter-tools .cd-filter .filter-title {
        width: 68px;
    }

    .filter-tools .cd-filter .cd-filter-content {
        width: calc(100% - 60px);
    }

@media (max-width:414px) {
    .filter-tools .cd-filter {
        font-size: 13px;
    }

        .filter-tools .cd-filter .filter-title {
            min-width: 50px;
        }

    .filter-tools .cd-filter-block {
        position: relative;
    }

        .filter-tools .cd-filter-block .list {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            overflow-y: scroll;
        }

            .filter-tools .cd-filter-block .list li {
                white-space: nowrap;
            }

                .filter-tools .cd-filter-block .list li:last-child {
                    padding-right: 3.5rem;
                }
}

.fixed-cart {
    position: absolute;
    right: 10rem;
    z-index: 1;
}

    .fixed-cart.empty .fixed-cart-goto {
        -webkit-transform: translateY(600%);
        -ms-transform: translateY(600%);
        transform: translateY(600%);
    }

    .fixed-cart .fixed-cart-goto {
        border-radius: 5px;
        -webkit-transition: height .4s .1s, width .4s .1s, -webkit-box-shadow .3s;
        transition: height .4s .1s, width .4s .1s, -webkit-box-shadow .3s;
        -o-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
        transition: height .4s .1s, width .4s .1s, box-shadow .3s;
        transition: height .4s .1s, width .4s .1s, box-shadow .3s, -webkit-box-shadow .3s;
        -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        -o-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        background: white;
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
        pointer-events: auto;
        display: block;
        position: fixed;
        bottom: 5rem;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        will-change: transform;
        backface-visibility: hidden;
        height: 72px;
        width: 72px;
        text-indent: 100%;
        color: transparent;
    }

.cart-open .fixed-cart .fixed-cart-goto .count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    -o-transition: transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.fixed-cart .count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #900;
    color: white;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    -o-transition: transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
}

    .fixed-cart .count li {
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .fixed-cart .count li:last-of-type {
            visibility: hidden;
        }

.fixed-cart img, .fixed-cart svg {
    display: block;
    margin: auto;
    width: 50%;
    height: 50%;
    margin-top: 1.15rem;
}

@media (max-width:736px) {
    .fixed-cart {
        right: 5.5rem;
    }
}

.PaymentInfo-form .form-item {
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: .75em;
}

    .PaymentInfo-form .form-item.is-flexbox {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .PaymentInfo-form .form-item.is-flexbox .PaymentInfo-item {
            font-size: 1.35rem;
            line-height: 1;
        }

.PaymentInfo-form .PaymentInfo-herder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.95rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .5rem;
}

    .PaymentInfo-form .PaymentInfo-herder .PaymentInfo-bank-toggle {
        text-align: right;
        width: 40%;
    }

        .PaymentInfo-form .PaymentInfo-herder .PaymentInfo-bank-toggle i {
            display: inline-block;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            transition: 400ms;
        }

        .PaymentInfo-form .PaymentInfo-herder .PaymentInfo-bank-toggle.is-active i {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

    .PaymentInfo-form .PaymentInfo-herder strong {
        color: #D90000;
    }

.PaymentInfo-form .PaymentInfo-bank-list {
    display: none;
    font-size: 0.825rem;
}

    .PaymentInfo-form .PaymentInfo-bank-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .PaymentInfo-form .PaymentInfo-bank-list ul li {
            margin: .25rem .25rem 0 0;
            white-space: nowrap;
        }

    .PaymentInfo-form .PaymentInfo-bank-list.is-show {
        display: block;
    }

