/*!
Theme Name: Wallox Child theme
Theme URI: https://bracketweb.com/walloxwp/
Template: wallox
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Wallox WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wallox-child
*/


.woocommerce-product-gallery img {
    transform: translateZ(0);
    image-rendering: auto;
}

.service .testimonials-contact--home {
    background-color: #F4EDE4 !important;
}
.product_page .flex-viewport::before {
    content: "";
    background: url("https://ndginterior.com/wp-content/uploads/2025/12/img-wall-4.png");
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    min-height: 50vh;
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
    padding-bottom: 10px;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}
.product__add-to-cart {
    display: none !important;
}

.view-more-btn {
    font-family: var(--wallox-font);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    border-radius: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    text-transform: uppercase;
    color: #2E2A20 !important;
    padding: 12px 16px;
}
.woocommerce .product__all-content .product__all-price .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #df9e42;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    gap: 5px;
}
.woocommerce .star-rating {
    display: none !important;
}
.woocommerce .product__all-img{
	 display: block;
    border-bottom: 1px solid #e4dacc !important;
}
/* .products ul.products li.product img {
    display: block;
    border-bottom: 1px solid #e4dacc !important;
} */
/* .quantity .product-details__quantity {
    margin: 20px 0 40px;
}
.quantity .product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 0 40px;
}
.quantity .product-details__quantity-title {
    margin: 0;
    text-transform: capitalize;
    margin-right: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
}
.quantity .product-details__quantity .quantity-box input {
    width: 98px;
    height: 50px;
    border: 1px solid var(--wallox-border-color, #E4DACC);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--wallox-font, "Plus Jakarta Sans", sans-serif);
    color: var(--wallox-base, #DF9E42);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
} */
section.product-content.product-description {
    display: none !important;
}
.product-details__quantity {
    gap: 10px !important;
}
.woosq-btn-has-icon.woosq-btn-icon-only {
    display: none !important;
}
.product__item__btn {
    display: none !important;
}
/* 
.wallox-breadcrumb__list li span {
    font-size: 24px !important;
}
.img_view .product .summary,
.product .woocommerce-tabs,
.related.products {
  display:none !important;
}
.img_view .product-content   {
  display: none !important;
}
 */
/* Hide description & reviews tabs */
/* .img_view section.product-review.review-one {
    display: none !important;
}
.img_view .woocommerce-active .product__card{
    width: 100% !important;
}
.img_view .woocommerce-active .product__card{
	display: block !important;
}
.woocommerce-active .product__card {
    display: block;
}
.flex-viewport::before {
    content: "";
    background: url("https://testingbit.in/ndginterior/wp-content/uploads/2025/12/img-wall-4.png");
    position: absolute;
    bottom: 0;
    margin: 0 auto;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:9;
   min-height: 75vh;
    width: 100%;

}
#bg-slider-colum ol.flex-control-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
#bg-slider-colum ol.flex-control-nav li {
    width: 100% !important;
    margin: 0;
}
#bg-slider-colum ol.flex-control-nav li img {
    width: 100%;
}
.woocommerce-product-gallery__image img {
    image-rendering: auto;
    max-width: 100%;
} */
/* .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1 !important;
} */
/* .single-product {
    width: 65% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: center !important;
} */

/* ---------------- css-for-wall-image-change-------------------------------*/

/* @media (min-width: 1200px) and (max-width: 1600px) {
    .single-product {
    width: 65% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: center !important;
    }
}
@media (min-width: 550px) and (max-width: 768px) {
  .flex-viewport::before {
   min-height: 70vh;
  }
	#bg-slider-colum ol.flex-control-nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media (min-width: 550px) and (max-width: 767px) {
  .flex-viewport::before {
    min-height: 35vh;
  }
	.feature-two--one {
    padding: 40px 0 30px;
}
}
@media (min-width: 350px) and (max-width: 767px) {
  .flex-viewport::before {
    min-height: 26vh;
  }
}
 */




