/* white you custom css code here. only css code will work */

.product-summery .price-wrap .price {
    display: none !important;
}
.single-product-item .product-details-wrap .product-price-details .list .price
 {
    display: none !important;
}
.product-summery .price-wrap .price, .product-summery .price-wrap .del-price
 {
    display: none !important;
}
.single-new-popular-dress-item .content .pricing {
     display: none !important;
}
.product-img-box .hover{
	display: none !important;
}
.hover .product-interaction-list{
  display: none !important;
}
.content .details .left-content{
  display: none !important;
}
.content .details .right-content{
  display: none !important;
}

.product-summery .user-select-option{
	display: none !important;
}

.nav-right-content {
    display: none !important;
}
/* Add this CSS to your stylesheet or in your HTML file */

.image-area-wrapper img {
    max-width: 100%; /* Make sure images don't exceed their container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below images */
    margin: 10px; /* Add some space between images */
}

/* For medium and large screens, divide the row into 3 equal columns */
@media (min-width: 768px) {
    .image-area-wrapper img {
        width: calc(33.33% - 10px); /* Subtract the margin to keep images in one row */
        float: left;
        margin-right: 15px;
    }
}

/* For small screens, stack images on top of each other */
@media (max-width: 767px) {
    .image-area-wrapper img {
        width: 100%;
        margin-right: 0;
    }
}


.single-brand-new img {
    height: 110px;
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
}



.footer-area .footer-top .footer-widget .info-list .info-item a
{
  text-transform: none !important;
}