/*
Theme Name: Cake and More Child
Theme URI: http://example.com/cakesandmore/
Description: Child theme for Cake and More
Author: Chamika
Author URI: http://example.com
Template: cakesandmore  
Version: 1.0.0
*/

/* Custom Product Cards */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
}


.product-card .sale-tag-product {
    z-index: 1;
    background: #ff6863;
    font-size: 10px;
    font-family: 'Roboto';
    padding: 0px 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ffffff66;
    box-shadow: 0 0 3px #ffffffbf;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-wrapper .addtocart-btn {
    width: 100%;
    border-radius: 0 !important;
    background-color: #ffffff66 !important;
    color: #ff6863 !important;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;

}

.button-wrapper .addtocart-btn:hover {
    background-color: #ff6863 !important;
    color: #fffffffb !important;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;

}



.button-wrapper {
    position: absolute;
    width: 100%;
    transform: translateY(0px);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.product-card:hover .button-wrapper {
    transform: translateY(-36px);
    opacity: 1;
    /* transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out; */
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.product-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
}

.product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-thumbnail img {
    transform: scale(1.05);
}

.product-price {
    font-weight: bold;
    color: #212529;
}

.product-price del {
    color: #6c757d;
    margin-right: 5px;
}

.product-price ins {
    text-decoration: none;
    color: #dc3545;
}

.product-title a {
    color: #212529;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease-in;
}

.product-title a:hover {
    color: #dc3545;
    transition: all 0.3s ease-in;
}


/* Product star rating  */
.star-rating {
    display: inline-block;
    position: relative;
    font-family: star;
    font-size: 1em;
    line-height: 1;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    color: #d3ced2;
    display: block;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    color: #ffb100;
    display: block;
}

.product-rating {
    margin: 5px 0;
}

.text-muted .star-rating::before {
    color: #e1e1e1;
}


/* Woocommerce Shop search  */

.shop-sidebar-search {
    border: none !important;
}

.shop-sidebar-search .card-body {
    padding: 0;
}

.shop-sidebar-search .card-body form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
}

.shop-sidebar-search .card-body form .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
}

.shop-sidebar-search .card-body form .submit-btn {
    background: none;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ff6863;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #35224c40;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ff6863;
}

.widget_price_filter .widgettitle {
    display: none !important;
}

form.woocommerce-ordering select {
    padding: 10px;
    color: #555555;
    border-color: #555555;
    font-size: 15px;
    outline: none;
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px;
}


/* Sidebar category Styles */




/* Categories container */
.card-body.p-0 .categories-container {
    padding: 10px 0;
}

/* Category list */
.card-body.p-0 .category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Category item */
.card-body.p-0 .category-item {
    border-bottom: 1px solid #f1f1f1;
}

.card-body.p-0 .category-item:last-child {
    border-bottom: none;
}

/* Category link */
.card-body.p-0 .category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #3a3a3a;
    transition: all 0.2s ease;
    position: relative;
}

.card-body.p-0 .category-link:hover {
    background-color: #f8f9fa;
    color: #ff6863;
}

/* Category name */
.card-body.p-0 .category-name {
    font-weight: 500;
    font-size: 14px;
}

/* Category count */
.card-body.p-0 .category-count {
    font-size: 12px;
    color: #9ca3af;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 5px;
}

/* Chevron icon */
.card-body.p-0 .chevron {
    font-size: 12px;
    color: #9ca3af;
    transition: transform 0.3s ease;
    margin-left: 8px;
}

/* Subcategory list */
.card-body.p-0 .subcategory-list {
    list-style: none;
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fbfbfc;
}

.card-body.p-0 .subcategory-list.show {
    max-height: 500px;
}

/* Subcategory item */
.card-body.p-0 .subcategory-item {
    border-bottom: 1px solid #f1f1f1;
}

.card-body.p-0 .subcategory-item:last-child {
    border-bottom: none;
}

/* Subcategory link */
.card-body.p-0 .subcategory-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 15px;
    text-decoration: none;
    color: #4b5563;
    font-size: 13.5px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.card-body.p-0 .subcategory-link:hover {
    background-color: #f1f5f9;
    color: #ff6863;
    border-left-color: #ff6863;
}

/* Active state for categories with children */
.card-body.p-0 .category-item.has-children.active .chevron {
    transform: rotate(180deg);
}

