.woocommerce #customer_login,
.woocommerce-page #customer_login {
    width: 100%;
    margin: 40px 0;
}

.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-2 {
    padding-left: 40px;
    position: relative;
}

.woocommerce #customer_login .col-2:after,
.woocommerce-page #customer_login .col-2:after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #8D8D8D;
}

.woocommerce-account .woocommerce h1 {
    color: #872A69;
    font-family: "Caveat Brush";
    font-size: 63px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.63px;
}

.woocommerce-account .woocommerce h1.title {
    text-align: center;
}

.woocommerce-account .woocommerce h2 {
    color: #872A69;
    font-family: "Caveat Brush";
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.29px;
}

.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    border: none;
    padding: initial;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit_container {
    margin: 24px 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 369px;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #872A69;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 252px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
    color: #FFF;
    background: #7DAE27;
}

.woocommerce .woocommerce-LostPassword a {
    color: #872A69;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    color: #8D8D8D;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 5px;
}

.politiqueEN {
    display: none;
}

.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text {
    margin: 24px 0;
}


.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p,
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: #8D8D8D;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

/* ResetPassword */
.woocommerce .woocommerce-ResetPassword {
    text-align: center;
    width: 50%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%;
    margin: 24px auto 0;
}

.woocommerce .woocommerce-ResetPassword h1 {
    color: #872A69;
    text-align: center;
    font-family: "Caveat Brush";
    font-size: 63px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 63px */
    letter-spacing: -0.63px;
}

.woocommerce .woocommerce-ResetPassword p {
    color: #191919;
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.woocommerce .woocommerce-ResetPassword .woocommerce-Button {
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 43px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #872A69;
    margin: 0 auto;
}

.woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
    color: #FFF;
    background: #7DAE27;
}

@media screen and (max-width:600px) {
    .woocommerce.columns-4 .products .product {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
	.woocommerce #customer_login .col-2,
	.woocommerce-page #customer_login .col-2 {
		padding-left: 0px;
	}
	.woocommerce #customer_login .col-2:after, .woocommerce-page #customer_login .col-2:after {
		display: none;
	}
	form.woocommerce-form.woocommerce-form-login.login {
		margin-bottom: 0px;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
		width: 100% !important;
	}
	.woocommerce-account .site-main#content .page-content {
		max-width: 90% !important;
	}
}
.woocommerce-account .site-main#content {
    padding: 80px 0 40px 0;
    background-image: url("../../uploads/2025/07/600variete-bg-center-1.png");
    max-width: 100%;
    margin-top: -60px;
}

.woocommerce-account .site-main#content .page-content {
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .woocommerce-account .site-main#content .page-content {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .woocommerce-account .site-main#content .page-content {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .woocommerce-account .site-main#content .page-content {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .woocommerce-account .site-main#content .page-content {
        max-width: 1140px;
    }

    .woocommerce-account.woocommerce-view-order .site-main#content .page-content {
        max-width: 840px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0;
    margin: 40px 0;
    float: none;
    width: initial;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
@media (min-width: 1240px) {
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap;
}
}
/* .woocommerce-account .woocommerce-MyAccount-navigation ul resposive */
@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: 16px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation a {
        width: 100%;
        justify-content: flex-start;
    }
}


