@media  screen and (max-width: 767px) {
    .grap-col-two {
        width: 100%;
    }
    .grap-col {
        width: 100%;
    }
    .quntity ul li, .bag-color, .quto-box {
        max-width: 100%;
    }
    .qote-req {
        margin: 71px 0px 66px;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 40px;
    }
    .cont-sec {
        padding-left: 0px;
    }
    .bg-col-change-btn {
        flex-wrap: wrap;
    }
    .size-price {
        flex-wrap: wrap;
    }
}
@media  screen and (max-width: 560px) {
    h2 {
        font-size: 31px;
        line-height: 41px;
    }
        .style-one-bt a {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .style-one-bt {
        font-size: 13px;
        width: 100% !important;
        text-align: center !important;
    }
}
@media  screen and (max-width: 600px) {
   
    .thickness-radio-button {
    display: flex;
    align-items: center;
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 54px;
    margin: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}
.thickness-selection-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px !important;
    max-width: 676px !important;
    row-gap: 17px;
    column-gap: 34px;
    margin-top: 42px;
    box-sizing: border-box;
}
.icon-main-itemer{
    width: 100% !important; 
}

}

