@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'DroidSans-Regular';
    src: url('../fonts/DroidSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url('../fonts/DroidSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PPNeueMontreal';
    src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;

}

#continue-to-garment {
    font-size: 20px;
    z-index: 10;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;

}


#header .logo-header {
    display: block;
    height: 212px;
    width: 400px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);

    transition: transform 0.5s ease;
    will-change: transform;
}

#header .logo-header:hover {
    transform: translateX(-50%) scale(1.2);
}

body {
    font-family: 'PPNeueMontreal';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-image: url(../src/img/bg-image.png) !important;
}


*:focus {
    outline: 0 !important;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;

}

ul {
    list-style: none;
}


.modal-body {
    padding: 0;
}

#header {
    display: flex;
    justify-content: center;
    margin: 2rem;
}



/* @media screen and (max-width: 768px) {

    #header {
        margin: 2rem;

    }

    #header .logo-header {
        height: 60px;
    }

} */





.selected-garment img {
    width: 48px;
}

ul#GarSel {
    padding-left: 0px !important;
}

#GarSel ul {
    width: 91%;
    margin-top: 180px;
    gap: 24px;
    padding: 0px;
}

#GarSel li a {
    display: flex;
    flex-direction: column;
}

#GarSel li .garment-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 154px;
}

#GarSel img {
    width: 100%;
    max-width: 130px;
    max-height: 130px;
    margin-bottom: 16px;
}

/* @media only screen and (max-width: 768px) {
    #GarSel ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        padding: 0;
        margin: 180px auto 0;
        width: calc(80% - 32px);
    }

    #GarSel ul li {
        width: calc(50% - 12px);
        display: flex;
        justify-content: center;
    }

    #GarSel img {
        width: 100%;
        max-width: 80px;
        max-height: 80px;
        margin-bottom: 16px;
    }


} */






.booklet-form-modal {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.booklet-form-content {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 70px auto;
    padding: 15px 25px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'DroidSans-Regular', sans-serif;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: #333;
    cursor: pointer;

}

.booklet-form-content h2 {
    text-align: center;
    margin-top: 18px;
    color: #20374c;
    font-size: 14px;
    font-weight: bold;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 250px;
    padding: 0 10px;
    margin-bottom: 0;
}

.full-width {
    text-align: center;
}

#booklet-send:hover {
    background-color: #c52918;
}



#booklet-send {
    margin: 30px;
    background: #e30613;
    width: 300px;
    height: 40px;
    box-shadow: 4px 6px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    color: #fff;
    font-size: 18px;

}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    color: #20374c;
}

.required {
    color: red;
    font-size: larger;
}

.form-group input,
.form-group textarea {
    width: 70%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.address-inputs {
    display: flex;
    gap: 10px;

}

#Address {
    flex: 4;
}

#Suburb {
    flex: 3;
}

#PostCode {
    flex: 2;
}

#State {
    flex: 1;
}



#design-count {
    visibility: hidden;
    left: 40px;
    position: absolute;
    display: block;
    top: 20px;
}

#design-count img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 32px;
}

#design-cart-count {
    color: #fff;
    position: relative;
    top: 34px;
    left: 80px;
    font-size: 20px;
    background: #af2342;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px 5px 2px 6px;
    display: none;
}

#design-count label {
    position: relative;
    display: block;
    left: -12px;
    top: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

/* Show only when content is NOT "0" */
#design-cart-count:not(:empty):not([content="0"]) {
    display: inline-block;
}

.ResultItems-container {
    display: none;

}

.product-flex-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.image-container {
    justify-content: center;
    display: flex;
    gap: 30px;
    width: 90%;
    max-width: 100%;
    max-height: auto;
}

.image-container img {
    width: 40%;
    height: auto;
}

.config-section {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.section-title {
    font-size: 16px;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'DroidSans-Regular', sans-serif;

}

.option-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'DroidSans-Regular', sans-serif;

}

.color-options {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}



.logo-position-section {
    margin-bottom: 30px;
    font-family: 'DroidSans-Regular', sans-serif;

}

.position-row {
    display: flex;
    margin-bottom: 10px;
}

.position-label {
    font-weight: bold;
    width: 80px;
    font-size: 14px;
}

.position-options {
    display: flex;
    flex: 1;
}

.position-option {
    margin-right: 10px;
    font-size: 12px;
    color: #555;
}


.save-button {
    background-color: #d10a30;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    outline: 3px solid transparent;
    box-shadow: 0 0 0 3px #d10a30;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    align-items: center;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    background-clip: padding-box;
    margin-top: 50px;
    margin-bottom: 50px;
}

.save-button svg {
    margin-left: 8px;
}





#GarSel .garment label {
    cursor: pointer;
    height: 240px;
    width: 240px;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s ease;
    position: relative;
    align-content: end;
    /* Needed for underline positioning */

}



/* Hover Effect */
#GarSel .garment label:hover {
    transform: scale(1.1);
    /* Slightly enlarge the element */
    transition: 0.5s ease-in-out;
}

/* Underline effect */
#GarSel .garment label::after {
    content: "";
    position: absolute;
    bottom: 10px;
    /* Adjust based on spacing */
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #e71818;
    /* Red underline */
    transition: width 0.3s ease-in-out;
    transform: translateX(-50%);
}

/* Expand underline on hover */
#GarSel .garment label:hover::after {
    width: 80%;
    /* Adjust width as needed */
}

/* Hide the original checkbox */
#GarSel .garment input[type="checkbox"] {
    display: none;
}

/* Custom circular checkbox */
#GarSel .garment label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #e4012b;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 14px;
}

#GarSel .garment label.checked::before {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #e4012b inset;
    border: 1px solid #ffffff;
}

#GarSel .garment input[type='checkbox']:checked+label:before {
    background-color: #fff;
    box-shadow: 0 0 0 4px #E4012B inset;
    border: 2px solid #E4012B;
}

#GarSel .garment input[type="checkbox"]:checked~h4 {
    color: #fff;
}

/* Text styling */
#GarSel .garment h4 {
    margin: 0 10px;
    font-size: 16px;
    color: #000;
}

#GarSel input[type='checkbox'] {
    display: none;
}

#GarSel label {
    display: block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 5px;
}

#GarSel input[type='checkbox']:checked+label {
    border: 1px solid #e30613ed;
}

#GarSel .garment input[type='checkbox']:checked+label:before {
    background-color: #fff;
    box-shadow: 0 0 0 4px #E4012B inset;
    border: 2px solid #E4012B;
}


/* 
@media screen and (max-width:768px) {
    #GarSel .garment label {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    #GarSel .garment h4 {
        margin: 0;
        font-size: 12px;
        color: #000;
    }

    #GarSel .garment label:before {
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid #e4012b;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff;
        position: absolute;
        top: 14px;
        right: 14px;
    }

} */


/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.d-none {
    display: none;
}

.radio {
    background-color: #E4012B;
    box-shadow: 0 0 0 4px #ffffff inset;
    box-sizing: border-box;
    border: 1px solid #E4012B;
    cursor: pointer;
}

#DYONAV #SubmitOrder {
    display: none;
}


.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #f44336;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.custom-alert.show {
    opacity: 1;
}

#DYONAV .active a {
    background-color: #E4012B;
    box-shadow: 0 0 0 4px #ffffff inset;
    box-sizing: border-box;
    border: 1px solid #E4012B;
    cursor: pointer;
}

#DYONAV .previous a {
    background-color: #E4012B;
    box-shadow: 0 0 0 4px #ffffff inset;
    box-sizing: border-box;
    border: 1px solid #E4012B;
    cursor: pointer;
}

#DYONAV .previous a::after {
    background-color: #E4012B;
    content: '';
    position: absolute;
    width: calc(100% + 14px);
    height: 4px;
    top: 50%;
    right: -211%;
    transform: translateX(-50%);
    z-index: -1;
}


#DYONAV .active a {
    color: #fcfcfc;
}

#DYONAV .active a svg {
    fill: #fff;
}

#DYONAV {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    box-shadow: none;
    border-radius: 30px;
    padding: 8px;
    margin-bottom: 16px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: -100px;
}

#DYONAV div a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFF0F6;
    border-radius: 50%;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    box-shadow: 0 0 0 3px #ffffff inset;
    box-sizing: border-box;
    border: 1px solid #EFF0F6;
    z-index: 1;
    cursor: not-allowed;
}

#DYONAV div:hover {

    color: #fcfcfc;

    transform-origin: left;
    transition: width 0.25s ease;
}

#DYONAV a {
    padding: 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}


/* For tablets and smaller devices */
/* @media screen and (max-width: 768px) {
    #DYONAV {
        display: flex;
        justify-content: center;
        gap: 60px;
        align-items: center;
        box-shadow: none;
        border-radius: 10px;
        padding: 4px;
        margin-bottom: 10px;
        position: relative;
        width: 60%;
        margin-top: -6em;
    }

    #DYONAV div a {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #EFF0F6;
        border-radius: 50%;
        line-height: 60px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: relative;
        box-shadow: 0 0 0 3px #ffffff inset;
        box-sizing: border-box;
        border: 1px solid #EFF0F6;
        z-index: 1;
        cursor: not-allowed;
    }

    #DYONAV .previous a::after {
        background-color: #E4012B;
        content: '';
        position: absolute;
        width: calc(110% + 31px);
        height: 4px;
        top: 50%;
        right: -320%;
        transform: translateX(-50%);
        z-index: -1;
    }
} */





h2 {
    color: #000;
    font-size: 35px;
    font-weight: 1000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 70px 0 15px
}

/* @media screen and (max-width: 768px) {
    h2 {
        color: #000;
        font-size: 28px;
        font-weight: 1000;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        margin: 32px 0 15px
    }

} */

result-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.result-items h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.design-preview {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.jersey img {
    width: 180px;
    height: auto;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.design-details {
    text-align: left;
    margin-left: 20px;
}

.design-details p,
.design-details ul {
    font-size: 18px;
    margin: 5px 0;
}

button#saveBooklet {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d32f2f;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

button#saveBooklet:hover {
    background-color: #b71c1c;
}





.FlexBox {
    justify-content: center;
    display: flex;
    margin: 6em auto;
    width: 91%;
    flex-wrap: wrap;
}

.FlexWrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hidden {
    display: none !important;
}

.justify-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.button-outline {
    background: transparent;
    border: none;
    color: #e4022b;
    font-size: 24px;
}

#design-tools {
    width: 130px;
    min-height: 200px;
    max-height: 310px;
    margin-left: auto;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.35) 0px 7px 29px;
    padding: 14px 8px;
}

#design-tools img {
    width: 40px;
}

.design-tool {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
    height: 100px;
    border-bottom: 1px solid #c9c9c9;
}

