.tmx-price-comparison-wrapper {
    border-color: #eee;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    margin: 15px 0;
}

.tmx-price-comparison {
    border-bottom: 1px solid #eee;
    min-height: 55px;
    padding: 5px 7px;
    position: relative;
}

.tmx-price-comparison::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 45px;
    vertical-align: middle;
}

.tmx-price-comparison.is-recommended {
    box-shadow: 0 0 0 1px #f88c00;
    border: none;
}

.tmx-price-comparison.is-recommended .recommended-flag {
    position: absolute;
    color: #fff;
    background: #F88C00;
    left: -14px;
    top: -1px;
    bottom: -1px;
    overflow: hidden;
    width: 14px;
}

.tmx-price-comparison.is-recommended .recommended-flag span {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 15px;
    display: block;
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    letter-spacing: 0.2px;
}

.tmx-price-comparison > span,
.tmx-price-comparison > div.inline-block,
.tmx-price-comparison > a,
.tmx-price-comparison > .shop-img > a {
    display: inline-block;
    vertical-align: middle;
}

.tmx-price-comparison .shop-img {
    width: 160px;
    padding-right: 10px;
}

.tmx-price-comparison .shop-advantages {
    width: calc(100% - 160px - 135px - 110px);
}

.tmx-price-comparison .shop-advantages ul {
    margin: -5px 0;
    padding: 0;
}

.tmx-price-comparison .shop-advantages ul li {
    list-style: none;
    margin: 10px 0;
    line-height: 13px;
}

.tmx-price-comparison .shop-advantages ul li:before {
    display: inline-block;
    content: " ";
    margin-right: 5px;
    width: 10px;
    color: #999;
}
.tmx-price-comparison .shop-advantages ul li.advantage:before {
    content: "\2713";
    color: #a9d087;
}
.tmx-price-comparison .shop-advantages ul li.disadvantage:before {
    content: "\2717";
    color: #ca7373;
}

.tmx-price-comparison .new-price {
    color: #F88C00;
    width: 135px;
    font-size: 27px;
    text-align: right;
    padding-right: 15px;
    display: inline-block;
}

.tmx-price-comparison > a {
    background: #F88C00;
    color: #fff !important;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    width: 110px;
    font-size: 15px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
}

.tmx-price-comparison > a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background: #ff9300;
}



@media screen and (min-width: 990px) and (max-width: 1100px) {
    .tmx-price-comparison .shop-img {
        width: 100px;
        padding-right: 10px;
    }

    .tmx-price-comparison .shop-advantages {
        width: calc(100% - 100px - 135px - 110px);
    }
}

@media only screen and (max-width: 990px) {
    .tmx-price-comparison.is-recommended .recommended-flag {
        left: -16px;
        width: 16px;
    }
}

@media screen and (max-width: 700px) {
    .tmx-price-comparison .shop-img {
        width: 100px;
        padding-right: 10px;
    }

    .tmx-price-comparison .shop-advantages {
        width: calc(100% - 100px - 135px - 110px);
    }
}

@media screen and (max-width: 600px) {
    .tmx-price-comparison {
        padding-bottom: 7px;
    }

    .tmx-price-comparison.is-recommended .recommended-flag {
        left: -11px;
        width: 12px;
    }

    .tmx-price-comparison.is-recommended .recommended-flag span {
        line-height: 11px;
    }

    .tmx-price-comparison .shop-advantages {
        width: calc(100% - 100px - 135px);
    }

    .tmx-price-comparison .new-price {
        padding-right: 0;
    }

    .tmx-price-comparison > a {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 450px) {
    .tmx-price-comparison .shop-img {
        display: block;
        width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }

    .tmx-price-comparison .shop-advantages {
        width: calc(100% - 135px);
    }
}
