#topbar {
    background: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 999;
}
#topbar .social-icons a {
  text-align: center;
}
#topbar .social-icons i {
    color: #1B1B1A;
    transition: color 0.3s;
    font-size: 20px;
    padding: 0;
    margin-right: 5px;
}

#topbar .social-icons i:hover {
  color: #FF91C6;
}

#topbar .contact-info span {
  margin-left: 20px;
  color: #1B1B1A;
}

#topbar .contact-info i {
  margin-right: 6px;
  color: #1B1B1A !important;
  font-size: 16px;
}
.social-icons i {
    font-size: 22px;
}
#topbar .contact-info i:hover {
  color: #FF8FAC;
}
#topbar .contact-info a {
    color: #1B1B1A;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 500;
}

#topbar .contact-info a:hover {
  color: #FF91C6;
}



/* --------------------------Header---------------------------- */



div#header {
    padding: 5px 0;
}
body.home header#masthead {
    background: #00000027;
    margin-bottom: -138px;
    position: relative;
    z-index: 999;
}
/* body.home div#header {
    position: absolute;
    z-index: 99;
    left: 50%;
    width: 72%;
    transform: translateX(-50%);
    padding: 10px 0;
}
header#masthead {
    background: #000;
}
header#masthead {
    background: #000;
    position: relative;
}
header#masthead::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
.stickynavbar {
z-index: 99;
padding-top: 0 !important;
}
#sticky-onoff {
display: none;
}


.sticky {
  position: fixed !important;
  top:40px;
  width: 100%;
  padding-bottom: 0 !important;
  background: #000 !important;
  padding: 10px 0 !important;
}


.sticky .header-wrap {
    position: relative;
    width: 100%;
}

.nav_wrap {
clear:both;
background-color: transparent;
margin-bottom: 0em;
z-index: 99;
}

.social-menues {
  justify-content: end;
  align-items: center;
}
.home.page-template .sticky .nav_wrap {
  padding-bottom: 0px;
}
.home #header {
    background-color: transparent;
    border-bottom: #fff solid 1px;
}
#header .logo img{
max-height: 123px;
width: auto;
}

.menubar {
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.neseted-inner {
top: 0;
position: absolute;
}
.continnerbox {
background-size: 100% 100%;
color: #fff;
border-top: 40px solid #435061;
border-left: 60px solid transparent;
}

header#masthead {
    background: #000;
}

.sub-menu  li:nth-child(1) {
  padding-left: 10px !important;
}
.logo a.custom-logo-link{ 
color:#000000;
}
.logo a {
color: #000;
font-size: 19px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Lobster";
}
.logo p{ 
color: #000;
margin-bottom: 0;
font-size: 14px;
}
#header .top-contact{
padding:12px 0; 
font-size:15px;
}
.menubar .social-media{
padding:12px 0; 
text-align:center;
}
.scrolled {
position: fixed !important;
top: 0;
width: 100%;
z-index: 9999999;
background:#fff;
}
#masthead.scrolled {
background: #ccc;
}
#site-navigation {
width: 100%;
}

#header .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

#header .search-form input[type="search"] {
  border: 1px solid gray;
  opacity: 1;
  padding: 12px;
  font-family: 'Manrope';
  font-size: 18px;
}
#header .fa-window-close
{
color:gray;
cursor: pointer;
font-size: 20px;
}
#header .search-form input[type="submit"] {
    /* border-radius: 10px; */
    border: unset;
    background: #FF91C6;
    padding: 16px 38px;
    font-family: 'Manrope';
    color: #fff;
    font-weight: 600;
}
#header .cart i {
color: #000;
z-index: 999999999999999;
font-size: 18px;
}
#header .account i{
color: #000;
}
#header span.cart-value {
  position: absolute;
  top: -5px;
  background:  #FF6600;;
  color: #fff;
  border-radius: 50px;
  padding: 0px 6px;
  right: -2px;
  z-index: -1;
}
#header .bar_icon {
  text-align: right;
}
#header .bar_icon i {
  color: #fff;
  font-size: 20px;
  background: #000;
  text-align: center;
  padding: 12px;
}
#header .icons {
  padding: 18px 0px;
}

/* ------------- Topbar ---------------- */

.header_btn a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "ubuntu";
  letter-spacing: 1px;
  vertical-align: middle;
  float: left;
  cursor: pointer;
}
.header_btn a:hover{
  color:  #FF6600;;
}
.register {
  color: #eee;
}
.login {
  color: #000;
}
.login i {
  padding-right: 5px;
}

.login {
  background: #f5f5f5;
  padding: 11px 7px;
}

/* --------------- Search -------------- */

.popup-box-on {
  display: block !important;
}
.off {
  display: none;
}
#qnimate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; /* just under #search */
  background: rgba(0,0,0,0.5); /* optional dim effect */
}
#search {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* use viewport height instead of % */
  background: #fff;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}
