/* ========= CART PAGE CSS=============== */

a.site_button.hover_button.alt.wc-forward.custome_checkout_btn {
    width: fit-content;
    width: -moz-fit-content;
    padding: 0px 10px;
}

.cart_totals h2 {
    text-transform: capitalize;
}

.cart_page_section {
    padding: 0px !important;
    /* margin-top: 220px; */
}

.cart_page_row {
    padding: 25px 30px !important;
}

.cart-collaterals {
    width: 30% !important;
    float: left;
    background-color: white;
    box-shadow: 1px 4px 13px -7px;
    padding: 21px;
    border-radius: 15px;
}

form.woocommerce-cart-form {
    width: 68%;
    float: left;
    margin-right: 1%;
}

.cart_page_row td.product-remove {
    position: absolute;
    right: 20px;
    top: -3px;
}

.cart_page_row .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.cart_page_row .custome_img img {
    width: 85px !important;
}

.cart_page_row tr.woocommerce-cart-form__cart-item.cart_item {
    background-color: white;
    margin-bottom: 16px;
    float: left;
    position: relative;
    width: 100%;
}

.cart_page_row tr.woocommerce-cart-form__cart-item.cart_item td {
    border-top: none !important;
}

.cart_page_row td.product-name a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;
}

.custome_btn {
    width: 63px !important;
    padding: 20px;
    line-height: 0px !important;
    border: none !important;
    background-color: #ffffff !important;
    color: #5C4235 !important;
    position: relative;
    margin: auto;
    cursor: pointer;
}

.quantity {
    display: flex;
    border: 1px solid #5a5a5a;
    width: 149px !important;
    height: 50px;
    border-radius: 75px;
}

.woocommerce .quantity .qty {
    text-align: center;
}

.pvtfw_init_variation_table .quantity {
    width: unset !important;
    height: unset !important;
    border-radius: 0 !important;
}

.quantity {
    display: flex;
}

.woocommerce .quantity input.qty {
    font-size: 16px !important;
    font-weight: 600;
    color: #5a5a5a !important;
}

.quantity input.qty {
    color: black !important;
    font-size: 16px !important;
    width: 62px !important;
    height: 32px !important;
    border-radius: 0px !important;
    background-color: white !important;
    border-left: 1px solid #5a5a5a !important;
    border-right: 1px solid #5a5a5a !important;
    position: relative;
    top: 7px;
}

.single-product .quantity input.qty {
    top: 0;
}

.custome_checkout_btn {
    text-transform: capitalize;
}

.cart_page_box table.cart td.actions .coupon .input-text {
    padding: 25px 12px !important;
    height: 54px;
}

.coupon {
    float: left;
    display: flex;
}

a.site_btn.cta_btn.alt.wc-forward.custome_checkout_btn.site_button {
    width: 230px;
}

.cart_page_row .quantity {
    position: absolute;
    right: 123px;
    bottom: 12px;
}

.cart_page_row table.shop_table.shop_table_responsive tr td {
    font-size: 15px;
    color: #5a5a5a;
    border: none !important;
}

.cart_page_row table.shop_table.shop_table_responsive th {
    font-size: 15px;
    color: black;
}

.custome_cart button {
    margin-right: 14px;
    border: none;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
}

.entry-content table:not(.variations) {
    border: none !important;
}

.cart_page_row .woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #ddd;
    border-radius: 15px;
}

a.checkout-button.bathup_btn.bathup_color_primary.alt.wc-forward {
    margin: 0 auto;
    display: block;
}

.cart_page_row span.custome_totla {
    margin-right: 17px;
    font-size: 20px;
    font-weight: 600;
}

.cart_page_row td.actions {
    border: none !important;
}

input#coupon_code {
    background-color: transparent;
    color: black !important;
    text-align: center;
    background: #DDDDDD;
    height: 57px;
}

input#coupon_code::placeholder {
    color: black !important;
}

.cart_page_row table.cart td.actions .coupon .input-text {
    width: 193px;
    padding: 25px 12px;
    margin-right: 14px;
    border-radius: 0px;
    background: white;
    font-size: 18px !important;
    height: 46px !important;
    border-radius: 75px;
}

input#coupon_code::placeholder {
    color: black !important;
}

.cart_page_row .cart_sub_total {
    font-size: 18px;
    color: black;
}

.cart_page_row .cart_sub_total {
    float: right;
}

.cart_page_row .cart_sub_total {
    font-size: 18px;
    color: black;
    background-color: white;
    padding: 11px 20px;
    margin: 0px;
    float: right;
    margin-right: -10px;
    padding-top: 14px;
    padding-bottom: 14px;
    /* margin-right: 14px; */
}

.wc-proceed-to-checkout .bathup_btn:hover:before,
.wc-proceed-to-checkout .bathup_btn:hover:after {
    border-width: 58px 327.5px;
}

