@font-face {
	font-family: 'Cuprum'; 
	font-style: normal; 
	font-weight: 600; 
	src: url(../fonts/cuprum.woff2) format('woff2'); 
	}
	
	.uk-search-default .awesomplete {
    z-index: 1000;
}
.price-text * { 
    font-size:16px !important; 
    font-weight:bold;}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #ae292f;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.uk-navbar-nav>li.uk-active>a.phem::before {
	background-color:transparent;
}

@media (min-width:960px) {
  li:has(> a.phem) {
height: 40px;
    background: #e2422e;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 0 10px;	
}

.phem {color:#fff !important;}
}
.apperances {color:#fff;}
.appselector {
	padding:20px !important;
	width:80px !important;
	min-width:80px !important;
}
form.controls input[type="radio"] {display:none;}
form.controls label span {
    width:100%;
    height:42px; 
    line-height:42px; 
    background:transparent; 
    color:#444; 
    display:block; 
    text-align:center;
 }
form.controls input[type="radio"]:checked ~ * {background:#000; color:#fff;}

/* DARK MÓD */
body.dark-mode .uk-section,
body.dark-mode .uk-navbar-container:not(.uk-navbar-transparent)
{background-color:#000 !important;
 color:#eee;}
body.dark-mode .uk-card-default {background-color:#222;}
body.dark-mode .uk-card-default:hover {background-color:#454545;}
body.dark-mode .convertforms {background-color:#343434;}
 body.dark-mode .uk-navbar-dropdown {background:#333; color:#fff;}
 body.dark-mode h1,
 body.dark-mode h2,
 body.dark-mode h3,
 body.dark-mode h4,
 body.dark-mode h5,
 body.dark-mode h6,
 body.dark-mode .uk-navbar-nav>li>a
 {color:#9999af;}
 body.dark-mode :not(.el-nav) a:not(.uk-button) {color:#6ea7d7};
 body.dark-mode a:hover,
body.dark-mode a:active {color:#ae292f};