:root {
    --PrimaryColor: #17805E;
    --PrimaryDarkColor: #0b4130;
    --SecondColor: #F05A28;
    --SecondDarkColor: #bf3a0d;
    --Color1: #111111;
    --WhiteColor: #fff;
    --BlackColor: #000;
    --InstrumentFont: "Instrument Sans", sans-serif;
    --TransitionAll: all 0.3s ease;
}


/*----------------- Common CSS Start -----------------*/
html {
    scroll-padding-top: 180px;
    scroll-behavior: smooth;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.no-wrap {
    flex-wrap: nowrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
}

.row-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.grid {
    display: grid;
}

.grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-1 {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.position-relative {
    position: relative;
}

.aspect-ratio {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.aspect-ratio img,
.aspect-ratio iframe,
.aspect-ratio video,
.aspect-ratio svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.container {
    width: 100%;
    max-width: 1344px;
    padding: 0 16px;
    margin: 0 auto;
}

.orange-btn .elementor-button, .blue-btn .elementor-button, .white-btn .elementor-button, .cs-global-form-wrap .elementor-field-type-submit .elementor-button {
    position: relative;
    overflow: hidden;
    display: block;
    width: fit-content;
}

.orange-btn .elementor-button .elementor-button-content-wrapper, .blue-btn .elementor-button .elementor-button-content-wrapper, .white-btn .elementor-button .elementor-button-content-wrapper, .cs-global-form-wrap .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

.orange-btn .elementor-button:before, .blue-btn .elementor-button:before, .white-btn .elementor-button:before, .cs-global-form-wrap .elementor-field-type-submit .elementor-button::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--SecondDarkColor);
    transition: var(--TransitionAll);
}

.blue-btn .elementor-button:before {
    background-color: #142352;
}

.white-btn .elementor-button:before {
    background-color: #d9d9d9;
}

.orange-btn .elementor-button:hover:before, .blue-btn .elementor-button:hover:before, .white-btn .elementor-button:hover:before, .cs-global-form-wrap .elementor-field-type-submit .elementor-button:hover:before {
    width: 100%;
}

/*----------------- Common CSS End -----------------*/
.swiper-pagination {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    background-color: var(--BlackColor) !important;
    opacity: 0.2;
    transition: var(--TransitionAll);
}

.customers-review-section .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--WhiteColor) !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover, .customers-review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .customers-review-section .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #EB7432 !important;
    opacity: 1;
}

.cs-global-form-wrap .elementor-field-textual.elementor-size-lg {
    min-height: 50px;
}

.cs-global-form-wrap .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-global-form-wrap .elementor-field-type-acceptance .elementor-field-option input {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--Color1) !important;
    background-color: transparent !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: var(--TransitionAll);
}

.cs-global-form-wrap .elementor-field-type-acceptance .elementor-field-option input:checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 12l5 5L20 7"/></svg>');
    background-color: var(--Color1) !important;
}

.cs-global-form-wrap .elementor-field-type-acceptance .elementor-field-option label {
    width: 100%;
    flex: 1;
}

.cs-global-form-wrap .elementor-field-type-acceptance .elementor-field-option label a {
    text-decoration: underline;
    color: currentColor;
}

.cs-global-form-wrap .elementor-field-type-acceptance {
    margin: 8px 0 24px 0 !important;
}

.faq-section .e-n-accordion-item:last-child {
    border-bottom: 2px solid var(--BlackColor);
}