.card-body.p-0 .category-item.has-children.active .category-link {
    background-color: #f0f6fc;
    color: #ff6863;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-body.p-0 .category-link {
        padding: 14px 20px;
    }

    .card-body.p-0 .subcategory-link {
        padding: 12px 20px 12px 15px;
    }
}



/* Woo commerce Single page */

nav.woocommerce-breadcrumb a {
    font-size: 15px;
    text-decoration: none;
    color: #ffff !important;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumb:last-child {
    font-size: 15px;
    text-decoration: none;
    color: #ff6863 !important;
    text-transform: uppercase;
    font-weight: 400;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
}


.woocommerce span.onsale {
    background-color: #ff6863;
}

.main-image-wrapper {
    width: 100%;
    height: 430px;
    border-radius: 5px;

    overflow: hidden;
}

.main-product-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    cursor: zoom-in;
    transition: transform 0.3s ease;
    border-radius: 5px;

}

.main-product-image:hover {
    transform: scale(1.1);
    /* zoom on hover */
}

.img-thumbnail-custom {
    border-radius: 5px;
}

.product-thumbnails .thumb {
    cursor: pointer;
    max-width: 90px;
    min-width: 50px;
    height: auto;
    border: 0 !important;
    border-radius: 5px;
    box-shadow: 0 0 0 #000;
}

.product-thumbnails .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-thumbnails .thumb.active {
    box-shadow: 0px 0px 0px 3px #00000040;
}

.you-save {
    font-size: 11px;
}

.quantity-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    background: #dbdbdb;
    padding: 5px 10px;
    border-radius: 5px;
}

button.quantity-btn.minus,
button.quantity-btn.plus {
    height: fit-content;
    border: none;
    background: transparent;
    padding: 0px 5px;
    border-radius: 56px;
    font-size: 12px;
    color: #000;
    transition: background 0.3s ease-in;
}

button.quantity-btn.minus:hover,
button.quantity-btn.plus:hover {
    background: #ff6863;
    color: #fff;
    transition: background 0.3s ease-in;
}

.quantity-and-cartbtn .input-text.qty.text {
    border: none;
    width: 40px;
    background: transparent;
}

.quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-wrapper input.qty {
    width: 60px;
    text-align: center;
    margin: 0 5px;
}

.quantity-btn {
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.quantity-btn:hover {
    background-color: #e0e0e0;
}

/* .add_to_cart_button {
    border: 1px solid #e0e2e3 !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 9px 30px !important;
    text-align: center !important;
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.add_to_cart_button:hover {
    color: #fff !important;
    background-color: #000 !important;
    transition: all 0.3s ease;
} */

.cart-buttons button {
    width: 100%;
    text-align: center;
    border: 1px solid #e9e6ed !important;
    background: transparent !important;
    transition: all 0.5s ease-in-out;
    color: #212529 !important;
}

.cart-buttons button:hover {
    border: 1px solid #e9e6ed !important;
    background: #ff6863 !important;
    transition: all 0.5s ease-in-out;
    color: #ffff !important;
}

.buy-now-btn {
    border: none;
    background-color: #ff6863;
    color: #fff;
    padding: 5px;
    transition: all 0.3s ease;
    font-weight: 400;
    border-radius: 5px;

}

.buy-now-btn:hover {
    background-color: #000;
    transition: all 0.3s ease;
}

.product-desc-seperator {
    margin-bottom: 10px;
    background: #ccc;
}

p.sku.custom-sku {
    font-size: 13px;
    font-weight: 500;
    color: #595c5f;
    margin-bottom: 5px;
}

p.posted_in.custom-categories,
p.posted_in.custom-categories a {
    margin-bottom: 5px;
    font-size: 13px;
    color: #595c5f;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p.posted_in.custom-categories a:hover {
    color: #ff6863;
    transition: all 0.3s ease-in-out;
}

p.tagged_as.custom-tags,
p.tagged_as.custom-tags a {
    margin-bottom: 5px;
    font-size: 13px;
    color: #595c5f;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p.tagged_as.custom-tags a:hover {
    color: #ff6863;
    transition: all 0.3s ease-in-out;
}

.product-extra-info {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

.product-extra-info li {
    font-size: 13px;
    color: #1d1e1f;
    font-weight: 300;
}

.product-extra-info li i {
    font-weight: 500;
    color: #595c5f;
}

/* Product Descriptions  */

.nav-link {
    color: #4b5563 !important;
}

.nav-link.active {
    color: #fff !important;
    background-color: #ff6863 !important;
}

.prd-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.prd-wrapper h6 {
    margin: 0;
    margin-right: 10px;
    font-size: 15px;
    color: #4b5563;
}

.prd-wrapper p {
    margin: 0;
    font-size: 15px;
}


/* Custom product comments styling  */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: none;
    padding: 0;
    box-shadow: 0 0 4px #0000007d;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    width: 100%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 3px #ff68631f;
}

.comment_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.review-avatar {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 20px;
    margin-top: 5px;
}

ol.commentlist {
    padding: 0;
}

h2.woocommerce-Reviews-title {
    font-size: 20px;
    color: #7e838b;
    text-transform: capitalize;
    margin-bottom: 20px;
}


span#reply-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    color: #7e838b;
}

