/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Global */
.elementor-widget-text-editor p:last-child,.elementor-widget-woocommerce-product-content p:last-child{
	margin-bottom: 0;
}
.float-shape {
  animation: float 6s ease-in-out infinite;
}
body .comments-area a, body .page-content a{
	text-decoration: none;
}
.fw-6 .elementor-heading-title {
	font-weight: 600 !important;
}
.fw-7 .elementor-heading-title {
	font-weight: 700 !important;
}
.gradient-heading:hover{
	background: linear-gradient(90deg, #000 0%, #047292 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.elementor-slideshow__title{
	display: none;
}
.cstm-divider .elementor-divider-separator{
	border-radius: 100px;
}
.uppercase{
	text-transform: uppercase;
}
.woocommerce {
    font-family: urbanist !important;
}
.woocommerce .woocommerce-info {
    border-top-color: #01536b;
}
.woocommerce .woocommerce-info::before {
    color: #00536a;
}
.woocommerce .woocommerce-message {
    border-radius: 10px;
}
.woocommerce .woocommerce-message:focus-visible {
    outline: unset;
}
.elementor-widget-n-carousel .swiper-pagination-bullet{
	opacity: 1;
}
.elementor-widget-n-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00536a;
}
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-40px); }
  100% { transform: translateY(0px); }
}
/* Header - Footer */
.main-header.elementor-sticky--effects {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.main-header .elementor-widget-ekit-nav-menu button:hover {
    background: #00536a;
}
.main-footer-cp a{
	color: inherit;
}
.main-footer-cp a:hover{
	color: var( --e-global-color-accent );
}
.main-footer__si .elementor-social-icon svg{
	color: #FFF;
}
.main-footer__si .elementor-social-icon:hover svg {
    color: var( --e-global-color-accent );
}
.auth-btn a{
	color: inherit;
}
.auth-btn.login-btn{
	line-height: 1;
}
.auth-btn.my-acc{
	padding-block: 8px;
}
.auth-dropdown-wrap {
    position: relative;
    display: inline-block;
}

.auth-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

.auth-dropdown-wrap:hover .auth-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.auth-dropdown a {
    display: block;
    padding: 12px 18px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    font-family: urbanist;
    font-weight: 600;
}

.auth-dropdown a:hover {
    background: #d3e200;
    color: #000;
}
.auth-btn.my-acc {
    cursor: pointer;
}
.auth-btn.login-btn a:hover {
    color: #00ae99;
}
.main-header__top .auth-btn {
    border: 1px solid #d3e200;
    background: #d3e200;
    color: #000000;
}
.main-header__top .auth-btn:hover {
    background: transparent;
    color: #d3e200;
    border-color: #d3e200;
}
.main-header__top #main-header-cr .currency-btn {
    border-color: #d3e200;
    color: #d3e200 !important;
}
.main-header__top #main-header-cr .currency-btn:hover{
	background: #d3e200 !important;
	color: #000000 !important;
}
.main-header__top .elementor-menu-cart__toggle .elementor-button:hover svg g path {
    stroke: #d3e200;
}

/* Home Page */
.arrow-btn .elementor-button-icon svg {
    width: 24px;
}
.arrow-btn .elementor-button-content-wrapper{
	display: flex;
	align-items: center;
}

.certification-sec .elementor-widget-image-carousel .swiper-slide-image {
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.certification-sec .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
    padding-inline: 5px;
	padding-top: 5px;
	padding-bottom: 60px !important;
}
.services-sec .elementor-icon-box-title{
	margin-block: 0 !important;
}
/* Contact Form */
/* Contact Form */
.pr-form .elementor-form .elementor-button svg {
    width: 24px;
}
#custom-form {
    font-family: 'Urbanist';
}
.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}
.form-row:last-child {
    margin-bottom: 0;
    ;
}
.form-col {
    flex: 1;
}
.form-col.full {
    flex: 100%;
}
#custom-form .form-row::before,#custom-form .form-row::after{
	display: none;
}
#custom-form input {
    padding-block: 12.5px;
    border-radius: 10px;
    border: 1px solid transparent;
}
#custom-form input:focus-visible,
#custom-form textarea:focus-visible {
    outline: unset;
}
#custom-form textarea {
    border-radius: 10px;
    border: unset;
    height: 94px;
    resize: none;
    border: 1px solid transparent;
}
#custom-form label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #fff;
    margin-bottom: 18px;
}
#custom-form .form-btn {
    all: unset;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #D3E200;
    padding: 9px 24px;
    border-radius: 20px;
    position: relative;
    padding-right: 44px;
    transition: all .4s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 5px;
	text-align: center;
}
#custom-form .form-btn:hover {
    background: #00ae99;
    color: #fff;
}
#custom-form .form-btn::after {
    content: url("https://pragmetis.com/wp-content/uploads/2026/04/icon-right-arrow.svg");
    position: absolute;
    margin-left: 4px;
    display: inline-flex;
    top: 10px;
}
#custom-form .form-btn:hover::after {
    filter: invert(1);
}
#custom-form input[type="submit"] {
    all: unset;
}

