
@media all {

    ol,
    ul {
        box-sizing: border-box;
    }
}

@media all {
    .kk-star-ratings {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .kk-star-ratings.kksr-valign-bottom {
        margin-top: 2rem;
    }

    .kk-star-ratings.kksr-align-left {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .kk-star-ratings .kksr-muted {
        opacity: .5;
    }

    .kk-star-ratings .kksr-stars {
        position: relative;
    }

    .kk-star-ratings .kksr-stars .kksr-stars-active,
    .kk-star-ratings .kksr-stars .kksr-stars-inactive {
        display: flex;
    }

    .kk-star-ratings .kksr-stars .kksr-stars-active {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .kk-star-ratings .kksr-stars .kksr-star {
        cursor: pointer;
        padding-right: 0px;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
        transition: .3s all;
    }

    .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
        width: 0 !important;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
    .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
        background-image: url("https://techring.in/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg");
    }

    .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
        background-image: url("https://techring.in/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg");
    }

    .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
        background-image: url("https://techring.in/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg");
    }

    .kk-star-ratings .kksr-legend {
        margin-left: .75rem;
        margin-right: .75rem;
    }
}

@media all {

    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after,
    .clear {
        clear: both;
    }

    .aps-container {
        padding: 20px 0 10px;
        margin: 0 auto;
        font-size: 13px;
        color: #727374;
    }

    .aps-container * {
        line-height: 1.5;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .aps-container img {
        max-width: 100%;
        height: auto;
    }

    .aps-container ul,
    .aps-container ol {
        list-style: none;
    }

    .aps-container:before,
    .aps-container:after {
        content: " ";
        display: table;
    }

    .aps-container:after {
        clear: both;
    }

    .aps-content {
        width: 70%;
    }

    .aps-content-left {
        float: left;
    }

    .aps-sidebar {
        float: left;
        width: 30%;
    }

    .aps-content,
    .aps-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aps-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .aps-row-mini {
        margin-left: -5px;
        margin-right: -5px;
    }

    .alignright {
        float: right;
    }

    .no-margin {
        margin: 0;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .aps-container a,
    .aps-button,
    .aps-search-btn {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
    }

    .aps-container p {
        margin: 0 0 20px;
    }

    .meta-elems {
        display: none;
    }

    ol.apscrumbs {
        margin-bottom: 10px;
    }

    ol.apscrumbs li {
        margin-right: 20px;
        position: relative;
        display: inline-block;
    }

    ol.apscrumbs li span {
        font-size: 12px;
    }

    ol.apscrumbs li:after {
        color: #c1c2c3;
        position: absolute;
        top: 0;
        right: -19px;
    }

    ol.apscrumbs.style-1 li:after {
        content: "\002F";
        right: -15px;
    }

    ol.apscrumbs li:last-child:after {
        content: "";
    }

    .aps-product-pic img,
    .aps-wd-thumb img {
        width: 100%;
        height: auto;
    }

    .aps-compare-btn {
        cursor: pointer;
    }

    .aps-compare-txt {
        font-weight: 700;
    }

    .aps-product-price {
        font-size: 16px;
        padding: 0;
        text-align: center;
    }

    .aps-tab-container,
    .aps-tab-content {
        float: left;
        width: 100%;
    }

    .aps-tab-content {
        display: none;
    }

    .aps-flat-content {
        display: block !important;
    }

    .aps-tab-title {
        margin-bottom: 15px;
    }

    .aps-column {
        float: left;
        width: 100%;
    }

    .aps-product-pic {
        float: left;
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 20px 0;
    }

    .aps-product-pic img {
        display: block;
        border: 5px solid transparent;
    }

    .aps-main-image {
        position: relative;
        overflow: hidden;
    }

    .aps-main-img-zoom {
        cursor: pointer;
    }

    .aps-image-lens {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: 0px solid rgba(0, 0, 0, .6);
        opacity: 0;
        z-index: 91;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }

    .aps-main-img-zoom:hover .aps-image-lens {
        opacity: 1;
        border: 240px solid rgba(0, 0, 0, .6);
    }

    .aps-main-img-zoom:after {
        width: 40px;
        height: 40px;
        color: #fff;
        content: "\e891";
        font-family: "aps-icons";
        font-size: 32px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 101;
        margin-top: -20px;
        margin-left: -20px;
        opacity: 0;
        transform: scale(0, 0);
        transition: all .3s ease .2s;
        -moz-transition: all .3s ease .2s;
        -webkit-transition: all .3s ease .2s;
    }

    .aps-main-img-zoom:hover:after {
        opacity: 1;
        transform: scale(1, 1);
    }

    .aps-img-loader {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
    }

    .aps-group {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        border: 1px solid #e8e9ea;
        position: relative;
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .aps-main-title {
        font-size: 30px;
        margin: 0 0 20px;
        display: table;
    }

    .aps-product-meta {
        margin-bottom: 20px;
        position: relative;
    }

    .aps-single-product .aps-product-price {
        padding: 0;
    }

    .aps-single-product .aps-price-value {
        font-size: 24px;
    }

    .aps-product-term {
        color: #999;
        display: inline-block;
    }

    .aps-group-title {
        padding: 5px 10px;
        font-size: 20px;
        line-height: 1.5;
        margin: 0 !important;
    }

    .aps-group-title span {
        color: #868788;
    }

    .aps-specs-table {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
        position: relative;
    }

    .aps-specs-table tr,
    .aps-specs-table td {
        border: 0;
    }

    .aps-specs-table tr {
        margin: 0;
        padding: 0;
        border-top: 1px solid #f1f2f3;
    }

    .aps-specs-table tr:nth-child(odd) {
        background: #f7f8f9;
    }

    .aps-specs-table td.aps-attr-title {
        width: 180px;
        vertical-align: middle;
    }

    .aps-specs-table td.aps-attr-value {
        display: flex;
    }

    .aps-attr-co,
    .aps-1co {
        float: left;
        min-height: 32px;
        padding: 8px 10px;
        display: inline-block;
        position: relative;
    }

    .aps-1co {
        border-left: 1px solid #f1f2f3;
    }

    .aps-1co {
        width: 100%;
    }

    .aps-tooltip {
        cursor: help;
    }

    .aps-tooltip-data {
        display: none;
    }

    .aps-wd-thumb:after,
    .aps-feature-anim:after,
    .aps-specs-table tr {
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
    }

    .aps-main-features {
        float: left;
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .aps-attr-value .aps-icon-check {
        padding: 2px 3px;
        color: #fff;
        font-size: 15px;
        line-height: 1;
        display: inline-block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .aps-attr-value .aps-icon-check {
        background: #8ac63c;
    }

    .aps-features-list li {
        height: 46px;
        margin-bottom: 10px;
        position: relative;
    }

    .aps-feature-anim {
        height: 100%;
        width: 100%;
        padding: 13px 10px 13px 55px;
        margin-bottom: 10px;
        color: #fff;
        line-height: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .aps-feature-anim:after {
        height: 100%;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 81;
    }

    .aps-features-list li:hover .aps-feature-anim:after {
        width: 100%;
    }

    .aps-list-icon {
        height: 46px;
        padding: 11px;
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 82;
    }

    .aps-feature-info {
        height: 20px;
        position: relative;
        z-index: 83;
        overflow: hidden;
    }

    .aps-feature-info strong {
        display: inline-block;
    }

    .aps-rating-card {
        float: left;
        width: 100%;
        padding: 20px 20px 0;
        margin-bottom: 20px;
        border: 1px solid #e8e9ea;
        background: #f8f9fa;
    }

    .aps-rating-text-box {
        float: left;
        width: 66.6666%;
    }

    .aps-rating-bar-box {
        float: left;
        width: 33.3333%;
        margin-bottom: 30px;
    }

    .aps-overall-rating {
        float: right;
        padding-left: 45px;
        position: relative;
    }

    .aps-rating-total {
        width: 48px;
        height: 48px;
        color: #fff;
        font-size: 20px;
        line-height: 48px;
        text-align: center;
        background: #545556;
    }

    .aps-rating-total {
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        background: #545556;
    }

    .aps-total-wrap {
        float: left;
        width: 190px;
        height: 20px;
        margin-top: 14px;
        background: #e1e2e3;
        position: relative;
    }

    .aps-total-wrap,
    .aps-total-bar {
        border-radius: 0 0 2px 2px;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
    }

    .aps-total-bar {
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .aps-rating-total {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .aps-pub-rating li {
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .aps-rating-box {
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        box-shadow: 1px 1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px rgba(0, 0, 0, .1);
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }

    .aps-rating-asp,
    .aps-rating-wrap,
    .aps-rating-bar {
        display: block;
    }

    .aps-rating-wrap {
        height: 5px;
        margin: 3px 0;
        position: relative;
        background: #e8e9ea;
    }

    .aps-rating-bar {
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .aps-rating-num {
        float: right;
        color: #888;
        font-weight: bold;
    }

    .aps-orange-bg {
        background: #f38522;
    }

    #apsReviewForm ul {
        float: left;
        padding: 20px 20px 0;
        margin-bottom: 20px;
        border: 1px solid #e8e9ea;
        background: #f8f9fa;
    }

    #apsReviewForm ul li {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 20%;
        position: relative;
    }

    #apsReviewForm label {
        font-weight: bold;
        position: absolute;
        top: 2px;
        left: 0;
    }

    #apsReviewForm .aps-text,
    #apsReviewForm .aps-textarea,
    .aps-search {
        padding: 5px 10px;
        border: 1px solid #e8e9ea;
        background: #fff;
    }

    #apsReviewForm .aps-textarea {
        height: 120px;
    }

    #apsReviewForm .required {
        color: #d71717;
    }

    .aps-total-score {
        width: 40px;
        color: #fff;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .aps-button {
        padding: 7px 8px;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
        display: inline-block;
        border: 1px solid;
        cursor: pointer;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .aps-button:hover {
        color: #fff;
    }

    .aps-compare-cb {
        display: none !important;
    }

    .aps-compare-stat {
        float: left;
        width: 14px;
        height: 14px;
        font-size: 12px;
        border: 1px solid #c1c2c3;
        background: #fff;
        margin: 2px 3px 0 0;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
    }

    .aps-compare-btn:hover .aps-compare-stat {
        border-color: #a1a2a3;
    }

    .aps-compare-stat i {
        display: none;
        line-height: 1;
    }

    .aps-compare-cb:checked+.aps-compare-stat i {
        color: #fff;
        display: block;
    }

    .aps-range-slider {
        width: 100%;
        padding: 6px 60px 0 0;
        position: relative;
    }

    .aps-range-slider-range {
        width: 100%;
        outline: none;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .aps-range-slider-value {
        width: 50px;
        padding: 4px 8px;
        color: #fff;
        display: block;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .aps-range-slider-value:after {
        width: 0;
        height: 0;
        position: absolute;
        top: 9px;
        left: -5px;
        border-top: 5px solid transparent;
        border-right: 5px solid;
        border-bottom: 5px solid transparent;
        content: '';
    }

    .aps-widget-title,
    .aps-column h3 {
        margin-bottom: 10px;
    }

    .aps-widget-title small {
        float: right;
        padding-top: 7px;
        font-size: 12px;
    }

    .aps-widget {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .aps-search-field {
        position: relative;
    }

    .aps-search-btn {
        height: 32px;
        padding: 5px 10px;
        color: #ccc;
        font-size: 20px;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #e8e9ea;
        background: #f9fafb;
        cursor: pointer;
    }

    .aps-search-btn:hover {
        color: #fff;
    }

    .aps-search {
        width: 100%;
        height: 32px;
        max-height: 32px;
    }

    .aps-wd-products li {
        width: 33.3333%;
        padding: 0 5px;
        margin: 0 0 10px;
        display: inline-block;
        vertical-align: top;
    }

    .aps-wd-products li a {
        padding: 3px;
        display: block;
        background: #fff;
        position: relative;
    }

    .aps-wd-thumb,
    .aps-wd-thumb img {
        display: block;
    }

    .aps-wd-title {
        padding: 0 0 3px;
        font-size: 12px;
        line-height: 1.5;
        display: block;
        text-align: center;
    }

    .aps-wd-price {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .aps-wd-products li a:hover img,
    .aps-thumb-carousel .owl-item:hover img {
        animation: flash 1s;
        -webkit-animation: flash 1.5s;
    }

    .aps-brands-list.aps-brands-v-grid {
        margin-left: -5px;
        margin-right: -5px;
    }

    .aps-brands-list.aps-brands-v-grid li {
        float: left;
        width: 33.3334%;
        padding: 5px;
    }

    .aps-brands-list.aps-brands-v-grid li a {
        padding: 5px;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .aps-brands-list.aps-brands-v-grid li a:hover {
        color: #fff;
    }

    .aps-brands-load {
        float: left;
        width: 100%;
        padding: 8px 10px;
        text-align: center;
        color: #aaa;
        display: block;
        cursor: pointer;
    }

    .aps-brands-load:hover {
        color: #666;
    }

    .aps-image-gallery {
        float: left;
        width: 100%;
    }

    .aps-thumb-item {
        cursor: pointer;
    }

    .aps-thumb-carousel {
        padding: 10px 0;
        position: relative;
        overflow: hidden;
    }

    .aps-thumb-carousel .owl-stage-outer {
        margin-left: -1px;
    }

    .aps-thumb-carousel .owl-item {
        float: left;
        padding: 1px;
    }

    .aps-thumb-carousel .owl-item img {
        cursor: pointer;
    }

    .owl-nav {
        display: none;
    }

    .aps-product-pic:hover .owl-nav {
        display: block;
    }

    .aps-thumb-carousel .owl-prev,
    .aps-thumb-carousel .owl-next {
        padding: 0 6px 2px;
        font-size: 24px;
        color: #555;
        line-height: 1;
        background: #eee;
        position: absolute;
        top: 50%;
        margin: -12px 0 0;
        cursor: pointer;
    }

    .aps-thumb-carousel .owl-prev {
        left: 0;
    }

    .aps-thumb-carousel .owl-next {
        right: 0;
    }

    .aps-thumb-carousel .owl-prev:hover,
    .aps-thumb-carousel .owl-next:hover {
        color: #fff;
    }

    .aps-loader {
        margin: 0;
        font-size: 10px;
        position: absolute;
        text-indent: -9999em;
        border: 5px solid rgba(0, 0, 0, .2);
        border-left-color: #999;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -moz-animation: loader 1s infinite linear;
        -webkit-animation: loader 1s infinite linear;
        animation: loader 1s infinite linear;
    }

    .aps-loader {
        width: 48px;
        height: 48px;
    }

    .aps-container {
        max-width: 1170px;
    }

    .aps-product-pic {
        width: 50%;
    }

    .aps-main-features {
        width: 50%;
    }

    .aps-rating-text-box {
        width: 66.6666%;
    }

    .aps-rating-bar-box {
        width: 33.3333%;
    }

    .aps-pub-rating li {
        width: 25%;
    }

    #apsReviewForm .aps-text,
    #apsReviewForm .aps-textarea {
        width: 100%;
    }

    [class^="aps-icon-"]:before,
    [class*=" aps-icon-"]:before {
        font-family: "aps-icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .aps-icon-ac:before {
        content: '\e907';
    }

    .aps-icon-angle-double-down:before {
        content: '\f103';
    }

    .aps-icon-check:before {
        content: '\e813';
    }

    .aps-icon-cpu:before {
        content: '\e893';
    }

    .aps-icon-hdd:before {
        content: '\e873';
    }

    .aps-icon-laptop:before {
        content: '\e888';
    }

    .aps-icon-ram:before {
        content: '\e808';
    }

    .aps-icon-search:before {
        content: '\e80c';
    }

    .aps-icon-webcam:before {
        content: '\e84e';
    }

    .aps-icon-windows:before {
        content: '\e8d9';
    }

    @media (min-width: 320px) {
        .aps-container {
            max-width: 300px;
        }

        .aps-content,
        .aps-sidebar {
            width: 100%;
        }

        .aps-product-pic {
            width: 100%;
        }

        .aps-main-features {
            width: 100%;
        }

        .aps-main-title {
            font-size: 24px;
        }

        .aps-rating-text-box,
        .aps-rating-bar-box {
            width: 100%;
        }

        .aps-pub-rating li {
            width: 100%;
        }

        .aps-wd-products li {
            width: 33.3333%;
        }

        #apsReviewForm label {
            position: relative;
        }

        #apsReviewForm ul li {
            padding-left: 0;
        }
    }

    @media (min-width: 480px) {
        .aps-container {
            max-width: 460px;
        }

        .aps-pub-rating li {
            width: 50%;
        }

        .aps-wd-products li {
            width: 25%;
        }
    }

    @media (max-width: 480px) {
        .aps-specs-table tr {
            width: 100%;
            display: table;
        }

        .aps-specs-table td,
        .aps-specs-table td.aps-attr-value {
            float: left;
            width: 100%;
            display: table-row;
        }

        .aps-specs-table td.aps-attr-title {
            width: 100%;
            background: #f7f8f9;
        }

        .aps-specs-table td.aps-attr-value {
            background: #fafbfc;
        }

        .aps-1co {
            border: none;
            border-bottom: 1px solid #f1f2f3;
        }
    }

    @media (min-width: 768px) {
        .aps-container {
            max-width: 750px;
        }

        .aps-main-title {
            font-size: 30px;
        }

        .aps-product-pic {
            width: 50%;
        }

        .aps-main-features {
            width: 50%;
        }

        .aps-pub-rating li {
            width: 33.3333%;
        }

        .aps-rating-text-box,
        .aps-rating-bar-box {
            width: 50%;
        }

        .aps-wd-products li {
            width: 16.6666%;
        }

        #apsReviewForm label {
            position: absolute;
        }

        #apsReviewForm ul li {
            padding-left: 20%;
        }
    }

    @media (min-width: 992px) {
        .aps-container {
            max-width: 960px;
        }

        .aps-content {
            width: 70%;
        }

        .aps-sidebar {
            width: 30%;
        }

        .aps-product-pic {
            width: 50%;
        }

        .aps-main-features {
            width: 50%;
        }

        .aps-pub-rating li {
            width: 33.3333%;
        }

        .aps-rating-text-box {
            width: 66.6666%;
        }

        .aps-rating-bar-box {
            width: 33.3333%;
        }

        .aps-wd-products li {
            width: 33.3333%;
        }
    }

    @media (min-width: 1200px) {
        .aps-container {
            max-width: 1170px;
        }

        .aps-product-pic {
            width: 50%;
        }

        .aps-main-features {
            width: 50%;
        }

        .aps-pub-rating li {
            width: 25%;
        }

        .aps-wd-products li {
            width: 33.3333%;
        }
    }

    .aps-price-value {
        color: #097def;
    }

    .aps-total-score,
    .aps-btn-skin,
    .aps-range-slider-value,
    .aps-compare-cb:checked+.aps-compare-stat i,
    .aps-search-btn:hover,
    .aps-features-list li {
        background: #3199fe;
    }

    .aps-range-slider-value:after {
        border-right-color: #3199fe;
    }

    .aps-btn-skin:hover,
    .aps-list-icon,
    .aps-thumb-carousel .owl-prev:hover,
    .aps-thumb-carousel .owl-next:hover,
    .aps-brands-list.aps-brands-v-grid li a:hover {
        background: #097def;
    }

    .aps-btn-skin,
    .aps-compare-cb:checked+.aps-compare-stat,
    .aps-search-btn:hover {
        border-color: #097def;
    }

    .aps-main-image,
    .aps-group,
    .aps-wd-products li a,
    .aps-thumb-item img,
    .aps-brands-list.aps-brands-v-grid li a,
    .aps-brands-load {
        border: 1px solid #e8e9ea;
    }

    .aps-thumb-item.active-thumb img {
        border-color: #a7d3fe;
    }

    .aps-feature-anim:after {
        background: #097def;
    }
}

@media all {
    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline-width: 0;
    }

    strong {
        font-weight: inherit;
    }

    strong {
        font-weight: 600;
    }

    small {
        font-size: 80%;
    }

    img {
        border-style: none;
    }

    input,
    textarea {
        font: inherit;
    }

    input {
        overflow: visible;
    }

    input,
    textarea {
        margin: 0;
    }

    [type="submit"] {
        cursor: pointer;
    }

    [type="submit"] {
        -webkit-appearance: button;
    }

    textarea {
        overflow: auto;
    }

    [type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
    }

    * {
        padding: 0;
        margin: 0;
        list-style: none;
        border: 0;
        outline: none;
        box-sizing: border-box;
    }

    *:before,
    *:after {
        box-sizing: border-box;
    }

    h1,
    h2,
    h3,
    h4,
    .the-subtitle {
        line-height: 1.4;
        font-weight: 600;
    }

    h1 {
        font-size: 41px;
        font-weight: 700;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 23px;
    }

    h4,
    .the-subtitle {
        font-size: 17px;
    }

    a {
        color: #333;
        text-decoration: none;
        transition: 0.15s;
    }

    a:hover {
        color: #08f;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }

    p {
        line-height: 21px;
    }

    @media (max-width: 991px) {
        .single.has-header-ad:not(.has-header-below-ad) #content {
            margin-top: 0;
        }
    }

    .tie-icon:before {
        font-family: 'tiefonticon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container:after {
        content: "";
        display: table;
        clear: both;
    }

    @media (min-width: 768px) {
        .container {
            width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }

    .tie-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tie-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .alignright {
        float: right;
        margin: 0.375em 0 1em 1.75em;
    }

    .clearfix:before,
    .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .clearfix:after {
        clear: both;
    }

    #content {
        margin-top: 30px;
    }

    @media (max-width: 991px) {
        #content {
            margin-top: 15px;
        }
    }

    .site-content {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
}

@media all {

    textarea,
    input {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #2c2f34;
        font-size: 13px;
        outline: none;
        padding: 5px;
        line-height: 23px;
        border-radius: 2px;
        transition: background 0.3s, border 0.3s;
        max-width: 100%;
        background-color: transparent;
    }

    textarea:hover,
    input:hover,
    textarea:focus,
    input[type="text"]:focus {
        background-color: rgba(0, 0, 0, 0.03);
    }

    textarea,
    input:not([type="checkbox"]):not([type="radio"]) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

    textarea {
        width: 100%;
    }

    @media (max-width: 767px) {

        input:not([type="submit"]),
        textarea {
            font-size: 16px !important;
        }
    }

    [type="submit"] {
        width: auto;
        position: relative;
        background-color: #08f;
        color: #fff;
        padding: 7px 15px;
        margin: 0;
        font-weight: normal;
        font-size: 13px;
        display: inline-block;
        text-align: center;
        line-height: 21px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        transition: 0.3s;
        border-radius: 2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    [type="submit"]:hover {
        background-color: #006dcc;
        text-decoration: none;
        color: #fff;
    }

    ::selection {
        background: #08f;
        color: #fff;
        text-shadow: none;
    }

    .is-thumb-overlay-disabled .post-thumb:hover {
        opacity: 0.85 !important;
    }

    .post-thumb {
        position: relative;
        height: 100%;
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: opacity 0.2s;
    }

    .post-thumb img {
        width: 100%;
        display: block;
    }

    .post-thumb .post-cat-wrap {
        position: absolute;
        bottom: 10px;
        margin: 0;
        right: 10px;
    }

    .post-meta {
        margin: 10px 0 8px;
        font-size: 12px;
        overflow: hidden;
    }

    .post-meta {
        color: #767676;
    }

    .post-meta .meta-item {
        margin-right: 8px;
        display: inline-block;
    }

    .post-meta .meta-item.tie-icon:before {
        padding-right: 3px;
    }

    .post-meta .meta-item.date:before {
        content: "\f017";
    }

    .post-cat-wrap {
        position: relative;
        z-index: 3;
        pointer-events: auto;
        margin-bottom: 5px;
        font-weight: normal;
        font-family: inherit !important;
        line-height: 0;
        display: block;
    }

    .post-cat {
        display: inline-block;
        background: #08f;
        color: #fff;
        padding: 0 6px;
        font-size: 12px;
        line-height: 1.85em;
        margin-right: 4px;
        position: relative;
        white-space: nowrap;
        word-wrap: normal;
        letter-spacing: 0;
        transition: 0.3s;
        border-radius: 2px;
    }

    .post-cat:first-child:last-child {
        margin: 0;
    }

    #tie-body .post-cat:hover {
        text-decoration: none !important;
    }

    table {
        border-spacing: 0;
        width: 100%;
        border-collapse: separate;
        margin-bottom: 1.5em;
    }

    table tr:nth-child(even) {
        background: rgba(0, 0, 0, 0.03);
    }

    table td {
        padding: .4em;
        text-align: left;
        border-right: 1px dotted rgba(0, 0, 0, 0.1);
    }
}

@media all {
    .post-widget-body {
        padding-left: 125px;
    }

    .post-widget-body .post-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .post-widget-thumbnail {
        float: left;
        margin-right: 15px;
        position: relative;
    }

    .post-widget-thumbnail img.tie-small-image {
        width: 110px;
    }

    .widget-posts-list-container {
        position: relative;
    }

    .posts-list-big-first .posts-list-items li:first-child {
        padding-bottom: 20px;
    }

    .posts-list-big-first li:first-child .post-widget-thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .posts-list-big-first li:first-child .post-widget-thumbnail a {
        min-height: 40px;
    }

    .posts-list-big-first li:first-child .post-widget-body {
        padding-left: 0;
    }

    .posts-list-big-first li:first-child .post-title {
        font-size: 18px;
    }

    @media (max-width: 991px) {
        .posts-list-big-first .posts-list-items {
            overflow: hidden;
        }

        .posts-list-big-first li {
            width: 48%;
            float: left;
        }

        .posts-list-big-first li:nth-child(2) {
            padding-top: 0;
        }

        .posts-list-big-first li:nth-child(2n) {
            float: right;
        }

        .posts-list-big-first li:nth-child(2n+1) {
            clear: both;
        }

        .posts-list-big-first li:nth-child(2),
        .posts-list-big-first li:nth-child(3) {
            float: right;
            clear: none;
        }

        .posts-list-big-first li:nth-child(n+5) {
            display: none;
        }
    }

    @media (max-width: 670px) {
        .posts-list-big-first li {
            width: 100%;
        }

        .posts-list-big-first li:nth-child(2) {
            padding-top: 12px;
        }

        .posts-list-big-first li:nth-child(n+5) {
            display: block;
        }
    }

    li.widget-post-list {
        padding: 7px 0;
        position: relative;
    }
}

@media print {
    @media print {
        img {
            max-width: 100%;
            display: block;
        }

        ul,
        ol,
        li {
            page-break-inside: avoid;
        }

        h1,
        h2,
        h3,
        h4 {
            page-break-after: avoid;
        }

        table,
        tr,
        td {
            page-break-before: avoid;
        }
    }
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active .the-subtitle {
    font-family: 'Poppins';
}

@media all {
    #jp-relatedposts {
        clear: both;
        display: none;
        margin: 1em 0;
        padding-top: 1em;
        position: relative;
    }

    .jp-relatedposts:after {
        clear: both;
        content: "";
        display: block;
    }

    #jp-relatedposts h3.jp-relatedposts-headline {
        display: inline-block;
        float: left;
        font-family: inherit;
        font-size: 9pt;
        font-weight: 700;
        margin: 0 0 1em;
    }

    #jp-relatedposts h3.jp-relatedposts-headline em:before {
        border-top: 1px solid #dcdcde;
        border-top: 1px solid rgba(0, 0, 0, .2);
        content: "";
        display: block;
        margin-bottom: 1em;
        min-width: 30px;
        width: 100%;
    }

    #jp-relatedposts h3.jp-relatedposts-headline em {
        font-style: normal;
        font-weight: 700;
    }

    #jp-relatedposts .jp-relatedposts-items {
        clear: left;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
        margin: 0 0 1em;
        width: 33%;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
        text-decoration: underline;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    #jp-relatedposts .jp-relatedposts-items p,
    #jp-relatedposts .jp-relatedposts-items time {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    #jp-relatedposts .jp-relatedposts-items p,
    #jp-relatedposts .jp-relatedposts-items time {
        margin-bottom: 0;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
        filter: alpha(opacity=100);
        font-size: inherit;
        font-weight: 400;
        -moz-opacity: 1;
        opacity: 1;
        text-decoration: none;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
        text-decoration: underline;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
        display: block;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
        opacity: .6;
    }

    .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
        display: none;
    }

    @media only screen and (max-width:640px) {
        #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
            width: 50%;
        }

        #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
            clear: left;
        }
    }

    @media only screen and (max-width:320px) {
        #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
            clear: both;
            margin: 0 0 1em;
            width: 100%;
        }
    }

    @media print {
        .jp-relatedposts {
            display: none !important;
        }
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
.buy-now-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    background-color: #4CAF50; /* Green color, you can adjust */
    border: 2px solid #45a049; /* Darker shade of the green */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buy-now-button i {
    margin-right: 8px;
}

.buy-now-button:hover {
    background-color: #45a049; /* Darker shade on hover */
    color: #fff;
}