.breadcrumb-wrap .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text {
    color: var(--BlackColor);
    font-weight: 400 !important;
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap a.elementor-post__read-more, html body .elementor-location-single .elementor-element.related-post-lists .elementor-post__read-more {
    position: relative;
    padding-right: 20px;
    text-decoration: unset !important;
    border-bottom: 2px solid var(--SecondColor);
    display: block;
    width: fit-content;
    line-height: 24px;
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-post__read-more:after, html body .elementor-location-single .elementor-element.related-post-lists .elementor-post__read-more:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7.99951L13 7.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 12.9995L13 7.99951L8 2.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.next, html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.prev {
    margin-left: auto !important;
    position: relative;
    padding-right: 20px;
    text-decoration: unset !important;
    border-bottom: 2px solid var(--SecondColor);
    display: block;
    width: fit-content;
    line-height: 24px;
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.next:after, html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.prev:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7.99951L13 7.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 12.9995L13 7.99951L8 2.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.prev {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding: 0 0 0 20px;
}

html body .elementor-location-archive .elementor-element .blog-lists-wrap .elementor-pagination .page-numbers.prev:before {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.blog-lists-wrap .elementor-pagination .page-numbers:not(.current, .prev, .next) {
    font-weight: 400;
}

.resources-cols .elementor-icon:hover {
    border-color: transparent !important;
}

.resources-cols {
    position: relative !important;
    overflow: hidden !important;
}

.resources-cols:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: var(--TransitionAll);
}

.resources-cols>.elementor-element {
    position: relative;
    z-index: 1;
}

.resources-cols:hover:after {
    opacity: 1;
}

.blog-content-wrap a {
    color: currentColor !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.blog-content-wrap h1 {
    font: normal normal 700 46px/1.1 var(--InstrumentFont);
    letter-spacing: -2%;
}

.blog-content-wrap h2 {
    font: normal normal 700 40px/1.1 var(--InstrumentFont);
    letter-spacing: -2%;
}

.blog-content-wrap h3 {
    font: normal normal 700 32px/1.1 var(--InstrumentFont);
    letter-spacing: -2%;
}

.blog-content-wrap h4 {
    font: normal normal 700 24px/1.3 var(--InstrumentFont);
    letter-spacing: -1%;
}

.blog-content-wrap h5 {
    font: normal normal 700 22px/1.1 var(--InstrumentFont);
    letter-spacing: -1%;
}

.blog-content-wrap h6 {
    font: normal normal 700 20px/1.1 var(--InstrumentFont);
    letter-spacing: -1%;
}

html body .elementor-location-single .elementor-element.blog-content-wrap .elementor-post-navigation__link a {
    text-decoration: none !important;
    border-bottom: 2px solid var(--SecondColor);
    display: flex;
    width: fit-content;
    line-height: 24px;
}

.blog-content-wrap .elementor-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-content-wrap .elementor-post-navigation .elementor-post-navigation__link {
    width: auto;
}

.shop-product-listing-wrap .custom-ad-block>.elementor, .shop-product-listing-wrap .custom-ad-block>.elementor>.elementor-element {
    width: 100%;
    height: 100%;
}

.shop-product-listing-wrap .orderby {
    border: 2px solid #142C4F4D;
    font: normal normal 400 16px/1.5 var(--InstrumentFont);
    letter-spacing: 0%;
    border-radius: 50px;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.40625 7.8125L0.40625 1.8125C0 1.4375 0 0.78125 0.40625 0.40625C0.78125 0 1.4375 0 1.8125 0.40625L7.125 5.6875L12.4062 0.40625C12.7812 0 13.4375 0 13.8125 0.40625C14.2188 0.78125 14.2188 1.4375 13.8125 1.8125L7.8125 7.8125C7.4375 8.21875 6.78125 8.21875 6.40625 7.8125Z" fill="%231F1F1F"/></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding: 8px 36px 8px 16px;
    cursor: pointer;
    outline: none !important;
    color: var(--BlackColor);
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link {
    position: relative;
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link .new-arrival-badge, .shop-product-listing-wrap .woocommerce-LoopProduct-link .custom-sale-badge, .related-product-cols .new-arrival-badge, .related-product-cols .custom-sale-badge, .related-product-cols .shipping-badge, .shop-product-listing-wrap .woocommerce-LoopProduct-link .shipping-badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #C5EADE;
    font: normal normal 700 12px/1 var(--InstrumentFont);
    letter-spacing: -1%;
    text-align: center;
    color: #10563F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 4px;
    z-index: 1;
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link .custom-sale-badge, .related-product-cols .custom-sale-badge {
    background-color: #BC371D;
    color: var(--WhiteColor);
}


.shop-product-listing-wrap .woocommerce-LoopProduct-link:has(.new-arrival-badge) .custom-sale-badge, .related-product-cols:has(.new-arrival-badge) .custom-sale-badge, .related-product-cols:has(.new-arrival-badge) .shipping-badge {
    left: 88px;
}

.shop-product-listing-wrap .product:not(:has(.new-arrival-badge)) .woocommerce-LoopProduct-link:has(.custom-sale-badge) .shipping-badge {
    left: 88px !important;
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link:has(.custom-sale-badge, .new-arrival-badge) .shipping-badge {
    left: 156px !important;
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link .custom-sale-badge .percent {
    font-size: 21px;
    margin-bottom: 4px;
}

.shop-product-listing-wrap .woocommerce-LoopProduct-link .custom-sale-badge .percent:has(svg), .related-product-cols .custom-sale-badge .percen {
    width: 16px;
    height: 16px;
    margin-bottom: 8px;
}

.related-product-cols .shipping-badge, .shop-product-listing-wrap .woocommerce-LoopProduct-link .shipping-badge {
    background-color: #D3D8E9;
    color: #233E8F;
    font-size: 9px;
    text-transform: uppercase;
}

.related-product-cols .shipping-badge .percent, .shop-product-listing-wrap .woocommerce-LoopProduct-link .shipping-badge .percent {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

.search-popup-wrap .dialog-widget-content {
    width: 100%;
    padding: 0 20px;
}

.search-popup-wrap .dialog-widget-content .dialog-message {
    width: 100% !important;
    max-width: 634px;
    padding: 0 20px !important;
    margin: 0 auto;
}

.feature-content .elementor-widget-text-editor ul, .list-style-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.list-style-wrap ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-content .elementor-widget-text-editor ul li, .list-style-wrap ul li {
    position: relative;
    padding-left: 16px;
}

.feature-content .elementor-widget-text-editor ul li:before, .list-style-wrap ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--PrimaryColor);
    border-radius: 50%;
}

.product-speci-wrap table {
    width: 100% !important;
    border: none !important;
    vertical-align: middle;
    max-width: 900px;
}

.product-speci-wrap table th, .product-speci-wrap table td {
    border: none !important;
    width: 50% !important;
    padding: 16px 26px !important;
    vertical-align: middle;
    background-color: transparent !important;
    font-style: normal !important;
    font: normal normal 700 16px/1.5 var(--InstrumentFont);
    letter-spacing: 0%;
}

.product-speci-wrap table th p, .product-speci-wrap table td p {
    padding: 0 !important;
    margin: 0;
}

.product-speci-wrap table tr:nth-child(odd) th, .product-speci-wrap table tr:nth-child(odd) td {
    background-color: #F7F9FB !important;
}

.product-speci-wrap table tr:nth-child(odd) th {
    border-radius: 12px 0 0 12px;
}

.product-speci-wrap table tr:nth-child(odd) td {
    border-radius: 0 12px 12px 0;
}

.product-speci-wrap table th {
    text-align: left;
}

.product-speci-wrap table td {
    text-align: right;
    font-weight: 400;
}

.related-product-cols .elementor-widget-image a, .product-item-cols .elementor-widget-image a {
    display: block;
    width: 100%;
    padding-bottom: 90%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.related-product-cols .elementor-widget-image a img, .product-item-cols .elementor-widget-image a img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0 !important;
}

.related-product-slider .related-product-cols .elementor-widget-woocommerce-product-price .price-extra-text {
    display: none;
}

.product-share-wrap {
    position: relative !important;
    width: fit-content !important;
}

.product-share-wrap .share-toggle {
    padding-right: 10px;
    cursor: pointer;
}

.product-share-wrap .social-share-box {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    max-width: unset !important;
    opacity: 0;
    visibility: hidden;
    transition: var(--TransitionAll) !important;
}

.social-share-box .elementor-grid {
    display: flex !important;
    align-items: center;
}

.social-share-box .elementor-grid .elementor-share-btn {
    width: 32px;
    height: 32px;
}

.social-share-box .elementor-grid .elementor-grid-item {
    display: block;
}

.product-share-wrap.show .social-share-box {
    opacity: 1;
    visibility: visible;
}

.shop-breadcrumb-wrap .elementor-widget-woocommerce-breadcrumb {
    padding: 8px 0 !important;
}

.shop-breadcrumb-wrap .woocommerce-breadcrumb {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
}

.shop-breadcrumb-wrap .woocommerce-breadcrumb:before, .shop-breadcrumb-wrap .woocommerce-breadcrumb:after {
    display: none;
}

.shop-breadcrumb-wrap .woocommerce-breadcrumb a {
    font-weight: 700;
    position: relative;
}

.shop-breadcrumb-wrap .woocommerce-breadcrumb svg {
    display: none;
}

.shop-breadcrumb-wrap .woocommerce-breadcrumb a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.3"><path d="M6 12L10 8L6 4" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-size: contain;
    background-position: center;
}

.single-product-slider .woocommerce-product-gallery {
    position: relative;
}

.single-product-slider .woocommerce-product-gallery .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-product-slider .woocommerce-product-gallery .flex-direction-nav a {
    position: absolute;
    width: 44px;
    height: 44px;
    top: calc(50% - 62px);
    font-size: 0;
    background-color: #233E8F;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.001 8.00046L3.00098 8.00046" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00098 3.00046L3.00098 8.00046L8.00098 13.0005" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.single-product-slider .woocommerce-product-gallery .flex-direction-nav a.flex-prev {
    left: 20px;
}

.single-product-slider .woocommerce-product-gallery .flex-direction-nav a.flex-next {
    right: 20px;
    transform: scaleX(-1);
}

.single-product-slider .flex-control-thumbs {
    max-width: 267px;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 0;
    padding: 0 !important;
    margin: 24px auto 0 auto !important;
    list-style: none !important;
    position: relative !important;
    width: 100%;
}

.single-product-slider .flex-control-thumbs li {
    flex: 0 0 calc(25% - 7px) !important;
    max-width: calc(25% - 7px) !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #FFFFFF80;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.single-product-slider .flex-control-thumbs li:last-child {
    margin: 0 !important;
}

.single-product-slider .flex-control-thumbs li:has(img.flex-active) {
    border-color: var(--SecondColor);
}

.single-product-slider .flex-control-thumbs li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--BlackColor);
    opacity: 0.5;
    pointer-events: none;
    transition: var(--TransitionAll);
}

.single-product-slider .flex-control-thumbs li:has(img.flex-active):before {
    opacity: 0;
}

.single-product-slider .flex-control-thumbs img {
    border-radius: 0 !important;
    border: none;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
}

.single-product-slider .thumb-nav-btn {
    position: absolute;
    font-size: 0;
    width: 16px;
    height: 16px;
    bottom: 22px;
    display: block !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.001 8.00043L3.00098 8.00043" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00098 3.00043L3.00098 8.00043L8.00098 13.0004" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    padding: 0;
    background-size: contain;
    background-position: center;
}

.single-product-slider .thumb-prev {
    left: calc(((100% - 267px) / 2) - 40px);
}

.single-product-slider .thumb-next {
    right: calc(((100% - 267px) / 2) - 40px);
    transform: scaleX(-1);
}

.single-product-slider .flex-control-thumbs::-webkit-scrollbar {
    display: none;
}

.single-product-slider .woocommerce-product-gallery .woocommerce-product-gallery__image {
    float: unset !important;
    height: auto;
}

.single-product-slider .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    width: 100%;
    position: relative;
    padding-bottom: 89.5%;
    border-radius: 20px;
    overflow: hidden;
}

.single-product-slider .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.single-product-slider .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: flex;
}

.single-product-slider {
    position: relative;
}

.single-product-slider .custom-sale-badge, .cs-product-gallery .cs-product-badges .shipping-badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #BC371D;
    font: normal normal 700 12px / 1 var(--InstrumentFont);
    letter-spacing: -1%;
    text-align: center;
    color: var(--WhiteColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    z-index: 2;
}

.cs-product-gallery:has(.new-arrival-badge) .single-product-slider .custom-sale-badge, .cs-product-gallery:has(.custom-sale-badge) .cs-product-badges .shipping-badge {
    left: 94px;
}

.single-product-slider .custom-sale-badge .percent, .cs-product-gallery .cs-product-badges .shipping-badge .percent {
    width: 16px;
    height: 16px;
    margin-bottom: 8px;
}

.cs-product-gallery:has(.custom-sale-badge, .new-arrival-badge) .cs-product-badges .shipping-badge {
    left: 164px;
}

.cs-product-gallery .cs-product-badges .shipping-badge {
    background-color: #D3D8E9;
    color: #233E8F;
    text-transform: uppercase;
    font-size: 9px;
}

.cs-product-gallery .cs-product-badges .shipping-badge .percent {
    margin-bottom: 4px;
}

.cs-product-gallery {
    position: relative;
}

.cs-product-gallery .cs-product-badges .new-arrival-badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #C5EADE;
    font: normal normal 700 12px / 1 var(--InstrumentFont);
    letter-spacing: -1%;
    text-align: center;
    color: #10563F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    z-index: 3;
}

.enquiry-popup-btn {
    background-color: var(--SecondColor) !important;
    font: normal normal 700 16px/1 var(--InstrumentFont) !important;
    letter-spacing: 0%;
    color: var(--WhiteColor) !important;
    padding: 14px 23px !important;
    border-radius: 50px !important;
    transition: var(--TransitionAll);
}

.enquiry-popup-btn:hover {
    background-color: var(--SecondDarkColor) !important;
}

.enquiry-product-popup .cs-global-form-wrap .elementor-field-textual {
    min-height: 50px !important;
}

.product-speci-wrap table td a {
    text-decoration: underline;
    color: currentColor;
    text-underline-offset: 4px;
}

.related-product-cols .cs-loop-badges {
    top: 0 !important;
    left: 0 !important;
}

.related-product-cols:has(.new-arrival-badge, .custom-sale-badge) .shipping-badge {
    left: 156px;
}

.category-slider-wrap .elementor-widget-image-box .elementor-image-box-img {
    position: relative;
}

.category-slider-wrap .elementor-widget-image-box .elementor-image-box-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C5EACA;
    border-radius: 50%;
}

