@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    font-display: swap;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

body {
    background: #edeeed;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
modal {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

blockquote:after,
blockquote:before {
    content: ""
}

q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: """"
}

a:active,
a:focus,
a:hover {
    outline: 0
}

a img {
    border: 0;
}

body,
button,
input,
select,
textarea {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /*font-weight: 400;*/
    /*font-family: Poppins SemiBold, sans-serif;*/
    margin-bottom: 15px;
    text-shadow: 0 0 0px #000;
}

p {
    margin-bottom: 20px;
    color: #767676;
    line-height: 1.8
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 0 0 25px;
    font-size: 16px;
    padding: 0 5px;
    font-style: italic;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    border-left: 8px solid #ddd
}

blockquote:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

blockquote:before {
    height: 0;
    content: "“";
    display: block;
    margin-left: -45px;
    font: italic 400%/1 Cochin, Georgia, "Times New Roman", serif;
    color: #999
}

q:before {
    content: '"'
}

q:after {
    content: '"'
}

address {
    margin: 0 0 15px
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

b,
strong {
    text-shadow: 0 0 #111;
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

h1 {
    font-size: 30px
}

h3,
h4,
h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px
}

ol,
ul {
    margin: 0 0 15px 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 15px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 15px 15px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 12px
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle
}

#menu_close {
    display: none;
}

nav.navigation {
    overflow: hidden;
    margin: 0 0 3rem;
    width: 100%
}

.navigation.pagination {
    padding: 0 0 30px
}

.main-navigation {
    margin-left: 1rem
}

span.page-numbers.dots {
    background-color: transparent
}

.bttn,

input[type=button],
input[type=reset],
input[type=submit] {
    background: #111;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    -webkit-appearance: none;
    border-radius: 0 4px 4px 0
}

input[type="text"]:disabled {

    border-color: #cfefdd3b;
    background: #cfefdd3b;
}

body input[type=file] {
    border: 1px dashed rgba(0, 0, 0, .25);
    padding: 1rem;
    width: 50%
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #0bdd43;
    color: #fff !important
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    opacity: 0
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

select,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
input[type=number] {
    color: #666;
    border: 1px solid #232f40;
    height: 45px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 15px;
    border-radius: 5px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
    border: 1px solid #0d5c2469 !important;
    outline: none;
    box-shadow: 0px 0px 0 2px #cddc39;
}
input[type=email]:focus,
select:focus{
    box-shadow: 0px 0px 0 2px #cddc39;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    color: #212121 !important;
    transition: background-color 9999s ease-out;
}
.searchform input[type=text]:focus {
    border: none
}

.multiple-select {
    height: auto;
}

textarea {
    overflow: auto;
    vertical-align: top;
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%
}

.no-results input[type=search] {
    margin-bottom: 2rem
}

.no-results .search-submit {
    max-width: 50%
}

a {
    color: #000;
    text-decoration: none;
}
section a{
    text-decoration: underline;
}
.page .entry-content h2 {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 0
}
a:active,
a:focus,
a:hover,
.widget a:hover {
    color: #000;
    text-shadow: 0px 0px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.row:after,
.row:before {
    content: '';
    display: table
}

.entry-content:after,
.entry-content:before {
    content: '';
    display: table
}

.comment-content:after,
.comment-content:before {
    content: '';
    display: table
}

.site-header:after,
.site-header:before {
    content: '';
    display: table
}

.clear,
.clearfix:after,
.comment-content:after,
.entry-content:after,
.row:after,
.site-footer:after,
.site-header:after,
.teg-container:after {
    clear: both
}
.widget {
    margin: 0 0 25px;
    padding-bottom: 10px
}

.eggnewsCarousel li,
.eggnewsSlider li,
.post-thumb-wrapper,
.single-featured-wrap,
.single-post-wrapper {
    overflow: hidden
}

.eggnewsCarousel li figure img,
.eggnewsSlider li figure img,
.post-thumb-wrapper figure img,
.single-featured-wrap figure img,
.single-post-wrapper figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 12px
}

.footer-widgets-area .widget-title:after {
    display: none
}

.sticky {
    display: block
}

h1.entry-title {
    font-size: 1.2rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1.entry-title a {
    color: #3d3d3d
}

.blog-author,
.blog-cat,
/*.group-blog .byline,
.single .byline
*/
.posted-on,
 {
    display: inline;
    font-family: Poppins, Monserrat, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300
}

.cat-links {
    margin-right: 10px
}

.page-links {
    clear: both;
    margin: 0 0 15px
}

.edit-link .post-edit-link {
    background: #0bdd43;
    padding: 4px 10px;
    color: #fff !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px
}

#blog-post article.hentry,
.archive article.hentry,
.category article.hentry,
.search article.hentry,
.tag article.hentry {
    position: relative
}

.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.blog article.hentry:first-child {
    margin-top: 30px
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px
}

article.hentry h1 {
    margin-bottom: 30px;
    line-height: 1.2;
    display: inline-block;
    margin: 0;
    padding: 9px 0;
}

article.hentry .entry-footer>span {
    margin-right: 15px;
    font-size: 13px
}

.page-header .page-title {
    color: #333;
    font-size: 1.2rem
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px
}

.byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px
}

.updated {
    display: none
}

.entry-footer a {
    color: #999
}

.entry-footer a:hover {
    color: #0bdd43
}

.navigation.posts-navigation {
    padding-bottom: 30px
}

.navigation.posts-navigation::after {
    content: '';
    display: block;
    clear: both
}

.nav-links {
    margin: 1rem .3rem
}

.navigation.posts-navigation .nav-links {
    clear: both
}

a.next.page-numbers,
a.prev.page-numbers {
    border: 1px solid
}

.nav-links .meta-nav {
    display: none
}

.nav-links .nav-previous {
    width: 50%;
    float: left
}

.nav-links .nav-next {
    width: 50%;
    text-align: right;
    float: right
}
.nav-links .nav-next a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-links .nav-previous a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.entry-thumbnail {
    width: 38%;
    float: left
}

.entry-excerpt {
    width: 60%;
    float: right
}

.short-content {
    margin-bottom: 10px
}

.short-content+.bttn {
    float: right
}

.entry-footer {
    margin-top: 10px
}

.full-width {
    float: none;
    width: 100%
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

#comments {
    clear: both
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px
}

#comments h3 {
    margin: 0 0 10px;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px
}

#commentform label {
    width: 120px;
    display: block
}

textarea#comment {
    width: 100%;
    height: 150px
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-area ol.children {
    margin: 0 0 0 15px
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-top: 2px solid #0bdd43
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px
}

.comment-metadata {
    margin-top: -10px;
    padding-left: 57px
}

.comment-content {
    padding-left: 58px;
    margin-top: 10px
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px
}

.comment-author .fn .url:hover {
    color: #0bdd43
}

.comment-author .says {
    display: none
}

.commentmetadata {
    float: right;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    font-weight: 300
}

.commentmetadata a {
    color: #666
}

.commentmetadata .comment-edit-link {
    color: #01aefd
}

.commentmetadata+.clear {
    margin-bottom: 20px
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #0bdd43;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px
}

#respond {
    margin-top: 90px;
    padding: 20px
}

#commentform .form-submit {
    margin-bottom: 0
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #0bdd43
}

.logged-in-as a {
    color: #0bdd43
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#infinite-footer {
    display: none
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: 10px 0
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%
}

.gallery-columns-2 .gallery-item {
    max-width: 47%
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 23%
}

.gallery-columns-5 .gallery-item {
    max-width: 18%
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%
}

.gallery-caption {
    display: block
}

.teg-column-wrapper {
    margin-left: -2%
}

.full-width {
    width: 100% !important
}

.teg-column-1 {
    float: left;
    width: 98%;
    margin-left: 2%
}

.teg-column-2 {
    float: left;
    width: 48%;
    margin-left: 2%
}

.teg-column-3 {
    float: left;
    width: 31.33%;
    margin-left: 2%
}

.teg-column-4 {
    float: left;
    width: 23%;
    margin-left: 2%
}

.boxed_layout #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 0 auto;
    width: 1200px;
    background: #fff
}

.hide {
    display: none
}
.date-section.mk-whatsapp{
    padding: 15px;
    max-width: 1170px;
    margin: 0 auto
}
.footer-menu{
    flex-direction: row;
    display: flex;
    margin: 30px 0;
    padding-bottom: 30px; 
    border-bottom: 1px solid
}
.footer-menu ul{
    flex: 33%;
    margin: 0
}
#footer-navigation .footer-menu ul li {
    padding: 9px;
    width: 100%
}

#footer-navigation ul li {
    border-left: 2px solid rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 10px
}

.top-menu ul li {
    border-left: 2px solid #0bdd43
}

#footer-navigation ul li a,
.top-menu ul li a {
    color: #fff
}

#footer-navigation ul li a:hover,
    {
    color: #0bdd43
}

#top-header-navigation {
    float: left
}

#footer-navigation ul li ul {
    display: none
}

.has-header-video .custom-header-media iframe {
    position: fixed;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#wp-custom-header img {
    width: 100%
}
#social_prof{
    text-align: center
}
#social_prof a {
    padding: 4px 5px 0 5px;
    margin: 0 9px;
    line-height: 5rem;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
}

.logo-ads-wrapper {
    padding: 20px 0
}

.custom-logo-link {
    display: block;
    margin: 24px 0
}

.site-branding {
    float: left
}

.site-title-wrapper {
    margin-top: 15px
}

.site-logo {
    margin: 30px 0
}

.site-description {
    margin: 0
}

.header-ads-wrapper {
    float: right
}

#masthead .header-ads-wrapper .widget {
    margin: 0;
    padding: 0
}

#masthead .header-ads-wrapper .widget.eggnews_ads_banner {
    margin: 0;
    padding: 0
}

#masthead .header-ads-wrapper .widget.eggnews_782x90_banner {
    margin: 0
}

.is-sticky .bottom-header-wrapper {
    background: #fff;
    z-index: 999
}

#site-navigation {
    padding: 1rem 0 0
}

#site-navigation {
    float: left
}
#site-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0
}

#site-navigation ul li {
    float: left;
    line-height: 38px;
    margin: 0 1px;
    position: relative;
    text-transform: uppercase
}

#site-navigation ul li a {
    margin: 0 1px;
    padding: 0 0 0 45px;
    color: #fff;
    display: block;
    line-height: 6rem
}

#site-navigation ul li a:hover {
    color: #0bdd43
}

#site-navigation ul li.current-menu-item a, #site-navigation ul li.current-menu-item:before {
    color: #0bdd43;
    text-decoration: underline
} 

#site-navigation ul.children,
#site-navigation ul.sub-menu {
    background: #313441;
    left: 0;
    min-width: 25rem;
    position: absolute;
    top: 120%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#site-navigation ul li:hover>ul.children,
#site-navigation ul li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

#site-navigation ul.children li,
#site-navigation ul.sub-menu li {
    text-transform: capitalize;
    float: none;
    display: block
}

#site-navigation ul.children li:last-child,
#site-navigation ul.sub-menu li:last-child {
    border: none
}

#site-navigation ul.children ul,
#site-navigation ul.sub-menu ul {
    right: -100%;
    left: auto;
    top: -20%
}

body #site-navigation ul.sub-menu a {
    line-height: 5rem;
    color: #fff;
    text-decoration: none;
}

#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li:hover>ul {
    top: 0
}

.header-search-wrapper {
    float: right;
    margin-top: 2px;
}

.cart-main {
    cursor: pointer;
    color: #111;
    font-size: 40px;
    width: 50px;
}

.eco-mode-info {
    font-size: 1rem;
    position: absolute;
    top: -21px;
    width: 48px;
    left: 5px
}

.reduce {
    transform: scale(.8);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    border-top: 2px solid #0bdd43;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0bdd43;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px
}

.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left
}

.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0;
    width: 25%;
    height: 36px;
    background: #0bdd43
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible
}

.menu-toggle {
    cursor: pointer;
    margin-top: 5px;
}
.menu-toggle b{
    color: #111
}
.sub-toggle {
    display: none;
    border-radius: 99px
}

.teg-featured-slider-wrapper {
    float: left;
    margin-right: 1%;
    width: 50%
}

.eggnewsCarousel,
.eggnewsSlider {
    margin: 0;
    list-style: none
}

.eggnews_block_grid .single-post-wrapper,
.featured-post-wrapper .single-featured-wrap,
.teg-slider-section {
    position: relative
}

.eggnews_block_grid .post-content-wrapper,
.featured-post-wrapper .single-featured-wrap .featured-content-wrapper,
.teg-slider-section .slider-content-wrapper {
    padding: 5px 10px
}

.eggnews_block_grid .post-title,
.featured-post-wrapper .featured-title,
.teg-slider-section .slide-title {
    margin-bottom: 0
}

.eggnews_block_grid .post-title a,
.featured-post-wrapper .featured-title a,
.teg-slider-section .slide-title a {
    color: #232f40;
    font-size: 24px
}

.eggnews_block_grid .post-title a:hover,
.featured-post-wrapper .featured-title a:hover,
.teg-slider-section .slide-title a:hover {
    color: #0bdd43;
    text-shadow: 1px 1px #000
}

.slider-meta-wrapper .post-meta-wrapper>a,
.slider-meta-wrapper .post-meta-wrapper>span {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-style: normal
}

.featured-meta-wrapper .post-meta-wrapper>a,
.featured-meta-wrapper .post-meta-wrapper>span {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-style: normal
}

.post-meta-wrapper span a,
.post-meta-wrapper>span {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-style: normal
}

.eggnews_featured_slider .post-meta-wrapper a,
.eggnews_featured_slider .post-meta-wrapper>span {
    color: #dfdcdc
}

.eggnews_block_grid .post-meta-wrapper a,
.eggnews_block_grid .post-meta-wrapper>span {
    color: #dfdcdc
}

.slider-meta-wrapper a:hover,
.slider-meta-wrapper span:hover {
    color: #0bdd43
}

.featured-meta-wrapper a:hover,
.featured-meta-wrapper span:hover {
    color: #0bdd43
}

.post-meta-wrapper span>a:hover,
.post-meta-wrapper>span:hover {
    color: #0bdd43
}

.category-button a {
    border-radius: 25px;
    color: #32373c;
    display: inline-block;
    margin: 5px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px;
}

.teg-slider-section .bx-controls {
    position: absolute;
    right: 10px;
    top: 10px
}

.teg-slider-section .bx-controls a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 4px 10px;
    opacity: .6
}

.teg-slider-section .bx-controls a:hover {
    background: #0bdd43;
    opacity: 1;
    color: #fff
}

.featured-post-wrapper {
    float: right;
    width: 49%
}

.featured-left-section {
    float: left;
    width: 48.8%
}

.featured-left-section .single-featured-wrap {
    margin-bottom: 10px
}

.featured-left-section .single-featured-wrap:last-child {
    margin: 0
}

.featured-right-section {
    float: right;
    width: 49.5%
}

.featured-post-wrapper .single-featured-wrap .featured-content-wrapper {
    padding: 0 10px 10px
}

.featured-post-wrapper .featured-title {
    line-height: 22px
}

.eggnews_block_grid .post-content-wrapper .post-title {
    line-height: 1.6rem
}

.eggnews_block_grid .post-content-wrapper .post-title a,
.featured-post-wrapper .featured-title a {
    font-size: 1.4rem
}

.featured-slider-section .block-header {
    display: none
}

.eggnewsSlider>li {
    display: none
}

.eggnewsCarousel li {
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    padding: 10px
}

.eggnewsCarousel li:nth-child(n+3) {
    display: none
}

.eggnewsSlider>li:first-child {
    display: block
}

.bx-viewport .eggnewsCarousel>li,
.bx-viewport .eggnewsSlider>li {
    display: block
}

.mk-carousel {
    padding: 1rem;
    display: flex
}

.post-cat-list {
    margin-top: 1rem;
    border-top: 1px solid #ddd;
}

.header-ads-wrapper {
    max-width: 100%
}

.eggnews_block_grid .column-2-layout .single-post-wrapper,
.eggnews_block_grid .column-3-layout .single-post-wrapper,
.eggnews_block_grid .column-4-layout .single-post-wrapper {
    display: inline-block;
    width: 48%
}

.eggnews_block_grid .column-3-layout .single-post-wrapper {
    width: 32.33%;
    min-height: 15rem
}

.eggnews_block_grid .column-4-layout .single-post-wrapper {
    width: 23%
}

.eggnews_block_grid .block-posts-wrapper {
    margin-left: -2%
}

.eggnews_block_grid .column-3-layout .block-posts-wrapper {
    margin-left: -1%
}

.block-header,
.related-articles-wrapper .widget-title-wrapper,
.widget .widget-title-wrapper {
    line-height: 18px;
    margin: 1rem 0;
    min-height: 23px;
    text-align: left;
    border-radius: 3rem 0 0 3rem
}

.block-header .block-title,
.related-articles-wrapper .related-title,
.widget .widget-title {
    color: #111;
    line-height: 1.8em;
    display: inline-block;
    font-size: 18px;
    margin: 0;
}

.block-header .block-title a,
.related-articles-wrapper .related-title a,
.widget .widget-title a {
    color: #111;
}

.block-header .block-title a:hover,
.related-articles-wrapper .related-title a:hover,
.widget .widget-title a:hover {
    color: #111
}

.column-posts-block .post-content-wrapper,
.grid-posts-block .post-content-wrapper {
    margin-top: 10px
}

.column-posts-block .post-title,
.grid-posts-block .post-title {
    margin: 0
}

.column-posts-block .post-title a,
.grid-posts-block .post-title a {
    color: #333;
    font-size: 18px
}

.single-post-wrapper .post-meta-wrapper span>a,
.single-post-wrapper .post-meta-wrapper>span {
    font-style: normal
}

.post-content-wrapper .post-content {
    color: #656565;
    font-size: 14px;
    margin-top: 16px
}

.column-posts-block .single-post-wrapper.secondary-post,
.list-posts-block .single-post-wrapper {
    margin-bottom: 15px
}

.column-posts-block .single-post-wrapper.secondary-post .post-thumb-wrapper,
.list-posts-block .single-post-wrapper .post-thumb-wrapper {
    float: left;
    margin-right: 2%;
    width: 32%
}

.column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper,
.list-posts-block .single-post-wrapper .post-content-wrapper {
    float: right;
    width: 64%
}

.column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .comments-link,
.list-posts-block .single-post-wrapper .post-content-wrapper .comments-link {
    display: none
}

.column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a,
.list-posts-block .single-post-wrapper .post-content-wrapper .post-title a {
    color: #333;
    font-size: 15px
}

.column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title,
.list-posts-block .single-post-wrapper .post-content-wrapper .post-title {
    margin: 0;
    line-height: 18px
}

.column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a:hover,
.grid-posts-block .post-title a:hover,
.list-posts-block .single-post-wrapper .post-content-wrapper .post-title a:hover {
    color: #0bdd43
}

.eggnews_block_grid .single-post-wrapper {
    margin-bottom: 15px
}

.widget_search .search-field {
    float: left;
    width: 78%
}

.widget_search .search-submit {
    background: #0bdd43 none repeat scroll 0 0;
    color: #fff;
    height: 36px;
    width: 22%
}


.widget a:hover::before {
    color: #0bdd43
}

.widget li:hover::before {
    color: #0bdd43
}

.eggnews-medium-banner {
    display: block;
    text-align: center
}

.archive .entry-title,
.search-results .entry-title,
.single .entry-title {
    font-size: 2rem;
    margin-bottom: 10px
}

.entry-title {
    font-size: 28px;
    margin-bottom: 10px
}

.entry-title a:hover {
    color: #0bdd43
}

.entry-meta span {
    color: #9f9f9f;
    font-size: 13px
}

.entry-meta span a {
    color: #9f9f9f;
    font-size: 13px
}

.cat-links {
    color: #9f9f9f;
    font-size: 13px
}

.entry-meta>span {
    margin-right: 5px;
    padding-right: 5px
}

.entry-meta span a:hover {
    color: #0bdd43
}

.single-post-image {
    margin: 0 0 20px
}

.eggnews_block_column .single-post-wrapper.primary-post {
    margin-bottom: 25px
}


.post-thumb-wrapper {
    margin-bottom: 10px
}

.eggnews_block_list .single-post-wrapper {
    margin-bottom: 2%
}

.eggnews_block_list .post-thumb-wrapper {
    float: none;
    width: 100%
}

.eggnews_block_list .post-content-wrapper {
    float: none;
    width: 100%
}

footer#colophon {
    background: #111;
    color: #fff
}

footer#colophon a {
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    line-height: 3rem
}

footer#colophon a:hover {
    color: #0bdd43
}


#top-footer {
    margin-top: 20px;
    padding: 20px 0 30px
}

.teg-footer-widget-wrapper {
    margin-left: -2%
}

#top-footer.column1 .teg-footer-widget,
#top-footer.column2 .teg-footer-widget,
#top-footer.column3 .teg-footer-widget,
#top-footer.column4 .teg-footer-widget {
    float: left;
    margin-left: 2%
}

#top-footer.column1 .teg-footer-widget {
    width: 98%
}

#top-footer.column2 .teg-footer-widget {
    width: 48%
}

#top-footer.column3 .teg-footer-widget {
    width: 31.33%
}

#top-footer.column4 .teg-footer-widget {
    width: 23%
}

#top-footer .block-header,
#top-footer .block-header .block-title,
#top-footer .widget .widget-title,
#top-footer .widget .widget-title-wrapper {
    border-bottom: none
}

#bottom-footer {
    font-size: 13px;
    padding: 8px 0
}

#bottom-footer .site-info {
    text-align: center;
    margin: 1rem 0
}

.error-404.not-found {
    border: 1px solid #e1e1e1;
    margin: 2rem auto;
    max-width: 700px;
    border-radius: 12px;
    padding: 18px;
}

.error404 .page-title {
    background: #3d3d3d;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.error-num {
    font-size: 114px;
    font-weight: 700;
    text-align: center
}

.error-num>span {
    font-size: 34px;
    text-transform: uppercase
}

.error404 .page-content {
    font-size: 14px;
    text-align: center
}


.to-compare .item-wrap {
    box-shadow: 0 0 0 4px #02dd43;
    background-color: rgb(2 221 67 / 14%);
    background: #fff
}

.search .entry-title {
    margin: 0 0 10px;
    text-align: left;
    padding: 9px;
    display: flex;
    align-items: center;
}

.taxonomy-description {
    float: left;
    margin-top: 10px
}

.related-posts-wrapper {
    margin-left: -2%
}

.related-posts-wrapper .single-post-wrap {
    float: left;
    margin-left: 2%;
    width: 31.33%
}

.related-posts-wrapper .category-button a {
    margin-top: 2px;
    margin-bottom: 5px
}

.related-posts-wrapper .post-title {
    margin-bottom: 5px
}

.related-posts-wrapper .post-title a {
    color: #333;
    display: block;
    font-size: 18px
}

.related-posts-wrapper .post-title a:hover {
    color: #0bdd43
}

.related-posts-wrapper .post-meta-wrapper {
    margin-bottom: 10px
}

.eggnews-author-wrapper {
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 30px
}

.eggnews-author-wrapper .author-avatar {
    float: left;
    width: 17%
}

.eggnews-author-wrapper .author-desc-wrapper {
    float: right;
    width: 80%
}

.eggnews-author-wrapper .author-desc-wrapper .author-title {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize
}
html #btn_back{
    left: 20px;
    display: block;
    transform: rotate(-90deg);
}
html #teg-scrollup:before {
    zoom: 1.9;
    left: 7px;
}
#btn_back:before,
#teg-scrollup:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #111111;
    transform: rotate(90deg);
    top: 4px;
    position: absolute;
    left: 19px;
}
#btn_back:after {
    border: 3px solid #111111;
    width: 15px;
    display: block;
    position: absolute;
    content: '';
    left: 9.22222px;
    top: 9px;
    height: 21px;
    border-radius: 3px 3px 3px 0;
    border-width: 0 3px 3px 0;
}
#btn_back,
#teg-scrollup {
    background-color: rgb(255 255 255 / 70%);
    bottom: 80px;
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 99;
    right: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #111;
    border-radius: 5px;
    font-size: 27px;
    line-height: 45px;
    box-shadow: 1px 1px #1116;
}

.no-results-icon i {
    font-size: 2rem
}

html .search-submit {
    display: none
}

.search-submit,
.submit {
    border-radius: 0
}

#secondary,
.home.blog #secondary .cpm-map {
    margin-top: 0;
    max-width: 100% !important
}

.entry-content .charge-point p strong {
    color: #0bdd43;
    border-bottom: 2px solid;
    text-transform: uppercase
}

.post-image img,
.single-post-image img {
    max-width: 100%;
}

.site-title-wrapper {
    margin: 0
}

.logo-ads-wrapper {
    padding: .5rem 0
}

.site-description {
    display: inline-block
}

.widget {
    margin: 1rem 0
}

.widget img {
    width: 100%
}

body #charge-points-map .cpm-map {
    width: 100% !important
}

.no-sidebar-center #primary {
    width: 100%
}

#Home ul {
    margin: 0
}

body button:focus {
    outline: 0
}

body button:disabled, 
body select:disabled {
    cursor: not-allowed;
    background: #e4e4e4;
    border-color: #ccc;
    color: #666;
}

span.extra-item:last-child:after,
span.extra-item:after {
    content: ""
}

.item-label,
.item-value {
    width: 50%
}

.item-value {
    text-align: right
}

html .show-block.more-info-form {
    display: block !important
}

html .more-info-form {
    margin: 2rem 0;
    display: none
}

#more_info_form {
    margin-top: 4rem
}

#chat_now_button {
    border-radius: 5px;
    background: #00e212;
    padding: 2px 4px;
    min-width: 6rem;
    text-align: center;
}

.date-section .ic-whatsapp {
    font-size: 3rem;
    position: relative;
    left: 10px;
    top: 4px;
    color: #fff
}

.faqs-block {
    margin-top: 2rem
}

html #sprd-main {
    font-size: 1.5rem
}

.post-image.search-list img {
    max-width: 15rem;
    float: left;
    margin-right: 2rem
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background: #111;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"] {
    width: 100%;
    background: #ccc;
    -webkit-appearance: none;
    height: 3px;
    border-radius: 9px;
}

input[type=search]:focus,
input[type=text]:focus {
    border: 1px solid #cddc39;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #ababab
}

::-moz-placeholder {
    color: #ababab
}

:-ms-input-placeholder {
    color: #ababab
}

:-moz-placeholder {
    color: #ababab
}

.car-item {
    border: 1px solid red;
    margin: .5rem 0
}

.car-item h2 {
    font-size: 2rem;
    cursor: pointer
}

.car-item h2 span {
    margin: 3px
}

.entry-content,
.entry-summary,
.page-content {
    margin: 0
}

.header-ads-wrapper .widget_custom_html {
    text-align: right
}

.page .entry-content h2.item-question {
    border: 2px solid #303440;
    line-height: 3rem;
    position: relative;
    padding: 2rem 3rem 2rem 2rem;
    margin: 1rem 0;
    cursor: pointer;
    border-radius: 5px;
}

.page .entry-content h2.item-question.open-item-title {
    border-color: transparent
}

.page .entry-content h2.item-question.open-item-title:after {
    display: none
}

.item-question:after {
    font-family: mk;
    content: '\E803';
    position: absolute;
    right: 15px;
    line-height: 0;
    top: 50%
}

.entry-content .item-answer.open-item {
    padding: 1rem;
    text-align: justify;
    position: relative;
    background-color: #91ff00;
    border-radius: 5px
}

.entry-content .item-answer.open-item p {
    color: #111;
}

.entry-content .item-answer.open-item a {
    text-decoration: underline;
    color: #000;
}

.entry-content .item-answer.open-item:after {
    position: absolute;
    content: '';
    top: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: transparent transparent #91ff01;
    left: 32px;
}

.page .entry-content .item-answer {
    text-align: justify;
}
.page .entry-content .item-answer p{
    display: none
}
.page .entry-content .item-answer.open-item p{
    display: block
}

.rotate-45 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .dark-button{
    -webkit-appearance: none;
    color: #111;
    background-color: #d4ff4a;
    border: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    flex: auto;
    padding: 11px;
    z-index: 9;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
body .dark-button:hover {
    background-color: #c4f236;
}
body .dark-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 255, 74, 0.6);
}
.border-button,
.border-button:hover {
    color: #111;
    background-color: transparent;
    border: 2px solid;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

span.wpcf7-list-item-label {
    position: relative;
    word-break: break-word;
    display: block;
    text-indent: 2rem;
    padding: 0 1rem;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: ' '
}

span.wpcf7-list-item-label:before {
    border: 1px solid;
    border-radius: 2px;
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.wpcf7-list-item-label.item-checked:before{
    background-color: #d4ff4a;
    color: #0d5c24;
    transition: background-color .5s;
}

.wpcf7 label {
    display: block;
    margin: 1.5rem 0;
    position: relative
}

.mk-checkbox {
    opacity: 0;
    position: absolute
}

span.cart-main.has-items {
    position: relative
}
span.cart-main.has-items:before{
    display: inline-block
}
span.cart-main.has-items:after {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: #111;
    right: 10px;
    top: 6px;
    border-radius: 2rem;
    border: 3px solid transparent
}

span.wpcf7-list-item-label.item-checked:after {
    color: #212121;
    border: 1px solid;
    left: 10px;
    position: absolute;
    z-index: 999;
    top: -15px;
    width: 10px;
    height: 30px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(54deg) skew(1deg, 0deg);
    -o-transform: rotate(54deg) skew(1deg, 0deg);
    -ms-transform: rotate(54deg) skew(1deg, 0deg);
    transform: rotate(65deg) skew(28deg, 0deg)
}

span.wpcf7-list-item {
    margin: 0
}

select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    padding: 0 15px;
    border: 1px solid;
    font-size: 16px;
    cursor: pointer;
}

.select-label {
    position: relative;
}

.select-label:before {
    content: '\E804';
    font-family: mk;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.flex {
    display: flex
}

.between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}
.flex-auto{
    flex: auto;
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.unset-list-style {
    list-style: none
}

.relative {
    position: relative
}

.video-list a {
    color: #111;
}
.currency-symbol {
    font-style: normal
}

.input-type-radio {
    display: inline-block;
    border: 1px solid;
    width: 2rem;
    height: 2rem;
    top: 4px;
    line-height: 3rem;
    position: relative;
    margin-right: 1rem;
    border-radius: 1rem
}

.choosen .input-type-radio {
    background-color: #303440;
    border-color: #0e131a
}

.search-form {
    margin: 1rem
}

.search-form label {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form label:before {
    content: '\e820';
    position: absolute;
    left: 8px;
    font-family: mk;
    font-size: 20px;
    top: 8px
}

.search-form input.search-field {
    border-color: transparent;
    min-width: 19rem;
    border-radius: 4px;
    padding: 0 0 0 36px;
    background: rgb(95 95 95 / 28%);
}

.old-price,
.old-price p {
    color: red !important;
    text-decoration: line-through;
    font-size: 14px
}

.promotional-price {
    border-radius: 0 46px 0 35px;
    border-radius: 10px;
    border: 2px solid;
    line-height: 4rem;
}

.promotional-price p {
    color: #111;
}

html .blocks-gallery-item {
    display: inline-flex
}

figure.wp-block-gallery {
    padding-bottom: 25px
}

.emaillist {
    background: #222f40;
    padding: 2rem;
    color: #fff
}

ul#menu-brands {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin: 0 -5px;
}


#menu-brands li.button-wrap {
    margin: 0;
    padding: 9px;
    border: 0;
    flex: calc(25%);
    list-style: none;
}

.logo-button a {
    display: block;
    color: #111
}

.logo-button img {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 0
}

.logo-button {
    height: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 9px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

html .menu-brands-container a,
html .menu-brands-container img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs {
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.breadcrumbs a {
    color: #111
}

nav.breadcrumbs h1 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 24px;
}

.breadcrumbs .btn-list-wrap{
    min-width: 25%;
}

header h1.search-title {
    font-size: 20px;
    font-weight: 400;
    padding: 1rem 0;
    border-bottom: 1px solid #111
}

.search-title span {
    background: #91ff00;
    font-family: monospace
}

html .compare-button {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    margin: 1rem 0;
    border-radius: 4px;
    display: block;
    padding: .5rem 0;
    border: 2px solid #223040;
    color: #22314099;
}

html .compare-button i {
    font-size: 2rem;
}

.ins {
    margin-bottom: 2rem;
}

.btn-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 15px 0;
    gap: 1.5%;
    align-items: center;
}

.btn-list.legend-ranking-perform {
    margin-bottom: 0px;
    position: relative;
    justify-content: left;
}

.btn-list.legend-ranking-perform span b {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    display: inline-block;
    border-radius: 1rem;
}

.btn-list.legend-ranking-perform b {
    display: flex;
    width: 100%;
    flex-flow: row-reverse;
}

.btn-list.legend-ranking-perform span.zero-100 b {
    background: red;
    margin-left: 0;
}

.btn-list.legend-ranking-perform span.eighty-120 b {
    background: #a7ab0f;
    margin-left: 12px;
}

.btn-list a {
    padding: 10px;
    border-radius: 5px;
    flex: auto;
    text-align: center;
    border: 2px solid;
    color: #111
}

.btn-list .active {
    background-color: #111;
    color: white;
    border-color: #111;
    position: relative;
    transition: background-color 1s;
}

@-webkit-keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: transparent;
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        color: auto;
    }
}

.audio-wrapper {
    padding: 10px;
    border-radius: 20px;
    background: #111;
}

audio {
    margin: -12px auto;
    width: 100%;
    background: transparent;
}

audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-panel {
    background-color: #04de44;
}

.smooth {
    scroll-behavior: smooth;
}
/*.ab-top-menu{display: none!important}*/
.btn-list.select-label:before{
    top: auto;
}

.no-scroll {
    overflow: hidden;
}
#teg-menu-wrap{
    width: 100%;
    transition: position 0.8s ease, box-shadow 0.3s ease; 
}
#teg-menu-wrap.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
.adsense-container {
    width: 300px;
    height: 250px;
}
.adsense-container {
    aspect-ratio: 16/9;
}

.custom-banner-rotator{
    background: #000;
    min-height: 250px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.custom-banner-rotator img{
    border-radius: 0;
    margin: 0 auto
    
}
#open_comparator{
    position: relative;
}
#open_comparator::after {

    content: var(--after-content);
    display: var(--after-display, none);
    background: #0add43;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;

}