/* general */
a.added_to_cart.wc-forward {
    display: none !important;
}

wc-order-attribution-inputs {
    display: none;
}

.checkout #payment {
    display: none;
}

/* select2 */

.woocommerce-checkout .select2-container--default .select2-results__option {
    padding: 12px;
    font-size: 16px;
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown {
    padding: 0;
    margin: 0 0 10px;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #000;
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

/* single product */
.single-product .product__info form.cart.blocked::before {
    content: '';
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibG9hZGluZy1zcGlubmVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48ZyBmaWxsPSJub25lIj48cGF0aCBpZD0idHJhY2siIGZpbGw9IiNFNkU5RTkiIGQ9Ik0yNCw0OCBDMTAuNzQ1MTY2LDQ4IDAsMzcuMjU0ODM0IDAsMjQgQzAsMTAuNzQ1MTY2IDEwLjc0NTE2NiwwIDI0LDAgQzM3LjI1NDgzNCwwIDQ4LDEwLjc0NTE2NiA0OCwyNCBDNDgsMzcuMjU0ODM0IDM3LjI1NDgzNCw0OCAyNCw0OCBaIE0yNCw0NCBDMzUuMDQ1Njk1LDQ0IDQ0LDM1LjA0NTY5NSA0NCwyNCBDNDQsMTIuOTU0MzA1IDM1LjA0NTY5NSw0IDI0LDQgQzEyLjk1NDMwNSw0IDQsMTIuOTU0MzA1IDQsMjQgQzQsMzUuMDQ1Njk1IDEyLjk1NDMwNSw0NCAyNCw0NCBaIj48L3BhdGg+PHBhdGggaWQ9InNlY3Rpb24iIGZpbGw9IiMwMTIzMUYiIGQ9Ik0yNCwwIEMzNy4yNTQ4MzQsMCA0OCwxMC43NDUxNjYgNDgsMjQgTDQ0LDI0IEM0NCwxMi45NTQzMDUgMzUuMDQ1Njk1LDQgMjQsNCBMMjQsMCBaIj48L3BhdGg+PC9nPjwvc3ZnPg==);
    animation: spin 0.7s infinite linear;
}

.single-product .product__info form.cart.blocked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffffc7;
    z-index: 11;
    width: 100%;
    height: 102%;
}

/* checkout navigation & panels */

.checkout .checkout__steps a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    cursor: pointer;
}

.checkout .checkout__steps .checkout__steps-item.active a {
    color: #ff3d00;
}

.checkout .checkout-panel {
    display: none;
}

.checkout .checkout-panel.active {
    display: block;
}


/* checkout inputs and fields */
.checkout .woocommerce-billing-fields .form-row-first,
.checkout .woocommerce-shipping-fields .form-row-first {
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
    clear: both;
}


.checkout .woocommerce-billing-fields .form-row-first,
.checkout .woocommerce-shipping-fields .form-row-first {
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
    clear: both;
}

.checkout .woocommerce-billing-fields .form-row-last,
.checkout .woocommerce-shipping-fields .form-row-last {
    width: calc(50% - 8px);
    float: right;
    margin-right: 0;
}

.checkout .woocommerce-billing-fields .form-row-third,
.checkout .woocommerce-shipping-fields .form-row-third {
    position:relative;
    float: left;
    width: calc(33.33% - 8px);
    margin-right: 12px;
    margin-top: 0px;
    clear: none;
}

.checkout .woocommerce-billing-fields .form-row-third-last,
.checkout .woocommerce-shipping-fields .form-row-third-last {
    width: calc(33.33% - 8px);
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    clear: none;
}


.checkout .woocommerce-billing-fields .form-row-hidden label,
.checkout .woocommerce-shipping-fields .form-row-hidden label {
    position: absolute;
    margin-bottom: 0px;
}

.checkout .woocommerce-billing-fields .form-row-hidden label::before,
.checkout .woocommerce-shipping-fields .form-row-hidden label::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10H15' stroke='%23FF3D00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M10 15V5' stroke='%23FF3D00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.checkout .woocommerce-billing-fields .form-row-hidden label span,
.checkout .woocommerce-shipping-fields .form-row-hidden label span {
    display: none;
}

.checkout .woocommerce-billing-fields .form-row-hidden label span,
.checkout .woocommerce-shipping-fields .form-row-hidden label span {
    display: none;
}


.checkout .woocommerce-billing-fields .top-label,
.checkout .woocommerce-shipping-fields .top-label {
    position: absolute;
    display: block;
    top: 6px;
    left: 16px;
    right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    pointer-events: none;
    color: #8F8F8F;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 16px;
}

.checkout #select2-shipping_country-container,
.checkout #select2-shipping_state-container,
.checkout #select2-billing_country-container,
.checkout #select2-billing_state-container {
    padding-top: 16px;
    line-height: 30px;
}




