@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700|Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:300px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
}

.ec-gtm-cookie-directive > div > div { float:left; min-width:300px; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }

.ec-gtm-cookie-directive-segments { background:#f7f7f7; margin:10px -20px 10px -20px; padding:10px; }
.ec-gtm-cookie-directive-segments > div { padding:5px 0px 5px 0px; }
.ec-gtm-cookie-directive small { display:block; padding:10px 20px 10px 20px; }

.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle { display:block; margin:5px 0px 5px 20px; color:#8bc53f; font-size:12px; cursor:pointer; }
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note { display:none; }

@media (min-width: 1200px) 
{
	.ec-gtm-cookie-directive > div  { max-width:600px; }
	.ec-gtm-cookie-directive > div > div { min-width:600px; }
}*{
    box-sizing: border-box;
    margin: 0;	   
	outline:none;
}
body {
    font-family: "Open Sans", helvetica, sans-serif;;
}
img{
	display:block;
	max-width:100%;
	height: auto;
}
a{
	color: #1968a7;
}
a:hover{
	text-decoration:none;
}
span, a, strong, b, i{
	text-decoration:none;
	/*vertical-align: middle;*/
}
.max-width {
    max-width: 1920px;
    margin: 0 auto;
}
.max-width-home {
    max-width: 1400px;
    margin: 0 auto;
}
#maincontent, .breadcrumbs{
	max-width:1920px;
	margin:0 auto;
    padding:0 15px;
    width: 100%;
}
.center {
    text-align: center;
}
.mage-error{
    color:#da3030;
    font-size: 12px;
}

.page-wrapper{
    overflow: hidden;
    transition: all 1s;
    position: relative;
    right: 0;
    left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.page-wrapper > * {
    width: 100%;
}
.page-wrapper .page-main{
    flex:1;
}
.hidden{
	display:none;
}
.btn-principal, .modal-footer .action,
#checkout .opc-wrapper #co-payment-form .payment-method .payment-method-content .actions-toolbar .checkout{
	display: inline-block;
    border: 0;
    margin: 0;
    line-height: 35px;
    padding: 0 35px;
    background: #000;
    color: #fff;
	cursor: pointer;
	position:relative;
	z-index: 0;
	text-transform: uppercase;
}
.btn-principal.mini{
    line-height: 25px;
	padding: 0 20px;
}
.btn-principal.extra-big{
    font-size: 40px;
    line-height: 80px;
}
.btn-principal span, .modal-footer .action span{
	display:block;
}
.btn-principal:hover, .modal-footer .action:hover,
#checkout .opc-wrapper #co-payment-form .payment-method .payment-method-content .actions-toolbar .checkout:hover{
	color:#000;
}
.btn-principal:after, .modal-footer .action:after,
#checkout .opc-wrapper #co-payment-form .payment-method .payment-method-content .actions-toolbar .checkout:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
}
.btn-principal:hover:after, .modal-footer .action:hover:after,
#checkout .opc-wrapper #co-payment-form .payment-method .payment-method-content .actions-toolbar .checkout:hover:after{
	height: calc(100% - 2px);
    top: 1px;
}
.father-font-select {
    position: relative;
}
.page-product-configurable .font-select {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.font-buy {
    background: url(https://www.exeshoes.es/media/wysiwyg/loading.gif) left center no-repeat;
    background-size: contain;
    background-color: #ffffffb5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.display-none {
	display: none !important;
}



/*FORMULARIO*/
form{
	max-width: 600px;
    margin: auto;
	width:100%;
}
form fieldset{
	border: 1px solid #999;
    padding: 30px;
}
form fieldset + fieldset, form fieldset + .actions{
	margin-top:15px;
}
form fieldset .message{
	padding:0;
}
form .title{
	text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
form .field {
	margin-bottom:10px;
}
form .fields .field .captcha-img {
	margin:10px 0;
}
form .fields .field .captcha-reload {
	padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
form .fields .field .captcha-reload:hover{
	text-decoration:underline;
}
form .fields .field label span,
form input,
form textarea,
form select{
	font-family: 'Roboto', sans-serif;
}
form .field.required label span:after{
    content: '*';
    color: #da3030;
    margin-left: 2px;
}
form .field input,
form .field textarea,
form .field select{
	width: 100%;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 9px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
}
form .fields .field textarea{
	height: 120px;
    resize: none;
    padding: 10px 9px;
    line-height: 20px;
}
form .field input[type="checkbox"], form .field input[type="radio"]{
	width: auto;
    height: auto;
}
form .fields .field input:focus, form .fields .field select:focus{
	outline: 5px auto -webkit-focus-ring-color;
}
form .fields.f100 .field{
	width: 100%;
}
form .fields.f50 {
	display: flex;
    justify-content: space-between;
}
form .fields.f50 .field{
	width: calc(50% - 10px);
}
.captcha-image {
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
}
.captcha-image img {
    margin-right: 5px;
}
.stars {
    display: flex;
    align-items: center;
}
.stars input {
    display: none;
}
.stars .options {
    direction: rtl;
    font-size: 30px;
    display: flex;
    position: relative;
    top: -2px;
}
.stars .options.nohover {
    direction: initial;
}
.stars .options:not(.nohover) label {
    cursor: pointer;
}
.stars .options label {
    line-height: 25px;
}
.stars .options label.active,
.stars .options:not(.nohover) label:hover,
.stars .options:not(.nohover) label:hover ~ label,
.stars .options input[type="radio"]:checked,
.stars .options input[type="radio"]:checked ~ label {
    color: #FFD700;
}
form .actions{
    display: flex;
    flex-direction: column;
    text-align: left;
}
form .actions .back{
	float: left;
    line-height: 35px;
}
form .actions .btn-principal {
    margin-top: 15px;
    line-height: 45px;
}


/*COLUMNS*/
.columns{
	display:flex;
	justify-content: center;
}
.page-layout-checkout .column.main,
.page-layout-empty .column.main,
.page-layout-1column .column.main{
	flex:0 0 100%;
    width: 100%;
	display: flex;
    flex-direction: column;
    min-width: 100%;
}
.page-layout-2columns-left .column.main {
    flex:0 0 calc(100% - 250px);
    width: calc(100% - 250px);
    float: right;
	padding-left:30px;
	order:2;
	display: flex;
    flex-direction: column;
}
.page-layout-2columns-left .sidebar {
    flex: 0 0 250px;
	width: 250px;
    float: left;	
	order:1;
}
.page-layout-2columns-right .column.main {
    flex:0 0 calc(100% - 250px);
    width: calc(100% - 250px);
    float: left;
	padding-right:30px;
	order:1;
	display: flex;
    flex-direction: column;
}
.page-layout-2columns-right .sidebar {
    flex:0 0 250px;
    width: 250px;
    float: right;
	order:2;
}
.page-title-wrapper{
	order:-1;
	text-align: center;
}


/*MENSAGES*/
.message{
	margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
	padding-left: 45px;
	display: block;
	position: relative;
}
.message.success {
    background: #e5efe5;
    color: #006400;
}
.message.error {
    background: #fae5e5;
    color: #e02b27;
}
.message.notice {
    background: #fdf0d5;
    color: #6f4400;
}
.message>*:first-child:before {
    font-size: 24px;
    line-height: 24px;    
    font-family: FontAwesome;
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    left: 0;
	top: 24px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.message.success>*:first-child:before {
    content: '\f058';
	color: #006400;
}
.message.error>*:first-child:before {
    content: '\f057';
	color: #b30000;
}
.message.notice>*:first-child:before {
    content: '\f071';
	color: #c07600;
}


/*HEADER*/
.header.exe .header-flex a{
	display:inline-block;
	color:#000;
	text-decoration:none;
}

.header.exe .header-top > .max-width{
	position:relative;
}
.header.exe .header-top,
.header.exe .header-bottom{
	background: #fff;
	text-align:center;
	position: relative;
}
.header-envios {
    text-align: center;
    background: #e5e5e5;
    padding: 3px 15px;
    font-size: 12px;
    white-space: nowrap;
}
.header-envios .max-width {
    display: flex;
}
.header-envios .max-width > * {
    flex: 1 0;
}
.header-envios .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-envios .right a {
    color: #000;
    font-weight: bold;
}
.header-envios .right .mail {
    margin-left: 10px;
}
.header-envios .right .idiomas {
    margin-left: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
.banderas {
    display: flex;
}
.header-envios .right .bandera img {
    width: 20px;
    max-width: none;
    margin-left: 10px;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}
.header.exe .logo{
	display:inline-block;
}
.header.exe .logo img{
	width:80px;
}
.header-flex .navigation {
    margin: 0;
}
.header-bottom {
    display: flex;
    flex: auto;
}
.header-logo {
    margin-right: 30px;
}
.header.exe .header-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header.exe .header-link .buscador{
	display: flex;
    align-items: center;
    justify-content: center;
}
.header.exe .header-link .buscador .lupa{
	cursor:pointer;
	width:20px;
	padding: 5px 0;
}
.header.exe .header-link .buscador .form{
	position: relative;
	width: 150px;
}
.header.exe .header-link .buscador input {
    line-height: 25px;
    height: 25px;
    padding: 0 8px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
}
.header.exe .header-link .buscador .search{
	position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
	text-transform: uppercase;
}
.header.exe .header-bottom .buscador {
    width: 100%;
    padding: 0 15px;
    margin-top: 5px;
}
.header.exe .header-bottom .buscador input {
    width: 100%;
    line-height: 35px;
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 35px;
}
.header.exe .header-link  .minicart-wrapper .i-cesta {
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}
.header.exe .header-link  .cuenta,
.header.exe .header-link  .menu,
.header.exe .header-link  .minicart-wrapper,
.header.exe .switcher-option{
	margin-left: 30px;
}
.header.exe .header-link  .cuenta a,
.header.exe .header-link  .menu a,
.header.exe .header-link  .minicart-wrapper > a,
.header.exe .switcher-option a{
    line-height: 35px;
}
.header.exe .header-link  .minicart-wrapper > a{
    position: relative;
}
.header.exe .header-link  .minicart-wrapper > a .counter{
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    right: -4px;
}
.switcher-dropdown {
    list-style: none;
    display: flex;
    padding: 0;
}
.swatch-option-tooltip {
    display: none !important;
}
.header.exe .icon.menu{
	display:none;
}
.page-wrapper.showcart:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}



/*MENU*/
.navigation{
	margin: 15px 0;
}
.navigation > ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	outline: none;
}
.navigation > ul .logo-fixed{
    display:none;
    margin-right: 50px;
}
.navigation > ul .level0 > a{	
    font-size: 14px;
    line-height: 30px;
	padding: 0 15px;
	position:relative;
}
.navigation > ul .level0.child > a span:after {
    content: '\f107';
    margin-left: 8px;
    font-family: fontAwesome;
}
.navigation > ul .level0 > a > span{
    z-index: 0;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.navigation > ul .level0 a:hover:after {
    width: 100%;
    left: 0;
}
.navigation > ul .level0 a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    top: 100%;
    background: #000;
    transition: all 0.3s;
}
@media(min-width: 1025px){
    .navigation > ul .level0.child:hover .submenu {
        display: block;
    }
}
.navigation .submenu {
    position: absolute !important;
    /* left: 15px !important; */
    /* right: 15px; */
    left: 30%;
    max-width: 600px;
    top: 31px !important;
    list-style: none;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 5px 10px -3px #000;
    color: #413e3e;
    text-transform: uppercase;
    display: none;
    z-index: 9999999;
}
@media(min-width:1025px){
    .header.exe.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        box-shadow: 0px 1px 5px 0px #ddd;
        background: #fff;
    }
}
.header.exe.fixed .header-envios {
    display: none;
}
.header.exe.fixed .navigation .submenu{
    top: 31px !important;
}
.submenu .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
}
.submenu .contenedor .columna {
    flex: 0 0 50%;
    text-align: left;
}
.submenu .title {
    font-weight: bold;
    font-size: 12px;
}
.submenu .fila {
    margin-bottom: 5px;
    height: 25px;
}
.submenu .fila a {
    border-left: 1px solid #EAE5E4;
    padding: 3px 5px;
    border-bottom: 1px solid transparent;
    font-size: 13px;
}
.submenu .fila a:hover {
    border-bottom: 1px solid #f15a3b;
    color: inherit;
}
.submenu .imagen img {
    width: 100%;
}
.submenu .rrss {
    margin-top: 30px;
}
.submenu .rrss .title {
    display: none;
}
.submenu .rrss a {
    font-size: 25px;
    margin: 0 15px;
}

/*MINICART*/
.page-wrapper.showcart{
    left: -330px;
    right: 0;
	height: 100vh;
    overflow: hidden;
}
.page-wrapper.showmenu{
    right: -330px;
    left: 0;
	height: 100vh;
    overflow: hidden;
}
.page-wrapper.showcart .cart-header{
	right:0 !important;
}
.page-wrapper.showmenu .header-bottom{
	left:0 !important;
}
.cart-header{
	position: fixed;
    width: 330px;
	transition: all 1s;
	padding: 47px 10px 10px;
	right: -330px;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    text-align:center;
    display: flex;
    flex-direction: column;
}
.cart-header .close{
    background: none;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    border: 1px solid #000;
}
.cart-header .box-product {
    margin-bottom: 10px;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    display: flex;
}
.cart-header .box-product .imagen {
    background: #000;
    flex: 0 0 90px;
    width: 90px;
}
.cart-header .box-product .imagen a {
    display: block;
}
.cart-header .box-product .imagen img {
    opacity: 0.97;
}
.cart-header .box-product .datos {
    margin-left: 10px;
    text-align: left;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-header .box-product .nombre {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-header .box-product .talla {
    margin: 5px 0;
    font-size: 14px;
}
.cart-header .box-product .delete {
    text-align: right;
    font-size: 12px;
}
.cart-header .box-product .precio {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.cart-header .box-product .precio .qty {
    font-size: 13px;
}
.cart-header .productos {
    max-height: calc(100vh - 117px);
    overflow-y: auto;
}
.cart-header .totales {
    margin: auto 0 10px 0;
    padding-top: 10px;
}
.cart-header .totales .subtotal {
    display: flex;
    justify-content: space-between;
}
.header-link .cart-header .actions {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #000;
}
.header-link .cart-header .actions a{
	width: 100%;
	color:#fff;
}
.cart-header .actions a:hover{
	color:#000;
}


/*COOCKIES*/
div#cookienotification-block{
    background-color: #e5e5e5 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button#btn-cookienotification-more {
    margin-left: auto;
}


/*FOOTER*/
.footer.exe a{
	display:inline-block;
	color:#000;
	text-decoration:none;
}
.footer.exe{
	margin: 40px 0 15px 0;
    padding-top: 40px;
    border-top: 1px solid #000;
}
.footer.exe .news{
	display: flex;
    justify-content: center;
    align-items: center;	
}
.footer.exe .news .label{
	font-size: 18px;
}
.nesletter-home {
    text-align: center;
    margin: 60px 0;
}
.news .form {
    position: relative;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    max-width: none;
}
.news input.text{
	line-height: 40px;
    height: 40px;
    padding: 0 8px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #000;
}
.control.subMail {
    width: 55%;
}
.formTitle2 {
    color: #545454;
    margin: 0px 20px 20px;
    font-size: 23px;
}
.formTitle1 {
    font-size: 28px;
}
.row-form {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: auto auto 10px;
}
.news .form .subscribe{
    height: 40px;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    background: black;
    z-index: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
	padding: 0px 10px;
}
.news .form .shop-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
}
.news .form .policy {
    color: #bbb;
}
.news .form .subscribe .fa-chevron-circle-right{
    margin-left: 5px;
    transition: all 0.3s;
    position: relative;
    right: 0;
}
.news .form .subscribe:hover .fa-chevron-circle-right{
	right: -5px;
}
.footer.exe .rrss{
    margin-bottom: 30px;
    text-align: center;
}
.footer.exe .rrss .title{
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer.exe .rrss .rrss-footer{
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer.exe .rrss .rrss-footer a{
    margin: 0 15px;
    font-size: 25px;
}
.footer.exe .enlaces-footer{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.footer.exe .enlaces-footer a{
	margin: 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer.exe .enlaces-footer a:hover {
    text-decoration: underline;
    color: #000;
}
.footer.exe .faldon-footer {
    margin-top: 20px;
	text-align: center;
}
.footer.exe img.faldon {
    margin: 0 auto;
}


/*HOME*/
.texto-principal {
    text-align: center;
    margin: 30px 0;
}
.texto-principal .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 11px;
}
.mp-blog-view p.lnh,
.mp-blog-view .texto {
    line-height: 24px;
    margin: 25px 0;
}

body.mpblog-post-view.page-layout-1column main#maincontent,
body.mpblog-post-index.page-layout-1column main#maincontent {
    max-width: 1024px;
}
.blog-home {
    background: #f7f7f7;
    padding: 60px 30px 0 30px;
}
.products-home,
.blog-home {
    margin-top: 60px;
    text-align: center;
    max-width: 100%;
    width: 100%;
}
.products-home .block-title,
.blog-home .block-title,
.relacionados .block-title,
.product-review .block-title,
.review-add .block-title,
.review-list .block-title {
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
.blog-home .product-list .product-box {
    padding: 25px;
    border: 1px solid #ddd;
    text-align: left;
}
.blog-home .product-list .product-box .name {
    margin-bottom: 10px;
    margin-right: 0;
}
.blog-home .product-list .product-box .name a {
    text-transform: initial;
    color: #000;
    font-weight: bold;
}
.blog-home .description {
    margin-top: 10px;
    font-size: 14px;
}


/*BREADCRUMBS*/
.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.breadcrumbs li a:after{
	content: '-';
    margin: 0 5px;
}
.breadcrumbs li:nth-last-child(1) a:after{
	display:none;
}
.breadcrumbs li a, .breadcrumbs li strong{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000;
    font-size: 15px;
}


/*TITLE PAGES*/
h1.page-title{
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin: 50px 0 15px 0;
    text-align: center;
    font-weight: bold;
}
h1.page-title span{
	display:block;
}


/*CATEGORY*/
.catalog-category-view h1.page-title{
	font-size:40px;
	line-height:70px;
	margin: 0;
}
.category-description, .category-cms{
	color: #555;
    text-align: center;
    font-size: 13px;
}
.category-description {
    margin-bottom: 50px;
}
.category-cms {
    margin-top: 50px;
}
.toolbar .pages{
	display: flex;
    justify-content: center;
    align-items: center;
}
.toolbar .pages .label{
    margin-right: 15px;
    display: none;
}
.toolbar .pages .pages-items{
	list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.toolbar .pages .pages-items .item{
    margin: 0 5px;
    border: 1px solid #000;
    line-height: 28px;
    width: 30px;
    text-align: center;
    color:#000;
}
.toolbar .pages .pages-items .item a{
    color:inherit;
    display: block;
}
.toolbar .pages .pages-items .item.current,
.toolbar .pages .pages-items .item:hover {
    background: #000;
    color: #fff;
}
.navigation .d-block{
	display: block !important;
}


/*FILTROS*/
.block.filter {
    background: #e5e5e5;
    padding: 10px 500px;
    margin: 0 -500px;
}
.block.filter .filter-title {
    font-weight: bold;
    margin-right: 50px;
}
.block.filter .filter-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.block.filter .filter-content .filter-options-title {
    padding: 3px 33px 3px 8px;
    background: #fff;
    border: 1px solid #a9a9a9;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    cursor: pointer;
}
.block.filter .filter-content .filter-options-title:after {
    content: '\f107';
    position: absolute;
    right: 8px;
    font-family: fontAwesome;
    line-height: 26px;
    top: 0;
    transition: all .3s;
}
.block.filter .filter-content .filter-options-item.sorter {
    position: absolute;
    right: 0;
}
.block.filter .filter-content .filter-options-item.sorter .filter-options-title {
    margin-right: 0;
}
.block.filter .filter-content .filter-options-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
}
.block.filter .filter-content .filter-options-item.sorter .filter-options-content {
    width: 250px;
    top: calc(100% + 10px);
}
.block.filter .filter-content .filter-options-item.sorter .filter-options-content {
    left: initial;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #a9a9a9;
}
.block.filter .filter-content .filter-options-title.active + .filter-options-content {
    display: block;
}
.block.filter .filter-content .items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    background: #fff;
    padding: 30px 50px;
    border: 1px solid #a9a9a9;
    margin: auto;
}
.block.filter .filter-content .filter-options-content .item {
    flex: 0 0 calc(100% / 3);
    white-space: nowrap;
    display: flex;
}
.block.filter .filter-content .filter-options-item.sorter .item {
    flex: 0 0 100%;
}
@media(min-width:1025px){
    .block.filter .filter-content {
        display: flex !important;
    }
    .block.filter .filter-content .filter-options-title.active {
        color: #fff;
        background: #a9a9a9;
    }
}
.block.filter .filter-content .filter-options-title.active:after {
    transform: rotate(-180deg);
}
.block.filter .filter-content a{
    color: #000;
    font-size: 13px;
}
.block.filter .filter-content .item a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../../frontend/Magento/Exe/en_US/images/check-off.svg) 0 center / 15px no-repeat;
    padding-left: 20px;
    transition: all .3s;
    cursor: pointer;
}
.block.filter .filter-content .item.active a,
.block.filter .filter-content .item a.active,
.block.filter .filter-content .item a:hover {
    background-image: url(../../frontend/Magento/Exe/en_US/images/check-on.svg);
}
.block.filter .filter-content a .count{
    display:none;
}


/*PRODUCT LIST*/
.category-casual .sidebar.sidebar-main {
    display: none;
}
.product-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 60px) !important;
    margin: 0px -30px 0 -30px;
}
.product-list .product-box {
    flex: 0 0 calc((100% / 3) - 60px);
    width: calc((100% / 3) - 60px);
    float: left;
    margin: 0 30px 60px 30px;
    position: relative;
}
.owl-carousel.product-list .product-box {
    width: calc(100% - 60px);
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 99999999;
    height: 50px;
    width: 50px;
    background: #000;
}
.owl-carousel .owl-prev {
    left: 5px;
}
.owl-carousel .owl-next {
    right: 5px;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    display: none;
}
.owl-carousel .owl-prev:after,
.owl-carousel .owl-next:after {
    font-family: fontAwesome;
    font-size: 45px;
    line-height: 50px;
}
.owl-carousel .owl-prev:after {
    content: '\f104';
}
.owl-carousel .owl-next:after {
    content: '\f105';
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    display: none;
}
.product-list .product-box .descuento {
    display: none !important;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #e20404;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
    z-index: 1;
}
.product-list .product-box .imagen{
    margin: auto;
	margin-bottom: 10px;
    position: relative;
    background: #000;
}
.product-list .product-box .imagen .hover{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.product-list .product-box .imagen:hover .hover {
	z-index:1;
}
.product-list .product-box .imagen img {
    margin: 0 auto;
    opacity: 0.97;
    background: #000;
    width: 100%;
}
.product-list .product-box .imagen.two:hover img:not(.hover) {
    visibility: hidden;
}
.product-list .product-box .line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product-list .product-box .name{
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 18px;
    line-height: 18px;
    margin-right: 30px;
    color: #000;
    font-size: 15px;
}
.product-list .product-box .tallas{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.product-list .product-box .tallas .talla{
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color:#000;
}
.product-list .product-box .tallas .talla.agotado {
    color: #dcdcdc;
}
.product-list .product-box .tallas .remove {
    margin-left: auto;
}
.product-list .product-box .precios .price-box{
    display: flex;
}
.product-list .product-box .precios .price-label{
	display:none;
}
.product-list .product-box .precios .price-container .price{
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 18px;
    color:#000;
}
.product-list .product-box .precios .special-price .price-container .price {
    color: #e20404;
}
.product-list .product-box .precios .old-price .price{
	color: #A5A4A4;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
}
.product-list .product-box .precios .agotado{
    text-transform: uppercase;
    color: #da3030;
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 18px;
}
.ias-spinner {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ias-spinner img {
    margin-bottom: 10px;
}
.product-box .offer {
    margin-left: auto;
    font-size: 11px;
    border: 1px solid #ff0000;
    padding: 2px 5px;
    color: #ff0000;
    cursor: initial;
}


/*FICHA PRODUCTO*/
.ficha-product{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.ficha-product .imagenes{
    flex: 0 0 70%;
    display: flex;
}
.ficha-product .imagenes .all-images{
    order: -1;
}
.ficha-product .imagenes .all-images .miniatura{
    cursor: pointer;
    width: 100px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background: #000;
}
.ficha-product .imagenes .all-images .miniatura.active{
    border-color: #000;
}
.ficha-product .imagenes img{
    width: 100%;
    opacity: 0.97;
}
.ficha-product .imagenes .imagen-principal {
    padding: 0 50px 0 15px;
    flex: auto;
    position: relative;
}
.ficha-product .imagenes .imagen-principal .imagen {
    display:none;
    background: #f7f7f7;
    width: 100%;
}
.ficha-product .imagenes .imagen-principal .imagen.visible {
    display:block;
    display: flex;
}
.ficha-product .imagenes .imagen-principal .imagen.visible .bg {
    margin: auto;
    background: #000;
}
.ficha-product .imagenes .imagen-principal .imagen.visible img {
    max-height: calc(100vh - 83px);
    width: auto;
    margin: auto;
}
.ficha-product .imagenes .product-top {
    position: absolute;
    top: 0;
    left: 15px;
    right: 50px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 3px 0;
    font-size: 13px;
}
.ficha-product .datos{
	flex:0 0 30%;
	text-align: left;
}
.ficha-product .datos h1.page-title{
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
}
.product-reviews-summary .add {
    color: #000;
    text-decoration: underline;

}
.ficha-product .datos .product-info-price .price-label{
	display:none;
}
.ficha-product .datos .product-info-price .price {
    font-size: 25px;
    margin-right: 0px;
    font-weight: bold;
    letter-spacing: -1px;
}
.ficha-product .datos .product-info-price .price-box {
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: 'Open Sans';
}
.ficha-product .datos .product-info-price .old-price {
    order: -1;
	margin-right: 10px;
}
.ficha-product .datos .product-info-price .old-price .price{
	color: #818181;
    text-decoration: line-through;
	font-weight: normal;    
}
.ficha-product .datos .sku,
.product-reviews-summary,
.ficha-product .datos .product-info-price,
.ficha-product .datos .product-add-form,
.ficha-product .datos .swatch-attribute-options,
.ficha-product .box-tocart {
    margin-top: 10px;
}
.product-add-form form {
    max-width:none;
    position: relative;
}
.product-add-form .swatch-attribute-label {
    font-weight: normal;
}
.product-add-form .swatch-opt {
    margin: 0;
}
.product-add-form .swatch-option.text {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 16px;
    height: auto;
    margin: 0 5px 0 0;
    transition: all .3s;
}
.product-add-form .swatch-option:not(.disabled):hover,
.product-add-form .swatch-option.text.selected {
    border: 1px solid #000;
    outline: none;
    background: #000 !important;
    color: #fff;
}
.product-add-form .swatch-option.disabled {
    border-color: #dcdcdc !important;
    color: #dcdcdc !important;
    background: transparent !important;
}
.ficha-product .box-tocart {
    display: flex;
    align-items: stretch;
    height: 40px;
}
@media(min-width:1025px){
    .ficha-product .box-tocart {
        height: 50px;
    }
    .ficha-product .box-tocart .btn-principal {
        padding: 0 100px;
        line-height: 50px !important;
    }
}
.ficha-product .box-tocart.full {
    width: 100%;
}
.ficha-product .box-tocart .btn-principal {
    line-height: 40px;
    text-align: center;
    flex: 1;
}
.ficha-product .box-tocart .btn-principal.agotado {
    background: #da3030;
    color: #fff;
    cursor: no-drop;
}
.ficha-product .box-tocart .btn-principal.agotado:after {
    display: none;
}
.ficha-product .box-tocart .towishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    border: 1px solid #000;
    color: #000;
    padding: 0 10px;
}
.ficha-product .box-tocart .towishlist:hover {
    background: #000;
    color: #fff;
}
.ficha-product .datos .product-add-form {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.ficha-product .datos .bloque-ficha {
    margin-bottom: 30px;
}
.ficha-product .datos .bloque-ficha .title {
    margin-bottom: 10px;
    font-weight: bold;
}
.ficha-product .datos .guia-tallas {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: underline;
    cursor: pointer;
}
.relacionados {
    text-align: center;
}
.product-review,
.review-add {
    background: #f7f7f7;
    padding: 60px 30px;
}
.product-reviews-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-list {
    margin-bottom: 60px;
}
.review-list .block-content {
    border-top: 1px solid #ddd;
}
.review-list .review-item {
    border-bottom: 1px dotted #000;
    padding-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.review-list .valoracion {
    flex: auto;
    margin-right: 30px;
}
.review-list .review-title {
    font-weight: bold;
    margin: 10px 0;
}
.review-list .block-title .stars {
    justify-content: center;
    margin: 10px 0;
}


/*REGITER Y LOGIN*/
.customer-account-login #maincontent,
.customer-account-create #maincontent,
.customer-account-forgotpassword #maincontent,
.customer-account-createpassword #maincontent,
.contact-index-index #maincontent {
    background: #f7f7f7;
}
.customer-account-login .footer.exe,
.customer-account-forgotpassword .footer.exe,
.customer-account-createpassword .footer.exe,
.contact-index-index .footer.exe {
    margin-top: 0;
    border-top: 0;
}
#password-strength-meter {
    font-size: 12px;
    display: none;
}
.form.password.forget,
.form.password.reset,
.form.contact {
	margin: 50px auto;
}
.login-register{
    display: flex;
    justify-content: space-around;
	margin: 60px 0;
}
.login-register .account-block{
    width: calc(50% - 100px);
    /* border: 1px solid #999; */
    padding: 30px;
}
.login-register .account-block.register {
    order: -1;
}
.login-register .account-block .title{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}
.login-register .account-block .actions .remind{
	float: left;
    line-height: 35px;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}
#password-strength-meter span{
	font-weight: bold;
	display:inline;
}
.password-weak #password-strength-meter span{
	color: #ff0000;
}
.password-medium #password-strength-meter span{
	color: #f5821c;
}
.password-strong #password-strength-meter span{
	color: #00bfe0;
}
.password-very-strong #password-strength-meter span{
	color: #47de5b;
}
.block-content .actions-toolbar a.action{
	line-height: 35px;
    color: #000;
}
.block-content .actions-toolbar .primary button.action.action-login.secondary:hover{
	    color: #000;
}
.block-content .actions-toolbar .primary button.action.action-login.secondary{
    display: inline-block;
    border: 0;
    margin: 0;
    line-height: 35px;
    padding: 0 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
}
.block-content .actions-toolbar .primary button.action.action-login.secondary:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
	}
