/*^^^^^^^^^^^^^^^^^^^^^ CheckOut Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.checkout-toggle-area p {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.8);
}

.checkout-toggle-area p button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #1a1a1a;
    background: transparent;
    display: inline-block;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.checkout-toggle-area p button:hover {
    color: var(--blue);
}

.checkout-toggle-area form input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.checkout-toggle-area form input:focus {
    border-color: #777;
}

.checkout-toggle-area form .lost-passw {
    color: #636067;
    font-size: 14px;
    margin: 12px 0 35px;
}

.checkout-toggle-area form .lost-passw:hover {
    color: var(--blue);
    text-decoration: underline;
}

.checkout-toggle-area form button {
    line-height: 50px;
}

.checkout-toggle-area form p {
    padding-top: 30px;
}

.checkout-form .main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

.checkout-form .single-input-wrapper {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #1a1a1a;
    border: none;
    letter-spacing: 0px;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 55px;
}

.checkout-form ::placeholder {
    color: #1a1a1a;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.checkout-form :-ms-input-placeholder {
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.checkout-form ::-ms-input-placeholder {
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.checkout-form .single-input-wrapper:focus {
    border-bottom-color: #545454;
}

.checkout-form .selectize-input {
    width: 100%;
    line-height: 44px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    box-shadow: none;
    outline: none;
    padding: 0 15px 0 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
}

.woocommerce-billing-fields__field-wrapper .row p {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .row {
    display: flex;
    flex-direction: column;
}

.checkout-form .selectize-control {
    margin-bottom: 60px;
}

.checkout-form .selectize-input input,
.checkout-form .selectize-input .item {
    font-size: 16px;
    color: #1a1a1a;
}

.checkout-form .selectize-dropdown {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
    cursor: pointer;
}

.checkout-form .selectize-dropdown .option {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
}

.checkout-form .selectize-dropdown .option:hover,
.checkout-form .selectize-dropdown .active {
    color: #fff;
    background: #1a1a1a;
}

.checkout-form .selectize-control.single .selectize-input:after {
    right: 8px;
}

.checkout-form .checkbox-list li label {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 28px;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0 0 24px;
}

.checkout-form .checkbox-list li input[type="checkbox"] {
    display: none;
}

.checkout-form .checkbox-list li label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
}

.checkout-form .checkbox-list li input[type="checkbox"]:checked + label:before {
    content: "\f272";
    font-family: bootstrap-icons !important;
    background: #373737;
    color: #fff;
    border-color: #373737;
}

.checkout-form .checkbox-list {
    padding-bottom: 44px;
    margin-top: -24px;
}

.checkout-form .other-note-area p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.checkout-form .other-note-area textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    resize: none;
    height: 145px;
}

.checkout-form .order-confirm-sheet .order-review {
    background: #F5F5F5;
    padding: 50px 40px;
}

.checkout-form .order-confirm-sheet .order-review .product-review {
    width: 100%;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody th span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #242424;
    font-weight: normal;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody tr:first-child th span {
    font-size: 18px;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
    font-size: 17px;
    color: #1d1d1d;
    text-align: right;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody th,
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
    padding-bottom: 15px;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
    font-size: 16px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 600;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
    text-align: right;
    font-size: 20px;
    color: #222222;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot td,
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}

/*.checkout-form .order-confirm-sheet .order-review*/
.payment-list li {
    padding: 0 0 12px 30px;
    position: relative;
}

/*.checkout-form .order-confirm-sheet .order-review*/
.payment-list li p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
}

/*.checkout-form .order-confirm-sheet .order-review*/
.payment-list li label {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0 0 13px;
}

/*.checkout-form .order-confirm-sheet .order-review*/
.payment-list li input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.theme-btn-seven {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 38px;
    text-align: center;
    line-height: 55px;
    background: #161616;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/*.checkout-form .order-confirm-sheet .order-review*/
/*.payment-list li label:before {*/
/*  content: '';*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  line-height: 14px;*/
/*  font-weight: 700;*/
/*  border-radius: 50%;*/
/*  border: 1px solid #d5d5d5;*/
/*  font-size: 10px;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  left:-30px;*/
/*  top:-1px;*/
/*}*/
/*.checkout-form .order-confirm-sheet .order-review*/
/*.payment-list li input:checked + label:before {*/
/*  content: "\f272";*/
/*  font-family: bootstrap-icons !important;*/
/*  background: #373737;*/
/*  color: #fff;*/
/*  border-color:  #373737;*/
/*}*/
/*.checkout-form .order-confirm-sheet .order-review*/
.payment-list {
    padding: 30px 0 15px;
    /*border-bottom: 1px solid #e9e9e9;*/
}

.checkout-form .credit-card-form {
    margin-top: 12px;
    display: none;
}

.checkout-form .credit-card-form h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.checkout-form .credit-card-form input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 18px;
}

.checkout-form .credit-card-form span {
    padding: 0 5px;
    margin-bottom: 18px;
}

.checkout-form .order-confirm-sheet .policy-text {
    font-size: 15px;
    line-height: 22px;
    color: #979797;
    padding: 23px 0 4px;
}

.checkout-form .order-confirm-sheet .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #1a1a1a;
    cursor: pointer;
    padding-left: 33px;
    margin-bottom: 35px;
}

.checkout-form .order-confirm-sheet .agreement-checkbox input[type="checkbox"] {
    display: none;
}

.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 7px;
}

.checkout-form .order-confirm-sheet .agreement-checkbox input[type="checkbox"]:checked + label:before {
    content: "\f272";
    font-family: bootstrap-icons !important;
    background: #373737;
    color: #fff;
    border-color: #373737;
}