.product .price ins,
.woocommerce .price ins {
    text-decoration: none;
}

.woocommerce-Price-currencySymbol {
    margin-left: 3px;
}

.rtl .woocommerce-Price-currencySymbol {
    margin-left: 0;
    margin-right: 3px;
}

.woocommerce .comment-form .aiowps-captcha {
    flex: 1 0 0;
    align-self: center;
    margin-top: var(--bs-gutter-y) !important;
    order: 4;
    margin-bottom: 0 !important;
}

.woocommerce .comment-form .aiowps-captcha-equation {
    flex: 0 0 auto;
    align-self: center;
    width: auto;
    order: 4;
    clear: bottom;
}

.woocommerce .comment-form .aiowps-captcha-equation input {
    display: inline-block;
    width: 100px;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.wc-product-sticky-add-to-cart {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-tabs .entry-content h1,
.woocommerce .woocommerce-tabs .entry-content h2,
.woocommerce .woocommerce-tabs .entry-content h3,
.woocommerce .woocommerce-tabs .entry-content h4 {
    font-size: 1.2rem;
    font-weight: bold;
}


.woocommerce .select2-loading {
    position: relative;
}

.woocommerce .select2-loading.loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    z-index: 1;
}

.woocommerce .select2-container .select2-selection--single {
    border-radius: var(--bs-border-radius);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: var(--bs-body-line-height, 1.8);
    color: #495057;
    background-color: var(--bs-body-bg, #fff);
    background-clip: padding-box;
    border: 1px solid var(--bs-border-color, #e9ecef);
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{
    padding: .3rem;
}

.woocommerce .select2-container--open .select2-dropdown--below {
    border-radius: var(--bs-border-radius);
    border-top: 1px solid #999;
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--bs-body-bg, #fff);
    background-clip: padding-box;
    border: 1px solid var(--bs-border-color, #e9ecef);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce .select2-results__option[aria-selected],
.woocommerce .select2-results__option[data-selected] {
    border-radius: var(--bs-border-radius);
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow{
    height: 30px;
    top: 0;
}

.rtl .woocommerce .select2-container .select2-selection--single .select2-selection__arrow{
    left: 10px !important;
}