/*
Theme Name: AccountPro Child
Template: accountpro
Author: Vahid Jahangir
Version: 1.1.2.1760296912
Updated: 2025-10-12 22:51:52

*/


@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-UltraLight.woff');
    font-weight: 100;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-Light.woff');
    font-weight: 200;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-Medium.woff');
    font-weight: 400;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-Regular.woff');
    font-weight: 500;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-SemiBold.woff');
    font-weight: 600;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-Bold.woff');
    font-weight: bold;
}

@font-face {
    font-family: Morabba;
    src: url('./assets/fonts/morabba/Morabba-Heavy.woff');
    font-weight: bolder;
}


.fpf-fields.before-add-to-cart {
    display: grid;
    gap: 15px;
    grid-template-columns: auto auto;
}

.fpf-fields-config-wrapper {
    display: none !important;
}

body .fpf-fields .fpf-field label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

body .fpf-fields button,
body .fpf-fields input[type="submit"] {
    color: #ffffff08;
    font-size: 16px;
    font-weight: 500;
    background: #0EFDC2;
    border-radius: 16px 8px 16px 16px;
    padding: 12px 20px;
    line-height: 1;
    transition: .3s;
    border: none
}

body .fpf-fields button:hover,
body .fpf-fields input[type="submit"]:hover {
    opacity: .8
}

body .fpf-fields input,
body .fpf-fields textarea,
body .fpf-fields select{
    color: #FFF;
    background: #ffffff08;
    border-style: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px 9px 15px;
    border-radius: 16px 8px 16px 16px
}

.accountino-single-product-cart>.single_variation_wrap {
    flex-wrap: wrap;
}

