.comp-prd {
    position: relative;
    border: 1px solid #16A34A33 ;
    border-right: 1px solid #16A34A33;
    border-radius: 12px !important;
    background: #ffff;
    padding: 20px 10px;
    height: 100%;
}

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

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

.product-section .arrow-green{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.product-section .comp-prd .product-title {
    font-size: 16px;
    font-weight: 500 !important;
    padding-top: 20px !important;
    font-family: "Poppins";
    padding-inline: 5px;
}
.prduct-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 10px;
    transition: all .50s ease;
}

.prduct-thumb > a > img {
    width: 160px !important;
    height: 140px !important;
    object-fit: contain !important;
    transition: all .50s ease !important;
}
.cell-phones{
    background: #F2F2F2;
}
.cell-phones .inner_Wrappper_cell{
    padding-block: 30px;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
}
.cell-phones .inner_Wrappper_cell .content_cell {
   text-align: center;
    max-width: 990px;
    margin: 0 auto;
    padding: 10px;

}
.cell-phones .inner_Wrappper_cell .content_cell p {
    margin: 0px;
    color: #232323;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins';
}
.cell-phones .inner_Wrappper_cell .content_cell h1{
    margin: 0px;
    color: #232323;
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 44px;
    font-family: 'Poppins';
    text-align: center;
}
.cell-phones .inner_Wrappper_cell .content_cell h3{
    margin: 0px;
    color: #232323;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
}

@media(max-width: 768px) {
    .product-long-description h2 {
        font-size: 18px;
    }
}
@media(max-width: 576px) {
    .comp-prd {
        padding: 20px 10px !important;
        height: 245px;
    }
    .product-section {
        padding: 10px 10px;
    }
    .product-section .row{
        margin: 0px !important;
        gap: 20px !important;

    }
    .cell-phones .inner_Wrappper_cell .content_cell h1{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .cell-phones{
        margin-top: 0px;
    }
    .cell-phones .inner_Wrappper_cell .content_cell h3{
        padding-top: 20px;
    }

    .iphone-devices-mobile .prduct-thumb{
       height: auto !important;
       overflow: visible !important;
    }
    .iphone-devices-mobile .prduct-thumb img:hover{
        /* transform: scale(1.1); */
        overflow: visible !important;
        /* height: auto !important; */
    }

    .product-title{
        font-size: 14px !important;
        /* padding-bottom: 17px; */
    }
    .product-section .col-sm-6 {
        width: 50% !important;
    }
}

@media (max-width: 400px) {
    .comp-prd {
        padding: 20px 5px !important;
        height: 240px !important;
    }
}

.calculated-price{
    font-size: 20px !important;
    font-weight: 600 !important;
    vertical-align: bottom;
}