body.cms-device-filter-view .main {
    width: auto;
}
.device-classic-view {
    padding: 30px 0 0;
}
a.button:hover, button.button:hover span {
    color: var(--primary-color);
}
.devices-filter-container {
    margin: 0 auto;
    max-width: 1300px;
    clear: both;
}
.dw_fprice .edit-price-icon, .dw_fprice .edit-cost-icon, .dw_fprice .update-price-icon, .dw_fprice .update-cost-icon {
    cursor: pointer;
    font-size: 14px !important;
}
.dw_fprice .edit-price-input, .dw_fcost .edit-cost-input {
    display: none;
}
.dw_fprice .edit-price-input>input, .dw_fcost .edit-cost-input>input {
    border: 1px solid var(--grey-color-tone-five);
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    width: 90px;
    padding: 5px 10px;
}
.dw_suggest_wrap .conform-bx-inner {
    width: 98%;
    max-width: 1024px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    margin: 1% auto;
}
.dw_suggest_wrap .dw-suggest-header {
    float: left;
    width: 100%;
    padding: 1rem 100px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.dw-suggest-header>img {
    float: left;
    max-width: 278px;
}
.dw-suggest-header .dw-banner-content {
    float: left;
    padding: 0 10px 0 30px;
}
.dw-suggest-header .dw-banner-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
}
.dw-suggest-header .dw-banner-content h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--dark-color);
    letter-spacing: 0.3px;
    line-height: 45px;
}
.dw-suggest-header .dw-banner-content h5 {
    color: var(--grey-color-tone-one);
    font-size: 17px;
    letter-spacing: 0.2px;
}
.dw_suggest_wrap .dw-suggest-section {
    float: left;
    width: 100%;
    box-shadow: 0px 3px 23px rgb(26 26 26 / 10%) inset;
    -webkit-box-shadow: 0px 3px 23px rgb(26 26 26 / 10%) inset;
    background-color: var(--white-color);
}
.dw-suggest-section .dw-flex-ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.dw-suggest-section .dw-flex-ul .dwgot-box, .dw-suggest-section .dw-flex-ul .dw-offerbox {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}
.dw-suggest-section .dw-flex-ul .dw-prbox {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    position: relative;
}
.dw-flex-ul .dw-prbox .product-box {
    width: 100%;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.dw-flex-ul .dw-prbox .product-box>li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    width: 100%;
    padding: 20px;
    position: relative;
}
.dw-flex-ul .dw-prbox .product-box li+li {
    border-left: 1px solid var(--grey-color-tone-six);
}
.dw-suggest-section .dw-flex-ul .dwgot-box {
    padding: 2rem;
}
.dw-suggest-section .dw-flex-ul .dwgot-box>span {
    font-size: 16px;
    font-weight: 400;
}
.dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges>span {
    font-size: 16px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    display: block;
    font-weight: 800;
    text-align: right;
    position: absolute;
    right: -14px;
    top: calc(50% - 33px);
    text-transform: uppercase;
    perspective: 800px;
}
.dw-suggest-section .dw-flex-ul .dwgot-box p {
    font-size: 16px;
    font-weight: 400;
}
.dw-flex-ul .dw-prbox .product-box li>img {
    max-width: 150px;
    margin: 0 auto;
    clear: both;
    display: block;
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-minus, .dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-plus, .dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-classic-qty {
    float: left;
    height: 30px;
    border-color: var(--grey-color-tone-seven);
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-classic-qty {
    margin: 0;
    border-radius: 0;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-left: 0;
    border-right: 0;
    width: 50px;
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-minus, .dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-plus {
    min-width: 40px;
    text-indent: -99999px;
    padding: 0;
    font-size: 0;
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    background-repeat: no-repeat;
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-minus {
    border-radius: 5px 0px 0px 5px;
    background-position: 13px -395px;
    background-size: 40px;
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-plus {
    border-radius: 0px 5px 5px 0px;
    background-position: 12px -401px;
    background-size: 45px;
}
.dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-minus span, .dw-flex-ul .dw-prbox .product-box li .dw-classic-qty .dw-plus span {
    font-size: 0;
    line-height: 0;
}
.dw-flex-ul .dw-prbox .product-box li .dw-productname {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
.dw-flex-ul .dw-prbox .product-box li .fprice-ico {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.dw-suggest-section .dw-flex-ul .dw-offerbox {
    background-color: var(--grey-color-tone-six);
    padding: 2rem 0;
}
.dw-suggest-section .dw-flex-ul .dw-offerbox h4 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.dw-suggest-section .dw-flex-ul .dw-offerbox span.price {
    float: none;
    font-weight: 800;
    font-size: 6rem;
    line-height: 6rem;
    color: var(--dark-color);
}
.dw-suggest-section .dw-flex-ul .dw-offerbox .dwoff-eachline span:not(.dlp-icon) {
    float: right;
    max-width: 160px;
    width: 68%;
    text-align: left;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    margin-top: 14px;
}
.dw-suggest-section .dw-flex-ul .dw-offerbox .dwoff-eachline span.dlp-icon {
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    background-position: 0px -141px;
    min-width: 50px;
    height: 78px;
    float: left;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-top: -8px;
    margin-left: 30px;
}
.dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn {
    min-width: 170px;
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 1px solid var(--dark-color);
    border-radius: 4px;
    padding: 9px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    min-height: 35px;
    position: absolute;
    left: calc(50% - 64.5px);
    bottom: -17.5px;
    cursor: pointer;
}
.dw_suggest_wrap .dw-suggest-footer {
    float: left;
    width: 100%;
    padding: 25px 20px;
}
.dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn.dw-addisabeld {
    background-color: var(--grey-color-tone-nine);
    color: var(--grey-color-tone-one);
    border-color: var(--grey-color-tone-nine);
    cursor: not-allowed;
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link {
    float: left;
    font-weight: 600;
}
.dw_suggest_wrap .dw-suggest-footer button {
    float: right;
}
.dw_suggest_wrap .dw-suggest-footer button+button {
    margin-right: 10px;
}
.dw_suggest_wrap .dw-suggest-footer .dw-checkbtn,
.dw_suggest_wrap .dw-suggest-footer .dw-cartbtn {
    max-width: 160px;
    min-width: 115px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    width: 50%;
    cursor: pointer;
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link .marrow-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    vertical-align: -7px;
}
.dw_suggest_wrap .dw-suggest-header .dw_closebtn {
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    background-position: 0px -15px;
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: 45px;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.dw-flex-ul .dw-prbox .product-box li .dw-qtytot {
    float: left;
    width: 100%;
    font-size: 16px;
}
.dw-suggest-section .dw-flex-ul .dw-prbox .dwcart-sptotal {
    float: left;
    width: 100%;
    padding: 0px 0 25px;
    font-size: 16px;
}
.dw-itemli .dw-classic-qty {
    display: inline-block;
}
.dw-itemli .dw-classic-qty .dw-plus, .dw-itemli .dw-classic-qty .dw-minus {
    border: 1px solid var(--grey-color-tone-one);
    color: var(--grey-color-tone-one);
    line-height: 13px;
    background-color: var(--white-color);
}
.dw-itemli .dw-classic-qty input.dw-classic-qty {
    text-align: center;
    border: 1px solid var(--grey-color-tone-one);
    font-size: 15px;
    line-height: 25px;
}
.dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn>span>a {
    color: var(--white-color);
    text-decoration: none;
}
.conform-bx.dw_suggest_wrap {
    z-index: 10000;
}
/* Classic Button Design Start */

.classic-btn-top {
    float: right;
    clear: both;
    margin: 0 0 20px;
}
.classic-btn-top .button {
    float: left;
    min-width: 150px;
}
.classic-btn-top .button:first-child {
    margin-right: 10px;
}
.classic-btn-top .button span {
    font-size: 18px;
    font-weight: 500;
}
a.button.page-active {
    background-color: var(--grey-color-tone-one);
    border-color: var(--grey-color-tone-one);
}
a.button.page-active:hover {
    background-color: var(--white-color);
    border-color: var(--grey-color-tone-one);
    color: var(--grey-color-tone-one);
}
/* Classic Button Design Over */

.device-table {
    float: left;
    width: 100%;
}
.classic-button-cart {
    width: 100%;
    padding: 20px 0;
}
.cl_button-set>li {
    display: inline-block;
}
.classic-button-cart .cl_button-set {
    padding-left: 0;
    display: inline-block;
}
.classic-button-cart .cl_button-set li {
    margin: 0 5px;
}
.classic-button-cart .cl_button-set li:first-child {
    margin-left: 0;
}
.dw-classic-qty {
    display: inline-block;
    max-width: 160px;
}
.dWdropdown_view select {
    background-color: #EFEFEF;
    border-radius: 8px;
    padding: 9.5px 40px 9.5px 10px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    height: auto;
    appearance: none;
    background-image: url(../images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 15px;
}
.classic-button-cart .cl_subtotal {
    float: right;
    border: 1px solid var(--grey-color-tone-one);
    border-radius: 3px;
    min-width: 168px;
    text-align: center;
    font-size: 15px;
    height: 38px;
    line-height: 37px;
    color: var(--grey-color-tone-three);
    padding: 0 5px;
}
.classic-button-cart .cl_subtotal_avg {
    float: right;
    border: 1px solid var(--grey-color-tone-one);
    border-radius: 3px;
    min-width: 187px;
    text-align: center;
    font-size: 15px;
    height: 38px;
    line-height: 37px;
    color: var(--grey-color-tone-three);
    margin-right: 10px;
}
.classic-button-cart .cl_button-set .button {
    min-width: 135px;
}
.classic-button-cart .cl_button-set .button span {
    border-radius: 30px;
    padding: 4px 12px;
    font-size: 15px;
}
.devices-filter-container>h4 {
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    margin: 21px 0;
    line-height: 30px;
    text-transform: uppercase;
}
.cl_section_classic {
    float: left;
    width: 100%;
    background-image: url(../images/sprites/banner-our-device.png);
    padding: 40px 0 60px;
    margin: 0 0 30px;
    background-size: cover;
}
.cl_section_classic ul {
    padding: 0;
}
.cl_section_classic ul>li {
    width: 33.333%;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
}
.cl_section_classic ul li p {
    margin: 0;
    font-size: 18px;
}
.cl_section_classic ul li span.fil_icon {
    display: inline-block;
    text-align: center;
    width: 115px;
    height: 100px;
    background-image: url(../images/sprites/device-sprite.png);
    background-repeat: no-repeat;
}
.fil_60warrenty {
    background-position: 8px;
}
.fil_freewarrenty {
    background-position: -139px 18px;
}
.fil_lifewarrenty {
    background-position: -297px 18px;
}
.fil_customer-services {
    background-position: -450px 18px;
}
.filterview-accordian h2.filter-h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 10px 14px;
    border-radius: 5px;
    cursor: pointer;
}
.filterview-accordian h2.filter-h2 .dw_plmin {
    float: right;
    position: relative;
}
.filterview-accordian .content {
    float: left;
    width: 100%;
}
.filterview-accordian .content.dw-grey-bg {
    background-color: var(--grey-color-tone-eight);
}
.grade_listing.grade-filter ul li.gr_list h5.gr_title {
    text-align: left;
    line-height: normal;
    margin-bottom: 11px;
    color: var(--primary-color);
    background-color: transparent;
    font-size: 18px;
}
.grade_listing.grade-filter ul li.gr_list {
    min-height: 353px;
    margin: 0;
    padding: 20px 30px 0;
    border-bottom: 1px solid var(--grey-color-tone-nine);
    width: 50%;
}
.grade_listing.grade-filter ul li.gr_list .gr_details h4 {
    font-size: 16px;
}
.grade_listing.grade-filter ul li.gr_list .gr_images {
    background-color: var(--white-color);
}
.filterview-accordian .device-filter-mar {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.dw-filter-faq .dwaccordion-header:after {
    left: 10px;
}
.dw-filter-faq {
    padding: 20px 0 0;
}
.dw-filter-faq h1 {
    display: none;
}

.grade_banner {
    background-image: url(../images/device_grade/grading-banner.png?ver=1.0);
    min-height: 512px;
    background-repeat: no-repeat;
}
.grade_banner .grading_banner_text {
    float: right;
    width: 615px;
    text-align: center;
    padding: 110px 0 0;
}
.grade_banner .grading_banner_text h3 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 500;
    margin: 0 0 40px;
}
.grade_banner .grading_banner_text ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
.grade_banner .grading_banner_text ul li {
    display: inline-block;
    color: var(--white-color);
    font-size: 30px;
    padding: 0 25px;
    line-height: 45px;
    font-weight: 500;
}
.grade_banner .grading_banner_text ul li span.dd_dots {
    position: relative;
}
.grade_banner .grading_banner_text ul li span.dd_dots:after {
    content: "";
}
.grade_banner .grading_banner_text ul li span.dd_dots:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: -28px;
    background-image: url(../images/device_grade/tr-dots.png?ver=1.0);
    background-repeat: no-repeat;
}
.grade_banner .grading_banner_text a.grading_buttons {
    width: 200px;
    display: inline-block;
    line-height: 45px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.grade_aboutus .grader_ab_images {
    float: left;
    width: 70%;
    padding: 10px 0 10px 40px;
}
.grade_aboutus {
    background-image: url(../images/device_grade/bg-images.png?ver=1.0);
    padding: 30px 0;
    background-size: cover;
}
.grade_aboutus .grader_ab_images img.ds_ab_model {
    margin-left: 80px;
    width: 170px;
}
.grade_aboutus .grader_ab_images img.ds_chart-img {
    margin-top: 30px;
}
.grade_aboutus .ds_paragraph-text {
    float: left;
    width: 30%;
    padding-right: 40px;
}
.grade_aboutus .ds_paragraph-text p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 18%;
}
.threeplus-point-container {
    background-image: url(../images/device_grade/bg360.png?ver=1.0);
    min-height: 390px;
    text-align: center;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: relative;
    margin: 0 0 150px;
    z-index: 11;
}
.threeplus-point-container:after {
    content: "";
    background-image: url(../images/device_grade/iphonexhorizontal.png?ver=1.0);
    height: 173px;
    position: absolute;
    width: 819px;
    background-size: cover;
    left: 50%;
    margin-left: -409.5px;
    bottom: -100px;
}
.threeplus-point-container h2, .threeplus-point-container h5 {
    color: var(--white-color);
}
.threeplus-point-container h2 {
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
}
.threeplus-point-container h5 {
    font-size: 58px;
    line-height: 58px;
    font-weight: 500;
}
.grade_listing>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.grade_listing ul li.gr_list {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 0px 1% 2%;
    min-height: 382px;
}
.grade_listing ul li.gr_list h5.gr_title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 30px;
}
.grade_listing ul li.gr_list .gr_details {
    float: left;
    width: 70%;
    padding-right: 10px;
}
.grade_listing ul li.gr_list .gr_details ul {
    margin: 6px 0 15px;
}
.grade_listing ul li.gr_list .gr_details ul li {
    position: relative;
    line-height: 20px;
    margin: 0 0 5px;
    padding-left: 18px;
}
.grade_listing ul li.gr_list .gr_details ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
}
.grade_listing ul li.gr_list .gr_images {
    text-align: center;
    float: left;
    width: 30%;
    border-radius: 10px;
    min-height: 230px;
    padding-top: 28px;
}
.grade_fbottom {
    text-align: center;
    padding: 30px 0 10px;
}
.grade_fbottom h5 {
    font-size: 26px;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 26px;
    margin: 40px 0 0;
}
/*.*/

.device-table table.dataTable.no-footer, .device-table table.dataTable thead th {
    border-bottom: 0;
}
.device-table table.dataTable thead th:first-child {
    border-radius: 10px 0 0 0;
}
.device-table table.dataTable thead th:last-child {
    border-radius: 0 10px 0 0;
}
.device-table table.dataTable tbody tr>td:last-child, .device-table table.dataTable thead tr>th:last-child {
    min-width: 155px;
}

.device-classic-view ul.common-pagination li {
    margin: 0 5px -3px;
}
.device-classic-view .pagination-section {
    margin-bottom: 20px;
}
.device-classic-view ul.common-pagination li.pagination-btn {
    height: 50px;
}
.device-filter-form {
    float: left;
    width: 100%;
}
.device-filter-form>ul {
    float: left;
    padding-left: 0;
    margin: 0 10px 13px 0px;
}
.device-filter-form ul .d-link {
    background-color: var(--grey-color-tone-seven);
    float: left;
    display: flex;
    align-items: center;
}
.device-filter-form ul .highest-price {
    text-align: center;
    width: 220px;
    border-radius: 0px 5px 5px 1px;
    overflow: hidden;
}
.device-filter-form ul .lowest-price {
    width: 210px;
    text-align: center;
}
.device-filter-form ul .show-only-instock {
    min-width: 240px;
    text-align: center;
}
.device-price-range .deviceprice-slider {
    float: left;
    margin-top: 4px;
}
.device-price-range strong {
    float: left;
    margin-right: 0;
}
.device-filter-form ul .d-link>a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--grey-color-tone-ten);
    font-weight: 700;
    width: 100%;
    margin-right: 5px;
}
.device-filter-form ul .d-link:last-child a {
    margin-right: 0;
}
.device-filter-form ul .device-price-range {
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
}
a.dw-reset-filters {
    text-align: center;
    font-size: 14px;
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 1px solid var(--dark-color);
    line-height: normal;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 400;
}
.button.cl_viewcart span {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}
.button.cl_viewcart:hover span {
    color: var(--dark-color);
}
.device-filter-form ul .d-link>a.active span, .device-filter-form ul .d-link>a span {
    position: relative;
    padding-left: 28px;
}
.device-filter-form ul .d-link>a span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--grey-color-tone-five);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    z-index: 1;
}
.device-filter-form ul .d-link>a.active span:before {
    content: "";
    height: 4px;
    width: 10px;
    border-left: 2px solid var(--white-color);
    position: absolute;
    left: 5px;
    top: 35%;
    border-bottom: 2px solid var(--white-color);
    transform: rotate(-54deg) translateY(-50%);
    border-radius: 2px 0px 0px 2px;
    visibility: visible;
}
.device-filter-form ul .d-link>a span:before {
    content: "";
    height: 7px;
    width: 15px;
    border-left: 4px solid var(--white-color);
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 4px solid var(--white-color);
    transform: rotate(-180deg) translateY(-50%);
    border-radius: 2px 0px 0px 2px;
    visibility: hidden;
    z-index: 3;
}
table.dataTable thead th {
    position: relative;
}
a.filter-drop-down {
    color: var(--white-color);
    float: left;
    width: 100%;
    position: relative;
    padding-right: 20px;
}
a.filter-drop-down .arrow {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: var(--white-color) transparent transparent transparent;
    float: right;
    position: absolute;
    right: 0;
    top: 6px;
}
.filter-dropdown-ul {
    position: absolute;
    background-color: var(--white-color);
    color: var(--dark-color);
    left: 1px;
    top: 40px;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    box-shadow: 2px 3px 4px rgba(29, 29, 29, 0.27);
    padding: 2px 10px 10px;
    max-height: 262px;
    overflow-y: scroll;
    z-index: 100;
    min-width: 200px;
}
.filter-dropdown-ul ul>li {
    border-bottom: 1px solid var(--grey-color-tone-six);
    padding: 5px 4px;
    cursor: pointer;
    color: var(--grey-color-tone-three);
    display: flex;
    align-items: center;
}
.filter-dropdown-ul ul>li label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-left: 4px;
}
.filter-dropdown-ul ul>li label em {
    font-style: normal;
}
.filter-dropdown-ul ul>li input[type="checkbox"] {
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    height: 18px;
    width: 18px;
    padding: 0;
    -webkit-appearance: none;
    opacity: 1;
    isolation: isolate;
}
.filter-dropdown-ul ul>li input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    opacity: 1;
    border-color: var(--primary-color);
}
.filter-dropdown-ul ul>li input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 3px;
    height: 8px;
    border: solid var(--white-color);
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.filter-dropdown-ul .filter-search {
    border: 1px solid var(--grey-color-tone-five);
    font-size: 14px;
    width: 98%;
    margin: 5px 1% 5px;
    padding: 5px 10px;
    border-radius: 3px;
    min-height: 35px;
}
.filter-dropdown-ul ul {
    padding: 0;
}
.filter-dropdown-ul ul>li:last-child {
    border-bottom: 0;
}
.peview-buttons {
    position: fixed;
    z-index: 1111;
    right: 46px;
    top: 420px;
}
.peview-buttons .dw-switch-buttons {
    background-image: url(../images/sprites/eye-preview.png);
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center;
}
ul.preview-bt-ul {
    float: left;
    padding: 0;
    position: absolute;
    top: -72px;
    width: 110px;
    left: -31px;
}
ul.preview-bt-ul li {
    float: left;
}
ul.preview-bt-ul>li>a {
    background-color: var(--white-color);
    display: block;
    padding: 2px 10px;
    border: 1px solid var(--grey-color-tone-six);
    margin: 0 0 8px;
    border-radius: 1px;
    color: var(--dark-color);
    box-shadow: 1px 1px var(--grey-color-tone-seven);
    min-width: 110px;
    text-align: center;
}
.pg_section {
    clear: both;
}
.pg_section .pager {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 20px;
    background: inherit;
}
.pg_section .pager .pager {
    width: auto;
    margin: 0;
}
.pg_section .pager .pages ol {
    padding: 0 20px;
    display: inline-block;
    border-bottom: 3px solid var(--grey-color-tone-seven);
}
.pg_section .pager .pages ol>li {
    display: block;
    float: left;
    margin: 0 5px;
}
.pg_section .pager .pages ol>li>a {
    padding: 5px 10px;
    float: left;
    font-size: 14px;
    color: var(--dark-color);
    min-width: 40px;
    position: relative;
    border: none;
    height: auto;
    line-height: 20px;
    width: auto !important;
}
.pg_section .pager .pages ol>li>a:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--grey-color-tone-seven);
    width: 100%;
    bottom: -3px;
    left: 0;
    transition: border-color 0.3s ease-in;
}
.pg_section .pager .pages li span.current {
    background-color: inherit;
    border: inherit;
    font-size: 14px;
    position: relative;
}
.pg_section .pager .pages li span.current:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -3px;
}
.pg_section .pager .amount {
    float: right;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    line-height: normal;
}
.device-table table tbody td .outofstock-div {
    position: relative;
}
.device-table table tbody td .outofstock-div input.input-text {
    padding: 0 5px;
    min-height: 31px;
    border-radius: 3px;
    font-size: 12.5px;
}
.device-table table tbody td .outofstock-div button.btn-cart {
    width: 30px;
    height: 30px;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 0;
    background-image: url(../images/sprites/mobilesentrix.png);
    background-position: -1px -1194px;
    background-size: 30px;
}
.device-table table tbody td .outofstock-div button.btn-cart span {
    padding: 0;
    border: 0;
    text-indent: -9999px;
    background-color: transparent;
}
.device-table table.dataTable tbody tr.dw-filter-no-data>td {
    background-color: var(--grey-color-tone-eight) !important;
    color: var(--primary-color) !important;
    height: 150px;
    vertical-align: middle;
    border: 1px solid var(--grey-color-tone-six);
    text-align: center;
    font-size: 18px;
}
table.dataTable tbody tr.dw-filter-no-data>td span.no-data-icon {
    background-image: url(../images/i_notice.gif);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 7px;
    position: relative;
    top: 5px;
}
/*-- Filtered Section Start --*/

