:root {
    --white: #fff;
    --black: #000;
    --red: #BB0B34;
    --mid-grey: #808285;
    --form-bg: #F5F5F580;
    --form-items-bg: #F5F5F6;
    --light-grey: #E6E7E8;
    --dpd-black: rgba(65, 64, 66, 1);
}

.hero-search {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../intimages/hero-search.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 870px;
    padding: 0 7.5px;
}

.hero-search-wrapper {
    padding-top: 180px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.hero-search h1 {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
}

.hero-search h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.hero-search-form label {
    width: 100%;
    border: 1px solid var(--red);
    border-radius: 8px;
}

.hero-search-form input,
.find-office-banner-wrapper-right input {
    height: 48px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    padding-right: 60px;
    border-radius: 8px;
    font-size: 16px;
    color: var(--black);
    width: 100%;
}

.search-error {
    color: var(--white);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: justify;
    padding-left: 10px;
}

.hero-search-form button,
.find-office-banner-wrapper-right button {
    background-color: var(--red);
    outline: 0;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

.promo-section {
    background-image: url('../intimages/promo-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 7.5px;
    /* margin-bottom: 95px; */
    min-height: 800px;
}

.promo-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* filter: blur(13px); */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.promo-section h2 {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: var(--red);
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.promo-section .container {
    max-width: 1300px;
}

.promo-item-heading {
    display: block;
    padding: 20px 7.5px 15px 7.5px;
    background-color: var(--red);
    color: var(--white);
    text-align: center;

    font-family: "Montserrat";
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.promo-item-heading span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.promo-item-heading:hover {
    text-decoration: none;
    color: var(--white);
}

.promo-item {
    border-radius: 8px;
    background-color: var(--red);
    overflow: hidden;
    border: 1px solid var(--red);
}

.promo-item-body {
    padding: 10px 25px 0 25px;
    background-color: var(--white);
    border-radius: 8px 8px 0 0;
}

.promo-item-body h6 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--black);
    margin-bottom: 10px;
}

.promo-item-body p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--black);
    margin-bottom: 8px;
}

.promo-section .row {
    row-gap: 65px;
}


.hero-country {
    height: 440px;
    position: relative;
    margin-bottom: 100px;
}

.hero-country-wrapper {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../intimages/allint.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 15% 100%, 0 88%, 0 22%);
    padding: 10px 7.5px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-country-polygon {
    content: "";
    z-index: 3;
    position: absolute;
    top: 23px;
    left: 0;
    width: 85%;
    height: 100%;
    background-color: var(--red);
    clip-path: polygon(18% 94%, 100% 84.8%, 100% 90%, 18% 100%, 0 89%, 0 82%);
}

.hero-country h1 {
    color: var(--white);
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
}

.delivery-form-container-outer .container,
.new-container {
    max-width: 1345px;
}

.delivery-from-top {
    gap: 15px;
    padding: 12px 25px;
    background-color: var(--form-bg);
    border-radius: 8px;
    margin-bottom: 25px;
}

.delivery-from-bot {
    padding: 12px 25px;
    background-color: var(--form-bg);
    border-radius: 8px;
}

.delivery-from-bot h2 {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 28px;
    line-height: 39px;
    text-align: justify;
    color: var(--black);
    margin-bottom: 20px;
}

.delivery-from-bot h5,
.delivery-from-options h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: var(--black);
    margin-bottom: 8px;
}

.delivery-form-options h5 {
    margin-bottom: 25px;
}

.delivery-from-top input {
    appearance: none;
}

.delivery-from-top h4 {
    margin: 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-style: "SemiBold";
    font-size: 22px;
    line-height: 30px;
    color: var(--mid-grey);
}

.delivery-from-top input:checked+h4 {
    color: var(--black);
}

.delivery-from-type-outer {
    margin-bottom: 50px;
}

.delivery-from-type {
    padding: 16px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
    gap: 25px;
    background-color: var(--form-items-bg);
}

.delivery-form-size {
    padding: 16px 8px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;

    background-color: var(--form-items-bg);
    margin-bottom: 50px;
}

.delivery-form-size-wrapper,
.delivery-form-size-pallet-wrapper {
    gap: 24px 8px;
}

.delivery-form-size-pallet {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--mid-grey);
    background-color: var(--form-items-bg);
    margin-bottom: 50px;
}

.delivery-from-type label {
    gap: 8px;
}

.delivery-from-type-outer p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    color: var(--black);
    margin-top: 15px;
    margin-bottom: 0;
}

.delivery-from-type-outer p a {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--red);
}

