/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for Kadence
Author: Jamtech
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

:root {
    --puk-pdp-ink: #1f2933;
    --puk-pdp-text: #3e4c59;
    --puk-pdp-muted: #7b8794;
    --puk-pdp-line: #d9dee3;
    --puk-pdp-soft: #eef1f3;
}

/* custom accordions start */
.puk-custom-accordions details {
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid var(--puk-pdp-line);
    border-radius: 7px;
    background: #fff;
}

.puk-custom-accordions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    color: var(--puk-pdp-ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
    list-style: none;
}

.puk-custom-accordions summary::-webkit-details-marker {
    display: none;
}

.puk-custom-accordions summary::after {
    content: "+";
    color: var(--puk-pdp-muted);
    font-size: 20px;
    font-weight: 400;
}

.puk-custom-accordions details[open] summary::after {
    content: "−";
}

.puk-custom-accordions .puk-custom-accordion-content {
    padding: 0 15px 15px;
    color: var(--puk-pdp-text);
    font-size: 16px;
    line-height: 1.65;
}

.puk-custom-accordions .puk-custom-accordion-content > :last-child {
    margin-bottom: 0;
}
/* custom accordions start */

/* header-css-start */
.site-top-header-inner-wrap {
    display: flex !important;
    gap:12px;
}

.site-top-header-inner-wrap .site-header-top-section-left {
    flex: 1;
}

/* .site-top-header-inner-wrap .site-header-top-section-left .site-header-item, 
.site-top-header-inner-wrap .site-header-top-section-left .header-html{
	width:100%;
} */

.site-top-header-inner-wrap .site-header-top-section-right{
    width: fit-content !important;
}

.site-bottom-header-inner-wrap {
    grid-template-columns: 1fr !important;
}

.site-bottom-header-wrap .site-header-bottom-section-right {
    display: none !important;
}

.site-bottom-header-wrap .site-header-bottom-section-left {
    justify-content: center !important;
}

/* .search-toggle-open-container{
    width:100%;
    max-width:600px;
}

.search-toggle-open{
    width: 100%;
    height: 56px;
    padding: 0 12px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeeee;
    border: 1px solid #ddd !important;
    border-radius: 50px;
    transition: .3s;
}

.search-toggle-open:hover{
    border-color:#2d6a4f;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.search-toggle-label{
    color:#666;
    font-size:15px;
}

.search-toggle-icon{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#2d6a4f;
    color:#fff;
    border-radius:50%;
}

.search-toggle-icon svg{
    width:18px;
    height:18px;
} */

.site-header-item[data-section="kadence_customizer_header_search_bar"] {
    width: 100% !important;
}

.header-search-bar.header-item-search-bar {
    width: 100% !important;
}

.header-search-bar form{
    width: 100% !important;
}

body .header-search-bar form input {
    width: 100% !important;
    height: 50px;
    padding: 0 12px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ddd !important;
    border-radius: 50px;
    transition: .3s;
}

body .header-search-bar button[type="submit"] {
    width: 38px !important;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d6a4f !important;
    border-radius: 50% !important;
    top: 6px !important;
    right: 6px !important;
}

body .header-search-bar  .kadence-search-icon-wrap{
    color: #fff !important;
}

.header-cart-button, .header-account-button {
  position: relative;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    color: #2d6a4f !important;
    text-decoration: none !important;
    transition: .3s;
}

.header-cart-button svg, .header-account-button svg {
    width:20px;
    height:20px;
}

.header-cart-total{
   position: absolute;
    top: 0px;
    right: -12px;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff6b35 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700;
    border-radius: 50% !important;
}

.top-bar {
    color: #fff;
    font-size: 14px;
}

.top-bar .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.left-section,
.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar a,
.header-social-wrap a {
    color: #fff;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

.top-bar a:hover,
.header-social-wrap a:hover {
    color: #d4d4d4;
}

.contact-pill,
.social-link-phone {
    padding: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    font-weight: 600 !important;
}

.contact-pill:hover,
.social-link-phone:hover {
    background: rgba(255, 255, 255, 0.1);
}

.top-link {
    font-weight: 500;
}

.top-bar i {
    font-size: 15px;
}

.trade-login {
    font-weight: 600;
}

.vat-toggle {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 3px;
    overflow: hidden;
}

.vat-btn {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    padding: 8px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

.vat-btn:hover{
	background: transparent;
}

.vat-btn.active {
    background: #fff;
    color: #111;
    border-radius: 30px;
}

.vat-btn:hover:not(.active) {
    color: #fff;
}

@media (max-width: 991px) {
    .top-bar .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-section,
    .right-section {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        font-size: 13px;
    }

    .contact-pill,
    .social-link-phone {
        width: 100%;
        justify-content: center;
    }

    .left-section {
        gap: 10px;
    }

    .top-link,
    .trade-login {
        font-size: 13px;
    }

    .vat-toggle {
        width: 100%;
        justify-content: center;
    }

    .vat-btn {
        flex: 1;
    }
}

.header-navigation ul ul.sub-menu {
    top: auto !important;
}

header nav#site-navigation ul.sub-menu > li > a {
    padding: 0.5em 1em;
}

header nav#site-navigation ul.sub-menu > li > a .nav-drop-title-wrap {
    background: #ffffff;
    padding: 0 !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #ddd !important;
    color: #006436;
}

