@font-face {
    font-family: 'cormorant';
    src: url('../fonts/cormorant-variable-font-weight-webfont.woff2') format('woff2'),
        url('../fonts/cormorant-variable-font-weight-webfont.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cormorant';
    src: url('../fonts/Baskervville-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'manrope-light';
    src: url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'manrope-regular';
    src: url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'manrope-bold';
    src: url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

.ffCormorant {
    font-family: 'cormorant', Arial, Helvetica, sans-serif;
}

.ffBaskervville {
    font-family: 'baskervville', Arial, Helvetica, sans-serif;
}

.ffManropeLight {
    font-family: 'manrope-light', Arial, Helvetica, sans-serif;
}

.ffManropeRegular {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
}

.ffManropeBold {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
}

body {
    /*background-color: #F1EEE9;*/
    padding-top: 55px;
}

.entry-title {
    font-family: 'cormorant', Arial, Helvetica, sans-serif;
    font-size: 56px;
    color: #385431;
}

/* Los estilos del menú principal han sido movidos a menu-classic.css */

.buttonCart {
    border: 2px solid #D4B4E8;
    border-radius: 4px;
    background-color: #EFE0F8;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #6C519F;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
}

.buttonCart--items {
    background-color: #D04816;
    border: 2px solid #B73B0F;
    color: #ffffff;
}

.buttonCartQuantity {
    display: block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.buttonAddToCart {
    border: 2px solid #D4B4E8;
    border-radius: 4px;
    background-color: #EFE0F8;
    padding: 16px;
    display: block;
    width: 100%;
    height: 57px;
    color: #6C519F;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin: auto;
}

.buttonBuyNow {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #6C519F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    margin: auto;
    border-radius: 4px;
    border: 2px solid #6C519F;
}

.buttonPurple {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #F1EEE9;
    font-weight: 400;
    letter-spacing: 0.1em;
    background-color: #6C519F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 320px;
    padding: 1rem;
    margin: auto;
    border-radius: 0.375rem;
}

.buttonPurple--light {
    background-color: #EFE0F8;
    color: #6C519F;
    border: 2px solid #D4B4E8;
    margin: unset;
}

.inputSearch {
    background-color: transparent;
    border: #385431 1px solid;
    border-radius: 1rem;
    width: 100%;
    padding: 13px 24px;

    font-family: 'manrope-regular';
    font-size: 14px;
    font-weight: 500;
    color: #062014;
}

.homeFeaturedCategory :is(h2, h3, h4, h5) {
    font-family: 'cormorant';
    font-weight: 400;
    font-size: 24px;
    color: #062014;
    line-height: normal;
}

.homeFeaturedCategory p {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #385431;
}

.productos-carrito::-webkit-scrollbar {
    width: 8px;
    border-radius: 100px;
    border: 2px solid #6C519F;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #EFE0F8;
    border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #6C519F;
    border-radius: 100px;
}


.producto {
    height: auto;
}

.producto:nth-child(1),
.producto:nth-child(5) {
    border-right: 1px solid #385431;
}

:is(.producto:nth-child(2), .producto:nth-child(3), .producto:nth-child(6), .producto:nth-child(7)) {
    border-left: .5px solid #385431;
    border-right: .5px solid #385431;
}

.producto:nth-child(4),
.producto:nth-child(8) {
    border-left: 1px solid #385431;
}

.productoCat {
    height: auto;
}

/* .producto--cat:nth-child(2n){
    border-left: 2px solid #385431;
    border-right: 2px solid #385431;
} */

.producto__gallery {
    height: 367px;
}

.producto__gallery .swiper-pagination-vertical {
    left: 12px;
    right: auto;
}

.producto__gallery .swiper-pagination-bullet {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #856EAF;
    opacity: 1;
}

.producto__gallery .swiper-pagination-bullet-active {
    background-color: #856EAF;
}

.producto__img {
    width: 100%;
    height: 100%;
    max-height: 367px;
}

.producto__title {
    color: #062014;
    font-family: 'cormorant', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.producto__shortDescription {
    color: #385431;
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.producto__price {
    color: #6C519F;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.menu-footer-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.menu-footer-list li {
    color: #D4B4E8;
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline;
}

/* Nosotros page */
.infoHistoria {
    color: #F1EEE9;
}

.infoHistoria :is(h2, h3, h4, h5, h6) {
    color: #062014;
    font-family: 'cormorant';
    font-size: 40px;
    margin-bottom: 1.5rem;
}

.infoHistoria p {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #385431;
}

.infoHistoria hr {
    height: 2px;
    background-color: #062014;
    margin-bottom: 1.5rem;
}

.infoHistoria p:nth-child(2) {
    color: #062014;
    font-family: 'cormorant';
    font-size: 20px;
    font-weight: 400;
}

.valoresInfo {
    padding: 36px;
}

.valoresInfo :is(h2, h3, h4, h5, h6) {
    font-family: 'cormorant';
    font-size: 24px;
    font-weight: 400;
    color: #062014;
}

.valoresInfo p {
    color: #385431;
    font-family: 'manrope-regular';
    font-weight: 300;
    font-size: 14px;
}

.valoresInfo p strong {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.piedrasInfo {
    padding: 24px;
    text-align: center;
}

.piedrasInfo :is(h2, h3, h4, h5, h6) {
    font-family: 'cormorant';
    font-size: 24px;
    font-weight: 400;
    color: #062014;
}

.piedrasInfo p {
    color: #385431;
    font-family: 'manrope-regular';
    font-weight: 300;
    font-size: 14px;
}

.piedrasInfo p strong {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.piedras :first-child {
    border-left: 0;
}

.piedras :last-child {
    border-right: 0;
}

/* Nosotros page end*/

/* Consejo posts types */
.type-consejo {
    color: #062014;
    font-size: 16px;
}

.type-consejo p {
    margin: 1rem 0;
}

/* Consejo posts types end*/


/* services pages css start */

.serviceInfo :is(h2, h3, h4, h5, h6) {
    color: #385431;
    font-family: 'cormorant';
    font-size: 20PX;
    font-weight: 400;
}

.serviceInfo p {
    color: #385431;
    font-family: 'manrope-light', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14PX;
}

.serviceInfo p:first-child {
    font-family: 'cormorant';
    font-size: 20PX;
    font-weight: 400;
    color: #062014;
}

.infoTestimonio {
    padding: 24px;
}

.infoTestimonio :is(h2, h3, h4, h5, h6) {
    font-family: 'cormorant';
    font-size: 20px;
    font-weight: 400;
    color: #062014;
}

.infoTestimonio p {
    color: #385431;
    font-family: 'manrope-regular';
    font-weight: 300;
    font-size: 14px;
}

.infoTestimonio p strong {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
}


.serviceFeaturedCategory :is(h2, h3, h4, h5) {
    font-family: 'cormorant';
    font-size: 28px;
    line-height: normal;
    color: #062014;
}

.serviceFeaturedCategory p {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #385431;
}

/* services pages css end */


/* tienda css */
.homeFeaturedCategory--tienda :is(h2, h3, h4, h5) {
    font-family: 'cormorant';
    font-size: 42px;
    line-height: 1;
    color: #062014;
}


input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    height: 10px;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
    background: #EFE0F8;
    border-radius: 16px;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
    height: 10px;
    background: #EFE0F8;
    border-radius: 16px;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #856EAF;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #856EAF;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #856EAF;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #856EAF;
}

.asideFilters::-webkit-scrollbar {
    width: 8px;
    border-radius: 100px;
    border: 2px solid #6C519F;
}

/* single page product */
.swiperSingleProduct2 .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #856EAF;
    width: 12px;
    height: 12px;
}

.swiperSingleProduct2 .swiper-pagination-bullet-active {
    background-color: #856EAF;
}

.swiperSingleProduct2 .swiper-button-prev:after,
.swiperSingleProduct2 .swiper-button-next:after {
    display: none;
}

.swiperSingleProduct2 .swiper-pagination-bullets {
    top: 3rem;
    bottom: unset;
}

.swiperSingleProduct2 .swiper-button-prev {
    left: 2rem;
}

.swiperSingleProduct2 .swiper-button-next {
    right: 2rem;
}

.swiperSingleProduct2 .swiper-slide img {
    width: 100%;
    min-height: 716px;
    max-height: 716px;
    object-fit: cover;
    object-position: center;
    border-bottom: 2px solid #385431;
}

.swiperSingleProduct .swiper-slide img {
    max-height: 227px;
    border-left: 1px solid #385431;
    border-right: 1px solid #385431;
    cursor: pointer;
}

.singleProductDescription {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.singleProductDescription strong {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
}

.cfvsw-swatches-option {
    border: 0;
    background-color: transparent;
}

.cfvsw-swatch-inner {
    background-position: center;
}

/* Estilos para la notificación del carrito */
.my-theme-notification {
    position: fixed;
    top: 30px;
    right: 30px;
    max-width: 350px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.my-theme-notification.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.notification-content {
    display: flex;
    padding: 15px;
    align-items: center;
}

.notification-content.error {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.product-image {
    flex: 0 0 80px;
    margin-right: 15px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.notification-text {
    flex: 1;
}

.notification-text h4 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #333;
}

.notification-text p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
}

.notification-text .button {
    display: inline-block;
    padding: 8px 15px;
    background-color: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.notification-text .button:hover {
    background-color: #1a252f;
}

.close-notification {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.close-notification:hover {
    color: #333;
}

.type-consejo a {
    text-decoration: underline;
}

.type-consejo li {
   list-style: auto;
}

@media(max-width:1080px) {
    .producto__gallery {
        height: 300px;
    }

    .producto__img {
        max-height: 300px;
    }

    .swiperSingleProduct2 .swiper-slide img {
        min-height: 510px;
    }

    .swiperSingleProduct .swiper-slide img {
        min-height: 167px;
        max-height: 167px;
    }
}

@media(max-width: 768px) {
    /* Los estilos responsivos del menú han sido movidos a menu-classic.css */

    .buttonCart {
        padding: 8px 16px;
    }

    .buttonAddToCart {
        height: 78px;
    }

    .serviceInfo {
        text-align: center;
    }

    .infoTestimonio {
        padding: 10px;
    }

    .infoTestimonio :is(h2, h3, h4, h5, h6) {
        font-size: 18px;
    }

    .infoTestimonio p {
        font-size: 14px;
    }

    .serviceFeaturedCategory {
        margin-bottom: 1rem;
    }

    .serviceFeaturedCategory :is(h2, h3, h4, h5) {
        font-size: 32px;
    }

    .infoHistoria :is(h2, h3, h4, h5, h6) {
        font-size: 36px;
    }

    .infoHistoria p:nth-child(2) {
        font-size: 20px;
    }

    .homeFeaturedCategory--tienda :is(h2, h3, h4, h5) {
        font-size: 24px;
    }
}

@media(max-width:550px) {
    .producto__gallery {
        height: 200px;
    }

    .producto__img {
        max-height: 200px;
    }

    .swiperSingleProduct2 .swiper-slide img {
        min-height: 380px;
    }

    .swiperSingleProduct .swiper-slide img {
        min-height: 120px;
        max-height: 120px;
    }
}

/* Carlos */

form[name="checkout"] h3 {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.woocommerce-info::before {
    content: "🛒";
}

button[name="woocommerce_checkout_place_order"] {
    background-color: #6C519F;
    color: #F1EEE9;
    margin-top: 15px;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

form#woocommerce-checkout-form-coupon {
    display: flex;
    align-items: center;
    gap: 1rem;
}

form#woocommerce-checkout-form-coupon .form-row{
    width: 100%;
}


form#woocommerce-checkout-form-coupon input,
form[name="checkout"] textarea,
form[name="checkout"] input {
    background-color: #f1eee900;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 6px 0 8px 15px;
    height: 2.6rem;
    margin-bottom: .5rem;
}

form#woocommerce-checkout-form-coupon .form-row input{
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #f1eee900;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 6px 0 8px 15px;
    height: 2.6rem;
    margin: .5rem 0;
}

.woocommerce-account .entry-content {
    display: flex;
    flex-direction: column;
}

.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 20px 0;
}

.button[name="apply_coupon"],
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button[name="save_account_details"],
.button[name="save_address"] {
    background-color: #6C519F;
    color: #F1EEE9;
    border-radius: 4px;
    margin: 20px 15px 20px 0;
    padding: 10px 40px;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.button[name="apply_coupon"] {
    margin: 0;
}

.woocommerce-form-login p:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
}



.woocommerce-billing-fields__field-wrapper input,
.woocommerce-form-login input,
.woocommerce-form-register input,
.woocommerce-EditAccountForm input {
    background-color: transparent;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 8px 0 8px 15px;
    margin-top: 10px;
}

.woocommerce-page form .show-password-input {
    top: 0.5rem;
}

@media (max-width: 768px) {

    form#woocommerce-checkout-form-coupon {
        flex-direction: column;
    }

    .woocommerce-checkout .entry-content,
    .woocommerce-account .entry-content {
        padding: 15px;
    }

    .woocommerce-cart-form .flex.items-center.justify-center.gap-4.my-6 {
        flex-direction: column;
    }

    /*
    .woocommerce-cart-form .woocommerce-cart-form__cart-item {
        display: flex;
        align-items: center;
    }
    */
    .woocommerce-cart-form .product-quantity {
        justify-self: end;
        margin: 18px 0;
    }

    dl.variation dd {
        margin-right: 2px;
        margin-bottom: 0;
        display: contents;
    }
}

.woocommerce-cart-form .shop_table .productos-carrito {
    display: contents;
}

form.checkout {
    margin-top: 1rem;
}

form.checkout .shop_table,
.woocommerce-cart-form .shop_table {
    margin-bottom: 20px;
    width: 100%;
}

form.checkout .shop_table tbody tr:nth-child(even) {
    background-color: #e2ddd769;
}

form.checkout .shop_table .product-total {
    width: 20%;
    min-width: ;
}

form.checkout .shop_table .product-total,
form.checkout .shop_table .cart-subtotal td,
form.checkout .shop_table .woocommerce-shipping-totals td,
form.checkout .shop_table .order-total td {
    text-align: right;
}

form.checkout .shop_table .product-name,
form.checkout .shop_table .cart-subtotal th,
form.checkout .shop_table .woocommerce-shipping-totals th,
form.checkout .shop_table .order-total th {
    text-align: left;
}

form.checkout .shop_table td.product-name {
    width: 70%;
    min-width: 260px;
    text-wrap: balance;
}

form.checkout .shop_table td {
    padding: 8px !important;
}

.woocommerce-cart-form .product-info {
    padding-top: 15px !important;
}

#cartMenu {
    box-shadow: -1px 0px 20px 2px #918c85;
}

.cfvsw-swatches-option.cfvsw-image-option.cfvsw-selected-swatch {
    background-color: #dbd4ca;
    border-radius: 50% !important;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background-color: #dbd4ca;
    border-radius: 50% !important;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

table.variations {
    text-align: left;
}

.woocommerce-variation-add-to-cart .quantity input {
    background-color: transparent;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 8px 0 8px 15px;
    margin-top: 10px;
}

.woocommerce-variation-add-to-cart .quantity::before {
    content: "Cantidad: ";
    font-weight: 500;
}

/* Carrito */

.product-cont,
.product-img,
.product-img a {
    display: flex;
    align-items: stretch;
}

.product-img img {
    object-fit: cover;
    align-self: stretch;
}

.product-det {
    flex: 100%;
    padding: 10px 15px;
}

.product-det a {
    text-wrap: balance;
}

dl.variation {
    display: flex;
    gap: 10px;
}

dl.variation dt {
    font-weight: 500;
}

dl.variation dd {
    margin-right: 5px;
    margin-bottom: 0;
}

.woocommerce-cart-form dl.variation {
    justify-content: flex-start;
flex-wrap: wrap;
    gap: 2px;
    margin: 4px 0;
}

.woocommerce-cart-form .product-quantity {
    justify-self: start;
    margin: 18px 0;
}

#cartMenu .woocommerce-info {
    display: block !important;
}

.woocommerce-info {
    background-color: #385431;
}

.woocommerce-info a {
    text-decoration: underline;
}

/* Home */

.home-cert {
    background-color: #f1eee9;
}

.swal2-html-container {
    text-wrap: balance;
}

/*
.var-cont, .var-option {
    display: flex;
    align-items: center;
}

.var-title {
    min-width: 60px;
}

.cfvsw-swatches-option.cfvsw-image-option.cfvsw-selected-swatch {
    background-color: #dbd4ca;
    border-radius: 50% !important;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background-color: #dbd4ca;
    border-radius: 50% !important;
}

.woocommerce-variation-add-to-cart .quantity input {
    background-color: transparent;
    border: 1px solid rgb(56 84 49 / var(--tw-border-opacity));
    border-radius: 1rem;
    text-align: center;
    padding: 8px 0 8px 15px;
    width: 70px;
    margin-top: 10px;
}

.woocommerce-variation-add-to-cart .quantity::before {
    content: "Cantidad: ";
    font-weight: bold;
}

.buttonCartQuantity {
    display: block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4.5px;
}

.product-quantity-wrapper {
    display: flex;
    align-items: center;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    width: clamp(3rem, 13.2964vw + -.9723rem, 9rem);
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-form-login input, .woocommerce-form-register input {
    background-color: transparent;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 8px 0 8px 15px;
    width: 70px;
    margin-top: 10px;
}

.woocommerce-page form .show-password-input {
    top: -0.1em;
}

.select2-container--default .select2-selection--single {
    background-color: #f1eee900;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 6px 0 8px 15px;
    height: 2.6rem;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    background-color: #6C519F;
    color: #F1EEE9;
    border-radius: 1rem;
    margin: 0;
    padding: 5px 40px;
    margin-right: 15px;
    font-weight: 600;

}

.woocommerce-form-login p:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
}

#customer_details {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-right: 0;
}

form[name="checkout"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

form[name="checkout"] textarea {
    background-color: #f1eee900;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 6px 0 8px 15px;
    height: 2.6rem;
}



@media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: left;
        margin-right: 0 !important;
    }
}