html{
    overflow-x: hidden;
}
#preloader{
    background:#ffffff url('../../images/preloader.gif') no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10000;
}
.search-bar{
    width: 100%;
    margin: 0 5px;
    /* margin-left: 5%;
    margin-right: 5%; */
}
.search-bar span{
    cursor: pointer;
}
.search-bar input,  .search-bar input:focus{
    border: none;
    color: white;
}
.search{
    color: white;
    border: #333;
}
.search-submit{
    position: absolute;
    z-index: 1000;
    padding: 0 !important;
    padding-left: 5px !important;
    top: 50%;
    bottom: 50%;
}
#search_product{
    color:black;
    padding-left: 33px !important;
    margin-right: 5px !important;
    font-style: italic;
}
.ui-menu{
    z-index: 3500 !important;
}
section{
    padding: 60px 14% 70px !important;
}

.home{
    position: relative !important;
    /* width: 100% !important; */
    height: 90vh !important;
    /* margin: 1.5rem !important; */
    /* background-image: url('../../images/fondo.jpg'); */
    /* background-image: url('{{ asset('storage/images/fondo.jpg') }}'); */
    padding: 60px 8% 70px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* adjust opacity as needed */
}
.home-text{
    display: flex !important;
    flex-direction: column !important;
}
.home-text h1{
    /* top: 30%;
    left: 10%;
    position: absolute; */
    z-index: 1;
    color: white;
}
.home-text p{
    /* position: absolute;
    top: 47%;
    left: 10%; */
    color: white;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
    z-index: 1;
}
#prod-hot{
    height: 80vh !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.custom-shape-divider-bottom-1680324404 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1680324404 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 76px;
}

.custom-shape-divider-bottom-1680324404 .shape-fill {
    fill: #ffffff;
}
a:hover{
    opacity: .7;
}
.slider {
    position: relative;
    z-index: 1;
  }
  
  .navbar-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  
.banner{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    align-items: center;
    gap: 2rem;
}
.banner-img{
    overflow: hidden;
}
.banner-img img{
    width: 60% !important;
    display: block;
    transition: transform 0.5s;
    cursor: pointer;
}

.card-slider{
    background-color: #ededf2 !important;
    border: none;
}
.card-slider .card-body a{
    color: #281b24;
}
.card-slider .card-body a:hover{
    color: #cf4647 !important;
    text-decoration: none;
}
/* .card-slider .card-body{
    
} */
.owl-carousel img, .card image {
    max-width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
}  
.card-filter img{
    max-width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
    transition: .3s ease !important;
}  
.card-filter:hover img{
    transform: scale(1.1);
}

.card-body-cat{
    position: absolute;
    bottom:-200px;
    transition: .2s ease-in;
    width: 100%;
}
.card-title:hover{
    color: #cf4647;
}
.card-cat:hover .card-body-cat{
    bottom: 0;
    color: white;
}
.card-cat:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }
    
  .custom-shape-divider-bottom-1680362032 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1680362032 svg {
    position: relative;
    display: block;
    width: calc(178% + 1.3px);
    height: 73px;
}

.custom-shape-divider-bottom-1680362032 .shape-fill {
    fill: #a7c5bd;
}
.dropdown-item:hover{
    color: #281b24 !important;
    background-color: #f4f4f4 !important;
}

/* rating */
.rating-css div {
    color: #ffe400;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
  }
  .rating-css input {
    display: none;
  }
  .rating-css input + label {
    font-size: 40px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
  }
  .rating-css input:checked + label ~ label {
    color: #b4afaf;
  }
  .rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
  }
.btn-red{
    background-color: #cf4647;
    color: white;
}
.btn-red:hover{
    background-color: #cf4646e4;
    color: white;
}
.btn-azul{
    background-color:#8cab94;
    color: white;
}
.btn-azul:hover{
    background-color: #8cab94e2;
    color: white;
}
.btn-naranjo{
    background-color:#eb7b59;
    color: white;
}
.btn-naranjo:hover{
    background-color: #eb7b59e5;
    color: white;
}
.gold{
    color: #ffd900;
}
/* End of Star Rating */


.page-link{
    color: #8cab94 !important;
}
.page-link:hover{
    color: #ffffff !important;
    background-color: #a7c5bd !important;
}
.page-item.active .page-link {
    z-index:3;
    color:#fff !important;
    background-color:#cf4647 !important;
    border-color:#cf4647 !important;
}
.page-item.active:hover .page-link {
    color:#fff !important;
}


.iniciar, .registrar{
    padding: 5px;
}

.group{
    position: relative;
    height: 30px;
    overflow: hidden;
    color: #d1d1d1;
    background-color: #2a2a2a;
    border-bottom: 2px solid #2a2a2a;
    border-top: 2px solid #2a2a2a;
}
.group .text{
    position: absolute;
    margin: 5px 0;
    padding: 0;
    font-weight: 600;
    width: max-content;
    animation: move-text 25s linear infinite;
}
.btn-home{
    /* position: absolute;
    top: 60%;
    left: 10%; */
    width: 40%;
    padding: 15px 25px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all .30s ease;
    z-index: 1;
  }
  .btn-home:hover{
    opacity: 1 !important;
    color: white !important;
  }
@media (max-width: 768px) {
  .btn-home {
    top: 72%;
    left: 10%;
  }
 
}

.hide{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-50%);
    transition: all 1s;
}
.hide2 {
  opacity: 0;
  filter: blur(3px);
  transition: all 1s;
}
.sho{
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0%);
    /* transition: all 1s; */
}


