/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://circularity.direct/wp-content/uploads/2024/12/Gellix-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('https://circularity.direct/wp-content/uploads/2024/12/Gellix-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('https://circularity.direct/wp-content/uploads/2024/12/Gellix-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('https://circularity.direct/wp-content/uploads/2024/12/Gellix-Bold.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gellix', sans-serif;
    background-color: #fff;
}

html:has(.page-id-628) {
    margin: 0 !important;
}

html:has(.page-id-628) #wpadminbar,
html:has(.page-id-628) div[data-elementor-type="footer"] {
    display: none !important;
}

.hat-steps-wrapper .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.hat-steps-wrapper .form-group input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.hat-steps-wrapper .form-group input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.hat-steps-wrapper .form-group input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.hat-steps-wrapper .form-group input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.hat-steps-wrapper .form-group input::placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.hat-wrapper {
    height: 100vh;
}

.step-wrapper {
    display: none;
    padding-right: 100px;
}

.step-wrapper:not(:first-child) {
    height: 100%;
    align-content: center;
}

.step-wrapper.active {
    display: block;
}

.hat-inner {
    display: flex;
    height: 100%;
}

.hat-steps-wrapper {
    width: 50%;
    height: 100%;
    background: url("https://circularity.direct/wp-content/plugins/hard-hat-recycling/images/tree-bg.jpg") no-repeat center;
    background-size: cover;
    display: flex;
}

.hat-steps {
    padding: 100px 50px;
    border-radius: 8px;
    background: rgba(248, 248, 248, 0.10);
    box-shadow: 38.428px -38.428px 38.428px 0 rgba(188, 188, 188, 0.10) inset, -38.428px 38.428px 38.428px 0 rgba(255, 255, 255, 0.10) inset;
    backdrop-filter: blur(38.42817306518555px);
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.hat-steps ul li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 50px;
}

.hat-steps ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.hat-steps ul li span {
    width: 37px;
    position: absolute;
    background: #fff;
    color: #000;
    height: 37px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1em;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hat-steps ul:after {
    content: "";
    position: absolute;
    width: 3px;
    top: 2px;
    bottom: 0;
    left: 17px;
    background: #fff;
    z-index: 0;
    height: 98%;
}

.hat-info-wrapper {
    height: 100%;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.hat-info-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hat-info-wrapper h3 span {
    color: #008000;
}

.hat-info-wrapper .radio-group {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
}

.hat-info-wrapper .radio-group label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 25px;
}

.hat-info-wrapper .radio-group input[type="radio"] {
    margin-right: 10px;
    accent-color: #000;
}

.steps-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

button.back-btn {
    background: #F3F3F3;
    border: 0;
    border-radius: 4px;
    color: #000000;
    padding: 15px 54px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
}

.shipping-plans input {
    display: none;
}

label#shipping_plan-error {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 12px !important;
    color: red !important;
    display: block;
    margin-top: 7px;
}

.shipping-plans {
    position: relative;
    padding-bottom: 36px;
}

label.plan:has(input.error) {
    border-color: red;
}

label.plan:has(input:checked) {
    background: #417F3E;
    color: #fff;
}

label.plan {
    cursor: pointer;
}

.plan-details p:last-child {
    font-weight: 400;
}

label.plan:has(input:checked) .plan-details h4,
label.plan:has(input:checked) .plan-details p,
label.plan:has(input:checked) .plan-price {
    color: #fff !important;
}

button.next-btn {
    background: #417F3E;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 15px 54px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
}

.form-container {
    width: 100%;
}

.form-group.form-select {
    margin-bottom: 20px;
    position: relative;
}

.form-container form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    width: 70%;
}

.form-group.coupon {
    display: none;
}

.form-group.coupon.active {
    display: block;
}

.form-container form input {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    color: rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 13px;
    outline: 0;
}