#SportSel {
    width: 95%;
    display: flex;
    padding: 0 40px;
    margin: 5em auto 0px;
    justify-content: center;
    column-gap: 16px;
    row-gap: 0px;
}

#SportSel li {
    position: relative;
    display: inline-block;
    margin: 4px 8px;
    padding: 0 14px 8px;
    text-align: center;
    transition: .3s ease;
}

#SportSel .image-wrapper {
    cursor: pointer;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

#SportSel li:hover .image-wrapper {
    transform: scale(1.2);
    transition: .5s ease-in-out;
    background-color: #E4012B;


}

#SportSel h4 {
    text-align: center !important;
    color: #080c0e;
    font-weight: 600;
    font-size: 18px;
    margin-top: 17px;
}

#SportSel button {
    background: transparent;
    border: none;
}

/* @media screen and (max-width: 768px) {
    #SportSel {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        gap: 16px;
        margin-top: 3rem;
    }

    #SportSel li {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
        transition: .3s ease;
    }

    #SportSel .image-wrapper {
        cursor: pointer;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 100%;
        aspect-ratio: 1 / 1;
    
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s ease;
    }

    #SportSel li:hover .image-wrapper {
        transform: scale(1.1);
        background-color: #E4012B;
    }

    #SportSel h4 {
        font-weight: 600;
        font-size: 16px;
        margin-top: 12px;
        color: #080c0e;
    }

    #SportSel button {
        background: transparent;
        border: none;
    }
} */


#selected-design-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
}

.selected-design {
    display: inline-block;
    cursor: pointer;
}

.selected-design.chosen {
    position: relative;
    border-bottom: 3px solid #E4012B;
}

.selected-design.chosen img {
    transform: translateY(-2px);
}

.selected-design:not(.chosen):hover {
    border-bottom: 2px solid #ddd;
    /* Light gray underline on hover */
    cursor: pointer;
}

.left button {
    position: absolute;
    top: 16px;
    right: 12px;
    background-color: #e30613;
    color: #e4012b;
    transition: .3s ease;
    cursor: pointer;
    color: white;
    padding: 4px 4px;
    font-size: 12px;
    box-shadow: 0 4px 6px rgb(216, 213, 213);
}


.left button#GoBack {
    position: absolute;
    top: 624px;
    right: 200px;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    font-size: 20px;
}



.left button:hover {
    opacity: 1;
}

.left button:focus,
.btn:hover {
    color: rgb(194, 192, 192);
    text-decoration: none;
    outline: none;

}

.svg-preview {
    cursor: pointer;
}

.selected-design img {
    width: auto;
    height: 50px;
    border: 2px solid transparent;
    transition: border 0.3s;
    cursor: pointer;

}

.selected-design input[type="radio"],
.garment-wrapper input[type="radio"] {
    display: none;
}

#selected-garment-container {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    max-height: 200px;
    padding: 15px 0 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#selected-garment-container img {
    padding-bottom: 3px;
    /* Space for the underline */
    border-bottom: 0 solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

#selected-garment-container img.chosen {
    border-bottom: 3px solid #e71818;
    transform: translateY(-2px);

}

/* Optional hover effect for non-chosen images */
#selected-garment-container img:not(.chosen):hover {
    border-bottom: 2px solid #ddd;
    /* Light gray underline on hover */
}

.selected-design label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    gap: 8px;
}



#selected-garment-container .selected-garment {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.remove-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    position: absolute;
    top: -33px;
    right: -24px;

}

.clone-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    position: absolute;
    top: -33px;
    left: -24px;

}

#selected-garment-container .selected-garment .remove-btn img:hover,
#selected-garment-container .selected-garment .clone-btn img:hover {
    cursor: pointer;
    opacity: 1;
    transform: scale(1.1);
    border-bottom: transparent
}

.selected-garment:hover .remove-btn,
.selected-garment:hover .clone-btn {
    animation: showRemoveBtn 0s 0.5s forwards;

}


#combo-svg-wrapper object {
    width: 180px;
    height: 180px;
}

#combo-svg-wrapper .combo-shorts {
    width: 150px;
    height: 150px;
}

#combo-svg-wrapper .combo-socks {
    width: 120px;
    height: 120px
}

#combo-svg-wrapper .combo-others {
    width: 200px;
    height: 200px;
}

@keyframes showRemoveBtn {
    to {
        opacity: 1;
        pointer-events: auto;
    }
}

.white-container {
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    display: flex;
    align-items: baseline;
    padding: 60px 24px 24px;
    margin-bottom: 16px;
    max-height: 260px;
    overflow: auto;
    gap: 16px;

}

.white-container img {
    cursor: pointer;
}

.sport-wrapper img {
    width: 60px;
    max-height: 60px;
}

li.garment {
    background: #fff;
    cursor: pointer;
}

h2 b {
    font-weight: 1000;
    color: #1A3749;
}

h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;

    left: 0;
    right: 0;
    bottom: -20px;
}

h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;

    position: relative;
    text-align: center;
}

.top {
    font-size: 70%;
    height: 70%;

    margin: 0 auto;

}

.bottom {
    font-size: 70%;
    width: 70%;
    margin: 0 auto;
    background-color: rgba(red, 0.3);
}

.clip {
    height: 100px;
    overflow: hidden;
    bottom: 0;
}

.center .slick-slide {
    background-color: rgba(red, 0.3);

}

/* .center .slick-center h3 {
    -moz-transform:scale(1.08);
    -ms-transform:scale(1.08);
    //-o-transform:scale(1.08);
    //-webkit-transform:scale(1.08);
    //transform:scale(1.08);
    //width: 150px;
    //height: 120px;
    color: #e67e22;
    opacity: 1;
} */

.top {
    font-size: 90%;
    width: 90%;
    background-color: rgba(blue, 0.3);
}

.bottom {
    font-size: 90%;
    width: 90%;
    background-color: rgba(green, 0.3);
}


.center h3 {
    opacity: 0.8;

    bottom: 0;
}


.slick-slide img {
    height: 100%;
    width: 100%;
    max-height: 140px;
    padding: 10px;
}

.slick-slide .top a {
    text-decoration: none;
}



.slick-prev,
.slick-next {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 100px;
}


.clip.slick-slide.slick-current.slick-active.slick-center {
    background: #ECE9E6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.clip.slick-slide.slick-current.slick-active.slick-center h3 {
    background: #ECE9E6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.center .slick-center h4 {
    color: #212121;
    text-transform: uppercase;
}

h4 {
    color: #1A3749;
}

h3 {
    background: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(0, 0, 0, 0.7);
}

.slick-next {
    right: -75px;
}

.slick-prev {
    left: -75px;
}

/* The Overlay (background) */
.overlay {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#BookletDesigns ul span {
    margin-right: 30px;
    margin-top: 70px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -45px;
}

#BookletDesigns ul label {

    margin-top: 30px;
    vertical-align: middle;

    margin-left: -45px;
}



#logodiv #logoLabel {
    background-color: #e30613;
    box-shadow: 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 4px;
    color: white;



}


#logodiv fieldset.show {
    display: none !important;
}

#logodiv.active fieldset.show {
    display: block !important;
}

#fields fieldset {
    display: none
}


section {
    display: none
}



section.active {
    width: 100%;
    height: auto;
    display: block;
    justify-content: center;
    margin-top: -5rem;
}

#section {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 20%;
}

#GarSel h4 {
    text-align: center;
    color: #080c0e;
    font-weight: 600;
    font-size: 18px;
    width: 150px;
}

.view-container {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-top: -8px;
}

/*Style*/
#StyleSel {
    display: flex;
    justify-content: center;
    margin: 6em auto;
}

#StyleSel img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

#StyleSel li {
    margin: 20px;
    padding: 20px;
    cursor: pointer;
    height: 220px;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .3s ease;
}

#StyleSel li:hover {
    box-shadow: rgba(173, 45, 45, 0.6) 0px 7px 29px 0px;
}

#StyleSel a {
    text-decoration: none;
}

#StyleSel h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

#StyleSel a h2:after {
    background: none;
}

#StyleSel img:hover {
    filter: drop-shadow(0 0 3px rgba(255, 0, 0, 0.5));

}

.placeholder-container img {
    padding: 0px !important;
}

/*EndofStyle*/

/*Design*/
#DesignSel {
    width: 100%;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 4rem;
    overflow-y: scroll;
    height: 500px;
}

#DesignSel img {
    width: auto;
    padding: 10px;
    max-height: 100px;
}

#DesignSel img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 3px rgba(255, 0, 0, 0.5));
    transition: filter .1s ease-out;
}

ul#ViewSel {
    margin-left: -30px;
    display: grid;
}

#ViewSel img {
    margin-top: 1rem;
    height: auto;
    width: 40px;
}

/*EndofDesign*/

.single_newsletter.left.m-t-1.text-md-left.text-sm-center.text-xs-center.wow.zoomIn {
    width: 100%;
    justify-content: center;
    background: #eceeef;
    padding: 20px;
}

.nav-left {
    position: absolute;
    left: 45%;
    right: 45%;
    top: 24px
}

.nav-left .nav-link {
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    justify-content: center;
    position: relative;
    padding: 10px;
    left: 0;
    font-size: 2rem;
    width: 110px;
    color: #fcfcfc;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.btn-container {
    display: flex;
    justify-content: end;
    position: relative;
    bottom: 100px;


}

#Previous,
#toDesigner {
    font-size: 20px;
    z-index: 10;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;

}

#Previous {
    position: absolute;
    right: 85%;
}


#toDesigner,
#continue-to-garment {
    position: absolute;
    right: 100px;
}


.nav-left .nav-link a {
    color: #fcfcfc;
}

.nav-left s label {
    font-size: 2rem;
    position: relative;
    z-index: 1;

}

.nav-left #Previous svg {
    width: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-right {
    position: absolute;
    right: 0;
}

.nav-right #Next {
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    justify-content: center;
    position: relative;
    padding: 10px;
    font-size: 2rem;
    width: 60px;
    color: #fcfcfc;
    margin-bottom: 10px;
    right: 0;
    border: none;
}

.nav-link:hover {
    background: #333;
}

.nav-right #BookletButton {
    position: relative;
    bottom: 11px;
    right: 30%;
}

#Cart:disabled {
    background-color: #e30613;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    transform: skew(10deg);
    opacity: 0.7;
}


.nav-right #BookletButton #Cart {
    position: absolute;
    margin-bottom: 100px;
    top: 700px;
    z-index: 10;
    right: 101.5%;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    font-size: 20px;
    width: 266PX;
    height: 45px;
    left: -360px;
}



.nav-right #BookletButton li a:hover {
    color: #fcfcfc;
}

