body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

a {
  text-decoration: underline;
  text-underline-position: under;
  color: #f4584d;
  transition: all 200ms ease;
}

a:hover, a:focus {
  color: #f4584d;
}

.thumbnail {
  overflow: hidden;
  margin-bottom: 16px;
}

.thumbnail img {
  width: 100%;
}

header .navbar {
  padding: 24px;
  border-bottom: solid 1px #eaeaea;
  background: #fff;
  transition: all 200ms ease;
}

header .navbar.scrolled {
  padding: 10px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
  border-bottom: none;
}

header .navbar .nav-item.dropdown .nav-link::after {
  display: none;
}

header .navbar .nav-item.dropdown.show .nav-link {
  /* text-decoration: underline; */
  /* color: #f4584d; */
}

header .navbar .nav-item .nav-link:focus {
  color: #111;
}

header .navbar .nav-item.dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
  color: #444;
}

header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #f4584d;
}

header .navbar .navbar-toggler {
  color: #111;
}

header .navbar .navbar-collapse.collapsing .navbar-toggler.toggle-close {
  display: none;
}

.logo {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  letter-spacing: -1px;
}

header .navbar .navbar-brand {
  padding: 0;
}

header .navbar .navbar-brand svg {
  height: 28px;
}

header .navbar-nav li a {
  color: #111;
}

header .navbar-nav li a:hover {
  color: #f4584d;
  text-decoration: none;
}

header .navbar-nav .nav-item .nav-link.active {
  /* border-bottom: solid 1px #000; */
  text-decoration: underline;
  text-underline-position: under;
}

header .search-form-header input {
  height: 36px;
  border-radius: 18px;
  margin-left: 20px;
  font-size: 14px;
  background: #eee;
  border: none;
}

header .search-form-header input:focus {
  box-shadow: 0 0 8px rgba(299, 122, 136, 0.5);
}

header .navbar .nav-item.dropdown .dropdown-menu.dropdown-socmed .dropdown-label  {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px 0 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}

header .navbar .nav-item.dropdown .dropdown-menu.dropdown-socmed .dropdown-item i {
  font-size: 18px;
  margin-right: 4px;
  width: 22px;
  text-align: center;
}


/* header #top-navbar .nav-item.dropdown-social-media .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px; 
} */


header #top-navbar .nav-item.dropdown-social-media .dropdown-toggle i {
  font-size: 12px;
  color: #d6e6b2;
}

header .navbar .nav-item.dropdown.dropdown-social-media.show .nav-link span {
  text-decoration: none;
  padding-top: 1px;
}

.dropdown-socmed.show {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 20px!important;
  gap: 10px;
  min-width: 18rem;
}

header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .text-label {
  flex: 1 1 100%;
}

header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .text-label .dropdown-label {
  padding: 0;
}

header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item .dropdown-item {
  padding: 0;
}
header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item .dropdown-item:hover {
  background: transparent;
}

header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item i {
  font-size: 20px;
}

header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item .name {
  display: none;
}

footer {
  padding: 60px 0 20px;
  background: #181818;
}

footer .logo-section {
  display: block;
  margin-bottom: 20px;
}

footer .logo-section svg {
  margin-bottom: 6px;
  display: block;
  height: 28px;
}

footer .logo-section .cls-2 {
  fill: #fff!important;
}

footer .logo-section #text {
  fill: #fff;
}

footer .footer-logo-section p {
  font-size: 14px;
  color: #eee;
}

footer .footer-logo-section p a {
  color: #eee;
}

footer .logo {
  color: #fff;
  display: block;
}

footer .tagline {
  color: #fff;
  font-size: 14px;
}

footer .contact {
  color: #fff;
  margin-bottom: 8px;
  margin-top: 16px;
  padding-left: 20px;
}

footer .contact a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

footer .contact a:hover {
  text-decoration: underline;
  text-underline-position: below;
}

footer .affiliates {
  color: #fff;
  font-size: 13px;
  padding-left: 20px;
}

footer .affiliates a {
  color: #fff;
  text-decoration: none;
}

footer .affiliates a:hover {
  text-decoration: underline;
}

footer .affiliates span {
  font-weight: 600;
}

footer .info .title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 20px;
}

footer .socmed {
  display: flex;
  padding-left: 20px;
}

footer .socmed .socmed-list {
  font-size: 22px;
  margin: 0 10px;
}

footer .socmed .socmed-list:first-child {
  margin-left: 0;
}

footer .socmed .socmed-list i {
  color: #fff;
}

footer .newsletter {
  max-width: 480px;
}

footer .newsletter p {
  font-size: 13px;
  color: #fff;
}

