/* homepage css start here */
.about-cards img {
    filter: brightness(0) invert(1);
}
.cta-btn a:hover{
    background-color: #7a9f0b !important;
}

.our-product-view-all-btn a:hover {
    background: transparent !important;
    border-color: #212121 !important;
    color: #212121 !important;
}
/* homepage css end here */
/* contact page css start here */
.contact-form .elementor-message-success {
    text-align: center;
    border-radius: 3px;
    padding: 7px;
    color: #fff;
}
/* contact page css end here */



/* my-account-page-css-start  */
.woocommerce-account .entry-title,
.woocommerce-checkout .entry-title {
    margin: 30px auto 50px;
    text-align: center;
    border-bottom: 1px solid #212121;
    padding: 10px;
    font-size: 54px;
    color: #212121;
    max-width: max-content;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    padding: 20px;
    box-shadow: 0px 0px 20px #0000001a;
    background-color: white;
    margin-bottom: 50px;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
    font-size: 22px;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
}

.woocommerce-checkout #customer_details #ship-to-different-address span {
    font-size: 16px;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
}

.woocommerce-checkout .wc_payment_methods p.testmode-info {
    margin-bottom: 20px;
    color: #000 !important;
}

.woocommerce-checkout .wc_payment_methods p.testmode-info a {
    color: #de2c39;
}

.woocommerce-checkout #customer_details #ship-to-different-address #ship-to-different-address-checkbox {
    height: 20px;
    width: 20px;
    accent-color: #de2c39;
    margin-right: 5px;
}

.woocommerce-checkout #order_review {
    margin-bottom: 80px;
}

#order_review tfoot th,
#order_review tfoot td {
    background: #80808026;
    color: black;
    font-size: 16px;
    font-weight: 700 !important;
}

#order_review .cart_item td.product-name {
    border: 1px;
}

#order_review tfoot th {
    background: #80808026;
    color: black;
    border: 1px solid black !important;
    text-align: start !important;
}

#order_review th,
#order_review td {
    border-width: 1px 1px 0px 1px !important;
}

#order_review td:first-child {
    border-width: 1px 0px 0 0 !important;
}

#order_review tfoot th {
    border-width: 1px 0 0 0 !important;
}

#order_review table {
    border-color: black;
    border-width: 0 0 1px 1px;
    border-radius: 0;
}

