@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2") format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2") format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
}

.detailSection[slider=true] {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.page-left #content-main p {
    white-space: inherit;
}

.detailSection::-webkit-scrollbar[slider=true] {
    display: none;
    /* Safari and Chrome */
    width: 0px;
}

.tips {
    font-family: 'Noto Sans TC';
    color: #a2a2a2;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 0;
}

:root {
    --primaryColor: #197cbc;
}

.detailSection[slider=true] {
    overflow-y: auto;
    display: -webkit-box;
    cursor: pointer;
}

.detailSection[slider=true] .empty {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    width: auto;
    background: none;
    width: 1px;
    margin: 0;
}

.detailSection[slider=true] ul {
    margin: 0;
    padding: 15px 0 10px;
    display: -webkit-box;
}

.detailSection[slider=true] ul li {
    /*
                    &:last-child {
                        box-shadow: 0 0 0 0 rgba(0,0,0,0.0); 
                        width: auto; 
                        background: none;
                        width: 1px;
                        margin: 0;
                    }*/
    overflow: hidden;
    list-style: none;
    margin-left: 15px;
    top: 0;
    position: relative;
    width: 84%;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.detailSection[slider=true] ul li h3,
.detailSection[slider=true] ul li h4,
.detailSection[slider=true] ul li p,
.detailSection[slider=true] ul li span,
.detailSection[slider=true] ul li a {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans TC';
}

.detailSection[slider=true] ul li .block {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    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;
    /*
                    .bottom {
                        padding-right: 5px;
                        //padding-bottom: 8px;
                        span {
                            position: relative;
                            top: 2px;
                            .ufun{
                            
                                &:before {
                                    content: "";
                                    background: url(../img/ufun@3x.png);
                                    display: inline-block;
                                    top: 2px;
                                    margin-right: 5px;
                                    position: relative;
                                    width: 18px;
                                    height: 18px;
                                    background-size: 100%;
                                    
                                }
                            }

                        }
                        a {
                            color: white;
                            text-decoration: none;
                            font-size: 13px;
                            border-radius: 16px; 
                            background-color: #3087D9;
                            padding: 5px 10px;
                            float: right;
                            position: relative;
                            left: 8px;
                            bottom: 1px;
                        }
                    }
                    */
}

.detailSection[slider=true] ul li .block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    max-width: 104px;
    padding: 10px;
}

.detailSection[slider=true] ul li .block .image .wrapper {
    overflow: hidden;
    position: relative;
    width: 104px;
    height: 104px;
}

.detailSection[slider=true] ul li .block .image .wrapper:before {
    padding-top: 50%;
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.detailSection[slider=true] ul li .block .image .wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 104px;
    border-radius: 8px;
}

.detailSection[slider=true] ul li .block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 84px);
    flex: 0 0 calc(75% - 84px);
    max-width: calc(75% - 84px);
    padding-bottom: 5px;
}

.detailSection[slider=true] ul li .block .content h3 {
    display: block;
    color: #384047;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 500;
    padding-top: 10px;
}

.detailSection[slider=true] ul li .block .content h4 {
    font-weight: 400;
    color: #7c8b99;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.detailSection[slider=true] ul li .block .top {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 2 0 auto;
    -webkit-box-flex: 2;
    flex: 2 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: 88px;
}

.detailSection[slider=true] ul li .block .bottom {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    position: relative;
    top: -3px;
    font-weight: 500;
    color: #f54c53;
    font-size: 16px;
}

.detailSection[slider=true] ul li .block .sectionLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    color: white;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background: linear-gradient(135deg, #ff3383 0%, #ff8a01 100%);
}

.detailSection[slider=true] ul li .block .sectionLabel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.detailSection[slider=true] ul li .block .sectionLabel span:before {
    position: absolute;
    top: calc(50% - 28%);
    left: calc(50% - 40%);
    width: 100%;
    content: "相關優惠";
    z-index: 9;
    letter-spacing: 2px;
}