header nav#site-navigation ul.sub-menu > li > ul.sub-menu {
    padding: 0 0 24px;
}

header nav#site-navigation ul.sub-menu li.menu-item a,
header nav#site-navigation ul.sub-menu > li > ul.sub-menu li a {
    padding: 0.2em 1em !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

header nav#site-navigation ul.sub-menu > li > ul.sub-menu li a:hover,
header nav#site-navigation ul.sub-menu li.menu-item a:hover {
    color: #006436 !important;
}
.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
    color: #006436 !important;
}

/* header-css-end */

/* footer-css-start */

footer.site-footer .widget_block {
    margin: 0 0 16px !important;
}

footer.site-footer .widget_block > ul{
    list-style:none;
    padding:0;
    margin:0 !important;
}

footer.site-footer .widget_block > ul li{
    position:relative;
    padding-left:20px;
    margin-bottom:4px;
}

footer.site-footer .widget_block > ul li a, footer.site-footer .widget_block > ul li{
    display:block;
    color:#888;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
	  cursor:pointer;
	transition:.3s;
}

footer.site-footer .widget_block > ul li::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:6px;
    height:6px;
    border-top:2px solid #2d6a4f;
    border-right:2px solid #2d6a4f;
    transform:translateY(-50%) rotate(45deg);
    transition:.3s;
}

footer.site-footer .widget_block > ul li:hover{
    padding-left:26px;
    transition:.3s;
}

footer.site-footer .widget_block > ul li:hover::before{
    left:6px;
    transition:.3s;
}

footer.site-footer .widget_block > ul li:hover a{
    color:#2d6a4f;
}

/* footer-css-end */

.category-card ul {
    padding: 24px 0 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.category-card ul li{
	margin: 0 !important;
    width: 100% !important;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition:.5s;
}

.category-card ul li:hover{
	box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transition:.5s;
}

.category-card ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
}

.category-card ul li a span {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.category-card ul li a span img{
	width:100%;
}

.category-card ul li a .wc-block-product-categories-list-item__name {
    padding: 12px;
    text-align: left;
}

.category-card ul li span.wc-block-product-categories-list-item-count {
    float: right;
    margin: -36px 12px 0 0;
    background: #ddd;
    border-radius: 50px;
    padding: 0px 8px;
    font-size: 14px;
}

.category-card ul li span.wc-block-product-categories-list-item-count:before,.category-card ul li span.wc-block-product-categories-list-item-count:after{
	display:none;
}

.best-seller-product ul {
    padding: 24px 0 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px;
}

.best-seller-product ul li{
	margin: 0 !important;
    width: 100% !important;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition:.5s;
    box-shadow:none !important;
}

.best-seller-product ul li:hover{
	box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    transition:.5s;
}

.best-seller-product ul li h2.has-text-align-center{
	text-align:left;
	margin: 0 0 4px !important;
}

.best-seller-product ul li h2.has-text-align-center a {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    padding: 0px 12px 0;
}

.best-seller-product ul li .wp-block-woocommerce-product-price{
	padding: 0px 12px 12px;
    color: #13612e;
    text-align:left;
}

.patio-section{
	margin: 0 !important;
    width: 100% !important;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition:.5s;
    box-shadow:none !important;
}

.patio-section:hover{
	box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    transition:.5s;
}

.patio-section figure {
    margin: 0 0 8px !important;
}

.patio-section span, .patio-section h3{
	padding:0 16px;
}

.pavinguk-colour-swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-top: 11px !important;
    gap: 8px;
}

.pavinguk-colour-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 72px;
    color: #6b7682;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.pavinguk-colour-item:hover,
.pavinguk-colour-item:focus {
    color: #233140;
    transform: translateY(-2px);
}

.pavinguk-colour-circle {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(35, 49, 64, 0.12);
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(35, 49, 64, 0.08);
}

