@media (min-width: 1601px) {
  .elementor-107 
  .elementor-element.elementor-element-b5f988:not(.elementor-motion-effects-element-type-background),
  
  .elementor-107 
  .elementor-element.elementor-element-b5f988 
  > .elementor-motion-effects-container 
  > .elementor-motion-effects-layer {
    
    background-attachment: fixed !important;
    background-size: auto !important;
  }
}

a.styler-product-video-button {
    display: none !important;
}
.styler-accordion-body {
    padding: 50px;
}
/* Kill Styler countdown BEFORE JS loads (no flash) */
.styler-product-summary .styler-viewed-offer-time,
.styler-product-summary .styler-coming-time,
.styler-summary-item.styler-viewed-offer-time {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .styler-viewed-offer-time {
    display: none !important;
}
/* Block Styler product view BEFORE paint */
.styler-product-view {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
}
/* Desktop (default) */
.styler-product-summary .styler-product-popup-details {
    display: flex;
    flex-direction: row !important;
    gap: 15px !important;
}

/* Mobile devices */
@media (max-width: 767px) {
    .styler-product-summary .styler-product-popup-details {
        flex-direction: column !important;
        gap: 10px !important;
    }
}
/* Desktop (default) */
.styler-summary-item.styler-product-meta {
    display: flex;
    flex-direction: row !important;
    gap: 15px !important;
}

/* Mobile devices */
@media (max-width: 767px) {
    .styler-summary-item.styler-product-meta {
        flex-direction: column !important;
        gap: 10px !important;
    }
}
.styler-price {
    color: #f39519 !important;
    font-weight: bold !important;
}
.styler-testimonial-item {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
		height:400px;
		margin-bottom:25px;
}
.elementor-6335 .elementor-element.elementor-element-1987be0 > .elementor-container {
    min-height: 550px !important;
}
.styler_clear_cart_button {
    background-color: #f39519 !important;
}
.styler-product-summary-inner {
    gap: 5px !important;
}
body #nt-shop-page.nt-shop-page .styler-page-hero {
    min-height: 200px !important;
}
.styler-page-hero-content h2 {
font-family: "Playfair", Sans-serif  !important;
    font-size: 50px !important;
    color: #F39519 !important;
}
.page-hero-big ul.styler-wc-category-list {
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
}
.woocommerce-page #respond input#submit, .woocommerce-page button.button, .woocommerce-page a.button, .woocommerce .button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce a.button, .woocommerce .button {
    font-weight: bold !important;
    background-color: #f39519 !important;
  }
/* My Account Wrapper */
.styler-myaccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

/* Orders Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

/* Table Header */
.woocommerce-orders-table thead {
    background: #f8f8f8;
}

.woocommerce-orders-table thead th {
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.woocommerce-orders-table thead th:last-child {
    border-right: none;
}

/* Table Body */
.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s ease;
}

.woocommerce-orders-table tbody tr:hover {
    background: #fafafa;
}

/* Table Cells */
.woocommerce-orders-table td,
.woocommerce-orders-table th {
    padding: 18px 15px;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
}

.woocommerce-orders-table td:last-child {
    border-right: none;
}

/* Order Number */
.woocommerce-orders-table__cell-order-number a {
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.woocommerce-orders-table__cell-order-number a:hover {
    color: #f7931e;
}

/* Status Badge Style */
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}

/* Processing Badge */
.woocommerce-orders-table__row--status-processing 
.woocommerce-orders-table__cell-order-status {
    color: #f7931e;
}

/* Cancelled Badge */
.woocommerce-orders-table__row--status-cancelled 
.woocommerce-orders-table__cell-order-status {
    color: #e63946;
}

/* Total */
.woocommerce-orders-table__cell-order-total {
    font-weight: 600;
}

/* View Button */
.woocommerce-button.button.view {
    background: #f7931e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease;
    border: none;
}

.woocommerce-button.button.view:hover {
    background: #111;
}
/* ============================= */
/* MOBILE HORIZONTAL SCROLL FIX */
/* ============================= */