.block-content .actions-toolbar .primary button.action.action-login.secondary:hover:after{
	height: calc(100% - 2px);
    top: 1px;
}

.block-content .field .control input.input-text{
	width: 100%;
    background: #eee;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    height: 32px;
    padding: 0 9px;
}






/*MI CUENTA Y DIRECCIONES*/
.block-collapsible-nav .block-collapsible-nav-title{
	display:none;
}
.account-nav .nav.items{
	list-style: none;
    padding: 0;
    margin: 50px 0 15px;
}
.account-nav .item.current strong {
    font-weight: 700;
    /* text-decoration: underline; */
}
.account-nav .item {
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    padding: 10px;
    background: #f5f5f5;
}
.account-nav .item:nth-last-child(1) {
    border-bottom: 0;
}
.account-nav .item a{
	color:#000;
}
.block-dashboard-info, .block-dashboard-addresses, .block-addresses-default{
	margin-bottom: 50px;
}
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title,
.block-addresses-default .block-title,
.block-addresses-list .block-title{
	border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
	font-size:16px;
}
.block-dashboard-addresses .block-title .action{
	float:right;
}
.block-dashboard-info .block-title strong,
.block-dashboard-addresses .block-title strong{
	font-weight: 500;
}
.block-dashboard-info .block-content,
.block-dashboard-addresses .block-content,
.block-addresses-default .block-content,
.block-addresses-list .block-content{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.block-dashboard-info .block-content > *,
.block-dashboard-addresses .block-content > *,
.block-addresses-default .block-content > *,
.block-addresses-list .block-content > *{
	flex:0 0 50%;
	width: 50%;
	float:left;
}
.block-addresses-list .block-content .address:nth-child(n+3){
	margin-top: 50px;
}
.block-dashboard-info .block-content .box-title,
.block-dashboard-addresses .block-content .box-title{
	margin-bottom: 10px;
    display: block;
}
.block-dashboard-info .block-content .box-information .action.edit:after ,
.block-addresses-list .block-content .address .action.edit:after {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.block-dashboard-addresses .block-content address a,
.block-addresses-default .block-content address a,
.block-addresses-list .block-content address a{
	display: inline;
    vertical-align: text-bottom;
}
.block-addresses-list .actions{
	margin-top:15px;
}


/*CARRITO*/
.cart-container .form-cart{
    max-width: none;
}
.cart-empty{
    text-align: center;
}
.cart-container .cart .fila{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
    padding-bottom: 10px;
	position: relative;
}
.cart-container .cart .fila .remove{
	position: absolute;
    right: 5px;
    bottom: 5px;
}
.cart-container .cart .fila .remove .action-delete span{
	display:none;
}
.cart-container .cart .fila .remove .action-delete:before{
    content: '\f057';
    color: #000;
    font-family: fontAwesome;
	 font-size: 35px;
}
.cart-container .cart .fila .imagen{
	flex: 0 0 150px;
    width: 150px;
    float: left;
}
.cart-container .cart .fila .talla.precio{
    flex: 0 0 130px;
    width: 130px;
    padding: 0 15px;
    font-weight: bold;
}
.cart-container .cart .fila .datos{
	flex: 0 0 calc(100% - 390px);
	width:calc(100% - 390px);
	float:left;
	display: flex;
    align-items: center;
}
.cart-container .cart .fila .talla{
	text-transform: uppercase;
    font-weight: 500;
    color: #000;
	white-space: nowrap;
}
.cart-container .cart .fila .datos .name,
.cart-container .cart .fila .datos .name a{
	text-transform: uppercase;
    font-weight: 500;
	font-size: 30px;
    color: #000;
    font-weight: bold;
}
.cart-container .cart .fila .datos .name .item-options{
	display: inline;
    margin-left: 10px;
}
.cart-container .cart .fila .datos .name .item-options:before {
    content: '-';
    margin-right: 10px;
}
.cart-container .cart .fila .cantidad{
    flex: 0 0 100px;
    width: 100px;
    float: left;
    text-align: right;
}
.cart-container .cart .fila .cantidad .qty{
	height: 36px;
    width: 45px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #c2c2c2;
}
.cart-container .cart .fila .total {
    margin-top: 10px;
}
.cart-container .cart .fila .total .price {
    font-weight: bold;
}
.cart-container .form-cart .actions{
    display: block;
}
.cart-container .form-cart .actions .checkout{
	float:right;
}
.ore_env_gra {
    font-size: 10px;
    color: #444;
}
.ore_ca_ga {
    font-size: 10px;
    color: #444;
}



/*CHECKOUT*/
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary{
    background: #000;
    border: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
	font-size: 18px;
    cursor: pointer;
	font-family: "Open Sans", helvetica, sans-serif;
}

.checkout-index-index .page-main .checkout-block:hover {
    box-shadow: 0 1px 4px 1px #777;
}
.checkout-index-index .page-main .items-in-cart .title {
    display: none;
}
.checkout-index-index .page-main button.action.primary.checkout.amasty:hover {
    background: #B50000;
}
.checkout-index-index .payment-method {
    text-align: center;
    background: black;
    position: relative;
    width: 100%;
}
.checkout-index-index .payment-method-content {
    display: none;
}
.checkout-index-index .payment-method:hover,
.checkout-index-index .payment-method._active {
    background: #B50000;
}
.checkout-index-index .payment-method .radio {
	display: none;
}
.checkout-index-index .payment-method label.label {
    color: white;
    width: 100%;
    display: block;
    padding: 20px;
	cursor: pointer;
}
.checkout-index-index button.action.action-show-popup {
    display: inline-block;
    border: 0;
    margin: 0;
    line-height: 35px;
    padding: 0px 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
}
.checkout-index-index button.action.action-show-popup:hover {
    color: #000;
}
.checkout-index-index button.action.action-show-popup:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
}
.checkout-index-index button.action.action-show-popup:hover:after {
    height: calc(100% - 2px);
    top: 1px;
}
.checkout-index-index button.btn-principal.mini:hover {
    background: #B50000;
}
.checkout-index-index .selected-item button.btn-principal.mini {
	background: #B50000;
}
.checkout-index-index button.btn-principal.mini {
    color: white;
    background: #000;
}
.checkout-index-index .btn-principal:after {
	display: none;
}
.checkout-index-index .shipping-address-item button.action.edit-address-link {
    display: none;
}
.checkout-index-index .shipping-address-item {
    line-height: 30px;
    margin-bottom: 20px;
}
.checkout-index-index .payment-option-title {
    display: none;
}
.checkout-index-index .payment-option-content {
    display: block !important;
	margin-bottom: 20px;
    margin-top: -20px;
}

.checkout-index-index .opc-block-summary .minicart-items div.delete {
    background: none;
    border: none;
    width: auto;
    height: auto;
}

.checkout-index-index .opc-block-summary .minicart-items div.delete:before {
    content: '\f057';
    color: #000;
    font-family: fontAwesome;
	font-size: 30px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details strong.product-item-name {
    padding: 0px 0px 10px;
    display: inline-block;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty{
	text-align: center;
	padding: 5px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details div.details-qty{
    padding: 0px 0px 10px;
    display: block;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details span.price {
    padding: 0px 0px 10px;
    display: inline-block;
}
.checkout-index-index label, .checkout-index-index label.label span {
    padding-right: 10px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details .item-options .field{
	display: flex;
	align-items: center;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .product.options span.toggle,
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .product.options .content .subtitle {
    display: none;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .item-options .field .control select {
    width: 55px;
	padding: 5px;
}

.checkout-index-index .checkout-block .checkout-payment-method form.form.form-discount .actions .primary button.btn-principal:after,
.checkout-shipping-address .form-login .btn-principal:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
	display: block !important;
}
.checkout-shipping-address .form-login .btn-principal {
    margin-bottom: 15px;
}
.checkout-index-index .checkout-block .checkout-payment-method .form.form-discount .actions .primary button.btn-principal:hover:after,
.checkout-shipping-address .form-login .btn-principal:hover:after {
    height: calc(100% - 2px);
    top: 1px;
}
.checkout-index-index .opc-block-summary .minicart-items button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
}
.checkout-index-index .opc-block-summary .minicart-items button:hover:after {
    height: calc(100% - 2px);
    top: 1px;
}
.checkout-index-index .opc-block-summary .minicart-items button:hover{
	color: #000;
}
.checkout-index-index .opc-block-summary .minicart-items button{
	display: inline-block;
    border: 0;
    margin: 0px 0px 10px;
    line-height: 35px;
    padding: 0 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
}
.opc-block-summary .product-item-details .item-options {
    display: flex;
    align-items: center;
}
.opc-block-summary .product-item-details .item-options dt {
    margin-right: 5px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader p {
    display: none;
}

/*404*/
.cms-no-route h1.page-title {
    text-transform: initial;
    font-size: 20px;
}
.error-404{
    text-align: center;
    border: 10px solid #000;
    padding: 30px;
    background: #F5F0EC;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.error-404 .error {
    font-size: 50px;
    text-transform: uppercase;
}
.error-404 .code {
    font-weight: bold;
    font-size: 150px;
    margin-bottom: 50px;
}
.error-404 .lost {
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.error-404 .lost:after {
    content: '';
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    width: 150px;
    left: calc(50% - 75px);
}
.error-404 .text {
    margin-bottom: 30px;
}
.error-404 .btn-404 {
    border: 3px solid #000;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s;
}
.error-404 .btn-404:hover {
    background: #000;
    color: #fff;
}


/*Logout*/
.logout{
	text-align:center;
}
.logout .img-logout img{
    margin: 30px auto;
}

/*CARRITO VACIO*/
.cart-empty .text{
	font-size: 40px;
    margin: 30px 0;
}
.page-404 .btn-principal{
	font-size: 40px;
    line-height: 70px;
    padding: 0 15px;
}

/*SUCCESS*/
#registration {
    width: 800px !important;
    margin: 50px auto !important;
    text-align: center;
    font-size: 21px;
    border: 1px solid #ddd !important;
    padding: 30px !important;
}

#registration .btn-principal.mini {
    padding: 10px 50px;
    font-size: 18px;
}

#registration form{
	margin-top:15px;
}
.checkout-success .actions{
	margin-top:30px;
}
.block-order-details .block-title {
    display: none;
}
.checkout-success .success-messages {
    margin-bottom: 40px;
    font-size: 22px;
}
.block-order-details .order-date {
    font-size: 18px !important;
    font-weight: bold;
}
.order-details-items {
    margin-bottom: 0;
    margin-top: 50px;
}
.checkout-success .actions-toolbar {
    text-align: right;
    margin-top: 15px;
}
.checkout-onepage-success #registration form {
    position: initial;
    transform: none;
}


/*POPUP*/
.modals-wrapper .modal-popup{
	display:none;
	z-index: 999999999;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	justify-content: center;
    align-items: center;
}
.modals-wrapper .modal-popup._show{
	display:flex;
}
.modals-wrapper .modal-popup._show + .modals-overlay {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51,51,51,0.55);
    z-index: 999999;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
    width: 90%;
    max-width: 600px;
    background: #fff;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
}
.modals-wrapper .modal-popup .modal-header{
    position: absolute;
    padding: 15px 15px 0 15px;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
}
.modals-wrapper .modal-popup .modal-header h1{
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 20px;
	line-height: 25px;
    width: 100%;
    display: block;
    font-weight: normal;
}
.modals-wrapper .modal-popup .modal-header .action-close{
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 25px;
    padding: 0;
    border: 0;
    background: no-repeat;
	cursor:pointer;
}
.modals-wrapper .modal-popup .modal-header .action-close span{
	display:none;
}
.modals-wrapper .modal-popup .modal-header .action-close:after{
	content:'\f00d';
	font-family:fontAwesome;
}
.modals-wrapper .modal-popup .modal-content{
	margin: 65px 15px;
    max-height: calc(70vh - 120px);
    overflow-y: auto;
}
.modals-wrapper .modal-popup .modal-footer{
    text-align: right;
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 0 15px 15px 15px;
}
.modals-wrapper .modal-popup .modal-footer .action{
	padding:0 15px;
}


/*ORDER HISTORY*/
.orders-history .thead{
	font-weight: 500;
    text-transform: uppercase;
}
.orders-history .fila{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.orders-history .o-id{
	flex: 0 0 120px;
	width:120px;
	float:left;
}
.orders-history .o-date{
	flex: 0 0 120px;
	width:120px;
	float:left;
}
.orders-history .o-shipping{
	flex: 1 1 100%;
}
.orders-history .o-total{
	flex: 0 0 120px;
	width:120px;
	float:left;
}
.orders-history .o-status{
	flex: 0 0 120px;
	width:120px;
	float:left;
}
.orders-history .o-actions{
	flex: 0 0 150px;
	width:150px;
	float:left;
	text-align:right;
}
.orders-history .o-actions .btn-principal{
	padding: 0 10px;
}
.account.sales-order-history .orders-history a.btn-principal.mini {
    margin: 5px 0px;
    font-size: 14px;
    padding: 5px 10px;
}


/*ORDER VIEW*/
.sales-order-view .page-title-wrapper{
	position:relative;
}
.sales-order-view h1.page-title{
	text-align:left;
}
.sales-order-view .page-title-wrapper .order-status{
	line-height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
}
.sales-order-view .page-title-wrapper .order-date,
.sales-order-view .page-title-wrapper .order-actions-toolbar{
	width: 50%;
    float: left;
    margin-bottom: 30px;
	text-align: left;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar{
	text-align: right;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar .order:after{
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.order-details-items .order-title{
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.order-details-items .order-items .thead {
    text-transform: uppercase;
    font-weight: bold;
}
.order-details-items .order-items .fila{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.order-details-items .order-items .fila .o-name{
	flex: 1 1 100%;	
}
.order-details-items .order-items .fila .o-sku{
	flex: 0 0 120px;
	width:120px;
	float:left;	
}
.order-details-items .order-items .fila .o-price{
	flex: 0 0 120px;
	width:120px;
	float:left;	
}
.order-details-items .order-items .fila .o-qty{
	flex: 0 0 120px;
	width:120px;
	float:left;	
}
.order-details-items .order-items .fila .o-subtotal{
	flex: 0 0 120px;
	width:120px;
	float:left;
	text-align:right;
}
.order-details-items .order-items .tfoot{
	justify-content: flex-end;
	text-align:right;
}
.order-details-items .order-items .tfoot .total-label {
    font-weight: 500;
}
.order-details-items .order-items .tfoot .total-value{
	flex: 0 0 120px;
	width:120px;
	float:left;
}
.order-details-view .order-title{
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.order-details-view .block-content{
	display: flex;
    justify-content: space-between;
}
.order-details-view .block-content > *{
	flex: 0 0 calc(50% - 25px);
	width: calc(50% - 25px);
	float:left;
}
.order-details-view .block-content .box{
	margin-bottom: 25px;
}
.order-details-view .box-title{
	font-weight: bold;
}
ul.items.order-links{
    display: none;
}


/*WISHLIST*/
.form-wishlist-items{
	max-width:none;
}


/*CMS*/
.cms-page-view .columns{
	max-width:1300px;
	margin:auto;
}
.cms-page-view .column.main{
	margin-top: 20px;
}
.cms-page-view .column.main h2{
	margin: 15px 0;
    text-transform: uppercase;
}
.cms-page-view .column.main p{
	margin-bottom: 10px;
}


/*FORMULARIO DEVOLUCIONES*/
.form.devoluciones{
    max-width: none;
    margin-top: 30px;
}
.form.pop-subscribe{
    width: 100%;
    margin: 0;
}

/*POPUP*/
.pop-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.pop-content{
    max-width: 600px;
    margin: 30px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    background: #fff;
    position: relative;
    text-align: center;
    padding: 30px;
}
.pop-content .close{
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
    font-size: 30px;
    z-index: 9;
    color: #000;    
}

/*NOSOTROS*/
.imagen-nosotros {
    width: calc(50% - 50px);
    margin-right: 50px;
    float: left;
}
.imagen-nosotros img {
    border-radius: 15px;
}
.texto-nosotros {
    width: 50%;
    float: left;
    padding-top: 30px;
    text-align: left;
}
.texto-nosotros p {
    margin-bottom: 10px;    
}

/*BLOG*/

.mpblog-post-view .ore_blog_foto-texto .ore_blog_foto-texto_foto {
    width: 50%;
    padding: 15px;
    float: left;
}
.mpblog-post-view .ore_blog_texto-foto .ore_blog_texto-foto_foto {
    width: 50%;
    padding: 15px;
    float: right;
}


.mp-blog-view .img-principal{
    width: 100%;
    margin-bottom: 30px;
}
.mp-blog-view .extra, .block-blog-related{
    margin-top: 30px;
    display: none;
}
.post-list-item {
    margin-bottom: 50px;
}
.post-list-item .img-principal{
    width: 100%;
    margin-bottom: 15px;
}
.post-list-item .mp-post-title a {
    color: #000;
    font-size: 16px;
}
.post-list-item .mp-post-info{
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.mpblog-post-view .column.main {
    max-width: 700px;
}
.mpblog-post-view .column.main p img {
    margin: 30px;
}
.mpblog-post-view .column.main p a{
	color: #000;
    text-decoration: underline;
	font-weight: bold;
}
.mpblog-post-view .column.main p span,
.mpblog-post-view .column.main p,
.mpblog-post-view .column.main p em strong a,
.mpblog-post-view .column.main p strong em,
.mpblog-post-view .column.main p em,
.mpblog-post-view .column.main p strong em a {
    font-size: 14px !important;
}

.mpblog-post-view .column.main h2 {
    font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
}




/**/
.formTitle {
    justify-content: center;
    text-align: center;
}

a.policy {
    color: black;
}

#payment .checkout-billing-address, .authentication-wrapper{display:none}


.checkout-index-index .fieldset,
.checkout-index-index fieldset,
.checkout-index-index form fieldset {
    border: 0;
    padding: 0;
}
.checkout-index-index .input-text {
    width: 100%;
    padding: 2%;
    margin: 0;
}

.checkout-index-index .select {
    width: 100%;
    padding: 2%;
    margin: 0;
}

.checkout-index-index li,
.checkout-index-index ul,
.checkout-index-index ol{
list-style: none;
}

.checkout-index-index label,
.checkout-index-index .label{font-weight:700;}
.checkout-index-index .checkout-agreement{display:none !important}
.checkout-index-index .field
{
    margin-bottom: 3%;
}

.checkout-index-index .field-tooltip-content,
.checkout-index-index  .note{
    font-size: 11px;
}

.checkout-index-index .product-image-container img {
float: left;
    margin-bottom: 2%;
}

.checkout-index-index .step-title,
.checkout-index-index .opc-block-summary > .title {
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-weight: 700;
    font-size: 19px;
	display:block;
}


.checkout-index-index .opc-estimated-wrapper{
display:none;
}



.checkout-index-index .table-checkout-shipping-method th{display:none;}

.checkout-index-index .table-totals{
margin-top: 6%;
    padding-top: 5%;
    border-top: 1px solid #000;
    width: 100%;
	    text-align: right;

}

.checkout-index-index .product.options .title{
display:none;
}

.checkout-index-index .product.options .content{
display:block !important;
}



.product-add-form .swatch-attribute-selected-option{
display:none;
}



.payment-option-inner {
    margin-top: 30px;
}
.table-totals .table-caption {
    display: none;
}


.mpblog-post-index .pager {
    display: none;
}

.chat {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.chat .button {
    background: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.chat .options {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.6);
    width: 250px;
    border-radius: 5px;
    display: none;
}
.chat .options:after {
    position: absolute;
    bottom: -5px;
    right: 23px;
    left: auto;
    display: inline-block;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}
.chat .options a {
    display: flex !important;
    white-space: nowrap;
    align-items: center;
    padding: 10px;
    transition: all .3s;
}
.chat .options a:hover {
    background: #f1f1f1;
}
.chat .options .icon {
    margin-right: 5px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
}.resp {
	display: none;
}

/*HEADER*/
@media(min-width:1025px) and (max-width: 1350px){
	.header.exe .header-top > .max-width {
		flex-wrap: wrap;
	}
	.header.exe .header-bottom {
		flex: 0 0 100%;
		order: 10;
	}
	.header-flex .navigation {
		width: 100%;
	}
}
@media(max-width:1024px){
	#maincontent, .breadcrumbs{
		padding:0 10px;
	}
	.resp {
		display: block;
	}
	.header.exe .header-link .buscador,
	.header.exe .header-link .cuenta:not(.access) {
		display: none;
	}
	.header.exe .header-link .cuenta a img {
		display: inline-block;
		width: 30px;
		margin-left: 5px;
		vertical-align: middle;
		position: relative;
		top: -4px;
	}
	.header-envios {
		display: none;
	}
	.header.exe{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
		box-shadow: 0px 1px 5px 0px #ddd;
		background: #fff;
	}
	.header-flex {
		padding: 5px 10px;
	}
	.header.exe .header-link .buscador .form{
		position: fixed;
		right: 0;
		left: 0;
		top: 47px;
		width: 100%;
		max-width: none;
		z-index: 99;
		background: #fff;
		padding: 5px;
	}
	.header.exe .header-link .buscador #search {
		padding: 0;
		border-bottom: 0;
		border-top: 2px solid #dcdcdc;
		border-bottom: 2px solid #dcdcdc;
	}
	.header.exe .icon.menu {
		display:block;
	}
	.header.exe .menu img {
		width: 30px;
		margin-right: 15px;
	}
	.header.exe .menu .salir,
	.page-wrapper.showmenu .header.exe .menu .menu {
		display: none;
	}
	.page-wrapper.showmenu .header.exe .menu .salir {
		display: block;
	}
	.header-flex {
		justify-content: flex-start;
	}
	.header.exe .header-link {
		flex: auto;
	}
	.header.exe + *{
		margin-top: 47px !important;
	}
	.header.exe .header-bottom{
		position: fixed;
		top: 48px;
		width: 330px;
		height: calc(100% - 48px);
		transition: all 1s;
		left: -330px;
		overflow-y: auto;
	}
	.cart-header{
		top: 47px;
		height: calc(100% - 47px);
	}
	.navigation {
		width: 100%;
	}
	.navigation > ul{
		flex-direction: column;
		justify-content: flex-start;
		min-height: 100%;
	}
	.navigation > ul .seacrh {
		width: 100%;
	}
	.navigation > ul .bottom {
		width: 100%;
		flex: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.navigation > ul .bottom .idiomas {
		display: none;
	}
	.navigation > ul .bottom .banderas {
		padding: 0 15px;
		border-bottom: 1px solid #ddd;
		height: 40px;
		align-items: center;	
	}
	.navigation > ul .bottom .banderas img {
		width: 25px;
    	margin-right: 10px;
	}
	.navigation li.level0 {
		width: 100%;
		text-align: left;
	}
	.navigation > ul .level0 a{
	    display: block !important;
		line-height: 40px;
		border-bottom: 0 !important;
	}
	.navigation .submenu {
		display: none;
		position: initial !important;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.navigation li.active .submenu {
		display: block;
	}
	.submenu .contenedor {
		padding: 0;
		flex-direction: column;
	}
	.submenu .contenedor .columna.imagen,
	.submenu .contenedor .rrss {
		display: none;
	}
	.submenu .title {
		display: none;
	}
	.submenu .fila {
		height: auto;
		margin: 0;
	}
	.submenu .fila a {
		padding: 0 30px;
		background: #ddd;
	}
	.navigation > ul .level0 > a {
		border-bottom: 1px solid #ddd;
	}
	.navigation > ul .level0:hover a:after {
		display: none;
	}
	.navigation > ul .level0:hover a span:after {
		transition: all .3s;
	}
	.navigation > ul .level0 > a > span {
		display: flex;
		justify-content: space-between;
	}
	.navigation > ul .level0.child.active > a span:after {
		transform: rotate(-180deg);
	}
	.page-wrapper.showmenu:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.45);
	}
}


/*PRODUCT LIST*/
@media(max-width:1024px){
	.block.filter {
		position: relative;
		padding: 10px 10px;
		margin: 0 -10px;
	}
	.block.filter .filter-title {
		display: none;
	}
	.block.filter .filter-content {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100% !important;
		flex-direction: column;
		align-items: stretch;
		background: #fff;
		z-index: 99;
		box-shadow: 0px 1px 5px 0px #ddd;
	
	}
	.block.filter .filter-content .filter-options-item.sorter {
		position: initial;
	}
	.block.filter .filter-content .filter-options-title {
		width: 100%;
		margin: 0;
		border: 0;
	}
	.block.filter .filter-content .filter-options-title,
	.block.filter .filter-content .filter-options-title:after {
		line-height: 40px;
	}
	.block.filter .filter-content .filter-options-content {
		position: initial;
	}
	.block.filter .filter-content .items,
	.block.filter .filter-content .filter-options-item.sorter .filter-options-content {
		width: 100%;
		border: 0;
		padding: 0 8px;
		background: #ddd;
	}
	.block.filter .filter-content .filter-options-item.sorter .filter-options-content form {
		max-width: none;
	}
	.block.filter .filter-content .item a {
		display: inline-block;
	}
	.product-list .product-box {
		flex: 0 0 calc((100% / 2) - 60px);
		width: calc((100% / 2) - 60px);
	}
	.blog-home .product-list {
		margin: 0;
		width: 100% !important;
	}
	.blog-home .product-list .product-box {
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.block.filter .filter-title.resp {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
}
@media(max-width:767px){
	.product-list {
		width: 100% !important;
		margin: 0;
	}
	.product-list .product-box {
		flex: 0 0 100%;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}
@media(max-width:480px){
	.block.filter .filter-content .filter-options-content .item {
		flex: 0 0 100%;
	}
}


/* PRODUCT */
@media(max-width:1024px){
	.ficha-product {
		flex-direction: column;
	}
	.ficha-product .imagenes, .ficha-product .datos {
		flex: auto;
	}
	.ficha-product .imagenes .all-images {
		display: none;
	}
	.ficha-product .imagenes .imagen-principal {
		padding: 0;
	}
	.ficha-product .imagenes .imagen-principal .imagen {
		display: block;
		margin-bottom: 15px;
	}
	.ficha-product .imagenes .product-top {
		display: none;
	}
	.ficha-product .datos .product-add-form {
		position: fixed;
		bottom: -1px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 10px 10px 0;
		background: #fff;
		z-index: 9999;
		box-shadow: 0px -1px 5px 0px #ddd;
	}
	.product-add-form .swatch-attribute-label,
	.ficha-product .datos .guia-tallas {
		display: none;
	}
	.product-add-form form {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.ficha-product .datos .swatch-attribute-options, .ficha-product .box-tocart {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.ficha-product .datos .product-info-price {
		margin-bottom: 10px;
	}
}
@media(max-width:480px){
	.product-add-form form {
		flex-direction: column;
		align-items: stretch;
	}
	.ficha-product .box-tocart .btn-principal {
		flex: auto;
	}
	.ficha-product .datos .swatch-attribute-options {
		display: flex;
		margin-right: -5px;
	}
	.product-add-form .swatch-option.text {
		flex: auto;
	}
}


/*COOCKIES*/
@media(max-width:767px){
	div#cookienotification-block {
		flex-wrap: wrap;
		justify-content: center;
	}
	#cookienotification-block > p {
		flex: 0 0 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	button#btn-cookienotification-more {
		margin: 0 10px 0;
	}
	button#btn-cookienotification-allow {
		margin: 0 0 0 10px;
	}
}




@media(max-width:991px){
	.columns{
		flex-wrap:wrap;
	}
	.page-layout-2columns-left .column.main{
		flex: 0 0 80%;
		width: 80%;
		padding: 0;
	}
	.page-layout-2columns-left .sidebar{
		flex: 0 0 20%;
		width: 20%;
	}
	.account .sidebar.sidebar-main {
		display: block;
		flex: 0 0 100%;
		width: 100%;
	}
}
@media(max-width:880px){
	.customer-account-forgotpassword .page-title, 
	.customer-account-createpassword .page-title,
	.cms-page-view  .page-title,
	.customer-account-logoutsuccess  .page-title,
	.checkout-cart-index  .page-title,
	.contact-index-index .page-title{
		padding-top:30px;
	}
	.page-layout-2columns-left .sidebar{
		display: none;
	}
	form fieldset{
		padding:0;
		border:0;
	}
	form fieldset + fieldset{
		border-top: 1px solid #999;
		padding-top:30px;
		margin-top:30px;
	}
	.btn-principal.extra-big {
		font-size: 20px;
		line-height: 35px;
	}
}
@media(max-width:480px){
	form .fields.f50{
		flex-direction: column;
	}
	form .fields.f50 .field{
		width:100%;
	}
}


/*FOOTER*/
@media(max-width:880px){
	.footer.exe .news{
		flex-direction: column;
	}
	.footer.exe .news .form{
		margin-top: 15px;
		width: 250px;
		margin-left: 0;
	}
	.footer.exe .news .form .subscribe{
		padding:0 10px;
	}
}


/*LOGIN REGISTER*/
@media(max-width:1200px){
	.login-register .account-block{
		width: calc(50% - 30px);
	}
}
@media(max-width:991px){
	.login-register{
		flex-direction:column;
	}
	.login-register .account-block{
		width: 100%;
		border: 0;
		padding: 0;
	}
	.login-register .account-block.login{
		border-bottom: 1px solid #999;
		padding-bottom:30px;
		margin-bottom:30px;
	}
}
@media(max-width:880px){
	.login-register{
		margin-top:30px;
	}
}
@media(max-width:480px){
	.form.password.forget, .form.password.reset{
		border: 0;
		padding: 0;
	}
	
}


/*CART*/
@media(max-width:767px){
	.cart-empty .left{
		flex: 0 0 35%;
	}
	.cart-empty .right{
		flex: 0 0 65%;
	}
	.cart-empty .text{
		font-size: 30px;
	}
	.cart-container .cart .fila{
		flex-wrap: wrap;
	}
	.cart-container .cart .fila .imagen{
		flex: 0 0 80px;
		width: 80px;
	}
	.cart-container .cart .fila .datos{
		flex: 0 0 100%;
		order: -1;
	}
	.cart-container .cart .fila .datos .name, 
	.cart-container .cart .fila .datos .name a{
		font-size:20px;
	}
	.cart-container .form-cart .actions .btn-principal{
		padding: 0 5px;
	}
}
@media(max-width:480px){
	.cart-empty{
		flex-wrap:wrap;
	}
	.cart-empty .left, .cart-empty .right{
		flex: 0 0 100%;
	}
	.cart-empty .left{
		order:2;
	}
	.cart-container .form-cart .actions { 
        text-align: left;
        flex-direction: column;
        display: flex;
    }
    .cart-container .form-cart .actions .btn-principal {
        margin: 10px;
    }
}


/*CHECKOUT*/
@media(max-width:767px){
	#checkout{
		background:none;
		flex-wrap: wrap;
	}
	#checkout .opc-wrapper,
	#checkout .opc-sidebar{
		flex:0 0 100%;
		width:100%;
		padding: 0;
	}
	#checkout .opc-sidebar{
		order:-1;
	}
	#checkout .opc-sidebar .opc-block-summary > .title{
		border: 0;
		background: #ddd;
		padding: 0 5px 5px 5px;
		margin-top: 5px;
	}
	#checkout .opc-sidebar .opc-block-summary > .title:after {
		content: '\f0ab';
		float: right;
		font-family: fontAwesome;
		line-height: 35px;
		transition: all 0.5s;
	}
	#checkout .opc-sidebar .opc-block-summary > .title.visible:after {
		transform: rotate(-180deg);
	}
	#checkout .opc-sidebar .opc-block-summary .items-in-cart,
	#checkout .opc-sidebar .opc-block-summary .table-totals,
	.opc-block-shipping-information{
		display:none;
	}
	#checkout .opc-sidebar .opc-block-summary .items-in-cart.visible,
	#checkout .opc-sidebar .opc-block-summary .table-totals.visible{
		display:block;
	}
}


/*MI CUENTA*/
@media(max-width:991px){
	body.account h1.page-title{
		margin: 30px 0;
	}
	.account-nav .nav.items{
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		margin-top: 30px;
		background: #ddd;
	}
	.account-nav .item{
		margin:0;
		padding:5px 10px;
		border-bottom: 0;
	}
	.account-nav .item.current{
		background: #eee;
	}
	.account-nav .item a,
	.account-nav .item.current strong{
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
		display:block;
	}
	.account-nav .item > a:before,
	.account-nav .item > strong:before{
		font-family: fontAwesome;
		display: block;
		text-align: center;
		font-size: 40px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.account-nav .item:nth-child(1) > a:before,
	.account-nav .item:nth-child(1) > strong:before{
		content:'\f007';
	}
	.account-nav .item:nth-child(2) > a:before,
	.account-nav .item:nth-child(2) > strong:before{
		content:'\f1b3';
	}
	.account-nav .item:nth-child(3) > a:before,
	.account-nav .item:nth-child(3) > strong:before{
		content:'\f004';
	}
	.account-nav .item:nth-child(4) > a:before,
	.account-nav .item:nth-child(4) > strong:before{
		content:'\f041';
	}
	.sales-order-view .page-title-wrapper .order-status{
		top:30px;
	}
}
@media(max-width:767px){
	.orders-history{
		
	}
	.orders-history .thead{
		display:none;
	}
	.orders-history .fila,
	.order-details-items .order-items .fila{
		flex-direction: column;
	}
	.orders-history .fila > *,
	.order-details-items .order-items .fila > *{
		flex: 0 0 100% !important;
		width: 100% !important;
	}
	.orders-history .fila > *:before ,
	.order-details-items .order-items .fila > *:before {
	    content: attr(data-th);
		margin-right: 15px;
		font-weight: bold;
	}
	.order-details-items .order-items .fila .o-name:before{
		display:none;
	}
	.order-details-items .order-items .fila .o-qty .item{
		display: inline-block;
	}
	.account-nav .item {
		padding: 5px;
		flex: 0 0 25%;
		text-align: center;
	}
	.block-dashboard-info .block-content > *, 
	.block-dashboard-addresses .block-content > *, 
	.block-addresses-default .block-content > *, 
	.block-addresses-list .block-content > *,
	.order-details-view .block-content > *{
		flex: 0 0 100%;
		width: 100%;
	}
	.account.customer-account-index .block-content .box.box-newsletter {
    margin-top: 30px;
	}
	.order-details-view .block-content{
		flex-wrap:wrap;
	}
	.sales-order-view .page-title-wrapper .order-actions-toolbar{
		display:none;
	}
	.sales-order-view .page-title-wrapper .order-date{
		width:100%;
	}
	.order-details-items .order-items .thead{
		display:none;
	}
	.account-nav .item a, 
	.account-nav .item.current strong{
		font-size:12px;
	}
}
@media(max-width:480px){
	.customer-account-index .block-title {
		display: grid;
	}
	.header.exe .header-link .cuenta a .label-text,
	.header.exe .header-link .minicart-wrapper .text .label-text {
		display: none;
	}
	.header.exe .header-link .minicart-wrapper {
		margin-left: 10px;
	}
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Magento/Exe/en_US/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{width: 100% !important;position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*Compatible magento 2 style and bootstrap 3*/
.product-item, .product-item-info, .product-item-details {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.label{
	color: #333;
	padding: inherit;
}
.page-header {
    margin: inherit;
    padding: 0px;
}/* Uikit styles */
.uk-flex {
  display: flex;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../frontend/Magento/Exe/en_US/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff2") format('woff2'), url("../../frontend/Magento/Exe/en_US/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff") format("woff"), url("../../frontend/Magento/Exe/en_US/Aheadworks_Rbslider/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #999999;
}
/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #444444;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #444444;
  font-size: 18px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button:active {
  background-color: #dddddd;
  color: #444444;
}
/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}
.uk-icon-bluetooth:before {
  content: "\f293";
}
.uk-icon-bluetooth-b:before {
  content: "\f294";
}
.uk-icon-codiepie:before {
  content: "\f284";
}
.uk-icon-credit-card-alt:before {
  content: "\f283";
}
.uk-icon-edge:before {
  content: "\f282";
}
.uk-icon-fort-awesome:before {
  content: "\f286";
}
.uk-icon-hashtag:before {
  content: "\f292";
}
.uk-icon-mixcloud:before {
  content: "\f289";
}
.uk-icon-modx:before {
  content: "\f285";
}
.uk-icon-pause-circle:before {
  content: "\f28b";
}
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}
.uk-icon-percent:before {
  content: "\f295";
}
.uk-icon-product-hunt:before {
  content: "\f288";
}
.uk-icon-reddit-alien:before {
  content: "\f281";
}
.uk-icon-scribd:before {
  content: "\f28a";
}
.uk-icon-shopping-bag:before {
  content: "\f290";
}
.uk-icon-shopping-basket:before {
  content: "\f291";
}
.uk-icon-stop-circle:before {
  content: "\f28d";
}
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}
.uk-icon-usb:before {
  content: "\f287";
}
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.uk-icon-audio-description:before {
  content: "\f29e";
}
.uk-icon-blind:before {
  content: "\f29d";
}
.uk-icon-braille:before {
  content: "\f2a1";
}
.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}
.uk-icon-envira:before {
  content: "\f299";
}
.uk-icon-font-awesome:before,
.uk-icon-fa:before {
  content: "\f2b4";
}
.uk-icon-first-order:before {
  content: "\f2b0";
}
.uk-icon-gitlab:before {
  content: "\f296";
}
.uk-icon-glide:before {
  content: "\f2a5";
}
.uk-icon-glide-g:before {
  content: "\f2a6";
}
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}
.uk-icon-low-vision:before {
  content: "\f2a8";
}
.uk-icon-question-circle-o:before {
  content: "\f29c";
}
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}
.uk-icon-snapchat:before {
  content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}
.uk-icon-themeisle:before {
  content: "\f2b2";
}
.uk-icon-universal-access:before {
  content: "\f29a";
}
.uk-icon-viadeo:before {
  content: "\f2a9";
}
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.uk-icon-wpbeginner:before {
  content: "\f297";
}
.uk-icon-wpforms:before {
  content: "\f298";
}
.uk-icon-yoast:before {
  content: "\f2b1";
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-dotnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}
/* Active */
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
}
/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}
/* OnClick */
.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}
/* Active */
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav-vertical > * {
  float: none;
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
/* Active */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*
 * Icons
 */
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
/* Rbslider styles */
.aw-rbslider-container {
  margin: 0 auto 10px;
}
/* Custom styles for uikit dotnav component */
.uk-slidenav-position:hover .uk-dotnav {
  display: flex;
}
.uk-dotnav {
  margin-bottom: 10px;
  display: none;
}
.uk-dotnav > * > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 13px;
  height: 13px;
}
.uk-dotnav > .uk-active > * {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.uk-dotnav-contrast > * > * {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
/* Custom styles for uikit slidenav component */
.uk-slidenav-contrast {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}
.procesando{
    background-color: #eee;
    color: #333;
    font-weight: bold;
    height: 1000px;
    left: 0;
    opacity: 0.7;
    padding: 400px 0 0;
    position: absolute;
    top: 0;
    text-align:center;
    width: 100%;
    z-index: 998;
    filter:alpha(opacity=70);
	
}
#procesando_flotante{
	width: 100%;
    position: fixed;
    z-index: 999;       
    
}
.sp-methods label[for^='s_method_Nacexshipping_nacex_']{
    background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex.png") no-repeat;
    padding-left: 60px;
}
.sp-methods label[for^='s_method_Nacexshipping_nacexshop_'] {
    background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacexshop.png") no-repeat;
    padding-left: 60px;
}

#logonacex{
	background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_200.png") no-repeat;
	width: 200px;
	height: 45px;
}