.delivery-from-type label p {
    margin: 0;

    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
}

.delivery-from-type label input {
    appearance: none;
    -webkit-appearance: none;
    min-width: 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--black);
    border-radius: 50%;
    background: transparent;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    transition: background .15s ease, border-color .15s ease;
}

.delivery-from-type label input::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    min-width: 8px;
    max-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transform: scale(0);
    transition: transform .15s ease, background .15s ease;
}

.delivery-from-type label input:checked {
    background: var(--red);
    border-color: var(--red);
}

.delivery-form-size .fromprice {
    visibility: hidden;
}

.delivery-form-size .active .fromprice {
    visibility: visible;
}

.delivery-form-size .active p {
    color: var(--red) !important;
    border-color: var(--red) !important;
}

.delivery-from-type label input:checked::after {
    background: var(--white);
    transform: scale(1);
}

.delivery-from-type label input:focus-visible {
    box-shadow: 0 0 0 3px rgba(225, 29, 72, .35);
}

.delivery-form-item input {
    appearance: none;
    display: none;
}

.delivery-form-item label p:first-of-type {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: justify;
    color: var(--black);
    margin-bottom: 5px;
}

.delivery-form-item label p:last-of-type {
    padding: 10px 15px;
    color: var(--black);
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
    margin: 0;
    background-color: var(--white);

    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}

.delivery-form-item label input:checked+p,
.delivery-form-item label input:checked+p+p {
    color: var(--red);
}

.delivery-form-item label input:checked+p+p {
    border-color: var(--red);
}

.delivery-form-option-item {
    border: 1px solid var(--red);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--red);
}

.delivery-form-option-top h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 5px;
}


.delivery-form-option-top p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
}

.delivery-form-option-top {
    padding: 8px;
}

.delivery-form-option-bot {
    border-radius: 8px;
    background-color: var(--white);
    padding: 2px;
}

.delivery-form-option-bot-item {
    background-color: var(--form-items-bg);
    padding: 12px 2px;
    border-radius: 4px;
    position: relative;
}

.delivery-form-option-bot-item.disabled::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(177, 177, 177, 0.35) 100%);
}

.delivery-form-option-bot-item.disabled .delivery-form-option-right {
    opacity: 0;
}

.delivery-form-option-bot h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--black);
}

.delivery-form-option-bot-item h5 {
    margin-bottom: 5px;
}

.delivery-form-option-bot p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--black);
    margin: 0;

}

.delivery-form-option-icon {
    max-width: 48px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border: 3px solid var(--light-grey);
    border-radius: 50%;
    z-index: 1;
}

.delivery-form-option-bot .delivery-form-option-bot-item:not(:last-of-type) {
    margin-bottom: 2px;
}

.delivery-form-options .row {
    row-gap: 25px;
}

.delivery-form-options-text {
    margin-top: 25px;
    max-width: 856px;
    width: 100%;
}

.delivery-form-options-text p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.delivery-form {
    margin-bottom: 50px;
}

.custom-weight-submit {
    margin-left: 20px;
}

.login-register-banner,
.register-delivery-banner {
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(207, 202, 196, 0.3);
    margin-bottom: 25px;
}

.register-delivery-banner {
    margin-bottom: 60px;
}

.login-register-banner h4,
.register-delivery-banner h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 15px;
}

.login-register-banner p,
.register-delivery-banner p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
}

.login-register-banner a,
.modal-calc-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 240px;
    width: 100%;
    position: relative;

    background-color: var(--red);
    padding: 5px;
    height: 48px;
    border-radius: 8px;
}

.login-register-banner a p,
.modal-calc-btn p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.login-register-banner a span,
.modal-calc-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--white);
    margin-left: auto;
}

.login-register-banner a:hover,
.register-delivery-banner a:hover,
.delivery-form-place-clear:hover,
.modal-calc-clear:hover,
.delivery-map-item:hover {
    text-decoration: none;
}

.register-delivery-banner a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--red);
    background-color: var(--white);
    border-radius: 8px;

    max-width: 240px;
    width: 100%;
    padding: 5px;
}

.register-delivery-banner a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--red);
    margin-left: auto;
}

.register-delivery-banner a p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--black);
    margin-bottom: 0;
}

.find-office-banner {
    padding: 0 25px;
    margin-bottom: 60px;
}

.find-office-banner-wrapper {
    padding: 40px 15px 15px 15px;
    background-color: var(--dpd-black);
    border-radius: 8px;
    gap: 120px;
    row-gap: 30px;
}

.find-office-banner-wrapper-left {
    max-width: 306px;
    width: 100%;
}

