/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
 * CSS TEST
html::before{
  content:"CHILD CSS LOADED";
  position:fixed;
  top:0;
  left:0;
  z-index:999999;
  padding:8px 12px;
  font-size:14px;
  background:#343434;
  color:#565656;
}


*/
/* Elementor Accordion Header Spacing */
.c2w-faq-accordion .e-n-accordion-item-title {
    padding: 16px 14px;
}

/* Center Tag Line Under Logo */
.site-description {
  text-align: center;
  width: 100%;
}

/* UNDERLINE WHITE LINKS ON PAGES CTA LINKS  */
.c2w-heading-link .elementor-heading-title a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color .2s ease;
}

.c2w-heading-link .elementor-heading-title a:hover,
.c2w-heading-link .elementor-heading-title a:focus {
    color: #E79A12 !important;
    text-decoration: underline;
}

/* UNDERLINE ORANGE LINKS ON PAGES CTA LINKS  */
.c2w-text-link a,
.c2w-text-link .elementor-heading-title a,
.c2w-text-link .elementor-button {
    color: #F26522 !important;
    text-decoration: none;
    transition: color .2s ease;
}

.c2w-text-link a:hover,
.c2w-text-link .elementor-heading-title a:hover,
.c2w-text-link .elementor-button:hover {
    color: #0D223D !important;
    text-decoration: underline;
}
/* UNDERLINE FAQ LINKS ON HERO FAQ LINKS  */
.c2w-faq-topic-link .elementor-heading-title a {
    color: #0D223D;
    text-decoration: none;
    transition: color .2s ease;
}

.c2w-faq-topic-link .elementor-heading-title a:hover {
    color: #F26522 !important;
    text-decoration: underline;
}



/* CUSTOM 2 WEAR – CONTACT FORM */

.c2w-contact-form {
    width: 100%;
}

.c2w-contact-form p {
    margin: 0;
}

.c2w-contact-form br {
    display: none;
}

.c2w-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 20px;
}

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

.c2w-form-field,
.c2w-form-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.c2w-form-field label {
    display: block;
    margin: 0 0 4px;
    color: #0D223D;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.c2w-contact-form input[type="text"],
.c2w-contact-form input[type="email"],
.c2w-contact-form input[type="tel"],
.c2w-contact-form select,
.c2w-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #CDD5DE;
    border-radius: 6px;
    background: #FFFFFF;
    color: #0D223D;
    font-size: 16px;
    line-height: 1.4;
    padding: 9px 12px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.c2w-contact-form input[type="text"],
.c2w-contact-form input[type="email"],
.c2w-contact-form input[type="tel"],
.c2w-contact-form select {
    height: 42px;
}

.c2w-contact-form textarea {
    min-height: 115px;
    resize: vertical;
}

.c2w-contact-form input:focus,
.c2w-contact-form select:focus,
.c2w-contact-form textarea:focus {
    border-color: #F26522;
    box-shadow: 0 0 0 2px rgba(242, 101, 34, .10);
}

.c2w-form-submit {
    margin: 4px 0 0;
}

.c2w-contact-form input[type="submit"] {
    min-height: 44px;
    margin: 0;
    padding: 10px 22px;
    border: 0;
    border-radius: 6px;
    background: #F26522;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.c2w-contact-form input[type="submit"]:hover {
    background: #D9561B;
}

.c2w-contact-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 13px;
}

.c2w-contact-form .wpcf7-response-output {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .c2w-form-row-2 {
        grid-template-columns: 1fr;
    }

    .c2w-contact-form input[type="submit"] {
        width: 100%;
    }
}

/* Barn2 STYLING on Produdt Page */
.c2w-size-quantity-heading {
    margin: 0 0 10px;
    padding: 0;
    color: #444;
    font-family: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
}

.c2w-required-star {
    color: #e2401c;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    margin-left: 2px;
}
/* Volume Pricing explanatory copy */
.c2w-volume-pricing-copy {
    margin: 0 0 18px;
    color: #444;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}


/* Barn2 Volume Pricing table */
.summary .wdm-bulk-table {
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    background: #fff;
}

.summary .wdm-bulk-table table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
}

/* Match the Choose Size & Quantity header more closely */
.summary .wdm-bulk-table thead th {
    padding: 10px 10px;
    background: #f3f3f3;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border: 0;
}

/* Pricing rows */
.summary .wdm-bulk-table tbody td {
    padding: 9px 10px;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}