#logonacexmini{
	background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex.png") no-repeat;
	width: 55px;
	height: 12px;
}

#logonacexshopmini{
	background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacexshop_75.png") no-repeat;
	width: 75px;
	height: 29px;
}

#nacex_cargando{
	background: url("../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/cargando.gif") no-repeat;
	width: 40px;
	height: 40px;
}

@media print{ 
	.noprint{ 
		display: none; 
	} 
}
.ncx_minibutton{
	border: 1px solid grey;
	/*	border-radius: 10px;*/
	color: grey;
	cursor: pointer;
	font-size: 9px;
	padding: 2px;
}
.ncx_minibutton:hover{
	background-color: #FD8921;
	color: black;
}
#ncx_info_exp{
	margin-bottom:10px;
	width:540px; 
	padding:0 5px 15px;
	border:1px solid black;
	background-color:grey;
	/*text-shadow:1px 1px 1px white;	
	border-radius: 20px;*/
	text-align: left;
	padding: 10px;
}

#ncx_info_shop{
	margin-bottom:10px;
	width:486px;
	padding: 10px;
	border:1px solid grey;
	background-color: white;
	/*text-shadow:1px 1px 1px white;	*/
	background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/bgnxshop_circles.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	/*border-radius: 20px;*/
	text-align: left;				
}			