.detailSection[slider=true] ul .more {
    max-width: 85px;
    margin-right: 15px;
    background: linear-gradient(135deg, #ff3383 0%, #ff8a01 100%);
}

.detailSection[slider=true] ul .more a {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

.detailSection[slider=true] ul .more a>div {
    position: absolute;
    padding-top: 30px;
    text-align: center;
}

.detailSection[slider=true] ul .more a img {
    max-width: 34px;
    max-height: 34px;
    display: inline-block;
}

.detailSection[slider=true] ul .more a span {
    display: inline-block;
}

.detailSection[slider=false].ulapp .promotBar {
    display: none;
}

.detailSection[slider=false].ulapp .jetsoCard {
    border-radius: 15px !important;
}

.detailSection[slider=false].ulapp .jetsoCard .wrapper:before {
    padding-top: 100% !important;
}

.detailSection[slider=false].ulapp .jetsoCard .wrapper .discount-badge {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 900;
}

.detailSection[slider=false].ulapp .jetsoCard .wrapper .discount-badge .discount-badge-color {
    position: absolute;
    border-left: 100px solid transparent;
}

.detailSection[slider=false].ulapp .jetsoCard .wrapper .discount-badge .discount-badge-ulapp {
    border-top: 100px solid #f88556;
}

.detailSection[slider=false].ulapp .jetsoCard .wrapper .discount-badge .discount-title {
    color: #fff;
    position: absolute;
    width: 120px;
    height: 80px;
    font-size: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -15px;
    left: 20px;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 440px) {
    .detailSection[slider=false].ulapp .jetsoCard .wrapper .discount-badge .discount-title {
        top: -18px;
        left: 24px;
    }
}

.detailSection[slider=false].ulapp ul li {
    width: 285px;
}

.detailSection[slider=false].ulapp ul li .block {
    padding: 10px !important;
}

.detailSection[slider=false].ulapp ul li .content>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detailSection[slider=false].ulapp ul li .content>div+a {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 5px !important;
}

.detailSection[slider=false].ulapp ul li .top {
    max-width: 100% !important;
}

.detailSection[slider=false].ulapp ul li .top h3 {
    font-size: .9rem !important;
}

.detailSection[slider=false].ulapp ul li .top h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 22px !important;
    padding-bottom: 0 !important;
}

.detailSection[slider=false].ulapp ul li .bottom {
    width: 100%;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-bottom: 5px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.detailSection[slider=false].ulapp ul li .bottom span {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.detailSection[slider=false].ulapp ul li .bottom span.origin {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-bottom: 3px;
    font-size: 12px !important;
    color: #777273 !important;
    font-weight: 500;
    text-decoration: line-through;
}

.detailSection[slider=false].ulapp ul li .bottom span.origin i {
    height: 8px !important;
    width: 8px !important;
}

.detailSection[slider=false].ulapp ul li .bottom span.origin i:before {
    background: url("../img/ufun.jpg") no-repeat center left;
    margin-right: 0;
}

.detailSection[slider=false] ul {
    padding: 0!important;
}

.detailSection[slider=false] ul li {
    list-style: none;
}

.detailSection[slider=false] ul li h3,
.detailSection[slider=false] ul li h4,
.detailSection[slider=false] ul li p,
.detailSection[slider=false] ul li span,
.detailSection[slider=false] ul li a {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans TC';
    text-decoration: none;
}

.detailSection[slider=false] ul li .promotBar {
    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;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(186%, #f6f6f6));
    background: linear-gradient(180deg, white 0%, #f6f6f6 186%);
}

.detailSection[slider=false] ul li .promotBar img {
    padding: 0 0 0 10px;
}

@media only screen and (max-width: 440px) {
    .detailSection[slider=false] ul li .promotBar img {
        max-width: 130px;
        margin-left: 5px;
        padding: 20px 7px;
    }
}

.detailSection[slider=false] ul li .promotBar>div {
    padding: 20px 15px 25px 7px;
    color: #696966;
    font-weight: 600;
}

@media only screen and (max-width: 440px) {
    .detailSection[slider=false] ul li .promotBar>div {
        font-size: 13px;
    }
}

.detailSection[slider=false] ul li .promotBar>div span {
    font-weight: 500;
}

.detailSection[slider=false] ul li .promotBar>div a,
.detailSection[slider=false] ul li .promotBar>div a:hover {
    font-weight: 400;
    color: #696966;
    text-decoration: none;
}

.detailSection[slider=false] ul li .block {
    padding: 15px;
    border-radius: 10px;
}

.detailSection[slider=false] ul li .block .jetsoCard {
    -webkit-box-shadow: -2px 4px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 4px 14px 0px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    overflow: hidden;
}

.detailSection[slider=false] ul li .block .jetsoCard:hover>.wrapper img {
    width: 105%;
    filter: opacity(80%);
    -webkit-filter: opacity(80%);
    -moz-filter: opacity(80%);
}

.detailSection[slider=false] ul li .block .jetsoCard .wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.detailSection[slider=false] ul li .block .jetsoCard .wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.detailSection[slider=false] ul li .block .jetsoCard .wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.detailSection[slider=false] ul li .block .content {
    background: #fff;
    padding: 10px;
    /*display: flex;
                            justify-content: space-between;
                            align-items: flex-end;*/
    /*@media only screen and (max-width: 984px) {
                                display: block;
                            }*/
    text-align: center;
}

.detailSection[slider=false] ul li .block .content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 984px) {
    .detailSection[slider=false] ul li .block .content>div {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.detailSection[slider=false] ul li .block .content>div+a {
    padding: 2px 10px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    border-radius: 40px;
    width: 50%;
    font-size: 24px;
}

.detailSection[slider=false] ul li .block .content>div+a:hover {
    color: #fff;
    text-decoration: underline;
}

.detailSection[slider=false] ul li .block .content h3 {
    text-align: left;
    font-weight: 500;
    font-size: .9rem;
    color: #696966;
}

.detailSection[slider=false] ul li .block .content h3:hover {
    text-decoration: underline;
    color: #696966;
}

.detailSection[slider=false] ul li .block .content h4 {
    text-align: left;
    font-weight: 400;
    color: #252525;
    font-size: 1.4rem;
    font-weight: 1000;
    padding-bottom: 10px;
    line-height: 27px;
}

.detailSection[slider=false] ul li .block .content h4:hover {
    text-decoration: underline;
    color: #252525;
}

@media only screen and (min-width: 985px) {
    .detailSection[slider=false] ul li .block .top {
        max-width: 300px;
    }
}

@media only screen and (max-width: 984px) {
    .detailSection[slider=false] ul li .block .top {
        max-width: 70%;
    }
}

.detailSection[slider=false] ul li .block .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
}

@media only screen and (max-width: 984px) {
    .detailSection[slider=false] ul li .block .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 0px;
        padding-bottom: 15px;
    }
}

.detailSection[slider=false] ul li .block .bottom span {
    text-align: center;
    position: relative;
    display: block;
    color: #f54c53;
    font-size: 1.4rem;
    font-weight: 1000;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (max-width: 360px) {
    .detailSection[slider=false] ul li .block .bottom span {
        top: 0px;
        font-size: 1rem;
    }
}

.detailSection[slider=false] ul li .block .bottom span.origin {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 3px;
    font-size: 12px !important;
    color: #777273 !important;
    font-weight: 500;
    text-decoration: line-through;
}

.detailSection[slider=false] ul li .block .bottom span.origin .ufun:before {
    background: url(/media/images/ufun_black.jpg) no-repeat center left;
}

.detailSection[slider=false] ul li .block .bottom span .ufun:before {
    content: "";
    background: url(/media/images/ufun.png);
    display: inline-block;
    top: 2px;
    margin-right: 5px;
    position: relative;
    width: 18px;
    height: 18px;
    background-size: 100%;
}

.detailSection[slider=false] ul li .block .bottom a {
    display: inline;
    color: white;
    text-decoration: none;
    font-size: 13px;
    border-radius: 16px;
    background-color: #3087d9;
    padding: 5px 10px;
}

.detailSection[slider=false] ul li .block .sectionLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    color: white;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background: linear-gradient(135deg, #ff3383 0%, #ff8a01 100%);
    display: none;
}

.detailSection[slider=false] ul li .block .sectionLabel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.detailSection[slider=false] ul li .block .sectionLabel span:before {
    position: absolute;
    top: calc(50% - 28%);
    left: calc(50% - 40%);
    width: 100%;
    content: "相關優惠";
    z-index: 9;
    letter-spacing: 2px;
}

.detailSection[slider=false].hk ul li .block {
    background: #197cbc;
}

.detailSection[slider=false].hk ul li .promotBar>div a span,
.detailSection[slider=false].hk ul li .promotBar>div a:hover span {
    color: #197cbc;
}

.detailSection[slider=false].hk ul li .block .content>div+a {
    background: #197cbc;
}

.detailSection[slider=false].ub ul li .block {
    background: #ea5c81;
}

.detailSection[slider=false].ub ul li .promotBar>div a span,
.detailSection[slider=false].ub ul li .promotBar>div a:hover span {
    color: #ea5c81;
}

.detailSection[slider=false].ub ul li .block .content>div+a {
    background: #ea5c81;
}

.detailSection[slider=false].uf ul li .block {
    background: #ec9729;
}

.detailSection[slider=false].uf ul li .promotBar>div a span,
.detailSection[slider=false].uf ul li .promotBar>div a:hover span {
    color: #ec9729;
}

.detailSection[slider=false].uf ul li .block .content>div+a {
    background: #ec9729;
}

.detailSection[slider=false].ut ul li .block {
    background: #65b145;
}

.detailSection[slider=false].ut ul li .promotBar>div a span,
.detailSection[slider=false].ut ul li .promotBar>div a:hover span {
    color: #65b145;
}

.detailSection[slider=false].ut ul li .block .content>div+a {
    background: #65b145;
}

.detailSection[slider=false].ulapp ul li .block {
    background: linear-gradient(135deg, #ff4f8c 0%, #f58000 100%);
}

.detailSection[slider=false].ulapp ul li .promotBar>div a span,
.detailSection[slider=false].ulapp ul li .promotBar>div a:hover span {
    color: linear-gradient(135deg, #ff4f8c 0%, #f58000 100%);
}

.detailSection[slider=false].ulapp ul li .block .content>div+a {
    background: linear-gradient(135deg, #ff4f8c 0%, #f58000 100%);
}

@media only screen and (min-width: 560px) {
    .detailSection[slider=true] ul li {
        width: 61%;
    }

    .detailSection[slider=false] ul li {
        max-width: 450px;
    }
}

@media only screen and (min-width: 440px) {
    .detailSection[slider=true] .content {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 calc(80% - 84px) !important;
        flex: 1 0 calc(80% - 84px) !important;
        max-width: calc(80% - 84px) !important;
    }

    .detailSection[slider=false] .content {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 350px) {
    .detailSection[slider=true] ul {
        width: 100% !important;
    }

    .detailSection[slider=true] .content {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(75% - 84px) !important;
        flex: 0 0 calc(75% - 84px) !important;
        max-width: calc(75% - 84px) !important;
    }

    .detailSection[slider=true] .block {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: inherit !important;
        flex-flow: inherit !important;
    }

    .detailSection[slider=true] .block .sectionLabel {
        display: none !important;
        max-width: 80px !important;
    }

    .detailSection[slider=true] .block .content {
        -webkit-box-flex: calc(82% - 84px) !important;
        -ms-flex: calc(82% - 84px) !important;
        flex: calc(82% - 84px) !important;
        max-width: calc(82% - 84px) !important;
    }

    .detailSection[slider=true] .block .wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .detailSection[slider=true] .block .wrapper .image {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
        max-width: 100% !important;
    }

    .detailSection[slider=true] .block .wrapper .image img {
        width: 100% !important;
        height: auto !important;
    }

    .detailSection[slider=true] .bottom {
        padding-bottom: 10px;
    }

    .detailSection[slider=true] .bottom>* {
        display: inline;
    }

    .detailSection[slider=false] ul {
        width: 100% !important;
    }

    .detailSection[slider=false] .content {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }

    .detailSection[slider=false] .block {
        display: inline-block !important;
    }

    .detailSection[slider=false] .block .sectionLabel {
        display: none !important;
        max-width: 80px !important;
    }

    .detailSection[slider=false] .block .content {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }

    .detailSection[slider=false] .block .content>div {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .detailSection[slider=false] .block .content h4 {
        font-size: 1.2rem !important;
        line-height: 25px !important;
    }

    .detailSection[slider=false] .block .wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .detailSection[slider=false] .block .wrapper .image {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
        max-width: 100% !important;
    }

    .detailSection[slider=false] .block .wrapper .image img {
        width: 100% !important;
        height: auto !important;
    }

    .detailSection[slider=false] .bottom {
        padding-bottom: 10px;
    }

    .detailSection[slider=false] .bottom>* {
        display: inline;
    }
}

.detailSection[slider=false].ulapp ul li .bottom {
    text-align: left;
}

.detailSection[slider=false].ulapp ul li .bottom span {
    display: initial !important;
}

.discount-badge {
    position: absolute;
    top: 0;
    right: 150px;
    z-index: 900;
}

@media only screen and (max-width: 440px) {
    .discount-badge {
        right: 100px;
    }
}

.discount-badge .discount-badge-color {
    position: absolute;
    border-left: 150px solid transparent;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-badge-color {
        border-left: 100px solid transparent;
    }
}

.discount-badge .discount-badge-uhk {
    border-top: 150px solid #197cbc;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-badge-uhk {
        border-top: 100px solid #197cbc;
    }
}

.discount-badge .discount-badge-ub {
    border-top: 150px solid #ea5c81;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-badge-ub {
        border-top: 100px solid #ea5c81;
    }
}

.discount-badge .discount-badge-uf {
    border-top: 150px solid #ec9729;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-badge-uf {
        border-top: 100px solid #ec9729;
    }
}

.discount-badge .discount-badge-ut {
    border-top: 150px solid #65b145;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-badge-ut {
        border-top: 100px solid #65b145;
    }
}

.discount-badge .discount-title {
    color: #fff;
    position: absolute;
    width: 180px;
    height: 120px;
    font-size: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -27px;
    left: 33px;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-title {
        width: 90px;
        height: 70px;
        font-size: 15px;
        top: -10px;
        left: 36px;
    }
}

.discount-badge .discount-title .discount-all {
    line-height: 30px;
}

@media only screen and (max-width: 440px) {
    .discount-badge .discount-title .discount-all {
        line-height: 18px;
    }
}

/*# sourceMappingURL=style.css.map */