.page-products button.action.tocart.primary {
    position: relative;
    overflow: hidden;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    font-weight: 500;
    letter-spacing: 0.089em;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease-in-out;
    user-select: none;
    flex-shrink: 0;
    border: 1px solid #a7c957 !important;
    background: rgb(255, 255, 255) !important;
    color: #7e9342;
    font-size: 14px;
    min-width: 64px;
    padding: 0 16px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}


.page-products button.action.tocart.primary:active {
    background: rgba(0, 134, 0, 0.3) !important;
}

/* Ripple Effect */
button.action.tocart.primary .ripple {
    position: absolute;
    border-radius: 50%;
    background: #7e9342;
    transform: scale(0);
    animation: ripple-animation 1s linear;
    opacity: 1;

}

/* Ripple Animation */
@keyframes ripple-animation {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(5);
        opacity: 0;
    }
}

.page-products .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    color: #454546 !important;
    font-size: 16px;
    letter-spacing: 1px !important;
}

.page-products .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
    color: #000;
}

.page-products .popup_control input[type="number"] {
    border: none;
    box-shadow: none;
}

.page-products .qty-plus,
.page-products .qty-minus {
    background-color: rgb(239, 239, 239);
    color: rgb(0, 0, 0);
    min-width: 28px !important;
    height: 35px !important;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
}

.page-products .qty-plus {
    margin-left: 0px !important;
}

.page-products .qty-minus {
    margin-right: 0px !important;
}

/* Ripple Effect for Quantity Buttons */
.page-products .qty-minus,
.page-products .qty-plus {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: rgb(239, 239, 239);
    color: rgb(0, 0, 0);
    min-width: 28px !important;
    height: 35px !important;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}


.page-products .qty-minus:active,
.page-products .qty-plus:active {
    background-color: #7e9342 !important;
    border: 1px solid #a7c957 !important;
}

.qty-minus .ripple,
.qty-plus .ripple {
    position: absolute;
    background: rgba(0, 134, 0, 0.3);
    /* Green ripple */
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    animation: ripple-ani 1s linear;
}

/* Ripple Animation */
@keyframes ripple-ani {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(4);
        opacity: 0;
    }
}

.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    color: #454546 !important;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col, .checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price, .checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax .price{
    color: #6D6E6F;
}
.checkout-cart-index .product-item-name a {
    color: #6D6E6F !important;
}
.checkout-cart-index .product-item-name a:hover {
    color: #3a3a3a !important;
}

.checkout-cart-index button.qty-decrement, .checkout-cart-index button.qty-increment{
    border: 1px solid #a7c957;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 4px 1px 4px !important;
    border-radius: 2px !important;
    background-color: #7e9342 !important;
    color: white !important;
    transition: none !important;
}
.checkout-cart-index input[type="number"]{
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border-radius: 2px;
    width: 38px !important;
    height: 28.2px !important;
    border: 1px solid #a7c957 !important;
    min-height: 28.2px !important;
    box-shadow: none !important;
    outline: none !important;
}