#custom-form .wpcf7-spinner {
    position: absolute;
}
.pr-form textarea{
	resize: none; 
	height: 95px;
}
.molecule-sec.e-con{
	overflow: hidden;
}
.molecule-image{
    filter: drop-shadow(15px 30px 20px rgba(0, 0, 0, 0.1));
    animation: pureRotate 18s linear infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes pureRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* About US Page Start */
.os-card h4.elementor-icon-box-title {
    margin: 0;
}
.os-card:hover .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon {
    background: #fff;
}
.about-card:hover .elementor-icon-box-icon{
	 filter: brightness(0) invert(1);
}
.about-card:hover p.elementor-icon-box-description{
	color: #fff !important;
}
/* About US Page End */


/* Service Page Start */
.service-card .elementor-image-box-title {
    margin: 0;
}
.service-card:hover .elementor-image-box-img img {
    filter: brightness(0) invert(1);
}
.service-card:hover .elementor-image-box-title {
    color: #fff !important;
}
.service-card__arrow.elementor-widget-icon {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -35px !important;
    overflow: hidden;
	border-radius: 14px;
	background: #012F3D;
}
.service-card__arrow.elementor-widget-icon:hover{
	background: #000;
}
.service-card__arrow .elementor-icon:hover {
    color: #fff;
}
.service-card__arrow .elementor-icon {
    z-index: 1;
    position: relative;
}
.service-card .elementor-icon-wrapper:after,
.service-card .elementor-icon-wrapper:before {
    background: #067fa2;
    border-radius: 95%;
    content: "";
    filter: blur(16.510265350341797px);
    height: 95%;
    left: 0;
    position: absolute;
    width: 95%;
	z-index: 0;
}
.service-card .elementor-icon-wrapper:before {
    top: -40px;
}
.service-card .elementor-icon-wrapper:after {
    bottom: -40px;
}
.service-card__arrow .elementor-icon-wrapper {
    margin-bottom: -8px !important;
}
.service-card:hover .service-card__arrow.elementor-widget-icon{
	background: #fff;
}
.service-card:hover .elementor-icon-wrapper:before, .service-card:hover .elementor-icon-wrapper:after{
	display: none;
}
.service-card:hover .elementor-icon svg {
    color: #01536B;
}
.service-card:hover .service-card__arrow {
	box-shadow: 0 0 8.6px 0 rgba(0, 0, 0, 0.25);
}
/* Service Page End */

/* Research Page */
.rd-accordion summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rd-accordion summary.e-n-accordion-item-title[aria-expanded="false"] .e-n-accordion-item-title-text {
    background: linear-gradient(90deg, #000 0%, #047292 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rd-accordion.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="false"] .e-n-accordion-item-title-icon span>svg {
    color: #00536a;
    width: 16px;
}
.rd-accordion.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon span>svg{
	color: #D3E200;
}
.rd-carousel img.swiper-slide-image{
    height: clamp(15.625rem, 11.5385rem + 15.3846vw, 25rem);
    object-fit: cover;
}
/* Contact US Page */
.page-id-1905 .contact-global{
	display: none;
}
.cp-form #custom-form label {
    color: #111111;
}
.cp-form #custom-form .form-btn {
    width: stretch;
}
.cp-form #custom-form input:not(.wpcf7-submit),.cp-form #custom-form textarea {
    background: #EBEBEB;
}
.cp-form .form-btn {
    width: stretch;
    text-align: center;
}
.cp-map .elementor-custom-embed {
    height: 100%;
}
.cp-card h3.elementor-icon-box-title {
    margin: 0;
}
.cp-card .elementor-icon-box-description a {
    color: inherit !important;
}
.cp-card .elementor-icon-box-description a:hover {
    color: #00ae99 !important;
}
/* Content Pages */
.cp-text ul{
	padding-left: 0;
}
.cp-text li {
  list-style: none; 
  position: relative;
  padding-left: 15px;
}
.cp-text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 6px;
    width: 6px;
    background-color: #00AE99;
    border-radius: 50%;
}
.cp-text p, .cp-text li {
    margin-bottom: 15px;
}
.cp-text ul li:last-child {
  margin-bottom: 0;
}

.cp-text ul:has(+ p) li:last-child {
  margin-bottom: 15px;
}
.cp-text .elementor-widget-text-editor {
    margin-left: 18px;
}
.cp-text .cp-ul-02 ul{
	margin-left: 18px;
}
.cp-text.cp-text-pp .elementor-widget-text-editor{
	margin-left: 0;
}
/* WooCommerce */
.qty-plus,
.qty-minus {
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
}
#add-cart input[type=number]::-webkit-inner-spin-button,
#add-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
#add-cart input[type=number] {
    -moz-appearance: textfield;
}
#add-cart .single_add_to_cart_button.button,
.woocommerce #review_form #respond .form-submit input,
#main-header-cr .currency-btn,
.auth-btn,
.woocommerce a.button,
#update_rfq_cart,#gpls-woo-rfq_checkout_button,
.rfq-return-to-shop a,
#pr-account .woocommerce-orders-table__cell-order-actions a.woocommerce-button{
    background-color: var( --e-global-color-31ba5a3 );
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-31ba5a3 );
    border-radius: 22px 22px 22px 22px;
    padding: 10px 20px 10px 20px;
    font-family: 'Urbanist';
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
}
#add-cart .single_add_to_cart_button.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
#main-header-cr .currency-btn:hover,
.auth-btn:hover,
.woocommerce a.button:hover,
#update_rfq_cart:hover, #gpls-woo-rfq_checkout_button:hover,.rfq-return-to-shop a:hover,
#pr-account .woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover{
	    background-color: var( --e-global-color-f679d14 );
    color: var( --e-global-color-31ba5a3 );
}
#add-cart form.cart {
    display: flex;
    flex-direction: column;
	margin-bottom: 0;
}