/* Last row */
.summary .wdm-bulk-table tbody tr:last-child td {
    border-bottom: 0;
}
/* =========================================================
   CUSTOM 2 WEAR - PRODUCT CONFIGURATOR LOWER SECTION
   ========================================================= */


/* -----------------------------------------
   Decoration Method + Artwork spacing
   ----------------------------------------- */

.summary .wpo-options-container .wpo-field {
    margin-bottom: 24px;
}


/* Match Choose Garment Color heading treatment */
.summary .wpo-options-container .wpo-option-name {
    margin: 0 0 8px;
    color: #444;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}


/* Required red asterisk */
.summary .wpo-options-container .wpo-field-required-symbol {
    color: #e2401c;
    font-weight: 700;
}


/* -----------------------------------------
   Radio option lists
   Decoration Method + Artwork
   ----------------------------------------- */

.summary .wpo-options-container .wpo-radios {
    margin: 0;
    padding: 0;
}


/* Give individual choices more breathing room */
.summary .wpo-options-container .wpo-radios li {
    margin: 0 0 7px;
}


/* Slightly cleaner radio labels */
.summary .wpo-options-container .wpo-radios label {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    cursor: pointer;
}


/* Orange accent on the actual radio controls */
.summary .wpo-options-container input[type="radio"] {
    accent-color: #F26522;
}


/* -----------------------------------------
   ORDER SUMMARY
   ----------------------------------------- */

.summary .wcbvp-total-wrapper {
    margin-top: 10px;
    padding: 16px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}


/* Remove excessive paragraph spacing */
.summary .wcbvp-total-wrapper p {
    margin: 0 0 4px;
    color: #444;
    font-size: 14px;
    line-height: 1.4;
}


/* Make Items / Total labels a little clearer */
.summary .wcbvp-total-wrapper .wcbvp_total_label {
    font-weight: 600;
}


/* Layout totals + button cleanly */
.summary .wcbvp-total-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}


/* Add to Cart button */
.summary .wcbvp-total-right button {
    min-width: 150px;
    padding: 13px 20px;
    border: 0;
    border-radius: 4px;
    background: #F26522;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .2s ease, opacity .2s ease;
}


/* Hover only when usable */
.summary .wcbvp-total-right button:not(:disabled):hover {
    background: #d95b17;
}


/* Keep disabled button obviously disabled */
.summary .wcbvp-total-right button:disabled,
.summary .wcbvp-total-right button.disabled {
    background: #aeb5bd;
    color: #fff;
    opacity: .75;
    cursor: not-allowed;
}


/* -----------------------------------------
   QUESTIONS / HELP AREA
   ----------------------------------------- */

.summary .product-widget .textwidget {
    margin-top: 28px;
    padding: 16px 0 0 14px;
    background: transparent;
    border-left: 2px solid #F26522;
}


/* Main help paragraph */
.summary .product-widget .textwidget p:first-child {
    margin: 0 0 12px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}


/* Benefits paragraph */
.summary .product-widget .textwidget p:nth-child(2) {
    margin: 0;
    color: #444;
    font-size: 13px;
    line-height: 1.7;
}


/* Policy / help link */
.summary .product-widget .textwidget a {
    color: #0B1F33;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.summary .product-widget fieldset {
    margin-top: 22px;
}

/* -----------------------------------------
   MOBILE
   ----------------------------------------- */

@media (max-width: 767px) {

    .summary .wcbvp-total-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .summary .wcbvp-total-right {
        width: 100%;
    }

    .summary .wcbvp-total-right button {
        width: 100%;
    }
}


/* Product help / policy widget */
/* Custom 2 Wear - desktop product columns */
/* =========================================================
   CUSTOM 2 WEAR - SINGLE PRODUCT RESPONSIVE LAYOUT
   ========================================================= */
/* =========================================================
   CUSTOM 2 WEAR — SINGLE PRODUCT LAYOUT
   ========================================================= */
/* =========================================================
   CUSTOM 2 WEAR — PRODUCT PAGE COLUMN LAYOUT
   ========================================================= */


