.elementor-kit-63{--e-global-color-primary:#0286B1;--e-global-color-secondary:#F6520A;--e-global-color-text:#1E2732;--e-global-color-accent:#FF6B35;--e-global-color-60018fc:#012B39;--e-global-color-5fba3ce:#27AE60;--e-global-color-6a23f88:#000000;--e-global-color-9b07f98:#556170;--e-global-color-b6b8c2d:#FFFFFF;--e-global-color-df8e6d4:#F1ECEC;--e-global-color-4235791:#0F2440;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1em;--e-global-typography-b5fbb7b-font-family:"Poppins";--e-global-typography-b5fbb7b-font-size:20px;--e-global-typography-b5fbb7b-font-weight:600;--e-global-typography-b5fbb7b-text-transform:capitalize;--e-global-typography-b5fbb7b-line-height:1.4em;background-color:#F7F2EC;}.elementor-kit-63 button,.elementor-kit-63 input[type="button"],.elementor-kit-63 input[type="submit"],.elementor-kit-63 .elementor-button{background-color:#0286B1;font-family:var( --e-global-typography-accent-font-family );font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-color:#FFFFFF;border-radius:99px 99px 99px 99px;padding:12px 12px 12px 12px;}.elementor-kit-63 button:hover,.elementor-kit-63 button:focus,.elementor-kit-63 input[type="button"]:hover,.elementor-kit-63 input[type="button"]:focus,.elementor-kit-63 input[type="submit"]:hover,.elementor-kit-63 input[type="submit"]:focus,.elementor-kit-63 .elementor-button:hover,.elementor-kit-63 .elementor-button:focus{background-color:#F6520A;color:#FFFFFF;border-style:solid;border-color:#FFFFFF;}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-kit-63 a{color:var( --e-global-color-6a23f88 );}.elementor-kit-63 h1{color:#000000;}.elementor-kit-63 h3{color:var( --e-global-color-6a23f88 );}.elementor-kit-63 h4{color:var( --e-global-color-6a23f88 );}.elementor-kit-63 h5{color:var( --e-global-color-6a23f88 );}.elementor-kit-63 h6{color:var( --e-global-color-6a23f88 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-63 button,.elementor-kit-63 input[type="button"],.elementor-kit-63 input[type="submit"],.elementor-kit-63 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:590px){.elementor-kit-63{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-line-height:0em;--e-global-typography-accent-font-size:16px;--e-global-typography-b5fbb7b-font-size:18px;}.elementor-kit-63 button,.elementor-kit-63 input[type="button"],.elementor-kit-63 input[type="submit"],.elementor-kit-63 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================= */
/* CTG GLOBAL QUANTITY SYSTEM FINAL */
/* ================================= */

/* ----- FORCE HORIZONTAL LAYOUT ----- */
.quantity {
    display: flex !important;
    align-items: center !important;
    gap: 10px; /* equal spacing */
}

/* Center inside cart table cell */
.woocommerce-cart .quantity {
    justify-content: center !important;
}

/* ----- REMOVE NUMBER INPUT SPINNERS ----- */
/* Chrome / Edge / Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

/* ----- QUANTITY BUTTON STYLE ----- */
button.ctg-qty-btn,
.ctg-qty-btn {
    width: 42px !important;
    height: 42px !important;

    background: #ffffff !important;
    color: #000000 !important;

    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 600;
    cursor: pointer;

    transition: background 0.2s ease, color 0.2s ease;
}

/* ----- INPUT FIELD STYLE ----- */
.quantity input.qty {
    width: 60px !important;
    height: 42px !important;

    background: #ffffff !important;

    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    text-align: center !important;
    font-weight: 600;
}

/* ----- CLICK STATE ----- */
button.ctg-qty-btn:active {
    background: #f6520a !important;
    color: #ffffff !important;
}

/* Optional soft hover */
button.ctg-qty-btn:hover {
    background: #f6520a !important;
}/* End custom CSS */