#cart-items-count {
    right: 150px;
    position: absolute;
    display: block;
    top: 20px;

}

#mini-cart {
    z-index: 999;
    visibility: visible;
    border: 2px solid #212121;
    width: 300px;
    position: absolute;
    top: 10%;
    right: 150px;
    background: #fff;
}

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

tr:nth-child(even) {
    background-color: #dddddd;
}


.cart-icon {
    visibility: hidden;
}

.cart-icon #cart-count {

    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 24px;
    right: 55px;
    font-size: 20px;
    background: #af2342;
    border-radius: 0%;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    height: 40px;
    padding: 5px;

}


#cart-items-count li {
    background: transparent;
    color: #212121;


}


#cart-items-count li img {
    fill: #212121;
    width: 80px;
    height: 75px;

}

#cart-items-count label {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    top: 10px;
    right: 20px;
}


#cart-items-count button:hover svg:hover {
    fill: #fcfcfc;
    color: #fcfcfc;
}



/* @media screen and (max-width: 768px) {
    .nav-right #BookletButton button {
        position: fixed;
        top: 70%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #e4022b;
        font-size: 32px;
        z-index: 10;
        padding: 0;
    }




    .add-to-cart span {
        display: none;
       
    }


    .add-to-cart {
        right: 0em;
    }

    #cart-items-count {
        right: 10px;
        position: absolute;
        display: block;
        top: 20px;
    }

    #cart-items-count li img {
        width: 50px;
    }


    .cart-icon #cart-count {

        color: #fff;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 14px;
        background: #af2342;
        border-radius: 0%;
        width: 30px;
        text-align: center;
        border-radius: 100%;
        height: 30px;
        padding: 5px;
    }

} */


/* 
@media screen and (max-width: 768px) {




    .nav-left #Previous,
    .nav-left #toDesigner {
        position: fixed;
        top: 70%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #e4022b;
        font-size: 32px;
        z-index: 10;
        padding: 0;
    }

    .nav-left #Previous {
        left: 0rem
    }

    .nav-left #toDesigner {
        right: 0em;
    }

    .nav-left #Previous span,
    .nav-left #toDesigner span {
        display: none;
    }

    .nav-left #Previous i,
    .nav-left #toDesigner i {
        font-size: 32px;
    }


} */








.Design .container {
    padding-top: 2rem;
}


#graphic {
    position: relative;
    width: 100% !important;
    height: auto;
    max-height: 380px;
    margin-top: 20%;
}

#graphic object {
    width: 350px;
    height: 400px;
}

#view-swap img {
    width: 60px;
    height: 60px;

}

#save-designs-button {
    position: absolute;
    margin-bottom: 100px;
    top: 616px;
    z-index: 10;
    right: 101.5%;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    font-size: 20px;
    width: 212px;
    height: 45px;
    left: -340px;
}

/* @media screen and (max-width: 768px) {

    #graphic {
        padding-top: 50px;
        height: 250px;
        right: calc(50% - 30px);



    }

    #graphic object {
        width: 230px;
        height: 230px;
    }

    #design-tools {
        width: 35px;
        margin-top: 6px;
        background: none;
        box-shadow: none;
        height: 0px;
        margin-top: 90px;
    }

    #design-tools img {
        width: 30px;
    }

    .design-tool {
        display: grid;
        justify-items: center;
        align-items: center;
        text-align: center;
        height: 50px;
        border-bottom: none;
        gap: 8px
    }

    .design-tool label {
        display: none;
    }


    ul#ViewSel {
        display: none;
        flex-direction: row;
    }

} */





.Customise {
    width: 100%;
}

#customise-container {

    width: 80%;
    left: 10%;
    top: 20%;
    position: relative;
    height: 100%;
    display: flex;
}


.Customise #customise-container .left {
    width: 28%;
    margin-bottom: 10%;
    position: absolute;
    height: auto;
    left: 0%;
    margin-top: 6%;
}

.Customise #customise-container .center-panel {

    width: 60%;
    position: absolute;
    height: 100%;
    left: 20%;
}

#display-container {
    display: none;
}



/* @media screen and (max-width: 768px) {



    #customise-container {
        width: 80%;
        left: 10%;
        top: 30px;
        position: relative;
        height: 100%;
        display: flex;
    }


    .Colour {
        margin-top: 300px;
    }

    .Customise #customise-container .left {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30em;
    }



    #garment-container,
    #design-container {
        display: none;
        padding: 10px;
    }




  
    #selected-garment-container {
        margin-top: 20px;
        width: 100%;
    }

    #selected-garment-container img {
        width: 80px;
        height: auto;
    }

    
    #selected-design-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        margin-top: 20px;
        width: 100%;
    }

    #select-garment,
    #select-design {
        position: absolute;
        top: -3px;
        background: transparent;
        border: none;
        color: #e4022b;
        text-transform: uppercase;
        font-size: 12px;

    }

    .design-wrapper {
        flex: 0 0 auto;
    }

    .selected-design img {
        width: auto;
        height: 44px;
    }


    .left h4 {
        display: none;
    }

    .mobile-button img {
        width: 30px;
        pointer-events: none;
    }



    h4 {
        color: #333;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;

    }

    #display-container {
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        margin-top: calc(60% - 30px);

    }

    #display-container ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-button {
        all: unset;

    }



} */


#Viewer {
    margin-left: 10%;
    max-width: 80%;
    height: 100%;
    text-align: center
}

.Customise .left .designs {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 2px solid black;
}

.Customise .left .designs .designs__nav-next-prev {
    position: absolute;
    width: 8rem;
    bottom: -8rem;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.Customise .left .designs .designs__nav-next-prev>div {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

#NavDirection {
    width: 20%;
    position: absolute;
    left: 80%;
    color: #000;
    margin-top: 1rem;
}

.Customise .left .designs .designs__nav-up {
    top: -6.0rem;

}

.Customise .left .designs .designs__nav-down {
    bottom: -5rem;
}

.Customise .left .designs .designs__nav-up,
.Customise .left .designs .designs__nav-down {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    backface-visibility: hidden;
}


/*Colours Section */
.Customise #customise-container .left .Colour {
    position: absolute;
    margin-top: 20%;
    right: -25%;
    width: 300px;
}

#fields {
    width: 100%;
}

#fields div {
    width: 100%;
}

div#Colours {
    width: 100%;
    margin-left: -2px;
}

#ColourPicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 550px;
    row-gap: 8px;
    position: fixed;
    top: 80%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 40px 16px 16px;
    /* background: #fbfbfb26;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

#ColourPicker h4 {
    position: absolute;
    top: 0;
}

#ColourPicker li {
    border: 1px solid #000;
    border-radius: 50px 50px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    margin: 2px;
    cursor: pointer;
    box-sizing: border-box;
}

#ColourPicker li:hover {
    cursor: pointer;
    transform: scale(1.2);
}


#fields fieldset {
    display: none;
    width: 100%;
}

.clubColorsDiv,
.StandardColorsDiv {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
}

#ColourPicker li {
    display: block;

}


.namediv,
.sponsordiv {

    gap: 10px;
    justify-content: space-between;
    align-items: baseline;

}

/* @media screen and (max-width: 768px) {

    .show #ColourPicker {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        gap: 5px;
        padding: 32px 16px 16px;
        width: 350px;
        margin-left: -30px;
        top: 240px;

    }

    #numberdiv #ColourPicker {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        gap: 5px;
        padding: 32px 16px 16px;
        width: 350px;
        margin-left: -30px;
        top: 255px;

    }


} */


.colour-option {
    border-bottom: 1px solid #d7d7d7;
}

.colour-option h4 {
    width: 130px;
    font-size: 16px;
}

/* @media screen and (max-width: 768px) {


    .colour-option h4 {
        width: 100%;
        font-size: 14px;

    }

} */

.styled-select {
    display: none;

}


#branding\[ACTIVE\] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Style options to look like radio buttons */
.brandselect+.option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

/* Highlight selected option */
.option.selected {
    background-color: #e0e0e0;
    border-color: #007bff;
}

/* Add a circular indicator for radio buttons */
.option:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Show filled circle for selected option */
.option.selected:before {
    background-color: #007bff;
    border-color: #0056b3;
}

/* Add hover effect */
.option:hover {
    background-color: #f0f0f0;
}

#OptionSel .btn-wrapper {
    margin-top: -66px;
    left: 0;
    position: absolute;
    gap: 3px;
}

#OptionSel .btn-wrapper button {
    width: 70px;
    border: none;
    padding: 8px;
}

#OptionSel button.btn-active {
    background: #E4012B;
    color: #fff;
}

#OptionSel .colour-option input {
    border: none;
    text-align: center;
    outline: none;
    width: 90%;
    height: 31px;
    background-color: currentcolor;
    top: 50%;
    margin: 0px 0px 8px;
    transform: skewX(-20deg);
    border-radius: 3px;
}

.color-text {
    position: absolute;
    top: 50%;
    left: 1rem;
    /* Adjust to align with the input */
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: bold;
    pointer-events: none;
    /* Prevent interaction with the span */
}

.colourfill {
    cursor: pointer
}

#logodiv fieldset>div>div:first-child label {
    font-size: 14px;
    color: #333;
    width: 100%;
}

#logodiv fieldset>div>div:first-child {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.logo-note.warning {
    display: block;
    background-color: #fff3cd;
    color: #856404;
    padding: 5px 10px;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-size: 0.9em;

}

.needs-reupload {
    border: 2px solid #ffa500;
    outline: none;
    box-shadow: 0 0 5px #ffa500;
}


#logodiv fieldset>div {
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    padding: 6px 0;
}

.textcolours {
    top: auto;

}


.placeholder-container {
    display: flex;
    align-items: start;
}

.placeholder-container label {
    cursor: pointer;
    color: #6f6f6f;
    opacity: .6;
}

.placeholder-container.active-color label {
    color: #e4012b;
    opacity: 1;
}

.textcolours #TextColours input {
    border-radius: 1em;
    border: 1px solid #212121;
    width: 100%;
    padding: 10px;

}

.textcolours #TextColours label {
    padding: 10px;
}

/* Swiper Container */
.swiper-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* Swiper Wrapper */
.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px 8px !important;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.swiper-slide input[type="radio"] {
    display: none;
}

.swiper-slide label {
    background-color: transparent;
    border: none;
    display: inline-block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.swiper-slide label:hover {
    background-color: #e4012b;
}

.swiper-slide img {
    width: 80px;
    height: auto;
    margin-bottom: 5px;
}

.swiper-slide input[type="radio"]:checked+label {
    background-color: #e4012b;
    border-radius: 4px;
    transform: scale(1.05);
    color: white;
}

.swiper-button-next,
.swiper-button-prev {
    color: #e4012b;
    font-size: 24px;
    font-weight: 800;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    background: #888;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #e4012b;
}

/* Modal styles (if using a custom modal) */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    overflow: hidden;
    position: relative;
}