#add-cart .quantity {
    border: 1px solid #D1D5DC;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
	margin-bottom: 24px;
	align-self: flex-start;
	width: max-content;
}
#add-cart input[type=number] {
      font-family: 'Urbanist';
    font-size: 16px;
    border: unset;
    border-left: 1px solid #D1D5DC;
    border-right: 1px solid #D1D5DC;
    color: #111111;
    padding-inline: 0;
    width: 50px;
	text-align: center;
	background: transparent;
}
#add-cart input[type=number]:focus {
    outline: none;
}
#add-cart .qty-minus, #add-cart .qty-plus {
    all: unset;
    padding: 0 15px;
    font-size: 18px;
    color: #111111;
    font-family: 'Urbanist';
}
#add-cart .qty-minus:hover, #add-cart .qty-plus:hover {
    background: #00536a;
    color: #fff;
    cursor: pointer;
}
#add-cart span.qty-label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var( --e-global-color-c6b56e3 );
    font-family: 'Urbanist';
}
#pr-wishlist a.tinvwl_add_to_wishlist_button {
    border: 1px solid #01536B;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #01536B;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button::before {
    content: "\e909";
    font-family: tinvwl-webfont !important;
    color: #01536B;
    display: inline !important;
    text-align: center;
    font-size: 20px !important;
}
.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button:hover::before,.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
    color: #d3e200;
}
#pr-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list,#pr-wishlist a.tinvwl_add_to_wishlist_button:hover {
    color: #D3E200;
    background: #01536B;
}
#pr-currency span.wmc-current-currency {
    padding: 0;
    border: unset;
}
#pr-currency .wmc-current-currency i {
    border-radius: 5px;
}
#pr-currency span.wmc-current-currency-arrow {
    all: unset;
    margin-left: 8px;
}
#pr-currency .wmc-currency a i {
    border-radius: 5px;
}
#pr-currency .wmc-sub-currency {
    border: unset;
}
#pr-currency .wmc-currency {
    padding: 0;
}
#pr-currency .wmc-currency a{
	margin-top: 10px;
}
#pr-currency .wmc-current-currency-arrow::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    background-image: url("../../../wp-content/uploads/2026/04/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
}
#share-btn:hover{
	cursor: pointer;
}
.single-product .cp-text li {
    margin-bottom: 10px;
}
.single-product .cp-text li::before{
    top: 9px;
}
.product-loop-v1 .product-meta-il span.elementor-icon-list-text {
    background: #E6F2F5;
    padding: 4px 12px;
    border-radius: 100px;
}
.product-loop-v1.e-con {
    height: 100%;
}
.product-loop-v1 p.price{
	margin-bottom: 0;
}
.single-product .woocommerce-message {
    border-top-color: #00536a;
	margin-bottom: 0;
	line-height: 40px;
	margin-top: 24px;
	color: #111;
	font-family: 'Urbanist',sans-serif;
}
.single-product .woocommerce-message::before{
    color: #00536a;
}
.single-product .woocommerce-message a {
    background-color: var( --e-global-color-31ba5a3 );
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-31ba5a3 );
    border-radius: 22px 22px 22px 22px;
    padding: 10px 20px 10px 20px;
    font-family: 'Urbanist';
    text-align: center;
    color: #fff;
	line-height: 1.2;
}
.single-product .woocommerce-message a:hover{
	  background-color: var( --e-global-color-f679d14 );
    color: var( --e-global-color-31ba5a3 );
}
.single-product .woocommerce-message:focus-visible {
    outline: unset;
}
.single-product .product-meta-il span.elementor-icon-list-text, .single-product .product-meta-il span.elementor-icon-list-text a {
    display: inline !important;
}
.product-card h2{
	 overflow-wrap: break-word; 
  word-wrap: break-word;     
}
span.woosc-btn-text {
    color: #4A5565;
    font-size: 14px;
    font-weight: 500;
}
.woosc-added,.woosc-added span.woosc-btn-text {
    color: #00536a;
}
.woosc-icon-1:before {
    content: url("/wp-content/uploads/2026/04/compare.svg");
}
.shop-filter button.reset-form {
    position: absolute;
    top: -55px;
    right: 20px;
}
.shop-filter span.count {
    position: absolute;
    right: 0;
    border: 1px solid #4A5565;
    border-radius: 30px;
    padding: 3px 10px;
    top: -2px;
}
.shop-filter .form-tax input[type="checkbox"] {
    background: transparent;
    border-color: #4A5565;
	border-radius: 4px;
	position: relative;
}
.shop-filter.elementor-element .filter-container .form-tax ul input[type="checkbox"]:checked::before {
    background: #01536b !important;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
.search-filter.elementor-element .search-post .search-container button[type="submit"] {
    all: unset;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.search-filter button[type="submit"]::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("https://pragmetis.com/wp-content/uploads/2026/04/search-bar.svg") no-repeat center;
    background-size: contain;
}
.shop-toggle .elementor-widget-icon .elementor-icon {
    border-radius: 6px;
    padding: 6.5px;
		border: 1px solid transparent !important;
}
.shop-toggle .elementor-widget-icon.active-view .elementor-icon {
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
	border-color: #D1D5DC !important;
}
.shop-toggle .elementor-widget-icon .elementor-icon svg path{
	stroke: rgb(17, 17, 17);
}
.shop-toggle .elementor-widget-icon.active-view .elementor-icon svg path{
	stroke: #01536b;
}
body.list-view-active .product-loop-v1 .e-con-inner {
    display: grid;
    grid-template-columns: 1fr .85fr;
    max-width: 780px;
    margin: 0 !important;
    gap: 40px;
}
body.list-view-active .elementor-widget.elementor-widget-icon-list {
    flex-grow: 0;
}
#pr-loop .page-numbers {
    border: 1px solid #D1D5DC;
    padding: 10px 15px;
    border-radius: 10px;
}
#pr-loop .page-numbers.current,#pr-loop .page-numbers:hover{
    background: #01536B;
    border-color: #01536B;
}
.filter-sorting-wrapper select:focus-visible {
    outline: none;
    border: 1px solid #01536B !important;
}
.np-products span.qty-label, .np-products #add-cart .quantity, .np-products .single_add_to_cart_button:not(.gpls_rfq_set), .np-products #pr-currency, body:not(.np-products) #add-cart .single_add_to_cart_button.button.gpls_rfq_set,.single-product a.rfqcart-link-single {
    display: none;
}
.single-product span.woocommerce-Price-amount.amount {
    visibility: visible !important;
}