.category-slider-wrap .elementor-widget-image-box .elementor-image-box-img a {
    display: block;
    position: relative;
    transition: var(--TransitionAll);
}

.category-slider-wrap .elementor-widget-image-box:hover .elementor-image-box-img a {
    transform: scale(1.1);
}

.product-item-cols .elementor-widget-woocommerce-product-add-to-cart {
    margin-top: auto !important;
}

.back-to-top .elementor-icon {
    box-shadow: 0px 12px 40px 0px #0B1F3333;
}

.cs-header-menu .mega-menu>.mega-menu-item>.mega-menu-link {
    position: relative;
    padding: 0 !important;
    white-space: nowrap !important;
}

.cs-header-menu .mega-menu>.mega-menu-item>.mega-menu-link:before {
    content: "";
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    background-color: var(--SecondColor) !important;
    opacity: 0;
    transition: var(--TransitionAll);
}

.cs-header-menu .mega-menu>.mega-menu-item:hover>.mega-menu-link:before {
    opacity: 1;
}

.cs-header-menu .mega-menu>.mega-menu-item:hover>.mega-menu-link {
    color: var(--Color1) !important;
}

.cs-header-menu .mega-menu {
    gap: 16px;
    display: flex !important;
}

.cs-header-menu .mega-menu>.mega-menu-item>.mega-menu-link .mega-indicator {
    transition: var(--TransitionAll);
}

