/* Product Section One */


.product-wrapper .product-meta {
    margin-left: 20px;
}

.product-wrapper .cart-icon {
    right: 15px;
    top: 15px;
}

.product-wrapper .tinv-wraper {
    right: 15px;
    top: 55px;
}

.product-wrapper .added_to_cart.wc-forward {
    position: absolute;
    font-size: 0;
    top: 33.5%;
}

.product-wrapper .added_to_cart.wc-forward::after {
    content: "✔";
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.action-btn a.cart-icon.woosq-btn {
    display: inline-block;
}

.action-btn a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    display: inline-block;
}

.action-btn .add_to_cart_button.added {
    display: none;
}

.action-btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    margin-right: 0;
}

.product-wrapper span.tinvwl_add_to_wishlist-text {
    display: none;
}



.rating {
    margin: 0 -3px;
}

.rating li {
    font-size: 15px;
    margin: 0 3px;
    color: #b3b3b3;
}

.rating i {
    color: #ffcb65;
}

/*---woocommerce account---*/

.woocommerce .woocommerce-MyAccount-content input.form-control {
    border-radius: 4px;
    border: 0;
    background: #F4F4F4;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    padding-left: 20px;
    line-height: 55px;
    margin-bottom: 25px;

}

.woocommerce .woocommerce-MyAccount-content input.form-control:focus {
    color: #000000;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.woocommerce .woocommerce-MyAccount-content button.theme-btn {
    border: 0;
}



/*---Block cart---*/
.wp-block-woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart .wc-block-components-sidebar.wp-block-woocommerce-cart-totals-block {
    background: #F8F9FC !important;
}

.wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block button.wc-block-components-button.wc-block-components-checkout-place-order-button--full-width {
    background: #FF7F49;
    color: #fff;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.wc-block-components-sidebar .wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background: #000000;
    color: #fff;
}

.wc-block-checkout .wc-block-components-checkbox span.wc-block-components-checkbox__label {
    color: #000000;
}


a.cart-icon.woosq-btn {
    display: none;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    display: none;
}



.woocommerce a.added_to_cart {
    padding-top: 0;
    display: inline-block;
}

#customer_form_details .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
}

