.cms-index-index .wk-brand-home-carousel {
    display: none !important;
}
.cms-index-index div#owl-demo {
    display:none !important;
}
.cms-index-index .heading-bg .heading h2 {
    color: #000000;
}
.cms-index-index .heading-bg .heading a {
    font-size: 14px !important;
}
.event-time .event-day {
    font-size: 14px;
}
.event-time .event-month {
    font-size: 16px;
}
.cms-index-index .default-home-page-events .product-item-name a {
    font-size: 14px !important;
}
.cms-index-index .product-item-details .ticket-category-page a {
    font-size: 14px;
}
.cms-porto_home_35 .default-home-page-events .ticket-category-page span {
    padding: 5px 10px !important;
}
.cms-porto_home_35 .default-home-page-events .category-icon {
    font-size: 16px !important;
    padding: 10px !important;
}

.three-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.three-column-header .header-col {
    display: flex;
    align-items: center;
}

.header-left {
    flex: 1;
}

.header-center {
    flex: 2;
    justify-content: center;
}

.header-right {
    flex: 1;
    justify-content: flex-end;
    gap: 20px;
    display: flex;
    align-items: center;
}

.header-center .navigation {
    text-align: center;
}

/* footer */
.page-footer .row {
    display: flex !important;
    width: 100% !important;
}
.cms-index-index .page-footer .container {
    width: 100% !important;
}
.page-footer .container {
    padding: 3% !important;
    width: 72% !important;
}
.footer-middle {
    background-color: #CFCFCF !important;
    color: #000000 !important;
}
.footer-bottom {
    background-color: #CFCFCF !important;
    color: #000000 !important;
}

.footer-middle a {
    color: #000000 !important;
    font-size: 14px !important;
}
.footer-bottom .container {
    padding: 0 3% !important;
}
.page-main{
    margin-left: 10% !important;
    margin-right: 10% !important;
}
html, body {
    overflow-x: hidden;
}
.field.required.tmcd {
    font-size: 14px !important;
}
.closing-date {
    font-size: 14px !important;
}
  
/* .page-wrapper,
.page-main,
.columns {
    max-width: 100vw !important;
} */
.product.attribute.description {
    font-size: 14px !important;
    color: #000000 !important;
}
.product.attribute.description p {
    font-size: 14px !important;
    color: #000000 !important;
}
body.catalog-product-view .product-addto-links a.action.towishlist {
    display: none !important;
}
body.catalog-product-view .product-addto-links a.action.tocompare {
    display: none !important;
}
.catalog-product-view .action-tc-accept {
    padding: 0 25px !important;;
    font-size: 14px !important;
}
.catalog-product-view .action-tc-accept:hover {
    padding: 0 25px !important;
    font-size: 14px !important;
}
.checkout-cart-index .page-main {
    max-width: 80%;
}
.checkout-index-index .page-main {
    max-width: 80% !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 10px !important;
}
#loginotpmob {
    font-size: 14px !important;
}
.verifyotp input[type="number"] {
    font-size: 14px !important;
}
.verifyotp input[type="number"]::placeholder {
    font-size: 14px !important;
}
.verifyotp input[type="number"]:focus {
    font-size: 14px !important;
}
.verifyotp input[type="number"]:focus::placeholder {
    font-size: 14px !important;
}
.opc-progress-bar-item._active>span,
.opc-progress-bar-item  {
    color: #000000 !important;
    font-size: 14px !important;
}
.checkout-index-index .checkout-contact .step-title {
    font-size: 16px !important;
}
.checkout-index-index .opc-block-summary {
    font-size: 14px !important;
    color: #000000 !important;
}
.checkout-index-index .opc-block-summary .grand.totals strong {
    font-size: 16px !important;
}
.opc-block-summary>.title {
    font-size: 16px !important;
}
.opc-block-summary .mark .value {
    font-size: 14px !important;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
    font-size: 14px !important;
}
.opc-block-summary .not-calculated {
    font-size: 14px !important;
}
.opc-block-summary .items-in-cart>.title strong {
    font-size: 14px !important;
}
.checkout-payment-method .payment-method-title {
    font-size: 14px !important;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
    font-size: 14px !important;
    color: #000000 !important;
}
checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #000000 !important;
    color: #ffffff !important;
}
checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #000000 !important;
    color: #ffffff !important;
}
.header.content {
    margin-left: 0 !important;
}

label.scroll-message {
    font-size: 14px !important;
}
.page-header.type23 .search-area .block.block-search {
    width: 30% !important;
    border: none !important;
}

/* ================= DESKTOP ICON HEADER ================= */
@media (min-width: 768px) {

    .header-right {
        display: flex;
        align-items: center;
        gap: 18px;
        justify-content: flex-end;
    }

    .header-right a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #000;
    }

    /* Profile dropdown */
    .header-profile {
        position: relative;
    }

    .header-links-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #eee;
        min-width: 160px;
        z-index: 1000;
        padding: 10px;
    }

    .header-profile:hover .header-links-dropdown {
        display: block;
    }
}

/* ================= SEARCH BELOW HEADER ================= */
#header-search-bar {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 12px 20px;
}