div#ncx_boxinfo a{
	text-decoration: none;
	color: #EA7601;
}

div#ncx_boxinfo{
	margin-top: 20px;
}

div#ncx_boxinfo a span{
	font-family: arial;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;				
}

div#ncx_boxinfo span.concept{
	font-weight: bold;
}

#ncx_info_exp input[type='radio'], #ncx_info_exp input[type='checkbox'] {
		margin-left: 10px;
}

.ncx_box{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_box.png') grey no-repeat right 3px !important;
}
#ncx_info_shop hr {
	background-color: orange;	
	border: 1px dashed white;
	margin: 10px 0;			
	box-shadow: 1px 1px 2px white; 
}
#ncx_info_exp hr{
	background-color: #bbbbbb;	
	border: 1px dashed grey;
	margin: 10px 0;			
	box-shadow: 1px 1px 2px white;    				
}
#ncx_info_exp img, #ncx_info_exp input[type='image'], #ncx_info_shop img, #ncx_info_shop input[type='image']{
	-moz-transition-duration: 0.5s; /* Firefox */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */
		opacity: 0.7;		
}
#ncx_info_exp img:hover, #ncx_info_exp input[type='image']:hover, #ncx_info_shop img:hover, #ncx_info_shop input[type='image']:hover  {
	opacity: 1;		
}
#ncx_info_exp #nacex_logo{
	float:left;
	padding: 10px;
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/logo.gif') no-repeat center center;
	width: 67px;
	height: 15px;
	cursor: pointer;
}
#ncx_info_exp #nacex_big_logo{
	float:left;
	padding: 10px;
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_200.png') no-repeat center center;
	width: 200px;
	height: 49px;
	cursor: pointer;
}
div#ncx_info_exp h2{
	color: white;
	/*text-shadow: 1px 1px 2px black;*/
}
.ncx_box form{	
	/*background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_diana.png') !important;
	background-repeat: no-repeat !important;
	background-position: center -34px;*/	
	
}
.zoomable{
	/*background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/lupa.png') !important;
	background-repeat: no-repeat !important;
	background-position: 0 2px;*/	
	padding-left: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.zoomable:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.zoomable:focus{
	background-color: transparent;
}
#ncx_info_exp fieldset{
	border:1px solid #545454;
	margin-top:10px;
	background-color:#cccccc;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: black !important;
	padding:10px;
	/*border-radius: 10px;*/
}
#ncx_info_exp fieldset.diana{
	/*background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_diana.png');*/
	background-position: right bottom;
	background-repeat: no-repeat;	
}

