/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.woocommerce-Tabs-panel-mobile {
    display: none;
}

@media (max-width: 768px) {
    .woocommerce-Tabs-panel {
        display: none;
    }
    .woocommerce-Tabs-panel-mobile {
        display: block;
    }
}

.tab-controll.rotate-after::after {
    transform: rotate(90deg);
}

.product-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.product-navigation a {
    display: inline-block;
    text-align: center !important;
    padding: 5px 20px;
    background: #027b5f;
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid #027b5f;
    border-radius: 25px;
    text-decoration: none;    
    border: 1px solid #ddd;
    font-weight: bold;
    transition: all 0.3s ease;
}

.product-navigation a:hover {
    background-color: #ffffff;
    color: #027b5f;
}

#prev_prod_button:hover, #next_prod_button:hover {
    background-color: #ffffff;
    color: #027b5f;
    border-color: #027b5f;
}

#prev_prod_button, #next_prod_button {
    display: inline-block;
    text-align: center !important;
    padding: 5px 20px;
    background: #027b5f;
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid #027b5f;
    border-radius: 25px;
    width: auto;
    font-weight: bold;
    transition: all 0.3s ease;
    width: fit-content;
}


@media only screen and (max-width: 800px) {
    .single-navigation .fusion-button {
        margin-bottom: 2vh;
    }    
}