.dw_filtered_result {
    float: left;
    width: 100%;
}
.dw_filtered_result ul {
    padding: 0
}
.dw_filtered_result .dw-filter-col-6 {
    background-color: transparent;
    float: left;
    width: auto;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0;
    margin-right: 15px;
    height: auto !important;
}

.dw_filtered_result .dw-filter-col-6 ul {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.dw_filtered_result .dw-filter-col-6 ul>li:not(.dw_filter_title) {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    margin: 0 4px 5px;
    border-radius: 30px;
    background: #EFEFEF;
    border: 1px solid #DADADA;
    color: #000;
}
.dw_filtered_result .dw-filter-col-6 ul>li.dw_filter_title {
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    color: var(--grey-color-tone-ten);
}

.dw_model_col, .dw_color_col, .dw_locked_col {
    margin-left: 1%;
}
.devices-filter-container .total-products {
    float: right;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0;
}
.devices-filter-container .products-export {
    font-size: 15px;
    padding: 7px 11px 7px 30px;
    border-radius: 30px;
    background-image: url(../images/sprites/cart-button-sprites.png?ver=1.0);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 16px -98px;
    display: inline-block;
    height: 38px;
    line-height: 20px;
    min-width: 200px;
    text-align: center;
}
.responsive-devices-filter .products-export {
    float: right;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
    border-radius: 3px;
    background-image: url(../images/sprites/cart-button-sprites.png?ver=1.0);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 9px -112px;
    text-indent: -999px;
    height: 32px;
    min-width: 40px;
}
/*-- Filtered Section Over --*/

.pg_section .limiter {
    float: right;
    margin: 6px 9px 0px;
    position: relative;
}
.pg_section .pager .limiter label {
    padding: 5px 15px 0 0;
    line-height: normal !important;
}
.pg_section .limiter select {
    float: left;
    width: 60px;
    height: 31px;
    border-radius: 2px;
    color: var(--grey-color-tone-three);
    font-size: 14px;
    line-height: 23px;
}
.divice-add-to-cart-pr .message h3+br {
    display: none;
}
.divice-add-to-cart-pr ul {
    padding: 10px 5px 0;
}
.divice-add-to-cart-pr ul>li {
    background-image: url(../images/icon_ok.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
    font-weight: 500;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
}
.device-table table.dataTable thead th{
    padding: 10px 8px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}
.price-slider-div {
    float: right;
    width: 238px;
    margin-top: 4px;
}
.ui-slider-horizontal {
    height: 0.9em;
}
.price-slider-div .ui-widget-header {
    border-radius: 34px !important;
}
.price-slider-div .ui-widget.ui-widget-content {
    border-radius: 34px !important;
    background-color: var(--grey-color-tone-three);
    height: 17px;
}
.price-slider-div .ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    top: -5px !important;
    background-color: var(--white-color) !important;
    cursor: pointer;
}
.device-table table tbody td .outofstock-div .validation-advice {
    position: absolute;
    font-size: 9px;
    margin: 0 0 1px;
    left: -2px;
    letter-spacing: -0.3px;
}
.price-slider-div .ui-slider .ui-slider-handle em {
    position: absolute;
    top: -23px;
    background-color: var(--grey-color-tone-three);
    color: var(--white-color);
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
    line-height: 16px;
    border-radius: 9px;
    padding: 0 5px;
    margin-left: -1px;
}
.price-slider-div .ui-slider .ui-slider-handle em:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--grey-color-tone-three);
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -3px;
    transform: rotate(45deg);
    z-index: -1;
}
.responsive-devices-filter {
    display: none;
}
.fiter-responsive {
    display: none;
}
/*-- IN TRANSIT WAREHOUSE DESIGN ---*/