.pavinguk-colour-name {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

/* Dynamic size buttons */
.pavinguk-size-buttons {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: center; */
		margin-top: 11px !important;
    gap: 12px;
}

.pavinguk-size-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border: 1px solid #dce2e6;
    border-radius: 30px;
    background: #ffffff;
    color: #33495c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.pavinguk-size-button:hover,
.pavinguk-size-button:focus {
    border-color: #c45a3c;
    background: #c45a3c;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .pavinguk-colour-swatches {
        gap: 16px 10px;
    }

    .pavinguk-colour-item {
        width: 66px;
    }

    .pavinguk-colour-circle {
        width: 52px;
        height: 52px;
    }

    .pavinguk-colour-name {
        font-size: 12px;
    }

    .pavinguk-size-buttons {
        gap: 10px;
    }

    .pavinguk-size-button {
        padding: 9px 16px;
        font-size: 13px;
    }
}

/* Product filter css start */
.puk-hub-products-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:40px;
    align-items:start;
}

.puk-hub-filters{
    position:sticky;
    top:120px;
}

@media(max-width:991px){
    .puk-hub-products-layout{
        grid-template-columns:1fr;
    }
    .puk-hub-filters{
        position:static;
    }
}
/* Product filter css end */

/* --------------------------------------------------------------------------
   Below-the-fold bands and accordions
   -------------------------------------------------------------------------- */
.puk-pdp-band {
    clear: both;
    margin: 0;
    border-top: 1px solid var(--puk-pdp-line);
}

.puk-pdp-band-inner {
    padding: 28px 0;
}

.puk-pdp-band h2 {
    margin: 0 0 4px;
    color: var(--puk-pdp-ink);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.puk-pdp-band-caption {
    margin: 0 0 15px;
    color: var(--puk-pdp-muted);
    font-size: 14px;
}

.puk-pdp-essentials .puk-pdp-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    border-width: 1.5px;
    border-color: var(--puk-pdp-ink);
}

.puk-pdp-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.puk-pdp-spec-table th,
.puk-pdp-spec-table td {
    padding: 8px 10px;
    border: 1px solid var(--puk-pdp-line);
    text-align: left;
}

.puk-pdp-spec-table th {
    width: 28%;
    background: var(--puk-pdp-soft);
    color: var(--puk-pdp-text);
    font-weight: 650;
}

.puk-pdp-pack-specs {
    margin-top: 12px;
}

.puk-pdp-pack-specs thead th {
    width: auto;
}
/* accordions */

/* Blog page css start */
.guides-category-menu-wrap ul#menu-post-category-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-transform: uppercase;
    color: #A4BEBF;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding:24px 0;
}


.guides-category-menu-wrap ul#menu-post-category-menu li a {
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.guides-category-menu-wrap ul#menu-post-category-menu li.current-menu-item a {
    background: #d3d3d3;
    padding: 12px 20px;
}
/* Blog page css end */

.puk-custom-blog-archive-class .content-bg {
    box-shadow: none !important;
}

.puk-custom-blog-archive-class .entry-content-wrap {
    padding: 16px 0 0 !important;
}

.puk-custom-blog-archive-class .entry-header .entry-title {
    background: #d3d3d3;
    padding: 6px 16px;
    white-space: normal;
    margin: 0 0 8px;
    font-size: 18px;
}

.puk-custom-blog-archive-class .entry-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
}

.puk-custom-blog-archive-class .entry-summary p{
    font-size: 16px;
}

.puk-custom-blog-archive-class .more-link-wrap {
    text-transform: uppercase;
}

body.single-post .entry.single-entry{
    box-shadow: none !important;
}

body.single-post .single-entry .entry-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

body.single-post .kt_simple_share_container {
    justify-content: center;
}

body.single-post .introductory_content{
    text-align: center;
}

body.single-post .postthumb {
    text-align: center;
}

body.single-post .entry-content p, body.single-post .entry-content ul {
    line-height: 24px;
    margin: 0 0 1rem;
}

body.single-post .entry-content ul li {
    margin: 0 0 0.5rem;
}

body.single-post .entry-content h2 {
    background: #d3d3d3;
    padding: 2px 15px;
    white-space: normal;
    padding-top: 3px;
    display: inline-block;
    font-weight: 700;
}

body.single-post h2, body.single-post h3, body.single-post h4 {
    line-height: 1.5;
    margin: 10px 0;
}

body.single-post .blog-content-list {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    gap: 30px;
    text-align: left;
}

body.single-post .blog-content-left {
    width: 30%;
    overflow: auto;
    height: calc(100vh - 500px);
    height: 100%;
    padding-bottom: 21px;
    background: #fff;
    position: sticky;
    top: 50px;
}