footer .newsletter .newsletter-form {
  margin-bottom: 12px;
  font-size: 14px;
}

footer .newsletter .newsletter-form input,
footer .newsletter .newsletter-form select {
  background: #494949;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 14px;
}

footer .newsletter .newsletter-form input:focus,
footer .newsletter .newsletter-form select:focus {
  outline: none;
  box-shadow: none;
  background: #666;
}

footer .newsletter .newsletter-form input::placeholder {
  color: #eee;
}

footer .newsletter .subscribe-btn-footer button {
  width: 100%;
  background: #f4584d;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
}

footer .newsletter .subscribe-btn-footer button:hover {
  background: #c74037;
}

footer .newsletter .subscribe-btn-footer button:active,
footer .newsletter .subscribe-btn-footer button:focus {
  outline: none;
  box-shadow: none;
}

footer .nav li .nav-link {
  color: #fff
}

footer .nav li .nav-link:hover {
  color: #f4584d;
}

footer .copyright p {
  margin-bottom: 0;
}

footer .copyright .footer-nav li {
  padding: 6px 0;
}

footer .copyright .footer-nav li:first-child {
  padding-left: 0;
}

footer .copyright .footer-nav li::after {
  content: "•";
  margin-left: 4px;
  margin-right: 12px;
  color: #ccc;
}

/* footer .copyright .footer-nav li:last-child::after {
  content: "";
} */

footer .copyright .footer-nav li a {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  padding: 7px 0;
}

footer .copyright .copyright-text {
  color: #b2b2b2;
  font-size: 13px;
}

footer .copyright .copyright-text a {
  color: #eee;
}

footer .copyright .copyright-text a:hover,
footer .footer-logo-section p a:hover {
  color: #f4584d;
}

.navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

header .search-mobile {
  margin-left: 10px;
  font-size: 18px;
  margin-top: -2px;
}

.h-link-nohover {
    text-decoration: inherit !important;
    color: inherit !important;
}

.search-overlay.show {
  visibility: visible;
}

.search-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 9;
  height: 100vh;
  width: 100%;
}

.search-overlay input {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  width: 200px;
  z-index: 9;
}

.layer {
  top: 0;
  left: 0;
  position: fixed;
  background-color: #000;
  opacity: .8;
  height: 100%;
  width: 100%;
  transition: .2s all ease-out;
  z-index: 8;
}

.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}

#fullscreen-searchform:focus {
  outline: none;
  border: none;
}

.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fullscreen-search-icon:hover, .fullscreen-search-icon:focus {
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg);
}

#fullscreen-searchform {
  top: 250px;
  position: relative;
  verticle-align: middle;
  border-bottom: 2px white solid;
}

#fullscreen-searchform input::placeholder {
  color: white;
  letter-spacing: 0.4px;
}

#fullscreen-searchform input[type=submit]:focus {
  outline: none;
}

.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  border: 0;
  padding: 8px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: lighter;
  font-size: 25px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input:focus {
  boder: none;
  outline: none;
}

.fullscreen-search-overlay.fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 0.88;
  z-index: 9999;
}

.fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.animate-element, .effect-bg-layer, .fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.fullscreen-search-overlay {
  z-index: 999;
}

.fullscreen-search-overlay .fullscreen-close:link, .fullscreen-search-overlay .fullscreen-close:visited {
  color: #fff;
}

.fullscreen-search-overlay .fullscreen-close:hover {
  color: #fff;
}

.fullscreen-search-overlay .ion-md-close:hover, .fullscreen-search-overlay .ion-md-search:hover {
  color: #f4584d;
}

.fullscreen-search-overlay .fullscreen-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  z-index: 99;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.fullscreen-search-overlay.fullscreen-search-overlay-show #fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.fullscreen-search-overlay #fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

#search-overlay a:hover {
  color: #bda87f !important;
  text-decoration: none;
}

.overlay-search button {
  background: transparent;
  border: none;
  outline: none;
  color: white;
}

.overlay-search button:hover {
  color: #bda87f
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  border: 1px solid transparent !important;
  -webkit-text-fill-color: white !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
  font-size: 25px !important;
  color: #fff !important;
}

.sub-cat .list {
  color: #f4584d;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
}

.sub-cat .list:hover {
  color: #999;
}

.sub-cat .list::after {
  content: "•";
  margin-left: 5px;
  margin-right: 1px;
  color: #3d3b41;
}

.sub-cat .list:last-child::after {
  content: "";
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  font-size: 50px;
  color: #f4584d;
  z-index: 10;
}