#ncx_info_exp.ncx_box fieldset p, #ncx_info_exp fieldset form p {
	color: black !important;
}
#ncx_info_exp fieldset legend{		
	background-color: #FD8921;
	border: 1px solid #545454;
	/*border-radius: 20px 20px 20px 20px;*/
	height: auto;
	line-height: inherit;
	margin-left: -10px;
	overflow: visible;
	padding: 1px 10px;
	/*text-shadow: none;*/
	visibility: visible;
	width: auto;								
}
#ncx_cod_exp{
	float:right;
	color:#aaaaaa;
	margin-right:-5px;
	margin-top:-20px;
	/*text-shadow:none;*/
	font-size: xx-small;
}
div#ncx_info_exp fieldset form div, div#ncx_info_shop fieldset form div{
	text-align: center;
}
.ncx_button, #ncx_info_exp input.button, #ncx_info_shop input.button{
	background-color: #FD8921 !important;
	/*border-radius: 5px !important;*/
	border: 1px solid #515151 !important;
	color: black !important;
	font-size: 15px !important;
	font-weight: bold !important;
	padding: 0.4em 1.5em !important;
	cursor: pointer !important;
	margin-top: 10px !important;
	background: none;
	/*text-shadow: none;*/
	box-shadow: 1px 1px 2px black !important;
	-moz-transition-duration: 0.5s; /* Firefox */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */     
}