.devices-filter-container .wh-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 22px;
}
.dWmargin_view .d-link {
    height: 46px;
}
.dWmargin_view {
    border-radius: 5px;
    overflow: hidden;
}
.dWmargin_view .d-link .device_margin {
    border: 1px solid var(--grey-color-tone-five);
    height: 35px;
    border-radius: 5px 0px 0px 5px;
    width: 70px;
    padding: 5px 10px;
}
.dWmargin_view .d-link strong {
    line-height: 44px;
    padding: 0 14px;
    font-weight: 600;
}
.dw-marginset {
    padding: 5px;
    min-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: -6px;
    border-radius: 0px 5px 5px 0px;
    min-width: 50px;
    cursor: pointer;
}
.dw-marginunset {
    padding: 5px;
    height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 5px;
    width: 76px;
    cursor: pointer;
    background-color: var(--grey-color-tone-one);
    border: none;
    color: var(--white-color);
}
span.dw_fprice {
    font-size: 18px;
}
.dwborder-radius-lft {
    padding-right: 15px;
}
/*--Qty Responsive Popups--*/

.mob_qty {
    background: linear-gradient(var(--grey-color-tone-eight), var(--grey-color-tone-six));
    min-width: 110px;
    height: 35px;
    border: 1px solid var(--grey-color-tone-five);
    border-radius: 4px;
    color: var(--dark-color);
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px;
    font-weight: 600;
    box-shadow: 0px 0px 1px var(--grey-color-tone-nine);
    cursor: pointer;
}
.mob_qty>.mob_arrow {
    min-width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--dark-color);
    display: block;
    border-left: 2px solid var(--dark-color);
    transform: rotate(-45deg);
    float: right;
    position: relative;
    top: 5px;
    right: 2px;
}
.conform-bx.confirm-qtybxpop .conform-bx-inner {
    background: var(--white-color) none repeat scroll 0 0;
    border: 2px solid var(--white-color);
    padding: 15px;
    color: var(--dark-color);
    width: 96%;
    max-width: 700px;
    font-size: 17px;
    margin: 10% auto;
    display: table;
    -webkit-animation: popanimation .3s;
    overflow: hidden;
    border-radius: 26px;
}
.std ul.qty-selection {
    padding-left: 0;
    overflow-y: auto;
    max-height: 360px;
}
.qty-selection>li {
    font-size: 16px;
    color: var(--grey-color-tone-two);
    font-weight: 500;
    border-bottom: 1px solid var(--grey-color-tone-six);
    padding: 10px;
    touch-action: manipulation;
}
.conform-bx.confirm-qtybxpop .conform-bx-inner .message {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    max-height: initial;
}
.conform-bx.confirm-qtybxpop .conform-bx-inner .message .qtypop-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid var(--dark-black-color-three);
    font-size: 20px;
    font-weight: 600;
    line-height: 23.06px;
    color: var(--dark-color);
}
.qty-selection>li.qty-selected {
    border-left: 5px solid var(--error-color);
    color: var(--error-color);
}
.qty-selection>li:hover {
    border-left: 5px solid var(--error-color);
    color: var(--error-color);
}
.message .qtypop-header .Qclose {
    line-height: 18px;
    font-weight: 300;
    background: transparent;
    color: var(--tooltip-color);
    margin-left: auto;
    font-size: 30px;
}
/*--*/

