/*
Theme Name: Italian Pro
Theme URI: https://www.sktthemes.org/
Author: SKT Themes
Author URI: https://www.sktthemes.org/
Description: Italian Pro.
Version: 1.0
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: italianpro
Tags: two-columns, right-sidebar, full-width-template, custom-background, custom-colors, custom-menu, sticky-post, theme-options, threaded-comments, featured-images, footer-widgets, translation-ready, rtl-language-support, custom-logo, editor-style, custom-header, blog, e-commerce

Italian Pro WordPress Theme, Copyright 2026 SKT Themes (sktthemes.org)
Italian Pro is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   TABLE OF CONTENTS
   01. CSS Variables & Reset
   02. Typography
   03. Layout (container, content, sidebar)
   04. Header & Navigation
   05. Inner Page Banner
   06. Buttons & Links
   07. Forms & Inputs
   08. Blog (lists, single post, post meta)
   09. Pagination & Post Navigation
   10. Sidebar & Widgets
   11. Comments
   12. Footer & Copyright
   13. Block Editor / Gutenberg
   14. WooCommerce essentials
   15. Tables, Code, Blockquote
   16. Accessibility & Utilities
   17. Extra Part
   18. Catalog 
   ========================================================================== */


/* ==========================================================================
   01. CSS Variables & Reset
   ========================================================================== */
:root {
    --sps-primary: #d61a29;
    --sps-primary-dark: #b15a37;
	--sps-primary-white: #ffffff;
	--sps-primary-black: #000000;
    --sps-secondary: #1a1a1a;
    --sps-text: #4a4a4a;
    --sps-text-dark: #1a1a1a;
    --sps-muted: #7a7a7a;
    --sps-border: #e8e8e8;
    --sps-bg: #ffffff;
    --sps-bg-alt: #f7f7f8;
    --sps-footer-bg: #0c1224;
    --sps-footer-text: #bebdbd;
    --sps-copyright-bg: #060a18;
    --sps-footer-bg: #030906;
    --sps-footer-border: #dccdbf;
    --sps-icon-bg: #d61a29;
    --sps-icon-hover: #282828;
    --sps-icon-size: 58px;
    --sps-spacing-y: 55px;	

    --sps-radius: 10px;
    --sps-radius-sm: 6px;
    --sps-radius-pill: 999px;

    --sps-shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.06);
    --sps-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    --sps-shadow-lg: 0 18px 50px rgba(15, 23, 42, 0.10);

    --sps-transition: 0.25s ease;

    --sps-container: 1200px;

    --sps-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --sps-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --sps-font-display: 'Poppins', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: var(--sps-bg);
    color: var(--sps-text);
    font-family: var(--sps-font-body);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

hr {
    border: 0;
    border-top: 1px solid var(--sps-border);
    margin: 30px 0;
}

::selection {
    background-color: var(--sps-primary);
    color: #fff;
}


/* ==========================================================================
   02. Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--sps-font-heading);
    color: var(--sps-text-dark);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 18px;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    margin: 0 0 18px;
}

a {
    color: var(--sps-primary);
    text-decoration: none;
    transition: color var(--sps-transition);
}

a:hover,
a:focus {
    color: var(--sps-text-dark);
    text-decoration: underline;
}

a:focus-visible {
    outline: 2px solid var(--sps-primary);
    outline-offset: 2px;
}

strong, b { font-weight: 600; }
em, i    { font-style: italic; }


/* ==========================================================================
   03. Layout
   ========================================================================== */
.element-main{
	width:100%;
}   
   
.container {
    width: 100%;
    max-width: var(--sps-container);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#main-set {
    position: relative;
    z-index: 5;
}

#content_navigator {
    width: 100%;
}

.page_content {
    padding: 40px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

body.tax-product_cat .page_content {
	display:inherit;
}

.site-main {
    flex: 1 1 0;
    min-width: 0;
    float: none;
    width: auto;
}

#sitefull,
.full-main {
    flex: 0 1 96%;
    width: 100% !important;
    float: none;
}

.clear {
    clear: both;
}


/* ==========================================================================
   04. Header & Navigation
   ========================================================================== */
/* ============================================
   HEADER TOPBAR - Complete Styling
   ============================================ */

.header-topbar {
    width: 100%;
    padding: 0;
    font-size: 17px;
	background-color:#f3f8f0;
}

.header-topbar .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;  
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 55px;
}

.header-topbar .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-topbar .phntp,
.header-topbar .emltp {
    display: inline-flex;
    align-items: center;
    line-height: 50px;
    color: #282828;
    margin-right: 25px;
    font-size: 17px;
    float: none; 
}

.header-topbar .emltp {
    margin-right: 0;
}

.header-topbar .phntp img,
.header-topbar .emltp img {
    margin-right: 8px;
    vertical-align: middle;
    max-height: 16px;
    width: auto;
}

.header-topbar .emltp a {
    color: #282828;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.header-topbar .emltp a:hover {
	color:#0b6f47;
}

/* ---------- RIGHT SIDE ---------- */
.header-topbar .right {
    display: flex;
    align-items: center;
    margin-left: auto;  
}

.header-topbar .social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-topbar .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.header-topbar .social-icons a:hover {
	background-color:transparent;
	filter: brightness(0);
}

.header-topbar .social-icons a.fb {
    background-image: url('images/h-facebook.webp');
}
.header-topbar .social-icons a.tw {
    background-image: url('images/h-x.webp');
}
.header-topbar .social-icons a.in {
    background-image: url('images/h-linkedin.webp');
}
.header-topbar .social-icons a.insta {
    background-image: url('images/h-instagram.webp');
}

.header-topbar .clear {
    clear: both;
}
   
   
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 80px;
}
   
.header {
    width: 100%;
    background-color: var(--sps-bg);
    position: relative;
    z-index: 100;
    border: 0;
    border-radius: 0;
	margin:0;
	padding:0;
}

.head-bar {
    padding: 0;
    margin: 0;
    width: 100%;
}

.head-bar > .container {
    max-width: var(--sps-container);  
    width: 100%;
    margin: 0 auto;
    padding: 12px 10px 12px 20px;
    box-sizing: border-box;
}

.header > .container,
.head-bar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.transheader {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 29, 58, 0.35);
    box-shadow: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.transheader .site-title a,
.transheader .site-description,
.transheader .main-navigation a {
    color: #fff;
}

body.search .transheader,
body.error404 .transheader,
body.inner .transheader {
    position: relative !important;
    background-color: var(--sps-bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.search .transheader .site-title a,
body.error404 .transheader .site-title a,
body.inner .transheader .site-title a,
body.search .transheader .main-navigation a,
body.error404 .transheader .main-navigation a,
body.inner .transheader .main-navigation a {
    color: var(--sps-text-dark);
}

/* Logo */
.logo {
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
	padding:0 0 8px 0;
	margin:0;
	min-height:100% !important;
}

.logo p.site-title{
	font-size:26px;
}

.logo img,
.custom-logo {
	width:260px;
}

#logo-main {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#logo-main a {
    text-decoration: none;
    color: inherit;
}

.site-title {
    font-family: var(--sps-font-display);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0.2px;
}

.site-title a {
    color: var(--sps-text-dark);
}

.site-description {
    font-size: 13px;
    color: var(--sps-muted);
    margin: 4px 0 0;
    line-height: 1.2;
}

/* Primary Navigation */
#navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
	font-family: var(--sps-font-display);
}

.leftnavig {
    margin-right: auto;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

/* =====================================================================
   MAIN NAVIGATION  (desktop default)
   ===================================================================== */
.main-navigation {
    display: flex;
    align-items: center;
    position: relative;
}

/* Top-level UL only */
.main-navigation > div > ul,
.main-navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
}

.main-navigation li {
    position: relative;
    list-style: none;
}

.main-navigation a {
    display: block;
    padding: 10px 16px;
    color: var(--sps-text-dark);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color var(--sps-transition), color var(--sps-transition);
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a {
    color: var(--sps-primary);
}

/* ---------------------------------------------------------------------
   SUB-MENU (desktop dropdown)
   --------------------------------------------------------------------- */
.main-navigation ul ul {
    position: absolute;
    top: calc(100% + 23px);  
    left: 0;
    min-width: 240px;
    background-color: #fff;
    display: block;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--sps-transition), transform var(--sps-transition), visibility var(--sps-transition);
    z-index: 9999;
}

.main-navigation ul ul::before {
    content: "";
    position: absolute;
    top: -25px;        
    left: 0;
    right: 0;
    height: 25px;
    background: transparent;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul,
.main-navigation li.dropdown-open > ul,
.main-navigation li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.main-navigation ul ul a {
    padding: 10px 16px;
    color: var(--sps-text);
    border-radius: 0;
    width: 100%;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
    background-color: var(--sps-primary-black, #000000);
    color: var(--sps-primary);
}

/* Nested sub-menus open to the side */
.main-navigation ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
    transform: translateX(8px);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li.dropdown-open > ul,
.main-navigation ul ul li:focus-within > ul {
    transform: translateX(0);
}

.main-navigation ul li a { line-height: inherit; }

/* ---------------------------------------------------------------------
   DROPDOWN CARET BUTTON 
   --------------------------------------------------------------------- */
.main-navigation .dropdown-toggle {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.main-navigation .dropdown-toggle .dropdown-icon {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--sps-transition);
}

.main-navigation .dropdown-open > .dropdown-toggle .dropdown-icon {
    transform: rotate(-135deg);
}

/* Caret indicator on parent items (desktop) */
.main-navigation > div > ul > .menu-item-has-children > a::after,
.main-navigation > ul > .menu-item-has-children > a::after,
.main-navigation > div > ul > .page_item_has_children > a::after,
.main-navigation > ul > .page_item_has_children > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    vertical-align: middle;
    transition: transform var(--sps-transition);
}

/* ---------------------------------------------------------------------
   MENU TOGGLE (hamburger - mobile)
   --------------------------------------------------------------------- */
.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 8px;
    margin: 0;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: var(--sps-radius-sm);
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: var(--sps-bg-alt);
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--sps-text-dark);
    border-radius: 2px;
    transition: transform var(--sps-transition), opacity var(--sps-transition), background var(--sps-transition);
}