#header-search-bar .block-search {
    max-width: 600px;
    margin: 0 auto;
}
/* ================= DESKTOP RIGHT ICON STACK ================= */
@media (min-width: 768px) {

    .header-right {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    /* Each icon block */
    .header-right > div,
    .header-right .minicart-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Icons */
    .header-right i,
    .minicart-wrapper .action.showcart:before {
        font-size: 22px;
        margin-bottom: 4px;
    }
}
@media (min-width: 768px) {

    /* Cart text */
    .minicart-wrapper .action.showcart span {
        display: block;
        font-size: 12px;
        line-height: 1;
        text-align: center;
    }

    /* Profile text */
    .header-profile .profile-text,
    .panel.header .top-links-icon a {
        display: block;
        font-size: 12px;
        margin-top: 4px;
        text-align: center;
    }

    /* Search text */
    .search-label {
        display: block;
        font-size: 12px;
        margin-top: 4px;
        text-align: center;
    }
    .showcart.action-subtotal {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .minicart-wrapper .subtotal,
    .minicart-wrapper .price {
        display: none !important;
    }
}

.customer-welcome .action.switch {
    background: none;
    border: none;
    color: #000000;
}

.customer-welcome .action.switch:hover {
    color: #000000
}
.footer .footer-bottom .custom-block.f-right {
    display: none !important;
}
/* ================= EQUAL WIDTH HEADER ICONS ================= */
@media (min-width: 768px) {

    .header-right {
        display: flex;
        align-items: center;
    }

    /* Each icon container same width */
    .header-right .search-area,
    .header-right .header-profile,
    .header-right .minicart-wrapper {
        width: 64px;               /* adjust if needed */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Icon size */
    .header-right i,
    .minicart-wrapper .action.showcart:before {
        font-size: 22px;
        margin-bottom: 4px;
    }

    /* Text below icon */
    .header-right span {
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 768px) {

    /* Right container */
    .header-right {
        display: flex;
        align-items: flex-start; /* IMPORTANT */
    }

    /* Equal width blocks (already done by you) */
    .header-right .search-area,
    .header-right .header-profile,
    .header-right .minicart-wrapper {
        width: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #000000;
    }

    /* ICON LINE — force equal height */
    .header-right i,
    .minicart-wrapper .action.showcart:before {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        height: 24px;          /* KEY LINE */
        line-height: 24px;     /* KEY LINE */
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .minicart-wrapper .action.showcart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .minicart-wrapper .action.showcart:before {
        position: static;     /* remove absolute positioning */
        margin: 0;
    }
}
@media (max-width: 767px) {
    .showcart.action-subtotal {
        display: none !important;
    }  
    .three-column-header {
        max-width: 58% !important;
        padding: 15px !important;
    } 
    .search-area.show-icon-tablet span,
    .minicart-wrapper .action.showcart {
        color: #000000 !important;
    }
    /* Stack footer columns vertically */
    .page-footer .footer-middle .container {
        flex-direction: column !important;
    }

    /* Each column full width */
    .page-footer .footer-middle .container > div {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    .page-main {
        max-width: 90% !important;
        margin-left: 3% !important;
        padding-left: 0 !important;
    }
    .catalog-product-view .page-main {
        padding-left: 0 !important;
    }
    .catalog-product-view .box-tocart .fieldset {
        justify-content: left !important;
    }
}

/* =====================================================
   FINAL ICON ALIGNMENT FIX
   ===================================================== */
   @media (min-width: 768px) {

    /* Right container */
    .header-right {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 24px;
    }

    /* Equal width blocks */
    .header-right .search-area,
    .header-right .header-profile,
    .header-right .minicart-wrapper {
        width: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* 🔥 ICON ROW — force SAME HEIGHT BOX */
    .header-right .search-area i,
    .header-right .header-profile i,
    .minicart-wrapper .action.showcart {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;          /* SAME BOX HEIGHT */
    }
    .minicart-wrapper .action.showcart {
       padding-top: 15px !important;
    }

    /* Cart icon (::before) fix */
    .minicart-wrapper .action.showcart:before {
        position: static;
        font-size: 22px;
        line-height: 1;
        margin: 0;
    }

    /* Normal icons */
    .header-right i {
        font-size: 22px;
        line-height: 1;
    }

    /* Text below icons */
    .search-label,
    .profile-text,
    .minicart-wrapper .action.showcart span {
        font-size: 12px;
        line-height: 1;
        margin-top: 4px;
        display: block;
        text-align: center;
    }

    /* Remove cart extra junk */
    .minicart-wrapper .subtotal,
    .minicart-wrapper .price {
        display: none !important;
    }
}

/* =====================================================
   FORCE FOOTER TO STACK ON MOBILE (PORTO SAFE)
   ===================================================== */
   @media (max-width: 767px) {

    /* Force container to behave like block */
    .page-footer .footer-middle .container {
        display: block !important;
        width: 100% !important;
    }

    /* Force each column to full width */
    .page-footer .footer-middle .container > * {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-bottom: 24px;
    }

    /* Remove grid if applied */
    .page-footer .footer-middle .container {
        grid-template-columns: 1fr !important;
    }
    .event-time .event-day {
        font-size: 18px !important;
    }
    .event-time .event-month {
        font-size: 18px !important;
    }
}

