form.woocommerce-checkout {
    padding-top: 52px;
    padding-bottom: 75px;
}

.order__fields {
    max-width: 60%;
    width: 100%;
}

.order__products {
    max-width: 40%;
    width: 100%;
}

.order__checkout {
    justify-content: space-between;
    column-gap: 140px;
}

.order__checkout h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.order__block:not(:first-of-type) {
    padding-top: 20px;
    border-top: 1px solid #D0D0D0;
}

.order__block:not(:last-of-type) {
    padding-bottom: 30px;
}

.order__checkout input, .order__checkout select, .order__checkout textarea {
    padding: 20px 16px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
    outline: none !important;
    border: 1px solid #0F0F0F !important;
    color: rgba(15, 15, 15, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.order__checkout label {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 20px;
}

.woocommerce-checkout .select2-container {
    margin-bottom: 10px;
}

.woocommerce-checkout .select2-container--focus .select2-selection {
    border: 1px solid #0F0F0F !important;
    border-radius: 0 !important;
    height: 60px !important;
}

.woocommerce-checkout .select2-container .select2-selection {
    border: 1px solid #0F0F0F !important;
    border-radius: 0 !important;
    height: 60px !important;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce form .form-row-first {
    width: 100%;
}

.woocommerce-shipping-methods li {
    display: flex;
    position: relative;
    color: #0F0F0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.woocommerce-shipping-methods {
    display: flex;
    column-gap: 37px;
	flex-direction: column;
}

.order__checkout .woocommerce-shipping-methods label {
	margin: 0;
}

.order__block:nth-of-type(2) {
	font-size: 0;
}

.order__block:nth-of-type(2) h3 {
	margin-bottom: 0;
}

.form-row {
	font-size: 16px;
}

.order__checkout:nth-of-type(2) h3 {
    margin-bottom: 0;
}

.woocommerce-shipping-methods li input {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.shipping_method+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #0F0F0F;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-left: 4px;
    margin-right: 0.5rem;
    transform: translateY(5px);
}

.shipping_method:checked+label::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    background-image: url(/wp-content/themes/technica/images/radio_check.svg);
}

.order__products-wrapper {
    padding: 35px 0;
    color: rgba(255, 255, 255, 0.60);
    background: #191919;
}

.woocommerce-checkout-review-order-table {
    padding: 0 40px;
}

#order_review_heading {
    color: rgba(255, 255, 255, 0.60);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 40px;
}

.woocommerce-checkout-payment {
    padding: 0 40px;
}

.order__products-wrapper .product-name, .row div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: normal;
}

.order__products-wrapper .product-total, .row div:nth-of-type(2) {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.woocommerce-privacy-policy-text {
    color: rgba(15, 15, 15, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.order-total {
    color: #fff;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 27px;
    outline: none;
    border: none;
    float: left;
    color: #0F0F0F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 17px 38px;
}

.woocommerce-privacy-policy-link {
    text-decoration: underline;
}

.woocommerce-checkout-review-order .cart_item:not(:last-of-type) {
    padding-bottom: 23px;
    margin-bottom: 0;
}

.woocommerce-checkout-review-order .row {
    padding-bottom: 23px;
    padding-top: 21px;
    border-bottom: 1px solid #494949;
}

#ship-to-different-address {
    display: none;
}

.thankyou {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.thankyou > div:nth-of-type(1) {
    color: #0F0F0F;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 7px;
}

.thankyou > div:nth-of-type(2) {
    margin-bottom: 28px;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 165.5%;
}

@media (max-width: 1380px) {
    .order__checkout {
        column-gap: 117px;
    }
}

@media (max-width: 1280px) {
    .order__checkout {
        column-gap: 75px;
    }

    .order__products {
        max-width: 50%;
    }

    .order__fields {
        max-width: 50%;
    }
}

@media (max-width: 995px) {

    .order__products-wrapper .product-name, .row div:nth-of-type(1) {
        font-size: 22px;
    }

    .woocommerce-shipping-methods {
        flex-direction: column;
        max-height: 100%;
        align-items: flex-start;
    }

    .woocommerce-privacy-policy-text {
        font-size: 12px;
    }

    .order__checkout {
        column-gap: 30px;
    }

    .woocommerce-checkout-review-order-table {
        padding: 0 25px;
    }

    #order_review_heading {
        padding: 0 25px;
    }

    .woocommerce-checkout-payment {
        padding: 0 25px;
    }

    .order__products-wrapper {
        padding: 20px 0;
    }

    .order__products-wrapper .product-name, .row div:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .order__products-wrapper .product-total, .row div:nth-of-type(2) {
        font-size: 22px;
    }

    .woocommerce-checkout-review-order .cart_item:not(:last-of-type) {
        padding-bottom: 15px;
    }
    
    .woocommerce-checkout-review-order .row {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 780px) {

    .order__checkout {
        flex-direction: column;
        row-gap: 27px;
    }

    .order__fields, .order__products {
        max-width: 100%;
    }

    form.woocommerce-checkout {
        padding-top: 38px;
        padding-bottom: 53px;
    }

    .order__checkout input, .order__checkout select, .order__checkout textarea {
        padding: 16px;
    }

    .order__block:not(:last-of-type) {
        padding-bottom: 25px;
    }

    .order__checkout h3 {
        margin-bottom: 12px;
    }

    .order__products-wrapper .product-name, .row div:nth-of-type(1) {
        font-size: 18px;
        margin-bottom: 5px;
    }
}