.cart_page_row td.product-subtotal {
    position: absolute;
    right: 2px;
    bottom: 22px;
    font-size: 18px;
    color: black;
    display: none;
}

.cart_page_row .custome_prize span.woocommerce-Price-amount.amount {
    color: #5a5a5a;
    position: absolute;
    right: 14px;
    bottom: 26px;
    font-size: 16px;
}

button.qty_button.minus.custome_btn {
    position: relative;
    margin: auto;
    border: none !important;
}

button.qty_button.plus.custome_btn {
    border: none !important;
}

.cart_page_row .quantity .qty_button.minus {
    position: relative;
    margin: auto;
    border: none !important;
    color: #5a5a5a !important;
    border-radius: 0;
    padding: 0 !important;
}

.cart_page_row .quantity .qty_button.plus {
    border: none !important;
    border-radius: 75px;
    background-color: transparent !important;
    position: relative;
    margin: auto;
    border: none !important;
    color: #5a5a5a !important;
    padding: 0;
}

.cart_page_row .quantity {
    display: flex;
}

.cart_page_row .quantity .input-text {
    background-color: transparent !important;
    color: black !important;
}

.custome_get_short_description {
    width: 436px;
    margin-top: 41px;
    line-height: 1.2em;
    font-size: 18px;
    color: black;
}

.cart_page_row .woocommerce a.remove:hover {
    background: transparent !important;
}

.cart_page_row td.product-remove:hover i {
    background-color: #5a5a5a;
    color: white;
    transition: 0.7s;
}

.cart_page_row td.product-name {
    vertical-align: top !important;
}

.cart_page_row td.product-remove i {
    color: #5a5a5a;
    border: 1px solid;
    padding: 7px;
    transition: 0.7s;
    font-size: 15px;
    border-radius: 5px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
}

.wmc-products li {
    align-items: start;
}

.wmc-products li .wmc-details p {
    padding-bottom: 0;
    text-align: left;
    margin-left: 10px;
}

.tj_prod_width_row .quantity input.qty {
    font-size: 15px !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #ddd;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #5a5a5a;
    font-size: 16px !important;
    padding: 15px 30px !important;
    border-radius: 75px;
}


/* ================================== */


/* ===== CHECKOUT PAGE ============= */

.checkout_page_main_section {
    padding: 0px !important;
}

.checkout_page_main_row {
    padding: 35px 0px !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: block !important;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
    display: none !important;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: black;
}

span.select2-selection.select2-selection--single {
    padding-top: 10px;
    background-color: transparent;
    height: 50px;
    border: 1px solid #5a5a5a;
}

div#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #5a5a5a !important;
    border-radius: 15px;
}

.checkout_page_main_section .woocommerce table.shop_table td {
    font-size: 16px;
}

.checkout_page_main_section .woocommerce table.shop_table th {
    font-size: 16px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border: 1px solid #5a5a5a;
    border-radius: 15px;
}

div#customer_details .woocommerce-input-wrapper input {
    font-size: 15px !important;
    padding-left: 15px;
}

.woocommerce-billing-fields__field-wrapper span.select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    border-radius: 15px;
    color: #000 !important;
}

.woocommerce-billing-fields__field-wrapper span.select2-selection.select2-selection--single {
    height: 47px;
    border-radius: 75px;
}

form.checkout.woocommerce-checkout .form-row-first,
form.checkout.woocommerce-checkout .form-row-last {
    width: 100%;
    overflow: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #5a5a5a !important;
    background-color: transparent;
    font-size: 20px !important;
}

div#order_review {
    font-size: 18px;
    color: #000000;
}

.col-1,
.col-2 {
    text-transform: capitalize;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 16px !important;
    border-radius: 75px;
    border: 2px solid #000000;
}

.woocommerce form .form-row textarea {
    border-radius: 15px;
}

button#place_order {
    border: none;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    color: #e2401c;
    display: block !important;
    font-weight: bold;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

.page-id-503 .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-billing-fields h3,
h3#order_review_heading {
    font-size: 26px;
    color: black;
}

.entry-content thead th,
.entry-content tr th,
body.et-pb-preview #main-content .container thead th,
body.et-pb-preview #main-content .container tr th {
    color: black;
    font-weight: 600 !important;
    padding: 9px 24px;
}

p#order_comments_field label {
    color: black;
}

.woocommerce-billing-fields h3,
h3#order_review_heading,
h3#ship-to-different-address {
    color: black;
    padding: 10px 0px 20px;
}

.woocommerce-additional-fields h3 {
    padding: 17px 0px 10px;
}

.checkout_page_main_section .woocommerce-privacy-policy-text {
    font-size: 15px;
}

a.woocommerce-privacy-policy-link {
    font-size: 15px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.bathup_btn {
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
}

.bathup_btn span {
    position: relative;
    z-index: 99;
}

div#payment {
    background: white !important;
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    line-height: 1.3 !important;
}