/*---Cart Form---*/
.cart_table td {
    position: relative;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.woocommerce-cart-form table td {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

td.product-quantity {
    padding: 0 !important;
}

.woocommerce-cart-form table thead {
    border-bottom: 1px solid rgba(24, 24, 24, 0.1);
    background: #F8F9FC;
}

.woocommerce-cart-form table th {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 30px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: rgba(0, 0, 0, 0);
}

.woocommerce-cart-form .cart-subtotal {
    border-top: 1px solid rgba(24, 24, 24, 0.1);
    border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}

.woocommerce-cart-form .product-name a {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.woocommerce-cart-form .product-price .woocommerce-Price-amount,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.cart_table .qty-input {
    border: 0;
    width: 55px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    background: #F8F9FC;
    margin: 0 3px;
    padding: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cart_table .qty-btn {
    border: 0;
    background: #f9f8fc;
}

.woocommerce-cart-form .quantity {
    border: 0;
}


.woocommerce-cart-form .product-remove a.remove {
    color: #FF7F49;
    font-size: 22px;
}

.woocommerce-cart-form .product-remove a.remove:hover {
    color: #ff2759;
}

.woocommerce-cart-form .cart_table .ht-cart-coupon {
    float: left;
    display: flex;
    width: 455px;
    max-width: 100%;
}

.woocommerce-cart-form .cart_table .ht-cart-coupon input.form-control {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 200px);
    margin-right: 10px;
    height: 50px;
    border-radius: 0;
}

.woocommerce-cart-form .cart_table .ht-cart-coupon input.form-control:focus {
    box-shadow: none;
}

.woocommerce-cart-form .cart_table .ht-cart-coupon button {
    border: 0;
    padding: 15px 33px;
}

.woocommerce-cart-form .cart_table .actions button {
    border: 0;
    padding: 15px 33px;
}

.blacks-btn {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 35px;
    min-width: 190px;
    line-height: 1;
    border-radius: 50px;
    border: 0;
    text-align: center;
    background: #000;

}

.blacks-btn:hover {
    color: #000;
    background: #FF7F49;
    border-color: #FF7F49;
}

.woocommerce-cart-form .cart_table .actions .blacks-btn {
    color: #fff;
    border: 0;
    padding: 15px 33px;
}



.woocommerce-cart-form .cart_table .actions a.default-btn-3 {
    color: #fff;
    border: 0;
    padding: 15px 33px;
}

.woocommerce-cart-form .cart_table .actions {
    text-align: right;
}

.woocommerce-cart-form table {
    border: 0;
    width: 100%;
}

.woocommerce-cart-form .cart_table {
    border: 1px solid rgba(24, 24, 24, 0.1);
}

.woocommerce-cart-form thead th {
    border: 0;
}

.woocommerce-cart-form tbody td {
    border: 0;
}

.woocommerce-cart-form table.cart_table tbody td {
    vertical-align: middle;
}


.woocommerce-cart-form label {
    display: none;
}

.cart_totals .order-total {
    text-align: center;
}

.calculated_shipping .summary-title {
    color: #000000;
}

.calculated_shipping .cart_totals tbody td {
    color: #000000;
}

.calculated_shipping .cart_totals tfoot td {
    text-align: center;
}

.calculated_shipping .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
}

.woocommerce-checkout .form-control,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    width: 100%;
    height: 55px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0 52px 0 20px;
    color: #000;
    padding-left: 20px;
    line-height: 55px;
    margin-bottom: 25px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    padding: 15px 15px 0 15px;
}

.woocommerce-checkout .form-control:focus {
    box-shadow: none;
    background: #F0F0FF;
}

.woocommerce-checkout .woocommerce-billing-fields .h4 {
    color: #000000;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-additional-fields .notes label {
    color: #000000;
}



.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 9px;
}

.woocommerce-checkout .cart_table {
    margin-bottom: 45px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color);
}

.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 16px;
}

.custom-checkbox input[type=radio]~label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
}

.woocommerce-checkout-payment ul input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 17px;
    color: #000000;
}

input[type=radio]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--ficon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

.woocommerce-checkout-payment .payment_box {
    color: #000000;
    background-color: #F8F9FC;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}



#customer_form_details {
    border: 1px solid #edeef5;
    border-radius: 4px;
    padding: 30px;
}

#customer_form_details .woocommerce-billing-fields h3 {
    margin-bottom: 30px;
}


.checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.checkout-form .main-title {
    font-size: 28px;
    padding-bottom: 55px;
}

.checkout-form .woocommerce-input-wrapper {
    margin-bottom: 30px;
    display: block;
}

.woocommerce-form-coupon-toggle {
    color: #000000;
    padding: 20px;
    background-color: #F8F9FC;
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.checkout_coupon {
    button {
        border: 0;
    }
}

.checkout-form input {
    color: #fff;
}

.checkout-form input::placeholder {
    color: #fff;
}

.checkout-form .input-text {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: none;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    margin-bottom: 55px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper>textarea {
    min-height: 120px;
    resize: none;
    padding-top: 10px;
}

.checkout-form .nice-select {
    width: 100%;
    display: block;
    height: 50px;
    margin-bottom: 50px;
}

.checkout-form .select2-container--default .select2-selection--single {
    display: block;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.04);
}

.checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    border: none;
    padding: 0 15px;
}

.checkout-form .select2-container--default .select2-selection--single option {
    font-size: 0.85em;
}

p#billing_country_field select option {
    color: #000000;
}

.checkout-form textarea {
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px;
    resize: none;
    height: 145px;
}

.checkout-form textarea::placeholder {
    color: #fff;
}

.checkout-form textarea::-moz-placeholder {
    color: #fff;
}