/* Product Category Tabs*/
.shop-category .bpfwe-taxonomy-wrapper {
  margin: 0;
}

.shop-category .taxonomy-filter {
  display: flex !important;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-category .taxonomy-filter li {
  list-style: none;
  position: relative;
}

.shop-category .taxonomy-filter input[type="radio"] {
  display: none;
}

.shop-category .taxonomy-filter .low-group-trigger {
  display: none !important;
}

.shop-category .taxonomy-filter input[type="radio"] + span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
	width: 100%;
}

.shop-category .taxonomy-filter input[type="radio"]:checked + span,
.shop-category .taxonomy-filter input[type="radio"] + span:hover {
  background: #d3e200;
}

.shop-category
  .taxonomy-filter
  .parent-term:has(.child-terms)
  > label
  > span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
  background: url("https://pragmetis.com/wp-content/uploads/2026/04/chevron-down.svg")
    no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.shop-category .taxonomy-filter .child-terms {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;

  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 10px;
  z-index: 999;
}

.shop-category .taxonomy-filter .parent-term::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 12px;
}

.shop-category .taxonomy-filter .parent-term:hover > .child-terms,
.shop-category .taxonomy-filter .child-terms:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shop-category .taxonomy-filter .child-terms li {
  margin-bottom: 6px;
}

.shop-category .taxonomy-filter .child-terms li:last-child {
  margin-bottom: 0;
}
.filter-direct-close{
    display: none;
}
.shop-category .taxonomy-filter li.child-term,.shop-category .taxonomy-filter li.child-term label {
    width: 100%;
}
/* Single Product Data Tabs */
div.product.elementor #sp-data-tabs ul.tabs li {
  all: unset;
  width: 100%;
}
#sp-data-tabs ul.tabs.wc-tabs {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

div.product.elementor #sp-data-tabs ul.tabs li.active,
div.product.elementor #sp-data-tabs ul.tabs li:hover {
  background: var(--e-global-color-68ee5e3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
div.product.elementor #sp-data-tabs ul.tabs li:hover a {
  color: #fff;
}
#sp-data-tabs ul.tabs.wc-tabs a {
  width: 100%;
  text-align: center;
}
#sp-data-tabs .woocommerce-Tabs-panel {
  border-top: 1px solid #0000001a;
  font-family: urbanist;
}
#sp-data-tabs .woocommerce-Tabs-panel > h2{
  display: none;
}
#sp-data-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
#sp-data-tabs .wc-tabs::after {
  display: none;
}

/* Single Product Review */
.comment-reply-title {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}
.comment-form label {
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.comment-form span.required {
  color: #fb2c36;
}
.stars span a {
  color: #d1d5dc;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.stars span:hover a {
  color: #fae251 !important;
}
.stars span a:hover ~ a {
  color: #ccc !important;
}
.stars span a.active,
.stars span a.active ~ a {
  color: #ccc;
}
.stars span:not(:hover) a.active {
  color: #fae251;
}
.stars span a:before {
  content: "\e011";
  display: inline-block;
  font-family: WooCommerce;
}
.stars.selected span a {
  color: #fae251;
}
.woocommerce #reviews #comment {
  background: #f3f3f5;
  border-color: transparent;
  border-radius: 10px;
  height: 150px;
  resize: none;
}
.woocommerce #reviews #comment:focus-visible {
  outline: unset;
}
.comment-form-rating {
  margin-top: 25px;
}
#review_form input:focus-visible,
.woocommerce #reviews #comment:focus-visible {
  border-color: #01536b;
}
#review_form input {
  background: #f3f3f5;
  border-color: transparent;
  border-radius: 10px;
  outline: unset;
}
div#reviews {
  border-radius: 10px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.comment-form-cookies-consent {
  align-items: center;
  display: flex;
  gap: 5px;
}
.comment-form-cookies-consent label {
  color: #364153;
  margin-bottom: 0;
}
div#comments {
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#comments,
div#review_form_wrapper {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 32px;
}
.woocommerce #review_form #respond p.form-submit {
    margin-top: 20px;
    margin-bottom: 0;
}
h2.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
	position: relative;
}
h2.woocommerce-Reviews-title::before {
    content: url("https://pragmetis.com/wp-content/uploads/2026/04/reviews.svg");
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.woocommerce a.button {
    width: auto;
}
/* Smooth transition when the cart updates */
.woocommerce-cart-form {
    transition: opacity 0.3s ease-in-out;
}

/* Optional: Add a spinner cursor while processing */
.woocommerce-cart-form.processing {
    cursor: wait;
    pointer-events: none; /* Prevent double-clicks during load */
}
#pr-account a.wc-forward.button {
    COLOR: #FFF;
}
#pr-account a.wc-forward.button:hover {
    color: #00536a;
}

