@font-face {
  font-family: 'goldplay';
  src: url('/public/fonts/goldplay/goldplay-regular.eot'); /* IE9 */
  src: url('/public/fonts/goldplay/goldplay-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/public/fonts/goldplay/goldplay-regular.woff') format('woff'); /* Navegadores modernos */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'goldplay-bold';
  src: url('/public/fonts/goldplay/goldplay-bold.eot'); /* IE9 */
  src: url('/public/fonts/goldplay/goldplay-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/public/fonts/goldplay/goldplay-bold.woff') format('woff'); /* Navegadores modernos */
  font-weight: bold;
  font-style: normal;
}
:root{  
  --color-red: #111E88;
  --color-green:#00c700;
  --color-orange: #fd7e14; 
  --color-purple: #712cf9;
    --bs-body-font-family:"goldplay", sans-serif;
}


/********* ANIMATIN COUNTCART **************/
@keyframes heartBeat {
  0% {transform: scale(1);}
  14% {background-color: var(--bs-danger); transform: scale(1.3)}
  28% {transform: scale(1)}
  42% {background-color: var(--bs-danger);transform: scale(1.3)}
  70% {transform: scale(1)}  
}
.animate__heartBeat {animation: heartBeat 1s ease-in-out .5s both;}
/**************** ANIMATION FLY TO CART******************************/
@keyframes fly_to_cart {
  0% {left: -10px;top: 0;}
  45%, 50% {left: var(--left);top: 60px;}
  80%, 90% {left: var(--left) ;top: calc(var(--top) + 5vw); transform: scale(.1);}
  100% {left: calc(var(--left) + 10px);top: var(--top);transform: scale(0);}
}
.flying-img {
  position: absolute;
  animation: fly_to_cart 1s ease-in-out;
}
/*************** ANIMATION LOADER *********************/
@keyframes rotateLetters {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.loader-wrapper {z-index: 10;background-color: var(--color-red);}
.logo-loader {width: 135px;height: 135px;}
.logo-loader img{margin-left: -12px;}
.rotating-letters {width: 120px;height: 120px;}
.rotating-letters img{ 
  transform-origin: 50% 50% 0;
  animation: rotateLetters 6s linear infinite;
}
/************ CUSTOM BUTTOMS ********************/
.btn-green {color: #fff;background-color: #00c700;border-color: #00c700;}
.btn-green:hover {color: #fff;background-color: #00b300; border-color: #009f00;}
.btn-purple {color: #fff;background-color: #6610f2;border-color: #6610f2;}
.btn-purple:hover {color: #fff;background-color: #5808d6; border-color: #4b06b2;}
.btn-orange {color: #fff;background-color: #fd7e14;border-color: #fd7e14;}
.btn-orange:hover {color: #fff;background-color: #e6680e; border-color: #d95c0a;}
/**************** CUSTOM COLORS *********************/
.text-green{color: var(--color-green);}
.text-purple{color: var(--color-purple);}
/****************************************************/
.nav-underline .nav-link:hover:not(.active),
.nav-underline .nav-link:not(.active){
  border-bottom-color: transparent !important;
} 
.nav-underline .nav-link.active{
  color: var(--color-red) !important;
  border-bottom-color: currentColor;
}
.vh-grid{max-height: calc(100vh - 57px);}
.gridtopinti{grid-template-columns: 250px 1fr;}
/* .category .nav-underline{width: 200%;} */
/****** Media Query lg ******/
@media screen and (max-width: 992px) {
    .gridtopinti{grid-template-columns:  1fr}
    .vh-grid{max-height: 50vh;}    
    .category .nav-link{white-space: nowrap;}   
  }
  /********* Media query SM ************/
@media screen and (min-width: 576px){    
     .category .nav-underline{width: 90%;}
    }
 @media screen and (max-width: 576px){
  .aside-top{
    position: sticky;
    top: -240px;    
  }
  .vh-grid{max-height: 75vh;} 
 }   
  /* Gallery Productos */
.grid-master{ grid-template-columns:repeat(auto-fill, minmax(min(350px,100%), 1fr))}
.nameItem, .textItem{
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.nameItem{-webkit-line-clamp: 1;}
.textItem{-webkit-line-clamp: 2;}
.img-item{   
    width: 100px;
    height: 100px;  
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0 ,.06);
    padding: 2px;
}
.grid-master .img-item img{
    width: 96px;
    height: 96px;
    object-fit: contain;
    object-position: center center;
    border-radius: inherit;
}

#carouselInicio img {
    width: 100%;
    height: auto;
}

.item{ 
  cursor: pointer;
  background-color: white;
}
.img-product{
  background: radial-gradient(#ffffffee 10%, #f1f1f1 100%);
  width: 100%;
  height: auto;
}
/**** Modal Product **********/
/* .descItem{
   overflow-y: auto;
  max-height: 450px;
}*/
/************************/
.countCart{left:13px ;bottom: 12px;}
#map{height: 26rem;}
.dots-vertical{top: -20px;left: 7px;}
.descripCart {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: -webkit-line-clamp 0.5s ease;
}
.mystyle {-webkit-line-clamp: initial;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--color-red);
}
/*************************/
#autocompleteList{
  position: absolute;
  top: 2.5rem;
  left: 0;
  overflow-y: auto;
  max-height: 400px;
  min-width: 400px;
}
#searchInput::placeholder {
  font-weight: normal;
}
#ctaSearch{
  right: 0;
  padding: .3rem .75rem;
  line-height: 1.5;
  cursor: pointer;
  /* display: none; */
  color:#000000;
  z-index: 999;
}

.text-danger {
    --bs-text-opacity: 1;
    color: var(--color-red) !important;
  }
.link-danger {
    color: var(--color-red)  !important;
    -webkit-text-decoration-color:var(--color-red)  !important;
    text-decoration-color:var(--color-red)  !important;
}
.link-danger:hover {
    color: rgb(71, 73, 189) !important; 
    -webkit-text-decoration-color:rgb(71, 73, 189,1) !important;
    text-decoration-color:rgb(71, 73, 189,1) !important;
}
.bg-danger-subtle {
    background-color: #0D1647 !important;
}
.btn-outline-primary svg,.btn-outline-primary svg{
    vertical-align: initial !important;
}

.category-products .item{
    transition: transform 0.5s;
    border-bottom: 1px solid rgb(230, 235, 241);
} 
.category-products .item:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
} 
.bg-body-tertiary { 
    background-color: white !important;
}

/* #productos-container{
  scroll-behavior: smooth;
} */

.modal-body{
  max-height: 500px;
}
.modal-body img{
  max-height: 450px !important;
}


@media (min-width: 1024px) {
  .aside-top {
    top: 61px;
    height: calc(-60px + 100vh);
    padding-bottom: 60px;
    overflow-y: auto;
  }
}

a.link_{
  color:#212529;
  font-weight: 600 !important;
}
a.text-bold{
  font-weight: bold !important;
}

/* @media (min-width: 768px) {
  .aside-top {
    border-left: 0px;
    position: sticky;
    height: calc(-90px + 100vh);
    padding-bottom: 60px;
    overflow-y: auto;
  }
} */

#spyScroll .nav-link.active {
  color: var(--color-red) !important;
  /* border-bottom-color: currentColor; */
  border-bottom: 3px solid currentColor;
  /* padding-bottom: .25rem !important; */
}
.fw-bold{
  font-family: 'goldplay-bold', sans-serif;
  /* font-weight: 800 !important; */
}
.nameItem{
  font-size: 1.2rem;
}

@media (width <= 768px) { 
  .modal-body{
    overflow-y: auto;
  }
  .descItem{
    overflow-y: initial;
    max-height: none;
  }

} 

@media (width > 768px) {
  .modal-body{
    overflow-y: initial;
  }
  .descItem{
    overflow-y: auto;
    max-height:  450px;
  }
}


.preloader_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader_img::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top-color: var(--color-red);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}