/* DESKTOP */
@media (min-width: 1100px) {

    .single-product .product-details-wrapper {
        display: grid !important;
        grid-template-columns: minmax(0, 56%) minmax(0, 41%) !important;
        grid-template-rows: auto auto;
        column-gap: 3%;
        row-gap: 20px;
        align-items: start;
    }

    .single-product
    .product-details-wrapper
    > .woocommerce-product-gallery {
        grid-column: 1;
        grid-row: 1;

        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        flex: none !important;
        margin: 0 !important;
    }

    .single-product
    .product-details-wrapper
    > .summary.entry-summary {
        grid-column: 2;
        grid-row: 1 / span 2;

        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        flex: none !important;
        margin: 0 !important;
    }

    .single-product
    .product-details-wrapper
    > .c2w-product-help-widget {
        grid-column: 1;
        grid-row: 2;

        position: static !important;
        float: none !important;
        clear: both !important;

        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;

        padding-left: 16px;
        border-left: 2px solid #F26522;
    }
}


/* TABLET + MOBILE */
@media (max-width: 1099px) {

    .single-product .product-details-wrapper {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        row-gap: 24px;
        align-items: start;
    }

    .single-product
    .product-details-wrapper
    > .woocommerce-product-gallery {
        grid-column: 1;
        grid-row: 1;

        position: static !important;
        float: none !important;

        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .single-product
    .product-details-wrapper
    > .summary.entry-summary {
        grid-column: 1;
        grid-row: 2;

        position: static !important;
        float: none !important;
        clear: both !important;

        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .single-product
    .product-details-wrapper
    > .c2w-product-help-widget {
        grid-column: 1;
        grid-row: 3;

        position: static !important;
        float: none !important;
        clear: both !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }
}
/* C2W Homepage Testimonial Cards */
.c2w-testimonial-card {
    border: 1px solid #E3E8ED !important;
    border-top: 3px solid #F26522 !important;
}

/* CUSTOM 2 WEAR – REQUEST A QUOTE FORM */

.c2w-quote-form {
    width: 100%;
    color: #536273;
}

.c2w-quote-form p {
    margin: 0;
}

.c2w-quote-form br {
    display: none;
}


/* SECTION HEADINGS */

.c2w-form-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 20px;
    padding: 0 0 12px;
    border-bottom: 1px solid #D9E0E7;
}

.c2w-form-section-heading:not(:first-child) {
    margin-top: 34px;
}

.c2w-quote-form .c2w-section-number {
    flex: 0 0 auto;
    display: inline-block;
    color: #F26522;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.c2w-form-section-heading div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.c2w-form-section-heading strong {
    color: #0D223D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.c2w-form-section-heading small {
    margin: 0;
    color: #536273;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}


/* GRID */

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

.c2w-field {
    min-width: 0;
}

.c2w-field-full {
    grid-column: 1 / -1;
}


/* LABELS */

.c2w-quote-form label {
    display: block;
    margin: 0;
    color: #0D223D;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.c2w-quote-form .required {
    color: #F26522;
}

.c2w-quote-form .c2w-optional {
    color: #667085;
    font-weight: 400;
}


/* INPUTS */

.c2w-quote-form input[type="text"],
.c2w-quote-form input[type="email"],
.c2w-quote-form input[type="tel"],
.c2w-quote-form input[type="number"],
.c2w-quote-form input[type="date"],
.c2w-quote-form input[type="file"],
.c2w-quote-form select,
.c2w-quote-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 6px 0 0;
    border: 1px solid #CDD5DE;
    border-radius: 6px;
    background: #FFFFFF;
    color: #0D223D;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.c2w-quote-form input[type="text"],
.c2w-quote-form input[type="email"],
.c2w-quote-form input[type="tel"],
.c2w-quote-form input[type="number"],
.c2w-quote-form input[type="date"],
.c2w-quote-form select {
    height: 44px;
    padding: 9px 12px;
}

.c2w-quote-form input[type="file"] {
    min-height: 44px;
    padding: 8px 10px;
}

.c2w-quote-form textarea {
    min-height: 140px;
    padding: 11px 12px;
    resize: vertical;
}

.c2w-quote-form input:focus,
.c2w-quote-form select:focus,
.c2w-quote-form textarea:focus {
    border-color: #F26522;
    box-shadow: 0 0 0 2px rgba(242, 101, 34, .10);
}


/* HELPER TEXT */

.c2w-quote-form small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}


/* CHECKBOX GROUPS */

.c2w-quote-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 10px;
}

.c2w-quote-form .wpcf7-list-item {
    margin: 0;
}

.c2w-quote-form .wpcf7-checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #344054;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.c2w-quote-form input[type="checkbox"] {
    margin: 0;
    accent-color: #F26522;
}


/* CONSENT */

.c2w-consent {
    margin-top: 2px;
    color: #536273;
    font-size: 14px;
    line-height: 1.5;
}