/* Quote Page */
#pr-quote {
  color: #111;
  font-family: Urbanist;
}
#gpls-woo-rfq_checkout_button,
#update_rfq_cart {
  font-size: 15px;
	width:auto;
}
#rfq_cart_shop_table.shop_table {
  border: none;
  border-collapse: collapse;
  border-radius: 15px;
  color: #111;
  font-family: Urbanist, sans-serif;
  margin: 20px 0;
  overflow: clip;
  width: 100%;
}
#rfq_cart_shop_table .cart_tr:first-child th {
  background-color: #00536a;
  border-bottom: 2px solid #d3e200;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: left;
  text-transform: uppercase;
}
#rfq_cart_shop_table .quantity {
  margin-bottom: 0;
}
#rfq_cart_shop_table tbody .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}
#rfq_cart_shop_table tbody .woocommerce-cart-form__cart-item:hover {
  background-color: #fcfcfc;
}
#rfq_cart_shop_table td.cart_td {
  background: #fff;
  border-color: #e5e7eb;
  padding: 5px 20px;
  vertical-align: middle;
}
#rfq_cart_shop_table .product-thumbnail img {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  height: auto;
  max-width: 60px;
}
#rfq_cart_shop_table .product-name a {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
#rfq_cart_shop_table .product-name a:hover {
  color: #01536b;
}
#rfq_cart_shop_table .product-remove a.remove {
  color: #999 !important;
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  text-decoration: none !important;
  transition: color 0.3s;
  background: transparent !important;
}
#rfq_cart_shop_table .product-remove a.remove:hover {
  background: transparent !important;
  color: #d9534f !important;
}
#rfq_cart_shop_table .actions.cart_td {
  border: unset;
  padding: 20px 0 0;
  text-align: left;
}
table#rfq-shop-table_customer_info {
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 20px;
}
#rfq-shop-table_customer_info .info_td {
  background: transparent;
  border: unset;
  padding: 0;
}
#rfq-shop-table_customer_info h1.woo-rfq-customer-info-header {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
#rfq-shop-table_customer_info .rfq-cart-message {
  border: 1px solid #e5e7eb;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  outline: unset;
  resize: none;
  width: 100%;
}
#rfq-shop-table_customer_info th.info_th {
  background: #00536a;
  border-color: #e5e7eb;
  border-bottom: unset;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  display: block;
  visibility: visible;
}
#rfq-shop-table_customer_info .rfq_proceed-to-checkout {
  text-align: left;
}
#pr-quote .woocommerce-thankyou-order-received {
  background: #00536a;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
}
#pr-quote .woocommerce-order {
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 30px;
}
#pr-quote .woocommerce-order h2 {
  font-size: 20px;
  font-weight: 600;
}
#pr-quote .woocommerce-table th {
  background-color: #00536a;
  border-bottom: 2px solid #d3e200;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: left;
  text-transform: uppercase;
}
#pr-quote .woocommerce-table tbody td {
  background: #fff;
  border-color: #e5e7eb;
  padding: 5px 20px;
  vertical-align: middle;
}
#pr-quote .woocommerce-table tbody .product-name a {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info th.info_th {
    background: transparent;
    color: #111111;
    font-weight: 500;
    font-size: 16px;
    border: unset;
    padding: 15px 0 5px 0;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td input {
    background: #EBEBEB;
    border-color: #EBEBEB;
    border-radius: 10px;
    padding: 13px;
	width: 100%;
	outline: none;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td {
    padding: 0 !important;
	font-weight: 500;
	width: 100% !important;
}
body:not(.logged-in) select#rfq_billing_country {
    background: #EBEBEB;
    border-color: #EBEBEB;
    border-radius: 10px;
    padding: 14.5px !important;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td textarea#rfq_message {
    border-radius: 10px;
    background: #ebebeb;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td #gpls-woo-rfq_checkout_button{
	    background-color: #01536b;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #01536b;
    border-radius: 22px;
    padding: 10px 20px;
    font-family: 'Urbanist', sans-serif;
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0;
    color: #fff;
    transition: all 0.3s ease;
    margin-top: 10px;
}
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td #gpls-woo-rfq_checkout_button:hover{
	background-color: transparent;
    color: #01536b;
} 
body:not(.logged-in) #pr-quote #rfq-shop-table_customer_info .info_td input[type="checkbox"] {
    width: auto;
}
body:not(.logged-in) span.woocommerce-input-wrapper.password-input {
  display: block;
  position: relative;
}
body:not(.logged-in) span.password-input button.show-password-input {
  align-items: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  display: flex;
  height: 35px !important;
  justify-content: center;
  min-width: unset !important;
  padding: 0 !important;
  position: absolute !important;
  right: 10px;
  top: 23px;
  transform: translateY(-50%);
  width: 35px !important;
  z-index: 1;
}
body:not(.logged-in) span.password-input button.show-password-input:after {
  color: #4a5565;
  font-size: 20px;
  transition: color 0.3s ease;
}
body:not(.logged-in) span.password-input button.show-password-input:hover:after {
  color: #01536b;
}
body:not(.logged-in) span.password-input button.show-password-input:after,
body:not(.logged-in) span.password-input button.show-password-input:before {
  display: none !important;
}
body:not(.logged-in) span.password-input button.show-password-input {
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%234A5565" d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM128 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0zm160-80a80 80 0 1 0 0 160 80 80 0 1 0 0-160z"/></svg>') !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
}
body:not(.logged-in) span.password-input button.show-password-input:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2301536b" d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM128 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0zm160-80a80 80 0 1 0 0 160 80 80 0 1 0 0-160z"/></svg>') !important;
}
body:not(.logged-in) span.password-input button.show-password-input.display-password {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%234A5565" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"/></svg>') !important;
}
body:not(.logged-in) span.password-input button.show-password-input.display-password:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%2301536b" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"/></svg>') !important;
}
body:not(.logged-in) input#rfq_state_text {
    margin-bottom: 15px;
}
/* My Account */
.woocommerce {
    font-family: 'Urbanist';
}
nav.woocommerce-MyAccount-navigation {
    border-radius: 10px;
    overflow: hidden;
}
#pr-account .form-row {
    flex-direction: column;
    margin-top: -15px;
    margin-bottom: -15px;
}
#pr-account input,#pr-account select {
    outline: unset;
}
#pr-account div#customer_login {
    max-width: 600px;
    margin: 0 auto;
}
#pr-account div#customer_login h2{
    display: none;
}
#pr-account .woocommerce-form-login .form-row:nth-child(3) {
    margin-top: 0;
}
#pr-account .woocommerce-LostPassword.lost_password {
    margin-top: 10px;
}
#pr-account .woocommerce-form-login__rememberme {
    margin-top: -15px;
}
#pr-account .u-columns.col2-set {
    display: block !important;
}

