.carousel-inner{
  height: auto;
}

.carousel .carousel-inner {
  height: 350px;
}

@media (max-width: 1199px){
  .carousel .carousel-inner {
      height: auto !important;
  }
  #wrapper{
    margin-top: 4rem !important;
  }
}

#carousel{
  text-align: center;
  height: auto;
}

#wrapper{
  padding-top: 9.563rem;
  margin-top: 0px ;
}

.gbi-cat-menu{
    padding:5px;
}

.gbi-cat-menu :hover{
    background-color: black !important;
    color:white
}

.contenido{
    background-color: #9abe13;
}
.contenido .navbar{
    color:#9abe13 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: #ffffff;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #9abe13;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #fff;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(30% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.row .mega-links li a{
  padding: 9px 15px;
  color: #000000;
  font-size: 15px !important;
  line-height: initial;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  #showPlantas:checked ~ .mega-box{
    max-height: 100%;
  }
  #showBonsai:checked ~ .mega-box{
    max-height: 100%;
  }
  #showCompPlantas:checked ~ .mega-box{
    max-height: 100%;
  }
  #showSemillas:checked ~ .mega-box{
    max-height: 100%;
  }
  #showCasaJardin:checked ~ .mega-box{
    max-height: 100%;
  }
  
  
  
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100% !important;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

.gbi_nav{
  margin-top: 3rem;
  padding: 14px;
}

.gbi_nav .wrapper .nav-links li .mega-box .content .row header ul li a{
  line-height: initial;
}

div.dropdown-multicol2{
  width: 90rem;
}
div.dropdown-multicol2>div.dropdown-col{
  display:inline-block;
  width: 16%;
}

.gbi_nav .mega-box a, .mega-links li{
  color:#232323 !important;
  font-weight: 500 !important;

}

.gbi_nav .mega-box header :hover, .mega-links a:hover{
  color:white !important;
  background-color: none !important;
  font-weight: 500 !important;
}


.nav-links .desktop-item:hover{
  color:#9abe13 !important;
  background-color:white !important;
}

.gbi_row_bonsai{
  width: calc(30% - 30px) !important;
}

.gbi_menu_icono{
  color: #9abe13;
}

li .mobile-item{
  text-align: left !important;
}

/*Media query*/
@media (max-width: 600px) {
  .gbi_activo{
    height: 2200px !important;
  }
  
  .gbi_activo .dropdown-multicol2{
    display: flex !important;
    flex-direction:column;
  }
  .gbi_carrito_movil{
    display: block !important;
  }

  .gbi_buscador_escritorio, .gbi_buscador_movil{
    text-align: justify;
    padding-top: 14px; 
  }
  
  .gbi_buscador_escritorio form,.gbi_buscador_movil form, .gbi_buscador_escritorio form input,.gbi_buscador_movil form input, .gbi_buscador_movil #search_widget,.gbi_buscador_escritorio #search_widget{
    width: 100%;
    display: block !important;
    padding-top: 5px;
  }  
  .gbi_buscador_movil{
    display: initial;
  }
  .gbi_buscador_escritorio{
    display: none;
  }
}

.search-widget{
  overflow: hidden !important;
}

@media (min-width: 750px) {
  #gbi_menu_xxl{
    left: -50% !important;
  }
  .gbi_buscador_escritorio, .gbi_buscador_movil{
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-end;
  }
  
  .gbi_buscador_movil form,.gbi_buscador_escritorio form, .gbi_buscador_movil form input,.gbi_buscador_escritorio form input, .gbi_buscador_movil #search_widget,.gbi_buscador_escritorio #search_widget{
    display: block !important;
  }
  .gbi_flex_buscador{
    display: flex !important;
  }
  .gbi_buscador_movil{
    display: none;
  }
  .gbi_buscador_escritorio{
    display: initial;
  }

}
.mobile-item{
  color:white !important;
}

.gbi_carrito_movil{
  display: none;
}

#header .header-nav .cart-preview.active{
  background-color: #9abe13 !important;
}
#_mobile_cart a :hover{
  color:#9abe13 !important;
}
#_mobile_cart i{
  margin-top: -0.3em;
}

.gbi_nav{
  z-index: 101;
}

.gbi_nav .wrapper{
  z-index: 150;
}

.breadcrumb{
  position: initial !important;
}

.breadcrumb li a{
  color: #9abe13 !important;
}

.block-social ul li:hover{
  background-color: #9abe13 !important;
}

.block-social ul li{
  background-color: #9abe13 !important;
}