.custom-modal-content h3 {
    color: #000;
    padding: 0;
    margin: 0;
}

#closeModal {
    color: #656565;
    float: right;
    font-size: 56px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    right: 30px;
    top: 30px;
    height: 20px;
    display: flex;
    align-items: center;
}

#closeModal:hover,
#closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer {
    margin-top: 20px;
    padding: 0px;
    border-top: none;
    display: flex;
    justify-content: flex-end;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-btn {
    position: relative;
    display: inline-block;
    padding: 4px 26px 10px;
    background-color: #3d3d3d;
    color: white;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transform: skew(17deg);
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: visible;
}

.custom-btn:hover {
    transform: skew(17deg) scale(1.1);
}

.custom-btn .btn-text {
    letter-spacing: 2px;
    display: inline-block;
    transform: skew(-17deg);
    position: relative;
    z-index: 999;
}

.custom-btn.btn-active::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -4px;
    width: 100%;
    height: 100%;
    background-color: #e30613;
    z-index: 11;
    transform: skew(-1deg);
}

/* .custom-btn.btn-active {
    font-size: 20px;
    padding: 10px 40px;
} */



.Customise #customise-container .right {
    margin-bottom: 10%;
    position: absolute;
    height: auto;
    right: 0%;
    margin-top: 11%;
}

/* @media screen and (max-width: 768px) {
    .custom-btn.btn-active {
        font-size: 15px;
        padding: 10px 50px;
    }

    .custom-btn {
        position: relative;
        display: inline-block;
        padding: 10px 26px 14px;
        background-color: #3d3d3d;
        color: white;
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transform: skew(17deg);
        transition: transform 0.2s, box-shadow 0.2s;
        overflow: visible;
    }

    .button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%, -50%);
    }



} */


#collar-section {
    background: #e8e8e8;
    border: 2px solid #222;
    display: none;
    overflow: hidden;
    max-width: 200px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
}

#collar-section li {

    margin-bottom: 5px;
    width: 100px;
    height: auto;
    display: block;
    padding: 15px;
}

#collar-section li:hover {}

#number-section {
    background: #e8e8e8;
    margin-left: 0;
    display: none;
    overflow: hidden;
    border: 2px solid #222;
    width: 100%;
    max-width: 200px;
    margin-bottom: 5px;
}

#number-section li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: auto;
    display: block;
    padding: 15px;
}

.brandselect {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
}

.brandselect .radio-wrapper input[type="radio"] {
    display: none;
}

.brandselect .radio-wrapper label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.brandselect .radio-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22.5px;
    height: 22.5px;
    border: 2px solid red;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.brandselect .radio-wrapper input[type="radio"]:checked+label::before {
    background-color: white;
    box-shadow: inset 0 0 0 6px #E4012Bed;
}

.brandselect .radio-wrapper label::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 11px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 2px;
    top: 0px;
    width: 18px;
    height: 18px;
    background-color: red;
    box-shadow: 0 0 0 2px #ffffff inset;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.brandselect .radio-wrapper input[type="radio"]:checked+label::after {
    transform: scale(1);
}


#logodiv.active fieldset.show {
    display: inline-grid;

}

#logodiv fieldset div.active>div:first-child select,
#logodiv fieldset div.active>div:not(:first-child) {
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 5px;
    display: inherit;
}

/* #logodiv fieldset div>div:first-child label::before {
    content: "▸";
    padding-right: 5px
} */

/* #logodiv fieldset div.active>div:first-child label::before {
    content: '▾';
} */


#logos select {
    width: 100%;
    max-width: 600px;
}

#logodiv select {
    width: 100%;
    max-width: 600px;
}

#logos .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
}





#logos label svg,
#logodiv label svg {
    padding: 3px;
}

/* #logodiv fieldset label:hover {
    font-weight: 900;
    color: #000;
    border-bottom: 2px solid #000;
} */


#logodiv fieldset textarea {
    width: 100%;
    background: transparent;
}

#logodiv fieldset input {

    border-radius: 0.5em;
    padding: 5px;
    width: 100%;
    height: 4rem;
    border: 2px solid #222;
}

#logodiv fieldset input[type=checkbox] {
    height: unset !important;
    width: 20% !important;
    margin-top: px;
    background: transparent;
    border: 2px solid black !important;
}

#logodiv select {
    border: none;
    background: transparent;
    border: 2px solid #222;
}


.logoupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#clubColors,
#StandardColors {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 4px;
}



/* @media screen and (max-width: 768px) {

    #logodiv.active {
        display: block !important;
        position: relative;
        width: 250px;
        top: 280px;
        left: -87px;
    }


    #logodiv.active fieldset.show {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;


    }

    #logodiv fieldset>div>div:first-child label {
        font-size: 12px;
        color: #333;
        width: 50px;
    }

    #OptionSel .btn-wrapper {
        display: none;
    }

    #logodiv select {
        font-size: 12px;

    }

    #logodiv option {
        font-size: 12px;
    }


} */

.placeholder-container label {
    max-width: 100%;
    width: 70px;
    text-align: left;
}

#NavDirection {
    position: absolute;
    margin-top: 1rem;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
}

#ProdP {
    margin-right: 10px;
}

#ProdH3 {
    margin-right: 10px;
}


#logos textarea {
    background: #ececec;
    width: 100%;
}

#SubMain .container {
    width: 90%;
    margin-top: 5%;
}


.EnquiryForm {

    position: absolute;
    width: 60%;
    padding: 0 20px 20px 20px;
    right: 0;
}


#contact {
    width: 100%;
    margin: -5% 0 0 0;
}

#contact label {
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
}

#contact input,
#contact textarea {
    border: none;
    border-bottom: 2px solid #222;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    background: transparent;
    padding: 0 5px;
    margin-bottom: 5px;
}

#validate {
    justify-items: center;
    display: block;
    flex-wrap: wrap;
    width: 100%;

}

#captcha>div {
    float: inherit;
    width: 100% !important;
    justify-content: center;
    display: flex;
    max-width: 100%;
    justify-items: center;
    text-align: center;
}


#validate input {
    margin-top: 10px;
    float: center;

    height: 40px;
    border: 2px solid #222;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    background: #222;
    color: #fcfcfc;
}

#validate input:hover {
    background: transparent;
    border: 3px solid #222;
    color: #222;
}


/*Save Product */


#OptionSel li {
    width: 100%;
}

#OptionSel li>span {
    cursor: pointer;
    display: block;

    color: #333;
    font-weight: 800;
    font-size: 18px;


    margin-bottom: 10px;
    padding: 4px;

}

#OptionSel li>span:hover {
    background-color: #f7bdc1;
    font-weight: 900;
    color: black;
    transition: all 0.3s ease-in-out;
}

#SeniorSel {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#SeniorSel img {
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect to make it more interactive */
#SeniorSel img:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    transform: translateY(-1px);
}


#SeniorSel .chosen img {
    border-color: #e4012b;
    ;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.4);
}


#SeniorSel a {

    padding: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#SeniorSel a img {
    width: 80px;
    height: auto;
    max-width: 100%;
}

#SeniorSel a:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}





#OptionSel li.active>*.optact {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#NumberSel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 24px;
}

#NumberSel .chosen {
    position: relative;
}

#NumberSel .chosen::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4012b;
    color: white;
    font-size: 10px;
    font-weight: 400;
    border-radius: 50%;
}


#StandardNumber,
#OneOutlineNumber,
#TwoOutlineNumber {
    width: 33px;
    height: 27px;

}

#NumberSel img,
#numberdiv svg {
    width: 33px;
    height: 27px;
    padding: 6px;
}

#NumberSel .chosen::after {
    width: 12px;
    height: 12px;
    bottom: -16px;
}

.choose-color-label img {
    width: 24px;
    height: 24px;
}

#OptionSel {
    width: 215px;
    min-height: 330px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.35) 0px 7px 29px;
    padding: 16px 16px;
    /* position: relative; */
    top: -60px;
    overflow: auto;
    max-height: 400px;
}

.center-panel .front_back {
    position: absolute;
    top: 280px;
    right: 80px;
    margin-bottom: 25%;
}

.front_back .optact li {
    width: 100px;
    display: inline-block;
    padding: 0 15px;
}

#DYOfooter ul {
    display: none;
}


.placeholder-container img {
    padding: 0px !important;
    height: 16px;
    width: 14px;
}

.placeholder-container label {
    font-size: 12px;
}

.editbooklet {
    margin-top: auto;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.multipleproducts {

    text-align: end;
}

.editbooklet a.Delete {
    display: none;
    font-weight: 700;
    color: #fcfcfc;
    background: #af2342;
    padding: 12px;
    border: none;

}

.editbooklet span.Download {
    display: inline-block;
    font-weight: 700;
    background: #212121;
    padding: 12px 10px 10px 10px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.editbooklet span.Download a {
    color: #fcfcfc;
}

.editbooklet span.Download img {
    width: 20px;
}




.editbooklet a.Edit {
    display: none;
    background: #0a213a;
    padding: 12px;
    color: #fcfcfc;
    font-weight: 700;
    border: none;
}

.multipleproducts a.nextdesign svg,
.multipleproducts a.lastdesign svg {
    background: transparent;
    border: none;
    width: 40px;
}

.Colour h2 {
    display: none;
}

/* #BookletDesigns {
    text-align: center;
    max-height: 100%;
    height: 520px;
} */

#BookletDesigns figure {
    display: none
}

#BookletDesigns figure.bookactive {
    display: block;
}

#BookletOverview svg {
    pointer-events: none
}




.multipleproducts a {
    display: inline-block
}

/* #BookletDesigns figure img {
    width: 60%;
    max-width: 100%;
    max-height: 320px;
}

#BookletDesigns figure img.Front {
    display: block
} */

/* #BookletDesigns figcaption {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    margin-top: 120px;
} */

#BookletDesigns ul {
    margin-left: -30px;
}

#BookletDesigns li {
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    justify-content: center;
}

#CARTNAVIGATION {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

#CARTNAVIGATION svg {
    width: 50px;
    pointer-events: none;
}

#add-another-product {
    color: #212121;
    font-size: 22px;
    font-weight: 800;
    display: block;
}

#lastdesign {

    position: absolute;
    margin-top: 0;
    left: 3px;

}

#nextdesign {

    position: absolute;
    margin-top: -0%;


}



.show {
    display: unset !important;
}



.slider-area {
    top: 150px;
    left: 60px;
    right: 10px;
    position: absolute;
    width: 90%;
    padding: 20px;
    height: auto;
    display: block;
}