.checkout-form textarea::-ms-placeholder {
    color: #fff;
}

.checkout-form textarea::-o-placeholder {
    color: #fff;
}

.checkout-form textarea::-webkit-placeholder {
    color: #fff;
}

.checkout-form .other-note-area p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.checkout-form .order-confirm-sheet .order-review {
    padding: 50px 40px;
}

.wc_payment_method.payment_method_cod label {
    color: #eae1e1;
    font-size: 16px;
}

ul.select2-results__options li {
    color: #000;
}

.woocommerce-checkout-review-order {
    padding: 50px 0px;
}

.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order table.shop_table {
    border: 0;
    width: 100%;
}

.order-review-wrapper .shop_table thead th {
    border: none;
    font-weight: 500;
    font-size: 18px;
}

.order-review-wrapper .shop_table td,
.order-review-wrapper .shop_table th {
    border: 0;
    text-align: left;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce-checkout-review-order .woocommerce-info {
    border-top-color: transparent;
}

.woocommerce-checkout-review-order .woocommerce-info::before,
.woocommerce-checkout-review-order .woocommerce-info::after {
    display: none;
}

.woocommerce-checkout-payment .wc_payment_methods {
    padding-left: 0;
}

.wc_payment_methods .woocommerce-info {
    margin: 0 0 2em;
    position: relative;
    background-color: transparent;
    border-top: 0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 0;
}

.product-details-wrapper .woocommerce-notices-wrapper ul.woocommerce-error {
    padding: 0;
}

ul.woocommerce-error li {
    margin: 0;
    font-size: 16px;
    background: #f9f8fc;
    padding: 20px;
    list-style: none;
    border-top: 3px solid #FF7F49;
}

ul.woocommerce-error li strong {
    color: #000000;
}

.woocommerce-privacy-policy-text p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.woocommerce .cart-empty.woocommerce-info {
    font-size: 18px;
}

.woocommerce .return-to-shop .button.wc-backward {
    font-weight: 500;
}

.woocommerce-message {
    color: #000000;
    background: #f9f8fc;
    padding: 9px 20px;
    margin-bottom: 20px;
    border-top: 3px solid rgba(1, 15, 28, 0.1);
}

.woocommerce-message .button.wc-forward {
    background: #29594b2b;
    padding-left: 10px;
    padding-right: 10px;
}

.order-review-wrapper .shop_table td,
.order-review-wrapper .shop_table th {
    border: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 4px;
}

.order-review-wrapper .shop_table thead th:last-child {
    text-align: right;
}

.order-review-wrapper .shop_table tbody td:last-child {
    text-align: right;
}

.order-review-wrapper .shop_table tfoot tr td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
    border-top: 1px solid #edeef5;
}

.order-review-wrapper .shop_table tfoot tr td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
    border-top: 1px solid #edeef5;
}

.cart-wrapper .order-review-wrapper {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 30px;
}

.cart-wrapper .order-review-wrapper .woocommerce-checkout-review-order {
    border-top: 1px solid #edeef5;
    padding-top: 25px;
    margin-top: 25px;
}

