/*  ------  local   ------  */
.ds__page .ds__header-text{
    width: 136%;
}
.ds__page .ds__product-reviews {
    min-height: 2px;
}
.ds__page .ds__compare-item-text {
    font-size: 11px;
}

/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
.ds__page .ds__navigation-inside{
    top: -61px;
}
.ds__page .ds__header-text{
    font-size: 13px;
    width: 98%;
}
}

/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ds__page .ds__header-text{
        font-size: 14px;
        width: 98%;
    }
}

/* mobile */
@media (max-width: 480px) {
    .ds__page .ds__navigation-inside{
        top: -63px !important;
    }
    .ds__page .ds__header-text {
        width: 102% !important;
        font-size: 14px !important;
    }
    .ds__page .ds__compare-item-title {
        font-size: 13px !important;
    }
}