.find-office-banner-wrapper-left h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 5px;
}

.find-office-banner-wrapper-left h6 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 0;
}

.find-office-banner-wrapper-right {
    max-width: 746px;
    width: 100%;
}

.find-office-banner-wrapper-right p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    margin: 0;
    color: var(--white);
}

.delivery-info-item {
    background-color: rgba(245, 245, 246, 1);
    border-radius: 8px;
    border: 1px solid var(--mid-grey);
    padding: 15px;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.delivery-info-item h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    /* text-align: justify; */
    color: var(--black);
    margin-bottom: 15px;
}

.delivery-info-item a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.delivery-info-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 24px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-color: var(--red);
    border-radius: 4px;
}

.delivery-info-modal-btns .row {
    row-gap: 25px;
}

.delivery-info-modal-btns {
    margin-bottom: 90px;
    padding: 0 25px;
}

.delivery-form-size-input {
    margin-top: 25px;
}

.delivery-form-size-input p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: var(--black);
    margin-bottom: 5px;
}

.delivery-form-size-input label p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: var(--black);
    margin-bottom: 5px;
}

.delivery-form-size-input input {
    width: 160px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid var(--red);
    border-radius: 8px;

    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}

.delivery-form-number-choose p {
    margin-bottom: 15px;

    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: var(--black);
}

.delivery-form-number-choose label {
    max-width: 124px;
    width: 100%;
    height: 50px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
}

.delivery-form-number-choose label input {
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 34px;

    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    color: var(--black);
}

.delivery-form-number-choose {
    margin-bottom: 50px;
}

.delivery-form-place-outer h5 {
    margin-bottom: 35px;
}

.delivery-form-place-outer {
    margin-bottom: 50px;
}

.delivery-form-place {
    margin-bottom: 15px;
}

.delivery-form-place-wrapper {
    gap: 25px;
}

.delivery-form-place-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--red);
    border-radius: 4px;
    margin-right: 35px;
}
.delivery-form-place-submit1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--red);
    border-radius: 4px;
    margin-right: 35px;
}
.delivery-form-tyre-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--red);
    border-radius: 4px;
    margin-right: 35px;
}
.delivery-form-pallets-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--red);
    border-radius: 4px;
    margin-right: 35px;
}
.delivery-form-place-clear,
.modal-calc-clear {
    gap: 8px;

    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--black);
}

.delivery-form-place-clear span,
.modal-calc-clear span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.delivery-form-place input {
    width: 196px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
    height: 48px;
    padding: 0 5px;
    text-align: center;

    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    color: var(--black);
}

.delivery-form-place-outer p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    color: var(--black);
    margin: 0;
}

.delivery-form-number-choose div p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: var(--red);
    margin-bottom: 8px;
}

.modal-cols .modal-dialog,
.modal-calc .modal-dialog {
    margin-top: 0 !important;
}

.modal-calc .modal-body {
    height: auto !important;
    min-height: auto !important;
}

.modal-cols h1,
.modal-calc h1 {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: var(--black);
}

.modal-cols .btn-close,
.modal-calc .btn-close {
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}

.modal-cols .modal-dialog,
.modal-calc .modal-dialog {
    max-width: 1344px !important;
}

.modal-cols .modal-body {
    padding-left: 130px !important;
}

.modal-body-item {
    gap: 110px;
    row-gap: 40px;
    margin-bottom: 50px;
}

.modal-body-item-text h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 25px;
}

.modal-body-item-text p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    margin-bottom: 80px;
    position: relative;
}

.modal-body-item-text .number {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 72px;
    vertical-align: middle;
    color: #ddb7bd;

    position: absolute;
    bottom: -20px;
    left: -30px;
    z-index: -1;
}

.modal-body-item-text .icon {
    position: absolute;
    left: -30px;
    top: -20px;
}

.modal-body-item-text {
    max-width: 767px;
    width: 100%;
}

.modal-body-item-img {
    max-width: 306px;
    width: 100%;
    overflow: hidden;
    height: fit-content;
    border-radius: 8px;
}

.modal-body-item-img img {
    border-radius: 8px;
}

.modal-body-item-text {
    margin-bottom: 50px;
}

.modal-calc-wrapper {
    max-width: 1076px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    gap: 40px;

    padding: 80px 40px;
    background-color: var(--white);
    border: 1px solid var(--red);
    border-radius: 8px;
}

.modal-calc-left {
    max-width: 474px;
    width: 100%;
}

.modal-calc-right {
    max-width: 417px;
    width: 100%;
}