.c2w-consent .wpcf7-list-item {
    margin: 0;
}

.c2w-consent label {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #536273;
    font-weight: 400;
}

.c2w-consent a {
    color: #F26522;
    font-weight: 700;
    text-decoration: none;
}

.c2w-consent a:hover {
    color: #0D223D;
    text-decoration: underline;
}


/* SUBMIT */

.c2w-submit-row {
    margin-top: 4px;
}

.c2w-quote-form input[type="submit"] {
    min-height: 46px;
    margin: 0;
    padding: 11px 24px;
    border: 0;
    border-radius: 6px;
    background: #F26522;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease;
}

.c2w-quote-form input[type="submit"]:hover {
    background: #D9561B;
}


/* CF7 MESSAGES */

.c2w-quote-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
}

.c2w-quote-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 11px 13px;
    border-radius: 6px;
}


/* TABLET / MOBILE */

@media (max-width: 767px) {

    .c2w-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .c2w-field,
    .c2w-field-full {
        grid-column: 1;
    }

    .c2w-form-section-heading:not(:first-child) {
        margin-top: 28px;
    }

    .c2w-form-section-heading {
        margin-bottom: 16px;
    }

    .c2w-quote-form .wpcf7-checkbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .c2w-quote-form input[type="submit"] {
        width: 100%;
    }
}

/* CUSTOM 2 WEAR – PRODUCT CATEGORY FAQ ACCORDIONS */
/* CUSTOM 2 WEAR – PRODUCT CATEGORY FAQ */

.c2w-category-faq-list {
    margin: 18px 0 20px;
    border: 1px solid #D9E0E7;
    background: #FFFFFF;
}

.c2w-category-faq-item {
    margin: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #D9E0E7;
}

.c2w-category-faq-item:last-child {
    border-bottom: 0;
}

.c2w-category-faq-item summary {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px 18px 38px;
    background: #FFFFFF;
    color: #0D223D;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.c2w-category-faq-item summary::-webkit-details-marker {
    display: none;
}

.c2w-category-faq-item summary::before {
    content: "+";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #0D223D;
    font-size: 23px;
    font-weight: 700;
}

.c2w-category-faq-item[open] summary::before {
    content: "−";
}

.c2w-category-faq-item summary:hover {
    color: #F26522;
}

.c2w-category-faq-answer {
    padding: 0 20px 20px 38px;
    background: #FFFFFF;
    color: #536273;
    font-size: 16px;
    line-height: 1.6;
}

.c2w-category-faq-answer p {
    margin: 0;
}

.c2w-category-faq-answer a {
    color: #F26522;
    font-weight: 600;
    text-decoration: none;
}

.c2w-category-faq-answer a:hover {
    color: #0D223D;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .c2w-category-faq-item summary {
        padding: 16px 16px 16px 36px;
        font-size: 17px;
    }

    .c2w-category-faq-answer {
        padding: 0 16px 18px 36px;
    }
}

/* ==================================================
   CUSTOM 2 WEAR – UNIVERSAL PRODUCT CATEGORY HERO
================================================== */
/* CUSTOM 2 WEAR – UNIVERSAL PRODUCT CATEGORY HERO */

body.tax-product_cat .woocommerce-products-header__title.page-title {
	color: #0D223D;
	font-size: clamp(30px, 2.5vw, 40px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin-bottom: 18px;
}

body.tax-product_cat .woocommerce-products-header__title.page-title::after {
	content: "";
	display: block;
	width: 58px;
	height: 3px;
	margin-top: 10px;
	background: #F26522;
	border-radius: 10px;
}

body.tax-product_cat header.woocommerce-products-header {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 1fr);
	align-items: stretch;
	margin-bottom: 32px;
	background: #F5F7F9;
	border: 1px solid #D9E0E7;
	border-left: 4px solid #F26522;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(13, 34, 61, 0.07);
	overflow: hidden;
}

body.tax-product_cat header.woocommerce-products-header .term-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto !important;
	margin: 0;
	padding: 32px 36px;
	background: transparent;
}

body.tax-product_cat header.woocommerce-products-header .term-description::before {
	content: "CUSTOM BUSINESS APPAREL";
	margin-bottom: 12px;
	color: #F26522;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
}

body.tax-product_cat header.woocommerce-products-header .term-description p {
	margin: 0;
	color: #536273;
	font-size: 16px;
	line-height: 1.65;
}

body.tax-product_cat header.woocommerce-products-header .term-description strong {
	color: #0D223D;
	font-weight: 700;
}