.form-container form button {
    background-color: #2E7D32;
    color: white;
    padding: 13px 54px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-select label {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.form-select .form-group label.mer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-select .select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 12px;
    background-image: url('https://circularity.direct/wp-content/uploads/2025/01/Vector-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.form-select .toggle-buttons {
    display: flex;
}

.form-select .toggle-button {
    padding: 12px 47px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #6c9e58;
    border-radius: 8px;
    background-color: #fff;
    color: rgba(65, 127, 62, 1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select button#yes-button {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.form-select button#no-button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.form-select .toggle-button.active {
    background-color: #417F3E;
    color: #fff;
    border: 1px solid #417F3E;
}

.form-select .toggle-button:hover:not(.active) {
    background-color: #FFFFFF;
}

.shipping-plan {
    margin: 40px 0;
    padding: 20px 0;
}

.shipping-plan h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subtitle {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F3F3;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    gap: 25px;
}

.plan-details h4 {
    margin: 0 0 5px 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.pallet-price{
    display: none;
}
.plan-error{
    display: none;
    font-size: 12px !important;
    color: red !important;
    display: block;
    margin-top: 7px;
}
.plan-details p {
    margin: 5px 0;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.plan-details em {
    font-style: italic;
    font-weight: 400;
}

.plan-price {
    color: #000;
    font-family: "Gellix", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-form {
    width: 100%;
}

.contact-form h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 17px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.contact-form .form-group input {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    color: rgb(0 0 0 / 73%);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 13px;
}

.contact-form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.contact-form .form-group input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.contact-form .form-group input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.contact-form .form-group input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.contact-form .form-group input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.contact-form .form-group input::placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.payment-container {
    width: 100%;
    background: white;
    padding: 20px 0;
    border-radius: 8px;
}

.payment-container .title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.payment-container .order-details {
    background: #F3F3F3;
    border-top: 7px solid #417F3E;
    padding: 20px 31px 20px 20px;
    margin-bottom: 30px;
}

.payment-container .order-details h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 7px;
}

.payment-container .order-item {
    display: flex;
    margin-bottom: 10px;
    padding: 3px 7px;
}

.payment-container .order-item h5 {
    width: 50%;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payment-container .order-item p {
    width: 50%;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.payment-container .order-item.active {
    background: rgba(65, 127, 62, 0.34);
}

.payment-container .order-item.active h5 {
    font-weight: 600;
}

.payment-container .payment-form label {
    display: block;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.payment-container .payment-form input {
    width: 100%;
    padding: 10px;
    color: rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    outline: 0;
}

.payment-container .row {
    display: flex;
    gap: 10px;
}

.payment-container .input-group {
    flex: 1;
}

.payment-container .submit-btn {
    background-color: #2E7D32;
    color: white;
    padding: 13px 54px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.payment-container .submit-btn:hover {
    background-color: #256428;
}

#confirmationform {

}

#confirmationform .form-group {
    margin-bottom: 20px;
}

#confirmationform .form-group label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

#confirmationform .form-group input {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    color: rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 13px;
    outline: 0;
}

#confirmationform .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

#confirmationform .form-group input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

#confirmationform .form-group input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
    opacity: 1;
}

#confirmationform .form-group input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

#confirmationform .form-group input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

#confirmationform .form-group button {
    background-color: #2E7D32;
    color: white;
    padding: 13px 54px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#confirmation-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.5);
}

#confirmation-modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 60px 35px 35px 35px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
}

#confirmation-modal .modal-content h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#confirmation-modal .modal-content p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

#confirmation-modal svg {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

#confirmation-modal button {
    background-color: #2E7D32;
    color: white;
    padding: 13px 54px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.shipping-details {
    border-radius: 8px;
    background: #417F3E;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Gellix', sans-serif;
}

.shipping-details span {
    color: #FFDF0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hat-info-wrapper .actions {
    position: absolute;
    bottom: 0;
    right: 0;
    left: calc(50%);
    background: #fff;
    padding: 20px;
    height: 100px;
    display: flex;
    align-items: center;
}

.hat-info-wrapper .steps,
.hat-info-wrapper .content {
    width: 50%;
}

.hat-info-wrapper .steps {
    background: url(https://circularity.direct/wp-content/plugins/hard-hat-recycling/images/tree-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
}

.hat-info-wrapper .steps ul {
    padding: 150px 50px 100px 50px;
    border-radius: 8px;
    background: rgba(248, 248, 248, 0.10);
    box-shadow: 38.428px -38.428px 38.428px 0 rgba(188, 188, 188, 0.10) inset, -38.428px 38.428px 38.428px 0 rgba(255, 255, 255, 0.10) inset;
    backdrop-filter: blur(38.42817306518555px);
    width: 100%;
    max-width: 480px;
    margin: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.hat-info-wrapper .steps ul li a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 60px;
}

.hat-info-wrapper .content {
    padding: 40px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

.hat-info-wrapper .steps ul li a .number {
    width: 37px;
    position: absolute;
    background: #fff;
    color: #000;
    height: 37px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1em;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.audible {
    display: none;
}

.hat-info-wrapper .steps ul li.done a .number {
    background: none;
}

.hat-info-wrapper .steps ul li.done a .number:before {
    content: "";
    position: absolute;
    background: url(https://circularity.direct/wp-content/uploads/2024/12/check.svg);
    width: 37px;
    height: 37px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
}

.hat-info-wrapper .actions ul {
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

ul {
}

.hat-info-wrapper .actions ul li a {
    background: #417F3E;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 15px 54px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    display: block;
}

.hat-info-wrapper .actions ul li a[href="#previous"] {
    background: #F3F3F3;
    border: 0;
    border-radius: 4px;
    color: #000000;
    padding: 15px 54px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
}

.hat-info-wrapper .actions ul li a[disabled] {
    background: red;
}

.hat-info-wrapper .steps ul:after {
    content: "";
    position: absolute;
    width: 3px;
    top: 172px;
    bottom: 102px;
    left: 67px;
    background: #fff;
    z-index: 0;
}

.form-group.master_account.active {
    display: none;
}

.form-group.master_account {
    display: none;
}

.form-group .error:not(input) {
    font-size: 12px !important;
    color: red !important;
    display: block;
    margin-top: 7px;
}

.form-group:has(.error:not(:empty)) input {
    border-color: red;
}

.form-select .toggle-buttons label {
    padding: 15px 47px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #6c9e58;
    border-radius: 8px;
    background-color: #fff;
    color: rgba(65, 127, 62, 1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.form-select .toggle-buttons label input {
    display: none;
}

.form-select .toggle-buttons label:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-select .toggle-buttons label:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.form-select .toggle-buttons label:has(input:checked) {
    background: #417F3E;
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hat-info-wrapper .actions.sending {
    cursor: not-allowed;
}

.hat-info-wrapper .actions.sending:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: not-allowed;
}

.hat-info-wrapper .actions.sending:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22L9%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%200%200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23417F3E%22%20d%3D%22M73%2C50c0-12.7-10.3-23-23-23S27%2C37.3%2C27%2C50%20M30.9%2C50c0-10.5%2C8.5-19.1%2C19.1-19.1S69.1%2C39.5%2C69.1%2C50%22%3E%3CanimateTransform%20%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%20%20%20%20%20%20%20%20%20%20attributeType%3D%22XML%22%20%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%20%20%20%20%20%20%20%20%20dur%3D%221s%22%20%20%20%20%20%20%20%20%20%20from%3D%220%2050%2050%22%20%20%20%20%20%20%20%20%20to%3D%22360%2050%2050%22%20%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22%20%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
}

.hat-info-wrapper .steps ul li a {
    pointer-events: none;
    cursor: default;
}

.payment-description {
    margin-top: 20px;
    font-size: 14px;
}

.main-description {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.option-description {
    margin-bottom: 20px;
}

label.plan[disabled] {
    background: #d5d5d5;
    cursor: no-drop;
    pointer-events: none;
}

.hat-info-wrapper .steps ul:before {
    content: "Steps:";
    position: absolute;
    margin-top: -80px;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #fff;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    color: #008000 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -150px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 10px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

span.tooltip img {
    width: 20px;
}


@media (max-width: 767px) {

    .hat-info-wrapper .steps ul:before {
        display: none;
    }

    .hat-info-wrapper {
        height: 100%;
        display: block;
    }

    .hat-info-wrapper .steps {
        width: 100%;
        background: url(https://circularity.direct/wp-content/plugins/hard-hat-recycling/images/tree-bg.jpg) no-repeat left;
    }

    .hat-info-wrapper .steps ul {
        padding: 20px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 20px;
        border-radius: 0;
        box-shadow: none;
    }

    .hat-info-wrapper .steps ul li a {
        height: 37px;
        padding: 0;
    }

    .hat-info-wrapper .steps ul li a span.title {
        display: none;
    }

    .hat-info-wrapper .steps ul li {
        width: 37px;
        min-width: 37px;
    }

    .hat-info-wrapper .content {
        width: 100%;
        padding: 25px;
        height: auto;
        padding-bottom: 100px;
    }

    .hat-info-wrapper .actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: unset;
        padding: 12px;
        height: unset;
    }

    .hat-info-wrapper h3 {
        font-size: 32px;
        margin: 20px 0 20px;
        display: flex;
        gap: 9px;
    }

    .hat-info-wrapper h3 span {
        display: block;
    }
    .step-wrapper img{
        display: flex;
        width: 100%;
        justify-self: center;
    }
    #confirmation-modal .modal-content{
        margin: 40% auto;
    }

    .hat-info-wrapper .radio-group label {
        font-size: 16px;
    }

    .step-wrapper {
        padding-right: 0;
        padding-top: 0;
    }

    .contact-form .form-group label {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .form-select .toggle-buttons label {
        padding: 7px 20px;
    }

    .shipping-plan {
        margin: 0;
        padding: 0;
    }

    .shipping-plan h3 {
        margin: 0 0 15px;
        font-size: 28px;
    }

    .shipping-details {
        padding: 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .shipping-details span {
        font-size: 14px;
    }

    .plan-price {
        font-size: 28px;
    }

    .plan-details h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .plan-details p {
        font-size: 12px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form .form-group input {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .payment-container .title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .payment-container .order-details {
        padding: 12px;
    }

    .payment-container .order-details h4 {
        margin-bottom: 5px;
    }

    .payment-container .order-item h5 {
    }

    .hat-info-wrapper .actions ul li a {
        width: 100% !important;
        text-align: center;
        font-size: 14px !important;
        padding: 12px 0 !important;
    }

    .hat-info-wrapper .actions ul li {
        width: 100%;
    }
}