/*
Theme Name: Hello Elementor Child
Author: RV
Description: This is the child theme of Hello Elementor.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.menu-cart {
    position: relative;
    display: inline-block;
}

.menu-cart .cart-link {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.menu-cart .cart-icon {
    font-weight: bold;
    background-color: #00C2CB;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
    text-align: center;
    font-weight: normal;
}

.menu-cart .cart-total {
    margin-left: 5px;
}
.header_single_post1 h2{
    text-align:center;
}

.header_single_post1{
    background-color: #00C2CB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.entry-title{
      text-align:center;
}
.header_single_post{
    display:none;
}
h1.woocommerce-products-header__title.page-title {
    text-align: center;
}
.woocommerce-MyAccount-navigation {
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-products-header {
    margin-top: 40px;
}