/**
* Theme Name: Teapoz Child
* Description: This is a child theme of Teapoz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: teapoz
* Version: 1.2.6
*/


.top-bar {
    background: #063D38;
    padding: 10px 30px;
    display: flex;
    color: #fff;
    justify-content: space-between;
	font-size: 14px;
    font-weight: 400;
}

.top-bar a {
    color: #fff;
}

.top-bar i {
    margin-right: 5px;
    margin-left: 5px;
}

section.teapoz-sticky-add-to-cart {
    display: none !important;
}

@media only screen and (max-width: 767px){
.top-bar {
    flex-direction: column;
    align-items: center;
}
}