.container table tr td {
    vertical-align: middle;
    border: none;
}

.sell-checkout .row {
    justify-content: space-between;
    --bs-gutter-x: 0rem;
}

.furdetails ul li:before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    left: -10px;
    background: #000;
    top: 40%;
    border-radius: 100%;
}

.furdetails ul li {
    position: relative;
    justify-content: left !important;
}

.price-ipu {
    text-align: center;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.pm-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pm-btn i {
    font-size: 10px;
}

.value-button:hover {
    cursor: pointer;
}

.product-info-section{
    padding-left: 40px;
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.update-btns {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.update-btns a {
    padding: 15px 20px;
    background: navy;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    margin-left: 20px;
}

.prd-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-right: 10px;
    height: 426px;
    padding: 5px 10px;
    border: 1.5px solid rgba(225, 230, 239, 1);
    border-radius: 7px;
    position: relative;
}

.prd-info img {
    width: 100%;
    max-width: 416px;
    height: 301px;
    object-fit: contain;
}




.prd-details ul li {
    list-style-type: none;
    padding: 15px 20px;
    cursor: pointer;
    border-top: 0px;
    border: 2px solid rgba(22, 163, 74, 0.2);
    border-radius: 7px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    height: 60px;
}

.prd-details ul li:hover {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}

.prdt_detail {
    display: none;
}

.prdt_detail .top_tradindeals {
    padding: 17px;
    background-color: rgba(255, 254, 215, 1);
    text-align: center;
}

.prdt_detail .top_tradindeals h2 {
    font-family: "Poppins";
    font-weight: 700 !important;
    color: rgba(35, 35, 35, 1);
    font-size: 20px;
    margin: 0px;
    padding-bottom: 10px !important;
}

.prdt_detail .top_tradindeals h2 span {
    color: rgba(22, 163, 74, 1);
    font-family: "Poppins";
    font-weight: 700 !important;
    font-size: 20px;
}

.prdt_detail .top_tradindeals p span {
    color: rgba(22, 163, 74, 1);
    font-family: "Poppins";
    font-weight: 700 !important;
    padding: 0px;
}

.prdt_detail .top_tradindeals p {
    font-family: "Poppins";
    font-weight: 600;
    color: rgba(35, 35, 35, 1);
    font-size: 16px;
    margin: 0px;
}

.prd-details input {
    height: 18px;
    width: 18px;
    margin: 5px 20px;
}

.prd-details .btn {
    font-weight: bold;
}

.furdetails {
    width: 100%;
    padding: 0px !important;
    border-radius: 5px;
}

.prd-details .seltab .furdetails p {
    font-size: 16px;
    font-weight: 500 !important;
    color: #1F2125 !important;
    padding-left: 0px;
    text-align: center;
}

.furdetails ul {
    border: none !important;
}

.furdetails ul li {
    font-size: 16px;
    font-weight: 300 !important;
    margin-left: 10px;
    border: none !important;
    padding: 0 0 0 10px !important;
    line-height: 2;
    color: #000;
    font-family: "Poppins";
    height: initial !important;
}

/* .bottom_body_gadgets .wrapper_gad{
} */
.bottom_body_gadgets .wrapper_gad .top_row {
    display: flex;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    margin-top: 27px;
    align-items: center;
    position: relative;
}

.bottom_body_gadgets .wrapper_gad .top_row .gad_img,
.bottom_body_gadgets .wrapper_gad .top_row .reviews_gad,
.bottom_body_gadgets .wrapper_gad .top_row .verified_gad {
    width: 22%;
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
    padding-block: 27px;
    padding-inline: 17px;
}

.bottom_body_gadgets .wrapper_gad .top_row .reviews_gad,
.bottom_body_gadgets .wrapper_gad .top_row .gad_img {
    min-height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_body_gadgets {
    margin-bottom: 20px;
}

.bottom_body_gadgets .reviews_totl span {
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: "Poppins";
    color: rgba(29, 36, 51, 1) !important;
}

.bottom_body_gadgets .verified_gad span {
    color: rgba(153, 153, 153, 1);
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: "Poppins";
    padding-left: 10px;
}

.bottom_body_gadgets .wrapper_gad .top_row .gad_img img {
    max-width: 100%;
}

.bottom_body_gadgets .pay_sell {
    width: 34%;
    padding-inline: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_body_gadgets .pay_sell .sell-btn button {
    background: #16A34A;
    border: 0;
    border-radius: 40px;
    width: 100%;
    max-width: 153px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px !important;
    position: relative;
}

.bottom_body_gadgets .pay_sell .sell-btn {
    width: 48%;
}

.bottom_body_gadgets .pay_sell .sell-btn a {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-left: -15px;
}

.bottom_body_gadgets .pay_sell .sell-btn img {
    position: absolute;
    top: 12px;
    right: 10px
}

.bottom_body_gadgets .pay_sell .fast_pay_pr {
    display: flex;
    flex-direction: column;
}

.bottom_body_gadgets .pay_sell .fast_pay_pr>div {
    color: rgba(238, 118, 8, 1);
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins";
}

.bottom_body_gadgets .pay_sell .fast_pay_pr p,
.bottom_body_gadgets .pay_sell .fast_pay_pr p strong {
    color: rgba(29, 36, 51, 1);
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
}

.bottom_body_gadgets .bottom_payment {
    width: 260px;
    border-radius: 0px 20px 0px 20px;
    background: rgba(228, 242, 233, 1);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.bottom_body_gadgets .bottom_payment p {
    margin: 0px !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding-left: 20px;
}

.bottom_body_gadgets .bottom_payment p span {
    padding: 0px;
    font-weight: 700;
    color: rgba(22, 163, 74, 1);
}



.prd-details.device_quest2 ul li:hover h1 {
    color: rgba(0, 0, 0, 1) !important;
}

.prd-details ul li:first-child:hover {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}

.prd-details.device_quest2 ul li:first-child:hover {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}



.prd-details ul li:last-child:hover {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}

.prd-details.device_quest2 ul li:last-child:hover h1 {
    color: rgba(0, 0, 0, 1) !important;
}

.prd-details.device_quest2 ul li:last-child:hover {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}

.furdetails ul li:hover {
    background: none !important;
    cursor: text !important;
}

.final {
    padding: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selinfo h4 {
    color: #161617;
    color: #161617;
    overflow: hidden;
}

.selinfo p {
    color: #606060;
}

.selinfo div {

    background: unset;
    /* padding: 20px; */
    border-radius: 0px;
    /* width: 240px;
    margin: 10px; */
}

.btn-che {
    padding: 11px 30px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #161617;
    margin-right: 20px;
}

.sell {
    background: #161617 !important;
    color: #ffffff !important;
}



@media all and (min-width: 768px) {


    body .final.sell-checkout-button {
        padding-top: 20px;
        gap: 6px;
    }

    .sell-checkout .row .col-md-12 {
        display: flex;
    }

    .product-page.faq_wrapper .col-md-6 {
        margin-top: 0 !important;
    }
}

/*.prd-details-outer {*/
/*    width: 50%;*/
/*}*/

/*body .prd-details ul.conddesc{*/
/*    width: 50%;*/
/*}*/

/*.furdetails{*/
/*display: flex;*/
/*}*/




@media all and (max-width: 767px) {
    .final.sell-checkout-button button {
        font-size: 14px !important;
    }


    form#add_to_cart_form {
        margin-top: 15px;
    }

    .prd-details #add_device_button {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        max-width: 100%
    }

    .sell-checkout .row .col-md-12 {
        display: flex;
        flex-direction: column-reverse;
    }

    .prd-details {
        border-top: 1px solid #EAEAEA;
    }

    .prd-details#tab-1 {
        border-top: 0px;
    }

    .prd-details.checkout-product-grid {
        border-top: 0px;
    }

    .furdetails {
        padding: 7px 0px !important;
    }

    .prd-details .seltab .furdetails ul li {
        font-size: 14px;
        margin-left: 0px !important;
        color: #000;
    }

    .prd-details .seltab .furdetails p {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #1F2125 !important;
        padding: 0px;
    }

    .prd-details .before-price-description p {
        font-size: 20px !important;
    }

    .seltab .form-check.form-check-inline p {
        font-size: 12px !important;
        /* padding-left: 15px !important; */
        margin-bottom: 0px !important;
        line-height: 1.2;
    }

    .prd-details .selinfo .model h4 {
        font-size: 20px !important;
    }

    .design-product-details {
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 29px;

    }

    .prd-details .selinfo .model img {
        object-fit: none !important;
    }

    .before-price-description p {
        font-size: 20px !important;
    }

    .prd-details .total_price_product {
        font-size: 32px !important;
        margin-bottom: 0px !important;
    }

    .checkout-product-grid {
        padding-top: 20px;

    }

    .prd-details .selinfo {
        gap: 0px !important;
        display: flex !important;
        max-width: 800px !important;
    }

    .prd-details .selinfo .model:nth-child(1) {
        border-right: 1px solid #E0E0E0;
    }

    .prd-details .selinfo:nth-child(1) {
        border-bottom: 0px;
        display: block !important;
        margin: 15px auto 10px 0px;
    }

    .prd-details .selinfo:nth-child(1) .model.first-grid {
        padding-right: 30px !important;
        width: 50% !important;
        float: left;

    }

    .prd-details .model.second-grid {
        width: 50% !important;
        border-right: 0px !important;

    }

    .prd-details .selinfo:nth-child(2) {
        padding-bottom: 10px;
        margin-top: -10px !important;

    }

    .prd-details .selinfo .model {
        padding: 14px 23px !important;
        height: 100% !important;
        background-color: #fff;
        border-radius: 0px !important;
        display: flex;
        flex-direction: column;
        margin: 0px !important;
    }

    .prd-details .selinfo .model:nth-first-child {
        background-color: gray;
    }

    .prd-details .final {
        display: flex;
        /*flex-direction: column-reverse;*/
    }

    .prd-details .final button {
        width: 100% !important;
        height: 46px !important;
        margin: 5px 0px !important;
        justify-content: center;
        color: #85898C;
    }

    .product .btn-dark:hover {
        color: #fff !important;
        background-color: #1F2125 !important;
        border-color: #1F2125 !important;
    }

    .prd-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 20px;
    }

    .form-check-input:checked[type=radio]:before {
        height: 9.92px !important;
        width: 9.92px !important;
        margin: -1px 2px !important;
    }

    .prd-details ul li {
        padding: 10px 5px;

    }

    .prd-details h2 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .before-price-description {
        display: none;
    }

    p.total_price_product {
        font-size: 48px;
        text-align: left !important;
    }

    .prd-details p {
        color: #606060;
        font-size: 14px !important;
        line-height: 18.2px;
        margin-bottom: 18px;
        padding-left: 22px;

    }

    /* .form-check-inline span {
        font-size: 14px !important;
        padding-left: 5px !important;
    } */

    .prd-info img {
        /* float:   left; */
        width: 160px;
        height: 109px;
    }

    .mobile-heading p {
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-bottom: 0px;

    }

    .product .form-check input {
        margin-top: 6px !important;
        height: 16px !important;
        width: 16px !important;
    }


    .product {
        padding: 10px 25px !important;
        margin-top: 80px !important;
    }

    .prd-details {
        padding-top: 15px;
    }

    .aftersel {
        text-align: left !important;
    }

    .selinfo div {
        width: 100% !important;
    }
}

.li-newdesc.active {
    border-radius: 6px;
}



.product {
    overflow-y: hidden;
    overflow-x: hidden;
    /* margin-top: 199px; */
    margin-inline: auto;
}


.mobile-heading p {
    text-align: left;
    font-size: 40px;
    color: #000000;
}

.product.sell-checkout .mobile-heading h1 {
    font-size: 28px;
    color: #1D2433 !important;
    font-weight: 600 !important;
    font-family: "Poppins";
    line-height: 34px;
    margin-bottom: 10px;
}

.prd-details .product-descrption {
    font-family: "Poppins";
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgba(29, 36, 51, 1) !important;
    width: 20%;
    max-width: 126px;
    position: relative;
}

.prd-details .product-descrption::before {
    content: "\003F";
    /* Displays the question mark */
    width: 24px !important;
    /* Set the width to the desired size */
    height: 24px !important;
    /* Set the height to the same size as the width */
    background: rgba(22, 163, 74, 1);
    padding: 12px;
    border-radius: 50%;
    /* Makes the shape a circle */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* Sets the question mark color */
    font-size: 12px;
    /* Adjust the font size if needed */
    line-height: 1;
    text-align: center;
    margin-right: 5px;
}

/* .device_quest2 .seltab ul .form-check-input {
    display: none;
} */
.prd-details .seltab {
    width: 100%;
}

.prd-details.questioncount-1 h2 {
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 34px;
    /* padding-bottom: 20px !important; */
}

.prd-details h2 {
    font-size: 24px;
    color: #1F2125;
    margin-bottom: 10px;
    padding-bottom: 0px !important;

}

.prd-details p {
    font-size: 14px;
    padding-left: 15px;
    color: #85898C;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    line-height: 24px;
}

/* .device_quest2 .seltab ul {
    display: flex;
    flex-wrap: wrap;
    border: 0px;
    gap: 15px;

}

.device_quest2 .seltab ul li {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 7px 25px;
    line-height: 0;

} */

.prd-details span {
    color: #606060;
    font-size: 16px;
}

/* .product .form-check-inline span {
    font-size: 14px;
    color: #000000;
    padding-left: 15px;
} */

.product .form-check input {
    border: 1px solid #8C8C8C;
    background-color: #ffffff;
    padding-top: 3px;
    height: 20px;
    width: 20px;
    margin-top: 4px;
}

.product .form-check [checked="checked"] {
    border: 1px solid #000000;
}

.product .form-check-input:checked[type=radio] {
    background-color: #fff;
    border: 1px solid #000000;
    background-image: unset !important;

}

.product .form-check-input:checked[type=radio]:before {
    height: 14px;
    width: 14px;
    content: "";
    display: block;
    background-color: black;
    border-radius: 18px;
    margin: -1px 2px;
}

.prd-details button {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    border-radius: 55px;
    padding: 5px 30px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    color: #85898C;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 0;
    float: left;
}

.prd-details button img {
    margin-left: -10px;
}

.prd-details #add_device_button {
    border: 1px solid rgba(208, 236, 187, 1);
    background: #16A34A !important;
    color: white !important;
    font-family: "Poppins";
    font-weight: 600 !important;
}

.prd-details #add_device_button:hover {
    background: #fff !important;
    color: rgba(0, 0, 0, 1) !important;
}

