.loadingDiv {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../../../../../front/assets/images/icons/ajax-loader.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.breadcrumb__right li.active a {
    color: var(--main-color-one);
}
/* contact page css start */
.flex-lg-column div.fullWidth.itemEnquiry {
    margin-bottom: 10px;
}
.video-placeholder video, .image-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px #ededed;
}
ul#sustainTabs li {
    list-style: none;
}
.sus .sustain__section ul {
    padding-left: 24px;

}
.sus .sustain__section ul li {
    list-style: circle;
}
.hero-p{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.sustain__section.full-width{
    margin-top: 70px;
}
#sustainTabs .nav-item .nav-link.active, #sustainTabs .nav-item .show>.nav-link{
    background-color: #b69974;
}
#sustainTabs + .tab-content {
    background-color: #b699741a;
    padding: 1rem 3rem 2rem;
}
.centeredImgEnquire {
    display: inline-block;
    position: relative;
    padding: 2px;
    border: 1px solid #999;
    overflow: visible;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}
.imgHolderEnquire {
    display: inline-block;
    float: left;
    overflow: hidden;
    background-clip: padding-box;
    width: 140px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.rightDescEnquire {
    width: -moz-calc(100% - 150px);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 10px;
}

.inline--link {
    color: inherit;
    position: relative;
    display: inline-block;
    float: none;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    font-size: inherit;
}
.ion-close-circled:before {
    content: "\f128";
}
.iconBefore--enquire:before {
    position: absolute;
    left: -15px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    background-image: url("../../../../../front/assets/images/icons/checked.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    content: "";
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.inline--link.absLinkTop {
    margin-top: 10px;
}
inline--link:hover,
.inline--link:focus,
.inline--link:active {
    color: #ed1c24;
}

.removeCartProduct span i {
    color: rgb(172, 5, 5) !important;
    font-size: 16px;
    padding-bottom: 14px;
}

/* contact page css end */
.pointer {
    cursor: pointer;
}
.service__content {
    display: flex;
    flex-direction: column;
    height: 480px;
}
.service_description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer__service li a:hover {
    color: #fff !important;
}

/*  header sub category css start */

/* Show main dropdown on hover */
.has-dropdown:hover .main-dropdown {
    display: block;
}

/* Parent for sub dropdown */
.has-sub-dropdown {
    position: relative;
}

/* Sub dropdown (RIGHT SIDE) */
.sub-dropdown {
    position: absolute;
    top: 0;
    left: 100% !important; /* 👈 pushes it to the right */
    display: none;
    background: var(--black-4) !important;
    min-width: 200px;
}

/* Show sub dropdown on hover */
.has-sub-dropdown:hover .sub-dropdown {
    display: block;
}
/*  header sub category css end */

.sub-dropdown2 {
    position: absolute;
    top: 0;
    left: 100% !important; /* 👈 pushes it to the right */
    display: none;
    background: var(--black-4) !important;
    min-width: 200px;
}
.has-sub-dropdown2:hover .sub-dropdown2 {
    display: block;
}