/*  ------  local   ------  */
.align-product-center{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#service_block{
    left: 13%;
  }


@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .skn__page .skn__lists-category {
        font-size: 18px !important;
    }
    .skn__page .skn__compare-item {
        width: 162px;
    }
    .skn__page .skn__compare-item-text {
        font-size: 13px;
    }
    #service_block{
        left: 0%;}
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
.skn__page .skn__lists-category {
    font-size: 24px;
}
#service_block{
    left: 13%;


}
}

@media (max-width: 480px) {
    .skn__page .skn__compare-item-text {
        font-size: 12px;
    }
    .product-border-mob{
        border-right: solid 1px !important;
        border-right-color: #cfcac9 !important;
    }
    #service_block{
        left: 0%;
    
    
    }
    .skn__page .swiper-wrapper {
        justify-content: center !important;

    }

}