#order_review td {
    border: 1px solid black !important;
    border-width: 1px 1px 0 1px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px;
    background-color: white;
    min-width: 300px;
    margin-bottom: 70px;
    padding: 40px 30px;
    box-shadow: 0px 0px 20px #0000001a;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
    margin: 0 15px 70px 330px;
    padding: 20px;
    height: auto;
    float: unset;
    box-shadow: 0px 0px 20px #0000001a;
    background-color: white;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
    display: block;
    transition: .3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/dashboardpng.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/order.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/subscribe.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-event-orders a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/event-order.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/download.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/location.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/payment.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/account-detailspng.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--entry a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/Entity.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--myreferrals a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/referral.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url(/wp-content/themes/hello-elementor-child/assets/images/log-out.png);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
    filter: brightness(0) saturate(100%) invert(58%) sepia(44%) saturate(5290%) hue-rotate(45deg) brightness(100%) contrast(91%);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content .mep-user-ticket-list {
    margin-top: 30px;
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content table thead th,
.woocommerce-checkout table th {
    background-color: #7a9f0b;
    color: white;
}

.woocommerce-account .woocommerce-MyAccount-content table tbody td,
.woocommerce-account .woocommerce-MyAccount-content table tbody th,
.woocommerce-checkout table tbody td,
.woocommerce-checkout table tbody th {
    background-color: white !important;
    color: black !important;
    text-align: start;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td,
.woocommerce-checkout table th,
.woocommerce-checkout table td {
    padding: 10px !important;
    border-bottom: solid 1px #7a9f0b !important;
    border-right: solid 1px #7a9f0b !important;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: start;
    border: solid 1px #7a9f0b !important;
}

.woocommerce-checkout table tbody td.woocommerce-table__product-name a {
    color: #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content table,
.woocommerce-checkout table table {
    border: solid 1px black;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
    display: flex;
    border-color: #7a9f0b;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 20px 20px 60px;
    color: black;
    background-color: white !important;
    border-right: solid 1px #00000029;
    border-bottom: solid 1px #00000029;
    border-left: solid 1px #00000029;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::after,
.woocommerce-checkout .woocommerce-message::after,
.woocommerce-checkout .woocommerce-info::after,
.woocommerce-checkout .woocommerce-error::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-error::before {
    color: #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-error a {
    line-height: normal;
    background-color: #212121;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 12px 14px 12px;
    transition: .3s;
    margin-left: auto;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error a:hover,
.woocommerce-checkout .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce-message a:hover,
.woocommerce-checkout .woocommerce-error a:hover {
    background-color: #7a9f0b;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .mep-fb-order-search-sec {
    display: flex;
    border: solid 1px black;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .mep-fb-order-search-sec input {
    border: 0 !important;
    padding: 10px !important;
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content .mep-fb-order-search-sec button {
    border: solid black;
    padding: 10px 20px;
    border-width: 0 0 0 1px;
    border-radius: 0;
    background-color: #de2c39 !important;
    color: white;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
    width: 49%;
    padding: 20px;
    box-shadow: 0px 0px 20px #0000001a;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses::before,
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address h2 {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses address {
    font-style: normal;
    color: black;
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address header::before,
.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address header::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-checkout h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 22px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content label,
.gens-refer-a-friend label,
.woocommerce-checkout label {
    color: black;
    line-height: normal !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content label .required,
.woocommerce-checkout .required {
    color: red;
    font-size: 20px;
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content input,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.gens-refer-a-friend input,
.gens-refer-a-friend textarea,
.gens-refer-a-friend select {
    border: solid 1px black !important;
    border-radius: 0 !important;
    padding: 10px !important;
    color: black;
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: inline-block;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 49%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    border: solid 1px #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    color: black;
}

.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.gens-refer-a-friend input:focus,
.gens-refer-a-friend textarea:focus,
.gens-refer-a-friend select:focus {
    border-color: #de2c39;
}

.select2-container .select2-selection--single {
    height: auto !important;
    border: solid 1px black !important;
    border-radius: 0 !important;
    padding: 10px;
    color: black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding: 0 !important;
    color: black !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    width: auto !important;
    right: 25px !important;
    left: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent !important;
    border-width: 8px 7px 0 7px !important;
}

.woocommerce-account .woocommerce-MyAccount-content button.button,
.checkout_coupon button.button,
#place_order {
    background-color: var(--e-global-color-primary);
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 40px 18px 40px;
    position: relative;
    transition: .3s;
    margin-top: 30px;
    border: 0;
}

.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.checkout_coupon button.button:hover,
#place_order:hover {
    background-color: #7a9f0b !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-account .woocommerce-MyAccount-content .shop_table.subscription_details td:last-child a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods a.button {
    background-color: #212121 !important;
    margin: 5px;
    color: white !important;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 0;
    width: fit-content !important;
    text-transform: capitalize;
    line-height: normal;
    font-size: 14px;
    transition: 0.3s all;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-account .woocommerce-MyAccount-content .shop_table.subscription_details td:last-child a:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods a.button:hover {
    background-color: #7a9f0b !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
    color: #7a9f0b;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: black;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 35px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td span {
    font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
    background-color: #80808029;
}

.gens-refer-a-friend .gens-raf-reward {
    background: #FFE4E6;
    color: #de2c39;
    font-weight: 600;
    border-radius: 0;
}

.gens-refer-a-friend .gens-referral_share__email__inputs {
    flex-direction: row !important;
    gap: 20px;
    margin-top: 20px;
}

.gens-refer-a-friend .gens-referral_share__email__inputs:first-child {
    margin: 0 !important;
}

.gens-refer-a-friend .gens-referral_share__email__inputs input {
    width: 50%;
}

.gens-refer-a-friend #js--gens-email-clone,
.gens-refer-a-friend #js--gens-email-remove {
    background-color: #7a9f0b;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    top: -1px;
}

.gens-refer-a-friend .gens-raf-field--email .gens-raf-send-emails {
    background-color: var(--e-global-color-primary) !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    padding: 22px 12px 22px 12px !important;
    border: 0 !important;
    height: auto;
    line-height: normal;
    margin-top: 30px;
}
.gens-refer-a-friend .gens-raf-field--email .gens-raf-send-emails:hover{
    background-color: #7a9f0b !important;
}

.gens-raf-submit-success div {
    border-radius: 0 !important;
    padding: 22px 12px 22px 12px !important;
    margin-top: 30px;
}

.gens-refer-a-friend .gens-referral_share a {
    background-color: #7a9f0b;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    flex-basis: unset;
    flex-grow: unset;
    flex-shrink: unset;
    border: solid 1px #7a9f0b;
    transition: .3s;
}

.gens-refer-a-friend .gens-referral_share a svg {
    fill: white;
    height: 20px;
    width: 20px;
    transition: .3s;
}

.gens-refer-a-friend .gens-referral_share a:hover {
    background-color: white;
    opacity: 1;
}

.gens-refer-a-friend .gens-referral_share a:hover svg {
    fill: #7a9f0b;
}

.gens-refer-a-friend .gens-raf-field--social {
    margin-top: 40px;
}

.gens-refer-a-friend .gens-referral_stats__title {
    font-size: 22px;
    margin-top: 20px;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
}

.gens-refer-a-friend .gens-referral_stats div:first-child {
    background-color: #7a9f0b;
}

.gens-refer-a-friend .gens-referral_stats div:last-child {
    background-color: #7a9f0b29;
}

.gens-refer-a-friend .gens-referral_stats {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email {
    word-wrap: break-word;
    line-height: normal;
}

.woocommerce-account .woocommerce-MyAccount-content .my_account_subscriptions {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .shop_table.subscription_details tr td:first-child,
.woocommerce-checkout table.order_details tfoot tr th {
    background-color: transparent !important;
    font-weight: 600 !important;
    color: black !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details header h2 {
    margin: 0 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="checkbox"] {
    height: 20px;
    width: 20px;
    accent-color: #f6424b;
}

.gens-refer-a-friend .gens-raf-reward>span {
    border-color: #f6424b;
}

.gens-refer-a-friend .gens-copy input {
    padding-right: 40px !important;
    text-overflow: ellipsis;
}

.gens-refer-a-friend .gens-referral_share {
    flex-wrap: wrap;
}

.entries-main .entries-box {
    box-shadow: 0px 0px 20px #0000001a;
    padding: 20px;
    text-align: center;
    max-width: 500px;
    margin: 50px auto 0;
}

.entries-main .entries-box h3 {
    margin: 0;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}

.entries-main .entries-box h4 {
    margin: 10px 0 0;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
}

.woocommerce-payment-methods a.button {
    background-color: #212121 !important;
    border-radius: 0;
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: 0.3s all;
}
.woocommerce-payment-methods a.button:hover{
    background-color: #7a9f0b !important;
}

ul.woocommerce-PaymentMethods,
.woocommerce-Payment .form-row {
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content #update_all_subscriptions_addresses_field .checkbox strong {
    font-weight: 600;
}

/* my-account-page-css-end  */

/* side cart css start here */
.kaolin-side-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background: #7a9f0b;
    font-size: 16px;
    font-family: 'Poppins' !important;
}

.kaolin-side-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background: #212121;
}

.kaolin-side-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background: #212121;
    font-size: 16px;
    font-family: 'Poppins' !important;
}

.kaolin-side-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background: #7a9f0b;
}
.kaolin-side-cart .elementor-menu-cart__subtotal strong {
    font-weight: 600;
}

.kaolin-side-cart span.quantity {
    font-family: 'Poppins';
    color: #212121 !important;
}
.kaolin-side-cart .product-remove {
    border-color: #212121;
}

.kaolin-side-cart .product-remove::before,.kaolin-side-cart .product-remove::after {
    background: #212121;
}
/* side cart css end here */

.woocommerce-cart p.return-to-shop {
    margin-bottom: 60px;
}

.woocommerce-cart p.return-to-shop a.button.wc-backward {
    background: #212121;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 15px 25px;
    transition: 0.3s all;
}

.woocommerce-cart p.return-to-shop a.button.wc-backward:hover {
    background: #7a9f0b;
}
 

.woocommerce-cart .wc-empty-cart-message .cart-empty {
    border-top-color: #7a9f0b !important;
}

.woocommerce-cart .wc-empty-cart-message .cart-empty::before {
    color: #7a9f0b;
}



.woocommerce-checkout .woocommerce-form-coupon button.button {
    margin-top: 0 !important;
    border: 0;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.single-post h4 {
    font-family: 'Poppins';
}

/* media Query start here  */

@media (max-width:1340px){
    .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width:1024px){

    .header-author-name a{
        color: #fff !important;
    }
    header nav.elementor-nav-menu__container {
        top: 65px !important;
    }
    .footer-main ul.elementor-icon-list-items li.elementor-icon-list-item a {
        word-break: break-all !important;
    }
    footer .hfe-nav-menu a.hfe-menu-item { 
        line-height: 24px !important;
    }
    .shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .single-product section.related.products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
}

@media (max-width:767px){
    .shop-products ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .woocommerce-cart .woocommerce .cart.woocommerce-cart-form__contents td.actions .coupon input#coupon_code { 
        width: 100%; 
    }
    .woocommerce-cart .woocommerce .cart.woocommerce-cart-form__contents td.actions button.button {
        width: 100%; 
        margin-top: 10px;
    }

    #gens-referral_share__email .gens-referral_share__email__inputs {
        flex-direction: column !important;
        gap: 0px;
    }

    .gens-refer-a-friend .gens-referral_share__email__inputs input {
        width: 100%;
    }

    .gens-refer-a-friend .gens-raf-reward {
        flex-wrap: wrap;
    }

    .gens-refer-a-friend .gens-referral_stats {
        display: flex;
        flex-wrap: wrap;
    }

    .gens-refer-a-friend .gens-referral_stats div {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last {
        width: 100%;
    }


    .woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content .my_account_subscriptions,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
        margin: 0;
        border: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .my_account_subscriptions tr,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
        margin-bottom: 30px;
        border-bottom: solid 1px #de2c39;
    }

    .woocommerce-account .woocommerce-MyAccount-content .my_account_subscriptions tr:last-child,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr:last-child {
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .my_account_subscriptions td,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
        border-width: 1px 1px 0px 1px !important;
        background-color: white !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content .mep-user-ticket-list::-webkit-scrollbar,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details::-webkit-scrollbar {
        height: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .mep-user-ticket-list::-webkit-scrollbar-thumb,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details::-webkit-scrollbar-thumb {
        height: 5px;
        background-color: #7a9f0b;
        border-radius: 50px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .mep-user-ticket-list::-webkit-scrollbar-track,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details::-webkit-scrollbar-track {
        height: 5px;
        background-color: #80808033;
        border-radius: 50px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .mep-user-ticket-list,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
        overflow-y: auto;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
        padding-bottom: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table {
        white-space: nowrap;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody td a {
        white-space: break-spaces;
        width: 150px;
        display: block;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 65px !important;
        min-width: 65px !important;
        padding: 20px !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 0;
    }
    .woocommerce-account .woocommerce {
        display: flex;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-left: 5px !important;
        margin-right: 0 !important;
        padding: 20px 10px !important;
        width: 90% !important;
    }
    .woocommerce-account .entry-title, .woocommerce-checkout .entry-title {
        font-size: 36px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a {
        font-size: 14px !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
        padding-left: 40px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
        left: 10px;
    }
    #add_payment_method #payment .woocommerce-Button {
        padding: 10px 15px !important;
    }
    .single-product h1.product_title { 
        font-size: 28px;
        line-height: 38px;
    }
    .single-product section.related.products ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .woocommerce-account div#customer_login h2 {
        font-size: 36px;
        margin-bottom: 0 !important;
    }
    
    .woocommerce-account div#customer_login .woocommerce-form-login {
        margin-top: 20px;
    }
    
    .woocommerce-account div#customer_login  .woocommerce-form-register {
        margin-top: 20px;
    }
    .woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
        margin-top: 20px !important;
    }
    .woocommerce-checkout .woocommerce-info {
        padding-left: 40px !important;
    }
    
    .woocommerce-checkout .woocommerce-info::before {
        left: 10px !important;
    }
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        height: 350px !important;
        object-position: 100%;
        object-fit: cover;
    }
    .single-product .flex-viewport {
        height: 350px !important;
    }
}