.d-link.show-only-lock-device.show-only-lock-device {
    margin: 10px 0px 0;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.dw-classic-qty .dw-minus {
    float: left;
}
.dw-classic-qty .dw-plus {
    float: right;
}
/*-- Grade Page Color Combination Start --*/

.grade_listing ul li.gr_list h5.gr_title {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 20px;
}
.grade_listing ul li.gr_list .gr_details h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}
.grade_listing ul li.gr_list .gr_details ul li {
    font-weight: 400;
}
.grade_listing ul li.gr_list .gr_details ul li:after {
    background-color: var(--primary-color);
    top: 5px;
}
.grade_listing ul li.gr_list .gr_images {
    border: 2px solid var(--primary-color);
}
.grade_banner .grading_banner_text a.grading_buttons {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 2px solid var(--primary-color);
}

.dw-suggest-header .dw-banner-content h2 {
    color: var(--primary-color);
}
.dw-suggest-header .dw-banner-content h2 span {
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: 1px -80px;
    background-size: 48px;
    position: relative;
    top: 2px;
}
.dw-flex-ul .dw-prbox .product-box li .fprice-ico .price, .dw-flex-ul .dw-prbox .product-box li .fprice-ico .mfipricedisplay {
    float: none;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 18px;
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    background-position: 0px -54px;
    padding-left: 20px;
    display: inline-block;
    background-size: 34px;
    background-repeat: no-repeat;
}
.dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges {
    background-color: var(--primary-color);
    max-width: 115px;
    margin: 10px auto;
    font-size: 60px;
    min-height: 130px;
    font-weight: 800;
    color: var(--white-color);
    border-radius: 16px;
    position: relative;
    line-height: 68px;
    padding: 16px 0px;
    text-align: left;
    display: flex;
    align-items: center;
}
.dw-suggest-section .dw-flex-ul .dwgot-box p>strong {
    color: var(--primary-color);
}
.dw-suggest-section .dw-flex-ul .dw-offerbox .dwoff-eachline span:not(.dlp-icon) {
    background-color: var(--primary-color);
}
.dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn.gtmorebx {
    background-color: var(--primary-color);
    border-color: var(--error-color);
    left: calc(50% - 79.5px);
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link .marrow-link {
    background-image: url(../images/devicepopup/sprites.png?ver=1.0);
    background-size: 50px;
    background-position: 0px -274px;
    background-repeat: no-repeat;
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link.blue-footer-link .marrow-link {
    background-position: 0px -367px;
}
.dw_suggest_wrap .dw-suggest-footer .dw-cartbtn {
    background-color: var(--default-color);
    border: 1px solid var(--default-color);
    color: var(--white-color);
}
.dw_suggest_wrap .dw-suggest-footer .dw-checkbtn {
    background-color: var(--primary-color);
    border: 1px solid var(--error-color);
    color: var(--white-color);
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link strong {
    color: var(--primary-color);
}
.dw_suggest_wrap .dw-suggest-footer .dw-footer-link.blue-footer-link strong {
    color: var(--default-color);
}
.dw-flex-ul .dw-prbox .product-box>li .display_mfiqty {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 48px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: calc(50% - 24px);
    top: 10px;
    z-index: 11;
    overflow: hidden;
    padding: 0 3px;
    letter-spacing: 1px;
}
.dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges>small {
    min-width: 90px;
    float: left;
    font-size: 45px;
    text-align: center;
}
.box-title.swap-dashboard a.swap-buttons.swblue-button {
    background-color: var(--default-color);
    border-color: var(--default-color);
}

.filter-section {
    margin-bottom: 30px;
}

.filter-group {
    margin-bottom: 15px;
}
.device-filter-inner {
    width: 100%;
    display: flex;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.device-filter-inner .select-container {
    width: auto;
    margin: 0 12px 0px 0;
    padding: 0;
    float: left;
    position: relative;
    max-width: 210px;
}
.dWdropdown_view .select-container{
    width: auto;
    margin: 0 0 0px 0;
    padding: 0;
    float: left;
    position: relative;
    max-width: 210px;
}

/* Enhanced dropdown styling */
.device-filter-inner .dropdown, .dWdropdown_view .dropdown {
    position: relative;
    width: 100%;
    max-width: 200px;
}

.device-filter-inner .dropdown-button, .dWdropdown_view .dropdown-button {
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 8px;
    padding: 12px 12px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    text-align: left;
    border: 1px solid #DADADA;
    min-width: 190px;
}

.device-filter-inner .dropdown-button:hover, .dWdropdown_view .dropdown-button:hover {
    background-color: #f5f5f5;
}


.device-filter-inner .dropdown-text, .dWdropdown_view .dropdown-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

.device-filter-inner .dropdown-arrow, .dWdropdown_view .dropdown-arrow {
    background-image: url(../images/dropdown-arrow.svg);
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    background-size: 14px auto;
    margin-left: 10px;
}
.device-filter-inner .dropdown-arrow.open , .dWdropdown_view .dropdown-arrow.open {
    transform: rotate(180deg);
    top: -1px;
}

.device-filter-inner .dropdown-menu, .dWdropdown_view .dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    max-height: 300px;
    overflow-y: auto;
    border-bottom: 1px solid #DADADA;
}

.device-filter-inner .dropdown-menu.open, .dWdropdown_view .dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.device-filter-inner .search-container {
    padding: 8px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.device-filter-inner .search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.device-filter-inner .search-input:focus {
    outline: none;
    border-color: #007bff;
}

.device-filter-inner .dropdown-option, .dWdropdown_view .dropdown-option {
    padding: 12px 12px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
    position: relative;
    border-bottom: 1px solid #DADADA;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
}
.device-filter-inner .checkmark, .dWdropdown_view .checkmark {
    background-image: url(../images/selected-icon.svg);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 90%;
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.device-filter-inner .hidden, .dWdropdown_view .hidden {
    display: none;
}

.device-filter-inner .no-results, .dWdropdown_view .no-results {
    padding: 12px 16px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-style: italic;
}
.device-filter-inner .dropdown-menu.price-range-panel {
    padding: 10px 12px;
}
.device-filter-inner .price-range-panel .price-inputs {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.device-filter-inner .price-range-panel .price-inputs .price-input-group {
    position: relative;
}
.device-filter-inner .price-range-panel .price-inputs .price-input-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #797979;
    margin: 0 0 5px 0;
    display: block;
}
.device-filter-inner .price-range-panel .price-inputs .currency-symbol {
    position: absolute;
    left: 10px;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
}
.device-filter-inner .price-range-panel .price-inputs input {
    max-width: 70px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    height: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    padding: 4px 10px 4px 18px;
}
.device-filter-inner .price-range-panel .price-inputs .price-separator {
    width: 30px;
    text-align: center;
    position: relative;
    top: 9px;
}
.device-filter-inner .price-range-panel .ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    height: 2px;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0;
    background: #DEDEDE;
    max-width: 160px;
}
.ui-widget-header {
    background: #000000 !important;
}
.device-filter-inner .price-range-panel .ui-widget.ui-widget-content .ui-slider-handle {
    width: 14px;
    height: 14px;
    font-size: 0 !important;
    border-radius: 50% !important;
    border: 1px solid #161617;
    top: -6px;
    background-color: #fff !important;
}




/*-- Grade Page Color Combination Over --*/
.device-table.dw-cpobadge table.dataTable tbody tr>td:last-child {
    background-color: var(--grey-color-tone-six);
    border-top-color: var(--grey-color-tone-six);
}
.dWflex-deviceblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    width: 100%;
}
@media screen and (max-width:1200px) {
    .peview-buttons {
        display: none;
    }
    #deviceproducts_wrapper {
        overflow-x: auto;
    }
    .devices-filter-container {
        width: 98%;
    }
    a.dw-reset-filters {
        margin-bottom: 10px;
    }
    .device-filter-form ul .show-only-instock {
        width: 206px;
    }
    .device-filter-form ul .lowest-price {
        width: 192px
    }
    .device-filter-form ul .highest-price {
        width: 185px;
    }
    .grade_banner .grading_banner_text {
        margin: 0 auto;
        background-color: rgba(74, 74, 74, 0.6784313725490196);
        width: 600px;
        padding: 1%;
        float: none;
    }
    .grade_listing ul li.gr_list {
        min-height: 440px;
    }
    .grade_aboutus .grader_ab_images {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .grade_aboutus .grader_ab_images img.ds_ab_model {
        margin-left: 40px;
    }
    .grade_aboutus .ds_paragraph-text {
        padding: 0 20px;
        width: 100%;
    }
    .grade_aboutus .ds_paragraph-text p {
        margin-top: 2%;
    }
}
@media screen and (max-width:1024px){
    .dw_suggest_wrap .dw-suggest-header {
        padding: 1rem 30px 0
    }
    .dw-suggest-header>img {
        max-width: 240px;
    }
    .dw-suggest-header .dw-banner-content {
        padding: 1rem 10px 0 30px;
    }
    .filter-section .device-filter-form ul .d-link>a{
        margin-right: 0;
        padding: 10px 15px;
    }
}
@media screen and (max-width:992px) {
    .peview-buttons {
        display: none;
    }
    .responsive-devices-filter {
        display: block;
        margin-bottom: 10px;
    }
    .devices-filter-container {
        display: none;
    }
    .responsive-devices-filter.device-table table.dataTable thead th:first-child {
        width: 58%;
    }
    .responsive-devices-filter .responsive-btn-cart {
        width: 100%;
        min-height: 20px;
        background: url(../images/sprites/mobilesentrix.png) no-repeat;
        background-position: center -510px;
        background-size: 36px;
        border-radius: 4px;
        position: relative;
        z-index: 9;
        background-color: var(--dark-color);
    }
    .responsive-devices-filter .responsive-btn-cart.notify-btn {
        background-position: center -1441px;
    }
    .device-table table.dataTable thead th:last-child {
        width: 15% !important;
    }
    .responsive-devices-filter .device-table table.dataTable tbody tr>td:first-child {
        background-color: var(--grey-color-tone-one);
    }
    .responsive-devices-filter .device-table table.dataTable tbody tr td {
        color: var(--primary-color);
    }
    .responsive-devices-filter .sub-row {
        background-color: var(--grey-color-tone-eight);
        color: var(--grey-color-tone-ten);
        margin-bottom: 3px;
    }
    .main-row {
        background-color: var(--primary-color);
        color: var(--white-color);
        font-size: 16px;
        font-weight: 500;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .main-row, .sub-row {
        width: 100%;
        float: left;
    }
    .head-row, .child-row {
        display: block;
        float: left;
        padding: 10px;
        border-left: 1px solid var(--white-color);
    }
    .sub-row-1 {
        padding: 10px 7px;
    }
    .row-1, .sub-row-1 {
        width: 63%;
        cursor: pointer;
    }
    .responsive-devices-filter .child-row.sub-row-1 {
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .row-2, .sub-row-2 {
        width: 25%;
        text-align: center;
    }
    .sub-row-2 {
        color: var(--primary-color);
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
    }
    .no-button {
        margin-bottom: 3px;
        width: 100%;
        float: left;
        padding: 5px;
        border: 1px solid var(--grey-color-tone-seven);
        margin-top: -3px;
        border-top: transparent;
    }
    .no-button .table {
        display: table;
        width: 100%;
        border-bottom: transparent;
        border-top: transparent;
    }
    .no-button .table.qty-table tr:first-child {
        background-color: var(--white-color);
    }
    .no-button .table tr td {
        padding: 5px;
        font-size: 13px;
        vertical-align: middle;
        display: inline-block;
    }
    .no-button .available-pcs span {
        background-color: var(--white-color);
        color: var(--grey-color-tone-ten);
        padding: 2px 12px;
        border-radius: 6px;
        margin-top: 0;
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        border: 1px solid var(--grey-color-tone-seven);
        text-align: center;
    }
    .no-button .available-pcs span:before {
        content: none;
    }
    .no-button .dw-classic-qty, .no-button button.responsive-btn-cart {
        display: block;
        float: left;
    }
    .no-button button.responsive-btn-cart {
        margin-left: 10px;
        height: 35px;
        width: 54px;
        background-position: 10px -505px;
    }
    .top-filter {
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }
    .filter-total-products {
        color: var(--default-color);
        font-size: 19px;
        font-weight: 600;
        display: block;
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }
    .filter-icon {
        color: var(--white-color);
        width: 37px;
        height: 32px;
        background: var(--primary-color) url(../images/filter-view-ic.png) no-repeat;
        border-radius: 4px;
        display: block;
        background-position: center;
        float: right;
        margin-right: 6px;
        cursor: pointer;
    }
    .fiter-responsive {
        display: block;
        margin-top: 10px;
    }
    .filter-section {
        z-index: 99999;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .filter-popup {
        width: 95%;
        float: left;
        background: var(--white-color);
        margin-left: 5%;
        margin-bottom: 0;
        height: 100%;
    }
    .filter-header {
        background-color: var(--grey-color-tone-eight);
        padding: 15px;
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.10);
    }
    .filter-header span a {
        float: right;
        text-decoration: underline;
        font-size: 15px;
        color: var(--default-color);
        line-height: 21px;
    }
    .filter-header span a.done-btn {
        text-decoration: inherit;
        font-size: 18px;
        color: var(--default-color);
    }
    .inner-select-option ul li label {
        background: url(../images/sprites/filter-arrow-sprite.png) no-repeat;
        height: 29px;
        width: 100%;
        position: relative;
        /* background-position: 8px -48px; */
        background-position: center right;
        z-index: 9999;
        display: block;
        float: none;
        right: 0;
        top: 5px;
        cursor: pointer;
    }
    .inner-select-option ul li .select {
        /* background-position: -30px -48px;*/
        background: url(../images/checked-box.png) no-repeat;
        background-position: center right;
    }
    .filter-header h3 {
        font-size: 18px;
        color: var(--grey-color-tone-ten);
        font-weight: 500;
    }
    .filter-section .device-filter-form, .inner-select-option {
        padding: 10px;
        margin-top: 5px;
        position: relative;
    }
    .inner-select-option input {
        border-radius: 5px;
        margin-bottom: 8px;
        padding-left: 40px;
    }
    .filter-section .device-filter-form ul .device-price-range {
        width: 100%;
        border-radius: 5px;
        margin-top: 8px;
    }
    .filter-section .device-filter-form ul .show-only-instock-mobile {
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }
    .filter-section .device-filter-form ul .lowest-price, .device-filter-form ul .highest-price {
        display: block;
        float: left;
        width: 49%;
        border-radius: 4px;
    }
    .filter-section .device-filter-form ul .lowest-price {
        margin-right: 2%;
    }
    .filter-section .device-filter-form ul .d-link>a {
        border-radius: 5px;
    }
    .filter-section .device-filter-form>ul {
        margin: 0;
        width: 100%;
    }
    .filter-section .device-filter-form ul .show-only-instock-mobile a {
        background-color: var(--grey-color-tone-two);
    }
    .filter-section .device-filter-form ul .highest-price a.active {
        background-color: var(--grey-color-tone-three);
    }
    .filter-section .device-filter-form ul .highest-price a {
        color: var(--white-color);
    }
    ul.filter-options {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .inner-select-option ul {
        padding: 0;
        max-height: 380px;
        overflow: scroll;
        padding-bottom: 50px;
    }
    ul.filter-options li {
        border-bottom: 1px solid var(--grey-color-tone-seven);
    }
    ul.filter-options li a, .inner-select-option ul li a {
        padding: 10px 5px;
        font-size: 16px;
        position: relative;
        display: block;
    }
    .fiter-responsive ul.filter-options li ul {
        padding: 0;
        margin-top: 0;
    }
    ul.filter-options li ul li {
        border: 1px dotted var(--grey-color-tone-ten);
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        padding: 0 5px;
        width: auto;
        margin-right: 8px;
        border-radius: 4px;
        background-color: var(--white-color);
        margin-bottom: 7px;
    }
    ul.filter-options li ul li .dfilter-close {
        color: var(--primary-color);
        border: 0;
        background-color: transparent;
        font-size: 27px;
        font-weight: 300;
        vertical-align: -3px;
        line-height: 20px;
        cursor: pointer;
        padding: 0;
        padding-left: 5px;
        display: none;
    }
    .inner-select-option ul li {
        border: transparent;
        padding: 7px 5px;
        position: relative;
    }
    ul.filter-options>li a:after {
        content: "";
        background: url(../images/sprites/filter-arrow-sprite.png) 0 -20px no-repeat;
        height: 20px;
        width: 15px;
        position: absolute;
        right: 10px;
        top: 12px;
        cursor: pointer;
    }
    ul.filter-options li a {
        color: var(--grey-color-tone-ten);
        width: 100%
    }
    .back-arrow {
        padding: 0;
        margin: 4px 0 0 0;
        line-height: 18px;
        font-weight: 300;
        background: transparent;
        color: var(--tooltip-color);
        font-size: 30px;
        display: inline-block;
    }
    .filter-select-option {
        display: none;
    }
    .inner-select-option .search-btn {
        background: url(../images/sprites/filter-arrow-sprite.png) no-repeat;
        background-position: 8px -84px;
        width: 50px;
        height: 37px;
        position: absolute;
        left: 17px;
    }
    .responsive-devices-filter .dw-minus span {
        font-size: 41px;
        margin-top: 0;
        height: 10px;
        line-height: 0;
    }
    .apply-btn {
        background-color: var(--primary-color);
        border: transparent;
        padding: 9px 4px;
        color: var(--white-color);
        font-weight: 500;
        font-size: 18px;
        cursor: pointer;
        width: 130px;
        float: right;
        margin: 6px 0;
    }
    .fiter-responsive .price-slider-div {
        float: right;
        width: 80%;
    }

    .no-button table tr td>span {
        padding: 3px 10px;
        border-radius: 4px;
        position: relative;
        border: 1px dotted var(--grey-color-tone-three);
        border-bottom: 2px solid var(--primary-color);
        background-color: rgba(242, 242, 242, 0.47);
        font-size: 11px;
    }
    .no-button table tr td>span:before {
        content: "";
        background: var(--grey-color-tone-three)555;
        width: 5px;
        height: 5px;
        border-radius: 10px;
        position: absolute;
        left: -3px;
        top: 7px;
    }
    .fiter-responsive .dw-classic-qty .dw-plus, .fiter-responsive .dw-classic-qty .dw-minus {
        font-size: 38px;
        height: 35px;
    }
    .fiter-responsive .dw-classic-qty input.dw-classic-qty {
        height: 35px;
    }
    .sub-row-3 {
        width: 12%;
        background-color: var(--dark-color);
    }
    .bottom-btn {
        width: 95%;
        background: var(--white-color);
        box-shadow: 0 0 7px var(--grey-color-tone-nine);
        padding: 0 10px;
        position: fixed;
        bottom: 0;
        right: 0px;
        margin-left: 5%;
    }
    .bottom-btn span, .apply-btn {
        display: inline-block;
    }
    .no-product, .dw-filter-no-data, .dw-filter-no-data td {
        text-align: center;
        padding: 5px;
        width: 100%;
        float: left;
    }
    .ui-slider-handle:last-of-type {
        z-index: 99;
    }
    .bottom-btn span {
        float: left;
        width: 50%;
        line-height: 47px;
        padding: 0 10px;
        font-size: 15px;
    }
    .lazy-loader {
        background: url(../images/opc-ajax-loader.gif) no-repeat;
        position: relative;
        width: 100%;
        height: 45px;
        background-position: center center;
        margin: 0 auto;
        display: inline-block;
        clear: both;
        margin-bottom: 10px;
    }
    ul.filter-options>li:last-child {
        border-bottom: transparent;
    }
    .device-classic-view {
        padding-top: 25px;
    }
    .filter-options .selected-option {
        font-size: 13px;
        padding-left: 5px;
        color: var(--default-color);
        margin-top: -7px;
    }
    .responsive-devices-filter table tbody td .outofstock-div input.input-text {
        padding-right: 30px;
    }
}
@media screen and (max-width:1200px){
    .device-filter-inner .select-container{
        margin: 0 12px 15px 0;
    }
    .devices-filter-container .total-products{
        margin-top: -11px;
    }
}
@media screen and (max-width:980px){
    .responsive-devices-filter table tbody td .outofstock-div button.btn-cart {
        top: 2px;
        height: 31px;
    }
}
@media screen and (max-width:768px){
    .grade_aboutus .grader_ab_images img.ds_ab_model {
        display: none;
    }
    .grade_banner .grading_banner_text {
        width: 100%;
    }
    .grade_banner {
        min-height: 0;
    }
    .threeplus-point-container {
        margin: 0 0 12%;
    }
    .threeplus-point-container:after {
        background-size: contain;
        width: 80%;
        background-repeat: no-repeat;
        margin-left: -40%;
    }
    .grade_listing ul li.gr_list {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 20px;
    }
    .threeplus-point-container h5 {
        font-size: 40px;
        line-height: 40px;
    }
    .threeplus-point-container h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .threeplus-point-container {
        min-height: 290px;
    }
    .dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn.dw-addisabeld {
        z-index: 1;
    }
    .dw-flex-ul .dw-prbox .product-box>li {
        flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        width: 40%;
        padding: 10px;
    }
    .dw-flex-ul .dw-prbox .product-box {
        margin: 0 0 20px;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges>small {
        min-width: inherit;
        float: none;
        display: inline-block;
        margin-right: 10px;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges>span:last-child {
        margin-left: 10px;
    }
    .dw-suggest-header>img {
        display: none;
    }
    .dw-suggest-header .dw-banner-content {
        margin-top: 0;
        width: 100%;
        padding: 10px 0 20px;
    }
    .dw-suggest-section .dw-flex-ul .dw-offerbox .dwoff-eachline span.dlp-icon {
        margin-left: 4px;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box {
        width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges {
        line-height: normal;
        text-align: center;
        border-radius: 6px;
        margin: 5px auto;
        min-height: auto;
        padding: 0 15px;
        display: inline-flex;
        max-width: inherit;
        justify-content: center;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box .dw-badges>span {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        position: inherit;
        right: inherit;
        top: inherit;
        text-align: left;
        display: inline-block;
    }
    .dw_suggest_wrap .dw-suggest-footer .dw-footer-link{
        max-width: 50%;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box>span {
        font-weight: 600;
        text-transform: uppercase;
        display: block;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box p br {
        display: none;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box p {
        font-size: 20px;
        text-transform: uppercase;
    }
    .dw-suggest-section .dw-flex-ul .dw-offerbox {
        flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        max-width: 30%;
        width: 100%;
    }
    .dw-suggest-section .dw-flex-ul .dw-prbox {
        flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        max-width: 70%;
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    .row-1, .sub-row-1 {
        width: 49%;
    }
    .responsive-devices-filter .responsive-btn-cart {
        background-position: center -510px;
    }
    .filter-section ul.filter-options {
        height: 360px;
        overflow: auto;
    }
    .row-2, .sub-row-2 {
        width: 32%;
    }
    .sub-row-2.child-row {
        font-size: 13px;
        white-space: nowrap;
    }
    .dw-flex-ul .dw-prbox .product-box>li {
        flex: 0 0 48%;
        -webkit-flex: 0 0 48%;
        width: 48%;
    }
    .dw_suggest_wrap .dw-suggest-footer .dw-footer-link {
        max-width: 100%;
        margin: 10px 0;
    }
    .dw_suggest_wrap .dw-suggest-footer {
        padding: 15px 10px;
        text-align: center;
    }
    .dw_suggest_wrap .dw-suggest-footer button {
        float: none;
    }
    .dw-suggest-section .dw-flex-ul .dw-offerbox {
        display: none;
    }
    .dw-suggest-section .dw-flex-ul .dw-prbox {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .dw_suggest_wrap .dw-suggest-section {
        width: 99.5%;
        max-height: 360px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn,
    .dw-suggest-section .dw-flex-ul .dw-prbox .dw-addtocart-btn.gtmorebx{
        left: calc(50% - 85px);
    }
    .dw_suggest_wrap .dw-suggest-footer .dw-checkbtn, .dw_suggest_wrap .dw-suggest-footer .dw-cartbtn{
        width: 100%;
    }
    .dw_suggest_wrap .dw-suggest-footer .dw-checkbtn{
        margin: 0 0 10px;
    }
    .dw_suggest_wrap .dw-suggest-footer button+button{
        margin-right: 0;
    }
    .dw-suggest-section .dw-flex-ul .dwgot-box p {
        font-size: 15px;
    }
    .dw-suggest-header .dw-banner-content h2 {
        font-size: 20px;
        letter-spacing: normal;
    }
    .dw-suggest-header .dw-banner-content h3 {
        font-size: 24px;
        line-height: normal;
    }
    .dw-suggest-header .dw-banner-content h5 {
        font-size: 14px;
    }
    .dw-suggest-section .dw-offerbox.no-display {
        display: block;
        margin-top: 37px;
        background-color: var(--grey-color-tone-six);
        padding: 10px 0;
    }
    .dw-suggest-section .dw-offerbox.no-display h4, .dw-suggest-section .dw-offerbox.no-display .price {
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 800;
    }
    .dw-suggest-section .dw-offerbox.no-display .price {
        float: none;
        color: var(--dark-color);
    }
    .dw-suggest-section .dw-offerbox.no-display .dwoff-eachline {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 3px;
        display: inline-block;
        vertical-align: super;
        position: relative;
        top: 4px;
    }
    .row-3, .sub-row-3 {
        width: 19%;
    }
}
@media screen and (max-width:480px){
    .grade_listing ul li.gr_list .gr_details {
        width: 100%;
    }
    .grade_listing ul li.gr_list .gr_images {
        width: 100%;
    }
    .threeplus-point-container:after {
        display: none;
    }
    .grade_listing ul li.gr_list .gr_images {
        margin: 0 0 20px;
    }
    .grade_listing ul li.gr_list h5.gr_title {
        padding: 10px 0px;
        line-height: 30px;
    }
}
@media screen and (max-width:420px){
    .head-row, .child-row {
        font-size: 12px;
    }
}
@media screen and (max-width:360px) {
    .no-button button.responsive-btn-cart {
        margin-left: 6px;
    }
    .responsive-devices-filter .child-row.sub-row-1 {
        font-size: 12px;
    }
    .sub-row-2.child-row {
        font-size: 12px;
    }
    .sub-row-3 {
        padding: 10px 0;
    }
}
@media screen and (max-width:320px) {
    .responsive-devices-filter .responsive-btn-cart {
        width: 43px;
        background-position: 7px -510px;
    }
    .no-button .available-pcs span {
        padding: 2px 4px;
        font-size: 11px;
    }
}