.prd-details.checkout-product-grid p.description {
    font-size: 16px !important;
    padding-left: 0px !important;
}

.prd-details.device_quest2 p {
    padding-left: 0px;
}


.prd-details .selinfo {
    display: block;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}

.selinfo.second-section .model {
    width: 50%;
    margin: 10px 0px;
}

.prd-details .selinfo .model {


    /* width: 230px;
    height: 84px;
    padding: 14px 36px;
    margin: 0px 0px 20px 0px;
    border-radius: 6px; */
}

.prd-details .selinfo .model h4 {
    font-size: 24px;
    color: #161617;
    margin-bottom: 0px;
}

.prd-details .selinfo .model p {
    margin-bottom: 0px;
    padding-left: 0px !important;

}

.prd-details .selinfo .model h4 b {
    font-size: 20px;
    font-weight: 700;
    color: #161617;
}

.prd-details .total_price_product {
    font-size: 36px !important;
    margin-bottom: 0px !important;
    color: #FF7A00;
    display: inline-block !important;
}

.prd-details .total_price_product .total_price {
    font-size: 36px !important;
    color: #FF7A00;
    font-weight: 600 !important;
}

.before-price-description p {
    font-size: 20px !important;
    color: #000000;
    margin-bottom: 6px !important;
    padding-left: 0px !important;
}