.toggled .menu-toggle span {
    background: var(--sps-primary);
}

/* Header button */
.srcrt {
    flex-shrink: 0;
}

.skt-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 26px 22px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 999px;
	text-transform:uppercase;
	font-family: var(--sps-font-display);
    background: var(--sps-primary);
    color: var(--sps-primary-white);
    transition: all 0.25s ease;
}

.skt-header-button:hover,
.skt-header-button:focus {
    background: var(--sps-primary-black);
	text-decoration:none;
	color: #fff;
}

.hedbtn-details a,
.skt-header-button a {
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
   05. Inner Page Banner
   ========================================================================== */
.inner-banner-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #124679;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.55;
}

.inner-banner-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 29, 58, 0.6), rgba(5, 29, 58, 0.3));
    z-index: 2;
}

.banner-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--sps-container);
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

.banner-container h1 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}


/* ==========================================================================
   06. Buttons & Links
   ========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
a.read-more-btn,
.rdmore a,
.aboutmore {
    display: inline-block;
    background-color: var(--sps-primary);
    color: #fff;
    border: 0;
    padding: 12px 26px;
    font-family: var(--sps-font-body);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    border-radius: var(--sps-radius-pill);
    cursor: pointer;
    transition: background-color var(--sps-transition), transform var(--sps-transition), box-shadow var(--sps-transition);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover,
a.read-more-btn:hover,
.rdmore a:hover,
.aboutmore:hover {
    background-color: var(--sps-primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(203, 109, 70, 0.25);
    text-decoration: none;
}

button:focus-visible,
input[type="submit"]:focus-visible,
.button:focus-visible {
    outline: 2px solid var(--sps-primary);
    outline-offset: 3px;
}

a.ReadMore {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 22px;
    color: var(--sps-text-dark);
    border: 1px solid var(--sps-text-dark);
    border-radius: var(--sps-radius-pill);
    background-color: transparent;
    text-decoration: none;
    font-weight: 500;
    transition: all var(--sps-transition);
}

a.ReadMore:hover {
    background-color: var(--sps-text-dark);
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
   07. Forms & Inputs
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    padding: 11px 14px;
    font-family: var(--sps-font-body);
    font-size: 15px;
    color: var(--sps-text-dark);
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius-sm);
    line-height: 1.4;
    transition: border-color var(--sps-transition), box-shadow var(--sps-transition);
    -webkit-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

label {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--sps-text-dark);
    font-size: 14px;
}

/* Search form */
.wp-block-search,
.search-form {
    display: flex;
    gap: 8px;
}

.wp-block-search__input,
.search-field {
    flex: 1;
}

.wp-block-search__button,
input.search-submit {
    background-color: var(--sps-primary);
    color: #fff;
    border: 0;
    padding: 0 18px;
    border-radius: var(--sps-radius-sm);
    cursor: pointer;
	height:46px;
}

.wp-block-search__button:hover,
input.search-submit:hover {
    background-color: var(--sps-primary-dark);
}


/* ==========================================================================
   08. Blog
   ========================================================================== */
.blog-post {
    margin: 0;
}

.blogpost-wrap-wsb {
    display: grid;
    gap: 30px;
}

body.home article.post,
body.home article.hentry,
body.home .blog_lists {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    overflow: hidden;
    transition: transform var(--sps-transition), box-shadow var(--sps-transition);
    padding: 0;
    margin: 0 0 40px;
    box-shadow: var(--sps-shadow-sm);
}

article.post,
article.hentry,
.blog_lists {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    overflow: hidden;
    transition: transform var(--sps-transition), box-shadow var(--sps-transition);
    padding: 0;
    margin: 0 0 8px;
    box-shadow: var(--sps-shadow-sm);
}

article.post:hover,
article.hentry:hover,
.blog_lists:hover {
    box-shadow: var(--sps-shadow);
}

article.post .post-thumb,
article.hentry .post-thumb {
    width: 100%;
    max-height: none;
    margin: 0;
    float: none;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

article.post .post-thumb img,
article.hentry .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

article.post:hover .post-thumb img,
article.hentry:hover .post-thumb img {
    transform: scale(1.04);
}

article.post .entry-header,
article.hentry .entry-header,
article.post .entry-content,
article.hentry .entry-content,
article.post .entry-summary,
article.hentry .entry-summary,
article.post .rdmore,
article.hentry .rdmore {
    padding:20px 25px;
}

.blog-post article.post .entry-content{
	padding:0 25px;
}

article.post .entry-header,
article.hentry .entry-header {
    padding-top: 22px;
    padding-bottom: 0;
}

article.post .rdmore,
article.hentry .rdmore {
    padding-bottom: 24px;
    padding-top: 8px;
}

.entry-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.3;
}

.entry-title a {
    color: var(--sps-text-dark);
    text-decoration: none;
}

.entry-title a:hover {
    color: var(--sps-primary);
    text-decoration: none;
}

.postmeta {
    color: var(--sps-muted);
    font-size: 13px;
    padding: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.postmeta a {
    color: var(--sps-primary);
    text-decoration: none;
	margin:0 0 0 10px;
}

.postmeta a:hover {
    color: var(--sps-text-dark);
    text-decoration: underline;
}

.post-date,
.post-comment,
.post-categories,
.post-tags {
    display: inline-flex;
    align-items: center;
    color: var(--sps-muted);
}

.entry-content,
.entry-summary {
    font-size: 16px;
    line-height: 1.75;
    color: var(--sps-text);
}

.entry-content a {
    color: var(--sps-primary);
    text-decoration: underline;
}

.entry-content a:hover {
    color: var(--sps-text-dark);
}

.entry-content ul,
.entry-content ol {
    padding-left: 22px;
    margin: 0 0 18px;
}

.entry-content li {
    line-height: 1.8;
    margin-bottom: 6px;
}

.entry-content img {
    border-radius: var(--sps-radius-sm);
}

/* Single post */
article.single-post {
    padding: 26px 22px;
}

article.single-post:hover {
    box-shadow: none;
}

article.single-post .entry-header,
article.single-post .entry-content,
article.single-post .postmeta {
    padding-left: 0;
    padding-right: 0;
}

/* Sticky post highlight */
.sticky {
    border-left: 4px solid var(--sps-primary);
    border-bottom: 0;
}

/* Read more link */
.rdmore a {
    background-color: transparent;
    color: var(--sps-primary);
    padding: 8px 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    border-bottom: 2px solid var(--sps-primary);
}

.rdmore a:hover {
    background: transparent;
    color: var(--sps-text-dark);
    border-bottom-color: var(--sps-text-dark);
    transform: none;
    box-shadow: none;
}

/* Page header (search, archive titles) */
.page-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--sps-border);
}

.page-header .page-title {
    margin: 0;
    font-size: 26px;
}

/* No results / 404 */
.no-results,
.error-404 {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    padding: 40px;
    box-shadow: var(--sps-shadow-sm);
}

/* ==========================================================================
   09. Pagination & Post Navigation
   ========================================================================== */
.pagination,
.posts-navigation,
.post-navigation {
    margin: 30px 0 30px;
    display: block;
    clear: both;
}

.pagination .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.pagination .nav-links a,
.pagination .nav-links span,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background-color: #fff;
    color: var(--sps-text-dark);
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius-sm);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all var(--sps-transition);
}

.pagination .nav-links a:hover,
.pagination .nav-links span.current,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
    background-color: var(--sps-primary);
    border-color: var(--sps-primary);
    color: #fff;
    text-decoration: none;
}

.pagination .nav-links span.dots {
    background: transparent;
    border-color: transparent;
}


/* ==========================================================================
   10. Sidebar & Widgets
   ========================================================================== */
#sidebar .widget_search label{padding:0; margin:0; display:none;}   
   
   
#sidebar ol.wp-block-latest-comments{
	padding-left:0px;
}   

#sidebar {
    width: 320px;
    flex: 0 0 320px;
    float: none;
    overflow: visible;
    font-size: 15px;
	margin-right:-40px;
}

#sidebar aside.widget,
.widget {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    padding: 24px !important;
    margin-bottom: 24px;
    box-shadow: var(--sps-shadow-sm) !important;
    box-sizing: border-box;
}

#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar .widget-title,
#sidebar .wp-block-search__label,
#sidebar label {
    color: var(--sps-text-dark);
    font-family: var(--sps-font-heading);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0 0 12px;
    position: relative;
    border: 0 !important;
    padding-left: 0 !important;
    display: block;
}

#sidebar h2::after,
#sidebar h3::after,
#sidebar h4::after,
#sidebar h5::after,
#sidebar h6::after,
#sidebar .widget-title::after,
#sidebar .wp-block-search__label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: var(--sps-primary);
    border-radius: 2px;
}

#sidebar h3.widget-title.titleborder span {
    border: 0;
}

.titleborder span:after {
    display: none;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid var(--sps-bg-alt);
    margin: 0;
}

#sidebar ul li:last-child {
    border-bottom: 0;
}

#sidebar ul li a {
    color: var(--sps-text);
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
}

#sidebar ul li a:hover {
    color: var(--sps-primary);
    text-decoration: none;
}

#sidebar .widget li ul.children,
#sidebar .widget li ul.sub-menu {
    padding: 8px 0 0 14px;
    margin-top: 6px;
    border-top: 1px solid var(--sps-bg-alt);
    list-style: none;
}