/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider {
    border: none;
    width: 80%;
    margin-left: 10%;
}

.block-slider ul li {
    list-style: none;
}

.block-slider .bx-pager {
    display: block;
}

.block-slider .bx-prev,
.block-slider .bx-next {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 29px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.block-slider img {
    width: 200px;
    height: 200px;
}

.block-slider .bx-prev {
    left: 0px;
    padding-right: 3px;
}

.block-slider .bx-next {
    right: 0px;
    padding-left: 3px;
}

.block-slider:hover .bx-prev {
    left: 10px;
}

.block-slider:hover .bx-next {
    right: 10px;
}

.block-slider .bx-prev:hover,
.block-slider .bx-next:hover {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
}

.item-active img {
    width: 100%;
    max-width: 300px;
    padding: 10px;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager {
    display: block;
    text-align: center;
}

.block-slider .bx-pager-item {
    width: 15px;
    height: 15px;
    background: #fff;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.block-slider .bx-pager-item a {
    width: 100%;
    height: 100%;
    background: #999;
    display: block;
    border-radius: 50%;
}

.block-slider .bx-pager-item a.active {
    background: #212121;
}

.block-slider .caption-group {
    position: absolute;
    top: 26%;
    right: 16%;
}

.block-slider .caption-group .title {
    margin: 0;
}

.block-slider .caption-group .subtitle {
    margin: 0;
    margin-top: 5px;
}

.block-slider .caption-group .button-radius {
    margin-top: 27px;
}

.block-slider .caption-group .primary {
    color: #1bd172;
}

.block-slider .caption-group .caption {}

.slider-area img {
    width: 400px;
    max-width: 100%;
    max-height: 400px;
}

#BookletFigure\[1Front\] {

    height: 400px !important;

}

#BookletFigure\[1Back\] {

    height: 400px !important;

}

#BookletFigure\[1Left\] {

    height: 400px !important;

}

#BookletFigure\[1Right\] {

    height: 400px !important;

}

.color-selection-container {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.color-palette-wrapper {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 80%;
    margin-top: 15px;
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    justify-content: center;
}

.color-swatch {
    width: 55px;
    height: 55px;
    border: 1px solid #3c3838;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);

}


.light-text {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.selected-colors-container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    width: 50%;
    text-align: center;
}

.selected-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    padding: 10px;
    justify-content: center;
}

.color-slot {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: relative;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    transition: all 0.2s;
}

.color-slot.empty {
    cursor: default;
}

.color-slot:not(.empty) {
    border: 2px solid #e0e0e0;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.color-slot span {
    color: #999;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.color-slot:not(.empty) span.color-name {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
    font-size: 12px;
}

.color-slot:not(.empty) span.select-prompt {
    display: none;
}

/* .button-container {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    float: right;
    margin-right: 100px;
} */




.design-image-container img {
    width: 150px;
    height: 200px;
    object-fit: contain;
}

.design-image-container img.Back {
    display: none;
}

#saved-designs-container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 55px;
    margin-bottom: 60px;
    margin-top: 100px;
    justify-content: center;
}

#saved-designs-container li {
    box-shadow: 0 3px 6px rgba(30, 3, 3, 0.5);
    padding: 40px;
    height: 270px;
    width: 240px;
    position: relative;
}

.remove-button {
    position: absolute;
    top: 8px;
    right: 6px;
    color: white;
    border: 1px solid red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: red;
}

.saved-design-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.garment label {
    position: relative;
    display: block;
    cursor: pointer;
}

#saved-designs-container li:hover {
    transform: scale(1.1);
    transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.garment label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #e4012b;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    transition: all 0.2s ease;
}


.saved-design-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.garment label {
    position: relative;
    display: block;
    cursor: pointer;
}

.garment label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #e4012b;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1;
    transition: all 0.2s ease;
}

.garment input[type="checkbox"]:checked+label:before {
    background-color: #fff;
    box-shadow: 0 0 0 6px #E4012B inset;
    border: 2px solid #E4012B;
}



#add-selected-to-booklet {
    position: fixed;
    right: 10%;
    bottom: 100px;
    background-color: #e30613;
    font-size: 20px;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    z-index: 10;

}


#add-selected-to-proposal {

    background-color: #e30613;
    font-size: 18px;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    left: calc(50% - 150px);
    margin-bottom: 10px;

}

#SavedDesigns h3 {

    text-transform: uppercase;
    color: black;
    margin-top: 30px;
    padding: 0px;
    font-size: 30px;
}

#SavedDesigns h4 {
    margin-left: 50px;
    text-align: center;

    text-transform: uppercase;
    font-style: italic;
}

.product-qty {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    justify-content: end;
    flex-direction: column;
    align-items: center;
}

#form-product-quantities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}


.product-qty img {
    height: 90px;
    width: 90px;
}

.form-product-qty label {
    flex: 1;
    margin-right: 10px;
}

.form-product-qty input {
    flex: 0 0 100px;
}

.form-group input.quantity-input {
    width: 70px;
    text-align: center;
    font-weight: 550;
}

.form-group #product-label {
    font-size: 12px;
    font-weight: 500;
}



#RequiredDate {
    height: 70px;
    text-align: center;
    font-size: 16px;
    width: 80%;
}


#responseMessage {
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #721c24;
    padding: 15px 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    z-index: 10;
}

.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert i {
    font-size: 18px;
}

.loading {
    padding: 15px 20px;
    background-color: #e2f3ff;
    border: 1px solid #b8daff;
    color: #004085;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.loading i {
    margin-left: 10px;
}

#new-order {
    position: relative;
    top: 10px;
    left: 45%;
    font-size: 20px;
    z-index: 10;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
}


.table-container {
    display: none;
}







.combo-item {
    position: relative;
}

.combo-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 10;
}

#combo-display-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.combo-product-display {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.combo-product-display h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.individual-graphic {
    width: 100%;
    min-height: 300px;
    padding: 10px;
}

.combo-product-display:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.combo-product-display.active {
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}

.combo-svg-wrapper {
    display: inline-block;
    border: 2px solid transparent;
    margin: 8px;
    cursor: pointer;
    transition: border 0.2s ease;
}

.combo-svg-wrapper.active {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}



object.chosen {
    /* outline: 3px solid #007bff;
    border-radius: 4px; */
    border-bottom: 3px solid #E4012B;
}

#combo-svg-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 999;

}