.modal-calc-right h2 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    margin-bottom: 30px;
    color: var(--black);

}

.modal-calc-right input {
    width: 100%;
    height: 48px;
    border: 1px solid var(--mid-grey);
    padding: 0 8px;

    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    color: var(--black);
    border-radius: 8px;
    margin-bottom: 16px;

}

.modal-calc .modal-footer h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: var(--black);
}

.modal-calc .modal-footer p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    margin: 0;

    color: var(--black);
    text-align: left;
}

.modal-calc .modal-footer p.error {
    color: var(--red);
}

.modal-calc .modal-footer p a {
    color: var(--red);
    text-decoration: underline;
}

.modal-footer-wrapper {
    margin: 0 auto;
    max-width: 1076px;
    width: 100%;
}

.modal-footer-wrapper-inner {
    max-width: 520px;
    width: 100%;
}

.hero-country .promo-item {
    max-width: 416px;
    width: 100%;
    height: fit-content !important;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, -70%);
}

.hero-country .promo-item-body {
    padding-bottom: 15px;
}

.hero-country .promo-item p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.hero-country .promo-item p+p {
    font-size: 12px;
    margin-bottom: 0;
}

.delivery-map {
    gap: 10px;
    margin-bottom: 60px;
}

.delivery-map h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 20px;

}

.delivery-map-item {
    display: block;
    padding: 8px;
    background-color: rgba(202, 196, 190, 0.3);
    border-radius: 8px;
    margin-bottom: 15px;
}

.delivery-map-item.active {
    background-color: var(--white);
    border: 1px solid var(--red);
}

.delivery-map-item p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    margin-bottom: 0;
}

.delivery-map-item p:not(:last-of-type) {
    margin-bottom: 5px;
}

.delivery-map-left-items-wrapper {
    padding-right: 10px;
    overflow: auto;
    max-height: 600px;
}

.delivery-map-left-items-wrapper::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.delivery-map-left-items-wrapper::-webkit-scrollbar-track {
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(220, 0, 50, 1);
    border-radius: 8px;
}

.delivery-map-left {
    max-width: 539px;
    width: 100%;
}

.delivery-map-right {
    max-width: 970px;
    width: 100%;
}

.delivery-map-right .map {
    width: 100%;
    height: 100%;
}

.calc-popup {
    position: absolute;
    max-width: 520px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background-color: rgba(202, 196, 190, 0.3);
    border-radius: 24px;
    z-index: 10000;
    padding: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.calc-popup p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.calc-popup p::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--black);
    margin-right: 10px;
    vertical-align: middle;
}

.delivery-form-option-icon {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.delivery-form-option-bot-item h5,
.delivery-form-option-bot-item p {
    padding: 0 50px;
}

/* MOBILE */

@media only screen and (max-width: 992px) {

    .calc-popup {
        position: static;
        transform: translateX(0);
    }

    .delivery-form-container-outer .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .delivery-form-item label p:last-of-type {
        padding: 10px 8px;
    }

    .delivery-info-modal-btns {
        padding: 0;
    }

    .modal-calc-wrapper {
        padding: 20px;
    }

    .modal-body-item-text {
        margin-bottom: 0;
    }

    .modal-body-item-text p {
        margin-bottom: 60px;
    }

    .delivery-from-bot {
        padding: 12px;
    }

    .delivery-map {
        padding: 0 7.5px;
    }

    .find-office-banner {
        padding: 0;
    }

    .hero-search {
        height: 600px;
    }

    .hero-search-wrapper {
        padding-top: 40px;
    }

    .promo-section {
        padding: 40px 7.5px;
        margin-bottom: 60px;
    }

    .promo-section .row {
        gap: 25px;
    }

    .modal-cols .modal-body {
        padding-left: 15px !important;
    }

    .modal-body-item-text .number {
        top: 0;
        left: 0;
        bottom: unset;
    }

    .modal-body-item-text .icon {
        left: 0;
    }

    .delivery-form-container-outer p,
    .delivery-form-container-outer h1,
    .delivery-form-container-outer h2,
    .delivery-form-container-outer h3,
    .delivery-form-container-outer h4,
    .delivery-form-container-outer h5,
    .delivery-form-container-outer h6 {
        text-align: unset !important;
    }

    .delivery-form-option-item h4,
    .delivery-form-option-item h5,
    .delivery-form-option-item p {
        text-align: center !important;
    }
}

@media only screen and (max-width: 768px) {
    .delivery-form-place input {
        width: 100%;
    }
    .delivery-form-item label{
        width: 160px;
    }
    .delivery-form-place-wrapper .delivery-form-place-submit {
        order: 4;
        margin-right: 0;
        margin-left: auto;
    }.delivery-form-place-wrapper .delivery-form-tyre-submit {
        order: 4;
        margin-right: 0;
        margin-left: auto;
    }
    .delivery-form-place-wrapper .delivery-form-pallets-submit {
        order: 4;
        margin-right: 0;
        margin-left: auto;
    }
    .delivery-form-size-pallet-wrapper .delivery-form-item,
    .delivery-form-size-pallet-wrapper .delivery-form-item label {
        width: 100%;
        text-align: center;
    }
    p{
        font-size: 12px !important;
    }
    h1{
        font-size: 26px !important;
    }
    .promo-item-heading{
        font-size: 20px !important;
    }
    h4{
        font-size: 18px !important; 
    }
    h5{
        font-size: 18px !important; 
    }
    h2{
        font-size: 22px !important; 
    }
    #title_type_1{
        font-size: 18px !important; 
    }
    #accordeon{
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 576px) {}