.cs-header-menu .mega-menu>.mega-menu-item:hover>.mega-menu-link .mega-indicator {
    transform: rotate(180deg);
}

.cs-header-menu .mega-menu>.mega-menu-item.normal-dropdown-wrap .mega-sub-menu {
    box-shadow: 0px 12px 40px 19px #0000001A !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin-top: 10px !important;
}

.cs-header-menu .mega-menu>.mega-menu-item.normal-dropdown-wrap .mega-sub-menu:before {
    content: "" !important;
    display: block !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="10" viewBox="0 0 20 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 9.17163H0L8.58579 0.585843C9.36684 -0.195206 10.6332 -0.195204 11.4142 0.585845L20 9.17163Z" fill="white"/></svg>');
    width: 21px;
    height: 11px;
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 12px 40px 0px #0000001A;
}

.cs-header-menu .mega-view-all-title {
    padding-bottom: 16px !important;
}

.cs-header-menu .mega-view-all-title .mega-menu-link {
    font: normal normal 700 24px/1.3 var(--InstrumentFont) !important;
    letter-spacing: -1%;
    color: var(--Color1) !important;
    width: fit-content !important;
    padding-right: 48px !important;
}

.cs-header-menu .mega-view-all-title .mega-menu-link:before {
    content: "" !important;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="30" height="30" rx="15" stroke="%23233E8F" stroke-width="2"/><path d="M11 16.0005L21 16.0005" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 11.0005L21 16.0005L16 21.0005" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    font-family: unset !important;
    width: 32px !important;
    height: 32px !important;
    top: 50% !important;
    right: 0 !important;
    position: absolute !important;
    transform: translateY(-50%);
}