#BookletPrevious {

    position: absolute;
    left: 100px;
    bottom: 200px;
    background-color: #e30613;
    transform: skew(10deg);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    font-size: 20px;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* above everything else */
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top: 6px solid #e30613;
    /* Use your theme’s primary color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#NumberTypeSel {
    display: flex;
    gap: 20px;
    margin-left: -10px;
}

#NumberTypeSel li {
    width: unset;
}

#NumberTypeSel img {
    width: 40px;
    height: 40px;
}


/* Mobile responsive styles */
@media screen and (max-width: 767px) {

    body {
        font-size: 16px;
    }

    #header {
        margin: 5vw;
    }

    #header .logo-header {
        height: 180px;
        width: 200px;
    }

    #GarSel .garment label::after {
        bottom: 3px;
    }

    #design-cart-count {
        top: 20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        padding: 2px 5px 2px 4px;
        left: 23px;
    }

    #design-count img {
        height: 40px;
        width: 40px;
    }

    #design-count label,
    #cart-items-count label {
        display: none;
    }

    #combo-svg-wrapper .combo-shorts {
        z-index: 999;
        width: 100px;
        height: 100px;
    }

    #combo-svg-wrapper .combo-socks {
        z-index: 999;
        width: 80px;
        height: 80px;
    }

    #combo-svg-wrapper .combo-others {
        z-index: 999;
        width: 140px;
        height: 140px;
    }



    /* Garment Selection */
    #GarSel ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5vw;
        padding: 0;
        margin: 20vh auto 0;
        width: 85%;
        max-width: 600px;
    }

    #GarSel ul li {
        width: calc(50% - 2.5vw);
        display: flex;
        justify-content: center;
    }

    #GarSel img {
        width: 100%;
        max-width: min(80px, 20vw);
        max-height: min(80px, 20vw);
        margin-bottom: 4vw;
    }

    #GarSel .garment label {
        height: 20vh;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #GarSel .garment h4 {
        margin: 0;
        font-size: clamp(10px, 3vw, 12px);
        color: #000;
    }

    #GarSel .garment label:before {
        content: '';
        width: min(15px, 4vw);
        height: min(15px, 4vw);
        border: 2px solid #e4012b;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff;
        position: absolute;
        top: 3vw;
        right: 3vw;
    }

    /* Navigation */
    #DYONAV {
        display: flex;
        justify-content: center;
        gap: 8vw;
        align-items: center;
        box-shadow: none;
        border-radius: 10px;
        padding: 1vh;
        margin-bottom: 2vh;
        position: relative;
        width: 90%;
        margin-top: -11vh;
        left: 50%;
        transform: translateX(-50%);
    }

    #DYONAV div a {
        width: min(28px, 8vw);
        height: min(28px, 8vw);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #EFF0F6;
        border-radius: 50%;
        font-size: 3vw;
        font-weight: bold;
        color: #fff;
        position: relative;
        box-shadow: 0 0 0 3px #ffffff inset;
        box-sizing: border-box;
        border: 1px solid #EFF0F6;
        z-index: 1;
        cursor: not-allowed;
    }

    #DYONAV .previous a::after {
        background-color: #E4012B;
        content: '';
        position: absolute;
        width: calc(110% + 31px);
        height: min(4px, 1vw);
        top: 50%;
        right: -320%;
        transform: translateX(-50%);
        z-index: -1;
    }

    h2 {
        color: #000;
        font-size: clamp(14px, 16px, 28px);
        font-weight: 1000;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        margin: 13vw 0 4vw;
    }

    #SportSel {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4vw;
        margin-top: 4vh;
        padding: 0 5vw;
    }

    #NumberTypeSel img {
        width: 30px;
        height: 30px;
    }


    #SportSel li {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
        transition: .3s ease;
    }

    #senior-span {
        display: none !important;
        position: absolute;
        top: 270px;
    }

    #logo-span {
        display: none !important;
    }

    #SeniorSel {
        display: flex !important;
        top: 260px;
        width: 150px;
        left: 30%;
        position: relative;
    }

    #SeniorSel a img {
        width: 60px;
        height: auto;
    }



    #SportSel .image-wrapper {
        cursor: pointer;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 120px;
        height: 120px;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s ease;
    }

    #SportSel li:hover .image-wrapper {
        transform: scale(1.1);
        background-color: #E4012B;
    }

    #SportSel h4 {
        font-weight: 600;
        font-size: clamp(14px, 3vw, 16px);
        margin-top: 3vw;
        color: #080c0e;
    }

    #SportSel button {
        background: transparent;
        border: none;
    }

    .nav-right #BookletButton #Cart {
        top: 42vh;
        left: 23px;
        transform: none;
        color: white;
        border: none;
        background: #e4022b;
        font-size: min(32px, 8vw);
        z-index: 10;
        padding: 0;
        right: 3px;
        box-shadow: none;
        height: 65px;
        width: 19px;
    }

    #view-swap img {
        display: none;
    }

    nav-right #Previous #BookletButton button {
        font-size: min(32px, 8vw);
    }



    #continue-to-garment {
        font-size: 16px;
    }

    #ColourPicker h4 {
        position: absolute;
        top: 12px;
        font-size: 14px;
        text-align: center;
    }



    .add-to-cart span {
        display: none;
    }

    .add-to-cart {
        right: 0;
    }

    #cart-items-count {
        right: 2vw;
        position: absolute;
        display: block;
        top: 2vw;
    }

    #cart-items-count li img {
        width: min(50px, 12vw);
    }

    .cart-icon #cart-count {
        color: #fff;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: clamp(12px, 3.5vw, 14px);
        background: #af2342;
        border-radius: 100%;
        width: min(30px, 7vw);
        height: min(30px, 7vw);
        text-align: center;
        padding: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .color-palette {
        gap: 20px;
    }

    .color-slot span {
        font-size: 10px;
    }



    #Previous,
    #toDesigner,
    #continue-to-garment,
    .left button#GoBack {
        position: absolute;
        bottom: 180px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        background-color: #e4022b;
        font-size: min(32px, 8vw);
        z-index: 10;
        padding: 0;
        box-shadow: none;
        color: white;
        height: 65px;
    }

    #Previous {
        right: 93%;
    }

    #toDesigner {
        right: 3px;
    }

    #continue-to-garment {
        right: 3px;
    }

    .nav-left #Previous span,
    .nav-left #toDesigner span,
    #continue-to-garment span,
    #Previous span,
    .left button#GoBack span {
        display: none;
    }

    .left button#GoBack {
        right: 90px;
        top: 183px;
    }



    .nav-left #Previous i,
    .nav-left #toDesigner i {
        font-size: min(32px, 8vw);
    }

    /* Graphic Container */
    #graphic {
        padding-top: 13vh;
        height: 30vh;

    }



    #graphic object {
        width: 50vw;
        height: 50vw;
        max-width: 230px;
        max-height: 230px;
    }

    #design-tools {
        width: 10vw;
        min-width: 35px;
        margin-top: 1.5vh;
        background: none;
        box-shadow: none;
        height: 0;
        margin-top: 10vh;
        margin-right: 3vw;
        z-index: 10;

    }

    #design-tools img {
        width: min(30px, 8vw);
    }

    .design-tool {
        display: grid;
        justify-items: center;
        align-items: center;
        text-align: center;
        height: 8vh;
        border-bottom: none;
        gap: 2vw;
    }

    .design-tool label {
        display: none;
    }

    ul#ViewSel {
        display: none;
        flex-direction: row;
    }

    /* Customization Container */
    #customise-container {
        width: 90%;
        left: 5%;
        top: -40px;
        position: relative;
        height: 100%;
        display: flex;
    }

    .Colour {
        margin-top: 35vh;
    }

    .Customise #customise-container .left {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 35vh;
    }

    #garment-container,
    #design-container {
        display: none;
        padding: 2.5vw;
        top: 20vh;
        left: 4vh;
        z-index: 10;
        max-height: 150px;
        max-width: 290px;
        min-width: 290px;
    }

    .svg-preview {
        width: 45px !important;

    }

    #design-count {
        left: 0px;
    }

    /* Selection Containers */
    #selected-garment-container {
        margin-top: 3vh;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
    }

    #selected-garment-container img {
        width: min(80px, 20vw);
        height: auto;
    }

    #selected-design-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        overflow: auto;
        gap: 3vw;
        margin-top: 3vh;
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        max-height: 135px;

    }

    #swiper-slide img {
        width: 64px;
        height: 64px;

    }

    #select-garment,
    #select-design {
        position: absolute;
        top: 0.5vh;
        background: transparent;
        border: none;
        background: #e4022b;
        text-transform: uppercase;
        font-size: clamp(6px, 8px, 12px);
        color: #fff;
        box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
        padding: 2px 2px;

    }

    .design-wrapper {
        flex: 0 0 auto;
    }

    .selected-design img {
        width: auto;
        height: min(44px, 11vw);
    }

    .left h4 {
        display: none;
    }

    .mobile-button img {
        width: min(30px, 8vw);
        pointer-events: none;
    }

    h4 {

        color: #333;
        font-size: clamp(10px, 3vw, 12px);
        font-weight: 600;
        margin-bottom: 2.5vw;
        margin-left: 2vw;
        text-transform: uppercase;
    }

    #display-container {
        display: flex;
        flex-direction: column;
        margin-left: -5vw;
        margin-top: 18vh;
        gap: 2vh;
    }

    #display-container ul {
        display: flex;
        flex-direction: column;
        gap: 5vw;
        z-index: 10;
    }

    .mobile-button {
        all: unset;
    }

    /* Color Picker */
    .show #ColourPicker {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        gap: 1.5vw;
        padding: 8vw 4vw 4vw;
        width: 90vw;
        max-width: 350px;
        top: 35vh;
        margin-top: 40px;
    }

    .clubColors,
    .StandardColors {
        font-size: 12px;
    }

    #numberdiv #ColourPicker {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        gap: 1.5vw;
        padding: 8vw 4vw 4vw;
        width: 90vw;
        max-width: 350px;
        margin-left: -2vw;
        top: 40vh;
    }

    #NumberSel {
        margin-left: 25px;
    }

    .colour-option h4 {
        width: 100%;
        font-size: clamp(12px, 3.5vw, 14px);
    }

    .custom-btn.btn-active {
        font-size: clamp(13px, 4vw, 15px);
        padding: 2vw 6vw;
    }

    .custom-btn {
        position: relative;
        display: inline-block;
        padding: 2.5vw 6.5vw 3.5vw;
        background-color: #3d3d3d;
        color: white;
        font-weight: bold;
        font-size: clamp(13px, 4vw, 15px);
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transform: skew(17deg);
        transition: transform 0.2s, box-shadow 0.2s;
        overflow: visible;
    }


    .button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6vw;
        position: absolute;
        top: 10vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .custom-btn {
        padding: 1vw 4vw;
        ;
    }

    /* Logo and Number Divs */
    #logodiv.active {
        display: block !important;
        position: relative;
        width: 70vw;
        max-width: 250px;
        top: 33vh;
        left: 20vw;
    }

    #logodiv.active fieldset.show {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
        position: relative;
        right: 50px;
        align-items: end;


    }

    #logodiv fieldset>div>div:first-child label {
        font-size: clamp(10px, 3vw, 12px);
        color: #333;
        width: 20vw;
    }

    #logodiv fieldset>div>div:first-child {
        display: flex;
        align-items: baseline;
        gap: 4px;
        flex-direction: column;
    }

    #OptionSel .btn-wrapper {
        display: none;
    }

    #logodiv select {
        font-size: clamp(10px, 3vw, 12px);
    }

    #logodiv option {
        font-size: clamp(10px, 3vw, 12px);
    }

    #numberdiv {
        position: relative;
        display: block;
        top: 35vh;
    }

    .namediv,
    .sponsordiv {
        justify-content: space-around;
    }

    .colour-option h4 {
        width: 80%;
        font-size: clamp(10px, 3vw, 12px);
    }


    #numberdiv #colour-grid {
        margin-left: 10px;
    }

    #colour-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 1rem;
        margin-left: 12px;
        align-items: self-end;
    }

    #OptionSel .colour-option input {
        font-size: 10px;
        width: 70%;
        height: 25px;
    }

    .choose-color-label,
    .color-picker-icon {
        display: none !important;

    }


    .swiper-slide {
        padding-right: 55px;
    }

    #add-selected-to-proposal {
        font-size: 12px;
        left: 100px;
        padding: 6px 10px;
        top: -46px;
    }

    #SavedDesigns h3 {
        text-transform: uppercase;
        color: black;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        top: 10px;
    }

    /* Footer */
    #DYOfooter ul {
        display: flex;
        position: relative;
        z-index: 10;
    }

    #DYOfooter svg {
        width: min(35px, 9vw);
        height: min(35px, 9vw);
    }

    /* Option Selection */
    #OptionSel {
        width: 350px;
        height: 800px;
        padding: 16px 16px;
        position: relative;
        max-height: 900px;
        top: 60px;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
        left: 60px;

    }

    .nav-right #BookletButton #save-designs-button {

        box-shadow: none;
        background-color: transparent;
        padding: 3px 6px;
        font-size: 10px;
        z-index: 9;
        width: 54px;
        height: 38px;
        position: absolute;
        top: 176px;
        left: -80vw;
        color: black;
        border: 2px solid #212121;
        transform: none;
        color: black;


    }






    .slider-area img {
        width: 35vw;
        height: 30vw;

    }

    #BookletOverview svg {
        height: 5vw;
        width: 5vw;
        max-height: 20px;
        max-width: 20px;
    }

    /* Result Items Container */
    .ResultItems-container {
        position: relative;
        right: 0;
        top: 18vh;
        width: 320px;
        max-width: 800px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 5vw;
        z-index: 10;
        height: 320px;
        left: 20%;

    }

    #selected-design-container img,
    #selected-garment-container img {
        width: 45px !important;
        height: 50px !important;
    }

    .config-column {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .config-section {
        margin-bottom: 2.5vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 2.5vw;
        width: 70vw;
        max-width: 250px;
        text-align: center;
    }

    .section-title {
        font-size: clamp(10px, 3vw, 12px);
        font-weight: bold;
        color: #2d3748;
        margin-bottom: 2.5vw;
        text-transform: uppercase;
        font-family: 'DroidSans-Regular', sans-serif;
    }

    .option-title {
        font-size: clamp(10px, 3vw, 12px);
        margin-bottom: 2.5vw;
        font-family: 'DroidSans-Regular', sans-serif;
    }

    .image-container {
        position: absolute;
        display: flex;
        gap: 6vw;
        left: 10px;
        width: 50vw;
        height: 50vw;
        max-width: 200px;
        max-height: 200px;
        top: -50px;
    }



    .save-button {
        width: 57vw;
        top: 50px;
        position: relative;
        left: 47%;
        padding: 5px 0px;
        margin: 0;
    }


    .editbooklet {
        left: 117px;
        transform: translateX(-50%);
        gap: 2.5vw;
        font-size: clamp(10px, 3vw, 12px);
        top: -10vh;
        margin-top: 10vh;
        width: 90vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
    }

    .editbooklet a.Edit,
    .editbooklet a.Delete {
        display: none !important;
        background-color: #007bff;
        padding: 2vh 5vw;
        color: #fcfcfc;
        font-weight: 700;
        border: none;
        height: auto;
        position: relative;
        top: 20vh;
        margin-right: 0;
        margin-bottom: 2.5vw;
        width: 80vw;
        max-width: 300px;
        display: block;
        text-align: center;
    }

    .editbooklet a.Delete {
        display: none;
        background: #af2342;
    }

    .editbooklet span.Download {
        display: block;
        font-weight: 700;
        background: #212121;
        padding: 3vw;
        border: none;
        margin-top: 5vw;
        top: 22vh;
        width: 80vw;
        max-width: 300px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .editbooklet span.Download a {
        color: #fcfcfc;
    }

    .editbooklet span.Download img {
        width: 5vw;
        height: 5vw;
        max-width: 20px;
        max-height: 20px;
    }

    .editbooklet p {
        width: 80vw;
        max-width: 300px;
        margin-top: 25vh !important;
        text-align: center;
    }

    #lastdesign {
        position: absolute;
        left: -40px;
        top: 10vh;
    }

    #nextdesign {
        position: absolute;
        top: 10vh;
        left: 250px;
    }

    /* Booklet Form */
    .booklet-form-content {
        background-color: rgba(255, 255, 255, 0.9);
        margin: 5vw auto;
        padding: 4vw 5vw;
        width: 90vw;
        max-width: 800px;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        font-family: 'DroidSans-Regular', sans-serif;
        font-size: clamp(10px, 3vw, 12px);
    }

    .form-row {
        display: flex;
        margin-bottom: 2.5vw;
        flex-wrap: wrap;
    }

    .color-swatch {
        width: 40px;
        height: 40px;
    }

    .selected-colors-container {
        width: 75%;
    }

    .color-slot {
        width: 70px;
        height: 70px;
    }

    .design-image-container img {
        width: 96px;
        height: 96px;
    }

    #saved-designs-container li {
        height: 130px;
        width: 120px;
        padding: 20px 10px 10px 10px;
    }

    .garment label::before {
        top: -10px;
        right: -6px;
        width: 12px;
        height: 12px;
    }

    #saved-designs-container ul {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        width: 332px;
        margin: 60px 20px 20px;
        align-content: center;
        justify-items: start;
    }

    #add-selected-to-booklet span {
        display: none;
    }

    #add-selected-to-booklet {
        bottom: 290px;
        font-size: 8vw;
        right: 0;
        background-color: #e4022b;
        border: none;
        box-shadow: none;
        transform: none;
        padding: 2px;
        height: 65px;
        right: 3px;
    }




    #booklet-send {
        width: 200px;
    }

    .alert {
        width: 360px;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 50px;
    }

    #new-order {
        position: relative;
        font-size: 12px;
        padding: 10px 22px;
        top: 70px;
        left: 130px;
    }


    #BookletPrevious {
        font-size: 10px;
        padding: 4px 16px;
        /* height: 27px; */
        bottom: 92px;
        left: 32px;
    }


    .save-button {
        width: 57vw;
        top: 62px;
        position: relative;
        left: 170px;
        padding: 5px 0px;
        margin: 0;
        font-size: 10px;
        margin-bottom: 100px;
    }

    #RequiredDate {
        height: 52px;
        text-align: center;
        font-size: 10px;
        /* width: 80%; */
    }


    .form-group input,
    .form-group textarea {
        width: 60%;
        font-size: 10px;

    }

    .form-group textarea {
        height: 60px;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-group #product-label {
        font-size: 10px;
    }

    .product-qty img {
        height: 76px;
        width: 76px;
    }

    #booklet-send {
        font-size: 12px;
        width: 160px;
        height: 36px;
    }

    .loader {
        position: relative;
        bottom: 90px;
        right: -30px;
    }

    .selected-colors {
        padding: 0px;
        gap: 15px;
    }
}