body:not(.logged-in) #pr-account .u-column1, body:not(.logged-in) #pr-account .u-column2 {
    width: 100% !important;
    display: none; /* Hide both initially */
}

/* Class to show the active tab */
#pr-account .show-tab {
    display: block !important;
}

#pr-account .woocommerce-form-register.register {
    height: unset !important;
}
#pr-account .custom-tab-nav {
    display: flex;
    gap: 0px;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00536a;
}
#pr-account .tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    width: 100%;
    font-family: 'Urbanist';
    font-weight: 600;
    text-align: center;
    color: #00536a;
}
#pr-account .tab-btn.active {
    background: #00536a;
    color: #fff;
}
#pr-account .woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}
#pr-account .woocommerce-ResetPassword .form-row{
    margin-top: 0;
}
#pr-account .woocommerce-orders-table__cell-order-number a,#pr-account .order_details a {
    color: #00ae99;
}
#pr-account .woocommerce-orders-table__cell-order-number a:hover,#pr-account .order_details a:hover {
    color: #01536b;
}
#pr-account .woocommerce-order-details h2, #pr-account .woocommerce-customer-details h2, #pr-account .woocommerce-MyAccount-content-wrapper h2 {
    font-size: 24px;
}
 .woocommerce-lost-password .pr-auth{
     display: none;
 }
    body:not(.logged-in) .e-my-account-tab.e-my-account-tab__dashboard {
        max-width: 600px;
        margin: 0 auto;
    }
    body:not(.logged-in) .e-my-account-tab .woocommerce-error {
        margin-bottom: 0;
        margin-top: 28px;
        border-radius: 10px;
    }
#pr-account .woocommerce-Address h2,#pr-account .woocommerce-MyAccount-content-wrapper form h2 {
    margin-top: 0;
    font-size: 18px;
}
#pr-account .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
#pr-account .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block !important;
    border-color: #666 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    width: 0 !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}
#pr-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    height: 100%;
	display: flex;
	align-items: center;
}
body:not(.logged-in) #pr-account .woocommerce-message {
	margin-top: 20px;
	margin-bottom: 0;
}
/* Wishlist Page */
.tinv-wishlist .tinvwl-table-manage-list {
    border: none;
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: clip;
}
.tinv-wishlist .tinvwl-table-manage-list thead th {
  background-color: #00536a;
  border-bottom: 2px solid #d3e200;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: left;
  text-transform: uppercase;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr:hover {
  background-color: #fcfcfc;
}
.tinv-wishlist .tinvwl-table-manage-list td {
  background: #fff;
  border-color: #e5e7eb;
  color: #111;
  padding: 5px 20px;
  vertical-align: middle;
}
.tinv-wishlist .product-thumbnail img {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  height: auto;
  max-width: 60px;
}
.tinv-wishlist .product-name a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
.tinv-wishlist .button,
.tinv-wishlist button.button.alt,
.tinvwl-input-group-btn button {
  background-color: #01536b !important;
  border: 1px solid #01536b !important;
  border-radius: 22px !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: auto;
}
.tinv-wishlist .button:hover,
.tinv-wishlist button.button.alt:hover {
  background-color: transparent !important;
  color: #01536b !important;
}
.tinv-wishlist .tinvwl-table-manage-list tfoot td {
  border: unset; 
  padding: 20px 0 0;
}
.tinv-wishlist select#tinvwl_product_actions {
    border-radius: 22px;
}

/* Blog  */
.blog-loop-v1 .elementor-widget-theme-post-excerpt p{
	margin-bottom: 0;
}
.sb-content.elementor-widget-theme-post-content strong{
	color: #111111;
}
.sb-content.elementor-widget-theme-post-content a {
    color: #575757;
    font-weight: 500;
    text-decoration: underline;
}
.sb-content.elementor-widget-theme-post-content a:hover{
	color: #00ae99;
}
.sb-content.elementor-widget-theme-post-content ul li a {
    text-decoration: unset;
}
.sb-content.elementor-widget-theme-post-content ul li strong{
	font-weight: 500;
	    color: inherit;
}
.sb-content.elementor-widget-theme-post-content ul {
    padding-left: 20px;
}
.sb-content.elementor-widget-theme-post-content ul li{
	    list-style: none;
    position: relative;
    padding-left: 15px;
	margin-bottom: 15px;
}
.sb-content.elementor-widget-theme-post-content ul li::before{
	content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 6px;
    width: 6px;
    background-color: #00AE99;
    border-radius: 50%;
}
.sb-content table tbody td {
    background: #FFFFFF00 !important;
	border-color: #B9B9B9;
}
.sb-content .wp-block-table thead {
    border-bottom: unset;
    background: #0000000F;
}
.sb-content thead td {
    border-color: #B9B9B9;
}
.sb-content h2 {
  font-size: 22px;
}

.sb-content h3 {
  font-size: 18px;
}

.sb-content h4 {
  font-size: 16px;
}
form .elementor-message.elementor-message-success {
    margin-top: 30px;
}
/* =========================================================
   Checkout / Order Received Page (#pr-checkout)
   ========================================================= */

#pr-checkout {
    font-family: 'Urbanist', sans-serif;
    color: #111;
}

/* Order Container */
#pr-checkout .woocommerce-order {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    padding: 30px;
}

#pr-checkout .woocommerce-order h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

/* Success Message */
#pr-checkout .woocommerce-thankyou-order-received {
    background: #00536a;
    border-radius: 10px;
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Order Overview List */
#pr-checkout ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
}

#pr-checkout ul.order_details li {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 700;
}

#pr-checkout ul.order_details li strong {
    color: #111;
    font-size: 16px;
    text-transform: none;
    margin-top: 5px;
    font-weight: 600;
}

/* Order Details Table */
#pr-checkout .woocommerce-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