/* wp new scss */
.woo-paginate .page-numbers {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.woo-paginate .page-numbers .current,
.woo-paginate .page-numbers .page-numbers {
    display: inline-block;
    color: white;
    background: transparent;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 6px;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.woo-paginate .page-numbers .current {
    color: white;
    background: #FF7F49;
    border-color: #FF7F49;
}

.woo-paginate .page-numbers .page-numbers:hover {
    color: white;
    background: #FF7F49;
    border-color: #FF7F49;
}

.product-details .product-info .woocommerce-product-details__short-description {
    padding: 10px 0 15px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
    display: block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
    width: 100%;
}



.quantity {
    display: inline-block;
    margin-right: 20px;
}

.quantity .qty_button {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    background: rgba(0, 0, 0, 0);
    width: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.quantity input {
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    color: #000;
    max-width: 45px;
    background: rgba(0, 0, 0, 0);
    border: none;
    text-align: center;
    padding-left: 5px;
}

.cart-list-form .quantity .qty_button {
    color: #fff;
}

.cart-list-form .quantity input {
    color: #fff;
}

.product-details .quantity,
.woosq-popup .quantity {
    background: #F8F9FC;
    padding: 4px 10px;
}

.product-details .quantity .qty-btn,
.woosq-popup .quantity .qty-btn {
    color: #000000;
    border: 0;
}

.product-details .quantity input {
    color: #000000;
    padding-left: 0;
    max-width: 40px;
}

.product-details .quantity .qty_button {
    background: #fff;
    border-radius: 0;
    line-height: 33px;
}


.product-details .add-to-cart,
.woosq-popup .add-to-cart {
    overflow: hidden;
    color: #fff;
    background: #FF7F49;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    padding: 17px 27px 15px 27px;
    display: inline-block;
    position: relative;
    z-index: 17px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    border: 0;
    text-transform: uppercase;
}

.product-details .add-to-cart:hover {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

.product-details .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    margin-top: 20px;
    overflow: hidden;
    color: #fff;
    background: #FF7F49;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    padding: 17px 20px 15px 20px;
    display: inline-block;
    position: relative;
    z-index: 17;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    border: 0;
    text-transform: uppercase;
    border-radius: 4px;
}

.product-details .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist {
    display: inline-block !important;
}

.product-details .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:hover {
    background: #000000;
}

.product_meta {
    margin-top: 20px;
}


.product-details .product-info .product_meta b,
.product-details .product_meta b {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 3px;
}

.product-details .product_meta .posted_in,
.product-details .product_meta .sku_wrapper {
    display: block;
}

.product-details .product_meta .posted_in a,
.product-details .product_meta .sku_wrapper .sku {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-details .ht-single-cart-form .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
    display: none;
}

.product-details .ht-single-cart-form {
    margin-bottom: 25px;
}

.ht-single-cart-form .product-quantity-button {
    display: inline-block;
    margin-right: 0;
}

.product-details .product-name.entry-title {
    color: #000000;
    text-transform: capitalize;
    font-size: 32px;
    margin: 25px 0 15px;
}

.product-details .rating {
    font-size: 15px;
    margin-right: 6px;
    color: #b3b3b3;
}

.product-details .rating i {
    color: #ffcb65;
    margin-right: 5px;
}

.product-details .rating a {
    font-size: 17px;
    color: #000;
    margin-left: 12px;
}

.product-details .rating a:hover {
    text-decoration: underline;
}

.product-details .woocommerce-product-rating {
    display: flex;
    align-items: center;
    margin: 13px 0 18px 0px;
}

.product-details .woocommerce-product-rating .woocommerce-review-link {
    font-size: 18px;
    color: #000000;
}

.product-details .price del {
    font-size: 1em;
    opacity: 0.8;
}

.product-details .product-info .tinvwl_add_to_wishlist_button {
    display: inline-block;
    color: #FF7F49;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    background: white;
    padding: 16px 40px;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 15px;
    /* display: none; */
}

.product-details .product-info .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    display: inline-block;
}

.product-details .product-info .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    position: relative;
    padding-right: 25px;
}


.tinvwl_button_view.tinvwl-btn-onclick,
.tinvwl_button_close {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #FF7F49;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    border: 0;
}

.tinv-txt {
    color: #000000;
}

.tinvwl_button_close {
    margin-top: 15px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
    height: auto;
}

.single-product .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    display: none;
}

.product-name.entry-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000000;
}

.woocommerce-product-details__short-description p {
    color: #000000;
}

table.variations select#pa_color,
table.variations select#logo,
.variations select#pa_size {
    padding: 10px;
}

table.variations .single_variation_wrap button.single_add_to_cart_button.theme-btn.disabled.wc-variation-selection-needed {
    border: 0;
}

