/**
Theme Name: Robintek Child Theme
Author: Robintek
Author URI: https://robintek.com/
Description: Robintek Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robintek-child-theme
Template: astra
*/


/*==== BUTTONS =======================================================================================*/



/*==== HEADER =======================================================================================*/



/*==== FOOTER =======================================================================================*/



/*==== HOME PAGE ====================================================================================*/


/*==== WOOCOMMERCE ==================================================================================*/
#rtek-service-notification {
    background-color: #fff; /* Yellow background */
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom: 3px solid #fdd835;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#rtek-service-notification p {
    margin: 0;
    padding-left: 20px;
    color: #333; /* Dark text color for contrast */
    flex-grow: 2;
}

#rtek-service-notification a {
    color: #0056b3; /* A distinct link color */
    text-decoration: underline;
}

#rtek-service-notification a:hover {
    text-decoration: none;
}

#rtek-dismiss-notification {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 5px;
    font-size: 16px;
    color: #333; /* Same color as the text for consistency */
}

#rtek-dismiss-notification:hover {
    color: #757575; /* Slightly different color on hover */
}

.woo-dash-notification-icon {
    background-color: #fdd835;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 50px;
    line-height: normal;
    padding-top: 8px;
    text-align: center;
    width: 50px;
}

.woo-dash-notification-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ccc;
}

/*==== CUSTOM =======================================================================================*/

.fl-rich-text p:last-child {
    margin-bottom: 0;
}
.fl-rich-text p a:link,
b, strong {
    font-weight: 800!important;
}
.big-underline2 {
    display: inline-block;
    box-shadow: 0 20px 0 0 var(--ast-global-color-2);
}
.big-underline {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.big-underline::before {
    position: absolute;
    content: '';
    background: var(--ast-global-color-2);
    width: 100%;
    bottom: 0;
    height: 30%;
    left: 0;
    z-index: -1
}
.big-underline:hover::before {
    background: var(--ast-global-color-6);
}
.uabb-woo-products-summary-wrap,
.astra-shop-summary-wrap {
    position: relative;
    padding-bottom: 70px!important;
    min-height: 220px;
}
.woocommerce-js ul.products li.product .button {
    position: absolute;
    bottom: 0;
}
#box-form input,
#box-form .gfield_label {
    margin-bottom: 0!important;
}
.box-testimonials a:link {
    pointer-events: none!important;
    cursor: default!important;
}

/*==== MEDIA QUERIES ================================================================================*/

@media (max-width:1060px){
    .site-branding {
        max-width: 300px;
    }
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 17px;
        padding: 0 12px;
    }
}

@media (max-width:921px){

}

@media (max-width:768px){
    .uabb-woo-products-summary-wrap,
    .astra-shop-summary-wrap {
        position: relative;
        padding-bottom: 0!important;
        min-height: initial;
    }
    .woocommerce-js ul.products li.product .button {
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 544px){
	.site-header-section>* {
        padding: 0 5px;
    }
}