/* .device_quest2 .form-check-inline{
    padding: 0px;
    margin: 0px;
} */

.device_quest2 .form-check-inline span p {
    font-size: 16px !important;
    color: #000;
    font-weight: 400 !important;
    font-family: "Poppins";
    margin-bottom: 0px !important;
}

.device_quest2 .form-check-inline span {
    /* padding: 0px; */
    font-size: 14px;
    color: #1F2125;
    line-height: 0px;
    /* padding-left: 0px !important; */
    display: flex;
    line-height: 1;

}

.prd-details.questioncount-2,
.prd-details.questioncount-3,
.prd-details.questioncount-4,
.prd-details.questioncount-5 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.prd-details.device_quest6 {
    display: flex;
    align-items: start;
    gap: 30px;
}

.prd-details.device_quest6 span.product-descrption {
    margin-top: 20px;
}

@media all and (max-width: 400px) {
    .form-check-input:checked[type=radio]:before {
        height: 10.92px !important;

    }

}

body.font-lato>div {
    height: auto !important;
}

@media all and (max-width: 767px) {

    .carrier_button span {
        display: flex;
        flex-direction: column;
    }

    .prd-details.device_quest6 span.product-descrption {
        margin-top: 0px;
    }

    .prd-details .total_price_product {
        text-align: center !important;
    }

    body .prd-details ul.conddesc {
        margin-bottom: 6px;
        padding: 20px 10px;
    }

    body #add_device_button {
        margin-right: 0px;
    }

    body .prd-details span {
        font-size: 12px !important;
    }

    .prd-details.device_quest3 .product-descrption {
        font-size: 14px !important;
    }

    .product.sell-checkout-condition-outer .row {
        flex-direction: column-reverse;
    }


    html body .product.sell-checkout.condition {
        padding: 0px !important;
    }


    .prd-details.checkout-product-grid .condition-page-discount-img {
        position: absolute;
        top: 8%;
        right: 34px;
    }

    .prd-details.checkout-product-grid .condition-page-discount-img img {
        width: 55%;
        float: right;
        object-fit: cover;
        margin: 0px -25% 0px 0px;
        padding-right: 30px;
    }

    .prd-details.device_quest2.hideQ2.questioncount-2 .form-check-inline {
        display: flex;
        margin-right: 1rem;
    }

    .prd-details.device_quest2.hideQ2.questioncount-2 .form-check-inline span {
        width: 100% !important;
    }

    body .device_quest2 .form-check-inline span p {
        font-size: 12px !important;
        width: 100%;
        display: flex;
        padding-left: 0px !important;
        padding-top: 5px;
    }

    .questioncount-4 .seltab .form-check.form-check-inline p {
        padding-left: 5px !important;

    }

    .prd-details .mobile-heading h1 {
        font-size: 24px !important;
    }

    .prd-info {
        margin-right: 0px;
        justify-content: center;
        width: 160px;
        height: 100% !important;
        padding: 14px 0px;

    }

    .col-md-7.basicinfo {
        order: 2;
    }

    .col-md-5 {
        order: 1;
    }
}