table.variations th.label label {
    color: #000000;
    font-size: 16px;
    margin-right: 5px;
}

.product-details table.variations th.label label {
    color: #000000;
    font-size: 16px;
    margin-right: 5px;
}


/*---Group Product Cart*/
form.cart.grouped_form .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
    display: none;
}

form.cart.grouped_form .actions {
    display: inline-flex;
    vertical-align: baseline;
}

form.cart.grouped_form .quantity.woocommerce-grouped-product-list-item__label label {
    color: #000000;
}

form.cart.grouped_form .actions button.single_add_to_cart_button.theme-btn {
    display: inline-block;
    border: 0;
    padding: 18px 18px;
}

form.cart.grouped_form .actions .tinv-wraper {
    display: inline-block;
}

.woocommerce table {
    width: 100%;
}

.woocommerce table.account-orders-table thead th {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.woocommerce table.account-orders-table tbody td.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
    font-size: 16px;
}

.woocommerce table.account-orders-table tbody td.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
    font-size: 16px;
}

.woocommerce table.account-orders-table tbody td.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
    font-size: 16px;
}

.woocommerce table.account-orders-table tbody td.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
    font-size: 16px;
}

.woocommerce table.account-orders-table tbody td.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    font-size: 16px;
}

/* account details */

.woocommerce-EditAccountForm.edit-account span em {
    font-size: 15px;
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-content .edit-account label,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 5px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .input-text,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0 52px 0 20px;
    color: #fff;
    background: transparent;
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button.button,
p .button {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 35px;
    min-width: 160px;
    text-align: center;
    background: #FF7F49;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    border: 0;
    display: inline-block;
}

#customer_login h2,
.woocommerce-MyAccount-content h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #fff;
}

.woocommerce-account .col2-set {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
}

.woocommerce-Address-title.title {
    margin-bottom: 15px;
}

.woocommerce-Address-title.title .edit {
    color: #000;
    font-weight: 500;
    background: #fff;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 3px;
}

.woocommerce .woocommerce-Address address {
    line-height: 1.7em;
    font-size: 18px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection.select2-selection--single {
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    border: 1px solid rgba(37, 64, 53, 0.06);
    border-radius: 8px;
    padding: 0 52px 0 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 50%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    line-height: 37px;
}

.woocommerce-form.woocommerce-form-login.login label,
.woocommerce-ResetPassword.lost_reset_password label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
    margin-top: 6px;
}

