.p-checkout {
    padding: 120px 0 80px;
}

.p-checkout .p-button {
    margin-left: auto;
}

@media screen and (max-width: 600px) {
    .p-checkout .p-button {
        width: 100%;
    }
}

.p-checkout-title {
    margin-bottom: 40px;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

@media screen and (max-width: 998px) {
    .p-checkout-title {
        flex-flow: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .p-checkout-title {
        font-size: 3.2rem;
    }
}

.p-checkout-title span {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration: none;
}

.p-checkout-title span a {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    transition: all 0.3s ease;
    text-decoration: none;
}

.p-checkout-title span a:hover {
    transition: all 0.3s ease;
    opacity: 0.6;
}

.p-form-wrapper {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 998px) {
    .p-form-wrapper {
        flex-flow: column;
        gap: 44px;
    }
}

.p-checkout-information {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.p-checkout-information .title {
    margin-bottom: 24px;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .p-checkout-information .title {
        font-size: 24px;
    }
}

.p-checkout-information .information-box {
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
}

.p-checkout-information .information-box-section {
    padding: 24px;
    border-radius: 8px;
    border: 0.5px solid #B2B2B8;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 26px;
    background: white;
}

@media screen and (max-width: 768px) {
    .p-checkout-information .information-box-section {
        padding: 16px;
    }
}

.p-checkout-information .information-box-section .p-checkbox {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide {
    max-width: 48.5%;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 998px) {
    .p-checkout-information .information-box-section p.form-row.form-row-wide {
        max-width: 100%;
    }
}

.p-checkout-information .information-box-section #billing_delivery_contact_number_field {
    max-width: 100%;
}

.p-checkout-information .information-box-section #billing_message_field {
    max-width: 100%;
}

.p-checkout-information .information-box-section #billing_message_field textarea {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #B2B2B8;
    background: #FFF;
    width: 100%;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    resize: none;
    height: 84px;
}

.p-checkout-information .information-box-section #billing_message_field textarea::placeholder {
    color: #C6C8CC;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-checkout-information .information-box-section #billing_message_field textarea:focus {
    outline: none;
    border: 1px solid #05152D;
    transition: all 0.3s ease;
}

.p-checkout-information .select2-selection__rendered {
    padding: 12px 16px !important;
    border-radius: 8px;
    border: 1px solid #B2B2B8;
    background: #FFF;
    height: fit-content;
    height: 47px;
    color: #05152D !important;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal !important;
}

.p-checkout-information .select2-selection.select2-selection--single {
    border: none;
    height: 47px;
    position: relative;
}

.p-checkout-information .select2-container {
    height: 47px;
}

.p-checkout-information .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translatey(-50%);
    right: 14px;
}

.p-checkout-information .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: url('http://p2m.eu-adm-devs.com/wp-content/uploads/2024/04/chevron-down.svg');
    height: 24px;
    width: 24px;
}

.select2-dropdown.select2-dropdown--above {
    border-radius: 8px;
    border: 1px solid #B2B2B8;
}

.select2-dropdown.select2-dropdown--above .select2-search__field {
    border-radius: 4px;
    border: 1px solid #B2B2B8;
}

