.woocommerce-form-coupon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.woocommerce-form-coupon .form-row-first {
    display: flex;
    flex-direction: column;
    max-width: 384px;
    width: 100%;
}
.woocommerce-form-coupon .form-row-first .input-text {
    border: 1px solid #f3f3f3;
    border-radius: 9px;
    padding: 10px 20px;
}
.woocommerce-form-coupon .form-row-first .coupon-error-notice {
    margin-top: 20px;
    color: #f48b23;
}
.woocommerce-form-coupon .form-row-last button {
    border: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 9px;
    transition: all 0.2s linear;
}
.woocommerce-form-coupon .form-row-last button:hover {
    background-color: #f48b23;
}
.woocommerce-message {
    border-top-color: transparent;
    background-color: #f48b23;
    border-radius: 12px;
    color: #fff;
}
.woocommerce-message:before {
    color: #fff;
}
.woocommerce-info {
    border-top: none;
    background-color: #f48b23;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: #fff;
}
.woocommerce-info:before {
    color: #fff;
}
.woocommerce-info a {
    color: #fff;
    font-family: inherit;
    margin-left: auto;
    transition: all 0.2s linear;
}
.woocommerce-info a:hover {
    color: #ffc107;
}
.woocommerce-form-coupon {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px 2em;
}

.checkout-page [data-page=checkout] {
    padding: 30px 0;
}