#qnimate.off {
  display: none;
}

#search.open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

#search .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #FF8FAC;
  background: none;
  border: none;
  cursor: pointer;
}
button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

input#term {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.btn-lg , .btn-group-lg > .btn {
  border-radius: 153px !important;
  font-size: 29px;
}
.btn-site {
  background: #be5254 none repeat scroll 0 0;
  color: #fff !important;
}

/*----------------Menu bar-----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
/* .main-navigation li a::before {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(217, 217, 217, 0.5);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
} */
.call-title {
  align-items: center;
  justify-content: left;
}
.main-navigation li {
  position: relative;
  padding: 20px 18px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
.cart-cust::after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  position: absolute;
  right: -36px;
  background: #EDEDED;
  top: -7px;
}

.call-text a::after{
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  position: absolute;
  left: -31px;
  background: #EDEDED;
  top: -7px;
}
.menu-item-has-children::before {

  right: -18px !important;
}
.contact:before {
  display: none;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation li:last-child {
 padding-right: 0;
}
.main-navigation li:last-child a::before {
  display: none;
}
.main-navigation a {
  display: block;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-left: 0;
}
.main-navigation a:hover{
  color: #FF91C6 !important;
}
.main-navigation a:focus{
  color: #FF91C6 !important;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #FFF;
  min-width: 215px;
  z-index: 9999;
  padding-left: 0;
  cursor: pointer;
}
.banner-shop a span:hover{
  background: #362829;
}
.about-us-btn a span:hover{
  background: #362829;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background: #362829;

}
.order-icons:hover{
  background: #FFF;
}
.contact-btn a span:hover {
  background: #362829;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 500;
  color: #1e1d1c;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.main-navigation ul ul li:last-child{
  border-bottom: 0;
}

.main-navigation ul li:hover > ul{
  display: block;
}



.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}

.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}

.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}

.main-navigation ul ul li:hover > a{
  color: #373737;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}


#site-navigation ul.children,
#site-navigation ul.sub-menu {
  position: absolute;
  overflow: hidden;
  top: 65px;
  left: 0;
  background: #fff;
  z-index: 10001;
  padding-left: 0;
  border-radius: 0;
  display: block;
  opacity: 0;
  top: 0;
  width: 0;
  visibility: hidden;
}

#site-navigation ul li:hover .sub-menu {
  background: #fff;
  opacity: 1;
  visibility: visible;
  top: 99%;
  width: auto;
  -webkit-transition: all .5s, background, 2s .5s linear;
  transition: all .5s, background 2s .5s linear;
}

#site-navigation ul.children li,
#site-navigation ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}

#site-navigation li li:hover>ul,
#site-navigation li li:focus>ul,
#site-navigation li li.focus>ul {
  top: 0px;
  left: -100%;
}
.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a {
  color: #FF8FAC;
}
#site-navigation ul.children li a,
#site-navigation ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 8px 14px;
  font-size: 14px;
  color: #FF8FAC;
  -webkit-transition:
    all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#site-navigation ul.sub-menu li a:hover {
  color: #fff !important;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#site-navigation ul.sub-menu li a:before,
#site-navigation ul.sub-menu li a:after {
  content: '';
  position: absolute;
  -webkit-transition:
    inherit;
  transition:
    inherit;
  z-index: -1;
}

#site-navigation ul.sub-menu li a:before,
#site-navigation ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#site-navigation ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #FF8FAC;
  border-left: 0;
  border-right: 0;
  top: 17px;
}

#site-navigation ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#site-navigation ul.sub-menu li a:hover:before,
#site-navigation ul.sub-menu li a:hover:after {
  width: 100%;
}

#site-navigation ul.sub-menu li a:after {
  right: 0;
}

#site-navigation ul.sub-menu li a:hover:after {
  background: #FF8FAC;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#site-navigation ul.sub-menu li a:hover:before,
#site-navigation ul.sub-menu li a:hover:after {
  width: 100%;
}

#site-navigation ul.children li ul:before,
#site-navigation ul.sub-menu li ul:before {
  display: none;
}

#site-navigation li:hover>ul,
#site-navigation li:focus>ul,
#site-navigation li.focus>ul {
  opacity: 1;
  right: calc(100% - 213px);
}

.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #FF8FAC;
  color: #fff;
}

#site-navigation ul.children li ul:before,
#site-navigation ul.sub-menu li ul:before {
  display: none;
}


.main-navigation .menu>ul>li.highlight {
  background-color: #ffffff;
}

.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}

.menubar.scrolled .menu>ul>li:hover>a:after,
.menubar.scrolled .menu>ul>li.current_page_item>a:after,
.menubar.scrolled .menu>ul>li.current-menu-item>a:after {
  height: 2px;
}

.menu>ul>li.exoplanet-search:after {
  background: transparent !important;
}