/* login form */
.woocommerce-form.woocommerce-form-login.login .input-text,
.woocommerce-ResetPassword.lost_reset_password .input-text {
    width: 100%;
    height: 55px;
    font-size: 16px;
    border: 1px solid #FF7F49;
    border-radius: 8px;
    padding: 0 52px 0 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

/* .login-form */
.login-tab {
    padding: 0 !important;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-tab li.nav-item {
    width: 100%;
}

.login-tab button.nav-link.active {
    background-color: var(--black-color);
    color: var(--white-color);
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
}

.woocommerce-form-login.login input.form-control,
.woocommerce-ResetPassword.lost_reset_password input.form-control {
    width: 100%;
    height: 55px;
    font-size: 16px;
    border: 0;
    background: #F4F4F4;
    border-radius: 4px;
    color: #000;
    width: 100%;
    padding-left: 20px;
    line-height: 55px;
    margin-bottom: 25px;
}

.woocommerce-form-login.login input.form-control,
.woocommerce-ResetPassword.lost_reset_password input.form-control {
    background: #F4F4F4;
    box-shadow: none;
}

.woocommerce-form-login.login input[type=checkbox] {
    display: inline-block;
    margin-right: 5px;
}

.woocommerce-form-login.login .custom-checkbox label {
    color: var(--body-color);
    margin-left: 5px;
}

.woocommerce-form-login.login button.default-btn-2 {
    width: 100%;
    padding: 15px 0;
}

.woocommerce-thankyou-order-received {
    padding: 20px;
    background-color: #F8F9FC;
    padding-left: 45px;
    position: relative;
    font-size: 0.975rem;
    margin-bottom: 15px;
    border-top: 2px solid #FF7F49;
}

ul.woocommerce-thankyou-order-details .order,
ul.woocommerce-thankyou-order-details .date,
ul.woocommerce-thankyou-order-details .email,
ul.woocommerce-thankyou-order-details .total,
ul.woocommerce-thankyou-order-details .method {
    font-size: 18px;
    line-height: 30px;
}

ul.woocommerce-thankyou-order-details .order strong,
ul.woocommerce-thankyou-order-details .date strong,
ul.woocommerce-thankyou-order-details .email strong,
ul.woocommerce-thankyou-order-details .total strong,
ul.woocommerce-thankyou-order-details .method strong {
    color: #000000;
}

.woocommerce .woocommerce-order .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
    font-size: 32px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-order table.order_details tfoot td,
.woocommerce .woocommerce-order table.order_details tfoot th {
    text-align: center;
    color: #000000;
    font-weight: 500;
}

.woocommerce .woocommerce-order table.order_details thead th.product-name,
.woocommerce .woocommerce-order table.order_details thead th.product-total {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce .woocommerce-order table.order_details tbody td {
    font-size: 18px;
}

.woocommerce-customer-details address {
    line-height: 2.2rem;
    font-size: 18px;
}

/* variations */
.variations tr {
    display: block;
    margin-bottom: 15px;
}

.variations tr select {
    height: auto;
    margin-bottom: 0;
}


.woocommerce-order-details .woocommerce-table--order-details table tfoot tr td {
    text-align: center;
}

/* review_form */
#review_form input:not([type="submit"]),
#review_form textarea {
    width: 100%;
    height: 60px;
    padding: 13px 18px;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 15px 35px 20px;
    box-shadow: 0 5px 0 #000;
    color: #000000;
    font-size: 16px;
    outline: 0;
    margin-bottom: 20px;
}

#review_form textarea {
    min-height: 200px;
}

.form-submit input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 6px;
    min-width: 160px;
    text-align: center;
    background: #FF7F49;
    color: #fff;
    line-height: 50px;
    border: 0;
}

.form-submit input[type="submit"]:hover {
    color: #fff;
    background: #000;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox.style_2 input {
    border: 2px solid #000;
    margin-right: 10px;
    transform: translateY(-2px);
}

.custom-checkbox input#wp-comment-cookies-consent {
    width: 15px;
    height: 15px;
    margin-bottom: 12px;
    margin-right: 5px;
}

.woocommerce-Reviews-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.tab-text p {
    font-size: 18px;
}

.woocommerce-Reviews span#reply-title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

#review_form label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

#review_form .rating-select label {
    margin-right: 10px;
    margin-bottom: 0;
}

.commentlist {
    padding-left: 0;
    list-style: none;
}

.woocommerce-Reviews .comment_container {
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
    width: 90%;
}

.woocommerce-Reviews .comment-text .woocommerce-review__author {
    color: #000000;
}

.product-widget-info .woocommerce-Price-amount.amount {
    display: block;
}

.product-widget-info del {
    display: block;
}

.product-widget-info del .woocommerce-Price-amount.amount {
    display: inline-block;
}

ul.product_list_widget li img {
    margin-bottom: 15px;
    display: block;
}

.shop-sidebar .widget ul li a {
    display: block;
}


.comment-box.review .comment-content {
    margin-left: 15px;
    margin-top: 0;
}

.comment-box.review .comment-content .name {
    margin-bottom: 10px;
}

.product-wrapper .product-meta .star-rating {
    margin-bottom: 15px;
}

.star-rating {
    position: relative;
    font-size: 18px;
    min-width: 89px;
    overflow: hidden;
    line-height: 1;
    /*     margin-bottom: 10px; */
    display: inline-block;
}