@media(prefers-reduced-motion){
    .hide{
        transition: none;
    }   
    .hide2{
        transition: none;
    }   
}
.modal-container{
    max-width: 60%;
}

@media (max-width: 768px) {
    .modal-container{
        max-width: 500px;
    }
  }

.countdown{
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: white;
    margin-top: 20px;
}
.day,.hour,.minute,.second{
    font-size: 3rem;
}
  

@media (max-width: 768px) {
    .user-img {
        width: 50px !important;
    } 
   
  }

.img-container-home{
background: #f1f1f1;
margin: 10px;
border-radius: 10px;
}
.team-item .img-container-home img{
    transition: 1s;
}
.team-item:hover .img-container-home img{
    transform: scale(1.3);
}
.team-item{
    border: 1px solid #c0d9d8;
}

.wide-banner {
    overflow: hidden;
  }
  .wide-banner .image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius:8px
  }
  .wide-banner:hover img {
    
  }
  .cnt-strip {
    position: relative;
  }
  .cnt-strip .strip {
    position: absolute;
    bottom: 16%;
    width: 100%;
    padding: 8px 30px 5px 30px;
    right:10px;
  }
  .cnt-strip .strip h1 {
    font-size: 36px;
    color: #ff4c4c;
    margin: 0;
    text-transform: uppercase;
    font-family:'Barlow', sans-serif;
    font-weight:bold
  }
  .cnt-strip .strip h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family:'Barlow', sans-serif;
    font-weight:600
  }
  .cnt-strip .strip h2 .shopping-needs {
    font-family:'Barlow', sans-serif;
    color: #fff;
    font-weight:400;
    font-size:22px;
    text-transform:none
  }
  .cnt-strip .strip h3 {
    font-size: 30px;
    color: #434343;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
  }
  .cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
  }
  .cnt-strip .strip.strip-text {
    width: 60%;
  }
  .cnt-strip .strip .red {
    color: #ff7878;
  }
  .cnt-strip .strip .black {
    color: #434343;
  }
  .cnt-strip .strip .green {
    color: #83c038;
  }
  .cnt-strip .strip .white {
    color: #fff;
  }
  .cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
  }
  .cnt-strip .new-label {
    background: url("../images/label.png") no-repeat scroll right top;
    height: 72px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 72px;
    z-index: 999;
  }
  .cnt-strip .new-label .text {
    color: #fff;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing:1px;
    /* IE 9 */
    -webkit-transform: rotate(-43deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-43deg);
    width: 100%;
  }
  .wide-banners {
      overflow:hidden
  
  }
  .wide-banners.homepage-banner {
    margin-top: 30px;
  }
  .wide-banners.homepage-banner h4 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
  }
  .wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
  }
  .new-banner {
    margin-top: 30px;
  }
  .new-banner .cnt-strip .strip {
    width: auto;
    padding: 0px;
    right: 23px;
  }
  .new-banner .cnt-strip .strip h3 {
    background: #707070;
    padding: 13px 23px 13px 16px;
    line-height: 24px;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
  }
  .new-banner .cnt-strip .strip h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 21px;
    text-transform: uppercase;
  }
  .new-banner .cnt-strip .strip h5 span {
    background: none repeat scroll 0 0 #707070;
    -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    padding: 0.6em 0;
  }
  .new-banner.no-margin {
    margin-top: -10px;
  }
  .megamenu-banner {
    margin-top: 30px !important;
  }
  .megamenu-banner h3 {
    font-size: 30px;
    font-family: 'BebasNeueRegular';
  }
  .megamenu-banner h2 {
    font-size: 40px;
    font-family: 'BebasNeueBold';
  }
  .wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
  }
  .wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
  }
  .wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
  }
  .wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
  }
  .wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
  }
 

  .testimonials-clean {
    color:#313437;
    background-color:#ffffff;
  }
  
  .testimonials-clean p {
    color:#7d8285;
  }
  
  .testimonials-clean h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .testimonials-clean h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
    
  }
  
  .testimonials-clean .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
  }
  
  .testimonials-clean .intro p {
    margin-bottom:0;
  }
  
  .testimonials-clean .people {
    padding:50px 0 20px;
  }
  
  .testimonials-clean .item {
    margin-bottom:32px;
  }
  
  @media (min-width:768px) {
    .testimonials-clean .item {
      height:220px;
    }
  }
  
  .testimonials-clean .item .box {
    padding:30px;
    background-color:#c0f9fb;
    position:relative;
  }
  
  .testimonials-clean .item .box:after {
    content:'';
    position:absolute;
    left:30px;
    bottom:-24px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-width:12px 15px;
    border-top-color:#fff;
  }
  
  .testimonials-clean .item .author {
    margin-top:28px;
    padding-left:25px;
  }
  
  .testimonials-clean .item .name {
    font-weight:bold;
    margin-bottom:2px;
    color:inherit;
  }
  
  .testimonials-clean .item .title {
    font-size:13px;
    color:#9da9ae;
  }
  
  .testimonials-clean .item .description {
    font-size:15px;
    margin-bottom:0;
  }
  
  .testimonials-clean .item img {
    max-width:40px;
    float:left;
    margin-right:12px;
    margin-top:-5px;
  }
  
  .custom-shape-divider-top-1685474875 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1685474875 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 23px;
}

.custom-shape-divider-top-1685474875 .shape-fill {
  fill: #F5F5F5;
}

.img-parallax{
  object-fit: cover;
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}
