@media only screen and (max-width:1559px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (min-width:1351px) and (max-width:1620px) {}

@media only screen and (min-width:1200px) and (max-width:1350px) {}

@media only screen and (min-width:768px) and (max-width:1199px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:601px) and (max-width:768px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        background: #EEEEEE;
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .my-account-section {
        height: 100%;
        background: unset;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 20px 20px 20px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        overflow: scroll;
        white-space: nowrap;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin: 0;
    }

    .view-subsription-col.view-subsription-col-1 {
        width: 100%;
    }

    .view-subsription-col.view-subsription-col-2 {
        width: 100%;
    }

    .view-subsription-row {
        flex-direction: column;
    }




}

@media only screen and (max-width:767px) {

    body.woocommerce-account .view-subsription-col.view-subsription-col-2 .flower-grid.preference-grid {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: auto;
    }

    body.woocommerce-account .view-subsription-col.view-subsription-col-2 .flower-card .flower-label {
        width: 189px;
    }

    .woocommerce-account .favourite-colour-grid {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: auto;
    }

    .woocommerce-account .flower-label {
        width: 189px;
    }

    body.woocommerce-account .view-subsription-col.view-subsription-col-2 .favourite-colour-grid .colorcodeInner {
        width: 100%;
        height: 115px;
        border-radius: 6px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 0px;
    }

    .woocommerce-account .wizardStepContent3 .wizard-field {
        margin: 30px 0;
    }

    body.woocommerce-account .view-subsription-col.view-subsription-col-2 .other-selections-wrapper {
        gap: 0;
    }

    .delivery-form {
        gap: 0px 15px;
        grid-template-columns: 1fr;
    }

    .card-options .custom-radio {
        align-items: flex-start;
    }

    .card-options .radio-img {
        margin-top: 5px;
    }

    .woocommerce-account .wizardStepContent3 input[type="text"] {
        padding: 6px 0 6px;
    }

    .woocommerce-account .flower-label p{
        margin-bottom: 12px;
    }

    .woocommerce-account .other-selections h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .time-options {
        gap: 10px;
        margin-top: 15px;
        flex-direction: column;
    }

    .delivery-time h3 {
        margin: 0 0 5px 0;
    }

    .delivery-time {
        margin: 15px 0;
    }

    .surprise-section h3 {
        margin: 0 0 15px;
    }

    .surprise-section .custom-radio {
        margin: 0 0 8px;
    }





    .delivery-table thead {
        display: none;
    }

    .delivery-table tr {
        display: block;
        margin-bottom: 20px;
        padding: 4px 16px;
        border-radius: 8px;
        background: #EFEFEF66;
    }

    .delivery-table td,
    .delivery-table th {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
    }

    .delivery-table td::before,
    .delivery-table th::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
    }

    table.delivery-table tbody th {
        padding: 12px 0px;
        border: none;
        border-bottom: none;
    }

    table.delivery-table tbody td {
        padding: 12px 0px;
        border: none;
        border-bottom: none;
    }
}

@media only screen and (max-width:600px) {}