<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#r-content .r-content-left img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top center;
}
tr td.search-result-actions-red a.btnview {
    background: #AF2822 !important;
    font-weight: normal !important;
    text-decoration: none;
}

tr td.search-result-actions-yellow a.btnview {
    background: #F2B705 !important;
    font-weight: normal !important;
    text-decoration: none;
}

.btnview {
    padding: 8px !important;
    font-size: 14px !important;
    color: white !important;
    background: #F2B705 !important;
    font-weight: normal !important;
    text-decoration: none;
}

.btnserfil {
    background-color: #AF2822 !important;
    padding: 10px 30px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: white !important;
    border: none;
    border-radius: 5px;
}

.r-content-photo, .photo-wrapper-img {
    width: 290px !important;
    height: 331px !important;
}

.r-content-left {
    width: 320px !important;
    height: 400px !important;
    text-align: center !important;
    overflow: hidden !important;
}

#r-content {
    width: 99% !important;
    background-color: #f5f5f5;
   
}

.r-content-right-top {
    width: 350px !important;
}

.photo-arrows {
    width: 100% !important;
    display: inline-block !important;
    text-align: center !important;
}

.photo-leftarrows, .pagenumber, .photo-count, .photo-rightarrows {
    display: inline-block !important;
    text-align: center !important;
    float: none !important;
    vertical-align: top !important;
}

.photo-rightarrows, .photo-leftarrows {
    width: 35px !important;
}

.pagenumber {
    vertical-align: middle !important;
    margin: 5px !important;
}

.photo-count {
    margin-top: 5px !important;
}


@media only screen and (max-width: 679px) {
    #r-content {
        width: auto !important;
    }

    .img {
        height: 288px !important;
    }

    .photo-carousel {
        left: 0px !important;
    }
}
@media only screen and (max-width: 1023px) {
    #r-content {
        width: 100% !important;
    }
}
img.alldevices {
    margin: 0 auto;
    height: auto;
    width: 730px !important;
    height: 140px !important;
    max-width: 100%;
    border: none;
    display: block;
    padding: 5px 0;
}

@media only screen and (max-width: 767px) {
    .modelimg-dimension {
        width: 200px !important;
        height: 200px !important
    }


    .modelimgwrapper-dimension {
        width: 210px !important;
        height: 210px !important
    }

    .modelimgwrapper-lock-dimension {
        width: 210px !important;
        height: 245px !important
    }
}

#result_main {
    width: 100% !important;
}
#r-main-right h2{
    font-size:14px !important;
}
/*#r-main-right {
    width: 98% !important;
}*/
@media only screen and (max-width: 869px) {
    .photo-carousel {
        left: 0px !important;
        width: 291px !important;
        height: 330px !important;
    }

    #r-content {
        width: 100% !important;
    }

    .btnview {
        width: 100% !important;
        display: block;
        text-align: center;
    }
}
.padding15{
    padding-top:15px !important;
}</pre></body></html>