.main-navigation ul ul li:hover>a {
  color: #373737;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  padding: 0 76px;

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon
{
  padding-top: 15px;
}
.header-social-icon .socialbox i
{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}

p.comment-form-cookies-consent label {
  font-size: 12px;
  font-family: 'Manrope';
  font-weight: 400;
  margin-left: 10px;}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: left;}















/*---------------- Footer Section ----------------------*/

.textwidget p {
  text-align: left;
  color: #CDC3C1;
  opacity: 1;
  /* width: 50%; */
  margin-left: 0;
  font-family: 'Manrope';
  font-size: 16px;
  padding: 18px 0 0;
  margin-bottom: 0;
  font-weight: normal;

}
#footer ul.foot-flex{
display: flex;
align-items: center;
}
#footer ul.foot-flex p{
  margin: 0;
}

#footer
{
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
 
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  margin: 8px 0px;
}

#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}

.main_sociobox {
    padding: 20px 0;
}

#footer{ 
  color: #fff;
  text-align: left;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0 0;

}

.footer1::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 365px;
  height: 0.2px;
  background: #FFFFFF;
  display: block;
  right: 133px;
}

.footer1::before {
  content: "";
  position: absolute;
  top: 23px;
  width: 365px;
  height: 0.2px;
  background: #FFFFFF;
  display: block;
  left: 133px;
}
.footer_hide{
  display:none;
}
.copyright-social-icon {
  display: flex;
  align-items: center;
  margin-top: 32px;

}
.banner-right-img img {
  background: #362829;
  border-radius: 50%;
  padding: 0;
  width: 550px;
  height: 580px;
}
section#banner {
  padding: 200px 0 74px;
}
#footer h3 {
  font-family: 'Manrope';
  font-size: 20px;
  font-weight: bold;
  line-height: 21.11px;
  text-align: left;
  color: #fff;
  padding: 0;

}
#banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-origin: border-box;
  background-blend-mode: luminosity;
  backface-visibility: unset;
  background: round;
}
#gallery-1 {
  margin: auto;
  padding: 18px 0 0;
}

.copyright {
  /* background: #2B2B2B; */
}


.contact-details h6 {
  font-family: Work Sans;
  font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #fff;
}
.call a h6 {
  font-size: 24px;
}
.contact-details h6 {
  font-family: Work Sans;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}


#footer .copyright a {
  cursor: pointer;
  opacity: 1 !important;
  color: #fff;
  font-size: 16px;
}

#footer .copyright a:hover {
  color: #FF91C6;
  background: transparent !important;
}

/* #footer .copy-main a {
  cursor: pointer;
  background: #005CB5;
  padding: 6px 20px;
  border-radius: 15px;
  margin-bottom: 42px;
  width: 379px;
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
} */

#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px 0;
  color: #CDC3C1;
  position: relative;


}
span.rpwwt-post-title {
  margin-top: 15px;
  width: 52%;
}
.rpwwt-post-date {
  font-size: 16px;
  font-family: 'Manrope';
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 84px;
}
#footer ul li:hover a {
  color: #FF91C6;
}

#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 0;
  text-align: left;
  margin-bottom: 6px;

}
.widget_recent_entries img {
  width: 100px; 
}
.copyright .copy-main p {
  text-align: center !important;
  color: #fff;
  font-size: 14px;
  font-family: 'Manrope';
  font-weight: 500;
  line-height: 22px;
  margin-top: 35px;
  border-top: 1px solid #727272;
  padding-top: 10px;
}
#footer .textwidget input[type="email"]
{
  border-radius: 40px;
  border:2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"]
{
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px;
  border:2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: "Poppins"; 
}
#footer .contact-widget i {
  color:  #FF6600;;
  margin-right: 10px;
  font-size: 16px;
}
#footer .footer-logo {
  margin-top: 30%;
}
#footer .social {
  margin-top: 25px;
}
#footer .social a {
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 3px 0;
  margin-right: 2px;
  width: 34px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}
#footer .widget td 
{
  padding-top: 0px !important;
}
#footer #site-navigation ul li a
{
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-family: "Roboto";
  font-weight: 500;
}
#footer #site-navigation ul li
{
  margin-right: 20px;
}
#footer #site-navigation
{
  text-align: center;
  border-bottom: 1px solid #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 65px;
}
#footer .main-navigation li.current_page_item
{
  background-color: transparent;
}
#footer .footer-logo-box
{
  margin: 0 auto;
  display: block;
  position:absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width:180px;
  max-height: 180px;
  border-radius: 50%;
}



/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #ffffff;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #fff;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #FF91C6;
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 22px;
  cursor: pointer;
}

#topabr .mail-and-call-icon {
  display: flex;
  align-items: center;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* 
.footer-cols .row .mar-gex:not(:first-child) ul {
margin-left: 20px;
} */


#footer a#return-to-top:hover {
    background: #1B1B1A !important;
}