.designer_detail_readmore,.brand_detail_readmore,.project_detail_readmore,.product_detail_readmore{
    overflow: hidden;
}

.site-header .navbar-nav li.current_parent_active .nav-link {
    color: #482d8b;
    text-shadow: 0.5px 0 0 #482d8b;
}
.product-view-block .product-title a{
    line-height: 1.2;
}
.product-info ul li {
	line-height: 1.2;
}

.product-detail-block .carousel .carousel-cell {
    display: none;
}
.product-detail-block .carousel  .carousel-cell:first-child {
    display: block;
}
.product-detail-block .carousel.flickity-enabled .carousel-cell {
    display: block;
}
.carousel .carousel-cell img {
	background: #eee;
}

.content_with_iframe iframe {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    border: none;

  }
  .brochure iframe {
    border: none;
}
.image-slide-thumb.square a img {
    background: #e6e6e8;
    object-fit: contain;
}
.image-thumb-slide .image-slide-thumb img{
    background: #e6e6e8;
}
.owl-carousel .owl-item img {
    background: #e6e6e8;
    
}
.product-detail-block .container.container-full-size .product-info ul.breadcrumb li{
    font-size: 16px;
}
.general-page .img-ratio {width: 100%;}
.product-info p {
    font-size: 19px;
}
.general-page .single-img-slider-text-section .section-title-block p {
    font-size: 19px;
}
.product-detail-block .container.container-full-size .product-info ul li{
    font-size: 19px;
}

.product-info .info-sub-head {
    font-size: 19px;
}
.product-info ul li {
    font-size: 19px;
}
/* Tooltip custom styling */
/* Custom Tooltip Styling */
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-width: 5px;
}

/*tooltip css*/
.tooltip-inner {
    background-color: #492e8d;
    color: #ffffff;
  }
  .tooltip.show {
    opacity: 1 !important;
  }
  .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #492e8d;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #492e8d; /* Red */
}
/* .custom-tooltip {
    --bs-tooltip-bg: #492e8d;
    --bs-tooltip-color: var(--bs-white);
  } */

    