.cs-header-menu .mega-menu-link {
    font-family: var(--InstrumentFont) !important;
}

.cs-header-menu .mega-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
}

.header-search-wrap .elementor-icon-wrapper {
    display: flex;
}

.price {
    display: flex !important;
    flex-wrap: wrap;
}

.price del {
    order: 2;
}

.price ins {
    order: 1;
    margin-right: 16px;
}

.price .price-extra-text {
    order: 3;
}

.related-product-cols .e-loop-add-to-cart-form .button, .shop-product-listing-wrap li.product .woocommerce-loop-product__buttons .button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
}

.related-product-cols .e-loop-add-to-cart-form .button:after, .shop-product-listing-wrap li.product .woocommerce-loop-product__buttons .button:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 8.00049L13 8.00049" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 3.00049L13 8.00049L8 13.0005" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

.related-product-cols .e-loop-add-to-cart-form .button:hover:after, .shop-product-listing-wrap li.product .woocommerce-loop-product__buttons .button:hover:after {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 8.00049L13 8.00049" stroke="%23233E8F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 3.00049L13 8.00049L8 13.0005" stroke="%23233E8F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.shop-product-listing-wrap li.product .woocommerce-loop-product__buttons .button {
    padding: 14px !important;
    width: 100%;
}

.product-price-box .elementor-widget-text-editor a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cs-product-gallery .woocommerce-product-gallery__trigger {
    z-index: 2 !important;
}

.breadcrumb-wrap .elementor-icon-list-items {
    white-space: nowrap;
    flex-direction: row;
    overflow: auto;
    flex-wrap: nowrap !important;
    padding: 8px 0 !important;
}

.breadcrumb-wrap .elementor-widget-icon-list {
    padding: 8px 0 !important;
}

.blog-content-wrap .wp-block-image {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 12px;
}

.blog-content-wrap .wp-block-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.shop-filter-bar .woocommerce-ordering {
    margin: 0;
}

.right-ads-cols .new-aarival-badge {
    width: 96px !important;
    height: 96px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-ads-cols .new-aarival-badge .elementor-heading-title {
    font-size: 18px !important;
}

.shop-product-listing-wrap .product .product-img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 90%;
    overflow: hidden;
    border-radius: 12px !important;
    margin-bottom: 10px;
}

.shop-product-listing-wrap .product .product-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
}

.shop-ads-banner {
    position: relative;
}

.shop-ads-banner .right-ads-cols {
    width: 54% !important;
    position: relative !important;
    z-index: 1;
}

.shop-ads-banner .left-ads-image {
    width: 56% !important;
    position: absolute;
    bottom: 40px;
    right: 10px;
}

.shop-product-listing-wrap ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-item-cols .e-loop-add-to-cart-form .button, .related-product-cols .e-loop-add-to-cart-form .button {
    padding: 14px !important;
}

.feature-product-wrap .related-product-cols .elementor-widget-image a {
    padding-bottom: 75%;
}

.feature-product-wrap .swiper-wrapper .swiper-slide:first-of-type .product_title {
    font-size: 24px;
}

.cs-global-form-wrap .elementor-field-group {
    height: fit-content;
}

.cs-global-form-wrap .elementor-field-group .elementor-message-danger:before {
    content: "" !important;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24"><path fill="%23d9534f" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c-.006 5.52-4.48 9.994-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z"/></svg>');
    background-size: contain;
    background-position: center;
    margin-top: -5px;
}