p.comment-notes {
    font-size: 16px;
    color: #000000;
    margin-bottom: 2px !important;
}

span.required {
    color: red;
}

label#comment-form-rating-label {
    text-transform: capitalize;
    font-size: 15px;
}

.comment-form-rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

p.stars {
    padding-left: 10px !important;
    margin: 0 !important;
}

p.stars a {
    width: 20px !important;
    height: 20px !important;
}

p.stars a::before {
    font-size: 15px;
    color: #ffc107;
}

p.stars span {
    height: 20px;
    display: block;
}

p.comment-form-comment label {
    text-transform: capitalize;
    font-size: 15px;
}


p.comment-form-comment textarea#comment {
    border-color: #e8e8e8;
    outline: none;
    padding: 5px;
}

p.comment-form-author label {
    margin-right: 10px;
    font-size: 15px;
}

.comment-form-author input#author {
    border-color: #e8e8e8 !important;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
    border: 1px solid;
    padding: 0 10px;
}

p.comment-form-email label {
    margin-right: 10px;
    font-size: 15px;
}

p.comment-form-email input#email {
    border-color: #e8e8e8 !important;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
    border: 1px solid;
    padding: 0 10px;
}

.comment-form-cookies-consent label {
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
}

p.form-submit .submit {
    padding: 10px 20px !important;
    background-color: #ff6863 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out;
}

p.form-submit .submit:hover {
    background-color: #000000 !important;
    transition: all 0.3s ease-in-out;

}

.cart-buttons {
    width: 100%;
}


@media (max-width:767px) {
    .product_title {
        margin-top: 20px !important;
    }
}



/* My Account Css  */

/* Layout */
.yc-account {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: start;
}

.yc-account__toggle {
    display: none;
    margin-bottom: 12px;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

/* .yc-account__nav {
    position: sticky;
    top: 24px;
} */

@media (max-width: 900px) {
    .yc-account {
        grid-template-columns: 1fr;
    }

    .yc-account__toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    /* .yc-account__nav {
        display: none;
    } */

    .yc-account__nav.is-open {
        display: block;
        margin-bottom: 16px;
    }
}

/* Nav */
.yc-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yc-nav__item {
    margin: 6px 0;
}

.yc-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 5px;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 3px #2d2d2d1c;
    margin-top: 10px;
    color: #5d5d5d;
    transition: all 0.3s ease-in-out;
}

.yc-nav__link:hover {
    box-shadow: 0 0 0 2px #ff6863;
    color: #ff6863;
    transition: all 0.3s ease-in-out;

}

.woocommerce-MyAccount-navigation-link.is-active .yc-nav__link {
    box-shadow: 0 0 0 2px #ff6863;
    color: #ff6863;
}

/* Dashboard */
.yc-dash__header h2 {
    margin: 0 0 6px;
}

.yc-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 16px 0 24px;
}

@media (max-width: 900px) {
    .yc-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .yc-cards {
        grid-template-columns: 1fr;
    }
}

.yc-card {
    display: block;
    background: #ff6863;
    color: #fff;
    padding: 18px;
    border-radius: 16px;
    text-decoration: none;
    transition: transform .08s ease;
}

.yc-card:hover {
    transform: translateY(-2px);
}

.yc-card__label {
    font-size: 13px;
    opacity: .9;
}

.yc-card__value {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
}

/* Panels */
.yc-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 18px;
    margin: 18px 0;
}

.yc-panel h3 {
    margin-top: 0;
}

.yc-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: grid;
    gap: 6px;
}

.yc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.yc-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #ff686326;
    text-decoration: none;
    background: #fdfdfd66;
    color: #ff6863;
}