#pr-checkout .woocommerce-table th {
    background-color: #00536a;
    border-bottom: 2px solid #d3e200;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
}

#pr-checkout .woocommerce-table tbody td {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px 20px;
    vertical-align: middle;
}

#pr-checkout .woocommerce-table tbody .product-name a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

#pr-checkout .woocommerce-table tbody .product-name a:hover {
    color: #01536b;
}

/* Table Footer (Totals) */
#pr-checkout .woocommerce-table tfoot th,
#pr-checkout .woocommerce-table tfoot td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    background: #fcfcfc;
}

#pr-checkout .woocommerce-table tfoot tr:last-child th,
#pr-checkout .woocommerce-table tfoot tr:last-child td {
    border-bottom: none;
}

#pr-checkout .woocommerce-table tfoot th {
    background: #f9fafb;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-right: 1px solid #e5e7eb;
    width: 30%;
}

/* Customer Details (Billing Address) */
#pr-checkout .woocommerce-customer-details address {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    padding: 25px;
    font-style: normal;
    line-height: 1.6;
    background: #fcfcfc;
    height: auto !important; /* Overrides the inline height of 176px */
}

#pr-checkout .woocommerce-customer-details--phone,
#pr-checkout .woocommerce-customer-details--email {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}

@media (max-width: 1500px){
	.main-header .elementor-element .elementskit-navbar-nav-default .elementskit-navbar-nav>li {
    margin-right: clamp(2.1875rem, -7.4483rem + 11.2782vw, 3.125rem);
}
}
@media (max-width: 1366px) {
  .main-header
    .elementskit-navbar-nav-default
    .elementskit-navbar-nav.elementskit-menu-po-center {
    justify-content: flex-end;
  }
  .shop-category .taxonomy-filter input[type="radio"] + span {
    padding: 10px 15px;
  }
	.shop-category .taxonomy-filter .child-terms{
		left: -50px;
	}
}


