/* best list */
.best-list {
    margin-top: 12px;
    margin-bottom: 20px;
}

.best-list__item {
    background: #FFF;
    border: 1px solid #E5E4E4;
    border-radius: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.best-list__header {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    flex-grow: 1;
}

.best-list__logo {
    width: 74px;
    height: 40px;
    margin-right: 20px;
}

.best-list__logo img {
    max-width: 100%;
}

.best-list__content {
}

.best-list__content h3 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #29251E;
}

.best-list__content p {
    color: #7A7874;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}

.best-list__note {
    flex-grow: 1;
    text-align: right;
}

.best-list__note p {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #FE5150;
    margin: 0;
}

.best-list__button {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 11px;
    flex-shrink: 0;
    margin-top: 20px;
    text-align: center;
    background: #8B8985;
    border-radius: 12px;
    min-width: 143px;
}

.best-list__item.is-best {
    border-color: #FE5150;
}

.best-list__item.is-best .best-list__button,
.best-list__item.is-active .best-list__button {
    background: #FAA307;
}

.best-list__item.is-best .best-list__button:hover,
.best-list__item.is-active .best-list__button:hover {
    color: #fff;
}

.best-list__item.is-active {
    background-color: #F7F6F6;
    border-color: #F7F6F6;
}

.best-list__item.is-active .best-list__content h3 {
    display: none;
}

.best-list__item.is-active .best-list__logo {
    order: 1;
}

.best-list__item.is-active .best-list__content {
    order: 3;
    flex-grow: 1;
    text-align: right;
}

.best-list__item.is-active .best-list__note {
    order: 2;
    flex-grow: 0;
    text-align: left;
}

.how-stream.owl-carousel:not(.owl-loaded) {
    display: flex;
}

.how-stream.owl-carousel img {
    object-fit: cover;
    height: 100%;
}

@media (min-width: 768px) {

    .best-list__item {
        flex-direction: row;
        align-items: center;
        margin-top: 24px;
    }

    .best-list__header {
        margin-right: 24px;
        flex-wrap: nowrap;
    }

    .best-list__logo {
        width: 89px;
        height: 48px;
        margin-right: 24px;
    }

    .best-list__content h3 {
        font-size: 16px;
    }

    .best-list__content p {
        font-size: 14px;
    }

    .best-list__button {
        margin-top: 0;
        font-size: 14px;
        padding: 14px 20px;
    }

    .best-list__item.is-active .best-list__content h3 {
        display: block;
    }

    .best-list__item.is-active .best-list__logo {
        order: 1;
    }

    .best-list__item.is-active .best-list__content {
        order: 2;
        flex-grow: 0;
        text-align: left;
    }

    .best-list__item.is-active .best-list__note {
        order: 3;
        flex-grow: 1;
        text-align: right;
    }
}

@media (min-width: 991px) {

    .best-list__item {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 16px;
        margin-top: 20px;
    }

    .best-list__note p {
        font-size: 14px;
    }

    .best-list__logo {
        width: 103px;
        height: 56px;
    }
}

/* option-header */
.option-header {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.option-header__logo {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 16px;
}

.option-header__logo img {
    max-width: 100%;
}

.option-header h3 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: #29251E;
}

@media (min-width: 768px) {

    .option-header__logo {
        width: 48px;
        height: 48px;
    }

    .option-header h3 {
        font-size: 18px;
    }
}

@media (min-width: 991px) {

    .option-header {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .option-header__logo {
        width: 70px;
        height: 70px;
    }

    .option-header h3 {
        font-size: 26px;
    }
}

/* v2 */
.best-product-box h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.best-product-box .set-buttons {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: -15px;
    display: flex;
}

.best-product-box .set-buttons .common-btn {
    width: 50%;
    margin-left: 15px;
    font-size: 10px;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.btn-yellow-light {
    background: #FEF8ED;
    border: 1px solid #FAA307;
    border-radius: 8px;
    font-weight: 500;
    color: #FAA307;
}

.btn-yellow-light:hover {
    background: #FAA307;
    color: #fff;
}

@media (min-width: 768px) {

    .best-product-box h1 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .best-product-box .set-buttons {
        margin-left: -23px;
    }

    .best-product-box .set-buttons .common-btn {
        margin-left: 23px;
        font-size: 14px;
        padding-top: 16px;
        padding-bottom: 17px;
    }
}

@media (min-width: 991px) {

    .best-product-box h1 {
        font-size: 40px;
    }

    .best-product-box .set-buttons .common-btn {
        font-size: 18px;
    }

}

/* .best-product-intro */
.best-product-intro {
    margin-bottom: 24px;
}

.best-product-intro__item:last-child {
}

@media (min-width: 768px) {

    .best-product-intro {
        display: flex;
        align-items: flex-start;
    }

    .best-product-intro__item {
        flex-grow: 1;
    }

    .best-product-intro__item:last-child {
        width: 267px;
        flex-shrink: 0;
        margin-left: 16px;
    }

    .options-watch {
        float: right;
        width: 267px;
        margin-left: 16px;
    }

    .feature-img-left-htw.detail-img {
        max-width: calc(100% - 267px - 16px);
    }
}

@media (min-width: 991px) {

    .best-product-intro__item:last-child {
        width: 296px;
        margin-left: 24px;
    }

    .options-watch {
        float: right;
        width: 296px;
        margin-left: 24px;
    }

    .feature-img-left-htw.detail-img {
        max-width: calc(100% - 296px - 24px);
    }

}

/* options-watch */
.options-watch {
    margin-bottom: 15px;
}

.options-watch__header {
    background: #FAA307;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.options-watch__list {
    background: #FEF8ED;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}

.options-watch__item {
    border-top: 1px solid #E5E4E4;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.options-watch__item:first-child {
    border: none;
}

.options-watch__item-header {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 20px;
}

.options-watch__logo {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.options-watch__logo img {
    max-width: 100%;
}

.options-watch__item-header h3 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #7A7874;
}

.options-watch__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.options-watch__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {

}

@media (min-width: 991px) {

    .options-watch__header {
        padding: 18px;
        font-size: 18px;
    }

    .options-watch__logo {
        width: 26px;
        height: 26px;
    }

    .options-watch__item-header h3 {
        font-size: 16px;
    }

}

/* area-title */
.area-title .custom-select {
    margin-top: 12px;
}

.area-title .select-selected {
    font-weight: 400;
    font-size: 12px;
    color: #7A7874;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    height: 36px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-title .select-selected:after {
    top: 14px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #7A7874;
    border-bottom: 1px solid #7A7874;
}

@media (min-width: 768px) {

    .area-title .custom-select {
        float: right;
        margin-top: 0;
        width: 115px;
    }

}

@media (min-width: 991px) {

    .area-title .select-selected {
        font-size: 14px;
    }

}

/* how-stream */
.how-stream {
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
    z-index: 10;
}

.owl-nav.disabled {
    display: none;
}

.how-stream__list {
}

.how-stream__item {
    margin-left: 16px;
    width: 189px;
    flex-basis: 189px;
    flex-shrink: 0;
    flex-grow: 1;
    border: 1px solid #E5E4E4;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 12px;
    background-color: #fff;
    position: relative;
    float: left;
}

.how-stream__item:first-child {
    margin-left: 0;
}

.how-stream__item-preview {
    height: 121px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}

.how-stream__item-preview img {
    max-width: 100%;
}

.how-stream__item-episode {
    background: rgba(41, 37, 30, 0.12);
    backdrop-filter: blur(12px);
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    padding: 8px 12px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.how-stream__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #29251E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.how-stream__item-date {
    font-size: 10px;
    line-height: 18px;
    color: #7A7874;
}

.how-stream__item-action {
    margin-top: 4px;
}

.how-stream__button {
    font-weight: 500;
    font-size: 10px;
    padding: 9px;
    border-radius: 5px;
    display: block;
    white-space: nowrap;
    line-height: 1.2;
    text-align: center;
    margin-top: 6px;
    display: block;
}

.how-stream__button:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 1px;
    width: 5px;
    height: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-yellow-light.how-stream__button {
    background-color: #fff;
}

.btn-yellow-light.how-stream__button:hover {
    background-color: #FAA307;
    color: #fff;
}

.btn-yellow-light.how-stream__button:after {
    border-right-color: #FAA307;
    border-bottom-color: #FAA307;
}

.btn-yellow-light.how-stream__button:hover:after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/* buy-now-list */
.buy-now-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 171px;
    box-shadow: 0px 10px 40px rgba(41, 37, 30, 0.07);
    border-radius: 12px;
    background-color: #fff;
}

.buy-now-list__group {
    padding-top: 8px;
    padding-left: 14px;
    padding-right: 14px;
}

.buy-now-list__item {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid #E5E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.buy-now-list__item:first-child {
    border: none;
}

.buy-now-list__logo {
    width: 50px;
    margin-right: 10px;
}

.buy-now-list__logo img {
    max-width: 100%;
    margin-bottom: 0;
}

.buy-now-list__item p {
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #29251E;
    margin: 0;
}

.buy-now-list__link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (min-width: 768px) {

    .how-stream__item {
        margin-left: 24px;
        width: 222px;
    }

    .how-stream__item-preview {
        height: 145px;
    }

    .how-stream__item-title {
        font-size: 16px;
    }

    .how-stream__item-date {
        font-size: 12px;
    }

    .how-stream__item-action {
        display: flex;
        margin-top: 10px;
        margin-left: -8px;
    }

    .how-stream__button {
        margin-top: 0;
        width: 50%;
        margin-left: 8px;
    }

    .buy-now-list__item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .buy-now-list__logo {
        width: 57px;
    }

    .buy-now-list__item p {
        font-size: 12px;
    }
}

@media (min-width: 991px) {


}

/* services-tile */
.services-tile .area-title h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.services-tile .area-title h2 span:after {
    height: 11px;
    bottom: 2px;
}

.services-tile__group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 15px;
}

.services-tile__item {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 18px;
    position: relative;
}

.services-tile__item--best {
    border-color: #FAA307;
}

.services-tile__logo {
    margin-left: auto;
    margin-right: auto;
    width: 74px;
    margin-bottom: 4px;
}

.services-tile__logo img {
    max-width: 100%;
}

.services-tile__price {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #7A7874;
    margin-bottom: 16px;
}

.services-tile__button {
    padding: 8px;
    font-size: 10px;
    display: block;
    text-align: center;
    border-radius: 6px;
    line-height: 1.2;
}

.services-tile__label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 8px;
    color: #FFFFFF;
    padding: 4px 8px;
    background: #FAA307;
    border-radius: 99px;
}

/* express-vpn */
.express-vpn {
    background: #F7F6F6;
    border-radius: 12px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 72px;
    margin-top: 20px;
    margin-bottom: 32px;
    position: relative;
}

.express-vpn__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.express-vpn__logo {
    width: 78px;
    margin-right: 24px;
}

.express-vpn__logo img {
    max-width: 100%;
    margin-bottom: 0
}

.express-vpn h3 {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #29251E;
    margin-bottom: 7px;
}

.express-vpn__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
}

.express-vpn__button {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.express-vpn p {
    margin: 0;
    font-size: 12px;
    color: #7A7874;
}

@media (min-width: 768px) {

    .express-vpn {
        padding: 24px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .express-vpn__header {
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .express-vpn__logo {
        width: 89px;
    }

    .express-vpn h3 {
        font-size: 16px;
    }

    .express-vpn__action {
        position: static;
        flex-grow: 1;
        text-align: right;
        padding: 0;
    }

    .express-vpn__button {
        display: inline-block;
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 12px;
        border-radius: 8px;
    }

    .express-vpn p {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (min-width: 991px) {

    .express-vpn {
        padding-top: 28px;
    }

    .express-vpn__header {
        margin-bottom: 20px;
    }

    .express-vpn__logo {
        width: 103px;
    }

    .express-vpn h3 {
        font-size: 18px;
    }

    .express-vpn p {
        font-size: 16px;
    }
}