.ncx_button:hover, #ncx_info_exp input.button:hover, #ncx_info_shop input.button:hover {
	background-color: black !important;
	border: 1px solid #FF5510 !important;
	box-shadow: 1px 1px 3px #FF5510 !important;
	color: white !important;   
}
#ncx_info_exp select:hover, #ncx_info_shop select:hover{
	cursor:pointer;
}
#ncx_info_exp select:hover, #ncx_info_exp input:hover, #ncx_info_shop select:hover, #ncx_info_shop input:hover {
		box-shadow: 1px 1px 5px #FD8921 !important;	
}

.ncx_fieldset_icon{
	float: right;
	font-size: x-small;
	margin-right: 0px;
	margin-top: -20px;
}

div#ncx_boxinfo .ncxboton{
	/*background-color: black;
	  border: 1px solid black;
	  border-radius: 10px 10px 10px 10px;*/
	cursor: pointer;
	padding: 2px 5px;
	font-weight: bold;
	color: #EA7601;
	/*text-shadow: 1px 1px 1px black;*/
}	

div#ncx_boxinfo a.ncxboton:hover {
	background-color: #EA7601;
	color: black;
	/*text-shadow: none;*/
}			
div#ncx_boxinfo .ncxbotoncancel{			
	/*background-color: red;*/
	color: red;
	float: left;
	font-weight: bold;
	/*text-shadow: none;
	width: 180px;*/		
}	