/* Very small devices (iPhone SE, etc.) */
@media screen and (max-width: 375px) {

    .choose-color-label,
    .color-picker-icon {
        display: none !important;

    }

    #GarSel ul {
        width: 80%;
    }

    #GarSel ul li {
        width: calc(50% - 2.5vw);
    }

    #SportSel li {
        width: 45%;
    }

    #DYONAV {
        gap: 7vw;
        top: 1vh;
    }

    #graphic {
        padding-top: 3vh;
        height: 30vh;
        top: 3vh;
    }

    .nav-right #BookletButton #Cart {
        top: 302px;
        left: 23px;
        transform: none;
        color: white;
        border: none;
        background: #e4022b;
        font-size: min(32px, 8vw);
        z-index: 10;
        padding: 0;
        right: 3px;
        box-shadow: none;
        height: 65px;
        width: 19px;
    }

    .Customise #customise-container .left {
        margin-top: 27vh;
    }

    #display-container {
        display: flex;
        flex-direction: column;
        margin-left: -9vw;
        margin-top: 15vh;
    }

    #design-tools {
        margin-top: 6vh;
    }


    #FormDate {
        display: flex;
        gap: 10px;
    }

    .ResultItems-container {
        position: relative;
        right: 0;
        top: 25vh;
        width: 320px;
        max-width: 800px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 5vw;
        z-index: 10;
        height: 290px;
        left: 0px;

    }

    #Print and Save Booklet {
        top: 230px;
    }

    #logodiv.active {
        left: -21vw;
        width: 75vw;
        ;
    }

    h2 {
        margin: 13vw 0 4vw;
    }

    .button-wrapper {
        top: 15vh;
    }

    .show #ColourPicker {
        margin-left: 2vw;
        top: 40vh;
    }

    #numberdiv #ColourPicker {
        top: 50vh;
        margin-left: 0vw;
    }

    .nav-right #BookletButton button {
        right: 10px;
    }

    .clubColors,
    .StandardColors {
        font-size: 12px;
        width: 250px;
    }

    #add-selected-to-booklet {
        bottom: 114px;
    }

    #lastdesign,
    #nextdesign {
        width: 10vw;
        height: 10vw;
    }

    .editbooklet {
        left: 160px;
        transform: translateX(-50%);
        gap: 2.5vw;
        font-size: clamp(10px, 3vw, 12px);
        top: 0vh;
        margin-top: 10vh;
        width: 90vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
    }

    #customise-container {
        width: 90%;
        left: 5%;
        top: 20px;
        position: relative;
        height: 100%;
        display: flex;
    }

    .color-swatch {
        width: 30px;
        height: 30px;
        border: 1px solid #3c3838;
        border-radius: 15px;
        cursor: pointer;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }

    .color-slot {
        width: 50px;
        height: 50px;
    }

    button-container {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }


    #logodiv.active fieldset.show {
        padding-bottom: 70px;
        left: 120px;
    }


    #combo-svg-wrapper .combo-shorts {
        width: 92px;
        height: 92px;
    }

    #combo-svg-wrapper .combo-socks {

        width: 82px;
        height: 82px;
    }

    #combo-svg-wrapper .combo-others {
        width: 112px;
        height: 112px;
    }

    #garment-container,
    #design-container {
        top: 220px;
    }

    .Colour {
        margin-top: 300px
    }




}







