/* ------------ Header ---------- */
/*Texto datos superior*/
.angulo-header-main .top-nav * {
    color: #ffffff!important;
}

/*ocultar texto ingresar o loguearse*/
.item-cart-menu span:first-child {
display:none;
}
/*botones barra menu*/
.navbar-dark-v .navbar-nav .nav-link {
    font-size: 12px;
    padding-top: 15px;
<<<<<<< HEAD
    padding-bottom: 10px;
=======
    padding-bottom: 15px;
>>>>>>> HOTFIX/access-site
    padding-left: 20px;
    padding-right: 20px;
}
/*Sombre header*/
#mainHeader {
   box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
/*buscador*/
.angulo-header-main form input.form-control, .angulo-header-main form input.form-control:focus {
    border-radius: 50px;
}
/*Header top*/
.angulo-header-main .top-nav {
    background: #d43c1c;
    padding: 0px;
    font-family: var(--font-customize);
    font-size: 12px;
}
<<<<<<< HEAD
/*Banner home*/
=======
/*Banner home
>>>>>>> HOTFIX/access-site
@media (min-width: 768px) {
    .carousel-item .img-fluid.d-none.d-md-block.d-xl-block {
        height: 330px !important;
    }
<<<<<<< HEAD
}
=======
}*/
>>>>>>> HOTFIX/access-site
/* -------------- FIn Header -------------------*/

/* ------------- Footer --------------------------*/
/*Texto footer*/
footer ul li {
    font-size: 13px;
    font-weight: 400;
}
/*iconos redes footer*/
#redes a:hover {
    border: 0px solid transparent;
   font-size: 16px;
}
/* -------------- Fin Footer --------------------*/

/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/*Boton email ficha color tipo*/
.btn.angulo-item-outline {
    color: #ffffff!important;
}
/*imagenes productos borde*/
.angulo-item-img {
    border-radius: 12px;
}
/*nombre producto centrado*/
.angulo-item-name-container {
    justify-content: space-evenly!important;
<<<<<<< HEAD
   /*font-size: 1.3rem;*/
=======
   /*font-size: 1.5rem;*/
>>>>>>> HOTFIX/access-site
}
/*FIN centrato nombre del producto*/

/* letra O*/
.col-md-1.text-center {
 display: none;
}
/*imagenes productos lista*/
.angulo-item-img .bg-image-center{
   background-size: contain!important;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
   height: 220px!important;
}
/*Texto descripcion ficha*/
.product-description p {
    margin-top: 4rem;
    font-size: 1.2rem;
}
/*Sombra productos*/
.angulo-item-producto {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
   border-radius: 15px;
}
/*Nombre producto en lista centrado*/
.text-left {
    text-align: center!important;
}
/*Menu navegacion*/
.navbar-top .navbar-nav .nav-item {
    margin-right: 30px;
     border-bottom: 2px solid transparent;
}

#dropdown-submenu-products .dsp-categoria-titulo a {
    text-transform: lowercase!important;
    color: #000000!important;
}
.fas.fa-chevron-right {
    display: none;
}
#dropdown-submenu-products .dsp-categoria-titulo a:hover {
   color: #83C126!important;
   text-decoration: none;
}
#dropdown-submenu-products.dropdown-menu {
    background: rgb(255,255,255)!important;
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(214,212,206,1) 100%)!important;
    border-radius: 10px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
/*FIN barra navegacion*/

/* ------ Lista de productos ----------*/

/*animacion lista de productos HOVER*/
.angulo-item-producto:hover {
    animation: myAnim 2s ease 0s 1 normal forwards;
     filter: grayscale(0.5);
}
@keyframes myAnim {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
/* FIN Hover productos*/

/* Nombre de producto en lista*/
.angulo-item-producto .angulo-item-name {
    font-size: 1rem;
<<<<<<< HEAD
    padding-top: 10px;
=======
    padding-top: 12px;
>>>>>>> HOTFIX/access-site
    font-weight: 500;
}
/* Precio de productos en lista*/
.angulo-item-price .price {
    font-size: 1.2rem;
}
/*hover imagen de producto en lista*/
.angulo-item-img:hover {
    border: 0px solid var(--color-border-hover);
}

/* --------- FIN lista de productos ----------*/

/*Blog*/
.angulo-item-img.blog-list-image {
    background-size: cover!important;
}
.border-top-theme {
    padding-top: 40px;
}
.blog-title-container {
    color: #792A9D;
}
.blog-description {
    color: #848484;
}

/* ------------ Ficha Productos --------------*/
/*imagen principal ficha de productos*/
#main-fancy div {
    background-size: contain !important;
}
/*Precio de productos*/
.product-price {
    color: #8bb1b1!important;
}
.product-price h3 {
   font-size: 1.3rem!important;
}
/*Nombre del producto*/
h3.m-0 {
<<<<<<< HEAD
  font-size: 1.1rem;
=======
  font-size: 1.3rem;
>>>>>>> HOTFIX/access-site
}
/*Nombre atributo*/
h5.font-weight-bold.mr-3 {
   font-size: 1rem;
}

/* ---------- FIN ficha productos ---------*/
/*Formulario contacto*/
.form-contact {
    margin-top: 40px; 
}
.btn.angulo-item-button {
    color: #ffffff;
    border-radius: 15px!important;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    letter-spacing: 0px;
}
/*FIN formulario*/



/*Titulos secciones
.section-product-category {
    display: none;
}*/
.border-top-theme {
    border-top: 0px solid #151515;
    padding-top: 0px
}
/*FIN titulos secciones*/

/*Categorias HOME*/
.angulo-item-categories .angulo-item-img {
    background-size: cover!important;
}
.angulo-widgets {
    padding: 0px 0;
}
.angulo-item-categories .angulo-item-name {
display: none;
}
/*Boton ver mas home*/
.btn-lg-item {
  border-radius: 15px !important;
}

/*Buscador*/
.search-box.active {
    top: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.search-box {
    padding-left: 15px;
    padding-right: 15px;
}
/*FIN buscador*/

/*Listado CATEGORIAS productos*/
#accordion .card-header a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.text-uppercase { /*texto titulo lista categorias*/
    text-transform: capitalize!important;
}
/*Boton añadir al carrito listado de productos*/
.btn.angulo-item-button {
    border-radius: 15px;
    width: 100%;
}

/*---------- CARRUSEL ---------*/
/*Texto carrusel home*/
.text-destacado {
    border-bottom: 0px solid var(--color-border-hover);
}
/*Magen superior e inferior carrusel*/
#sectionCarrusel {
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}

/*---------- FIN CARRUSEL ---------*/

/* Ajusta el alto de todas las imágenes de producto (normal y hover) */
#product-container .item-image-preview,
#product-container .item-image-preview .angulo-item-img {
    height: 210px !important;        /* fuerza el nuevo alto */
    overflow: hidden;                /* evita que sobresalga contenido */
}