@media (max-width: 768px) {

    .styler-myaccount-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce-orders-table {
        min-width: 650px; /* prevents table from breaking */
    }

}
.elementor-tabs{
		background-color:#e78a1b !important;

}
.elementor-6335 .elementor-element.elementor-element-15269bd {
    border-style: none !important;
}
.elementor-6335 .elementor-element.elementor-element-35b42f4 .elementor-tab-title.elementor-active{
    color: #FFFFFF;
    background-color: #333;
    border-radius: 0px 20px;
}
.elementor-6335 .elementor-element.elementor-element-06fb689 {
		background-color:#e78a1b !important;
}
ul.eael-tab-inline-icon li {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .product:not(.styler-single-product-type-3) 
    .single-product-add-to-cart-type-gray 
    .woocommerce-variation-add-to-cart {
        flex-direction: column !important;
    }

}
p.cr-customer-consent{
display:none;
}
/* Disable Styler post title link */
.styler-post-title a {
    pointer-events: none !important;
    cursor: default !important;
}
h6.styler-post-author {
    display: none;
}
.top-action-btn.share {
    display: none;
}
  
.elementor-6335 .elementor-element.elementor-element-b9c8e9b:not(.elementor-motion-effects-element-type-background){
   background-size: contain !important;
background-position: center !important;
width:100%;
		height:auto;

}
.img-best-seller{
    transition: transform .4s ease, box-shadow .4s ease !important;
}

.img-best-seller:hover{
    transform: scale(1.05) translateY(-8px) !important;
    box-shadow: 0 18px 35px rgba(0,0,0,.18) !important;
}
/* Enable pinch zoom inside Elementor lightbox (Styler fix) */
.elementor-lightbox,
.elementor-lightbox * {
  touch-action: auto !important;
}

.elementor-lightbox-image,
.dialog-lightbox-widget img {
  max-width: none !important;
}

.dialog-lightbox-widget,
.elementor-lightbox {
  overflow: auto !important;
}
div#password_strength {
    color: red;
}
.back-to-account-btn{
    width:auto !important;
    display:inline-block !important;
    padding:10px 24px !important;
    background:#f4a025;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
}

.woocommerce .back-to-account-btn{
    margin-top:18px;
}

.woocommerce p:has(back-to-account-btn){
    text-align:center;
}
div#testimonials-home-new .styler-testimonial-item{
height : auto !important;
		box-shadow:none !important;
}
.search-area-top {
display:none !important;
}
input[type='checkbox']:checked:after {
background-color: #f39519 !important;
}
/* KEEP product title always visible */
.styler-product-name{
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}

/* Prevent hover hiding */
.styler-product:hover .styler-product-name{
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}

/* Title color normal */
.styler-product-name a{
    color:#222 !important;
}

/* Title color on hover = orange */
.styler-product:hover .styler-product-name a{
    color:#f4a025 !important;
}
span.styler-select-variations-terms-title {
    padding: 20px 0px;
}
span.styler-small-title {
    display: none !important;
}
.nx-branding{
display:none !important;
}

/*.styler-form-title {
  font-size: 0 !important;
  position: relative;
		padding:20px;
}

.styler-form-title::after {
  content: "Shipping details";
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}*/
p.stock.styler-stock-status.in-stock {
color:#000;
font-weight:bold;
}
/* Back To Orders Button */
.yaweko-back-orders {
    background: #f7941d;
    color: #ffffff !important;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

/* Hover Effect */
.yaweko-back-orders:hover {
    background: #e58300;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .yaweko-back-orders {
        width: 100%;
        text-align: center;
    }
}
.woocommerce-page #respond input#submit, .woocommerce-page button.button, .woocommerce-page a.button, .woocommerce .button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce a.button, .woocommerce .button {
    margin: 10px 0 !important;
    padding: 10px 15px !important;
}
/* Hide on desktop & tablet */
.mobile-toggle {
    display: none !important;
}

/* Show only on mobile */
@media (max-width: 767px) {
    .mobile-toggle {
        display: block !important;
    }
}
.top-action-btn.active {
    display: none !important;
}
ul.woocommerce-error {
    margin: 10px 0;
    list-style: none;
    background-color: red;
    color: #fff;
    padding: 15px;
}
div#wps_rma_return_request_container {
    padding: 30px;
}
nav.woocommerce-breadcrumb {
    padding: 30px;
}
.wps-rma-form__wrapper .wps-rma-form__header {
    background: #f39519;
    text-align: center;
    padding: 10px !important;
}
.styler-checkout-footer-item.woocommerce-shipping-totals.shipping {
		display: none;
}
/* Completely remove video slides */
.fancybox__slide.has-video,
.carousel__slide.has-video {
display:none !important;
width:0 !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
}

/* Remove video iframe */
.fancybox__iframe,
.fancybox__content iframe {
display:none !important;
width:0 !important;
height:0 !important;
visibility:hidden !important;
}