.star-rating::before {
    font-family: "bootstrap-icons";
    content: "\F588\F588\F588\F588\F588";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d9d9ea;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-rating span::before {
    font-family: "bootstrap-icons";
    content: "\F588\F588\F588\F588\F588";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffbf14;
    font-weight: 900;
    display: inline-block;
}

/*product additional info */
.woocommerce-product-attributes-item__value p {
    margin: 0 0 0 12px;
}

/*product details review */
p.stars a,
.woocommerce-page p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    font-size: 0.8rem;
}

p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 2em;
}

p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 4em;
}

p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 5.5em;
}

p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 7em;
}

p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    /*width: 10em;*/
}

p.stars a {
    border-right: 1px solid #e1e1e1;
}

p.stars a:last-child {
    border-right: 0;
}

p.stars a.star-1::after,
p.stars a.star-2::after,
p.stars a.star-3::after,
p.stars a.star-4::after,
p.stars a.star-5::after,
.woocommerce-page p.stars a.star-1::after,
.woocommerce-page p.stars a.star-2::after,
.woocommerce-page p.stars a.star-3::after,
.woocommerce-page p.stars a.star-4::after,
.woocommerce-page p.stars a.star-5::after {
    font-family: "bootstrap-icons";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 3px;
}

p.stars a.star-1::after,
.woocommerce-page p.stars a.star-1::after {
    font-family: "bootstrap-icons";
    content: "\F588";
    color: #f7c600;
}

p.stars a.star-2::after,
.woocommerce-page p.stars a.star-2::after {
    font-family: "bootstrap-icons";
    content: "\F588\F588";
    color: #f7c600;
}

p.stars a.star-3::after,
.woocommerce-page p.stars a.star-3::after {
    font-family: "bootstrap-icons";
    content: "\F588\F588\F588";
    color: #f7c600;
}

p.stars a.star-4::after,
.woocommerce-page p.stars a.star-4::after {
    font-family: "bootstrap-icons";
    content: "\F588\F588\F588\F588";
    color: #f7c600;
}

p.stars a.star-5::after,
.woocommerce-page p.stars a.star-5::after {
    font-family: "bootstrap-icons";
    content: "\F588\F588\F588\F588\F588";
    color: #f7c600;
}

/*active icon*/
.p.stars a.star-1.active::after,
p.stars a.star-1:hover::after,
p.stars a.star-1.active::after,
p.stars a.star-1:hover::after {
    content: "\f005";
    color: #ffcd00;
    font-weight: 900;
}