body.tax-product_cat header.woocommerce-products-header > img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 270px;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

/* TABLET */
@media (max-width: 1024px) {
	body.tax-product_cat header.woocommerce-products-header {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	}

	body.tax-product_cat header.woocommerce-products-header .term-description {
		padding: 28px 30px;
	}
}

/* MOBILE */
@media (max-width: 767px) {
	body.tax-product_cat .woocommerce-products-header__title.page-title {
		font-size: 28px;
		line-height: 1.15;
		margin-bottom: 16px;
	}

	body.tax-product_cat .woocommerce-products-header__title.page-title::after {
		width: 56px;
		height: 3px;
		margin-top: 10px;
	}

	body.tax-product_cat header.woocommerce-products-header {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 26px;
		border-left-width: 3px;
	}

	body.tax-product_cat header.woocommerce-products-header > img {
		height: 220px !important;
		min-height: 220px;
	}

	body.tax-product_cat header.woocommerce-products-header .term-description {
		padding: 24px 22px 26px;
	}

	body.tax-product_cat header.woocommerce-products-header .term-description p {
		font-size: 15px;
		line-height: 1.6;
	}
}

/* =========================
   Custom 2 Wear Pagination
   ========================= */

/* Base pagination numbers */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    color: #0D223D;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
a.page-numbers:hover {
    background: #F5F7F9;
    color: #0D223D !important;
}

/* Current page */
.page-numbers.current {
    background: #0D223D;
    color: #FFFFFF !important;
}

/* Fix arrow icons (Shoptimizer uses pseudo-elements) */
a.next.page-numbers::after,
a.prev.page-numbers::after {
    color: #0D223D;
}

/* Arrow hover */
a.next.page-numbers:hover,
a.prev.page-numbers:hover {
    background: #F26522;
    color: #FFFFFF !important;
}

a.next.page-numbers:hover::after,
a.prev.page-numbers:hover::after {
    color: #FFFFFF !important;
}

/* ==========================================
   CUSTOM 2 WEAR – MAIN NAVIGATION & DROPDOWN
   ========================================== */
/* ==========================================
   CUSTOM 2 WEAR – MAIN NAVIGATION & DROPDOWN
   ========================================== */

/* CUSTOM 2 WEAR – ACTIVE MAIN MENU UNDERLINE */

.menu-primary-menu-container > ul > li.current-menu-item > a > span,
.menu-primary-menu-container > ul > li.current-menu-parent > a > span,
.menu-primary-menu-container > ul > li.current-menu-ancestor > a > span,
body.woocommerce-shop .menu-primary-menu-container > ul > li.c2w-shop-menu > a > span,
body.tax-product_cat .menu-primary-menu-container > ul > li.c2w-shop-menu > a > span,
body.single-product .menu-primary-menu-container > ul > li.c2w-shop-menu > a > span {
    border-bottom: 2px solid #F26522;
    padding-bottom: 6px;
}


/* SHOP DROPDOWN */
.main-navigation .c2w-shop-menu .sub-menu {
    padding: 6px 0;
    background: #FFFFFF;
    border: 1px solid #D9E0E7;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(13, 34, 61, .10);
    overflow: hidden;
}


/* Dropdown dividers */
.main-navigation .c2w-shop-menu .sub-menu li {
    margin: 0;
    border-bottom: 1px solid #E0E5EA;
}

.main-navigation .c2w-shop-menu .sub-menu li:last-child {
    border-bottom: 0;
}


/* Dropdown links */
.main-navigation .c2w-shop-menu .sub-menu li > a {
    display: block;
    padding: 11px 18px;
    color: #0D223D;
    font-weight: 500;
    line-height: 1.35;
    background: #FFFFFF;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}


/* Dropdown hover */
.main-navigation .c2w-shop-menu .sub-menu li > a:hover,
.main-navigation .c2w-shop-menu .sub-menu li > a:focus {
    color: #F26522;
    background: #F5F7F9;
    padding-left: 22px;
}


/* Active category */
.main-navigation .c2w-shop-menu .sub-menu li.current-menu-item > a,
.main-navigation .c2w-shop-menu .sub-menu li.current-menu-parent > a,
.main-navigation .c2w-shop-menu .sub-menu li.current-menu-ancestor > a {
    color: #F26522;
    font-weight: 700;
    background: rgba(242, 101, 34, .07);
    box-shadow: inset 3px 0 0 #F26522;
}