body.single-post .blog-content-right {
    width: 70%;
    padding: 4px 10px;
    overflow: auto;
}

body.single-post .entry-content .blog-content-left h3 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 0 0 12px !important;
}

body.single-post .entry-content p:last-child {
    margin-bottom: revert;
}

body.single-post .entry-content .blog-content-left h4 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 12px 0;
}

body.single-post .entry-content .blog-content-left h4 a{
    text-decoration: underline;
}

@media(max-width:768px){
    body.single-post .blog-content-list{
        flex-direction: column !important;
    }

    body.single-post .blog-content-list > *{
        width: 100% !important;
        position: static !important;
    }
}

.sample-products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.sample-products-wrapper .sample_product {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sample-products-wrapper .sample_product > a.sample-product-title-link {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #172128;
    flex: 1;
}

.sample-products-wrapper .sample_product > a.button.sample-add-button {
    text-align: center;
}

.sample-products-wrapper .sample_product > a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.sample-shopping-container {
    padding: 24px;
    background: #efefef;
}

.sample-data-table tr > * {
    padding: 4px;
}

.sample-data-table tr > td.image-module img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 4px;
    object-fit: cover;
}

.sample-data-table tr > td.sampleTitle {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.sample-data-table tr > td.remove-btn button {
    padding: 0px 6px;
    font-size: 12px;
    background: red;
}

.sample-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sample-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #F5F5F5;
    color: #333;
    text-decoration: none;
    border: 1px solid #E5E5E5;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sample-category-link:hover,
.sample-category-link.active {
    background: #1F3A2D;
    color: #fff;
    border-color: #1F3A2D;
}

@media (max-width: 767px) {
    .sample-category-list {
        gap: 8px;
    }

    .sample-category-link {
        padding: 10px 18px;
        font-size: 14px;
    }
}


/* Trade Account Css Start */
#customer_login .u-column1.col-1, 
#customer_login .u-column2.col-2 {
    width: 100% !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
    max-width: 50%;
    margin: 0px auto !important;
}

body:not(.logged-in) .woocommerce h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}

.woocommerce-LostPassword.lost_password {
    display: flex;
    justify-content: space-between;
}

#puk-myaccount-custom-content {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.puk_trade_account_description {
    display: flex;
    margin-top: 10px !important;
}

.puk_trade_account_description img {
    display: inline;
    float: left;
    margin-right: 20px;
    width: 149px;
}

.puk_trade_account_description p {
    margin-bottom: 1rem;
}

.puk_trade_account_contact_us_content .contact_us_content {
    color: #212529;
    text-align: center;
    font-weight: bolder;
    line-height: 36px;
    margin-top: 30px;
}

.puk_trade_account_contact_us_content .contact_us_btn {
    text-align: center;
    display: block;
    padding: 24px 0px;
}

.puk_trade_account_contact_us_content .contact_us_btn a {
    font-size: 16px;
    padding: 18px 25px;
    color: #f7f7f7;
    border-color: #1b1b1b;
    background-color: #1b1b1b;
    text-decoration: none;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    background-repeat: repeat-x;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
}
.puk_trade_account_contact_us_content .contact_us_image {
    text-align: center;
    margin-bottom: 44px;
}
.puk_trade_account_contact_us_content .contact_us_image img {
    display: inline-block;
}

.puk-trade-faq__list.puk-custom-accordions {
    max-width: 1216px;
    margin: 20px auto;
}

.woocommerce-form-register .form-row {
    position: relative;
}

.woocommerce-form-register .puk-field-error {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #c62828;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.woocommerce-form-register input.puk-input-error,
.woocommerce-form-register select.puk-input-error,
.woocommerce-form-register textarea.puk-input-error {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 1px #c62828 !important;
}

.woocommerce-form-register input.puk-input-error:focus,
.woocommerce-form-register select.puk-input-error:focus,
.woocommerce-form-register textarea.puk-input-error:focus {
    border-color: #c62828 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.15) !important;
}
#custom_role_selector {
  min-width: 100%;
}
/* Trade Account Css End */


/* Move it to hub css file */
.puk-hub-signup-btn {
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #006436;
    border-radius: 50px;
    max-width: 232px;
    text-decoration: none;
}

body.tax-pa_color .entry-hero-container-inner {
    background: #f7f4ee !important;
}

body.tax-pa_color .kadence-breadcrumbs{
margin: 0.5em 0 !important;
}


body.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > * {
    flex: 1;
    padding: 0 !important;
    margin: 0 !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details {
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details > * {
    flex: 1;
    width: 100% !important;
    margin: 0 !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    width: 100%;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details:before, 
body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details:after{
    display: none !important;
}

.puk-blog-hero-image img {
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}