@media (max-width: 767px){
	.client-counter {
    position: static !important;
    margin: 0 auto;
    margin-top: -50px;
    box-shadow: 0 4px 8.6px 0 rgba(0, 0, 0, 0.15);
}
	.service-card__arrow.elementor-widget-icon { 
		bottom: -25px !important;
	}
	.shop-category .taxonomy-filter .child-terms {
    left: -20px;
}

#sp-data-tabs ul.tabs.wc-tabs {
    gap: 10px;
    flex-direction: column;
}
	div#reviews{
		grid-template-columns: 1fr;
	}
	div#comments, div#review_form_wrapper{
		padding: 30px 20px;
	}
	div#comments {
    min-height: 220px;
    padding-top: 100px;
}
	.comment-reply-title{
		font-size: 22px;
	}	
	h2.woocommerce-Reviews-title {
    font-size: 20px;
    margin-bottom: 0;
}
  #rfq_cart_shop_table,
  #rfq_cart_shop_table tbody,
  #rfq_cart_shop_table td,
  #rfq_cart_shop_table tr {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
  }
  #rfq_cart_shop_table .cart_tr:first-child {
    display: none !important;
  }
  #rfq_cart_shop_table .woocommerce-cart-form__cart-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    overflow: hidden;
  }
  #rfq_cart_shop_table td.cart_td {
    border-bottom: 1px solid #f3f4f6 !important;
    border: unset;
    display: flex !important;
    flex-direction: column;
    min-height: 50px;
    padding: 12px 20px !important;
    text-align: left !important;
  }
  #rfq_cart_shop_table td.cart_td:before {
    color: #6b7280;
    content: attr(data-title);
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    margin-right: 15px;
    text-align: left;
    text-transform: uppercase;
  }
  #rfq_cart_shop_table td.cart_td > * {
    word-wrap: break-word;
  }
  #rfq_cart_shop_table .product-thumbnail {
    background: #f9fafb;
    display: block !important;
    padding: 15px !important;
    text-align: center !important;
  }
  #rfq_cart_shop_table .product-thumbnail:before {
    display: none !important;
  }
  #rfq_cart_shop_table .product-thumbnail img {
    margin: 0 auto;
    max-width: 80px;
  }
  #rfq_cart_shop_table .product-remove:before {
    content: "Remove Item" !important;
  }
  #rfq_cart_shop_table .actions.cart_td {
    background: transparent;
    border: none !important;
    display: block !important;
    padding: 15px !important;
  }
  #rfq_cart_shop_table .actions.cart_td:before {
    display: none !important;
  }
  #pr-cart .e-shop-table.e-cart-section {
    border: unset;
    padding: 0;
  }
  #pr-cart .woocommerce-cart-form__cart-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: block !important;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 45px;
    padding-inline: 0;
    position: relative;
  }
  #pr-cart .cart_tr:first-child,
  #pr-cart thead {
    display: none !important;
  }
  #pr-cart .woocommerce-cart-form__cart-item td {
    align-items: flex-start;
    border-bottom: 1px solid #f3f4f6 !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 12px 20px !important;
    width: 100% !important;
  }
  #pr-cart .woocommerce-cart-form__cart-item td:before {
    content: attr(data-title);
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 15px;
    text-align: left;
    text-transform: uppercase;
  }
  #pr-cart .product-remove {
    border: none !important;
    padding: 10px 15px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 1;
  }
  #pr-cart .product-remove:before {
    display: none !important;
  }
  #pr-cart .product-remove a.remove {
    display: block;
    text-decoration: none;
  }
  #pr-cart .product-thumbnail {
    background: #f9fafb;
    display: block !important;
    padding: 20px !important;
    text-align: center !important;
  }
  #pr-cart .product-thumbnail:before {
    display: none !important;
  }
  #pr-cart .product-thumbnail img {
    height: auto;
    margin: 0 auto;
    max-width: 100px;
  }
  #pr-cart .product-name a,
  #pr-cart .product-price,
  #pr-cart .product-subtotal {
    word-wrap: break-word;
  }
  #pr-cart .product-quantity .quantity {
    margin-bottom: 0;
  }
  #pr-cart .product-quantity input.qty {
    text-align: center;
    width: 50px;
  }
  #pr-cart .woocommerce-cart-form__cart-item td:last-child {
    border-bottom: none !important;
  }
	 .tinv-wishlist .tinvwl-table-manage-list,
  .tinv-wishlist .tinvwl-table-manage-list tbody,
  .tinv-wishlist .tinvwl-table-manage-list td,
  .tinv-wishlist .tinvwl-table-manage-list tr {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
  }
  .tinv-wishlist .tinvwl-table-manage-list thead {
    display: none !important;
  }
  .tinv-wishlist .tinvwl-table-manage-list tbody tr {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
  }
  .tinv-wishlist .tinvwl-table-manage-list td {
    align-items: flex-start;
    border-bottom: 1px solid #f3f4f6 !important;
    border: unset;
    display: flex !important;
    padding: 12px 20px !important;
    text-align: left !important;
  }
  .tinv-wishlist .product-thumbnail {
    background: #f9fafb;
    display: block !important;
    padding: 20px !important;
    text-align: center !important;
  }
  .tinv-wishlist .product-thumbnail:before {
    display: none !important;
  }
  .tinv-wishlist .product-thumbnail img {
    margin: 0 auto;
  }
  #pr-wishlist .product-remove button {
    margin: 0;
  }
  .tinv-wishlist .product-action {
    border-bottom: none !important;
    padding: 15px 20px !important;
  }
  .tinv-wishlist .tinvwl-table-manage-list tfoot td {
    align-items: flex-start;
    border: unset !important;
    flex-direction: column;
  }
  .tinvwl-to-right.look_in {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #pr-wishlist .tinv-wishlist .product-stock p {
    margin: 0;
  }
  .tinv-wishlist table input[type="checkbox"] {
    margin-top: 10px;
  }
	.pr-form .elementor-field-group {
    margin-bottom: 15px !important;
}
	.main-header__top .auth-btn,.main-header__top .auth-btn{
		font-size: 14px;
		padding-block: 6px;
	}
	.main-header__top #main-header-cr .currency-btn {
    font-size: 14px;
    padding-block: 6px !important;
}
	.auth-dropdown{
		left: 0;
		right: unset;
		min-width: max-content;
	}
	.auth-dropdown a {
    padding: 6px 12px;
	}
	#pr-account .woocommerce-orders-table tbody tr {
    margin-bottom: 20px;
}
	#pr-account .woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    margin-top: 10px;
}
	.main-header__top .auth-btn.my-acc{
		padding-block: 2.5px;
	}
	.auth-dropdown-wrap{
		display: flex;
	}
	#main-header-cr .currency-btn{
		font-size: 16px;
	}
	#pr-account .u-column2.col-2.woocommerce-Address {
    margin-top: 20px;
}
    #pr-checkout ul.order_details {
        flex-direction: column;
        gap: 15px;
    }
    
    #pr-checkout .woocommerce-table tfoot th {
        width: auto;
    }
    
    #pr-checkout .woocommerce-order {
        padding: 20px;
    }	
	.home-heading h2 br{
		display: none;
	}
	body:not(.logged-in) input#rfq_address {
    margin-bottom: 15px;
}
	.shop-category .taxonomy-filter {
	justify-content: flex-start;
}
}
@media (max-width: 600px){
	.form-row {
    flex-direction: column;
    margin-bottom: 15px;
}
	#custom-form input{
		padding: 8px 20px;
	}
	#custom-form label {
    margin-bottom: 8px;
}
#pr-loop .page-numbers {
    padding: 10px;
    font-size: 12px;
}	
}
@media (min-width: 1025px){
	.main-header .elementskit-navbar-nav li.menu-item:last-child {
    margin-right: 0;
}
}

@media (min-width: 1025px) and (max-width: 1366px){
	.services-sec > .e-con-inner > .e-con.elementor-element{
		width: 45%;
	}
}
/* --- MOBILE ONLY (767px and below) --- */
@media (max-width: 767px) {
  #filter-con {
    background: #fff;
    border-radius: 0;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    height: 100vh;
    left: -280px; /* Securely off-screen */
    overflow-y: auto;
    padding: 60px 20px !important;
    position: fixed;
    top: 0;
    transition: left 0.3s ease-in-out; /* Smooth slide transition */
    width: 250px;
    z-index: 99999;
  }

  /* Slide in when open */
  #filter-con.is-open {
    left: 0 !important;
	padding: 60px 0 !important;
  }

  #filter-trigger {
    display: block;
  }

  .filter-direct-close {
    display: flex;
  }
}

/* --- DESKTOP / TABLET (768px and above) --- */
@media (min-width: 768px) {
  #filter-con {
    /* The !important declarations force desktop layout during live browser resizing */
    position: static !important;
    left: 0 !important;
    width: 100% !important; 
    height: auto !important;
    box-shadow: none !important;
    padding: 0 !important;
    transition: none !important;
  }

  /* Hide mobile layout elements completely on desktop */
  #filter-trigger,
  .filter-direct-close {
    display: none !important;
  }
  
  /* Prevent background body lock from sticking on desktop */
  body {
    overflow: auto !important;
  }
}

/* --- GLOBAL CLOSE BUTTON GRAPHICS --- */
.filter-direct-close {
  align-items: center;
  border: 1px solid #01536b;
  border-radius: 100px;
  color: #01536b;
  cursor: pointer;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  line-height: 1.2;
  padding: 0 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease;
  width: 35px;
}
.filter-direct-close:hover {
  background: #01536b;
  color: #fff;
}