.back-to-top .material-icons {
  font-size: 40px;
  width: 50px;
  height: 50px;
  padding: 4.5px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  color: #fff;
}

.thumbnail a img {
  opacity: 1;
  transition: all 200ms ease;
}

.thumbnail a img:hover {
  opacity: 0.7;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiiblbmnvzgluzz0iaxnvltg4ntktmsi/pg0kpcetlsbhzw5lcmf0b3i6iefkb2jlielsbhvzdhjhdg9yide2ljaumcwgu1zhiev4cg9ydcbqbhvnluluic4gu1zhifzlcnnpb246idyumdagqnvpbgqgmckgic0tpg0kpcfet0nuwvbfihn2zybqvujmsumgii0vl1czqy8vrfreifnwryaxljevl0voiiaiahr0cdovl3d3dy53my5vcmcvr3jhcghpy3mvu1zhlzeums9eveqvc3znmteuzhrkij4ncjxzdmcgdmvyc2lvbj0ims4xiibpzd0iq2fwyv8xiib4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihhtbg5zonhsaw5rpsjodhrwoi8vd3d3lnczlm9yzy8xotk5l3hsaw5riib4psiwchgiihk9ijbwecincgkgd2lkdgg9ijeymy4wnxb4iibozwlnahq9ijeymy4wnxb4iib2awv3qm94psiwidagmtizlja1ideymy4wnsigc3r5bgu9imvuywjszs1iywnrz3jvdw5kom5ldyawidagmtizlja1ideymy4wntsidqojihhtbdpzcgfjzt0ichjlc2vydmuipg0kpgc+dqojphbhdgggzd0itteyms4zmjusmtauoti1bc04ljutoc4zotljltiumy0yljmtni4xltiumy04ljusmgwtndiuncw0mi4zotlmmtgunzi2ldeunzi2yy0yljmwms0yljmwms02ljewms0yljmwms04ljusmgwtoc41ldgunq0kcqljltiumzaxldiumy0yljmwmsw2ljesmcw4ljvsndmumsw0my4xbc00mi4zldqyljvjltiumywyljmtmi4zldyumswwldgunww4ljusoc41yziumywyljmsni4xldiumyw4ljusmgw0mi4zotktndiungw0mi40ldqyljqncgkjyziumywyljmsni4xldiumyw4ljusmgw4ljutoc41yziumy0yljmsmi4zltyumswwltgunwwtndiuns00mi40bdqyljqtndiumzk5qzeymy42mjusmtcumti1ldeymy42mjusmtmumzi1ldeyms4zmjusmtauoti1eiivpg0kpc9npg0kpgc+dqo8l2c+dqo8zz4ncjwvzz4ncjxnpg0kpc9npg0kpgc+dqo8l2c+dqo8zz4ncjwvzz4ncjxnpg0kpc9npg0kpgc+dqo8l2c+dqo8zz4ncjwvzz4ncjxnpg0kpc9npg0kpgc+dqo8l2c+dqo8zz4ncjwvzz4ncjxnpg0kpc9npg0kpgc+dqo8l2c+dqo8zz4ncjwvzz4ncjxnpg0kpc9npg0kpc9zdmc+dqo=);
  background-size: 16px 16px;
  opacity: 0.6;
}

header [type="search"]::-webkit-search-cancel-button {
  display: none;
}

header .search-form-header {
  position: relative;
}

header .search-form-header .btn-search-header {
  position: absolute;
  top: 6px;
  padding: 0;
  right: 14px;
  border: none;
  background: transparent;
}

header .search-form-header .btn-search-header i {
  font-size: 16px;
  color: #888;
}

.search-result .search-form [type="search"]::-webkit-search-cancel-button {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
}

.cate-masthead-slider .masthead-item .item-detail .title a {
  text-decoration: none;
}


.home-ads-block {
    padding: 20px 40px;
    background: url(../../cimg-sub/img/thebeaulife/component/bg-gradient-tn.png) no-repeat;
    background-size: cover;
    min-height: 180px;
    position: sticky;
    top: 60px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 600ms ease;
}

.home-ads-block .ads-content {
    max-width: 860px;
    text-align: center;
    margin-bottom: 0;
}

.home-ads-block .close-ads {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
}

.home-ads-block .close-ads:hover {
    cursor: pointer;
    color: #eee;
}

.home-ads-block.ads-closed {
    display: none;
    transition: all 600ms ease;
}


.cookieinfo {
    left: auto!important;
    right: 16px!important;
    bottom: 16px!important;
    padding: 24px 40px!important;
    text-align: center;
    width: 320px!important;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 6px;
    box-shadow: 2px 4px 8px rgba(0,0,0,.2);
    background: #222!important;
    color: #fff!important;
    line-height: 160%!important;
}

