.main-menu li.menu-item .ekit-menu-nav-link {
    position: relative;
    transition: color 0.5s ease;
}
.main-menu li.menu-item .ekit-menu-nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #C59D66;
    transition: all 0.4s ease;
    transform: translateX(-50%);
    opacity: 0;
}
.main-menu li.menu-item .ekit-menu-nav-link:hover::before {
    width: 100%;
    opacity: 1;
}
.header-cn-ico .elementor-icon-wrapper {
    display: flex;
}
.home-page-cat-wrap .slick-slide {
    margin: 0 15px;
}
.cat-box {
    background-color: #FDF7E9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
	border-radius: 20px;
}
.cat-img {
    padding: 10px 0;
}
.cat-title {
    font-size: 2.5rem;
    line-height: 1;
}
.cat-info {
    flex: 0 0 calc(100% - 260px);
    padding: 0 10px 0px 40px;
    display: flex;
    flex-flow: column;
    min-height: 180px;
    justify-content: space-between;
}
.cat-link {
    display: flex;
    border: 1px solid transparent;
    color: #000000;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 500ms;
    width: max-content;
    align-items: center;
    justify-content: center;
    text-align: center;
}
a.cat-link img {
    width: 0px;
    height: 16px;
    margin-left: 10px;
    transition: 500ms;
    opacity: 0;
    transform: translateX(-10px);
}
.cat-link:hover {
    border: 1px solid #C59D66;
}
a.cat-link:hover img {
    width: 9px;
    opacity: 1;
    transform: translateX(0px);
}
.welcome-timeless:before {
    content: "";
    position: absolute;
    width: 61%;
    height: 100%;
    background-color: #EDEDED;
    z-index: -1;
}

.cmn-btn-eff a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.cmn-btn-eff a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 10px;
}

.cmn-btn-eff a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.cmn-btn-eff a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.hm-pro-box-wrap {
    display: flex;
	justify-content: center;
    flex-flow: row wrap;
}
.hm-pro-box {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 15px 35px 15px;
    text-align: center;
	position: relative;
}
.inner-pro-list .hm-pro-box {
    margin-right: 0px;
    margin-left: 0px;
}
.hm-pro-img img {
    transition: 500ms;
    transform: scale(1.01);
	width: 100%;
}
.hm-pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #D9D9D9;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1/1;
    border-radius: 20px;
}

.hm-pro-box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 100px;
    height: 4px;
    background-color: #C59D66;
    transform: translateX(-50%);
	transition: 500ms;
}
.hm-pro-box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    transform: translateX(-50%);
    z-index: -1;
}
.hm-pro-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start the gradient off-screen */
    height: 100%;
    width: 600px;
    display: inline-block;
    background: linear-gradient(120deg, rgb(255 255 255 / 10%) 0%, rgb(225 225 225 / 60%) 50%, rgb(255 255 255 / 10%) 100%);
    transform: skewX(0deg);
    animation: loadingAnimation 2.5s infinite ease-in-out;
	z-index: -1;
}

/* Keyframes for the sliding gradient effect */
@keyframes loadingAnimation {
    0% {
        left: -100%;
    }
    50% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}
.hm-pro-box:hover:before {
    width: 100%;
}
.hm-pro-title {
    color: #000000;
    line-height: 26px;
    padding: 5px 10px;
    min-height: 54px;
    transition: 500ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}
.hm-pro-box:hover .hm-pro-title {
/* 	background: #D9D9D9; */
}
.hm-pro-box a {
    display: flex;
    flex-flow: column;
}
.hm-pro-box .hm-pro-img:before {
	content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 90%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.10) 100% );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 2;
}
.hm-pro-box:hover .hm-pro-img::before {
	left: 130%;
}
.hm-pro-box:hover .hm-pro-img img {
    transform: scale(1.1);
}
.brand-gallery img.attachment-full {
    transition: 500ms;
}
.brand-gallery .gallery-item:hover img.attachment-full {
    transform: scale(1.0) translateY(-12px);
}
div#productModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
.modal-box {
    width: 80%;
    max-width: 1200px;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    overflow-y: auto;
    height: 80%;
    max-height: 700px;
}
button.modal-close, button.enq-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 30px;
    top: 20px;
    height: 30px;
    padding: 0;
    font-size: 28px;
	background: #000000;
    color: #C59D66;
    border: 0;
    border-radius: 80px;
	z-index: 9;
}
button.modal-close:hover,button.enq-modal-close:hover, button.rb-popup-close:hover {
	background-color: #C59D66;
	color: #FFFFFF;
}
.cmn-btn-eff-1 {
    margin-top: 20px;
}
.pro-detail-ele .popup-pro-title {
    margin: 0 0 30px 0;
    font-size: 1.875rem;
    padding-right: 40px;
    font-weight: bold;
    line-height: 36px;
}
.pro-desc-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
	padding: 30px 0 0 15px;
}
.product-detail-table th, .product-detail-table td {
    border-top: 0px solid #DADADA;
    padding: 10px 0px;
    border-bottom: 0px solid #DADADA;
    border-right: 0;
    border-left: 0;
    background: transparent!important;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
	position: relative;
}
.product-detail-table th:after {
    content: ":";
    color: #000000;
    position: absolute;
    right: 20px;
}