@media screen and (max-width: 767px) and (orientation: landscape) {

    /* Optimize layout for wide screens */
    body {
        overflow-x: auto;
    }

    #NavDirection {
        margin-top: -20px;
    }

    /* Header adjustments */
    #header {

        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 10px 20px;

        height: 50px;
    }

    #header .logo-header {
        top: -64px;
    }

    h4 {
        font-size: 14px;
    }

    main {
        padding-top: 60px;
    }


    #cart-items-count {
        z-index: 10;
    }

    .custom-btn.btn-active {
        font-size: clamp(13px, 4vw, 15px);
        padding: 6px 10px;
    }

    /* Garment Selection - Side by side layout */
    #GarSel ul {
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 90%;
        max-width: 600px;
        position: relative;
        top: 30vh;
    }

    #GarSel ul li {
        width: 100%;
    }

    #GarSel .garment label {
        height: 120px;
        padding: 10px;
    }

    #GarSel img {
        max-width: 60px;
        max-height: 60px;
    }

    /* Navigation dots - horizontal layout */
    #DYONAV {
        margin: 5px 5px;
        transform: none;
        left: 0;
        right: 0;
    }

    #DYONAV div a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    /* Sports Selection - Grid layout */
    #SportSel {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin: 50px auto;
        width: 90%;
        max-width: 600px;
    }

    #SportSel li {
        width: 100%;
    }

    .nav-left #Previous,
    .nav-left #toDesigner,
    #continue-to-garment {
        position: fixed;
        top: 230px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        background-color: #e4022b;
        font-size: min(32px, 8vw);
        z-index: 10;
        padding: 0;
        box-shadow: none;
        color: white;
        height: 65px;
    }

    /* Customization container - side by side layout */
    #customise-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        gap: 20px;
        top: 5px;
    }

    /* Graphic area */
    #graphic {
        flex: 1;
        height: auto;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10vh;
    }


    #save-designs-button {
        position: absolute;
        top: 200px;
        box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
        padding: 3px 6px;
        left: 50px;
        font-size: 12px;
        z-index: 999;
    }


    #graphic object {
        width: 180px;
        height: 180px;
    }

    /* Design tools - vertical on the right */
    #design-tools {
        position: absolute;
        right: 15vh;
        top: 30vh;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: white;
        padding: 10px;
        border-radius: 10px;
        box-shadow: none;
        margin: none;
    }

    #OptionSel {
        width: 700px;
        height: 800px;
        padding: 16px 16px;
        position: relative;
        max-height: 900px;
        top: 18px;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
        right: 250px;
    }

    .nav-right #BookletButton button {
        position: fixed;
        top: 230px;
        transform: translateY(-50%);
        color: white;
        border: none;
        background: #e4022b;
        font-size: min(32px, 8vw);
        z-index: 10;
        padding: 0;
        right: 3px;
        box-shadow: none;
        height: 65px;
    }

    .design-tool {
        height: 13vh;
    }

    #design-tools img {
        width: 30px;
        height: 30px;
    }

    /* Left controls */
    .Customise #customise-container .left {

        margin-top: 0;
        gap: 10px;
    }

    /* Display container - horizontal */
    #display-container {
        position: absolute;
        left: 1vw;
        top: 60vh;
        transform: translateY(-50%);
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    #display-container ul {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }

    #garment-container,
    #design-container {
        top: 85vh;
        padding: 2vw;

    }

    .show #ColourPicker {
        top: 90vh;
        left: 5vw;
        margin: 0;
    }

    .Colour {
        position: absolute;
        margin-top: 65vh;

        z-index: 500;
    }

    #numberdiv {
        position: absolute;
        margin-top: 30vh;
        margin-left: 20vw;
        z-index: 500;

    }

    .namediv,
    .sponsordiv {
        justify-content: start;
    }

    #numberdiv #ColourPicker {
        top: 80vh;
    }

    #numberdiv img,
    #numberdiv svg {
        padding: 3px;
        width: 4vw;
        height: 6vh;
    }

    #colour-grid {
        margin-left: 90px;
    }

    #OptionSel li {
        width: 50%;
    }

    #logodiv.active {
        right: 52vw;
        left: -45vw;
        top: 200px;
    }

    #logodiv.active fieldset.show {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5vw;
        position: relative;
        left: 390px;

    }

    .button-wrapper {
        position: absolute;
        top: 21vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    /* Result container - centered view */
    .ResultItems-container {
        position: absolute;
        top: 105vh;
        left: 45vw;
        transform: translate(-50%, -50%);
        width: 63vw;
        height: auto;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px;
    }

    /* Image container in results */
    .image-container {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 7vw;
        margin-bottom: 20px;
        top: 21vh;
        left: 30vw;
        width: 100%;
    }

    .slider-area img {
        width: 25vw;
    }

    /* Configuration sections side by side */
    .config-column {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .config-section {
        flex: 1;
        margin-bottom: 10px;
    }

    .save-button {
        position: relative;
        margin: 20px auto;
        left: 35%;
        transform: none;
        width: 200px;
        top: 0;
    }

    /* Edit booklet section - horizontal layout */
    .editbooklet {
        position: absolute;
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        align-items: start;
        gap: 16px;
        top: 61vh;
        left: 45vw;
        margin: 20px 0;
        width: fit-content;
        transform: translateX(-50%);
    }

    .editbooklet a.Edit,
    .editbooklet a.Delete {
        width: 150px;
        text-align: center;
        padding: 8px 12px;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
        grid-row: 1;
    }

    .editbooklet a.Delete {
        background-color: #dc3545;
    }

    .editbooklet span.Download {
        grid-column: span 2;
        background: #212121;
        color: white;
        font-weight: 700;
        padding: 12px 16px;
        border-radius: 4px;
        max-width: 300px;
        width: 100%;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .editbooklet span.Download img {
        margin-right: 8px;
        height: 20px;
    }

    .editbooklet p {
        grid-column: span 2;
        color: red;
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
    }

    /* Navigation arrows for designs */
    #lastdesign,
    #nextdesign {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }

    #lastdesign {
        left: 10px;
    }

    #nextdesign {
        right: 10px;
    }

    .button-container {
        margin-bottom: 40px;
    }

    #add-selected-to-booklet {
        bottom: 109px;
        right: 6px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 40px;
        height: 40px;
        padding-left: 10px;
        font-size: 32px;

    }

    #saved-designs-container ul {
        margin-top: 50px;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 20px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1440px) {

    #NumberSel img,
    #numberdiv svg {
        width: 25px;
        height: 25px;
    }

    #NumberSel .chosen::after {
        width: 8px;
        height: 8px;
        bottom: -10px;
    }

    h4 {
        font-size: 12px;

    }

    #NumberSel {
        margin-bottom: 0px;
    }

    .namediv,
    .sponsordiv {
        display: block !important;
        font-size: 12px;
    }

    .namediv label,
    .sponsordiv label {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .nameinput,
    .sponsorinput {
        width: 80px;

    }

    #logodiv fieldset>div>div:first-child label {
        font-size: 10px;
    }

    #logodiv fieldset>div>div:first-child {
        display: block;
        font-size: 10px;

    }

    #GarSel img {
        width: 120px;
        height: 120px;
    }

    #GarSel .garment label {
        height: 200px;
        width: 200px;
    }

    .btn-container {
        margin-bottom: 100px;
    }


    #continue-to-garment {
        font-size: 14px;
    }

    #GarSel .garment h4 {
        font-size: 12px;
    }

    #toDesigner,
    #continue-to-garment {
        top: 100px;
        font-size: 14px;
    }

    #Previous {
        right: 75%;
        top: 100px;
        font-size: 14px;
    }

    h2 {
        font-size: 28px;
    }

    #header .logo-header {
        width: 250px;
    }

    #SportSel {
        width: 100%;
    }

    .selected-colors-container {
        width: 70%;
    }


    #selected-garment-container {

        padding: 20px 0 0 7px;
    }

    #selected-design-container {
        justify-content: space-around;
        gap: 10px;
        max-height: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .Customise #customise-container .left {
        left: -6%;
        margin-top: 18%;
        width: 31%;
    }

    .Customise #customise-container .right {
        top: 84px;
        right: -48px;

    }

    .left button {
        font-size: 8px;
    }

    .white-container {
        padding: 54px 10px 0px;
        margin-bottom: 5px;
    }

    #graphic object {
        width: 240px;
        height: 240px;
    }

    #graphic {
        margin-top: 0px;
        top: 150px;
        left: 34px;
    }

    #view-swap img {
        width: 40px;
        height: 40px;
    }

    .center-panel .front_back {
        top: 260px;
        right: 0px;
    }

    .design-tool {
        height: 80px;
    }

    #design-tools {
        width: 78px;
    }

    #design-tools img {
        width: 24px;
    }


    .colour-option h4 {
        font-size: 12px;
    }


    #OptionSel .colour-option input {
        height: 20px;
        width: 80%;
        font-size: 10px;
    }

    #OptionSel {
        width: 120px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 300px;

    }

    label {
        font-size: 12px;
    }

    .nav-left #Previous {
        position: absolute;
        top: 570px;
        height: 50px;
        width: 130px;
        font-size: 12px;

    }

    .nav-right #BookletButton {
        position: relative;

    }

    #ColourPicker {
        width: 320px;

    }

    #ColourPicker li {
        height: 18px;
        min-width: 18px;
        max-width: 18px;
    }

    #combo-svg-wrapper .combo-others {
        width: 180px;
        height: 180px;
    }


    #combo-svg-wrapper .combo-shorts {
        width: 124px;
        height: 124px;
    }

    #combo-svg-wrapper .combo-socks {
        width: 94px;
        height: 94px;
    }

    #DYONAV div a {
        width: 34px;
        height: 34px;
        font-size: 16px;

    }

    .svg-preview {
        width: 50px !important;

    }

    #save-designs-button {
        position: absolute;
        margin-bottom: 100px;
        top: 684px;
        z-index: 10;
        right: 101.5%;
        background-color: #e30613;
        transform: skew(10deg);
        box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
        font-weight: bold;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        border: none;
        font-size: 10px;
        width: 140px;
        height: 32px;
        left: -130px;
    }

    #GoBack {
        position: absolute;
        margin-bottom: 100px;
        top: 600px;
        z-index: 10;
        right: 101.5%;
        background-color: #e30613;
        transform: skew(10deg);
        box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
        font-weight: bold;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        border: none;
        font-size: 10px;
        width: 140px;
        height: 32px;
        left: -114px;
    }



    .nav-right #BookletButton #Cart {
        position: absolute;
        margin-bottom: 100px;
        top: 760px;
        z-index: 10;
        right: 101.5%;
        background-color: #e30613;
        transform: skew(10deg);
        box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
        font-weight: bold;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        border: none;
        font-size: 10px;
        width: 180px;
        height: 32px;
        left: -150px;

    }


    #nothing {
        position: absolute;
        top: 850px;

    }

    .left button#GoBack {
        position: absolute;
        top: 580px;
        right: 0px;
        left: 10px;
        background-color: #e30613;
        transform: skew(10deg);
        box-shadow: 4px 6px rgba(0, 0, 0, 0.8);
        font-weight: bold;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        border: none;
        font-size: 12px;
        margin-top: 20px;
    }





}



.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a09a9a70;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #534c4c;
    animation: smokeOut 1s ease-in-out infinite alternate;
    text-shadow: 0 0 1px white;
}

.loader:before {
    content: "Saving...";
}

@keyframes smokeOut {
    100% {
        opacity: 0.08;
        filter: blur(5px);
        letter-spacing: 4px;
    }
}

@media print {

    @page {
        size: A4 portrait;
        margin: 10mm;
    }



    #BookletDesigns>* {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        /* page-break-after: always;
        margin-top: 40px;
        page-break-after: always;
        page-break-inside: always; */

    }

    .col-md-12 {
        display: flex;
        flex-direction: column;
        gap: 300px;
    }


    /*  break page after each product */




    /* Don't break page after the last product */
    /* #BookletDesigns>*:last-child {
        page-break-after: auto;
    } */



    #main-header-menu,
    #navbar-header,
    nav {
        display: none;
    }

    .slider-area img {
        width: 300px;
        height: 300px;
        max-width: 300px !important;
    }

    #cart-items-count {
        display: none;
    }

    #design-count img {
        display: none;
    }

    .slider-area {
        top: -20px;
    }


    .ResultItems-container {
        display: block;
        position: relative;
        bottom: 120px;
        padding: 30px;
        max-height: 170px;
    }

    .product-flex-container {
        all: unset;
    }

    #DYONAV {
        display: none;
    }

    .multipleproducts {
        display: none;
    }

    .config-column {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .config-section {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        width: 250px;
        text-align: center;
    }


    .option-title {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'DroidSans-Regular', sans-serif;
    }

    .image-container {
        position: absolute;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        left: -50px;
        width: 200px;
        height: 200px;
        top: 50px;
        max-width: none;
        justify-content: start;


    }

    .save-button {
        display: none;
    }

    .editbooklet {
        display: none;
    }

    #lastdesign {
        position: absolute;
        margin-top: 0;
        left: -10%;
        top: 70px;
    }

    #nextdesign {
        position: absolute;
        top: 70px;
        left: 323px;
    }

    #responseMessage {
        display: none !important;
    }

    #new-order {
        display: none;
    }




    .table-container {
        position: relative;
        bottom: 200px;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px;
        overflow-x: auto;
    }

    .styled-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        table-layout: fixed;
        border-bottom: 2px solid #333;
        ;
    }



    .styled-table td {
        border: none;
        padding: 8px;
        font-size: 14px;
        vertical-align: middle;
        word-wrap: break-word;
        font-size: 20px;
        font-weight: bold;


    }

    .styled-table td:first-child {
        text-align: left;

    }

    .styled-table td:nth-child(2) {
        text-align: center;
        padding-left: 60px;
    }

    .styled-table td:nth-child(3) {
        text-align: right;
        padding-right: 10px;
    }


    .styled-table img {
        height: 50px;
        object-fit: contain;
        display: block;

    }

    .color-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 30px;

    }

    .color-option {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}