.uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
a {
  color: #017901;
}
a:hover, a:focus {
  color: #005400;
  text-decoration: underline;
}
.tz-title-bold-3 {
  text-transform: uppercase;
}
.mb-25{
  margin-bottom: 25px;
}

/***************************** COOKIES ***************************************/
#cookies-alert {
  z-index: 99999999 !important;
  background-image: none !important;
  background: rgba(96, 176, 37, .8) !important;
  color: #fff;
  padding: 5px 15px 5px 15px !important;
}
#cookies-alert p {
  font-size: 9px;
}
#cookies-alert p:first-child {
  color: #fff;
  max-width: 90%;
  float: left;
  margin-right: 50px;
  text-align: left;
}
#cookies-alert .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #005400;
  font-size: 9px;
}
#cookies-alert a.btn-default:hover {
  background-color: #005400;
}

/***************************** HEADER ***************************************/
.tz-logo a img {
  height: 80px;
}

.home .tz-logo a img {
  height: 150px;
}

.tz-header ul.nav-collapse {
  padding-top: 18px;
}

.home .tz-header ul.nav-collapse {
  padding-top: 50px;
}

.tz-header ul.nav-collapse li a:hover {
  color: #60B025;
}
.tz-header ul.nav-collapse li a:after {
  background: #60B025;
}

.tz-header ul.nav-collapse > li {
  padding: 18px 24px 38px;
}

.home .tz-header ul.nav-collapse > li {
  padding: 18px 10px 38px;
}

.home .tz-header ul.nav-collapse>li>a {
    font-size: 16px;
}
body header .mega-dropdown-center {
  left: 0;
  transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
}
.tz-header ul li .nav-child ul li a {
  color: #e1e1e1;
}
.width1200 {
  width: 1200px;
}

/******************************** HOME **********************************/
.learn-more-styl2 {
  border: 2px solid #60B025;
  color: #60B025;
}
a.learn-more-styl2:hover {
  background: #60B025;
  color: #fff;
}
.learn-more-styl2 span {
  color: #60B025;
}
.learn-more-styl2:hover span {
  color: #fff;
}
.learn-more-styl2:after {
  background: none repeat scroll 0 0 #60B025;
}
.tz-introduce {
  padding: 50px 0 0px;
}
.tz-view-more {
  margin-top: 40px;
}
.tz-our-blog {
  padding-bottom: 0px;
}
.tz-lastest-shop {
  padding-top: 0px;
}
.tz-view-more, .tz-view-more2 {
  border: 2px solid #60B025;
  color: #60B025;
}
.tz-view-more2 {
  margin-top: 40px;
}
.theme-white .tz-view-more span, .tz-view-more2 span {
  color: #60B025;
}
.tz-view-more:after, .tz-view-more2:after {
  background: #60B025;
}
.our-blog-item {
  border: 2px solid #60B025;
  min-height: 496px;
}
.our-blog-ds {
  background: #60B025;
}
#latestposts .blog-thumb {
  position: relative;
}
#latestposts .blog-thumb h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  border: 1px solid #60B025;
  color: #60B025;
  text-shadow: 3px 1px 2px rgba(1, 121, 1, 1);
}
.tz-readmore, .tz-readmore i {
  color: #60B025 !important;
}
.tz-readmore:hover, .tz-readmore:hover i {
  color: #005400 !important;
}
.tztasks {
  background: #60B025;
}
.tz-shop-meta a.tztasks:before, .tz-shop-meta a.tztasks:after {
  border-color: #60B025;
}
.tz-shop-meta a.tztasks:hover i, .tzblog-view i {
  color: #60B025;
}

/***************************** FOOTER ************************************/
.tz-footer-content {
  background: #60B025;
  padding: 15px 0 15px;
}
.tzwidget-contact span.tzwidget-social {
  text-align: right;
  margin-top: 11px;
}
.tzwidget-contact .tzwidget-social a {
  background: #fff;
}
.tzwidget-social a i {
  color: #60B025;
}
.tzwidget-social a:hover {
  background: #005400;
}
.tz-copyright {
  padding: 15px 0 15px;
}