#sidebar .wp-block-search__input {
    border: 1px solid var(--sps-border);
    padding: 9px 12px;
    border-radius: var(--sps-radius-sm);
}

#sidebar .wp-block-search__button {
    border: 0;
    background-color: var(--sps-primary);
    color: #fff;
    padding: 0 16px;
    cursor: pointer;
}

#sidebar .wp-block-search__button:hover {
    background-color: var(--sps-primary-dark);
}

#sidebar p:empty {
    display: none;
}

/* Tag cloud */
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tagcloud a {
    display: inline-block;
    background-color: var(--sps-bg-alt);
    color: var(--sps-text-dark) !important;
    font-size: 13px !important;
    padding: 6px 12px;
    border-radius: var(--sps-radius-pill);
    text-decoration: none;
    transition: background-color var(--sps-transition), color var(--sps-transition);
}

.tagcloud a:hover {
    background-color: var(--sps-primary);
    color: #fff !important;
    text-decoration: none;
}

/* Calendar widget */
.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar th,
.widget_calendar td {
    padding: 6px;
    text-align: center;
    border: 1px solid var(--sps-border);
    font-size: 13px;
}

.widget_calendar th {
    background-color: var(--sps-bg-alt);
}


/* ==========================================================================
   11. Comments
   ========================================================================== */
#comments {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid var(--sps-border);
}

.comments-title {
    font-size: 22px;
    margin-bottom: 24px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.comment-list li {
    list-style: none;
    margin-bottom: 20px;
}

.comment-list .children {
    list-style: none;
    padding: 0;
    margin-left: 30px;
    margin-top: 20px;
}

.comment-body {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    padding: 20px;
    box-shadow: var(--sps-shadow-sm);
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.comment-author.vcard{
	float:none;
}

.comment-author .avatar {
    border-radius: 50%;
    border: 2px solid var(--sps-border);
}

.comment-author .fn {
    font-weight: 600;
    color: var(--sps-text-dark);
    font-style: normal;
}

.comment-metadata {
    font-size: 13px;
    color: var(--sps-muted);
    margin-bottom: 10px;
}

.comment-metadata a {
    color: var(--sps-muted);
    text-decoration: none;
}

.reply {
    margin-top: 10px;

}

.reply .comment-reply-link {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--sps-bg-alt);
    color: var(--sps-text-dark);
    border-radius: var(--sps-radius-pill);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.reply .comment-reply-link:hover {
    background-color: var(--sps-primary);
    color: #fff;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    margin: 6px 0 0;
    float: none;
}

.comment-form-cookies-consent label {
    margin: 0;
    font-weight: 400;
    color: var(--sps-text);
}

.comment-respond {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    padding: 24px;
    box-shadow: var(--sps-shadow-sm);
}

.comment-reply-title {
    margin-top: 0;
    font-size: 20px;
}

.comment-form p {
    margin-bottom: 14px;
}

.comment-form label {
    display: block;
    margin-bottom: 6px;
}


/* ==========================================================================
   12. Footer & Copyright
   ========================================================================== */
#footer {
    background-color: var(--sps-footer-bg);
    background-image: none;
    color: var(--sps-footer-text);
    padding: 0;
}

#footer-wrapper {
    width: 100%;
}

#footer .container{
	padding:0;
}

#footer figure{
	margin:0;
	padding:0;
}

/* =========================================
   GENERIC (Reset tweaks if needed)
========================================= */
.social-icons br {
    display: none;
}

/* =========================================
   OBJECTS (Layout)
========================================= */
.o-footer {
    background-color: var(--sps-footer-bg);
}

.o-footer__container .container{
    border-bottom: 1px solid var(--sps-footer-border);
}

.o-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Left / Right alignment */
.o-layout__left {
    text-align: left;
}

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

/* =========================================
   COMPONENTS (Footer UI)
========================================= */

/* Logo */
.c-footer-logo {
    padding: var(--sps-spacing-y) 0;
}

.c-footer-logo img {
    max-width: 100%;
    height: auto;
}

/* Social */
.c-footer-social {
    padding: var(--sps-spacing-y) 0;
}

/* Social Icons Wrapper */
.c-social-icons {
    display: inline-flex;
    gap: 4px;
}

/* Social Icon */
.c-social-icons__link {
    width: var(--sps-icon-size);
    height: var(--sps-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--sps-icon-bg) !important;
    transition: 0.3s ease;
}

/* Hover */
.c-social-icons__link:hover {
    background-color: var(--sps-icon-hover) !important;
}

/* =========================================
   COMPONENT MODIFIERS (Icons)
========================================= */

.c-social-icons__link--fb {
    background: url(images/icon-fb.png) no-repeat center center;
}

.c-social-icons__link--tw {
    background: url(images/icon-tw.png) no-repeat center center;
}

.c-social-icons__link--in {
    background: url(images/icon-in.png) no-repeat center center;
}

.c-social-icons__link--insta {
    background: url(images/icon-insta.png) no-repeat center center;
}

.c-social-icons__link--yt {
    background: url(images/icon-youtube.png) no-repeat center center;
}

.u-clear {
    clear: both;
}

.footerarea {
    background: transparent;
    padding: 0;
}
.footer.ftr-widg {
    border: 0;
    background: none;
    padding: 70px 50px 0 50px !important;
	background-color:#242424;
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
}
.footer-all {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    align-items: flex-start;
}
.footer-lft,
.footer-rght {
    width: auto;
    float: none;
}
.footer-rght {
    display: contents;
}
.rfl-row {
    display: contents;
}
.rfl-row .cols-3 {
    width: auto;
    float: none;
}

.footer aside.widget {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 30px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    font-family: var(--sps-font-heading);
    font-size: 23px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 22px;
    position: relative;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    padding: 3px 0;
    border: 0;
    list-style: none;
}

.footer ul li a,
.footer-row ul li a,
.footer-row .cols-3 ul li a {
	color:#d1d0d0 !important;
    text-decoration: none;
    transition: color var(--sps-transition);
    display: inline-block;
	padding:0;
}

.footer ul li a:before{
	content:'>';
	color:#FFF;
	margin:0 10px 0 0;
}

.widget-column-4 aside span{color:#FFF;}

.footer ul li a:hover,
.footer-row ul li a:hover,
.footer-row .cols-3 ul li a:hover {
    color: #0b6f47 !important;
    text-decoration: none;
}

.footer p {
    color: var(--sps-footer-text);
    line-height: 1.7;
    margin: 0 0 14px;
}

.footer a {
    color: var(--sps-primary);
}

.footer a:hover {
    color: #fff;
}

.footer .wp-block-social-links li{padding:10px 10px 2px 10px !important; border-radius:25px;}
.footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg{color: #000 !important;}
.footer .wp-block-social-links{font-size:inherit !important;}
.footer .wp-block-social-links .wp-social-link svg{ height:inherit !important; width:inherit !important;}


.footer .wp-block-social-links li:hover{background-color:#0b6f47 !important;}
.footer .wp-block-social-links li a:before{display:none !important;}

/* Copyright bar */
.copyright-wrapper {
    background-color: var(--sps-footer-bg);
    padding: 0;
    border: 0;
}

.copyright-wrapper .copyright-txt {
    background-color: transparent !important;
    color: #bebdbd;
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
    border: 0;
    float: none;
}

.copyright-txt a {
    color: var(--sps-primary);
    text-decoration: none;
}

.copyright-txt a:hover {
    color: #000;
    text-decoration: underline;
}

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

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


/* ==========================================================================
   13. Block Editor / Gutenberg
   ========================================================================== */
.wp-block-quote,
.wp-block-quote.is-style-italianpro-plain {
    border-left: 4px solid var(--sps-primary);
    background-color: var(--sps-bg-alt);
    padding: 18px 24px;
    margin: 24px 0;
    border-radius: 0 var(--sps-radius-sm) var(--sps-radius-sm) 0;
    font-style: italic;
    color: var(--sps-text-dark);
}

.wp-block-quote.is-style-italianpro-plain {
    background: transparent;
    border-left-color: var(--sps-primary);
}

.wp-block-quote cite {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: var(--sps-muted);
    font-style: normal;
}

.wp-block-button__link {
    border-radius: var(--sps-radius-pill);
}

.wp-block-cover,
.wp-block-image {
    margin-bottom: 24px;
}

.wp-block-image img {
    border-radius: var(--sps-radius-sm);
}

.wp-block-group {
    margin-bottom: 18px;
}

.wp-block-pullquote {
    border-top: 2px solid var(--sps-primary);
    border-bottom: 2px solid var(--sps-primary);
    padding: 24px 0;
    margin: 30px 0;
    color: var(--sps-text-dark);
}

.wp-block-separator {
    border: 0;
    border-top: 1px solid var(--sps-border);
    margin: 30px auto;
    max-width: 100px;
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
    border: 1px solid var(--sps-border);
    padding: 10px 14px;
}

.wp-block-table thead th {
    background-color: var(--sps-bg-alt);
    color: var(--sps-text-dark);
}

.wp-caption,
.wp-block-image figure {
    width: auto !important;
    margin-bottom: 20px;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}

.wp-caption-text,
.wp-block-image figcaption,
.gallery-caption {
    font-size: 13px;
    color: var(--sps-muted);
    background-color: var(--sps-bg-alt);
    padding: 8px 12px;
    text-align: center;
    line-height: 1.4;
    border-radius: 0 0 var(--sps-radius-sm) var(--sps-radius-sm);
    margin: 0;
}

.alignright {
    float: right;
    margin: 6px 0 18px 24px;
    clear: right;
}

.alignleft {
    float: left;
    margin: 6px 24px 18px 0;
    clear: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}

.alignwide,
.alignfull {
    margin-left: auto;
    margin-right: auto;
}

/* Page links (multipage post) */
.page-links {
    margin: 20px 0;
    font-weight: 500;
}

.page-links .post-page-numbers,
.page-links a .post-page-numbers {
    display: inline-block;
    min-width: 32px;
    padding: 4px 10px;
    margin: 0 4px;
    background-color: var(--sps-bg-alt);
    color: var(--sps-text-dark);
    text-decoration: none;
    border-radius: var(--sps-radius-sm);
    text-align: center;
}

.page-links a:hover .post-page-numbers,
.page-links .post-page-numbers.current {
    background-color: var(--sps-primary);
    color: #fff;
}


/* ==========================================================================
   14. WooCommerce essentials
   ========================================================================== */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: var(--sps-primary) !important;
    color: #fff !important;
    border-radius: var(--sps-radius-pill);
    padding: 10px 22px;
    font-weight: 500;
    transition: all var(--sps-transition);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: var(--sps-primary-black) !important;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: var(--sps-secondary) !important;
}

.woocommerce ul.products li.product {
    background-color: #fff;
    border: 1px solid var(--sps-border);
    border-radius: var(--sps-radius);
    padding: 16px !important;
    box-shadow: var(--sps-shadow-sm);
    transition: transform var(--sps-transition), box-shadow var(--sps-transition);
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: var(--sps-shadow);
}

.woocommerce ul.products li.product img {
    border-radius: var(--sps-radius-sm);
    margin-bottom: 12px;
}

.woocommerce ul.products li.product .price {
    color: var(--sps-primary);
    font-weight: 600;
}

.woocommerce .star-rating span::before {
    color: var(--sps-primary);
}

.woocommerce-product-search button[type='submit'] {
    background-color: var(--sps-primary);
    color: #fff;
    border: 0;
    padding: 10px 18px;
    border-radius: var(--sps-radius-sm);
    cursor: pointer;
}

.woocommerce-product-search button[type='submit']:hover {
    background-color: var(--sps-primary-dark);
}

.wc-block-cart__submit-button,
.wc-block-checkout__submit-button {
    background-color: var(--sps-primary);
    color: #fff !important;
    border-radius: var(--sps-radius-pill);
	text-decoration:none;
}

.wc-block-cart__submit-button:hover,
.wc-block-checkout__submit-button:hover {
    background-color: var(--sps-primary-black);
	color: #fff !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: var(--sps-radius-sm);
    border-top: 0;
    padding: 16px 16px 16px 55px;
}

.woocommerce-message {
    background-color: #e8f5e9;
    color: #2e7d32;
}


/* ==========================================================================
   15. Tables, Code, Blockquote
   ========================================================================== */
table:not(.wp-block-table table):not(.widget_calendar table) {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

th, td {
    padding: 10px 14px;
    border: 1px solid var(--sps-border);
    text-align: left;
}

th {
    background-color: var(--sps-bg-alt);
    color: var(--sps-text-dark);
    font-weight: 600;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 14px;
}

code,
kbd {
    background-color: var(--sps-bg-alt);
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--sps-text-dark);
}

pre {
    background-color: var(--sps-bg-alt);
    padding: 18px;
    overflow-x: auto;
    border-radius: var(--sps-radius-sm);
    line-height: 1.6;
    margin: 0 0 20px;
}

blockquote {
    border-left: 4px solid var(--sps-primary);
    background-color: var(--sps-bg-alt);
    padding: 16px 22px;
    margin: 24px 0;
    color: var(--sps-text-dark);
    font-style: italic;
    border-radius: 0 var(--sps-radius-sm) var(--sps-radius-sm) 0;
}


/* ==========================================================================
   16. Accessibility & Utilities
   ========================================================================== */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--sps-text-dark);
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 22px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100001;
}