#ncx_info_shop input[type='radio'], #ncx_info_shop input[type='checkbox'] {
		margin-left: 10px;
}

#ncx_info_shop #nacex_logo{
	float:left;
	padding: 10px;
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacexshop.png') no-repeat center center;
	width: 75px;
	height: 29px;
	cursor: pointer;
}
#ncx_info_shop fieldset{
	/*background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/gradient.jpg') repeat-x center bottom white;*/
	border: 1px solid #cccccc;
	width: 95%;
	margin-top: 10px;
	padding: 10px;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
	/*border-radius: 20px;*/

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 28%, #faa054 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#ffffff), color-stop(100%,#faa054)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 28%,#faa054 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 28%,#faa054 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 28%,#faa054 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 28%,#faa054 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faa054',GradientType=0 ); /* IE6-9 */


	
}
#ncx_info_shop fieldset legend{
	/*text-shadow:none;*/
	border:1px solid #545454;
	background-color:#fd8921;
	margin-left: -10px;	
	/*border-radius: 20px;*/
	color: black;					
	height: auto;
	line-height: inherit;
	overflow: visible;
	padding: 1px 10px;
	visibility: visible;
	width: auto;																							
}
#ncx_info_shop fieldset form p{
	color: black;
}
#ncx_info_shop input, #ncx_info_shop textarea {
		border: 1px solid #E0D0B1;
		/*border-radius: 10px 10px 10px 10px;*/
}
.bg_nacexshop{
	background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacexshop_75.png');
	background-position: right 5px bottom 5px;
	background-repeat: no-repeat;
}

