:focus-visible { outline: 1px red dashed!important; }
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

ul.listado, ol.listado {padding-left: 30px;}

#aviso_cookies {position: fixed; left:0; bottom: 0;  background-color:#FFFFFF; padding: 20px 90px 10px}
#aviso_cookies.dark {background-color: #333333}
#aviso_cookies h5 {margin-bottom: 10px}
.ghost {display: none}



.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    PEDIDO:  Accordions
-----------------------------------------------------------------*/
.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px dotted #777;
    padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}

.formapago .acctitle i {font-size: 20px; padding-left: 10px;}
.formapago .acctitle, .formapago .acc_content  {padding-left: 35px;}
.formapago .acctitlec {background-color: var(--theme-deafult) }

/*Para fontawesome 6*/
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    line-height: inherit;
}


/* ----------------------------------------------------------------
    CARRITO VISIBLE MOVIL
-----------------------------------------------------------------*/

@media (max-width: 575.98px){
    #top-cart {
        display: block !important;
    }
}

@media (max-width: 1099.98px) {
    #top-search a, #top-cart, #side-panel-trigger, #top-account {
        margin-right: 30px !important;
    }
}

/* ----------------------------------------------------------------
    CAMBIOS
-----------------------------------------------------------------*/
body, .dropdown-menu {
    font-size: 1rem;
}



/* ----------------------------------------------------------------
    Personalizacion coryam
-----------------------------------------------------------------*/

div.card-fondo {
  background-color: #3a6b1d !important;
}

.fmarron { background-color: #593c37 !important; }
.fverdeclaro { background-color: #545454 !important; }
.texto-negro {color: #000 !important;}
.card-verde {background-color: #6eb245 !important; }