.checkout-page [data-shortcode="checkout"] {
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.checkout-page [data-shortcode="checkout"] h3 {
    font-family: inherit;
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 37px;
    position: relative;
}
.checkout-page [data-shortcode="checkout"] h3:before {
    content: "";
    width: 22px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #f48b23;
    border-radius: 50px;
    transform: translateY(-50%);
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content {
    padding: 0 0 24px;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    margin-bottom: 1px;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content table .product-price-title-mobile {
    display: none;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table {
    border: 1px solid #f3f3f3;
    width: 100%;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table thead tr {
    padding: 5px 35px;
    border-bottom: 1px solid #f3f3f3;
    display: grid;
    grid-template-columns: 80px 2fr 1fr 1fr 1fr 24px;
    align-items: center;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table thead tr th {
    text-align: center;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item {
    padding: 5px 35px;
    border-bottom: 1px solid #f3f3f3;
    display: grid;
    grid-template-columns: 80px 2fr 1fr 1fr 1fr 24px;
    align-items: center;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item:last-child {
    border-bottom: none;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item td:not(.product-name) {
    text-align: center;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-thumbnail a {
    text-align: center;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-thumbnail a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-name a {
    color: #000;
    font-family: inharit;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-name a:hover {
    color: #f48b23;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    display: flex;
    max-width: 124px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity button {
    border: none;
    outline: none;
    padding: 5px 16px;
    background-color: transparent;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity button:hover {
    background-color: #f48b23;
    color: #fff;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity .qty {
    text-align: center;
    border: none;
    font-family: inharit;
    font-size: 16px;
    width: 100%;
    -moz-appearance: textfield;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody .cart_item .product-quantity .quantity .qty:focus-visible {
    border: none;
    outline: none;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tbody tr:not(.cart_item) {
    display: none;
}
.checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table tr .product-remove {
    order: 6;
}
.checkout-page [data-shortcode="checkout"] .checkout {
    gap: 1px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.checkout-page [data-shortcode="checkout"] .checkout .woocommerce-NoticeGroup {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}


.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .form-row {
    margin-bottom: 16px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .billing-wrapper {
    padding: 0;
    background-color: #fff;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .billing-wrapper label {
    font-family: inharit;
    font-size: 18px;
    margin-bottom: 8px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .billing-wrapper label .requi#f48b23 {
    text-decoration: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .billing-wrapper input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ececec;
    border-radius: 9px;
    transition: all 0.1s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .billing-wrapper input:focus-visible {
    outline: 0;
    border: 1px solid #000;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper {
    padding: 0;
    background-color: #fff;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .input-text {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ececec;
    border-radius: 9px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__value {
    border-radius: 12px;
    padding: 12px 28px 12px 12px !important;
    border: 1px solid #f3f3f3;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__dropdown {
    border-radius: 0 0 12px 12px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options {
    border-radius: 0 0 12px 12px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options::-webkit-scrollbar {
    width: 6px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options::-webkit-scrollbar-track {
    background-color: #fff;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #f48b23;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .wcus-checkout-fields .form-row .zen-ui-select:has(.disabled) .zen-ui-select__value {
    border-radius: 12px 12px 0 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
    margin-bottom: 16px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    border: 1px solid #eee;
    resize: none;
    padding: 12px 16px;
    transition: all 0.1s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus {
    outline: none;
    border: 1px solid #000;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper .shipping-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
    font-family: inharit;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper {
    padding: 35px 0 35px 40px;
    background-color: #fff;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .checkout-coupon-wrapper .woocommerce-form-coupon-toggle {
    display: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td:first-child {
    padding-right: 8px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td:last-child {
    padding-left: 8px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th {
    padding-right: 8px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
    margin-bottom: 8px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr {
    position: relative;
    line-height: 1.2;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td {
    background-color: #fff;
    padding-left: 0;
    z-index: 1;
    position: relative;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr:last-child {
    margin-bottom: 30px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
    position: relative;
    line-height: 1.2;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td, .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
    background-color: #fff;
    padding-left: 6px;
    z-index: 1;
    position: relative;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td ul {
    padding-left: 0;
    margin-bottom: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td ul li {
    list-style-type: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td .woocommerce-remove-coupon {
    color: #f48b23;
    font-size: 14px;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td .woocommerce-remove-coupon:hover {
    color: #ffc107;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
    padding-left: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 10px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals:after {
    display: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
    padding-left: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul {
        gap: 6px;
        flex-direction: column;
    }
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input:checked + label::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #f48b23;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label {
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 16px;
    color: #566177;
    cursor: pointer;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #f48b23;
    flex-shrink: 0;
    flex-grow: 0;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label span {
    font-size: 16px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label a {
    font-size: 16px;
    color: #f48b23;
    text-decoration: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label a:hover {
    color: #b2bdd3;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total:after {
    display: none;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 28px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 28px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment {
    padding: 35px 0;
    background: #fff;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method {
    display: flex;
    align-items: center;
    position: relative;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method label {
    font-family: inharit;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000;
    transform: translate(0, -50%);
    transition: background-color 0.3s, opacity 0.3s;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method label:hover {
    border-color: #777;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method input {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::after {
    background-color: #f48b23;
    opacity: 1;
    border: 1px solid #f48b23;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .payment_methods .wc_payment_method .payment_box {
    display: none !important;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order {
    display: flex;
    flex-direction: column-reverse;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 12px;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
    color: #000;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #f48b23;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order button {
    width: 100%;
    border: none;
    outline: none;
    background-color: #f48b23;
    transition: all 0.2s linear;
    color: #fff;
    font-family: inherit;
    border-radius: 50px;
    padding: 13px 20px;
    line-height: 1.2;
    transition: all 0.2s linear;
}
.checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment .place-order button:hover {
    background-color: #000;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ececec;
    border-radius: 9px;
    transition: all 0.1s linear;
}


.mrkv_ua_shipping_nova-poshta-fields .form-row:not(.validate-required) {
    display: none;
}
.mrkv_ua_shipping_nova-poshta-fields .woocommerce-input-wrapper .select2 .select2-selection {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ececec;
    border-radius: 9px;
    height: 46px;
    background-color: #F9F9F9;
    transition: all 0.1s linear;
}

.mrkv_ua_shipping_nova-poshta-fields .woocommerce-input-wrapper .select2 .select2-selection__arrow {
    height: 46px;
}

.mrkv_ua_shipping_nova-poshta-fields .woocommerce-input-wrapper .select2 .select2-selection__rendered {
    padding: 0 !important;
}


@media screen and (max-width: 1200px) {

    .checkout-page [data-shortcode="checkout"] table thead tr {
        padding: 5px 15px !important;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr {
        padding: 5px 15px !important;
    }
    .checkout-page [data-shortcode="checkout"] .checkout {
        flex-direction: column;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-details-wrapper {
        width: 100%;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper {
        width: 100%;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        margin-bottom: 0;
        border: none;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr:after {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .woocommerce-info a {
        margin-left: 0;
    }
    .checkout-page [data-shortcode="checkout"] .checkout {
        display: flex;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper {
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .checkout-page [data-shortcode="checkout"] table {
        border: none !important;
    }
    .checkout-page [data-shortcode="checkout"] table .product-price-title-mobile {
        display: block !important;
        font-family: inharit;
    }
    .checkout-page [data-shortcode="checkout"] table thead {
        display: none;
    }
    .checkout-page [data-shortcode="checkout"] table tbody {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr {
        grid-template-areas: "remove remove remove remove" "thumb thumb name name" "quantity quantity quantity quantity" "price price price price" "subtotal subtotal subtotal subtotal";
        grid-template-columns: auto !important;
        position: relative;
        padding-top: 36px !important;
        padding-bottom: 30px !important;
        border: 1px solid #f3f3f3;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr:last-child {
        border-bottom: 1px solid #fff !important;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-thumbnail {
        grid-area: thumb;
        min-width: 150px;
        margin-bottom: 20px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-thumbnail a {
        display: block;
        width: 100%;
        position: relative;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-thumbnail a:before {
        content: '';
        display: block;
        padding-top: calc(500 / 500 * 100%);
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-thumbnail a img {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        object-fit: contain;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-name {
        grid-area: name;
        margin-bottom: 20px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-quantity {
        grid-area: quantity;
        margin-bottom: 20px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-quantity .quantity {
        margin-left: 0 !important;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-price {
        grid-area: price;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-subtotal {
        grid-area: subtotal;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-remove {
        grid-area: remove;
        position: absolute;
        top: 0;
        right: 0;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr > td {
        text-align: left !important;
    }
}
@media screen and (max-width: 575px) {
    .checkout-page [data-shortcode="checkout"] h3 {
        font-size: 22px;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr {
        grid-template-areas: "remove remove remove remove" "thumb thumb thumb thumb" "name name name name" "quantity quantity quantity quantity" "price price price price" "subtotal subtotal subtotal subtotal";
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-thumbnail {
        min-width: auto;
    }
    .checkout-page [data-shortcode="checkout"] table tbody tr .product-name a {
        font-size: 14px !important;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        margin-bottom: 0;
        border: none;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr:after {
        display: none;
    }

    .checkout-page [data-page=checkout] {
        padding: 0;
    }
    .checkout-page [data-shortcode="checkout"] .custom-cart-content .shop_table {
        margin-bottom: 0;
    }
    .woocommerce form .form-row-first {
        width: 100%;
    }
    .woocommerce form .form-row-last {
        width: 100%;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper #payment {
        padding: 0;
    }
    .checkout-page [data-shortcode="checkout"] .checkout .order-review-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
        margin-bottom: 0;
    }
    .checkout-page [data-shortcode="checkout"] h3 {
        margin-bottom: 20px;
    }
}