.linkedin{
  background-image: url('/themes/classic-child/assets/img/linkedin.ico');
  background-size: 30px;
  background-position: center;
}
.facebook.icon-gray,.facebook.icon-gray:hover{
  background-image: url('/themes/classic-child/assets/img/facebook-32.ico');
}
.pinterest.icon-gray,.pinterest.icon-gray:hover{
  background-image: url('/themes/classic-child/assets/img/pinterest-32.ico');
}
.twitter.icon-gray,.twitter.icon-gray:hover{
  background-image: url('/themes/classic-child/assets/img/twitter-32.ico');
}
.social-sharing li{
  background-color: #9abe13 !important;
}

.gbi_footer_copyright{
  color:#9abe13;
}

.rowheader{
  max-width: 100%;
}

ul#ui-id-1{
  z-index: 5000;
}

#header .logo {
  text-align: center;
  max-width: 229px !important;
}

.titulo-pag{
  color: #668712;
  font-weight: 400;
  font-size: 18px;
}

nav .wrapper{
  line-height: 20px;
}

#icono-buscar{
  color: #668712;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{
  margin:0.3rem!important;
}
.card-block {
  padding: 1.25rem 0.25rem .5rem !important;
}

.pagination{
  position: inherit !important;
}
.pagination div{
  width: 100%;
  margin-left: 0%;
  padding-right: 5px;
}

.pagination .current a{
  color:#9abe13;
}

.pagination .page-list{
  box-shadow: none;
}
.pagination .next{
  float: none;
}

button.btn.btn-primary.add-to-cart{
  background-color: #9abe13 !important;
}

.quick-view:hover{
  color:#9abe13 !important;
}

.category-sub-menu li{
  font-size: 15px !important;
  font-weight: 400 !important;
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
  background-color: #9abe13 !important;
  background: #9abe13 !important;

  color:white !important;
}

.search-widget form input[type=text]:focus{
  outline: 3px solid #9abe13 !important;
}
.search-widget form button[type=submit] .search:hover, .search-widget form input[type=text]:focus+button .search{
  color:#9abe13 !important;
}


.gbi_whatsapp a:hover{
  color:white !important;
  font-size: 20px;
}
.gbi_whatsapp{
  padding:0.8em 0 !important;
  margin-top: 3px;
}

.gbi_whatsapp a{
  font-size: 18px;
  padding: 7px;
  background-color:#9abe13 !important;
  color:white !important;
  border-radius: 5px;
  transition: font-size 1s;
  white-space: nowrap;
}
.gbi_whatsapp_mobile a{
  font-size: 18px;
  padding: 7px;
  background-color:#9abe13 !important;
  color:white !important;
  border-radius: 5px;
}

.gbi_whatsapp_mobile{
  margin-top: 6px;  
}

@media (min-width: 750px) {
  .gbi_whatsapp_mobile{
    display:none;
  }
}

#gbi_bizum{
  display: block;
  margin-left: 37px;
  background: #dddddd70;
}

.gbi_pago_titulo{
  font-size: 18px;
  color: #668712;
  padding-left: 10px;
  padding-top: 10px;
}

.gbi_pago_respuesta{
  color: #5e504c;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -13px;
  font-size: 15px;
}

.gbi_importante{
  color: red;
  font-size: 11px;
  padding: 0px 10px 10px 10px;
}

.gbi_arrow{
  font-size: 25px;
}

.gbi_sin_portes_p{
  padding:10px;
  font-size: 18px;
  color: #9abe13;
  line-height: 36px;
  text-align: center;
}

.gbi_sin_portes_span{
  background: #9abe13;
  color: white;
  padding: 6px;
  font-weight: 600;
}

#_desktop_currency_selector{
  display: none !important;
}

#header .header-nav #_desktop_contact_link #contact-link{
  /*margin-top: 0px !important;*/
}

#main{
  margin-top: 0rem !important;
}

.products{
  display: flex;
  justify-content: center !important;
}

#left-column .block-categories {
  display: none !important;
}

.link-navidad-desktop, .link-navidad-mobile{
  background: red;
  color: white !important;
  font-weight: 700;
}


.gb_round_circle{
  height: 15px;
  width: 15px;
  padding-top: 0.1875rem;
  box-shadow: 0.125rem -0.125rem 0.25rem 0 rgb(0 0 0 / 20%);
  border-radius: 50%;
  border: none;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 90px) !important;
}

#wrapper {
  background: #ffffff;
}

@media (max-width: 991px){
  .carousel {
      background-color: white;
  }
	#header .header-nav .container {
		width: 100%;
	}
}

.mensaje-cupon{
	background-color:#9abe13 !important;
}


@media (max-width: 765px){
#header .gbi_nav {
		margin-top: 0px;
	}
#wrapper {
      padding-top: 6.563rem !important;
  }
}