/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* COLORES DE DOMINIOS */

.featured-tld .price.es {
   background-color: #e0622c;
   color: #fff;
}


.featured-tld .price.eu {
   background-color: #043565;
   color: #fff;
}



.featured-tld .price.me {
   background-color: #bf2235;
   color: #fff;
}



.featured-tld .price.org {
   background-color: #159918;
   color: #fff;
}

/* DESABILITAR FILTROS DE DOMINIOS POR CATEGORĶA */

.tld-filters {
	display: none;
}

.domain-pricing .panel-body, .panel-title, .panel-heading {

    display: none;
}

.featured-tld .img-container {
    padding: 10px 0;
    height: 80px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}


#header .brand {

    width: 224px;
	height: 80px;
	margin-left: 16px;
	margin-top: -10px;
}



.productimage-wrapper {
    -webkit-box-shadow: 0 0 0px #fff !important;
    -moz-box-shadow: 0 0 0px #fff !important;
    box-shadow: 0 0 0px #fff !important;

}