.why-blog-wrap .blog-items-cols .elementor-widget-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-blog-wrap .blog-items-cols .elementor-widget-image a {
    position: relative;
    padding-top: 66.7%;
    display: block;
}

.woocommerce-pagination ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 57px !important;
    position: relative;
    gap: 8px;
}

.woocommerce-pagination ul:before, .woocommerce-pagination ul:after {
    display: none !important;
}

.woocommerce-pagination ul li {
    display: block !important;
    float: unset !important;
}

.woocommerce-pagination ul li .next, .woocommerce-pagination ul li .prev {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 4px;
    padding: 8px 0 !important;
    border-bottom: 2px solid var(--SecondColor);
    background-color: transparent !important;
    width: auto;
    height: auto;
}

.woocommerce-pagination ul li:has(.next), .woocommerce-pagination ul li:has(.prev) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.woocommerce-pagination ul li:has(.prev) {
    right: auto;
    left: 0;
}

.woocommerce-pagination ul li .next:before, .woocommerce-pagination ul li .prev:before {
    content: "Next";
    font: normal normal 700 16px/1 var(--InstrumentFont);
    letter-spacing: 0%;
    color: #142C4F;
}

.woocommerce-pagination ul li .next:after, .woocommerce-pagination ul li .prev:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7.99951L13 7.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 12.9995L13 7.99951L8 2.99951" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-position: center;
}

.woocommerce-pagination ul .page-numbers {
    font: normal normal 400 16px/1.5 var(--InstrumentFont);
    letter-spacing: 0%;
    color: var(--Color1) !important;
    width: 20px;
    padding: 0 !important;
    background-color: transparent !important;
    min-width: auto !important;
}

.woocommerce-pagination ul .page-numbers.current {
    font-weight: 700 !important;
}

.woocommerce-pagination ul li .prev:before {
    content: "Prev";
}

.woocommerce-pagination ul li .prev {
    flex-direction: row-reverse;
}

.woocommerce-pagination ul li .prev:after {
    transform: scaleX(-1);
}

.single-product-slider, .single-product-slider .woocommerce-product-gallery__wrapper, .single-product-slider .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100%;
}

.copyright-text .elementor-icon-list-text, .copyright-text .elementor-icon-list-text a {
    color: var(--WhiteColor);
}

.copyright-text .elementor-icon-list-item {
    width: 100%;
}

.copyright-text .elementor-icon-list-item a {
    margin: 0;
    display: inline !important;
    color: currentColor;
}

@media (min-width: 1025px) {
    .feature-product-wrap .swiper-wrapper {
        display: grid !important;
        transform: none !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px 16px !important;
    }

    .feature-product-wrap .swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
    }

    .feature-product-wrap .swiper-wrapper .swiper-slide:first-of-type {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        height: fit-content;
    }

    .feature-product-wrap .swiper-wrapper .swiper-slide .elementor-widget-woocommerce-product-add-to-cart .e-loop-add-to-cart-form, .feature-product-wrap .swiper-wrapper .swiper-slide .elementor-widget-woocommerce-product-add-to-cart .e-loop-add-to-cart-form .e-atc-qty-button-holder, .feature-product-wrap .swiper-wrapper .swiper-slide .elementor-widget-woocommerce-product-add-to-cart .e-loop-add-to-cart-form .e-atc-qty-button-holder .button {
        width: 100%;
    }

    .cs-header-menu .desk-hide {
        display: none !important;
    }
}