.skip-link:focus {
    left: 6px;
    top: 6px;
}

/* Edit link */
.edit-link {
    display: inline-block;
    margin: 10px 0;
    font-size: 13px;
}

.edit-link a {
    color: var(--sps-muted);
    text-decoration: underline;
}

/* ==========================================================================
   17. Extra Part
   ========================================================================== */
   
.itl-boxs:hover{background-color:#d61a29 !important;} 
.itl-boxs:hover a{color:#FFF !important;}   
.itl-vid .elementor-custom-embed-play svg{opacity:1;} 
.itl-dim .elementor-button-icon{display:none;}
.itl-dim:hover .elementor-button-icon{display:block;}

.itl-newsarea{width:100%;}
.itl-newscol:last-child{margin-right: 0 !important;}
.itl-newscol{float:left; padding: 25px; position: relative; width: 31.45%; border-radius: 30px; background: #ffffff; margin: 0 30px 0 0;} 
.itl-newscol img{display: block; border-radius: 20px; margin: 0 0 48px 0;}
.itl-newsdate{color: #d61d2d; font-family: Roboto, sans-serif; font-weight: 500; letter-spacing: 0.01em;}
.itl-newstitle h3{margin: 14px auto 0; font-family: Roboto, sans-serif; font-size: 22px; font-weight: 500; line-height: 27px;}
.itl-newstitle h3 a{color:#282828;}
.itl-newstitle h3 a:hover{color:#0b6f47;}

.itl-contact-us-form .wpcf7-form-control-wrap {width: 50%; display: inline-block; padding: 15px; margin: 0px !important;}
.itl-contact-us-form .wpcf7-form-control-wrap:nth-last-child(4){ width:100%;}
.itl-contact-us-form .wpcf7-form-control-wrap input{ border:none; border-bottom: solid 1px #282828; background:none; padding:0px 15px 20px 0px; border-radius:0;}
.itl-contact-us-form .wpcf7-form-control-wrap textarea{border:none; border-bottom: solid 1px #282828; background:none; padding:0px 15px 20px 0px; height:150px; min-height:150px; resize:none; border-radius:0;}
.itl-contact-us-form .wpcf7-form-control-wrap input::placeholder, .itl-contact-us-form .wpcf7-form-control-wrap textarea::placeholder{ opacity:1 !important;color:#303030 !important;}
.itl-contact-us-form .wpcf7-submit{float: left; margin-top: 40px; border-radius: 100px; padding: 15px 50px; font-size: 17px; font-family: "Roboto", Sans-serif; font-weight: 500; background-color: #0b6f47 !important; color: #fff !important;}
.itl-contact-us-form .wpcf7-submit:hover{background-color:#181818 !important; box-shadow:none !important;}
.itl-contact-us-form-section{background-position-y: 65% !important;}
.itl-contact-us-form-section:after{background-color:#EAEAEA; content:""; display:block; height:1px; position:absolute; right:-999999px; top:-1px; width: 999999px; left:auto;}
.itl-contact-us-form .wpcf7-response-output {margin: 100px 0px 0px !important;}

.lets-talk{float:right; width:70%; position:relative; top:-185px; margin-bottom:-160px;}

.lets-talk-title{text-align:right; font-family: "Poppins"; font-weight:300; font-size:53px; color:#FFF; padding:0 25px 0 0;}
.lets-talk-title span{font-weight:700; color:#0b6f47;}
.lets-talk form input[type="email"]{color: #888787; background: #131313; padding: 18px 30px; border-radius: 15px; font-size:16px; border:none; position:relative; top:-25px;}
.lets-talk .wpcf7-submit{background-color: unset !important; background-image: url(images/footer-form-submit.png) !important; background-repeat: no-repeat !important; position: absolute; background-position: center center !important; right: 20px; top: 87px; font-size: 0px; width: 30px; height: 19px; padding: 0 !important;}
.lets-talk .wpcf7-form p{margin:0; padding:0;}
@media screen and (max-width:1800px) and (min-width:1024px) {
 .header-topbar .left {width: 75% !important;justify-content: normal !important;}
 .header-topbar .right {width: 25% !important;justify-content: end !important;}
 .discover-section-box { padding:30px !important;}
 .discover-section-box-icon {padding:30px !important;}
 .italianpro-blue-box-outer {--flex-wrap: none !important;}
 .italianpro-blue-box-outer-right {width: 40% !important;display: inline-block !important;}
 .italianpro-blue-box-outer-left {width: 60% !important;display: inline-block !important;}
 .italianpro-blue-box-outer-left-small-title {margin-top: 10px !important;}
   .rfl-row {display: grid !important;grid-template-columns: repeat(4,minmax(0,1fr)) !important;gap: 20px !important;}
  .footer-all { display:block !important;}
  .lets-talk-title { padding-bottom:10px !important;}
  .copyright-wrapper .copyright-txt { padding:20px !important;}
  .lets-talk {top: -160px !important;}
}

@media (max-width: 1024px) {
    :root {
        --sps-container: 100%;
    }

    .menu-toggle {
        display: inline-flex !important;
        position: relative;
        z-index: 100002;
    }

    .main-navigation > div > ul,
    .main-navigation > ul {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        margin: 0;
        padding: 80px 0 40px;
        background-color: #051d3a;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        list-style: none;
        box-shadow: none;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 100000;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        visibility: hidden;
        pointer-events: none;
    }

    #site-navigation.toggled > div > ul,
    #site-navigation.toggled > ul,
    .main-navigation.toggled > div > ul,
    .main-navigation.toggled > ul {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        display: flex;
    }

    /* Lock body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }

    /* Backdrop button bar inside the open menu (close button area) */
    #site-navigation.toggled .menu-toggle,
    .main-navigation.toggled .menu-toggle {
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 100003;
        background: rgba(0,0,0,1);
        border-radius: var(--sps-radius-sm);
		border:none;
    }
    #site-navigation.toggled .menu-toggle span,
    .main-navigation.toggled .menu-toggle span {
        background: #fff !important;
    }

    .main-navigation li {
        width: 100%;
        position: relative;
        list-style: none;
    }

    .main-navigation a {
        display: block;
        width: 100%;
        padding: 14px 24px;
        border-radius: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        background: transparent;
        text-align: left;
    }

    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_item > a {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    /* Show the dropdown caret button on mobile */
    .main-navigation .dropdown-toggle {
        display: inline-flex !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 50px;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0;
        align-items: center;
        justify-content: center;
        z-index: 5;
        color: #fff;
    }
    .main-navigation .dropdown-toggle .dropdown-icon {
        width: 10px;
        height: 10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }
    .main-navigation .dropdown-open > .dropdown-toggle .dropdown-icon {
        transform: rotate(-135deg);
    }

    /* Hide the desktop ::after caret arrows on mobile */
    .main-navigation > div > ul > .menu-item-has-children > a::after,
    .main-navigation > ul > .menu-item-has-children > a::after,
    .main-navigation > div > ul > .page_item_has_children > a::after,
    .main-navigation > ul > .page_item_has_children > a::after,
    .main-navigation li.menu-item-has-children > a::after,
    .main-navigation li.page_item_has_children > a::after {
        display: none !important;
    }

    /* Sub-menus: stacked, collapsed by default, expand on .dropdown-open */
    .main-navigation ul ul {
        position: static !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        list-style: none;
        background: rgba(0,0,0,0.25);
        min-width: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-radius: 0;
        display: block;
    }

    .main-navigation li.dropdown-open > ul {
        max-height: 2000px;
    }

    .main-navigation ul ul a {
        padding: 12px 24px 12px 44px;
        font-size: 15px;
        color: rgba(255,255,255,0.92);
    }

    .main-navigation ul ul ul a {
        padding-left: 64px;
        font-size: 14px;
        color: rgba(255,255,255,0.85);
    }

    .main-navigation ul ul ul {
        margin: 0;
        left: 0;
        transform: none;
        background: rgba(0,0,0,0.3);
    }

    /* Disable any leftover hover-based expansion on mobile */
    .main-navigation li:hover > ul {
        max-height: 0;
    }
    .main-navigation li.dropdown-open > ul,
    .main-navigation li.dropdown-open:hover > ul {
        max-height: 2000px;
    }

    .page_content {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0;
    }

    #sidebar {
        width: 100%;
        flex: 1 1 100%;
    }

    .footer-all {
        grid-template-columns: 1fr 1fr;
    }

    .footer-rght {
        grid-column: 1 / -1;
    }

    .rfl-row {
        grid-template-columns: repeat(3, 1fr);
    }
	.elementor-element.hero-section-img img {width: 100% !important;}
		.header-topbar .phntp, .header-topbar .emltp { font-size:17px !important;}
	.footer.ftr-widg {padding: 50px 14px 0 14px !important;}
	.footer h2 { font-size:24px !important;}
	.lets-talk-title { font-size:36px !important;}
	.section2-img { width:100px !important; height:100px !important;}
	.reliable-product-icon  { width:110px !important; height:110px !important;}
	.itl-newscol img {margin: 0 0 18px 0 !important;}
}
@media(min-width: 768px) and (max-width: 1023px){
	.blog-post-section { --padding-bottom: 20px !important;}
  .rfl-row {grid-template-columns: repeat(2,1fr);display: grid !important;grid-template-columns: repeat(2,minmax(0,1fr)) !important;gap: 20px !important;}
  .rfl-row .cols-3 {width: 100% !important;max-width: 100% !important;float: none !important;flex: none !important;margin: 0 !important;}
  .footer-all { display:block !important;}
  .lets-talk-title { padding-bottom:10px !important;}
  .copyright-wrapper .copyright-txt { padding:20px !important;}
}
@media (max-width: 767px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }

    .header > .container,
    .head-bar > .container {
        min-height: 70px;
        flex-wrap: wrap;
    }

    .srcrt {
        order: 4;
        width: 100%;
        margin-left: 0;
    }

    .skt-header-button {
        display: flex;
        justify-content: center;
    }

    .banner-container {
        padding: 35px 20px;
    }

    .banner-container h1 {
        font-size: 28px;
    }

    .inner-banner-thumb {
        min-height: 160px;
    }

    .footer-all {
        grid-template-columns: 1fr;
    }

    .rfl-row {
        grid-template-columns: 1fr;
    }

    .footerarea {
        padding: 40px 0 20px;
    }

    .comment-list .children {
        margin-left: 14px;
    }

    article.post .entry-header,
    article.hentry .entry-header,
    article.post .entry-content,
    article.hentry .entry-content,
    article.post .entry-summary,
    article.hentry .entry-summary,
    article.post .rdmore,
    article.hentry .rdmore {
        padding-left: 18px;
        padding-right: 18px;
    }
		.discover-section-box-icon {width: 120px !important;height: 120px !important;align-content: center !important;}
	.welcome-btn .elementor-button { display:block !important;}
}

@media (max-width: 480px) {
    .container {
        padding: 0 14px;
    }

    .banner-container h1 {
        font-size: 24px;
    }

    .entry-title {
        font-size: 20px;
    }
	.logo img, .custom-logo {
		width: 175px !important;
	}
	.logo { padding:0 !important;}
	.footerarea { padding:0 0 16px !important;}
	.header-topbar .phntp, .header-topbar .emltp { font-size:17px !important;}
	.footer.ftr-widg {padding: 50px 14px 0 14px !important;}
	.footer h2 { font-size:24px !important;}
	.lets-talk-title { font-size:36px !important;}
	.lets-talk .wpcf7-submit { top:80px !important;}
	.itl-newscol img {margin: 0 0 28px 0 !important;}
	.discover-section-box-icon {width: 120px !important;height: 120px !important;align-content: center !important;}
	.welcome-btn .elementor-button { display:block !important;}
	
}


/* ==========================================================================
   13. Block Editor / Gutenberg
   ========================================================================== */

.wp-block-image figcaption {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    text-align: center;
}

.wp-block-pullquote {
    border-top: 4px solid #f69c00;
    border-bottom: 4px solid #f69c00;
    color: #333;
    padding: 2em 0;
}

.wp-block-button__link {
    background-color: #f69c00;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    transition: 0.3s;
}

.wp-block-button__link:hover {
    background-color: #333;
    color: #fff;
}

/* ==========================================================================
   14. WooCommerce essentials
   ========================================================================== */

.woocommerce span.onsale {
    background-color: #f69c00;
	min-height: 2.66em;
    min-width: 2.66em;
    line-height: 2.66;
	font-size:12px !important;
}

.woocommerce ul.products li.product .button {
    background-color: #333;
    color: #fff;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #f69c00;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f69c00;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #f69c00;
}

/* ==========================================================================
   15. Tables, Code, Blockquote
   ========================================================================== */

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 12px;
    border: 1px solid #eee;
    text-align: left;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background: #f4f4f4;
    padding: 2px 4px;
}

blockquote {
    font-style: italic;
    border-left: 5px solid #f69c00;
    margin: 20px 0;
    padding: 10px 20px;
    background: #fafafa;
}

/* ==========================================================================
   16. Accessibility & Utilities
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft { float: left; margin: 6px 24px 18px 0; }
.alignright { float: right; margin: 6px 0 18px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center; }

/* ==========================================================================
   RTL — minimal flips for right-to-left languages
   ========================================================================== */
body.rtl .alignright { float: left; margin: 6px 24px 18px 0; }
body.rtl .alignleft  { float: right; margin: 6px 0 18px 24px; }
body.rtl #logo-main  { text-align: right; }

body.rtl #sidebar h2::after,
body.rtl #sidebar h3::after,
body.rtl #sidebar h4::after,
body.rtl #sidebar h5::after,
body.rtl #sidebar h6::after,
body.rtl #sidebar .widget-title::after,
body.rtl #sidebar .wp-block-search__label::after,
body.rtl .footer h2::after,
body.rtl .footer h3::after,
body.rtl .footer h4::after,
body.rtl .footer h5::after,
body.rtl .footer h6::after,
body.rtl .footer .widget-title::after {
    left: auto;
    right: 0;
}
/* ==========================================================================
   languages Bar Css
   ========================================================================== */
   .lang-drop { margin-left:25px;position: relative;
    display: inline-block;}


.hero-section-img img {width: 109% !important;max-width: none !important;}
.page-template-page-builder article.hentry .entry-content { padding:0 !important;}
.page-template-page-builder article.hentry { margin:0 !important;border: none !important;border-radius: 0 !important;}

.lang-drop{
    position:relative;
	transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.custom-lang{
    position:relative;
}
.lang-btn i { position:relative; right:-7px;}
.lang-btn:hover { background-color:#0b7048 !important; color:#fff !important; transform:none !important; transition: background-color 0.25s ease, color 0.25s ease;}
.lang-btn{
    background:#0b7048;
    color:#fff;
    border:0;
    padding:17px;
    border-radius:0px;
    cursor:pointer;
	width:80px
}

.lang-list{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    min-width:100%;
    margin:0px 0 0;
    padding:0;
    list-style:none;
    background:#0b7048;
    border-radius:0px;
    overflow:hidden;
    z-index:999;
}

.lang-list li a{
    display:block;
    padding:10px 15px;
    color:#fff;
    text-decoration:none;
}

.lang-list li a:hover{
    background:#ffffff;
    color:#006b4f;
}

.custom-lang:hover .lang-list{
    display:block;
}
.lang-list li.active a{
    background: #f3f8f0 !important;
    color: #282828 !important;
}

.lang-list li.active a:hover{
    background: #f3f8f0 !important;
    color: #282828 !important;
}

/* ==========================================================================
   18. Catalog
   ========================================================================== */
   
/* =====================================
   PRODUCT LAYOUT
===================================== */

.product-layout{
	display:flex;
	gap:40px;
	max-width:1400px;
	margin:50px auto;
	align-items:flex-start;
}

.product-sidebar{
	width:300px;
	flex-shrink:0;
}

.product-content{
	flex:1;
	min-width:0;
}

.product-content h1{
	font-size:25px;
}

/* =====================================
   SIDEBAR
===================================== */
.product-sidebar{
	position:sticky;
	top:30px;
	align-self:flex-start;
}

.product-sidebar-wrap{
	background:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
	box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.product-sidebar-heading{
	background:linear-gradient(90deg,#5e6268,#8b949c);
	color:#fff;
	font-size:20px;
	font-weight:600;
	padding:18px 22px;
	line-height:1.2;
}

.product-sidebar-menu{
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}

.sidebar-parent{
	border-bottom:1px solid #f0f0f0;
}

.sidebar-parent:last-child{
	border-bottom:none;
}

.parent-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:56px;
	transition:background-color .25s ease;
}

.parent-row:hover{
	background:#fafafa;
}

.parent-row > a{
	flex:1;
	padding:16px 20px;
	text-decoration:none !important;
	color:#222;
	font-size:15px;
	font-weight:500;
	line-height:1.5;
	transition:color .25s ease;
}

.parent-row > a:hover{
	color:#d61a29;
}

.sidebar-parent.active > .parent-row{
	background:#fafafa;
}

.sidebar-parent.active > .parent-row > a{
	color:#d61a29;
	font-weight:600;
}

/* =====================================
   TOGGLE ARROW
===================================== */

.toggle-icon{
	width:40px;
	height:56px;
	cursor:pointer;
	position:relative;
	flex-shrink:0;
}

.toggle-icon:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	transform:translate(-50%,-50%) rotate(45deg);
	transition:transform .3s ease,border-color .3s ease;
}

.sidebar-parent.active .toggle-icon:before{
	transform:translate(-50%,-50%) rotate(135deg);
	border-color:#d61a29;
}

/* =====================================
   CHILD MENU  (smooth CSS accordion)
===================================== */

.sidebar-children{
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	background:#fafafa;
	max-height:0;
	opacity:0;
	overflow:hidden;
	transition:max-height .35s ease, opacity .25s ease;
	will-change:max-height;
}

.sidebar-parent.active > .sidebar-children{
	max-height:1200px;
	opacity:1;
	border-top:1px solid #f0f0f0;
}

.sidebar-children li{
	margin:0;
	border-bottom:1px solid #f0f0f0;
}

.sidebar-children li:last-child{
	border-bottom:none;
}

.sidebar-children li a{
	display:block;
	padding:10px 20px 10px 38px;
	font-size:14px;
	line-height:1.5;
	color:#161412;
	text-decoration:none !important;
	position:relative;
	transition:color .2s ease;
}

.sidebar-children li a:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#ccc;
	position:absolute;
	left:22px;
	top:50%;
	transform:translateY(-50%);
	transition:background-color .2s ease;
}

.sidebar-children li a:hover,
.sidebar-children li.current-child a{
	color:#d61a29;
}

.sidebar-children li a:hover:before,
.sidebar-children li.current-child a:before{
	background:#d61a29;
}

/* =====================================
   PRODUCT GRID
===================================== */

.no-products-found{
	text-align:left;
}

.no-products-found p{
	margin:0;
	color:#666;
	font-size:13px;
}

.categ .product-grid{
	margin:25px 0 0 0;
}

.product-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:30px;
}

.product-item{
	background:#fff;
	border:1px solid #ececec;
	overflow:hidden;
	transition:box-shadow .35s ease,transform .35s ease;
	height:100%;
}

.product-item a{
	display:block;
	text-decoration:none !important;
	color:inherit;
	height:100%;
}

.product-item img{
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	display:block;
	background:#f5f5f5;
}

.product-item .product-placeholder{
	object-fit:contain;
	padding:20%;
	background:#f5f5f5;
}

.product-item h3{
	padding:18px;
	margin:0;
	font-size:17px;
	font-weight:600;
	line-height:1.5;
	color:#222;
	text-align:center;
}

/* =====================================
   TAXONOMY DESCRIPTION
===================================== */

.taxonomy-description{
	margin-top:50px;
	padding-top:30px;
	border-top:1px solid #e5e5e5;
	font-size:15px;
	line-height:1.8;
	color:#555;
}

/* =====================================
   SINGLE PRODUCT
===================================== */
body.single-astra_product .product-layout{margin: 140px auto;}


.single-product-top{
	display:flex;
	gap:40px;
	align-items:flex-start;
}

.single-product-gallery{
	flex:0 0 46%;
	max-width:46%;
}

.single-product-gallery img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #ececec;
	background:#f7f7f7;
}

/* ---- Image hover zoom ---- */
.product-zoom{
	position:relative;
	overflow:hidden;
	cursor:zoom-in;
	border:1px solid #ececec;
	background:#f7f7f7;
}

.product-zoom img{
	width:100%;
	height:auto;
	display:block;
	border:none;
	background:transparent;
	transition:opacity .2s ease;
}

.product-zoom-pane{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
	background-size:200%;
	opacity:0;
	transition:opacity .2s ease;
	pointer-events:none;
}

.product-zoom.is-zooming img{
	opacity:0;
}

.product-zoom-hint{
	position:absolute;
	right:10px;
	bottom:10px;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(242,242,242,.99);
	color:#fff;
	border-radius:50%;
	font-size:14px;
	pointer-events:none;
	transition:opacity .2s ease;
	z-index:2;
}

.product-zoom.is-zooming .product-zoom-hint{
	opacity:0;
}

/* ---- Previous / Next product navigation ---- */
.single-product-nav{
	display:flex;
	gap:16px;
	margin:28px 0 0;
	padding:18px 0 0;
	border-top:1px solid #eee;
}

.single-product-nav .spn-item{
	flex:1;
	min-width:0;
}

.single-product-nav .spn-next{
	text-align:right;
}

.single-product-nav a{
	display:inline-block;
	max-width:100%;
	text-decoration:none;
	color:#444;
	transition:color .2s ease;
}

.single-product-nav a:hover{
	color:#dd4319;
}

.single-product-nav .spn-label{
	display:block;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:.04em;
	color:#999;
	margin-bottom:4px;
}

.single-product-nav .spn-title{
	display:block;
	font-size:14.5px;
	font-weight:600;
	line-height:1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.single-product-nav a:hover .spn-title{
	color:#dd4319;
}

.single-product-summary{
	flex:1;
	min-width:0;
}

.single-product-summary .product-title{
	margin:0 0 18px;
	font-size:26px;
	line-height:1.3;
	color:#1d1d1d;
}

.single-product-summary .product-excerpt{
	font-size:15px;
	line-height:1.8;
	color:#555;
	margin-bottom:22px;
}

.single-product-summary .product-excerpt p{
	margin:0 0 10px;
}

.single-product-meta{
	margin:0 0 22px;
	padding:0;
	list-style:none;
	border-top:1px solid #eee;
}

.single-product-meta li{
	padding:9px 0;
	border-bottom:1px solid #eee;
	font-size:14px;
	color:#444;
}

.single-product-meta li strong{
	color:#222;
	margin-right:6px;
}

.single-product-cta{
	display:inline-block;
	margin-top:6px;
	background:#dd4319;
	color:#fff;
	font-size:15px;
	font-weight:600;
	padding:12px 26px;
	border-radius:6px;
	text-decoration:none;
	transition:background-color .25s ease;
}

.single-product-cta:hover, .single-product-cta:focus{
	background:#c2380f;
	color:#fff;
}

.single-product-description{
	margin-top:20px;
}

.single-product-description .section-heading,
.related-products-title,
.xizi-quote-title{
	font-size:20px;
	font-weight:700;
	color:#1d1d1d;
	margin:0 0 20px;
	padding-bottom:12px;
	display:inline-block;
}

.single-product-description .entry-content{
	font-size:15px;
	line-height:1.8;
	color:#555;
}

.single-product-description .entry-content img{
	max-width:100%;
	height:auto;
}

.single-product-description .entry-content table{
	width:100%;
	border-collapse:collapse;
	margin:18px 0;
	font-size:13.5px;
}

.single-product-description .entry-content th,
.single-product-description .entry-content td{
	border:1px solid #e2e2e2;
	padding:8px 10px;
	text-align:center;
}

.single-product-description .entry-content th{
	background:#f4f4f4;
}

/* =====================================
   QUOTE / ENQUIRY FORM
===================================== */
.xizi-quote-product{
	margin:0 0 22px;
	font-size:14px;
	color:#555;
	background:#fbf3f0;
	border-left:3px solid #dd4319;
	padding:10px 14px;
}

.xizi-quote-product strong{
	color:#dd4319;
}

.xizi-field-row{
	display:flex;
	gap:18px;
	margin-bottom:16px;
}

.xizi-field{
	flex:1;
	min-width:0;
}

.xizi-field-full{
	margin-bottom:16px;
}

.xizi-field label{
	display:block;
	font-size:13px;
	font-weight:600;
	color:#333;
	margin-bottom:6px;
}

.xizi-field label .req{
	color:#dd4319;
}

.xizi-field input,
.xizi-field textarea{
	width:100%;
	padding:11px 13px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	font-size:14px;
	color:#222;
	background:#fff;
	transition:border-color .2s ease,box-shadow .2s ease;
	box-sizing:border-box;
}

.xizi-field input:focus,
.xizi-field textarea:focus{
	outline:none;
	border-color:#dd4319;
	box-shadow:0 0 0 3px rgba(221,67,25,.12);
}

.xizi-field textarea{
	resize:vertical;
	min-height:120px;
}

.xizi-field input.has-error,
.xizi-field textarea.has-error{
	border-color:#e53935;
	box-shadow:0 0 0 3px rgba(229,57,53,.12);
}

/* Honeypot — visually hidden but present in DOM. */
.xizi-hp{
	position:absolute !important;
	left:-9999px !important;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.xizi-form-footer{
	margin-top:6px;
}

/* ---- Math verification (captcha) ---- */
.xizi-captcha-row{
	display:flex;
	align-items:center;
	gap:12px;
	flex-wrap:wrap;
}

.xizi-captcha-question{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:96px;
	height:44px;
	padding:0 16px;
	background:#f4f4f4;
	border:1px solid #d8d8d8;
	border-radius:5px;
	font-size:18px;
	font-weight:700;
	letter-spacing:.06em;
	color:#222;
	font-family:"Courier New",monospace;
	user-select:none;
}

.xizi-captcha-row input[name="captcha_answer"]{
	width:120px;
	flex:0 0 120px;
	height:44px;
	padding:11px 13px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	font-size:15px;
	box-sizing:border-box;
	transition:border-color .2s ease,box-shadow .2s ease;
}

.xizi-captcha-row input[name="captcha_answer"]:focus{
	outline:none;
	border-color:#dd4319;
	box-shadow:0 0 0 3px rgba(221,67,25,.12);
}

.xizi-captcha-row input[name="captcha_answer"].has-error{
	border-color:#e53935;
	box-shadow:0 0 0 3px rgba(229,57,53,.12);
}

.xizi-captcha-refresh{
	width:44px;
	height:44px;
	flex:0 0 44px;
	border:1px solid #d8d8d8;
	background:#fff;
	border-radius:5px;
	cursor:pointer;
	font-size:20px;
	line-height:1;
	color:#666;
	transition:background-color .2s ease,color .2s ease,transform .3s ease;
	padding:0px;
}

.xizi-captcha-refresh:hover{
	background:#dd4319;
	border-color:#dd4319;
	color:#fff;
}

.xizi-captcha-refresh:active{
	transform:rotate(180deg);
}

.xizi-quote-submit{
	background:#dd4319;
	color:#fff;
	border:none;
	border-radius:6px;
	font-size:15px;
	font-weight:600;
	padding:13px 34px;
	cursor:pointer;
	transition:background-color .25s ease,opacity .25s ease;
}

.xizi-quote-submit:hover{
	background:#c2380f;
}

.xizi-quote-submit:disabled{
	opacity:.6;
	cursor:not-allowed;
}

.xizi-form-response{
	margin-top:16px;
	font-size:14px;
	line-height:1.6;
	padding:0;
}

.xizi-form-response.is-success{
	color:#1b7a3d;
	background:#eafaf0;
	border:1px solid #b7e7c8;
	padding:12px 14px;
	border-radius:5px;
}

.xizi-form-response.is-error{
	color:#c0392b;
	background:#fdecea;
	border:1px solid #f3c0bb;
	padding:12px 14px;
	border-radius:5px;
}

/* =====================================
   RELATED PRODUCTS
===================================== */

.related-products{
	margin-top:55px;
	padding-top:30px;
	border-top:1px solid #e5e5e5;
}

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

.related-products .product-item h3{
	font-size:15px;
	padding:14px;
}

/* =====================================
   PAGINATION
===================================== */

.pagination-wrap,
.xizi-pagination{
	margin-top:50px;
	text-align:center;
}

/* Hide the default screen-reader heading from the_posts_pagination */
.pagination-wrap .screen-reader-text{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	clip:rect(1px,1px,1px,1px);
	white-space:nowrap;
}

.pagination-wrap .nav-links{
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
}

.xizi-pagination{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
}

.pagination-wrap .page-numbers,
.xizi-pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:42px;
	height:42px;
	padding:0 14px;
	border:1px solid #ddd;
	border-radius:6px;
	text-decoration:none;
	color:#333;
	font-size:14px;
	transition:background-color .3s ease,border-color .3s ease,color .3s ease;
}

.pagination-wrap .page-numbers:hover,
.xizi-pagination .page-numbers:hover{
	background:#dd4319;
	border-color:#dd4319;
	color:#fff;
}

.pagination-wrap .current,
.xizi-pagination .current{
	background:#dd4319;
	border-color:#dd4319;
	color:#fff;
}

.pagination-wrap .dots,
.xizi-pagination .dots{
	border:none;
	background:transparent;
}

.pagination-wrap .dots:hover,
.xizi-pagination .dots:hover{
	background:transparent;
	color:#333;
}

/* =====================================
   TABLET
===================================== */

@media (max-width:1024px){

	.product-layout{
		gap:25px;
	}

	.product-sidebar{
		width:280px;
	}

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

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

	.single-product-top{
		gap:30px;
	}
}

/* =====================================
   MOBILE
===================================== */

@media (max-width:767px){

	.product-layout{
		flex-direction:column;
		gap:25px;
		margin:25px auto;
	}

	.product-sidebar{
		width:100%;
		position:static;
	}

	.product-content{
		width:100%;
	}

	.product-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:16px;
	}

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

	.product-sidebar-heading{
		font-size:20px;
		padding:16px 20px;
	}

	.parent-row > a{
		font-size:14px;
		padding:14px 16px;
	}

	.sidebar-children li a{
		padding:10px 15px 10px 34px;
	}

	/* Single product stacks on mobile */
	.single-product-top{
		flex-direction:column;
		gap:24px;
	}

	.single-product-gallery{
		flex:0 0 100%;
		max-width:100%;
	}

	/* Previous/Next stacks on mobile */
	.single-product-nav{
		flex-direction:column;
		gap:14px;
	}

	.single-product-nav .spn-next{
		text-align:left;
	}

	/* Verification answer goes full width on mobile */
	.xizi-captcha-row input[name="captcha_answer"]{
		flex:1 1 auto;
		width:auto;
	}

	.single-product-summary .product-title{
		font-size:22px;
	}

	.xizi-quote-form-wrap{
		padding:22px 18px;
	}

	.xizi-field-row{
		flex-direction:column;
		gap:16px;
	}

	.product-item h3{
		font-size:15px;
		padding:14px;
	}
}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width:479px){

	.product-grid{
		grid-template-columns:1fr;
		gap:18px;
	}

	.related-products .related-grid{
		grid-template-columns:1fr;
	}

	.xizi-quote-submit{
		width:100%;
	}
}   

/* =====================================================================
   Italian Pro — Catalog / Products page
   Scoped under .xizi-product-layout so it won't leak into the rest of
   the theme. Tweak the variables below to match your brand.
   ===================================================================== */

.xizi-product-layout {
	--ip-gap: 28px;
	--ip-sidebar-w: 260px;
	--ip-radius: 10px;
	--ip-border: #e6e6e6;
	--ip-bg-card: #ffffff;
	--ip-bg-soft: #f6f7f8;
	--ip-text: #1d2327;
	--ip-text-soft: #6b7280;
	--ip-accent: #b91c1c;          /* change to your brand colour */
	--ip-accent-soft: #fdeaea;
	--ip-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 20px rgba(0, 0, 0, .06);
	--ip-shadow-hover: 0 6px 14px rgba(0, 0, 0, .08), 0 18px 40px rgba(0, 0, 0, .10);

	color: var(--ip-text);
}

/* ---- Layout: sidebar + content -------------------------------------- */
.xizi-product-layout .product-layout {
	display: flex;
	align-items: flex-start;
	gap: var(--ip-gap);
}

.xizi-product-layout .product-sidebar {
	flex: 0 0 var(--ip-sidebar-w);
	width: var(--ip-sidebar-w);
}

.xizi-product-layout .product-content {
	flex: 1 1 auto;
	min-width: 0; /* allows the grid to shrink instead of overflowing */
}

/* ---- Product grid --------------------------------------------------- */
.xizi-product-layout .product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--ip-gap);
}

/* ---- Card ----------------------------------------------------------- */
.xizi-product-layout .product-item {
	border: 1px solid var(--ip-border);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
	padding:15px;
}

.xizi-product-layout .product-item > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

/* ---- Featured image ------------------------------------------------- */
.xizi-product-layout .product-image {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--ip-bg-soft);
	overflow: hidden;
}

.xizi-product-layout .product-image img,
.xizi-product-layout .product-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

/* Placeholder shown when a product has no featured image */
.xizi-product-layout .product-thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		repeating-linear-gradient(45deg, #eceef0 0 12px, #f4f5f6 12px 24px);
}

/* ---- Title ---------------------------------------------------------- */
.xizi-product-layout .product-grid .product-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--ip-text);
}


.xizi-product-layout .product-title {
	margin: -8px 0 0 0;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 600;
	color: #d61a29;
}

/* ---- Features + highlights block ------------------------------------ */
.xizi-product-layout .featureslist {
	margin: 0;
}

/* Highlights = small badges */
.xizi-product-layout .product-highlights {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.xizi-product-layout .product-highlight {
	display: block;
	padding: 6px 46px 6px 14px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.2;
	color: #fff;
	background: #666;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 100% 100%, 0 100%);
	min-width:240px;
}
/* Features = icon + text rows */
.xizi-product-layout .product-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.xizi-product-layout .product-feature {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ip-text-soft);
}

.xizi-product-layout .product-feature-icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;

	justify-content: center;
}

.xizi-product-layout .product-feature-icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.xizi-product-layout .product-feature-text {
	line-height: 1.4;
}

/* ---- Empty state ---------------------------------------------------- */
.xizi-product-layout .no-products-found {
	padding: 48px 24px;
	text-align: center;
	color: var(--ip-text-soft);
	background: var(--ip-bg-soft);
	border: 1px dashed var(--ip-border);
	border-radius: var(--ip-radius);
}

/* ---- Pagination ----------------------------------------------------- */
.xizi-product-layout .pagination-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 36px;
}

.xizi-product-layout .pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--ip-text);
	background: var(--ip-bg-card);
	border: 1px solid var(--ip-border);
	border-radius: 8px;
	text-decoration: none;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.xizi-product-layout .pagination-wrap a.page-numbers:hover {
	border-color: var(--ip-accent);
	color: var(--ip-accent);
}

.xizi-product-layout .pagination-wrap .page-numbers.current {
	background: var(--ip-accent);
	border-color: var(--ip-accent);
	color: #fff;
}

.xizi-product-layout .pagination-wrap .page-numbers.dots {
	border-color: transparent;
	background: transparent;
}

/* ---- Responsive ----------------------------------------------------- */
@media (max-width: 1024px) {
	.xizi-product-layout .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.xizi-product-layout .product-layout {
		flex-direction: column;
	}
	.xizi-product-layout .product-sidebar {
		flex-basis: auto;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.xizi-product-layout .product-grid {
		grid-template-columns: 1fr;
	}
}

/* Top-level nodes = the tall bars (like your old .sidebar-parent) */
.product-sidebar-menu > .sidebar-node {
	border-bottom: 1px solid #f0f0f0;
}
.product-sidebar-menu > .sidebar-node:last-child {
	border-bottom: none;
}

/* ---- Row (link + toggle) ------------------------------------------- */
.node-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background-color .25s ease;
}
.node-row:hover {
	background: #fafafa;
}

.node-link {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	text-decoration: none !important;
	color: #222;
	line-height: 1.45;
	overflow-wrap: break-word;
	transition: color .2s ease;
}
.node-link:hover {
	color: #d61a29;
}

/* ---- Top level (parent categories): bold + tall --------------------- */
.sidebar-node.depth-0 > .node-row {
	min-height: 56px;
}
.sidebar-node.depth-0 > .node-row > .node-link {
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #222;
}
.sidebar-node.depth-0.is-active > .node-row {
	background: #fafafa;
}
.sidebar-node.depth-0.is-active > .node-row > .node-link {
	color: #d61a29;
	font-weight: 600;
}

/* ---- Nested levels: indented by depth, with a bullet ---------------- */
.sidebar-node:not(.depth-0) > .node-row > .node-link {
	position: relative;
	padding: 10px 14px 10px calc(22px + (var(--depth, 1) - 1) * 16px);
	font-size: 13.5px;
}
/*.sidebar-node:not(.depth-0) > .node-row > .node-link::before {
	content: "";
	position: absolute;
	left: calc(8px + (var(--depth, 1) - 1) * 16px);
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c7c7c7;
	transform: translateY(-50%);
	transition: background-color .2s ease;
}*/
.sidebar-node:not(.depth-0) > .node-row:hover > .node-link::before {
	background: #d61a29;
}

/* Products get a small square marker to read differently from categories */
.sidebar-product > .node-row > .node-link::before {
	border-radius: 1px;
}

/* ---- Current highlight ---------------------------------------------- */
.sidebar-node.is-current > .node-row > .node-link {
	color: #d61a29;
	font-weight: 600;
}
.sidebar-node.is-current:not(.depth-0) > .node-row > .node-link::before {
	background: #d61a29;
}
.sidebar-product.is-current > .node-row {
	background: #fff5f5;
}

/* ---- Nested lists: subtle tint so depth is legible ------------------ */
.node-children {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	background: #fafafa;
}
.node-children .node-children {
	background: #f4f4f4;
}
.node-children .node-children .node-children {
	background: #efefef;
}
.node-children > .sidebar-node {
	border-top: 1px solid #f0f0f0;
}

/* ---- Accordion animation (grid-rows: smooth at any height/depth) ---- */
.node-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .3s ease;
}
.sidebar-node.is-active > .node-panel {
	grid-template-rows: 1fr;
}
.node-panel > .node-children {
	overflow: hidden;
	min-height: 0;
}

/* ---- Plus / minus toggle ------------------------------------------- */
.node-toggle {
	position: relative;
	flex: 0 0 44px;
	width: 44px;
	align-self: stretch;
	min-height: 44px;
	cursor: pointer;
}
.node-toggle::before,
.node-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #888;
	transition: transform .3s ease, background-color .25s ease, opacity .2s ease;
}
.node-toggle::before {          /* horizontal bar (always visible) */
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}
.node-toggle::after {           /* vertical bar (hidden when open) */
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}
/* Open state → vertical bar collapses = minus, and turns red */
.sidebar-node.is-active > .node-row > .node-toggle::after {
	transform: translate(-50%, -50%) scaleY(0);
	opacity: 0;
}
.sidebar-node.is-active > .node-row > .node-toggle::before {
	background: #d61a29;
}
.node-toggle:hover::before,
.node-toggle:hover::after {
	background: #d61a29;
}
.node-toggle:focus-visible {
	outline: 2px solid #d61a29;
	outline-offset: -2px;
	border-radius: 3px;
}

/* ---- Responsive ----------------------------------------------------- */
@media (max-width: 767px) {
	.sidebar-node.depth-0 > .node-row > .node-link {
		font-size: 14px;
		padding: 14px 16px;
	}
	.node-toggle {
		flex-basis: 40px;
		width: 40px;
	}
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.node-panel,
	.node-toggle::before,
	.node-toggle::after,
	.node-link {
		transition: none;
	}
}

/* =====================================================================
   Extra CSS for product archive / taxonomy / single templates.
   Append to style.css. Reuses your existing single-product styles and
   catalog feature/highlight styles; only adds what wasn't covered yet.
   ===================================================================== */

/* ---- Archive / taxonomy header -------------------------------------- */
.product-archive-header {
	margin: 0;
}
.product-archive-title {
	font-size: 35px !important;
	font-weight: 600;
	color: #d61a29;
	margin: 0 0 8px;
	line-height: 1.25;
}
.product-archive-desc {
	color: #666;
	font-size: 14.5px;
	line-height: 1.7;
}

/* Single-page gallery placeholder (no aspect-ratio wrapper here) */
.single-product-gallery .product-thumb-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid #ececec;
	background: repeating-linear-gradient(45deg, #eceef0 0 12px, #f4f5f6 12px 24px);
}

/* Feature list spacing inside the single summary */
.single-product-summary .product-features {
	margin: 16px 0 22px;
}

/* =====================================================================
   Additional Information — pure-CSS tabs (radio inputs, no JS)
   ===================================================================== */
/*.single-product-addinfo {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}*/

.ip-tabs {
	position: relative;
}

/* Hide the radio controls but keep them accessible/focusable */
.ip-tab-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.ip-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	background-color:#ebebeb;	
}