.yc-btn:hover {
    background: #f1f1f1;
}

/* General */
body .woocommerce-MyAccount-content {
    width: 100%;
}



/* login form  */

.login-form-card {
    max-width: 550px;
    margin-inline: auto;
    box-shadow: 0 0 7px #0000002e;
}

form.woocommerce-form.custom-login-form {
    background: linear-gradient(237deg, #e1e1e14f, #7777778a);
}

.login-form-card .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #ff6863 !important;
}

.login-form-card .nav-tabs .nav-link {
    color: #ff6863 !important;
    background: linear-gradient(237deg, #e1e1e14f, #7777778a) !important;
    border-radius: 0;
}

.login-form-card .nav-tabs {
    width: 60%;
    gap: 10px;
    border: none;
}

.login-form-card .card-body h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 3px #00000054;
}

.login-form-card .card-body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 10px;
    overflow: hidden;
}

.login-form-card .form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #ff686329;
    top: 0;
    left: 0;
}

.login-form-wrapper {
    position: relative;
    z-index: 1;
}

.woocommerce-LostPassword a {
    text-decoration: none;
}



button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #ff6863;
    color: #fff;
    text-transform: uppercase;
}

.btn-outline-primary {
    color: #ff6863 !important;
    border-color: #ff6863 !important;
    transition: all 0.3s ease-in-out;

}

.btn-outline-primary:hover {
    background: #ff6863 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;

}



/* Cart Button style  */

.wc-block-cart__submit-container a {
    text-decoration: none;
    color: #ffff;
    background: #ff6863;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.wc-block-cart__submit-container a:hover {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.wc-block-cart__submit-container a:active {
    outline: none;
    box-shadow: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    color: #ffff;
    background: #ff6863;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.wc-block-checkout__actions_row a {
    color: #ff6863;
}

.mini-cart-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    background: #f1f1f1;
}



@media (max-width:997px) {
    nav.trending-nav-tabs .nav {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}



@media (max-width:767px) {
    nav.trending-nav-tabs .nav {
        margin-bottom: 30px;
    }
}


/* Mini Cart CSS  */
ul.custom-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

li.mini-cart-item {
    margin-bottom: 10px;
    display: flex;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

li.mini-cart-item .item-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

li.mini-cart-item .item-content-wrapper a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

li.mini-cart-item .item-content-wrapper .product-info {
    padding: 10px 20px;
}

li.mini-cart-item .item-content-wrapper .product-info .title {
    font-size: 15px;
    font-weight: 800;
    width: 100%;
}

li.mini-cart-item .item-content-wrapper .product-info .qty-price-wrapper {
    display: flex;
}

li.mini-cart-item a.remove-btn {
    font-size: 25px;
    margin-right: 10px;
}

.mini-cart-footer p.woocommerce-mini-cart__total.total {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mini-cart-footer .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}

.mini-cart-footer p.woocommerce-mini-cart__buttons.buttons a {
    text-decoration: none;
    border-radius: 5px;
    color: #FF5722;
    border: 1px solid #FF5722;
    padding: 5px 20px;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.mini-cart-footer p.woocommerce-mini-cart__buttons.buttons a:hover {
    color: #ffffff;
    background: #FF5722;
    transition: all 0.3s ease-in-out;
}

.mini-cart-footer p.woocommerce-mini-cart__buttons.buttons a.button.checkout {
    color: #ffffff;
    border: 1px solid #FF5722;
    padding: 5px 20px;
    background: #FF5722;
    transition: all 0.3s ease-in-out;
}

.mini-cart-footer p.woocommerce-mini-cart__buttons.buttons a.button.checkout:hover {
    color: #FF5722;
    background: transparent;
    transition: all 0.3s ease-in-out;
}



/* Order Tracking Page css  */

button.button.order-detail-button {
    padding: 10px 30px;
    background: transparent;
    border: 1px solid #ff6863;
    color: #ff6863;
    transition: all 0.3s ease-in-out;
}

button.button.order-detail-button:hover {
    background: #ff6863;
    color: #fff;
    transition: all 0.3s ease-in-out;
}


/* Checkout Custom css  */

.elementor-8 .elementor-element.elementor-element-baef989 .wc-proceed-to-checkout {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
}

@media (max-width:991px) {
    .elementor-8 .elementor-element.elementor-element-baef989 .wc-proceed-to-checkout {
        flex-direction: column !important;
        align-items: unset !important;
    }

}