.checkout-cart-index button.action.update{
    background-color: white !important;
    color: #7e9342 !important;
    border: 1px solid #a7c957 !important;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    min-width: 166px;
}
.checkout-cart-index button.action.update:hover{
    background-color: #7e9342 !important;
    color: white !important;
    transition: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout{
    background-color: white !important;
    color: #7e9342 !important;
    border: 1px solid #a7c957 !important;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    min-width: 166px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover{
    background-color: #7e9342 !important;
    color: white !important;
    transition: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.checkout-cart-index .cart-discount .actions-toolbar .action.primary{
    background-color: white !important;
    color: #7e9342 !important;
    border: 1px solid #a7c957 !important;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    min-width: 166px;
}

/* checkout page */
/* signin link in page */
.checkout-index-index button.action.action-auth-toggle, .checkout-index-index .action-auth-toggle:not(:focus) {
    display: none !important;
  }
  
  
  @media (min-width: 769px) {
  .opc-progress-bar-item._active:before
  {
    background: #7e9342 !important;
    border-color: #7e9342 !important;
  }
  .opc-progress-bar-item._active>span:before{
    background: #7e9342 !important;
    border-color: #7e9342 !important;
  }
  .opc-progress-bar-item._active>span:after{
    border-color: #7e9342 !important;
  }
  }
  .opc-wrapper .step-title {
    border-bottom: 1px solid #a7c957;
    color: #7e9342;
    font-weight: 500;
  }
  .opc-block-summary>.title {
    color: #7e9342;
  }
  .opc-block-summary {
    background: #ffffff;
    border: 2px solid #7e9342;
  }

  @media (max-width: 767px) {
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #a7c957;
  }
}

/* customer account page */
@media (min-width: 768px) {
.sidebar.sidebar-additional .block.block-compare .block-title>strong,.sidebar.sidebar-additional .block.block-wishlist .block-title>strong{
    color: #7e9342 !important;
}}
.block-collapsible-nav .item.current>strong{
    border-color: #cee08d;
    color: #7e9342;
    font-weight: 600;
    font-size: 17px;
}
.customer-account-index a.action:visited,.customer-account-index a.action,.customer-account-index a.action:active{
    color: #a7c957;
}
.customer-account-index a.action:hover{
    color: #cee08d;
}
.account .column.main .block:not(.widget) .block-title,.account .legend{
    border-bottom: 1px solid #a7c957;
}
strong.box-title, .account .legend>span {
    color: #7e9342;
}
.customer-address-form .action.primary,.customer-account-edit .action.primary,.newsletter-manage-index .action.primary  {
    background-color: #ffffff !important;
    border-color: #a7c957 !important;
    color: #7e9342;
}
.customer-address-form .action.primary:hover,.customer-account-edit .action.primary:hover,.newsletter-manage-index .action.primary:hover{
    background-color:#7e9342 !important;
    border-color: #a7c957 !important;
    opacity: unset !important;
    color: #ffffff;
}

.page-header .block-minicart .block-content>.actions>.primary .action.primary,
.customer-account-login .action.primary,.customer-account-create .action.primary
{
    background-color:#7e9342 !important;
    border-color: #a7c957 !important;
}
.page-header .block-minicart .block-content>.actions>.primary .action.primary:hover,
.customer-account-login .action.primary:hover,.customer-account-create .action.primary:hover
{
    background-color:#9dcd5a !important;
    border-color: #a7c957 !important;
}


/*  About us page */


.flex.justify-center.py-10.lg\:py-20.bg-indigo-100.w-full.bg-cover.bg-no-repeat.bg-bottom{
  background-image: url('../images/background.jpg') !important;
  height: 200px;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-bottom {
    background-position: bottom;
}

.bg-cover {
    background-size: cover;
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.justify-center {
    justify-content: center;
}

.w-full {
    width: 100%;
}


p.text-justify{
    text-align: justify;
    font-size: 16px;
    color: black;
}


.lg\:gap-16 {
    gap: 4rem;
}

.items-center {
    align-items: center;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-8 {
    padding: 2rem;
}

.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.rounded-lg {
    border-radius: .5rem;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.font-extrabold {
    font-weight: 800;
}

.text-3xl {
    font-size: 30px;
    line-height: 2.25rem;
}

.block {
    display: block;
}

.mb-4 {
    margin-bottom: 1rem;
}

.font-bold {
    font-weight: 700;
}

.text-lg {
    font-size: 18px;
    line-height: 1.75rem;
    color: #000;
}

.opacity-90 {
    opacity: .9;
}

.mb-0 {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}

.lg\:mt-16 {
    margin-top: 4rem;
}

p:not(:last-of-type) {
    margin-bottom: 3rem;
}

.lg\:mt-12 {
    margin-top: 3rem;
}

.mt-10.lg\:mt-16.text-base.opacity-90.leading-7 p{
    font-size: 16px;
    color: #000;
}

.lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.sm\:items-end {
    align-items: flex-end;
}

.sm\:flex-row {
    flex-direction: row;
}

.justify-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mb-8 {
    margin-bottom: 32px;
}

.relative {
    position: relative;
}

.max-w-2xl {
    max-width: 42rem;
}

.lg\:text-3xl{
    font-size: 30px;
    line-height: 2.25rem;
    color: #000;
}

p.mt-2.md\:mt-3.font-normal.block.text-base{
    font-size: 16px;
}

.md\:mt-3 {
    margin-top: 12px;
    color: #000;
}

.font-normal {
    font-weight: 400;
}

.xl\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-8 {
    margin-top: 2rem;
}

.xl\:gap-6 {
    gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.grid {
    display: grid;
}

.rounded-lg {
    border-radius: .5rem;
}

img {
    max-width: 100%;
    height: auto;
}

/* .max-w-sm {
    max-width: 24rem;
} */

.border-b {
    border-bottom-width: 1px;
}

.content-center {
    align-content: center;
}

.font-semibold {
    font-weight: 600;
    color: black;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-justify {
    text-align: justify;
}

.opacity-75 {
    opacity: .75;
    color: #000;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

.text-center {
    text-align: center;
}


.max-w-sm.border-b{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}


/* Responsive style about us */


 @media (max-width: 1024px) {
    
    .lg\:text-3xl {
    line-height: 3.25rem;
    }
 }

@media (max-width: 768px) {

    .grid {
      flex-direction: column;
      display: flex;
      align-items: unset;
    }
}

/* Replace Red Color with Green Color - START */

a, .alink, a:active, .alink:active, a:visited, .alink:visited {
    color: #7e9342;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #7e9342;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #7e9342;
}

.page-title-main>strong:before, .page-title-main>strong:after {
    background: #7e9342 !important;
}

.pages strong.page, .pages a.page:hover, .pages .action.next:hover {
    background: #7e9342 !important;
    border: 1px solid #7e9342 !important;
}

.catalog-category-view .toolbar.toolbar-products .modes .modes-mode.active, 
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:hover {
    border-color: #7e9342 !important;
    background: #7e9342 !important;
}

.opc-progress-bar-item._complete>span {
    color: #7e9342 !important;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #7e9342;
}

.abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar>.action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button>.action, .abs-add-fields .action.remove, .magento-payments-review-discount .action.check, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: #7e9342;
}

/* Replace Red Color with Green Color - END */