.p.stars a.star-2.active::after,
p.stars a.star-2:hover::after,
p.stars a.star-2.active::after,
p.stars a.star-2:hover::after {
    content: "\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}

.p.stars a.star-3.active::after,
p.stars a.star-3:hover::after,
p.stars a.star-3.active::after,
p.stars a.star-3:hover::after {
    content: "\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}

.p.stars a.star-4.active::after,
p.stars a.star-4:hover::after,
p.stars a.star-4.active::after,
p.stars a.star-4:hover::after {
    content: "\f005\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}

.p.stars a.star-5.active::after,
p.stars a.star-5:hover::after,
p.stars a.star-5.active::after,
p.stars a.star-5:hover::after {
    content: "\f005\f005\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}

/* shop-sidebar */
.shop-sidebar .price_slider.ui-slider {
    margin-bottom: 25px;
}

.shop-sidebar .price_slider_wrapper .ui-slider-horizontal {
    height: 8px;
    background: #19352d;
}

.shop-sidebar .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.shop-sidebar .ui-slider-handle:first-child {
    top: -0.2em;
    margin-left: -0.3em;
}

.shop-sidebar .ui-slider-range {
    background: #cfff45;
}

.price_slider_amount button.button {
    border: 0;
    background: #FF7F49;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 13px;
}

.price_slider_amount .price_label {
    font-size: 18px;
    display: inline-block;
}

.price_slider_amount .price_label span {
    color: #fff;
    font-weight: 600;
}

.sidebar-widget.woocommerce.widget_layered_nav_filters ul li a,
.sidebar-widget.woocommerce.widget_product_categories ul li a {
    color: #fff;
    font-size: 16px;
}

.sidebar-widget.woocommerce.widget_rating_filter ul,
.sidebar-widget.woocommerce.widget_product_categories ul {
    list-style: none;
}

.sidebar-widget.woocommerce.widget_rating_filter ul li a {
    font-size: 16px;
}

.shop-sidebar .product_list_widget li .product-widget-thumb {
    max-width: 80px;
    margin-right: 20px;
}

.shop-sidebar .product_list_widget .product-widget-info .product-widget-title {
    font-weight: 500;
}

.shop-sidebar ul {
    padding-left: 0;
    list-style: none;
}

.shop-sidebar ul li ul {
    padding-left: 15px;
}

.shop-sidebar .product_list_widget li {
    margin-top: 25px;
    align-items: center;
}

.shop-sidebar .woocommerce-product-search {
    position: relative;
    z-index: 1;
}

.shop-sidebar .woocommerce-product-search input {
    color: white;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    padding-left: 22px;
    border: 0;
    background: rgba(255, 255, 255, 0.03);
    border-left: 1px solid #ffffff;
}

.shop-sidebar .woocommerce-product-search input::placeholder {
    color: #ffffff;
}

.shop-sidebar .woocommerce-product-search button {
    border: 0;
    background: #FF7F49;
    height: 60px;
    line-height: 55px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


.shop-sidebar .tagcloud a {
    line-height: 35px;
    padding: 0 18px;
    font-size: 16px !important;
    color: #fff;
    margin: 0 4px 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.shop-sidebar .tagcloud a:hover {
    color: #fff;
}

.shop-sidebar .sidebar-title {
    font-size: 32px;
    margin-bottom: 18px;
}




@media (max-width: 1199.98px) {
    .woocommerce-cart-form .coupon-form #coupon_code {
        width: 200px;
    }


    .product-name.entry-title {
        font-size: 20px;
    }

    .shop-sidebar .sidebar-title {
        font-size: 28px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .woocommerce-cart-form table td {
        padding-left: 0;
        padding-right: 0;
    }

    .cart_table thead th {
        font-size: 14px !important;
        padding: 12px 5px !important;
    }

    .cart_table .cart-productimage {
        max-width: 100px;
    }

    .product-single-gallery-main .woocommerce-product-gallery__image {
        text-align: center;
    }

    .woocommerce-cart-form .cart_table .actions {
        text-align: center;
    }

    .woocommerce-cart-form .cart_table .ht-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .woocommerce .woocommerce-order .woocommerce-order-details__title,
    .woocommerce-customer-details .woocommerce-column__title {
        font-size: 24px;
    }

}

/* small devices (tablets, less than 768px) */

@media (max-width: 767.98px) {
    .cart_table td.actions>.default-btn-3 {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    tfoot.checkout-ordertable th {
        display: none;
    }

    .cart_table td:before {
        display: block;
    }

    .woocommerce-account .col-1,
    .woocommerce-account .col-2 {
        float: none;
        width: 100%;
        max-width: 100% !important;
    }

    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }

    .cart_table thead {
        display: none;
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right !important;
        border-bottom: none;
    }

    .woocommerce-cart-form table.cart_table tbody td {
        border: 1px solid rgba(24, 24, 24, 0.1);
    }

    .woocommerce-cart-form .cart_table .ht-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }

    .woocommerce-cart-form .cart_table .ht-cart-coupon input.form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart_table td.actions>.theme-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

}

/* xs devices (tablets, less than 576px) */
@media (max-width: 575.98px) {
    .woocommerce-cart-form table th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-tab li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .product-tab li .nav-links {
        padding-top: 10px;
        margin: 0 0px 0 0;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        padding-right: 0;
    }

    .product-single-gallery-main .woocommerce-product-gallery__image a img {
        width: 100%;
        margin-bottom: 10px;
    }
}