@media screen and (max-width: 320px) {
 .product-dtl {
    padding: 14px 3px;
} 
.mobile-header {
box-shadow: none!important;  
}
.container-fluid {
    padding: 0 13px 0 13px;
}
.breadcrumb-area {
    padding: 12px 10px;
}
.pd-wrap {
    padding: 10px 0;
}
    .product-inquiry {
        width: 50% !important;
        font-size: 14px;
    }
.included-text {
    font-size: 18px !important;
}
.premotional-discount {
    font-size: 16px!important;
}
.tab-pane p{
    text-align:justify;
}
.top-rated-div h2 {
    font-size: 22px;
    font-weight: 500;
}
h2::before {
    width: 2rem;
    height: 5px;
}
h2::after {
    width: 2rem;
    height: 5px;
}
.top-rated-div p {
    font-size: 16px;
}
.living-solution {
    padding: 5px 0;
}
.snip1519{
    max-width:100%;
}
.mobile-logo img {
    max-height: 52px!important;
}
}

@media screen and (max-width: 480px) {
 .product-dtl {
     padding: 14px 3px;
} 
.mobile-header {
    box-shadow: none !important;
    padding: 13px 0;
}
.container-fluid {
    padding: 0 13px 0 13px;
}  
.breadcrumb-area {
    padding: 12px 10px;
}
.pd-wrap {
    padding: 10px 0;
}
.product-inquiry {
        width: 50% !important;
        font-size: 14px;
}
h2::before {
    width: 2rem;
    height: 5px;
}
h2::after {
    width: 2rem;
    height: 5px;
}
.included-text {
    font-size: 18px !important;
}
.premotional-discount {
    font-size: 16px!important;
}
.tab-pane p{
    text-align:justify;
}
.top-rated-div h2 {
    font-size: 22px;
    font-weight: 500;
}
.top-rated-div p {
    font-size: 16px;
}
.living-solution {
    padding: 5px 0;
}
.snip1519{
    max-width:100%;
}
.mobile-logo img {
    max-height: 52px!important;
}
}