.checkout .woocommerce-billing-fields .form-row-hidden .woocommerce-input-wrapper,
.checkout .woocommerce-shipping-fields .form-row-hidden .woocommerce-input-wrapper {
    display: none;
}


.checkout .form-row-wide {
    clear: both;
    width: 100%;
    margin-top: 0px;
}


.checkout .woocommerce-billing-fields .woocommerce-invalid input,
.checkout .woocommerce-shipping-fields .woocommerce-invalid input {
    border-color: #ff3d00;
}

.checkout .woocommerce-billing-fields .woocommerce-invalid span.invalid,
.checkout .woocommerce-shipping-fields .woocommerce-invalid span.invalid {
    color: #ff3d00;
    margin-top: 5px;
    display: block;
}


.checkout .woocommerce-billing-fields input:focus,
.checkout .woocommerce-shipping-fields input:focus {
    border-color: #d3d3d3;
}

.checkout .woocommerce-billing-fields input:focus+span.error,
.checkout .woocommerce-shipping-fields input:focus+span.error {
    display: none;
}

/* shipping methods tab */

ul.woocommerce-shipping-methods {
    position: relative;
    margin-bottom: 24px;
    list-style-type: none;
    padding: 0px;
}

ul.woocommerce-shipping-methods li {
    position: relative;
}

ul.woocommerce-shipping-methods li+li {
    margin-top: -1px;
}



ul.woocommerce-shipping-methods li label {
    position: relative;
    display: block;
}

ul.woocommerce-shipping-methods li input {
    display: none;
}

ul.woocommerce-shipping-methods li label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 16px 16px 56px;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul.woocommerce-shipping-methods li label::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: var(--Bg-Light-gray, #f5f5f5);
    top: 50%;
    margin-top: -12px;
    left: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


ul.woocommerce-shipping-methods li label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
    left: 22px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul.woocommerce-shipping-methods li:first-child label {
    border-radius: 8px 8px 0 0;
}

ul.woocommerce-shipping-methods li:last-child label {
    border-radius: 0 0 8px 8px;
}

ul.woocommerce-shipping-methods li:only-child label {
    border-radius: 8px;
}


ul.woocommerce-shipping-methods li:only-child label,
ul.woocommerce-shipping-methods li input:checked+label {
    background: #fff3ef;
    border-color: #ff3d00;
    z-index: 1;
}

ul.woocommerce-shipping-methods li:only-child label::before,
ul.woocommerce-shipping-methods li input:checked+label::before {
    background: #ff3d00;
    border-color: #ff3d00;
}

ul.woocommerce-shipping-methods li:only-child label::after,
ul.woocommerce-shipping-methods li input:checked+label::after {
    opacity: 1;
}


/* login form popup */
.woocommerce-checkout .password-input {
    position: relative;
}

.woocommerce-checkout .show-password-input {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0px;
}

.woocommerce-checkout .show-password-input::before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' stroke='%23bebebe' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3866 7.99995C10.3866 9.31995 9.31995 10.3866 7.99995 10.3866C6.67995 10.3866 5.61328 9.31995 5.61328 7.99995C5.61328 6.67995 6.67995 5.61328 7.99995 5.61328C9.31995 5.61328 10.3866 6.67995 10.3866 7.99995Z' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M7.9999 13.5138C10.3532 13.5138 12.5466 12.1271 14.0732 9.72714C14.6732 8.78714 14.6732 7.20714 14.0732 6.26714C12.5466 3.86714 10.3532 2.48047 7.9999 2.48047C5.64656 2.48047 3.45323 3.86714 1.92656 6.26714C1.32656 7.20714 1.32656 8.78714 1.92656 9.72714C3.45323 12.1271 5.64656 13.5138 7.9999 13.5138Z' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.woocommerce-checkout .show-password-input:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' stroke='%23000000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3866 7.99995C10.3866 9.31995 9.31995 10.3866 7.99995 10.3866C6.67995 10.3866 5.61328 9.31995 5.61328 7.99995C5.61328 6.67995 6.67995 5.61328 7.99995 5.61328C9.31995 5.61328 10.3866 6.67995 10.3866 7.99995Z' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M7.9999 13.5138C10.3532 13.5138 12.5466 12.1271 14.0732 9.72714C14.6732 8.78714 14.6732 7.20714 14.0732 6.26714C12.5466 3.86714 10.3532 2.48047 7.9999 2.48047C5.64656 2.48047 3.45323 3.86714 1.92656 6.26714C1.32656 7.20714 1.32656 8.78714 1.92656 9.72714C3.45323 12.1271 5.64656 13.5138 7.9999 13.5138Z' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce-checkout .woocommerce-password-strength {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 5px 6px;
}

.woocommerce-checkout .woocommerce-password-hint {
    font-size: 14px;
    margin: 5px;
    color: #595959;
    display: block;
}