.single-product .desc-section {
    background: #ededed;
    color: #333;
    display: inline-block;
    height: 35px;
    width: 50%;
    font-size: 10px;
    text-transform: uppercase;
    left: 0;
    bottom: -37px;
    z-index: 9;
    line-height: 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    margin-left: 48px;
    border-radius: 20px;
}
.customized-product h3 {
    font-size: 27px;
}

.quickview-content .size .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 4px;
    padding-top: 15px;
}
.product-gallery img {
    padding: 43px;
}

@media only screen and (max-width: 767px){
    .col-lg-6 .col-md-12 .col-sm-12{
        position: relative !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 450px) {
    .col-lg-6.col-md-12.col-sm-12.col-xs-12 {
        width: 100%;
    }
}


@media only screen and (max-width: 450px) {
    .shop.single .product-info {
        margin-top: 5px;
        padding: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .most-popular .single-product {
        margin: 0px 0px 0 4px;
        padding-bottom: 30px;
        padding-left: 1px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 450px) {
    .shop.single {
        padding: 5px;
    }
}