.modal-loader-wrap {
  text-align: center;
  padding: 60px 0;
}

.spinner {
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-text {
  font-size: 16px;
  color: #555;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pro-img-wrap img {
    transform: scale(1.01);
    width: 100%;
    height: auto;
}
.pro-img-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0px solid #D9D9D9;
	position: relative;
}
.inq-submit .wpcf7-submit {
    background-color: #323C3B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
	border: 0;
    border-radius: 10px 10px 10px 10px;
    padding: 13px 35px 13px 35px;
	border: 1px solid #323C3B;
}
a.enq-popup-cta {
    background-color: #FFFFFF;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
	border-radius: 10px 10px 10px 10px;
    padding: 13px 35px 13px 35px;
	border: 1px solid transparent;
	transition: 500ms;
}
a.enq-popup-cta:hover {
	background-color: #F0F0F0;
	border: 1px solid #323C3B;
}

.cmn-btn-eff a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgb(0 0 0 / 25%);
    background: #C59D66;
}
.enq-nested-popup {
    position: absolute;
    z-index: 9999;
    background: #FFFFFF;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 50px;
    height: 100%;
}
.enq-nested-popup form {
    padding: 20px 0;
}
.enq-nested-popup .inq-submit {
    float: left;
}
.enq-nested-popup .wpcf7-response-output {
    float: right;
    margin: 0!important;
    padding: 0;
    display: inline-block;
    width: auto;
}
.enq-head h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #C59D66;
}
.cmn-inq-popup {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    height: auto;
    margin: 30px 0 0 0;
}
button.rb-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 30px;
    top: 10px;
    height: 30px;
    padding: 0;
    font-size: 29px;
    background: transparent;
    color: #C59D66;
    border-color: #C59D66;
}
.inq-submit .wpcf7-submit:hover {
    background-color: #C59D66;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	outline: 0;
}
.inq-inp input, .inq-inp select, .inq-inp textarea, .contact-inp input, .contact-inp textarea {
    background: #fafafa;
    border: 1px solid #C59D66;
    color: #000000;
    border-radius: 0px;
    min-height: 45px;
    width: 100%;
    outline: 0;
    padding: 8px 20px;
}
.contact-inp textarea {
    max-height: 90px;
}
img.slick-arrow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-boxes p.elementor-icon-box-description a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.inq-submit>p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}
.banner-header-wrap {
    min-height: 250px;
    display: flex;
    align-items: center;
}
.banner-detail-wrap h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    margin-bottom: 22px;
}
.banner-detail-wrap ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000000;
}
.banner-detail-wrap ul li, .banner-detail-wrap ul li a {
    color: #000000;
}
.banner-detail-wrap ul li {
    margin-right: 4px;
    padding-right: 10px;
    position: relative;
}
.banner-detail-wrap ul li:not(:last-child):after {
    content: "/";
    padding-left: 14px;
}
.pro-filter-sorting {
    display: flex;
    justify-content: space-between;
}
.sorting-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}
.per-page-wrap {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.sorting-wrap select, .per-page-wrap select {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    width: auto;
    font-size: 1rem;
    margin: 0 10px;
    line-height: 24px;
    padding: 8px 12px;
}
.sorting-bar{
	margin-bottom: 50px;
	margin-top: 46px;
}
.quick-inq-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.inq-popup-cta{
	cursor: pointer;
}
.quick-inq-wrap form.wpcf7-form {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    background: #FFF;
    padding: 50px;
    border-radius: 20px;
    overflow-y: auto;
}
.popup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.popup-head p {
    margin: 0;
}
.close-enq {
    display: flex;
    width: 30px;
    height: 40px;
    background: #C59D66;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #FFFFFF;
    transform: scaleX(1.4);
    cursor: pointer;
    transition: 500ms;
}
.close-enq:hover {
    background: #000000;
}
.article_list-wrap .rt-img-holder img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.article_list-wrap .post-meta-tags.rt-el-post-meta a {
    pointer-events: none;
}
.blog-title h1 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0 20px 0;
}
.blog-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
}
.blog-meta svg {
    width: 16px;
    fill: #C59D66;
}
.blog-featured-img {
    margin: 0px 0px 0px 0;
    border-radius: 20px;
    overflow: hidden;
}
.blog-detail-section {
    padding: 50px 0;
}