.product.sell-checkout.condition {
    padding-top: 0px !important;
    max-width: 1080px !important;
    margin-top: -100px !important;
    overflow: unset !important;
}

.product.sell-checkout.condition .design-product-details.mt-4 {
    /* padding: 15px 0px; */
    margin-bottom: 30px;
    /* border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA; */
}

.sell-checkout.condition .prd-details .selinfo p {
    font-size: 14px !important;
    color: #85898C;
}

.sell-checkout.condition .prd-details .selinfo .model h4 {
    font-size: 20px !important;
    color: #1F2125 !important;
    font-weight: 700 !important;
}

.sell-checkout.condition .selinfo.second-section {
    gap: 30px;
    display: flex;
}

.sell-checkout.condition .before-price-description p {
    color: #85898C !important;
    text-align: center;
}

.sell-checkout.condition .prd-details .selinfo .model:nth-last-child(1) {
    border-right: 0px;
}

.condition-page-discount-img {
    position: absolute;
    top: 30%;
    right: 0px;
}

.condition-page-discount-img img {
    width: 50%;
    float: right;
    object-fit: cover;
    margin: 0px -25% 0px 0px;
    padding-right: 30px;
}

.stepByStep_exellent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.stepByStep_exellent>div:not(:last-child) {
    margin-bottom: 20px;
}

