/*
 Theme Name:   Hello Child
 Description:  Hello Child Theme, this is how baby WordPress themes are made.
 Author:       Craig Smith
 Author URI:   https://www.webbernaut.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  helllochild
*/

/* html, body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
} */

@import url('css/woocommerce.css');

/* Hello Elementor Override */
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), 
    .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1280px;
        margin:0 auto;
    }
}

body {
    margin:0;
    padding:0;
}

p {
    font-weight: normal;
}

.page-content {
    margin-bottom:45px;
}

/* WooCommerce */
#content #main {
    max-width: 1280px;
    margin:0 auto;
}

section.related.products {
    clear: both;
}

.elementor-297 .cfe-wrapper a {
    color:#fff;
    font-weight: 400;
}

/* navigation */
#menu-top-menu > li:last-child > a {
    border-right: 0;
}
.account-nav a, .cart-nav a {
    border-radius: 100%;
    background: #db393a;
    height: 50px;
    width: 50px;
    position: relative;
    color: #fff;
}

.account-nav i, .cart-nav i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.cart-nav i {
    margin-left: -2px;
}

.account-nav a:hover, .cart-nav a:hover, .get-quote a:hover {
    background: #db393a !important;
}

.cart-count {
    position: absolute;
    background: #192834;
    color: #fff;
    padding: 4px;
    top: -15px;
    right: -5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.get-quote a {
    background: var(--e-global-color-accent );
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
}

#toplink {
    font-size: 25px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    background: #ccc;
    padding: 15px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 10px;
    cursor: pointer;
    line-height: 50px;
    display: none;
}

.elementor-431 .elementor-element.elementor-element-f2ad9ba {
    z-index: 100 !important;
}

.button-alert, .wpforms-submit {
    background: var(--e-global-color-accent) !important;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.button-alert:hover, .wpforms-submit:hover {
    opacity: .8;
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.menu-item-786.current-menu-item a {
    color: #fff !important;
}

.menu-item-786.current-menu-item a:hover {
    color: #9EC0E4 !important;
}
/* header on all pages but index */
/* background-position: 0px -350px; */

.elementor-element-73e27206 {
    overflow: hidden;
}

.home .elementor-element-60c0865 {
    z-index: 999;
}

/* menu */
.mobile-menu {
    display: none;
}

@media (max-width: 1024px) {
    .elementor-301 .elementor-element.elementor-element-546ee06 .elementskit-menu-close {
      padding: 8px 8px 8px 8px;
      margin: 12px 12px 12px 12px;
      width: 45px;
      border-radius: 3px;
      color: #fff !important;
      border-color: #fff !important;
    }

    .mobile-menu {
        display:block;
    }

    .hide-mobile, .elementor-element-58e7d90, .elementor-element-7848e78 {
        display: none;
    }
    .product {
        padding: 20px;
    }
}

.custom-totals-message {
    padding: 16px;
}

.woocommerce-variation-description p {
    font-size: 22px;
    font-weight: bold;
    margin-top: -1rem;
    padding: 0; 
}