@media (max-width: 1280px) {
    .shop-ads-banner .right-ads-cols {
        width: 50% !important;
        position: relative !important;
        z-index: 1;
    }

    .shop-ads-banner .left-ads-image {
        width: 50% !important;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .shop-product-listing-wrap ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .cs-header-menu {
        position: relative;
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu,
    .cs-header-menu .mega-menu-row,
    .cs-header-menu .mega-menu-column {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu, .cs-header-menu .mega-menu>.mega-menu-item.normal-dropdown-wrap .mega-sub-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: var(--WhiteColor) !important;
        z-index: 999999 !important;
        overflow-y: auto !important;
        padding: 16px !important;
        transform: translateX(-100%) !important;
        max-width: 300px !important;
        margin: 0 !important;
        transition: all 0.3s ease !important;
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu.cs-active {
        transform: none !important;
    }

    .cs-header-menu .cs-back-btn {
        font: normal normal 700 16px/1 var(--InstrumentFont);
        letter-spacing: 0%;
        padding: 7px 0 7px 20px;
        width: fit-content;
        color: #142C4F;
        border-bottom: 2px solid var(--SecondColor);
        position: relative;
        margin-bottom: 24px;
    }

    .cs-header-menu .cs-back-btn:before {
        content: "";
        width: 16px;
        height: 16px;
        top: 50%;
        left: 0;
        position: absolute;
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.001 7.99953L3.00098 7.99953" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00098 12.9995L3.00098 7.99953L8.00098 2.99953" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        transform: translateY(-50%);
    }

    .cs-panel-title {
        font: normal normal 700 20px/1.2 var(--InstrumentFont);
        margin-bottom: 18px;
        color: var(--Color1);
    }

    .cs-header-menu .mega-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link {
        position: relative !important;
        padding-right: 50px !important;
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-menu-link {
        font: normal normal 700 20px/1.3 var(--InstrumentFont);
        letter-spacing: -1%;
        height: auto !important;
        padding: 9px 16px !important;
    }

    .cs-header-menu .mega-menu {
        padding: 9px 0 !important;
        gap: 0;
    }

    .cs-header-menu .mega-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link .mega-indicator {
        margin: 0 !important;
        position: absolute !important;
        width: 32px !important;
        height: 32px !important;
        background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="30" height="30" rx="15" stroke="%23233E8F" stroke-width="2"/><path d="M11 16.0005L21 16.0005" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 11.0005L21 16.0005L16 21.0005" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        background-size: contain !important;
        background-position: center !important;
    }

    .cs-header-menu .mega-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link .mega-indicator:after, .cs-header-menu .mega-menu>.mega-menu-item>.mega-menu-link:before {
        display: none !important;
    }

    .cs-header-menu .mega-sub-menu li {
        width: 100%;
    }

    .cs-header-menu .mega-sub-menu a {
        width: 100%;
        display: block;
    }

    .cs-header-menu .cs-back-btn:before {
        content: "";
        width: 16px;
        height: 16px;
        top: 50%;
        left: 0;
        position: absolute;
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.001 7.99953L3.00098 7.99953" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00098 12.9995L3.00098 7.99953L8.00098 2.99953" stroke="%23142C4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        transform: translateY(-50%);
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu .mega-menu-row .mega-menu-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cs-header-menu .mega-view-all-title .mega-menu-link {
        width: 100% !important;
        font-size: 20px !important;
    }

    .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu .mega-menu-row .mega-menu-clear {
        margin-bottom: 16px !important;
    }

    .cs-header-menu .mega-toggle-blocks-right {
        display: flex !important;
        flex: unset !important;
        width: fit-content !important;
    }

    .cs-header-menu .mega-toggle-blocks-right .mega-toggle-block {
        width: 52px;
        height: 52px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }

    .cs-header-menu .mega-menu-toggle {
        height: auto !important;
        border-radius: 50% !important;
    }

    .cs-header-menu .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated {
        transform: scale(0.6) !important;
    }

    .list-style-wrap ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-content .elementor-widget-text-editor ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .blog-content-wrap h1 {
        font-size: 42px;
    }

    .blog-content-wrap h2 {
        font-size: 36px;
    }

    .blog-content-wrap h3 {
        font-size: 28px;
    }

    .blog-content-wrap h4 {
        font-size: 24px;
    }

    .blog-content-wrap h5 {
        font-size: 22px;
    }

    .blog-content-wrap h6 {
        font-size: 18px;
    }

    .shop-product-listing-wrap ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .cs-header-menu .mega-close {
        width: 40px !important;
        height: 40px !important;
        background-color: #D14415 !important;
        border-radius: 50% !important;
        margin: 10px 0 0 10px !important;
    }

    .cs-header-menu .mega-close:before {
        font-size: 24px !important;
    }

    .main-header-wrap .shop-ads-banner {
        flex-direction: column-reverse !important;
        padding: 120px 16px 24px 16px !important;
        position: relative;
    }

    .main-header-wrap .shop-ads-banner .right-ads-cols, .main-header-wrap .shop-ads-banner .left-ads-image {
        width: 100% !important;
    }

    .main-header-wrap .shop-ads-banner .left-ads-image {
        padding-right: 30px;
    }

    .main-header-wrap .shop-ads-banner .new-aarival-badge {
        position: absolute;
        top: 24px;
        left: 16px;
    }

    .main-header-wrap .shop-ads-banner .right-ads-cols {
        position: unset !important;
    }

    .feature-product-wrap .swiper-wrapper .swiper-slide:first-of-type .product_title {
        font-size: 20px;
    }

    body:has(.mob-inner-header.elementor-sticky--effects) .search-bar-popup .dialog-widget-content {
        margin-top: 116px !important;
    }

    .home-hero-section .left-cols {
        height: auto;
    }

    .home-hero-section .left-cols>.e-n-carousel {
        height: 100%;
    }

    .home-hero-section .right-cols {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .shop-product-listing-wrap ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .enquiry-product-popup .dialog-widget-content {
        width: calc(100% - 40px) !important;
        max-height: calc(100% - 40px) !important;
        overflow: auto !important;
    }

    .enquiry-product-popup .dialog-widget-content .dialog-message {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .category-desc-wrap .rm-container {
        position: relative;
        padding-bottom: 40px;
    }

    .category-desc-wrap .rm-content {
        max-height: 120px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.4s ease;
    }

    .category-desc-wrap .rm-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(30, 127, 92, 0), #1e7f5c);
    }

    .category-desc-wrap .rm-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .category-desc-wrap .rm-btn {
        background: #e5e5e5;
        color: var(--BlackColor);
        border: none;
        padding: 12px 26px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
    }

    .category-desc-wrap .rm-container.expanded .rm-content {
        max-height: 1000px;
    }

    .category-desc-wrap .rm-container.expanded .rm-content::after {
        display: none;
    }

    .category-desc-wrap .rm-btn {
        background-color: var(--WhiteColor);
        color: var(--Color1);
        font: normal normal 700 16px/1 var(--InstrumentFont);
        letter-spacing: 0%;
    }

    .mobile-top-info .elementor-icon-list-items .elementor-icon-list-item:first-child {
        margin-right: auto !important;
    }

    .product-find-showroom .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 4px;
    }

    .blog-content-wrap h1 {
        font-size: 38px;
    }

    .blog-content-wrap h2 {
        font-size: 32px;
    }

    .blog-content-wrap h3 {
        font-size: 26px;
    }

    .blog-content-wrap h4 {
        font-size: 22px;
    }

    .blog-content-wrap h5 {
        font-size: 20px;
    }

    .enquiry-product-popup .dialog-widget-content .dialog-message {
        padding-top: 50px !important;
    }

    .shop-product-listing-wrap .custom-ad-block {
        grid-column: span 2 / span 2;
    }

    body:has(.mob-inner-header.elementor-sticky--effects) .search-bar-popup .dialog-widget-content {
        margin-top: 79px !important;
    }

    .home-hero-section .right-cols {
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {

    .shop-product-listing-wrap ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .single-product-slider .flex-control-thumbs {
        max-width: 248px;
    }

    .single-product-slider .thumb-prev {
        left: calc(((100% - 248px) / 2) - 30px);
    }

    .single-product-slider .thumb-next {
        right: calc(((100% - 248px) / 2) - 30px);
    }

    .single-product-slider .thumb-nav-btn {
        bottom: 20px;
    }

    .product-speci-wrap table th, .product-speci-wrap table td {
        padding: 0 !important;
        width: 100% !important;
        text-align: left;
    }

    .product-speci-wrap table tr:nth-child(odd) th, .product-speci-wrap table tr:nth-child(odd) td {
        background-color: transparent !important;
        border-radius: 0 !important;
    }

    .product-speci-wrap table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 8px 16px;
    }

    .product-speci-wrap table tr:nth-child(odd) {
        background-color: #F7F9FB;
        border-radius: 12px;
    }

    .single-product-slider .flex-control-thumbs li {
        flex: 0 0 60px !important;
        max-width: 60px !important;
    }

    .single-product-slider .woocommerce-product-gallery:before {
        content: "";
        width: 37px;
        height: 60px;
        position: absolute;
        bottom: 0;
        right: calc(((100% - 248px) / 2) - 1px);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 7;
    }

    .right-ads-cols .new-aarival-badge .elementor-heading-title {
        font-size: 14px !important;
    }

    .right-ads-cols .new-aarival-badge {
        width: 74px !important;
        height: 74px;
    }

    .shop-product-listing-wrap ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .shop-product-listing-wrap .custom-ad-block {
        grid-column: span 1 / span 1;
    }

    .search-bar-popup .dialog-close-button {
        right: 6px !important;
    }

    .shop-filter-bar .elementor-widget-shortcode, .shop-filter-bar .woocommerce-ordering, .shop-filter-bar .elementor-widget.elementor-widget-search {
        width: calc(50% - 4px) !important;
    }

    .shop-product-listing-wrap .orderby, .shop-filter-bar .woocommerce-ordering {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 374px) {
    .shop-filter-bar {
        flex-direction: column !important;
    }

    .shop-filter-bar .elementor-widget-shortcode, .shop-filter-bar .woocommerce-ordering, .shop-filter-bar .elementor-widget.elementor-widget-search {
        width: 100% !important;
    }

    .shop-ads-banner {
        flex-direction: column-reverse !important;
        padding: 120px 16px 24px 16px !important;
        position: relative;
    }

    .shop-ads-banner .right-ads-cols, .shop-ads-banner .left-ads-image {
        width: 100% !important;
    }

    .shop-ads-banner .left-ads-image {
        padding-right: 30px;
    }

    .shop-ads-banner .new-aarival-badge {
        position: absolute;
        top: 24px;
        left: 16px;
    }

    .shop-ads-banner .right-ads-cols {
        position: unset !important;
    }

    .cs-header-menu .mega-menu, .cs-header-menu .mega-menu>.mega-menu-item>.mega-sub-menu, .cs-header-menu .mega-menu>.mega-menu-item.normal-dropdown-wrap .mega-sub-menu {
        padding-top: 60px !important;
    }

    .cs-header-menu .mega-close {
        margin: 0 !important;
        left: 250px !important;
        top: 10px !important;
    }

}