.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #872A69;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #872A69;
    background: linear-gradient(0deg, rgba(51, 12, 39, 0.05) 0%, rgba(135, 42, 105, 0.05) 100%), #FFF;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 43px;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 10px 16px 10px 36px;
    border-radius: 100px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    transition: background-color 0.3s ease;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-10px);
    background-position: 50% 50%;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url("../../uploads/tableau-de-bord.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url("../../uploads/commandes.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods a::before {
    background-image: url("../../uploads/moyens-de-paiement.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url("../../uploads/adresses.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url("../../uploads/details-du-compte.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--webtoffee-wishlist a::before {
    background-image: url("../../uploads/liste-de-souhait.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    border-radius: 100px;
    border: 1px solid #9A160B;
    background: #EA4335;
    color: #FFF;
    padding: 10px 16px;

}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
    margin: 40px auto;
    float: none;
    width: initial;
}

.woocommerce-account .woocommerce-MyAccount-content>p {
    color: #2E2D2B;
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #2E2D2B;
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin: 40px 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    height: 250px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-MyAccount-content a.button.add-payment-method {
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: none;
    display: flex;
    width: 369px;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #872A69;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    color: #2E2D2B;
    font-size: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 87.5% */
}

.woocommerce-account .woocommerce-MyAccount-content form .input-text,
.woocommerce-account .woocommerce-MyAccount-content form select,
.woocommerce-account .woocommerce-MyAccount-content form .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    text-align: left;

    border-radius: 100px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 10px 16px;
}

.woocommerce-account .woocommerce-MyAccount-content form button.button {
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #872A69;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content form .select2-container .select2-dropdown,
.woocommerce-account .woocommerce-MyAccount-content form .select2-container .select2-selection {
    border: none;
    padding: 0;
}


.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table-container,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    padding: 24px !important;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: #FFF !important;
    box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    padding: 36px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
    content: "";
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account table.shop_table {
    border: none;
    margin: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table thead tr,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead tr {
    border-radius: 8px 8px 0 0;
    background: rgba(125, 174, 39, 0.25);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table thead tr th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 8px;
    border: none;
    background: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tfoot td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tfoot th {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    background: #FFF;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a {
    color: #872A69;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline;
    background: none;
    border: none;
    padding: initial;
}



.woocommerce-account .woocommerce-order-details .woocommerce-customer-details,
.woocommerce-account .woocommerce-order-details .woocommerce-customer-details address {
    padding: 0 !important;
    margin: 0;
    box-shadow: none;
    border: none;
}

.woocommerce-order-details .footer {
    margin-top: 36px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.woocommerce-order-details .total {
    background-color: #872A69;
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 43px;
    padding: 10px 16px;
    margin: 24px auto 16px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}

.woocommerce-order-details .footer table {
    width: 300px;
    border: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.woocommerce-order-details .footer td {
    border: none;
    line-height: 1.5;
    padding: 4px;
    vertical-align: top;

}

a.woocommerce-download.button.invoice {
    color: #FFF;
    display: flex;
    height: 43px;
    width: max-content;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #7DAE27;
    border: 1px solid #7DAE27;
    transition: all 0.3s ease;
    margin: 24px auto 16px !important;
}

a.woocommerce-download.button.invoice::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../uploads/download-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.woocommerce-button.button.invoice::after {
    background-image: url(../../uploads/file-pdf.svg);
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-8px);
    background-position: 50% 50%;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    color: #2E2D2B;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 16px 0;
}

#account_display_name_description {
    color: #8D8D8D;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border: none;
    padding: 0;
    margin: 12px 0;
}

.woocommerce-account .woocommerce-customer-details address {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding: 16px;
}

.woocommerce-account .woocommerce-customer-details address p {
    margin: 0;
}

.wt_frontend_wishlist p {
    color: #2E2D2B;
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.wt_frontend_wishlist .wt_frontend_wishlist_container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

/* wt_frontend_wishlist_container resposive */
@media (max-width: 992px) {
    .wt_frontend_wishlist .wt_frontend_wishlist_container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .wt_frontend_wishlist .wt_frontend_wishlist_container {
        grid-template-columns: 1fr;
    }
}


.oe_wishlist {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.oe_wishlist .oe_toggle_wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.oe_wishlist .oe_image {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 380px;*/
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
}

.oe_wishlist .oe_image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.oe_wishlist .oe_content {
    display: flex;
    width: 90%;
    height: 260px;
    padding: 12px;
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-top: -40px;
    text-align: center;
    justify-content: space-around;
}

.oe_header {
    height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.oe_wishlist .oe_content .oe_category {
    color: #699817;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.oe_wishlist .oe_content .oe_link {
    margin-bottom: 8px;
}

.oe_wishlist .oe_content .oe_link a {
    color: #191919;
    text-align: center;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.oe_wishlist .oe_content .oe_price {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
}

.oe_wishlist .oe_content .oe_price .price-reduction .prix-sansreduction {
    color: #872A69;
}


.oe_wishlist .oe_content .oe_price .price-reduction del {
    color: #8D8D8D;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    text-decoration-line: line-through;
}

.oe_wishlist .oe_content .oe_stock span {
    color: #191919;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.oe_wishlist .oe_content .oe_stock span::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-6px);
    background-position: 50% 50%;
}

.oe_wishlist .oe_content .oe_stock span.instock::before {
    content: "";
    background: url(../../uploads/stock-available.svg);
}

.oe_wishlist .oe_content .oe_stock span.outstock::before {
    content: "";
    background: url(../../uploads/stock-unavailable.svg);
}

.oe_wishlist .oe_content .oe_add_to_cart button {
    color: #FFF;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    height: 43px;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #7DAE27;
    border: 1px solid #7DAE27;
    transition: all 0.3s ease;
    position: relative;
}

.oe_wishlist .oe_content .oe_add_to_cart button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../uploads/add-to-cart-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.oe_wishlist .oe_content .oe_add_to_cart button:hover {
    background: #872A69;
    border: 1px solid #872A69;
}

.no_wishlist_message h2.title {
    color: #872A69;
    font-family: "Caveat Brush";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
}

.no_wishlist_message p {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: #191919;
}

.no_wishlist_message a.button {
    color: #FFF !important;
    font-weight: 700;
    display: flex;
    height: 42px;
    width: max-content;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #7DAE27;
    border: 1px solid #7DAE27;
    transition: all 0.3s ease;
    margin: 16px auto;
}

.no_wishlist_message a.button:hover {
    background: #872A69;
    border: 1px solid #872A69;
}
@media (max-width: 576px) {
.oe_wishlist .oe_content {
    height: auto;
    padding: 20px;
}
}
.cls-blog-slider .heading-title.product-name {
    margin-top: 0;
}
.seed-packets-section-slider .best-selling .default-variation-attributes-event, .seed-packets-section-slider .announcement .default-variation-attributes-event{
    color: #872A69;
    font-size: 14px;
    font-weight: 500;
	    margin-bottom: 15px;
}
.cls-titl h2 {
    font-size: 47px;
}
@media (max-width: 767px) {
.cls-titl h2 {
    font-size: 30px;
}
}