.ip-tab-panels{
	background-color: #f8f8f8;
	padding:20px;
}

.ip-tab-label {
	cursor: pointer;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	color: #555;
	background: #ebebeb;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	margin-bottom: 0;
	transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.ip-tab-label:hover {
	color: #dd4319;
}

/* Active tab styling */
#ip-tab-features:checked ~ .ip-tab-nav .ip-tab-label-features,
#ip-tab-download:checked ~ .ip-tab-nav .ip-tab-label-download,
#ip-tab-request-information:checked ~ .ip-tab-nav .ip-tab-label-request-information
 {
border-color: #d1d2d4 !important;
  background-color: #d1d2d4 !important;
  color: #666;
}

/* Focus ring when tabbing with keyboard */
.ip-tab-input:focus-visible ~ .ip-tab-nav .ip-tab-label-features,
.ip-tab-input:focus-visible ~ .ip-tab-nav .ip-tab-label-download,
.ip-tab-input:focus-visible ~ .ip-tab-nav .ip-tab-label-request-information
 {
	outline: 2px solid #dd4319;
	outline-offset: 2px;
}

/* Panels */
.ip-tab-panel {
	display: none;
}
#ip-tab-features:checked ~ .ip-tab-panels .ip-panel-features,
#ip-tab-download:checked ~ .ip-tab-panels .ip-panel-download,
#ip-tab-request-information:checked ~ .ip-tab-panels .ip-panel-request-information{
	display: block;
}