.stepByStep_selling {
    display: flex;
}

.stepByStep_exellent {
    flex-direction: column;
    font-size: 15px;
    margin-top: 35px;
}

.stepByStep_shipping,
.stepByStep_risk,
.stepByStep_promise {
    display: flex;
}

.stepByStep_promise {
    margin-top: 30px;
    box-shadow: 0 13px 62px 0 rgb(175 175 175 / 15%);
    padding: 13px;
    margin-left: 15px;
    margin-bottom: 25px;
}



.stepByStep_promise_text_title {
    color: #0696dc;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.stepByStep_exellent svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 7px;
}

.stepByStep_exellent svg {
    fill: #0996dc;
}

img#promise {
    max-width: 90%;
    margin-top: 5px;
}

.stepByStep_promise_img {
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width:767px) {
    body .prd-info {
        width: 100%;
        height: 207.5px !important;
    }
}

@media screen and (max-width:1368px) {
    .product-bottom-section .bottom-left {

        display: none;
    }
    .product-bottom-section .bottom-right {
        padding: unset !important;
    }



}

@media screen and (min-width:768px) {
    li.carrier_button,
    li.condition_button,
    li.storage_button {
        width: 100%;
        max-width: 130px;
    }


}



body .prd-details ul {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 0;
    border-radius: 5px;
}