.checkout_page_main_section .woocommerce-privacy-policy-text {
    font-size: 14px;
    LINE-HEIGHT: 1.3;
    MARGIN-BOTTOM: 10PX;
}


/* =============================== */


/*   ACCOUNT PAGE ================= */

.account_page_custome_section {
    padding: 70px 0px !important;
}

.account_page_custome_section .woocommerce {
    display: flex;
}

.account_page_custome_section .woocommerce-MyAccount-content {
    float: right;
    padding: 20px 20px;
    width: 80% !important;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation li {
    display: block;
    padding: 10px 20px 15px !important;
    font-size: 15px;
    font-weight: 600;
    transition: all 300ms ease;
    margin-bottom: 5px;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation li a:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 13px;
}

.user_logout:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\e065";
}

.account_page_custome_section li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e034";
    top: 4px;
}

a.user_logout {
    color: #fe9a27;
    font-size: 30px;
    border: 2px solid #fe9a27;
    /* padding: 10px; */
    text-align: center;
    width: 65px;
    height: 64px;
    float: left;
    position: absolute;
    right: 0px;
    top: 10px;
    line-height: 56px;
    z-index: 1;
    background-color: white;
}

.log_out_main_class span {
    position: absolute;
    right: 62px;
    background-color: #fe9a27;
    padding: 9px;
    top: 7px;
    color: white;
    font-size: 18px;
    height: 40px;
    line-height: 22px;
    transform: scale(0);
    transition: 0.9s;
    right: -120px;
    top: 21px;
}

.log_out_main_class span a {
    color: white;
}

.log_out_main_class:hover span {
    transform: scale(1);
    transition: 0.9s;
    right: 64px;
}

nav.woocommerce-MyAccount-navigation li.is-active a:after {
    left: 0;
    background-color: #5a5a5a;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    /* background-image: linear-gradient(-90deg, #5a5a5a, #5a5a5a); */
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.8s;
}

.title_account {
    font-size: 38px;
    color: black;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    color: white !important;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation li:hover a {
    color: white;
}

.account_page_custome_section li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.account_page_custome_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\e033";
    top: 5px;
}

.addresses_custome_addresses .woocommerce-Address {
    background-color: white;
    padding: 20px;
}

.addresses_custome_addresses .edit i {
    margin: auto;
}

.addresses_custome_addresses .edit {
    color: white;
    padding: 10px;
    border: 1px solid #5a5a5a;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    background-color: #5a5a5a;
}

.addresses_custome_addresses .edit:hover {
    background-color: black;
    transition: 0.6s;
    border: none;
}

.col_4_edit_user {
    width: 33.33%;
}

.row_class_edit_uer {
    display: flex;
}

.save_account_details_btn {
    border: none !important;
    margin-top: 13px;
    /* float: left; */
}

.woocommerce-MyAccount-content input {
    height: 50px;
}

.woocommerce-MyAccount-content p#billing_address_2_field,
.woocommerce-MyAccount-content input#shipping_address_2 {
    margin-top: 36px;
}

.woocommerce-MyAccount-content p#billing_first_name_field,
.woocommerce-MyAccount-content p#billing_last_name_field {
    width: 100%;
}

.woocommerce-MyAccount-content #shipping_first_name_field,
.woocommerce-MyAccount-content p#shipping_last_name_field {
    width: 100%;
}

button.bathup_btn.bathup_color_primary.save_address_data {
    padding: 10px;
    border: none;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
}

.account_page_custome_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\e005";
    top: 5px;
}

.account_page_custome_section .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\e065";
    top: 5px;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation ul {
    padding: 0px !important;
}

.account_page_custome_section .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e04f";
}

.account_page_custome_section .woocommerce-MyAccount-navigation {
    float: left;
    width: 20% !important;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fff;
}

.account_page_custome_row {
    padding: 0px !important;
}

nav.woocommerce-MyAccount-navigation li a:after {
    left: 0;
    content: "";
    width: 0%;
    position: absolute;
    height: 100%;
    z-index: -1;
    /* background-image: linear-gradient(-90deg, #5a5a5a, #5a5a5a); */
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.8s;
}