.accordionItem .head {
    position: relative;
    padding: 7px 10px 7px 0px;
    font-weight: bold;
    background: unset;
    font-size: 20px;
    line-height: 30px;
    color: black;
    border-bottom: 1px solid black;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;

}

.accordionItem .head:before,
.accordionItem .head:after {
    content: '';
    position: absolute;
    background: #000;
}

.accordionItem .head:before {
    left: unset;
    right: 0;
}

.accordionItem .head:after {
    left: unset;
    right: 8px;
}

.main-con {
    background: #F5F5F6;

}

#sb-site {
    min-height: unset !important;
}

.calc-popup {
    display: none;
}

.modal-footer-wrapper:has(svg:hover) .calc-popup {
    display: block;
}

#footer {
    background: #fff;
}

.modal.fade .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

#footer .wrapper {
    border-top: 0px solid #444;

}

#footer .footerTop .wrapper {
    border-top: 0px solid #444;
    border-bottom: 1px solid #444 !important;
}

.accordionItem .head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 12px;
    transform: translateY(-50%);
    background: center / contain no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 12'><path d='M5.30775 11.8077L0 6.5L0.70775 5.79225L4.80775 9.89225V0H5.80775V9.89225L9.90775 5.79225L10.6155 6.5L5.30775 11.8077Z' fill='currentColor'/></svg>");
    color: #1C1B1F;
    /* icon color; change as needed */
}

.accordionItem.selected .head::before {
    transform: translateY(-50%) rotate(180deg);
}

.accordionItem .head::after {
    display: none;
}

.contacticon {
    float: right;
    /* margin: 30px 50px; */

    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.backToTop{
    display: none !important;
}
#siteName::placeholder {
    font-size: 14px; /* adjust as needed */
  }

  .modal.fade .modal-dialog {
    width: 100%;
}

.modal{
    z-index: 1050 !important;
}

.container {
    min-height: unset;
}

.delivery-form-place select {
    width: 196px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
    height: 48px;
    padding: 0 5px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    color: var(--black);
}

.delivery-form-tyre select {
    width: 196px;
    border: 1px solid var(--mid-grey);
    border-radius: 8px;
    height: 48px;
    padding: 0 5px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    color: var(--black);
}

.promohidden { display: none !important; }

footer{
    z-index: unset !important;
}

.cbtn {
    display: flex;
    align-items: center;
}
.cbtn p {
    float: none;
    order: 1;
    margin: 0;
}
.cbtn span {
    order: 2;
    margin-left: 8px;
}
.cbtn:hover span {
    order: 0;
    margin-left: 0;
    margin-right: 8px;
}

.cbtno {
    display: flex;
    align-items: center;
}
.cbtno p {
    float: none;
    order: 1;
    margin: 0;
}
.cbtno:hover span {
    order: 2;
    margin-left: 8px;
}
.cbtno span {
    order: 0;
    margin-left: 0;
    margin-right: 8px;
}

.promo-item:hover .promo-item-heading{
    background-color: #414042;
}
.promo-item:hover{
    
    border: 1px solid  #414042;
}



.hero-search-form label {
    width: 100%;
    border: unset;
    border-radius: 8px;
}

/* Use :has() to style label when input inside is focused */
.hero-search-form label:has(#siteName:focus) {
    border: 1px solid var(--red) !important;
}

/* Or if you want to target when countryId is focused */
.hero-search-form label:has(#countryId:focus) {
    border: 1px solid var(--red) !important;
}

/* Or to target both inputs */
.hero-search-form label:has(input:focus) {
    border: 1px solid var(--red) !important;
}