.select2-results__option.select2-results__option--highlighted {
    background: linear-gradient(202deg, #FFF 18.34%, #FAFAFA 48.32%, #F9F9F9 72.42%, #F5F5F7 98.23%) !important;
    color: #05152D !important;
}

.select2-results__option {
    font-size: 16px;
}

.p-checkout-information .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide label {
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #B2B2B8;
    background: #FFF;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    height: 47px;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide input::placeholder {
    color: #C6C8CC;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide input:focus {
    outline: none;
    border: 1px solid #05152D;
    transition: all 0.3s ease;
}

.p-checkout-information .information-box-section .p-account {
    margin-top: 24px;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-checkout-information .information-box-section .p-account a {
    font-weight: 600;
}

.p-checkout-information .information-box.inactive h2 {
    color: #ABABAC;
}

.p-checkout-information .information-box.done .information-box-wrapper {
    max-height: 0;
    transition: max-height 400ms ease-in-out;
    overflow: hidden;
}

.p-checkout-information .information-box.inactive .information-box-wrapper {
    max-height: 0;
    transition: max-height 400ms ease-in-out;
    overflow: hidden;
}

.p-checkout-information .information-box .information-box-wrapper {
    max-height: 2000px;
}

.p-checkout-summary {
    max-width: 461px;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px;
}

@media screen and (max-width: 998px) {
    .p-checkout-summary {
        max-width: 100%;
    }
}

.p-checkout-summary .title {
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .p-checkout-summary .title {
        font-size: 24px;
    }
}

.p-checkout-summary .summary-box {
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    border: 0.5px solid #B2B2B8;
    background: #FFF;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-checkout-summary .summary-box {
        padding: 16px;
    }
}

.p-checkout-summary .summary-box-products {
    display: flex;
    flex-flow: column;
    gap: 24px;
    margin-bottom: 112px;
}

.p-checkout-summary .summary-box-products .product {
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 600px) {
    .p-checkout-summary .summary-box-products .product {
        flex-flow: column;
    }
}

.p-checkout-summary .summary-box-products .product-img {
    max-width: 138px;
    width: 100%;
    height: 121px;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .p-checkout-summary .summary-box-products .product-img {
        width: 100%;
        height: 220px;
    }
}

.p-checkout-summary .summary-box-products .product-info-box {
    display: flex;
    gap: 34px;
    align-items: center;
    flex: 1;
}

.p-checkout-summary .summary-box-products .product-info {
    flex: 1;
}

.p-checkout-summary .summary-box-products .product-info h3 {
    margin-bottom: 8px;
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.p-checkout-summary .summary-box-products .product-info p {
    color: #39424E;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.p-checkout-summary .summary-box-products .product-info p button {
    border: none;
    background: transparent;
    color: #39424E;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    text-decoration: underline;
    transition: all 0.3s ease;
    padding: 0;
}

.p-checkout-summary .summary-box-products .product-info p button:hover {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.p-checkout-summary .summary-box-products .product-info p .product-quantity {
    font-weight: 300 !important;
}

.p-checkout-summary .summary-box-products .product-info span {
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.p-checkout-summary .summary-box-products .product-change {
    all: unset;
    cursor: pointer;
    min-width: 24px;
    transition: all 0.3s ease;
}

.p-checkout-summary .summary-box-products .product-change:hover {
    opacity: 0.5;
}

.p-checkout-summary .summary-box-total .table-box {
    padding-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 24px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.p-checkout-summary .summary-box-total .table-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.p-checkout-summary .summary-box-total .table-box-item span {
    color: #39424E;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-checkout-summary .summary-box-total .table-box-item.shipping span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.p-checkout-summary .summary-box-total .table-box-item.shipping span #shipping_method li {
    margin: 0;
}

.p-checkout-summary .summary-box-total .table-box-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.p-checkout-summary .summary-box-total .table-box-total span {
    color: #05152D;
    text-align: right;
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.p-form {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.p-form .p-form-section {
    display: flex;
    gap: 30px;
}

.p-form .p-form-section .p-input-box {
    display: flex;
    flex-flow: column;
    gap: 12px;
    flex: 1;
}

.p-button {
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    border-radius: 120px;
}

@media screen and (max-width: 600px) {
    .p-button {
        padding: 14px;
        width: 100%;
    }
}

.p-button[disabled] {
    opacity: 0.2;
    pointer-events: none;
}

.p-button-dark {
    border: 1px solid #05152D;
    background: #05152D;
    color: #fff;
}

.p-button-dark:hover {
    border: 1px solid #05152d;
    background: #fff;
    color: #05152D;
}

.p-button-border {
    border: 1px solid #05152d;
    background: transparent;
}

.p-button-border:hover {
    background: #05152D;
    border: 1px solid #05152d;
    color: #fff;
}

#delivery_details {
    padding-bottom: 0;
    border-bottom: none;
}

.p-checkbox {
    padding-bottom: 24px;
}

.p-checkbox .p-checkbox-label {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    color: #05152D;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.p-checkbox-label input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.p-checkbox-label .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.2s ease;
}

.p-checkbox-label:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

.p-checkbox-label input:checked ~ .checkmark {
    background: #3f7fed;
    outline: 1px solid rgb(95, 126, 240);
}

.p-checkbox-label .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.p-checkbox-label input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.p-checkbox input {
    width: 20px;
    height: 20px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table .product-name .variation dd {
    display: none;
}

.woocommerce table.shop_table .product-name .variation dt {
    display: none;
}

.woocommerce table.shop_table .product-name .tc-value.variation-DesignLogotype {
    display: block;
}

.woocommerce table.shop_table .product-name .tc-name.variation-DesignLogotype {
    display: block;
}

.p-checkout-page .brands {
    background: #fff;
}

.summary-box.payment h4 {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 4px;
    margin-bottom: 16px;
}

.summary-box.payment p {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.information-box .title-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.information-box .title-wrapper .title-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.information-box .title-wrapper .title-box h2 {
    margin-bottom: 0;
}

.information-box .title-wrapper .title-box span {
    color: #05152D;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
}

@media screen and (max-width: 768px) {
    .information-box .title-wrapper .title-box span {
        font-size: 24px;
    }
}


.information-box .title-wrapper .change-icon {
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
    min-width: 24px;
}

.information-box .title-wrapper .change-icon:hover {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.information-box.done .title-wrapper .change-icon {
    display: flex;
}

.information-box .title-wrapper .title-box .icon {
    display: none;
}

.information-box.done .title-wrapper .title-box .icon {
    display: flex;
}

.information-box.done .title-wrapper .title-box .number {
    display: none;
}

.summary-box-products .tm-cart-edit-options {
    display: none;
}

#order_review .summary-box-total {
    display: none !important;
}

#order_review .summary-box-total:nth-child(3) {
    display: block !important;
}

body.active {
    overflow: hidden;
}

.p-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    display: flex;
    opacity: 0;
    visibility: hidden;
    padding: 24px;
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    .p-modal {
        padding: 32px 16px;
    }
}

.p-modal.active {
    opacity: 1;
    visibility: visible;
}

.p-modal.active .p-modal-wrapper {
    transition: all 0.5s ease;
    transform: translatey(0);
}

.p-modal .p-modal-wrapper {
    border-radius: 16px;
    background: #FFF;
    margin: auto;
    max-width: 624px;
    width: 100%;
    min-height: 400px;
    height: fit-content;
    padding: 32px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 40px;
    transition: all 0.5s ease;
    transform: translatey(-1000%);
}

@media screen and (max-width: 768px) {
    .p-modal .p-modal-wrapper {
        padding: 24px;
    }
}

.p-modal .p-modal-wrapper .p-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.p-modal .p-modal-wrapper .p-modal-header .title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #05152D;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.p-modal .p-modal-wrapper .p-modal-header .modal-close {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.p-modal .p-modal-wrapper .p-modal-header .modal-close:hover {
    transition: all 0.3s ease;
    transform: translatey(-2px);
}

.p-modal .p-modal-wrapper .p-modal-body {
    flex: 1;
}

.p-modal .p-modal-wrapper .p-modal-body span {
    font-weight: 800;
}

.p-modal .p-modal-wrapper .p-modal-body .product-title {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
}

@media screen and (max-width: 768px) {
    .p-modal .p-modal-wrapper .p-modal-body .product-title {
        font-size: 3.2rem;
    }
}

.p-modal .p-modal-wrapper .p-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 768px) {
    .p-modal .p-modal-wrapper .p-modal-footer {
        flex-flow: column;
    }
}

.p-modal .p-modal-wrapper .p-modal-footer .total-sum {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.p-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 57, 68, 0.60);
    backdrop-filter: blur(2px);
    z-index: 998;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.p-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.p-modal-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -46px;
    margin-top: 40px;
    row-gap: 40px;
}

.p-modal-form-section {
    max-width: calc(100% / 2 - 92px);
    width: 100%;
    margin: 0 46px;
}

.p-modal-form-section.p-modal-form-section--select {
    order: 1;
}

.field-info-modal {
    background-color: rgba(60, 57, 68, 0.60);
}

.p-modal-form-section.p-modal-form-section--select h3 {
    margin-bottom: 0;
}

.p-modal-form-section.p-modal-form-section--select h3,
.p-modal-form-section.p-modal-form-section--upload h3 {
    display: flex;
    position: relative;
}

.p-modal-form-section.p-modal-form-section--select h3 button,
.p-modal-form-section.p-modal-form-section--upload h3 button {
    margin-left: 2px;
}

.p-modal-form-section.p-modal-form-section--select .range-slider-wrapper {
    margin-bottom: 20px;
}

.p-modal-form-section.p-modal-form-section--select select {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-modal-form {
        margin: 0;
        margin-top: 40px;
        row-gap: 40px;
    }

    .p-modal-form-section {
        max-width: 100%;
        margin: 0;
    }
}

.p-modal-form-section.w-100 {
    max-width: 100%;
}

.p-modal-form-section h3 {
    color: #05152D;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.p-modal-form-section .choice-list {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.p-modal-form-section .choice-list label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #B2B2B8;
    background: #FFF;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.p-modal-form-section .choice-list:not(.product-radio-color) label {
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: 100%;
    min-height: 42px;
    padding: 4px;
}

.p-modal-form-section .choice-list:not(.product-radio-color) label.only {
    max-width: 100%;
    flex: 0 0 100%;
}

.p-modal-form-section .choice-list.product-radio-color label span {
    display: none;
}

.p-modal-form-section .choice-list label.active {
    border: 1px solid #B2B2B8;
    background: #6F757F;
}

.p-modal-form-section .choice-list label.active span {
    color: #fff;
}

.p-modal-form-section .choice-list label:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
    background: #6F757F;
}

.p-modal-form-section .choice-list label:hover span {
    color: #fff;
    transition: all 0.3s ease;
}

.p-modal-form-section .choice-list label span {
    color: #39424E;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
}

.p-modal-form-section .choice-list input {
    display: none;
}

.p-modal-form-section .choice-list.product-radio-color label,
.p-modal-form-section .choice-list.product-radio-color label:hover {
    background-color: var(--bg-color, #fff);
    background-image: var(--bg-img, none);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-modal-form-section .choice-list.product-radio-color label {
    max-width: 42px;
    min-width: 42px;
    height: 42px;
    border: 1px solid #CECECE;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10) inset;
    border-radius: 100%;
}

.p-modal-form-section .choice-list.product-radio-color.inner label:hover {
    border: 1px solid #6F757F;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}

.p-modal-form-section .choice-list.product-radio-color.outside label:hover {
    border: 1px solid #6F757F;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}

.p-modal-form-section .choice-list.product-radio-color label.active {
    border: 2px solid #6F757F;
}

.p-modal-form-section .choice-list.product-radio-color label.active span {
    color: #fff;
}

.p-modal-form-section--upload h3 {
    display: flex;
    align-items: center;
    gap: 3px;
}

.upload-wrapper {
    width: 100%;
}

.upload-wrapper .error-msg {
    font-size: 12px;
    font-weight: 400 !important;
    color: #f35540;
    margin-top: 8px !important;
}

.upload-wrapper .upload-label {
    width: 100%;
    height: 4.2rem;
    border-radius: .8rem;
    border: .05rem solid #d9d9d9;
    cursor: pointer;
    padding: .9rem 1.6rem !important;
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #39424e;
    position: relative;
    display: flex !important;
    align-items: center;
}

.upload-wrapper .upload-label:before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/gallery-add.svg);
    z-index: 10;
}

.upload-wrapper .upload-input {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-wrapper .upload-file-text {
    position: absolute;
    font-weight: 400 !important;
    font-size: 1.6rem;
    left: 5.5rem;
    text-decoration: underline;
    color: #39424e;
    width: calc(100% - 5.5rem);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.range-slider-wrapper {
    position: relative;
    width: 100%;
    float: left;
    list-style: none outside none !important;
    margin-top: 36px;
}

.range-slider-wrapper .range-slider_number {
    all: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    position: relative;
    z-index: 4;
    width: 5.4rem;
    text-align: center;
}

.range-slider-wrapper .range-slider_thumb {
    height: 5.4rem;
    width: 5.4rem;
    border: .1rem solid #b2b2b8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    z-index: 2;
}

.range-slider-wrapper .range-slider_line {
    height: 1px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #B2B2B8;
}

.range-slider-wrapper .range-slider_input,
.range-slider_input-single {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    opacity: 0;
    margin: 0 !important;
}

.range-slider_input-single {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.range-slider-wrapper .range-slider_input::-webkit-slider-thumb,
input[type='range'].range-slider_input-single::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5.4rem;
    height: 5.4rem;
    cursor: pointer;
    margin-top: -2.2rem;
}

.range-slider-wrapper .range-slider_input::-moz-range-thumb,
input[type='range'].range-slider_input-single::-moz-range-thumb {
    width: 5.4rem;
    height: 5.4rem;
    cursor: pointer;
    margin-top: -2.2rem;
}

.range-slider .range-slider__steps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.range-slider .range-slider__step {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 9px;
    background: #B2B2B8;
    transform: translate(-50%, -50%);
}

.range-slider .range-slider__step-label {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 1.16;
    font-weight: 400 !important;
    color: #05152d;
}

.range-slider .range-slider__step-value {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1.15;
    font-weight: 400 !important;
    color: #82868c;
}

.range-slider .range-slider__step-value.first {
    left: 0;
    transform: none;
}

#changeOrderModal label span {
    font-weight: 400 !important;
}

.woocommerce-checkout-payment {
    display: none;
}

.p-checkout .woocommerce-form-login-toggle {
    display: none;
}