/*
Theme Name: Pet Vet
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765709343
Updated: 2025-12-14 14:19:03

*/
.my-account-btn {
    gap: 10px;
}

.my-account-btn .dashicons {
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.my-account-btn .btn-label {
    line-height: 1;
}
.woocommerce-MyAccount-content{
    width: 100% !important;
}
.my-account-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;               /* فاصله بین دکمه‌ها */
    margin: 40px 0;          /* فاصله از بالا و پایین */
}
.my-account-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 28px 20px;
    border-radius: 14px;

    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;

    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.my-account-btn .dashicons {
    font-size: 36px;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}

.my-account-btn .btn-label {
    font-size: 14px;
    text-align: center;
}
.my-account-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.my-account-btn.is-active {
    background: #0073aa;
}
@media (max-width: 1200px) {
    .my-account-buttons {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .my-account-buttons {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .my-account-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}
.button.woosl_add_all_to_cart_button{
    display: none !important;
}

.dokan-layout :is(.left-0){
    right: 0 !important;
    left: unset !important;
}
.dokan-layout .ml-60{
    margin-left: 1rem !important;
    margin-right: 17rem !important;
}
.dokan-layout .ml-16{
    margin-right: 7rem !important;
    margin-left: 1rem !important;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content{
    margin: 3rem 1rem 0 1rem;
    background-color: #FCFAF8;
    border-radius: 24px 24px 24px 24px;
    padding: 48px;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-content {
    width: calc(100% - 350px) !important;
}




/* مخفی کردن رادیو اصلی */
.acf-radio-list input[type="radio"] {
    display: none;
}

/* استایل دکمه */
.acf-radio-list label {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
    font-size: 14px;
}

/* حالت انتخاب‌شده */
.acf-radio-list input[type="radio"]:checked + label,
.acf-radio-list label:has(input[type="radio"]:checked) {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* فاصله بین دکمه‌ها */
.acf-radio-list li {
    display: inline-block;
    margin: 5px;
}
ul.acf-radio-list, ul.acf-checkbox-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.lost-pet-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lost-pet-form > .acf-field {
    flex: 0 0 calc(33.333% - 14px);
    box-sizing: border-box;
}

.lost-pet-form > .acf-field.full-width {
    flex: 0 0 100% !important;
    max-width: 100%;
}

@media (max-width: 992px) {
    .lost-pet-form > .acf-field {
        flex: 0 0 calc(50% - 10px);
    }

    .lost-pet-form > .acf-field.full-width {
        flex: 0 0 100%;
    }
}
ul.acf-radio-list, ul.acf-checkbox-list{
    margin-top:35px !important;
}
@media (max-width: 576px) {
    .lost-pet-form > .acf-field {
        flex: 0 0 100%;
    }
}
.lost-pet-form .acf-input input[type=number],
.lost-pet-form .acf-input input[type=text],
.lost-pet-form .acf-input select{
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
}

.acf-field .acf-label label{
    font-size: 13px;
    margin-bottom: -17px !important;
    margin-right: 22px !important;
    z-index: 100000000 !important;
    position: absolute;
    background: #F4F7F5;
    padding: 0 11px !important;
}