body .prd-details ul::-webkit-scrollbar {
    display: none;
}

body .prd-details ul.conddesc {
    display: block;
    margin-bottom: 0;
    align-self: center;
}



body .product .form-check input {
    display: none;
}

body .form-check-inline {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

body .product .form-check-inline span {
    padding-left: 0;
}

body .prd-details ul li.active {
    background: rgba(208, 236, 187, 1);
    border-radius: 7px;
    border: 2px solid rgba(22, 163, 74, 0.2);
}

body .prd-details ul li {
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.prd-details ul li:hover span {
    color: rgba(0, 0, 0, 1);
}

body .product .form-check-inline span {
    color: rgba(0, 0, 0, 1);
    align-items: center;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 16px;
    font-family: "Poppins";
    text-align: center;
}

body .prd-details ul li.active span h1 {
    color: rgba(0, 0, 0, 1) !important;
}

body .prd-details ul li.active span {
    color: rgba(0, 0, 0, 1) !important;
}

/* body .prd-details ul li:last-child:hover,
body .prd-details ul li:first-child:hover,
body .prd-details ul li:hover {
    background: transparent;
} */

body .prd-details p {
    padding-left: 0;
    margin-bottom: 6px !important;
}

.product.sell-checkout,
body .product.sell-checkout.condition {
    max-width: 1400px !important;
    width: 100%;
    padding: 20px;
}


.final.sell-checkout-button button {
    max-width: 52%;
    width: 100%;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px !important;
    margin-right: 0;
    height: 50px;
}

.final.sell-checkout-button {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2.total_price_product {
    color: #1F2125;
    text-align: center;
}

body #add_device_button {
    background: #1F2125 !important;
}


html body .product.sell-checkout.condition {
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.before-price-description {
    text-align: right;
    display: inline-block;
    vertical-align: super;
    margin-right: 10px;
}


.product.sell-checkout .col-md-9 {
    padding-left: 38px;
}

.product.sell-checkout-condition-outer {
    border-top: 1px solid #EAEAEA;
    max-width: 100%;
    padding-top: 40px;
    margin-top: 0px !important;
    border-bottom: 1px solid #EAEAEA;
}


form#add_to_cart_form {
    margin-right: 2px;
    margin-bottom: 2px;
}


.final.sell-checkout-button button.btn-che.back {
    color: rgba(35, 35, 35, 1);
    border-color: rgba(208, 236, 187, 1);
    font-family: "Poppins";
    font-weight: 600 !important;
}

.final.sell-checkout-button button.btn-che.back:hover {
    background: #16A34A !important;
    color: white;

}

/* body .prd-details ul li {
    width: 140px;
    justify-content: center;
    white-space: nowrap;
}

body .prd-details ul.conddesc li {
    width: initial;
    white-space: initial;
    justify-content: left;
}
 */
ul.conddesc {
    /*background: #e7e7e7;*/
    padding: 20px 10px;
}


@media (max-width: 383px) {
    .prd-details ul.conddesc {
        width: 100% !important;
    }
}


/* FAQ for product */
@media (min-width: 769px) {
    .breadcrumb_area {
        padding: 0px 0px 95px !important;
    }
}

@media (max-width: 768px) {

    .product-info-section{
        padding-left: unset;
    }

    .product-page.faq_wrapper .inner_wrapper_faq .row {
        flex-direction: unset;
    }

    .bottom_body_gadgets .wrapper_gad .top_row {
        flex-direction: column;
    }

    .bottom_body_gadgets .wrapper_gad .top_row .gad_img,
    .bottom_body_gadgets .wrapper_gad .top_row .reviews_gad,
    .bottom_body_gadgets .wrapper_gad .top_row .verified_gad,
    .bottom_body_gadgets .pay_sell {
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
        min-height: 134px;
        border-right: 0px;
    }

    .bottom_body_gadgets .wrapper_gad .top_row .verified_gad {
        text-align: center;
    }

    .breadcrumb_area {
        padding: 0px 0px 85px;
    }

    .product.sell-checkout {
        margin: 15px 0px 0px !important;
        padding: 0px 10px !important;
    }

    .product.sell-checkout .mobile-heading h2 {
        margin-bottom: 0px;
        text-align: center !important;
        font-size: 18px ;
    }

    .product.sell-checkout .col-md-9 {
        padding-left: 0px !important;
    }

    .prd-details.questioncount-1 h2 {
        margin: 0px !important;
        padding: 0px !important;
        font-size: 16px !important;
        line-height: 19px !important;
        text-align: center;
    }

    .product.sell-checkout .prd-details {
        flex-direction: column;
        gap: 0px !important;
    }

    body .prd-details ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
        padding-top: 10px;
    }

    .product.sell-checkout .prd-details .seltab {
        width: 100%;
    }

    .product.sell-checkout .product-descrption {
        width: 100%;
        max-width: initial;
        text-align: center;
        /* display: flex;
        flex-direction: column; */
        align-items: center;
        /* margin-top: 16px; */
    }

    .faq_wrapper .inner_wrapper_faq .row {
        flex-direction: column-reverse;
    }

    .faq_wrapper .inner_wrapper_faq .faq_img {
        display: block !important;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .breadcrumb_area {
        padding: 20px 0px 50px;
    }

    .tab-content {
        padding: 19px 0px 27px 0px !important;
    }

    .tab-content h1 {
        font-size: 30px !important;
        padding-bottom: 20px !important;
    }

}

.pos_footer_area:after {
    top: 0% !important;
}

.conddesc.powered-logitech {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.conddesc.powered-logitech span {
    /* font-size: 20px !important; */
    font-weight: 500 !important;
    color: #000 !important;
    padding-block: 10px;
    font-family: "Poppins";
}

.before-price-description p {
    text-align: left !important;
}

.conddesc.powered-logitech span {
    font-size: 22px;
}

.conddesc.powered-logitech .credits {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #e4e4e4;
    color: #494949 !important;
    border: 1px solid #494949;
    text-align: center;
    padding: 8px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px !important;
    white-space: nowrap;
    width: 350px;
    padding-bottom: 3px !important;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.conddesc.powered-logitech img {
    width: 20px;
    height: 20px;
}

.conddesc.powered-logitech .powered-by {
    color: rgb(0, 217, 255);
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Poppins";

}


/* Reason section New */

.reasons-section {
    border-top: 1px solid #DFE3E7;



}
.reasons-section .container {
    background-color: #fff;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 10px;


}
.reasons-section h2 {
    font-size: 26px;
    font-family: "Poppins";
    font-weight: 500 !important;
    color: #1E2939;
    margin-bottom: 30px;
    line-height: 28px;
    padding-bottom: 20px;

}

.reasons-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1130px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.reasons-grid .column {
    /* flex: 1 1 300px;
    max-width: 300px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-family: 'Poppins';
}

.reason-item::before {
    content: '✔';
    color: #16A34A;
    font-size: 1.2rem;
    margin-top: 2px;
}

.features-top-parent{
    border-top: 1px solid #DFE3E7;
}
.features-top .container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 20px;
}

.features-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 0;
    background: #fff;
    /* align-items: center; */
}

.feature-box {
    text-align: center;
    max-width: 250px;
}

.feature-box img {
    width: 48px;
    height: 40px;
    margin-bottom: 10px;
}

.feature-box p {
    line-height: 26px;
    color: #00101D;
    font-family: 'Poppins';
    font-weight: 300 !important;
}

.reasons-grid.mobile {
    display: none;

}

.trustpilot-section {

    border-top: 1px solid #DFE3E7;
}
.trustpilot-section .owl-carousel.review-carousel{
    max-width: 1340px;
    padding: 60px 20px 20px;
    background: #fff;
    margin: auto;
}

.review-card {
    background: #F8F9FA;
    border-radius: 2px;
    padding: 12px;
    /* margin: 10px; */
    text-align: left;
    box-shadow: 0px 1px 0px 0px #B6C4D266;
    height: 220px;

}

.review-card .stars {
    /* height: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    width: 100px !important;
}

.review-card h4 {
    margin: 10px 0 8px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Poppins';
    color: #1F2936;
    font-weight: 700 !important;
}
.review-card span {
    font-size: 13px;
}
.review-card p {
    font-size: 13px;
    font-family: 'Poppins';
    color: #191919;
    line-height: 16px;
    font-weight: 400 !important;
    margin-bottom: 0;
    /* height: 40px; */
}

.review-card .meta {
    /* margin-top: 20%; */
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'Poppins';
}

.review-card .meta strong {
    font-family: 'Poppins';
    font-size: 12px;
    font-family: 700 !important;
    color: #000;
    opacity: 0.6;
}

.owl-nav button {
    position: absolute;
    top: 35%;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    padding: 8px 12px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.trustpilot-section .owl-nav .owl-prev {
    left: -30px;
    width: 24px;
    height: 24px;
    margin-top: -7%;
    line-height: 20px !important;
    font-size: 10px !important;
}

.owl-nav .owl-next {
    right: -30px;
    width: 24px;
    height: 24px;
    margin-top: -7%;
    line-height: 20px !important;
    font-size: 10px !important;
}

.owl-nav {
    position: relative;
}

.owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-dot span {
    background: #ccc !important;
}

.owl-dot.active span {
    background: #16A34A !important;
    border-color: #333 !important;
}



.trust-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins';
}

.trust-footer img {
    height: 20px;
}

section.product-page.faq_wrapper {
    border-top: 1px solid #DFE3E7;
}




.product-page.faq_wrapper .inner_wrapper_faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    padding-block: 30px;
}

.product-page.faq_wrapper .inner_wrapper_faq .faq-box {
    margin-bottom: 15px;
}

.product-top-section img {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: -1px;
}

.product-top-section .top-right {
    position: absolute;
    top: 17px;
    right: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1rem;
    line-height: 16px;
    font-size: 14px;
    color: #000;

}

.product-top-section .top-left {
    position: absolute;
    top: 10px;
    left: 20px;
    background: #ECFCF5;
    border-radius: 6px;
    padding: 6px 6px;
    font-size: 11px;
    font-family: 'Poppins';
    line-height: 16px;
    color: #1D6C49;
    text-decoration: underline !important;

}

.product-bottom-section {
    margin-top: 15px;
    clear: both;
    display: flex;
    align-items: center;
}

.product-bottom-section .bottom-left {
    padding: 15px 15px;
    border-right: 3px solid #DFE3E7;
}

.product-bottom-section .bottom-right {
    padding: 4px 15px;


}

.product-bottom-section .bottom-left strong {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.product-bottom-section .bottom-left p{
    margin-bottom: 0;
}
.product-bottom-section .bottom-left p,
.product-bottom-section .bottom-right {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.bottom-right img {
    width: 100px;
    height: 40px;
}

.bottom-right .trustpilot-star {
    width: 15px;
    height: 15px;
}

div.body_wrapper {
    overflow-x: hidden;
}

.product-long-description .container{
    max-width: 900px;
    padding-top: 20px;
}

.product-long-description{
    border-top: 1px solid #DFE3E7;
    padding: 0px 10px;
}


@media (max-width: 768px) {

    .features-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        padding: 30px 15px 15px;

    }



    .trustpilot-section {
        padding: 0px 30px !important;
    }

    .feature-box {
        max-width: 100%;
    }

    .feature-box p{
        font-size: 12px;
        line-height: 20px;
    }

    .feature-box img{
        width: 40px;
        height: 34px;
    }

    .reasons-section h2 {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .reasons-grid.desktop {
        display: none;

    }
    .reasons-grid.mobile {
        display: block !important;
        text-align: left;
        padding: 0px 20px;

    }
    .reasons-grid.mobile .row {
        gap: 20px;

    }
    .reasons-grid .reason-item {
        gap: 5px;
        font-size: 12px;
    }


    .reasons-grid .column {
        /* text-align: center; */
        display: block;
    }

    .review-card .meta {
        margin-top: 17%
    }

    .product-top-section .top-left {
        font-size: 10px;
        left: 7px;
    }

    .product-top-section .top-right {
        right: 7px;
    }


    .product-bottom-section .bottom-right {
        position: absolute !important;
        bottom: 0px;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);

    }

    .trustpilot-section .owl-nav .owl-prev,
    .trustpilot-section .owl-nav .owl-next {
        margin-top: -27%;
    }


    .product-long-description h2 {
        font-size: 18px;
    }
}