.cookieinfo span {
    margin-bottom: 12px;
}

.cookieinfo .cookieinfo-close {
    background: #f4584d !important;
    padding: 6px 8px!important;    
}


@media (min-width: 480px) {
  .icon-dropdown {
    display: none;
  }
}

@media (max-width: 480px) {
  
  header #top-navbar .navbar-collapse.show {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: scroll;
  }

  header #top-navbar .navbar-collapse .toggle-close {
    position: absolute;
    top: 26px;
    right: 20px;
    transition: all 200ms ease;
    transition-delay: 200ms;
  }

  header #top-navbar .navbar-nav {
    align-self: flex-start;
    margin-top: 80px;
  }

  header #top-navbar .navbar-brand {
    z-index: 100;
  }

  header #top-navbar .navbar-nav .nav-item {
    border-bottom: solid 1px #eee;
  }

  header #top-navbar .navbar-nav .nav-item.dropdown .icon-dropdown {
    content: " ";
    position: absolute;
    right: 28px;
    top: 26px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }

  header #top-navbar .navbar-nav .nav-item.dropdown .icon-dropdown:hover,
  header #top-navbar .navbar-nav .nav-item.dropdown .icon-dropdown:focus,
  header #top-navbar .navbar-nav .nav-item.dropdown .icon-dropdown:active {
    outline: none;
    border: none;
    box-shadow: none;
  }

  header #top-navbar .navbar-nav .nav-item.dropdown .icon-dropdown::after {
    display: none;
  }
  
  header #top-navbar .navbar-nav .nav-item.dropdown-beauty .icon-dropdown {
    background: #f4584d;
  }

  header #top-navbar .navbar-nav .nav-item.dropdown-lifestyle .icon-dropdown {
    background: #d6e6b2;
  }
  
  /* header #top-navbar .navbar-nav .nav-item.dropdown.show::after {
    content: "-";
  } */

  header .navbar .nav-item.dropdown .nav-link {
    color: #111;
  }

  header .navbar .nav-item.dropdown .nav-link[aria-expanded="false"] {
    text-decoration: none;
  }

  header .navbar .nav-item.dropdown .nav-link[aria-expanded="true"] {
    box-shadow: none;
    outline: none;
  }

  header .navbar .nav-item.dropdown .dropdown-menu {
    box-shadow: none;
  }

  header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 8px 40px;
  }

  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background: none;
  }


  header #top-navbar .navbar-nav .nav-link {
    /* text-align: center; */
    font-size: 24px;
    padding: 20px 40px!important;
    display: inline-block;
  }

  .fullscreen-search-overlay.fullscreen-search-overlay-show #fullscreen-search-wrapper {
    width: 100%;
  }

  #fullscreen-searchform {
    display: inline-flex;
  }

  #fullscreen-searchform {
    width: 92%;
    margin: auto;
  }

  footer .footer-content .nav {
    justify-content: center;
  }

  footer .footer-content .nav li a {
    font-size: 14px;
  }

  footer .copyright {
    flex-direction: column;
  }

  footer .copyright .footer-nav {
    margin-bottom: 8px;
    justify-content: center;
  }

  footer .copyright .footer-nav li a {
    margin-right: 0;
  }

  footer .copyright .footer-nav li::after {
    margin: 0 10px;
  }

  footer .copyright .footer-nav li:last-child::after {
    margin-right: 0;
  }

  .back-to-top {
    bottom: 10px;
    right: 20px;
  }

  footer .logo-section {
    margin-bottom: 24px;
  }

  footer .info {
    margin-bottom: 24px;
  }

  footer .contact, footer .info .title, footer .socmed, footer .affiliates  {
    padding-left: 0;
  }


    .home-ads-block .ads-content {
        font-size: 13px;
    }

    .home-ads-block .ads-content br {
        display: none;
    }

    .cookieinfo {
        width: 100%!important;
        left: 0!important;
        bottom: 0!important;
        border-radius: 0;
    }

    header #top-navbar .nav-item.dropdown-social-media .nav-link.dropdown-toggle {
      display: none;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed {
      display: flex;
      flex-wrap: wrap;
      padding: 20px 40px!important;
      gap: 20px;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .text-label {
      flex: 1 1 100%;
      margin-bottom: -10px;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .text-label .dropdown-label {
      padding: 0;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item .dropdown-item {
      padding: 0;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item i {
      font-size: 32px;
      width: auto;
    }

    header #top-navbar .nav-item.dropdown-social-media .dropdown-socmed .socmed-item .name {
      display: none;
    }

}