.ip-panel-features .entry-content {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
.ip-panel-features .entry-content img {
	max-width: 100%;
	height: auto;
}

/* ---- Download sections ---------------------------------------------- */
.ip-download-section {
	margin-bottom: 28px;
}
.ip-download-section:last-child {
	margin-bottom: 0;
}
.ip-download-heading {
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
	margin: 0 0 12px;
}

.ip-download-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.ip-download-item {
	margin: 0;
}

.ip-download-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	text-decoration: none !important;
	color: #333;
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
a.ip-download-link:hover {
	border-color: #dd4319;
	color: #dd4319;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}
.ip-download-link.is-nolink {
	opacity: .75;
	cursor: default;
}

/* Little PDF glyph */
.ip-download-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: #fdece6;
	position: relative;
}
.ip-download-icon::before {
	content: "PDF";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .02em;
	color: #dd4319;
}

.ip-download-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.ip-download-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	overflow-wrap: break-word;
}
.ip-download-title {
	font-size: 12.5px;
	color: #888;
	line-height: 1.3;
	margin-top: 2px;
	overflow-wrap: break-word;
}

/* ---- Responsive ----------------------------------------------------- */
@media (max-width: 767px) {
	.ip-download-list {
		grid-template-columns: 1fr;
	}
	.ip-tab-label {
		padding: 10px 14px;
		font-size: 12px;
	}
	.product-archive-title {
		font-size: 21px;
	}
}


/* =====================================================================
   Product breadcrumb — append to style.css
   ===================================================================== */
.product-breadcrumb {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.4;
}
.product-breadcrumb .breadcrumb-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.product-breadcrumb .breadcrumb-item {
	display: flex;
	align-items: center;
	color: #888;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	margin-right: 6px;
	color: #c9c9c9;
}
.product-breadcrumb a {
	color: #fff;
	text-decoration: none;
	transition: color .2s ease;
}
.product-breadcrumb a:hover {
	color: #b0d29b;
}
.product-breadcrumb .breadcrumb-item.is-current span {
	color: #b0d29b;
	font-weight: 600;
}
.breadbox .inner-banner-thumb{
	min-height:inherit;
}

.breadbox .banner-container{ padding:20px 0 0 20px;}