/******************************* PRODUCTOS *************************************/
.widget_categories #expList li.greybg>a {
  background: rgb(128, 128, 128);
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  width: 80%;
  margin-bottom: 5px;
  color: #fff;
}
.widget_categories ul li a {
  padding: inherit;
}
.tzcategory-shop-wrap {
  padding-top: 100px;
}
.widget_categories ul li i {
  font-size: 20px;
}
.widget_categories ul li span:hover {
  cursor: pointer;
}
.widget_categories ul li.active>a, .widget_categories ul li>a:hover {
  color: #017901;
  font-weight: bold;
}
.widget_categories ul li.active>span>i, .widget_categories ul li.active>a>span>i, .widget_categories ul li>span>i:hover, .widget_categories ul li>a>span>i:hover {
  color: #017901;
}

/************************ CONTACTAR **************************************/
.tz-contact {
  padding-top: 110px;
}
.tz-form-content input[type="checkbox"] {
  display: inline;
  width: 15px;
  height: 15px;
  margin: 5px 15px;
}
.tz-form-content .tzsubmit-form {
  margin: 0;
  float: right;
}
.tz-form-content .tzsubmit-form:hover, .form-horizontal .controls button:hover, .form-button button:hover {
  background: #017901;
  border-color: #017901;
  color: #fff;
}
.checkbox-inputs label {
  display: inline;
}
.subpage .laster-shop-item h6 {
  min-height: 132px;
}
.grid-products {
  background-image: url('../images/fondo01.png');
}
.joom-controller .log-out a {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 15px;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  text-transform: uppercase;
  margin-top: -15px;
  background: #017901;
  border-color: #017901;
  color: #fff;
}
.joom-controller .log-out a:hover {
  border-color: #000;
  color: #000000;
  background: rgba(0, 0, 0, 0);
}
.tzshopcat-description {
  border: none;
}
.subpage .tzshopcat-description img {
  border: 1px solid #d9d9d9;
}
.subpage .tzshopcat-description #slider img {
  margin: 0px;
}
.subpage .tzshopcat-description #slider .slides>li {
  position: relative;
}
.subpage .tzshopcat-description #slider li .flex-caption {
  width: 100%;
  left: 0%;
  font-family: "Raleway", sans-serif;
  top: 40%;
  text-align: center;
  line-height: 18px;
  position: absolute;
}
.subpage .tzshopcat-description #slider li .flex-caption h3 {
  text-transform: uppercase;
  color: #017901;
  font-size: 30px;
}
.subpage .tzshopcat-description #slider li .flex-caption p {
  font-size: 24px;
  padding: 0px;
}
.subpage .tzshopcat-description #slider li .flex-caption


.subpage .laster-shop-item h6 a {
  font-weight: bold;
}
.joom-controller-style2 {
  text-align: center;
  margin: 40px 0 40px;
}
.tz-infomation-website, .tz-form-content {
  padding: 0;
}
.page-blank {
  height: 40vh;
}
.download object {
  min-width: 100%;
  height: 100vh;
}
#contact-form-container {
  margin-bottom: 40px;
}
.tz-map {
  margin-top: 20px;
}
.tzsingleblog-wrap, .tzblog-wrap {
  padding: 100px 0 100px;
}
.tzshare a {
  color: #017901;
  border-color: #017901;
  padding: 20px;
}
.tzshare a:after {
  background-color: #017901;
  border-color: #017901;
}
.tzshare a span {
  color: #017901;
}
.fa-inverse {
  color: #fff;
}
.tzshare a:hover .fa-inverse {
  color: #017901;
}
body .blog-gird-item h4:hover a {
  color: #017901;
}
.joom-controller li.active a, .joom-controller li a:hover, .joom-controller li a:focus, .joom-form-meta li a:hover {
  color: #017901;
}
.joom-controller li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.joom-controller li:hover a:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.joom-controller li a:after {
  background: #60B025;
}

.configurator { min-height: 655px;}

.group-header {
  text-align: center;
  background-color: #9E9E9E;
}
.group-header h2 {
  color: #fff;
  font-size: 18px;
}

.no-lateral-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.border {
  border-right: 1px solid #9E9E9E;
  border-left: 1px solid #9E9E9E;
}

.shower-type-item { 
  position: relative;
  text-align: center;
}

.shower-type {
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.select-attribute label > input {
    visibility: hidden;
    position: absolute;
}

.select-attribute label > input + img {
    cursor: pointer;
    border: 1px solid transparent;
}

.select-attribute label > input:checked + img {
    border: 1px solid #60B025;
}

#fileupload { cursor: pointer;}

.custom-select {
  border: none;
  border-radius: 0
}

.no-lateral-padding .col-sm-12 {
  padding-left: 0px;
    padding-right: 0px;
    height: 48px;
}