.blog-description-wrap h2 {
    font-size: 1.5rem;
    color: #6289bb;
    position: relative;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 15px 0;
}
.blog-description-wrap h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    bottom: -4px;
    background-color: #6289bb;
    height: 4px;
    width: 45px;
}
.blog-description-wrap h3 {
    font-size: 1.375rem;
    position: relative;
    line-height: 1.4;
}
.blog-featured-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.recent-wrap {
    padding: 20px;
    background: #6289bb;
    margin: 0 0 0 20px;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    width: calc(100% - 20px);
    position: sticky;
    top: 20px;
}    
ul.recent-blogs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
ul.recent-blogs-list li {
    margin-bottom: 10px;
    padding: 0 0 10px 20px;
    position: relative;
}
ul.recent-blogs-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    left: 0px;
    top: 9px;
}
ul.recent-blogs-list li a {
    font-size: 1rem;
    color: #FFFFFF;
    transition: 300ms;
    display: inline-block;
    cursor: pointer;
    text-decoration: none!important;
}
ul.recent-blogs-list li:last-child {
    border-bottom: 0;
}
.recent-blogs-wrap h3 {
    font-size: 1.875rem;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    border-bottom: 1px solid #efca96;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.recent-blogs-wrap {
    background: #C59D66;
    padding: 24px;
    border-radius: 20px;
    position: sticky;
    top: 25px;
}
.elementor-element-3206dbd .rt-tpg-container .grid-layout1 .rt-holder {
    border-radius: 15px;
}

.product-size-options label span{
    padding: 14px 18px;
    border: 1px solid #D9D9D9;
    background: #F0F0F0;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    margin: 6px 20px 6px 0px;
    font-size: 1rem;
    line-height: 1;
}
.product-size-options input[type="radio"]:checked + span, .product-size-options label span:hover {
    background: #FFF;
    border-color: #AB8852;
}
.product-size-options input[type="radio"] {
	display:none;
}
img.watermark-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 54px;
    opacity: 1;
}
.modal-box:after {
    content: "";
    position: absolute;
    width: 57.3333%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background: #EDEDED;
}
.product-size-options {
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
}
table.table.product-detail-table {
    margin-block-end: 5px;
}
.footer-links li a {
    color: #000000;
}
.footer-links li a:hover {
    color: #C59D66;
}
.product-gallery {
    display: flex;
    flex-direction: row; /* main image left, thumbnails right */
    gap: 15px;
    width: 100%;
}

/* Main image slider */
.product-gallery-slider {
    flex: 3;
}

.product-gallery-slider .slider-item img {
    width: 100%;
    height: auto;
}

/* Thumbnails vertical slider */
.product-gallery-thumbnails {
    /* flex: 1; */
    /* width: 100%; */
    display: flex;
}

.product-gallery-thumbnails .thumbnail-item {
    padding: 5px;
    cursor: pointer;
    width: 25% !important;
}

.product-gallery-thumbnails .thumbnail-item img {
    /* width: 100%; */
    height: auto;
    border: 1px solid #ccc;
    transition: border 0.3s;
    /* width: 25%; */
    /* height: auto; */
}

.product-gallery-thumbnails .thumbnail-item.slick-current img {
    border: 2px solid #333;
}

/*  */
.product-gallery-slider img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.product-gallery-thumbnails {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.product-gallery-thumbnails .thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-gallery-thumbnails .slick-current img {
    border-color: #007bff;
}

.pro-img-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-gallery-slider .main-image {
    height: 400px;
    /* Set a fixed height (adjust as needed) */
    overflow: hidden;
    /* Ensures that any overflow content is hidden */
    position: relative;
    border: 1px solid #ccc;
    /* Allow positioning of the image inside */
}

/* Ensure the image is centered within the container */
.product-gallery-slider .main-image img {
    width: 100%;
    /* Make image stretch to fill the container width */
    height: 100%;
    /* Make image fill the container height */
    object-fit: cover;
    /* Ensures image is cropped, while maintaining aspect ratio */
    object-position: center;
    /* Centers the image */
}

/* Style for the thumbnails */
.product-gallery-thumbnails .thumb {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.product-gallery-thumbnails .thumb.active {
    border: 1px solid #000;
    /* Add border to active thumbnail */
}