/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.blog-img a img {
	height: auto;
}

.logo {
	padding: 22.5px 0px;
}

.logo img {
	max-width: 100px;
}

.blog-meta h4 a {
	min-height: 80px;
}

.shop-menu button {
  margin-bottom: 2rem;
}

input.submit {
  background-color: #333;
  border: 1px solid #f1f1f1;
  color: #fff;
  font-size: 13px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.inform-prod {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
  text-transform: capitalize;
  text-align: center;
}

.contact-address.no-pad {
  padding-left: 0;
}

.subscribe-from a {
  display: none;
}

.cuar-toolbar,
.cuar_private_page,
.cuar-widget_cuar_private_file_authors {
  display: none !important;
}

.collection-thumbnail-padder {
  background-image: none !important;
  background: #fff !important;
}

.link-catpro {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 15px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.link-catarch {
  background-color: #f9f9f9;
  padding: 5px 10px;
  margin: 10px 15px;
  display: inline-block;
  color: #a4a4a4;
}

.link-catarch:hover {
  background-color: #f1f1f1 !important;
  color: #a4a4a4;
}

.back-but {
  color: #333;
  background: none;
  border: none;
  outline: 0;
  margin-top: 2rem;
  margin-left: 2rem;
}

.back-but:hover {
  color: #686868;
}

.back-but i {
  margin-right: 1rem;
}

.wpcf7-form-control-wrap select {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding-left: 17px;
}


input[type="checkbox"] {
  width: auto;
  height: auto;
}

.part-cnts {
  min-height: 370px;
}

.footer-bottom > .row {
  display: flex;
  align-items: center;
}

@media(max-width: 992px) {
  .footer-bottom > .row {
    flex-direction: column;
  }
}

.single-blog img {
  height: auto;
}

/* To remove */
.newsletter-section {
  display: none;
}

/*--------------------------------------------------------------
# Viriato
--------------------------------------------------------------*/

#cookies{
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 100px;
  width: calc(100% - 120px);
  max-width: 400px;
  background-color: #f1f1f1;
  padding: 20px;
}
#cookies header{
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#cookies header p{
  position: relative;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
}
#cookies header p strong{
  color: #000;
}
#cookies header p a{
  font-weight: bold;
  text-decoration: underline;
}
#closeCookies,
#closeCookies:active,
#closeCookies:focus
#closeCookies:visited{
  position: relative;
  width: auto;
  float: right;
  line-height: 20px;
  background-color: #000;
  color: white;
  padding: 10px;
}
#closeCookies:hover{
  background-color: #222;
}

section.certif{
  display:none; 
  position: fixed;
  bottom: 0;
  left:0;
  width:100%;
  z-index: 200;
  background-color: white;
}

section.certif div.container{
  padding: 15px;
}

div.payment.certif a,
section.certif div.container a{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

div.payment.certif a{
  margin-top: 15px;
}

div.payment.certif a img,
section.certif div.container a img{
  max-width: 100%;
  max-height: 40px;
}

@media (max-width: 768px) {
  section.certif{
      padding-top: 15px; 
      position: relative;
      top: 0;
      bottom: auto;
  } 
  div.payment.certif{
    text-align: center;
  }
  section.certif div.container{
    padding: 0 15px 15px 15px;
  }
  section.certif div.container a{
    margin-top: 15px;
  }
}
body.home section.certif{
  display: block; 
}
body:not(.home) section#certificado{
  display: none !important; 
}