nav.woocommerce-MyAccount-navigation li:hover a:after {
    transition: 0.8s;
    width: 100%;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation li {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.custome_order_box_icon.order_icon:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 13px;
}

.order_icon:before {
    content: "\e04f";
}

.billing_address:before {
    content: "\e033";
}

.edit_account:before {
    content: "\e05f";
}

.custome_order_col_4 {
    width: 33.33%;
    padding: 30px;
    padding-left: 0px;
}

.custome_order_class_row {
    display: flex;
}

.custome_order_box {
    text-align: center;
    margin: auto;
    padding: 53px 30px;
    background-color: white;
    background-image: linear-gradient(-90deg, #fff, #fff);
    border: 1px solid black;
}

.account_page_custome_section .woocommerce {
    display: flex;
}

.custome_order_class_title_checkout i {
    font-size: 20px;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    padding: 12px;
    color: white;
    border-radius: 30px;
    border-radius: 0px 18px 18px 0px;
    float: left;
    line-height: 26px;
}

.no_product_msg {
    margin-top: 30px;
}

.my_custome_table tr td {
    font-size: 18px;
    color: black;
}

.my_custome_table {
    border: 2px solid black !important;
}

.my_custome_table tr th {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.msg_class_custome {
    text-transform: capitalize;
    margin: auto;
    margin-left: 0px;
    font-size: 18px;
    color: black;
}

.no_product_msg_row {
    font-size: f;
    display: flex;
    padding: 10px;
    border: 2px solid black;
}

.log_out_main_class {
    display: none;
}

.custome_order_class_title_checkout {
    position: absolute;
    top: unset;
    right: 0;
}

.custome_order_class_title_checkout a {
    display: flex;
}

.custome_order_class_title_checkout span {
    padding: 10px;
    border: 1px solid;
    border-radius: 18px 0px 0px 18px;
    float: left;
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.account_page_custome_section .woocommerce-MyAccount-navigation {
    float: left;
    width: 19% !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(90, 90, 90, 0.02), 0 3px 6px rgba(90, 90, 90, 0.12);
    margin-right: 1%;
}

.custome_order_box_icon {
    font-size: 40px;
    color: black;
    width: 100%;
    float: left;
    height: 60px;
}

.custome_order_box_text {
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 51px;
    color: black;
    font-weight: 700;
}

.custome_order_class_title span {
    padding: 10px;
    border: 1px solid;
    border-radius: 0px 18px 18px 0px;
    float: left;
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.custome_order_class_title {
    /* position: absolute; */
    top: 84px;
    display: flex;
}

.custome_order_class_title i {
    font-size: 20px;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    padding: 10px;
    color: white;
    border-radius: 30px;
    border-radius: 18px 0px 0px 18px;
    float: left;
    line-height: 28px;
}

.bt_order_details_custome tr td,
.bt_order_details_custome tr td a {
    font-size: 18px;
    color: black;
    font-weight: 500 !important;
}

.bt_order_details_custome {
    background-color: white;
}

.bt_order_details_custome h2.woocommerce-column__title {
    font-size: 23px;
}

.bt_order_details_custome tr th {
    font-size: 23px;
    color: black;
    font-weight: 600 !important;
}

.bt_details_adreess .addresses {
    display: flex;
}

.bt_details_adreess .woocommerce-column {
    background-color: white;
    padding: 20px;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: black;
    margin-bottom: 15px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.my_custome_table {
    margin-top: 35px;
}

address.custome_adress {
    border: none !important;
    font-size: 17px;
    color: black;
    line-height: 1.8em;
}

.bt_details_adreess .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    float: right;
    margin-left: 2%;
}

.account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

li.register_class a.xoo-el-action-sc.xoo-el-reg-tgr {
    opacity: 0;
    position: absolute;
}

li.register_class {
    position: relative;
}

li.register_class a.xoo-el-action-sc {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

button.bathup_btn.bathup_color_primary.xoo-el-action-btn {
    padding: 10px;
    border: none;
}

li.loging_user_check a.xoo-el-action-sc.xoo-el-login-tgr {
    display: none;
}

.wmc-image img {
    width: 291px !important;
    height: 109px;
    object-fit: cover;
}

.woocommerce a.button.alt:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce #content input.button.alt:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce-page #content input.button:hover:after {
    display: none !important;
}

.compare,
.yith-wcwl-add-button {
    display: none !important;
}

.compare.bu_compare_btn,
.yith-wcwl-add-button.bu_wishlist_btn {
    display: block !important;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 15px;
}

.yith-wcwl-wishlistexistsbrowse {
    display: none;
}

.compare_prodpg_icon {
    height: 50px;
    width: 50px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.compare_prodpg_icon svg {
    margin: auto;
}

.bu_wishlist_btn .add_to_wishlist {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important;
}

.yith-wcwl-wishlistaddedbrowse a {
    color: #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
}

.bu_wishlist_main_sec .btn.button.show-title-form {
    visibility: visible;
    border-radius: 75px;
    border-color: #5a5a5a;
    border: 1px solid #5a5a5a;
    font-size: 17px !important;
    color: #5a5a5a !important;
    padding: 8px 25px;
}

.bu_wishlist_main_sec .wishlist_table tr td.product-thumbnail a img {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.entry-content .bu_wishlist_main_sec .wishlist_table {
    border: 1px solid #ddd !important;
    border-radius: 15px;
}

.bu_wishlist_main_sec .wishlist_table th {
    font-size: 17px;
    padding: 10px !important;
    text-align: center !important;
}

.bu_wishlist_main_sec .product-add-to-cart a {
    margin: 0 auto !important;
    background-color: #5a5a5a;
    color: #fff;
    border-radius: 75px;
    padding: 10px 20px;
}

.bu_wishlist_main_sec .wishlist_table .product-stock-status span.wishlist-in-stock,
.bu_wishlist_main_sec .product-price .amount {
    font-size: 16px;
}

.bu_wishlist_main_sec .product-name a {
    font-size: 15px;
    color: #5a5a5a;
}

.bu_wishlist_main_sec .product-remove .remove {
    font-size: 26px !important;
}

.bu_wishlist_main_sec .hidden-title-form>input[type=text] {
    padding-right: 65px;
    line-height: 1;
    height: 50px;
    border-radius: 75px;
    padding: 10px 20px;
    font-size: 18px;
}

.bu_wishlist_main_sec .hidden-title-form a i {
    color: #5a5a5a;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
    background: transparent !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    /*============ Cart Page ===============*/
    .cart_page_section {
        margin-top: 50px;
    }
    nav.woocommerce-breadcrumb,
    nav.woocommerce-breadcrumb a {
        font-size: 16px;
        color: #000 !important;
    }
    .wmc-content {
        width: 320px;
        right: 50px;
        height: 370px;
    }
    .page_title_main_section {
        height: 112px !important;
        margin-top: 50px;
    }
    .page_title_main_section_box {
        font-size: 21px !important;
        margin-left: 0px !important;
    }
    .cart_page_section td.product-subtotal {
        display: none !important;
    }
    .cart_page_section .cart_item .quantity {
        width: auto;
        z-index: 999;
        margin: auto !important;
        right: auto !important;
        left: auto !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .cart_page_row .custome_img img {
        width: 105px !important;
        margin: 0 auto !important;
        display: block;
        float: none;
    }
    .cart_page_row a.remove {
        position: absolute;
        right: 0;
    }
    .cart_page_row td.product-price.custome_prize span.woocommerce-Price-amount.amount {
        margin-top: 12px !important;
        margin-bottom: 18px !important;
    }
    .cart_page_row .custome_img img {
        width: 105px !important;
        margin: 0 auto !important;
        display: block;
        float: none;
    }
    .cart_totals h2 {
        font-size: 21px;
    }
    table#yith-ywrq-table-list td.product-remove i {
        padding: 4px;
        float: right;
        margin-right: 10px;
        padding: 4px;
        float: right;
        margin-right: 25px;
        margin-top: -16px !important;
    }
    table#yith-ywrq-table-list td.product-name {
        width: 300px;
    }
    table#yith-ywrq-table-list tr td {
        text-align: left !important;
    }
    table#yith-ywrq-table-list tr td {
        border: none !important;
        border-radius: 20px;
    }
    .cart_page_row .cart_sub_total {
        font-size: 17px;
        margin-right: 0 !important;
        margin: auto !important;
        display: flex;
        margin-top: 10px !important;
    }
    .cart_page_row td.product-quantity {
        display: flex !important;
    }
    .shop_table .coupon {
        margin-bottom: 16px !important;
    }
    .cart_page_row td.product-price.custome_prize {
        display: flex !important;
    }
    .cart_page_row .custome_prize span.woocommerce-Price-amount.amount {
        color: black;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        font-size: 19px;
        margin: auto !important;
        margin-bottom: 24px;
        margin-top: 3px !important;
    }
    .cart_page_section tr.woocommerce-cart-form__cart-item.cart_item td {
        width: 100% !important;
        position: relative !important;
        height: auto !important;
        position: relative;
        margin: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        padding: 5px !important;
    }
    .cart_page_row {
        padding: 10px !important;
    }
    form.woocommerce-cart-form {
        width: 100%;
        margin-right: 0px !important;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .woocommerce-cart-form__cart-item td {
        padding: 5px !important;
    }
    tr.woocommerce-cart-form__cart-item.cart_item {
        display: grid;
    }
    .cart-collaterals {
        width: 100% !important;
        float: right;
        background-color: white;
        box-shadow: 1px 4px 13px -7px;
        padding: 20px;
    }
    .cart_page_row .custome_img img {
        width: 100px !important;
        margin: auto;
    }
    .cart_page_row .custome_img img {
        width: 105px !important;
        margin-top: 15px !important;
    }
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .cart-collaterals {
        padding: 10px;
        border: 1px solid #083b44;
    }
    td.product-quantity,
    .product-price.custome_prize {
        position: relative;
        margin: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 5px !important;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none !important;
    }
    .custome_get_short_description {
        width: 100%;
        font-size: 16px;
        margin-top: 35px;
        text-align: center;
    }
    .cart_page_row td.product-name a {
        font-size: 15px;
        padding: 0px 13px !important;
        text-align: center;
        line-height: 1.3;
    }
    .product-price.custome_prize,
    .cart_page_row .cart_sub_total {
        font-size: 15px !important;
    }
    .cart_page_row td.product-remove {
        padding: 0px !important;
        right: 10px !important;
    }
    .cart_page_row td.product-remove i {
        padding: 5px;
    }
    .custome_cart input#coupon_code {
        width: 158px !important;
        font-size: 15px !important;
        padding: 5px;
        margin: auto;
        margin-bottom: 15px;
        height: 42px !important;
        padding: 10px 20px !important;
    }
    .custome_cart .actions .coupon {
        display: grid;
        padding-right: 0px;
        padding-bottom: 0px !important;
    }
    .cart_page_row .cart_sub_total {
        margin: auto !important;
        padding-top: 15px;
    }
    .custome_cart .actions button {
        /* padding: 0px 10px !important; */
        width: 158px;
        margin: auto;
    }
    .cart_totals h2 {
        text-align: center;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff !important;
    }
    tr.custome_cart {
        border-collapse: collapse;
        width: 100%;
        display: flex;
    }
    .custome_cart .actions {
        border: 1px solid #083b44;
        display: grid !important;
        width: 100%;
    }
    .cart_totals .sub_heading {
        margin-bottom: 0px !important;
    }
    .cart_totals tr {
        font-size: 16px;
        color: black;
        display: flex;
    }
    .quantity .qty_button,
    .quantity input {
        font-size: 16px !important;
    }
    button.qty_button.custome_btn:after {
        top: 35% !important;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell !important;
        flex: 1;
    }
    tr.order-total td {
        background-color: transparent !important;
    }
    .gto_why_us_box.contact_about {
        margin-left: 0 !important;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
        font-size: 17px;
        color: black;
        padding: 0px !important;
        border-radius: 15px;
    }
    .cart_page_row td.product-remove i {
        padding: 4px;
        float: right;
        margin-right: 10px;
    }
    .custome_checkout_btn {
        width: 174px !important;
        margin: auto;
    }
    .cart_page_row .quantity {
        position: absolute;
        left: 132px !important;
        bottom: 18px !important;
        float: left;
        width: 139px !important;
    }
    tr.woocommerce-cart-form__cart-item.cart_item {
        display: flex;
    }
    td.product-thumbnail.custome_img {
        width: 504px !important;
        height: 126px !important;
        object-fit: cover;
        max-width: 128px !important;
    }
    .cart_page_row td.product-name a {
        text-align: center !important;
        margin-top: 0px;
    }
    .cart_page_section td.product-subtotal {
        position: absolute !important;
    }
    .cart_page_section tr.woocommerce-cart-form__cart-item.cart_item td {
        background-color: white !important;
    }
    .cart_page_section td.product-remove {
        z-index: 9999;
        width: 10px !important;
    }
    .cart_page_section td.product-thumbnail.custome_img a {
        z-index: 99;
    }
    .cart_page_section span.woocommerce-Price-amount.amount {
        z-index: 999;
        font-size: 16px;
    }
    .cart_page_row .cart_sub_total {
        font-size: 17px;
        margin-top: 15px !important;
    }
    .cart_page_section td.product-thumbnail.custome_img {
        z-index: 99;
    }
    .cart_page_section .cart_item .quantity {
        width: auto !important;
        z-index: 999;
    }
    .cart_page_section td.product-price.custome_prize {
        position: absolute;
        bottom: 0;
        right: 0px;
    }
    .cart_page_section td.product-quantity {
        position: absolute;
        bottom: 0;
    }
    .cart_page_section tr.woocommerce-cart-form__cart-item.cart_item {
        border: 1px solid black
    }
    .cart_page_row .quantity {
        position: relative;
        left: 103px;
        bottom: 42px;
        float: left;
        width: 139px !important;
    }
    .cart_page_row tr.woocommerce-cart-form__cart-item.cart_item {
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .cart_page_row td.product-remove {
        position: absolute;
        right: 0;
        top: 14px;
    }
    .cart_page_row table.shop_table.shop_table_responsive th {
        font-size: 15px;
    }
    .cart_page_row .cart_totals table.shop_table_responsive tr {
        display: flex;
    }
    /* ==================== CHECKOUT PAGE =================== */
    div#customer_details .woocommerce-input-wrapper input {
        font-size: 14px !important;
    }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        padding: 6px;
    }
    .woocommerce-billing-fields__field-wrapper span.select2-selection.select2-selection--single {
        height: 38px;
    }
    .checkout_page_main_section .woocommerce table.shop_table td {
        font-size: 14px;
    }
    /* ==================== ACCOUNT pAGE =================== */
    /*===================Account page======================*/
    .cart_page_box .td.product-name,
    .td.product-thumbnail.custome_img {
        background-color: white !important;
    }
    .bathup_btn.xoo-el-action-btn {
        font-size: 18px;
        width: 200px;
        margin: 0 auto;
    }
    .xoo-el-main {
        padding: 26px 8px;
    }
    .bt_details_adreess .addresses {
        display: block;
    }
    .row_class_edit_uer {
        display: block;
    }
    .col_4_edit_user {
        width: 100%;
    }
    .save_account_details_btn {
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }
    .custome_order_box {
        padding: 53px 14px;
    }
    .title_account {
        font-size: 37px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 13px;
    }
    .my_custome_table tr th,
    .woocommerce table.shop_table th {
        font-size: 21px;
    }
    .custome_order_box_text,
    .my_custome_table tr td,
    .bt_order_details_custome tr td,
    .bt_order_details_custome tr td a,
    address.custome_adress,
    .woocommerce-MyAccount-content p {
        font-size: 15px;
        line-height: 1.2;
    }
    .custome_order_col_4 {
        padding: 16px;
    }
    .bu_custome_log_out .custome_order_class {
        margin-top: 30px;
    }
    .custome_order_box {
        padding: 53px 7px;
    }
    .custome_order_box_icon {
        font-size: 26px;
        height: 51px;
    }
    .account_page_custome_section .woocommerce-MyAccount-content {
        padding: 18px 4px;
    }
    .account_page_custome_section .woocommerce-MyAccount-navigation {
        float: left;
        width: 22% !important;
    }
    .custome_order_box_text {
        height: 20px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 21px 10px !important;
        font-size: 15px;
        font-weight: 600;
        transition: all 300ms ease;
        margin-bottom: 0px !important;
        width: 50%;
        float: left;
    }
    .account_page_custome_section .woocommerce {
        display: block;
    }
    .account_page_custome_section .woocommerce-MyAccount-navigation {
        float: left;
        width: 100% !important;
        padding-bottom: 0px !important;
        padding-top: 0px;
    }
    .addresses_custome_addresses .woocommerce-Address {
        margin-bottom: 20px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation ul {
        padding: 0px !important;
        line-height: 0;
    }
    .account_page_custome_section .woocommerce-MyAccount-content {
        float: right;
        padding: 20px 20px;
        width: 100% !important;
    }
    .custome_order_class_title,
    .custome_order_class_title_checkout {
        top: 65px;
    }
    .custome_order_class_title,
    .custome_order_class_title_checkout {
        display: none;
    }
    .custome_order_col_4 {
        width: 100%;
    }
    .custome_order_class_row {
        display: block;
    }
    .quantity {
        width: 127px !important;
        height: 43px;
    }
    .quantity input.qty {
        width: 48px !important;
        font-size: 15px !important;
        top: 3px;
    }
    .product_inner_btn {
        display: flex;
    }
    .woocommerce .quantity input.qty {
        font-size: 15px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 163px;
        padding: 21px 12px;
        height: 35px !important;
        font-size: 15px !important;
    }
    .cart_page_row {
        padding: 22px 0px !important;
    }
    .cart_page_section {
        margin-top: 50px;
    }
    .wmc-content {
        right: 183px;
    }
    .page_title_main_section_box {
        font-size: 26px;
    }
    .page_title_main_section {
        height: 148px !important;
        margin-top: 50px !important;
    }
    .cart_page_row .custome_img img {
        width: 82px !important;
    }
    button.qty_button.minus.custome_btn:after {
        top: 14px;
    }
    button.qty_button.minus.custome_btn:before {
        top: 21px;
        right: -48px;
    }
    .cart_page_row {
        padding: 45px 13px !important;
    }
    .cart_page_row table.shop_table.shop_table_responsive tr td {
        font-size: 17px;
        color: black;
    }
    .cart_page_row .input-text.qty {
        height: 38px !important;
    }
    .custome_btn {
        width: 53px !important;
        height: 38px !important;
    }
    .cart_page_row td.product-name a {
        font-size: 16px;
        float: left;
        width: 100%;
        display: block;
        text-align: left;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none !important;
    }
    .cart_page_row td.product-name {
        text-align: left;
        float: left;
    }
    .cart_page_row .woocommerce a.remove {
        display: block;
        font-size: 18px;
    }
    .cart_page_row input#coupon_code {
        height: 44px;
    }
    .cart_page_row span.custome_totla {
        margin-right: 8px;
    }
    .cart_page_row .cart_sub_total {
        font-size: 17px;
    }
    .cart_page_row td.product-remove i {
        padding: 4px;
    }
    .coupon .bathup_btn {
        width: 161px;
        font-size: 19px;
    }
    tr.woocommerce-cart-form__cart-item.cart_item button.bathup_btn.bathup_color_primary,
    tr.custome_cart button.bathup_btn.bathup_color_primary {
        width: auto;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cart_page_row .cart_sub_total {
        padding: 8px 10px;
    }
    .cart_page_row .coupon {
        float: left !important;
    }
    .cart-collaterals {
        padding: 9px;
    }
    .custome_get_short_description {
        width: 359px;
        font-size: 16px;
        text-align: left;
    }
    button.qty_button.plus.custome_btn:after {
        top: 13px;
    }
    .cart_page_row td.product-subtotal {
        display: none !important;
    }
    .cart_page_row .quantity {
        position: absolute;
        right: 114px;
        bottom: 19px;
    }
    .cart_totals h2,
    .shipping_calculator h2 {
        text-transform: capitalize;
        font-size: 22px;
    }
    form.woocommerce-cart-form {
        width: 100%;
        float: left;
        margin-right: 1%;
    }
    .cart-collaterals {
        width: 57% !important;
        float: right;
    }
    td.product-thumbnail.custome_img {
        display: block !important;
        float: left;
    }
    .cart_page_row table.shop_table.shop_table_responsive th {
        display: block !important;
        font-size: 16px;
    }
    .cart_page_row table.shop_table_responsive tr {
        display: block;
    }
    .custome_checkout_btn {
        width: 175px !important;
    }
    .cart-collaterals .shop_table tr {
        display: flex !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 28px 6px;
    }
    .custome_order_box_text {
        font-size: 14px;
    }
    .custome_order_col_4 {
        padding: 30px 7px;
    }
    /*================Account Page=================*/
    .custome_order_box {
        padding: 53px 14px;
    }
    .title_account {
        font-size: 37px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
    .my_custome_table tr th,
    .woocommerce table.shop_table th {
        font-size: 21px;
    }
    .custome_order_box_text,
    .my_custome_table tr td,
    .bt_order_details_custome tr td,
    .bt_order_details_custome tr td a,
    address.custome_adress,
    .woocommerce-MyAccount-content p {
        font-size: 15px;
    }
    .custome_order_col_4 {
        padding: 8px;
    }
    .bu_custome_log_out .custome_order_class {
        margin-top: 30px;
    }
    .custome_order_box {
        padding: 53px 7px;
    }
    .custome_order_box_icon {
        font-size: 26px;
        height: 51px;
    }
    .account_page_custome_section .woocommerce-MyAccount-content {
        padding: 18px 4px;
    }
    .account_page_custome_section .woocommerce-MyAccount-navigation {
        float: left;
        width: 22% !important;
    }
    .custome_order_box_text {
        height: 20px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        display: inline-block !important;
        padding: 22px 14px !important;
        font-size: 15px;
        font-weight: 600;
        transition: all 300ms ease;
        margin-bottom: 0px !important;
    }
    .account_page_custome_section .woocommerce {
        display: block;
    }
    .account_page_custome_section .woocommerce-MyAccount-navigation {
        float: left;
        width: 100% !important;
        padding-bottom: 0px !important;
        padding-top: 0px;
    }
    .addresses_custome_addresses .woocommerce-Address {
        margin-bottom: 20px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation ul {
        padding: 0px !important;
        line-height: 0;
    }
    .account_page_custome_section .woocommerce-MyAccount-content {
        float: right;
        padding: 20px 20px;
        width: 100% !important;
    }
    .custome_order_class_title,
    .custome_order_class_title_checkout {
        top: 65px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 163px;
        padding: 21px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 28px 6px;
    }
    .custome_order_box_text {
        font-size: 14px;
    }
    .custome_order_col_4 {
        padding: 30px 7px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 163px;
        padding: 21px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 28px 6px;
    }
    .custome_order_box_text {
        font-size: 14px;
    }
    .custome_order_col_4 {
        padding: 30px 7px;
    }
    .compare.bu_compare_btn,
    .yith-wcwl-add-button.bu_wishlist_btn {
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 181px;
        padding: 23px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 28px 6px;
    }
    .custome_order_box_text {
        font-size: 16px;
    }
    .custome_order_col_4 {
        padding: 30px 10px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 181px;
        padding: 23px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 37px 19px;
    }
    .custome_order_box_text {
        font-size: 16px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 181px;
        padding: 24px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 37px 19px;
    }
    .custome_order_box_text {
        font-size: 17px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /* =========== Cart Page ============== */
    .cart_page_row table.cart td.actions .coupon .input-text {
        width: 181px;
        padding: 24px 12px;
        height: 35px !important;
    }
    /* ================ MY ACCOUNT PAGE ============ */
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }
    .account_page_custome_section nav.woocommerce-MyAccount-navigation li {
        padding: 10px 17px 10px !important;
    }
    .custome_order_box_icon {
        font-size: 31px;
    }
    .custome_order_box {
        padding: 37px 19px;
    }
    .custome_order_box_text {
        font-size: 17px;
    }
}