: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;
    }
}


/* -------------------------------------------------------------------------------------------------------------------*/

#gotoTop:hover{
    background-color: var(--theme-deafult) !important;;
}

body, .dropdown-menu {
    font-size: 1rem;
}

::selection {
    background: var(--theme-deafult) !important;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: var(--theme-deafult) !important;; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--theme-deafult) !important; /* Safari */
    color: #FFF;
    text-shadow: none;
}

.more-link {
    border-bottom: 1px solid var(--theme-deafult) !important;
    font-family: 'Rubik', serif;
}

.breadcrumb a:hover {
    color: var(--theme-deafult) !important;
}
.breadcrumb a {
    color: #111;
}

.breadcrumb-item.active {
    color: #111;
}

#content {
    background-color: #fff;
    font-family: "Rubik", serif !important;
}

body, .dropdown-menu {
    font-size: 1rem;
    font-family: "Rubik", serif;
}

h1, h2, h3, h4, h5, h6, .tit1, .tit2, .tit3, .tit4, .tit5, .tit6  {
    font-family: 'Rubik', serif;
}

.fancy-title .tit1{
    background-color: transparent;
}

label {
    font-size: 16px !important;
    font-family: 'Rubik', serif !important;
    text-transform: none;
    letter-spacing: 0px;
}

.entry-meta li {
    font-family: 'Rubik', serif;
    color: #5c5c5c;
}

.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    color: var(--theme-deafult) !important;
}

.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    background: var(--theme-deafult) !important;
    color: #FFF;
}

.section {
    background-color: #fff;
}

p {
    color: #111;
}

.heading-block > span:not(.before-heading) {
    color: #111;
}

.button {
    font-size: 16px;
    background-color: #F9CA1A;
    color: #111;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.button:hover {
    font-size: 16px;
    background-color: var(--theme-deafult) !important;
    color: #fff !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

/* -----------------------HEADER-----------------------------------------------*/



.breadcrumb {
    font-size: 14px;
}

#header {
    background-color: #F9CA1A;
}

#header.sticky-header #header-wrap {
    background-color: #F9CA1A;
}

@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: var(--theme-deafult) !important;
    }
}

@media (min-width: 992px) {
    #header, #header-wrap, #logo img {
    height: 150px;
    }
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: var(--theme-deafult) !important;
}

#primary-menu ul li > a {
    font-size: 16px;
    font-family: 'Rubik', serif;
}

#primary-menu ul ul li > a {
    font-size: 16px;
    font-family: 'Rubik', serif;
}

a:hover {
    text-decoration: none !important;
    color: var(--theme-deafult) !important;

}

.copyright-links a:hover {
    background-color: #ffffff;
    padding: 0 10px;
}

a {
    text-decoration: none !important;
    color: var(--theme-deafult) ;
}


.heading-block:after {
    margin-top: 0px;
    width: 0px;
    border-top: 0px solid #0708FF;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid var(--theme-deafult);
}



/* -----------------------FOOTER-----------------------------------------------*/

#footer {
    background-color: #F9CA1A;
    border-top: 0px solid rgba(0, 0, 0, 0.2);
}

#copyrights {
    background-color: #F9CA1A;
    font-size: 14px;
}