/* LISTADO TAB NACEX*/
#ncx_div_listado h1{
	font-size:18px;
}
a[href*='tab=nacextab'] {
	color: #FF5510;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none !important;
/*	text-shadow: 1px 1px 1px black;*/
}
.ncx_listado{	
	/*background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_diana.png') !important;
	background-repeat: no-repeat !important;
	background-position: left top;*/	
	padding:20px 0;
}
div#ncx_info_exp form#configForm.form fieldset table{
	width: 100%;
}
table#ncx_tabla_listado{
	margin-bottom: 10px;
	font-size: 10px;
	border: 1px solid grey;
	border-collapse: collapse;
	box-shadow: 1px 2px 3px grey;
	border: 2px solid grey;
	background-color: white !important;
	width: 100%;
}
table#ncx_tabla_listado tr{
	border: 1px solid grey;
}
table#ncx_tabla_listado td{
	border: 1px solid grey;
	padding: 0 2px;
}
table#ncx_tabla_listado th{
	padding: 0 2px;
	font-size: 11px;
	text-align:left;
}
table#ncx_tabla_listado a{
	color:blue;
	text-decoration: underline;	
}
/* FIN LISTADO TAB NACEX */


div.ncx_network_error{
	background-image: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/icono_network_error.png');
	background-position: 10px 7px;
	background-repeat: no-repeat;
	background-size: 50px auto;
	/*text-shadow: 1px 1px 2px white;*/
}
div.ncx_network_error h1{
	margin-bottom: 6px;
	margin-left: 50px;
	margin-top: 2px;
}
div.ncx_network_error div.metodo{
	box-shadow: 1px 1px 2px grey;
	padding: 0 10px;
	margin: 10px;
	/*border-radius: 10px;*/
	color: grey;
}
div.ncx_network_error div.descripcion{
	font-style: italic;
}

ul.estado_expedicion{
	margin-top:5px;
	color:grey;
	background-color:white;
	padding:10px 3px 10px 0;
	text-align:center;
	width: 99% !important;
	height: auto !important;
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/nacex_100.png') no-repeat 10px 5px white;
	border: 1px solid grey;
	border-radius: 15px;
}
ul.estado_expedicion h3{
	margin-top: -5px;
	padding: 5px;
}
ul.estado_expedicion h3.ncx_error{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/error.gif') no-repeat right top transparent;
}
ul.estado_expedicion h3.ncx_pending{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/pending.gif') no-repeat right top transparent;
}
ul.estado_expedicion h3.ncx_checked{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/checked.gif') no-repeat right top transparent;
}
ul.estado_expedicion h3.ncx_warning{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/warning.gif') no-repeat right top transparent;
}
ul.estado_expedicion h3.ncx_question{
	background: url('../../frontend/Magento/Exe/en_US/Nacex_ShippingMethod/images/question.gif') no-repeat right top transparent;
}		

div#ncx_info_exp div h2{
	text-align:center;
	color:white;
	/*text-shadow:1px 1px 1px black;*/			
}
div#ncx_info_shop div h2{
	text-align:center;
	color:black;
	/*text-shadow:1px 1px 1px white;	*/			
}			
		
ol.sy-multiple-layered-navigation-items li a {
	display: inline-block;
	width: 100%;
	padding-left: 24px;
	margin-left: 0;
	margin-right: 0;
	min-height: 18px;
	box-sizing: border-box;
	background-image: url(../../frontend/Magento/Exe/en_US/SY_MultipleLayeredNavigation/img/unchecked.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent !important;
}
ol.sy-multiple-layered-navigation-items li.active a {
	background-image: url(../../frontend/Magento/Exe/en_US/SY_MultipleLayeredNavigation/img/checked.png);
}/**
 * WaPoNe
 *
 * @category   WaPoNe
 * @package    WaPoNe_CookieNotification
 * @copyright  Copyright (c) 2017 WaPoNe (http://www.fantetti.net)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#cookienotification-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
}

#cookienotification-block > p {
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-more {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-allow {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #shipping-method-buttons-container {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index #checkout.am-checkout {
  margin: 20px 0;
  padding: 12px;
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 50%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field[name="amcheckoutDelivery.comment"] {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field:nth-child(2n) {
  padding-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRQTFRF////tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2tra2hanHkgAAAAt0Uk5TABEiM0RVd4jM3e6auMO+AAAALElEQVQIHWMIMzALYLBu6DZgYNu5jYGBYfYEBgaW3VsYGCQXrRRgqE7ILgAAoRkJwFE6V2AAAAAASUVORK5CYII=') no-repeat center;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
